@charset "utf-8";
/* CSS Document */

/***************************
 ** 米粉うどんが美味しいわけ
 */
.reason_area {
    padding: 5rem 6rem;
    margin-bottom: 5rem;
}
.reason_lead {
    text-align: center;
    line-height: 2;
    max-width: 700px;
    margin: 0 auto 6rem;
    font-size: 1.6rem;
    margin-bottom: 4rem;
}
.reason_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.reason_block {
   /* flex-basis: 48%;　*/
}

.reason_txt{
    flex-basis: 40%;
    line-height: 2;
   
}

.reason_img{
    flex-basis: 55%;
    margin-right:5%;
}



.reason_h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 736px) {
.reason_area {
    padding: 3rem 1rem;
	margin-bottom:1rem;
}
	
	.reason_lead{
		text-align: left;
		margin-bottom: 2rem;
        font-size: 1.4rem;
	}	

	.reason_flex {
    display: flex;
    justify-content: space-between;
	flex-direction: column;	
    margin-bottom: 2rem;
}
	.reason_h3 {
    font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}


/*グルテンフリー・アレルギーについてのボタン*/
.gluten_allergy_btn {
    text-align: center;
    margin-bottom: 4rem !important;    
}

.gluten_allergy_btn a span {
    font-size: 1.4rem;
    font-weight: normal;
}

.gluten_allergy_btn a {
    font-size: 2rem;
    background: #7c550b;;
    position: relative;
    align-items: center;
    max-width: 600px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
	line-height: 1.5;
	outline : 1px solid #FFFFFF; /* 内側に線 */
    outline-offset : -5px /* 内側に線 */
}
.gluten_allergy_btn a:hover {
    background: #999999;
    /*    color: #000;*/
    text-decoration: none;
}
.gluten_allergy_btn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s ease-in-out;
}

.gluten_allergy_link{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 3rem;
}

@media screen and (max-width: 736px) {
.gluten_allergy_btn a {
    font-size: 1.6rem;
}
}


/***************************
 ** 美味しい麺のゆで方
 */
.boil_area{
	padding: 5rem 6rem;
	margin-bottom: 5rem;
}
.boil_h2_ttl{
	    font-family:"Noto Serif JP",serif, '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    text-align: center;
    font-size: 3rem;
	font-weight: bold;
    border: none;
    color: #000;
	
}


.boil_btn {
	line-height: 42px;
	padding: 0 0 0 10px;
	position: relative;
	
	transition: 0.3s;
}


.boil_btn:after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: 900;
	position:absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: 0.2s;
}


.boil_btn.ac:after {
	transform: translateY(-50%) rotateX(180deg);
}


.boil_flex {
	
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
}
.boil_block {
    flex-basis: 48%;
}

.boil_txt{
        flex-basis: 40%;
        line-height: 2;
       
    }
    
.boil_img{
        flex-basis: 55%;
        margin-right:5%;
    }
    
.boil_h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}


@media screen and (max-width: 736px) {
	.boil_area{
		padding: 3rem 1rem;
		margin-bottom: 5rem;
	}
 .boil_h2_ttl {
	 font-size: 2.4rem;
	}
	.boil_flex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 4rem;
		margin-top: 4rem;
		flex-direction: column;
	}	

	.boil_h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

    .boil_img{
        margin-right:0;
    }
}

/***************************
 ** youtube埋め込み
 */
 .youtube{
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-bottom: 6rem;
 }
 .youtube iframe {
    width: 100%;
  height: 100%;
 }