@charset "utf-8";

/* --------------------------------------------------------------------------------

	PC向けindex.css
	
-------------------------------------------------------------------------------- */
body{
	background: #fff;
}
.h-logo{
	display: none;
}
img{
	display: block;
}
 a:hover {
	opacity: 0.7;
}


a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}



/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-pc{
	display:block;
}
.device-pc-inline{
	display:inline;
}
.device-sp{
	display:none;
}
.device-sp-inline{
	display:none;
}



/* --------------------------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------------------------- */
.header-box{
	height: 90px;
	margin-left: 90px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*ロゴ*/
.header-box h1 {
	width: 260px;
	display: flex;
	align-items: center;
	font-weight: 700;
	margin-left: 20px;
}	
.header-box h1 span.logo{
	font-size: 30px;
}
.header-box h1 span.sub{
	font-size: 18px;
	padding-left: 12px;
}

/*tel*/
.header-box .btn-tel {
	width: 300px;
}
.header-box .btn-tel a{
	display: block;
	background: #00aa50;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	border-radius: 30px;
	text-align: center;
	padding-left: 30px;
	box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
	position: relative;
}
.header-box .btn-tel a::before{
	content: url("../images/common/h-icon-tel.png");
	transform: scale(0.6);
	position: absolute;
	top: 8px;
	left: 18px;
}





/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
.main{
	margin: 0;
}

/* 看板
-------------------------------------------------------------------------------- */
.main .img-main{
	margin: 0 0 30px;
}



/* まずはご相談ください
-------------------------------------------------------------------------------- */
.inquiry{
	width: 1000px;
	margin: 0 auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	
	display: flex;
	justify-content: space-between;
}
.inquiry h2{
	font-size: 20px;
	text-align: center;
	margin: 14px 0 10px 0;;
}
.inquiry .img-operator{
	width: 170px;
}

.inquiry .box{
	width: 660px;
	margin: 0 auto;
}
.inquiry .box .tel_box{
	width: 645px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.inquiry .box .tel_box .lot{
	font-size: 18px;
	color: #780000;
	text-align: center;
	font-weight: 700;
	border: 1px solid #780000;
	border-radius: 5px;
	padding:5px ;
	line-height: 1.2;
}
.inquiry .box .tel_box .telno{
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}
.inquiry .box .telno a{
	position: relative;
}
.inquiry .box .telno a::before{
	content: url("../images/common/icon-tel.png");
	transform: scale(0.6);
	position: absolute;
	top: 7px;
	left: -80px;
}
/*ボタン*/
.inquiry .box .btn{
	display: flex;
	justify-content: space-between;
}
.inquiry .box .btn .btn-sample a{
	width: 320px;
	display: block;
	background: #8c0000;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	padding: 18px;
	border-radius: 40px;
	text-align: center;
	padding-left: 30px;
	box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
}
.inquiry .box .btn .btn-contact a{
	width: 320px;
	display: block;
	background: #00aa50;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	padding: 18px;
	border-radius: 40px;
	text-align: center;
	padding-left: 30px;
	box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.inquiry .img-sample{
	width: 160px;
	margin-top: 42px;
}



/* ページ内アンカー
-------------------------------------------------------------------------------- */
.content-list {
	margin-top: 60px;
	margin-bottom: 75px;
}
.content-list ul{
	display: flex;
	flex-wrap: wrap;	
}
.content-list ul li{
	width: 224px;
	background: #e6e6e6;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;	
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.content-list ul li:nth-child(5n){
	margin-right:0;	
}
.content-list ul li::after{
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateY(0) translateX(-50%); 
	border: 6px solid transparent;
	border-top: 7px solid #8c0000; 
}
.content-list ul li a{
	display: block;
	padding: 10px 0 22px 0;
}



/* コンセプト
-------------------------------------------------------------------------------- */
.concept{	
	margin-bottom: 45px;
}
.concept h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 4px;
}
.concept .sub{
	font-size: 18px;
	text-align: center;	
	margin-bottom: 40px;
}

.concept .concept-box{
	width: 1140px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #808080;
	padding-bottom: 40px;
}
.concept .concept-box .img{
	background: #f0e6dc;
	border-radius: 20px 20px 0 0;
	margin-bottom: 26px;
}

.concept .concept-box .box{
	width: 1000px;
	margin: 0 auto 26px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.concept .concept-box .box .photo{
	width: 300px;
}
/*吹き出し*/
.concept .concept-box .box .txtbox {
	position: relative;
	display: inline-block;
	width: 640px;
	margin-left: 20px;
	padding: 20px;
	border-radius: 15px;
	background-color: #e6c26e;
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	color: #000000;
}
.concept .concept-box .box .txtbox::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #e6c26e transparent transparent;
	translate: -100% -50%;
}
.concept .concept-box .txt{
	font-size: 17px;
	text-align: center;	
}
/*三角形*/
.concept .triangle{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 150px solid transparent;
	border-left: 150px solid transparent;
	border-top: 40px solid #8c0000;
	border-bottom: 0;
}
.concept h3{
	font-size: 24px;
	text-align: center;	
	margin-top: 10px;
}



/* ご依頼の流れ
-------------------------------------------------------------------------------- */
.flow{	
	margin-top: 90px;
	margin-bottom: 40px;
}
.flow h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 4px;
}
.flow .sub{
	font-size: 18px;
	text-align: center;	
	margin-bottom: 40px;
}

.flow ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}
.flow ul li{
	width: calc((100% - 60px) / 3);
	background: #e6e6e6;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 30px 0 32px 0;
	margin-bottom: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 15px -5px #808080;
}
.flow ul li span{
	font-weight: 400;
	display:block;
	position: relative;
	margin-bottom: 14px;
}
.flow ul li span::after{
	content: '';
	width: 50px;
	height: 2px;
	display: inline-block;
	background-color: #e6c26e;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}



/* 安藤醸造の業務用味噌一覧
-------------------------------------------------------------------------------- */
.products-list{	
	margin-top: 95px;
	margin-bottom: 60px;
}
.products-list h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 35px;
}
.products-list .box{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.products-list .box .miso{	
	width: 270px;
	padding: 16px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #808080;
	/*box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.16);*/
}
.products-list .box .miso .img{	
	position: relative;
	margin-bottom:2px;
}
.products-list .box .miso .label{	
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #780000;
	border-radius: 40px;
	padding: 2px 12px 3px 12px;
	position: absolute;
	bottom: 5px;
	left:9px;
}
.products-list .box .miso .img img{	
	border-radius: 10px;
}
.products-list .box .miso .name{	
	font-size: 20px;
	font-weight: 700;	
	margin-top: 10px;
}
.products-list .box .miso .price{
	font-size: 20px;
	color: #780000;
	font-weight: 700;
	margin-bottom: 16px;
}
.products-list .box .miso .tax{	
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

/*ポップアップ*/
#popup_1,#popup_2,#popup_3,#popup_4{
	display: none; /* label でコントロールするので input は非表示に */
}
.popup-open {
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	display: block;
	font-size: 18px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 40px;
	padding: 8px;
}
.popup-overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#popup_1:checked ~ .popup-overlay,
#popup_2:checked ~ .popup-overlay,
#popup_3:checked ~ .popup-overlay,
#popup_4:checked ~ .popup-overlay{
	display: block;
	z-index: 99999;
	background-color: #00000080;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	width: 90vw;
	max-width: 550px;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-text {
	margin: 0;
}
.popup-text:not(:last-of-type) {
	margin-bottom: 1em
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: -26px;
	width: 50px;	
}

/*ポップアップの内容*/
.popup-window .ttl-box{
	border-bottom: 1px solid #000;
}
.popup-window .ttl-box .ttl{
	font-size: 28px;
	font-weight: 700;
	padding: 20px 20px 5px 20px;
}
.popup-window .ttl-box .ttl span{
	font-size: 18px;
	font-weight: 700;
	padding-left: 10px;
}

.popup-window .box{
	width: 510px;
	margin: 25px auto 30px auto;
	display: flex;
}
.popup-window .box .txt{
	width: 260px;
}
.popup-window .box .txt .p-label{
	width: 90px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #780000;
	border-radius: 40px;
	padding: 2px 12px 3px 12px;
	margin-bottom: 10px;
}
.popup-window .box .txt .p-name{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.popup-window .box .txt .p-txt{
	line-height: 1.7;
}
.popup-window .box .img{
	width: 230px;
	border-radius: 10px;
}
/*詳細*/
.popup-window  table{
	width:510px;
	margin: 0 auto 40px auto;
	border:solid 1px #000;
	border-collapse:collapse;
	font-size: 15px;
}
.popup-window table th{
	width:90px;
	padding:4px 10px;
	border:solid 1px #000;
}
.popup-window  table td{	
	padding:4px 10px;
	border:solid 1px #000;
}



/* ３つの理由
-------------------------------------------------------------------------------- */
.reason{
	margin-top: 100px;
	margin-bottom: 60px;
}
.reason h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}
.reason h2 span{
	font-size: 40px;
	color: #780000;
}
.reason .box{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.reason .box .detail{
	width: 360px;
	background: #f0f0f0;
	border-radius: 15px;
	padding: 40px 20px;
	box-shadow: 0px 0px 15px -5px #808080;
}
.reason .box .detail .icon{
	width: 100px;
	margin: 0 auto 30px auto;
}
.reason .box .detail h3{
	font-size: 22px;
	color: #780000;
	position: relative;
	display: inline-block;
	margin-bottom: 46px
}
.reason .box .detail h3::after{
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translate(-50%, -50%); 
	width: 150px;
	height: 5px;
	background-color: #e6c26e;
}
.reason .box .detail .txt{
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.reason .box .detail ul.check-list {
	list-style: none;
	padding: 0;
}
.reason .box .detail ul.check-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	position: relative;
}
/* チェックボックス */
.reason .box .detail ul.check-list li::before {
	content: url("../images/index/icon-check.png");
	transform: scale(0.4);
	position: absolute;
	top: -10px;
	left: -10px;
}



/* 安藤醸造でできること
-------------------------------------------------------------------------------- */
.cando{	
	margin-top: 90px;
	margin-bottom: 60px;
}
.cando h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 10px;
}
.cando .sub{
	font-size: 18px;
	text-align: center;	
	margin-bottom: 40px;
}

.cando .box{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cando .box .detail{
	width: 360px;
	border-radius: 15px;
	padding: 50px 20px 20px 20px;
	box-shadow: 0px 0px 15px -5px #808080;
	margin-bottom: 30px;
}
.cando .box .detail .icon{
	width: 62%;
	margin: 0 auto 30px auto;
}
.cando .box .detail h3{
	font-size: 22px;
	color: #780000;
	text-align: center;
	margin-bottom: 15px;
}
.cando .box .detail .txt{
	font-size: 17px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 20px;
}
.cando .box .detail .txt span {
	position: relative;
}
.cando .box .detail .txt span::before {
	content: url("../images/index/icon-attention.png");
	transform: scale(0.4);
	position: absolute;
	top: -12px;
	left: -35px;
}



/* 導入事例・お客様の声
-------------------------------------------------------------------------------- */
.voice{	
	margin-top: 95px;
	margin-bottom: 50px;
}
.voice h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 35px;
}

.voice .box{	
	width: 1140px;
	margin: 0 auto;
	background: #f0f0f0;
	padding: 50px 70px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #808080;
	
	display: flex;
	justify-content: space-between;
}
.voice .box .detail{
	width: 530px;
}
.voice .box .detail .icon{
	width: 75px;
	margin: 50px auto 15px auto;
}
.voice .box .detail h3{
	font-size: 22px;
	color: #780000;
	text-align: center;
	margin-bottom: 15px;
}
.voice .box .detail .txt{
	font-size: 17px;
	line-height: 1.8;
}
.voice .photo{
	width: 400px;
}



/* よくある質問
-------------------------------------------------------------------------------- */
.qa{	
	margin-top: 85px;
	margin-bottom: 60px;
}
.qa h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 35px;
}
.qa .box{	
	width: 1140px;
	margin: 0 auto;
	padding: 35px 35px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #808080;
	
	display: flex;
	justify-content: space-between;
}

/* アコーディオン */
.accordion{
	width: 1080px;
	margin: 0 auto;
}
.item {
	font-size: 22px;
	margin-bottom: 10px;
	overflow: hidden;
}
.question {
	list-style: none; /* デフォルトの矢印を消す */
	cursor: pointer;
	position: relative;
	padding: 8px 40px 8px 15px; /* 右側に矢印用の余白を確保 */
	user-select: none;
	font-weight: 700;
}
.question span{
	color: #780000;
	padding-right: 10px;	
}
.question:hover {
	opacity: 0.7;
}
/* 矢印（閉じた状態：下向き） */
.question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.3s ease;
}
/* 矢印（開いた状態：上向き） */
.item[open] .question::after {
	transform: translateY(-50%) rotate(-45deg);
}
.answer {
	font-size: 18px;
	padding:13px 15px;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}
.answer span{
	font-size: 22px;
	font-weight: 700;
	color: #d2aa46;
	padding-right: 10px;
}



/* 対応地域
-------------------------------------------------------------------------------- */
.area{	
	margin-top: 95px;
	margin-bottom: 65px;
}
.area h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 35px;
}
.area .box{	
	width: 1140px;
	margin: 0 auto;
	background: #f0f0f0;
	padding: 33px 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #808080;	
}
.area .box .txt{	
	font-size: 17px;
	line-height: 1.8;
}



/* 開発例
-------------------------------------------------------------------------------- */
.example{	
	margin-bottom: 100px;
}
.example h2{
	font-size: 32px;
	text-align: center;	
	margin-bottom: 35px;
}
.example .box{	
	width: 1140px;
	margin: 0 auto;
	padding: 23px 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #808080;
	margin-bottom: 20px;
}
.example .bg-g{	
	background: #f0f0f0;
}
.example .box .group{	
	font-size: 17px;
	line-height: 1.8;
	color: #780000;
	font-weight: 700;
}
.example .box .txt{	
	font-size: 17px;
	line-height: 1.8;
}



/* フッター 非表示
-------------------------------------------------------------------------------- */
#footer .col-menu,
#contact,
.float-ecshop{
	display: none;
}
#footer{
	margin: 0;
}
