@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese');

html{
	font-size: 10px;
}
* {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	font: inherit;
}
.pc {display: none;}
.br_pc {display: none;}

@media all and (min-width: 600px) {
    .pc {display: block;}
    .sp {display: none;}
}
@media all and (min-width: 1000px) {
    .br_pc {display: inline;}
    .br_sp {display: none;}
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
フェードイン 
----------------------------*/
.fade{
animation-name: fadein; /* キーフレームの名前 */
animation-duration: 1s; /* かかる時間 */
animation-timing-function: ease-out; /* 速度 */
animation-fill-mode: forwards; /* アニメーション前後のプロパティの状態 */
}
@keyframes fadein {
  0% {
     opacity: 0
  }
  100% {
     opacity: 1
  }
}

#header {
    margin-bottom: 20px;
}
.sakata_ramen_wrap {
    background: url("../image/haikei.png")repeat 0 0;
}
.sakata_ramen_wrap .inner {
    padding: 30px 15px;
}

.scroll_up {
    margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
    .scroll_up {
        margin-bottom: 40px;
    }
}

/* タイトルバナー */
.ramen_mainImg {
    margin: 0 0 30px;
    text-align: center;
}
.ramen_catch {
    font-size: clamp(24px, 2.5vw, 30px);
    font-family: ten-mincho, serif;
    text-align: center;
    margin-bottom: 30px;
}

/* 酒田ラーメンとは？*/
.about_sakata_ramen {
    background: #fff;
    padding: 4%;
}
.about_sakata_ramen h2 {
    /*font-family: ten-mincho, serif;
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;*/
    
    margin-bottom: 2rem;
    text-align: center;
}
/*.about_sakata_ramen h2::after {
    content: "";
    display: inline-block;
    width: 66px;
    height: 66px;
    background-image: url("../image/icon_1.png");
    background-size: contain;
    vertical-align:bottom;
}*/
.ramen_img {
    margin-bottom: 3rem;
}
.ramen_txt {
    color : #0D0D0D;
    font-size: clamp(16px, 2.5vw, 23px);
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    padding: 0 10%;
}
.ramen_txt:not(:last-child){
    margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
    .ramen_img {
        margin-bottom: 2rem;
    }
    .ramen_txt {
        padding: 0;
    }
}

/* 「日本ご当地ラーメン総選挙」とは */
.sosenkyo {
    background: url("../image/sitaji_1_1.png") no-repeat center center;
    background-size: contain;
    /*padding: 60px 40px 50px;*/
    padding: 4% 8%;
}
.sosenkyo h3 {
    margin: 15px 0 25px;
    text-align: center;
}
.sosenkyo p {
    font-size: clamp(16px, 2.3vw, 23px);
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .sosenkyo {
        background: url("../image/sitaji_1_1_sp.png") no-repeat top center;
        background-size: 100% 100%;
        padding: 6% 5%;
    }
    .sosenkyo h3 {
        margin: 10px 0;
    }
    .sosenkyo p {
        text-align: left;
    }
}

/* 酒田ラーメンの楽しみ方 */
.enjoy_sakata_ramen {
    background-color: #fff;
    background-image: url("../image/sen_1.png"), url("../image/sen_1.png");
    background-position: top center, bottom center;  
    background-repeat: repeat-x, repeat-x;
    padding: 50px 0;
}
.enjoy_sakata_ramen h3 {
    margin: 20px 0 30px;
    text-align: center;
}
.enjoy_sakata_ramen p {
    font-size: clamp(16px, 2.5vw, 23px);
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}
/* youtube埋込 */
.youtube_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 30px;
    max-width: 900px;
}
.youtube_wrap iframe {
    width: 100%;
    height: 100%;
}
.enjoy_ramen_afuro {
    font-size: clamp(16px, 2.5vw, 23px);
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    .enjoy_sakata_ramen {
        background-image: url("../image/sen_1_sp.png"), url("../image/sen_1_sp.png");
        background-size: auto 25px;
        padding: 20px 15px;
    }
    .enjoy_sakata_ramen h3 {
        margin: 20px 20px;
        text-align: center;
    }
}

/* ご購入はこちら */
.shopping_ramen {
    background: #fff;
    padding: 40px 10% 60px;
}
.shopping_ramen h3 {
    background: none;
    font-family: ten-mincho, serif;
    font-size: clamp(26px, 2.5vw, 40px);
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    line-height: 1.2;
}
.shopping_ramen h3::before, .shopping_ramen h3::after {
    content: "";
    display: inline-block;
    width: 121px;
    height: 50px;
    background: url("../image/icon_2.png") no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.shopping_ramen h3::before {margin-right: 30px;}
.shopping_ramen h3::after  {margin-left: 30px;}

.ramen_item_list {
    display: flex;
    justify-content: space-between;
    font-family: ten-mincho, serif;
    flex-wrap: wrap;
}
.ramen_item_list li {
    width: 48%;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 60px;
}
.ramen_item_list .item_img {
    margin-bottom: 10px;
}
.ramen_item_list .item_name {
    color : #7E2F00;
    font-size: clamp(24px, 2.5vw, 28px);
    line-height: 1.2;
    margin-top: auto;
}
.ramen_item_list .item_price {
    color : #7E2F00;
    font-size: clamp(28px, 2.5vw, 34px);
    margin-bottom: 10px;
}
.shop_link_btn {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.shop_link_btn li:last-child {
    margin-left: 20px;
}
.postage_caution {
    color: red;
    font-size: clamp(20px, 2.5vw, 24px);
    font-family: 'Shippori Mincho B1', serif;
    text-align: center;
    margin-top: -50px;
}
@media screen and (max-width: 600px) {
    .shopping_ramen {
        padding: 30px 5%;
    }
    .shopping_ramen h3::before, .shopping_ramen h3::after {
        width: 48px;
        height: 20px;
    }
    .shopping_ramen h3::before {margin-right: 6px;}
    .shopping_ramen h3::after  {margin-left: 6px;}
    .ramen_item_list li{
        width: 100%;
    }
    .ramen_item_list li:not(:last-child) {
        margin-bottom: 40px;
    }
}
