@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #333;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #333;
    width: 100%;
    min-width: 769px;
    overflow-x: scroll;
    line-height: 1;
    letter-spacing: .05rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: url(../img/white_bg.jpg) repeat center /100% auto;
    font-size: 15px;
}
.serif {
    font-family: "Noto Serif JP", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.rei {
    font-family: "a-otf-ud-reimin-pr6n", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
font-weight: 300;
font-style: normal;
}
@font-face {
    font-family: 'TsukuAntique';
    font-weight: 400;
 src: url(../font/FOT-TsukuAntiqueLMinStd-L.otf) format('opentype');
   }
.ant {
    font-family: 'TsukuAntique', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    letter-spacing: -.1rem;
}
.en {
    font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: italic;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
/* fadeIn
=======================*/
.fade_in {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeInAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeInAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .fadeInAnimeTrigger {
    opacity: 0;
  }
  /* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	-ms-transform: translate(0, 60px);
	    transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.fadein {
	opacity: 1.0;
	-ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* mv */
.mv img {
    width: 100%;
}
/* about */
.about {
    padding: 95px 0 70px;
    text-align: center;
}
.about_inner {
    max-width: 935px;
    width: 90%;
    margin: 0 auto;
}
.about h4 {
    font-size: 32px;
    margin: 0 auto 45px;
    font-weight: bold;
}
.about h2 {
    font-size: 32px;
    position: relative;
}
.about h2::after {
    content: '';
    display: inline-block;
    background: url(../img/about_fukidashi.png) no-repeat top center / 100% auto;
    width: 119px;
    height: 136px;
    position: absolute;
    left: 5%;
    top: -100px;
}
.about h2 span.about_ttlEnd {
    font-size: 48px;
}
.about_ttl .bg-wrap {
    position: relative;
    display: inline-block;
}
.about_ttl.is-animated .bg-wrap::before {
    -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.about_ttl.is-animated .bg-wrap:first-of-type::before {
    background: -o-linear-gradient(350deg, #f19149, #cdb546);
    background: linear-gradient(100deg, #f19149, #cdb546);
}
.about_ttl.is-animated .bg-wrap:nth-of-type(2)::before {
    background: -o-linear-gradient(350deg, #58cccb, #9dc2d8);
    background: linear-gradient(100deg, #58cccb, #9dc2d8);
}
.about_ttl.is-animated .bg-wrap:last-of-type::before {
    background: -o-linear-gradient(350deg, #ee89a6, #cb92d9);
    background: linear-gradient(100deg, #ee89a6, #cb92d9);
}
.about_ttl .bg-wrap .ttl_inn {
    display: inline-block;
    font-size: 44px;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
}
@-webkit-keyframes bg {
    0% {
      opacity: 0;
      -webkit-transform: scaleX(0) translateX(-5%);
              transform: scaleX(0) translateX(-5%);
    }
    30% {
      -webkit-transform: scaleX(1) translateX(0);
              transform: scaleX(1) translateX(0);
    }
    100% {
      -webkit-transform: scaleX(1) translateX(0);
              transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
}
@keyframes bg {
    0% {
      opacity: 0;
      -webkit-transform: scaleX(0) translateX(-5%);
              transform: scaleX(0) translateX(-5%);
    }
    30% {
      -webkit-transform: scaleX(1) translateX(0);
              transform: scaleX(1) translateX(0);
    }
    100% {
      -webkit-transform: scaleX(1) translateX(0);
              transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
}
.about h3 {
    font-size: 52px;
    margin: 35px auto 0;
    font-weight: bold;
}
.about_txt {
    font-size: 18px;
    line-height: 2.4;
    margin: 35px auto 0;
}
.about_attention {
    background-color: #fce4c1;
    padding: 25px 40px;
    margin: 45px auto 0;
}
.about_attention p {
    line-height: 2;
    text-align: left;
}
/* prize */
.prize {
    padding-bottom: 125px;
}
.prize h2 {
    max-width: 310px;
    margin: 0 auto 40px;
}
.prize_cont {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 35px;
}
.prize_cont h3 {
    font-size: 44px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.prize_cont h3 span {
    font-size: 32px;
    font-weight: 600;
}
.prize_cont .prize_contTxt {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.prize_cont p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
}
.prize_cont p:last-of-type {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.prize_cont p span {
    font-size: 24px;
}
.prize_cont .attention {
    display: block;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.prize_info {
    background-color: #f9f4ec;
    position: relative;
    padding: 70px 75px;
    margin: 70px auto 0;
}
.prize_info::before {
    content: '';
    display: inline-block;
    background: url(../img/prize_ill.png) no-repeat top center / 100% auto;
    width: 63px;
    height: 62px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
}
.prize_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.prize_info dl:last-of-type {
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.prize_info dl dt {
    width: 15%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.prize_info dl dd {
    width: 82%;
    font-size: 16px;
    line-height: 2;
}
/* place */
.place {
    padding-bottom: 140px;
}
.place_ttl {
    margin: 0 auto 90px;
    text-align: center;
}
.place_ttl h2 {
    font-size: 42px;
    line-height: 1.8;
}
.place_ttl span {
    display: block;
    max-width: 285px;
    margin: 40px auto 0;
}
.place_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.place_cont.cont01::before {
    content: "";
    position: absolute;
    background-image: url(../img/place_ill01.png), url(../img/place_ill02.png);
    background-repeat: no-repeat;
    background-position: bottom 25% left, bottom 5% right;
    background-size: 97px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.place_cont.cont02::before {
    content: "";
    position: absolute;
    background-image: url(../img/place_ill03.png), url(../img/place_ill04.png);
    background-repeat: no-repeat;
    background-position: bottom left, bottom 25% right;
    background-size: 97px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.place_cont.cont01, .place_cont.cont02 {
    padding-bottom: 160px;
}
.place_cont.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.place_cont figure {
    width: 48%;
}
.place_cont_txt {
    width: 45%;
    position: relative;
    margin-top: 15px;
}
.place_cont_txt::after {
    content: '';
    display: inline-block;
    width: 262px;
    height: 203px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.place_cont.cont01 .place_cont_txt::after {
    background: url(../img/kitakata.png) no-repeat top center / 100% auto;
}
.place_cont.cont02 .place_cont_txt::after {
    background: url(../img/kitashiobara.png) no-repeat top center / 100% auto;
}
.place_cont.cont03 .place_cont_txt::after {
    background: url(../img/nishiaizu.png) no-repeat top center / 100% auto;
}
.place_cont_txt h3 {
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
.place_cont.cont01 .place_cont_txt h3 {
    background: -webkit-gradient(linear, left top, right top, from(#f19149), to(#cdb546));
    background: -o-linear-gradient(left, #f19149, #cdb546);
    background: linear-gradient(90deg, #f19149, #cdb546);
    background: -webkit-linear-gradient(0deg, #f19149, #cdb546);
    -webkit-background-clip: text;
}
.place_cont.cont02 .place_cont_txt h3 {
    background: -webkit-gradient(linear, left top, right top, from(#58cccb), to(#9dc2d8));
    background: -o-linear-gradient(left, #58cccb, #9dc2d8);
    background: linear-gradient(90deg, #58cccb, #9dc2d8);
    background: -webkit-linear-gradient(0deg, #58cccb, #9dc2d8);
    -webkit-background-clip: text;
}
.place_cont.cont03 .place_cont_txt h3 {
    background: -webkit-gradient(linear, left top, right top, from(#ee89a6), to(#cb92d9));
    background: -o-linear-gradient(left, #ee89a6, #cb92d9);
    background: linear-gradient(90deg, #ee89a6, #cb92d9);
    background: -webkit-linear-gradient(0deg, #ee89a6, #cb92d9);
    -webkit-background-clip: text;
}
.place_cont_txt span {
    display: block;
    font-size: 16px;
}
.place_cont_txt p {
    line-height: 2;
    margin: 70px auto 0;
}
.place_cont_txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25PX;
}
.place_cont_txt ul li {
    width: 48%;
}
/* ramen */
.ramen {
    background: url(../img/red_bg.jpg) repeat center top /100% auto;
}
.ramen .inner {
    padding: 75px 0 70px;
}
.ramen .line_img img {
    width: 100%;
}
.ramen h2 {
    max-width: 605px;
    margin: 0 auto 70px;
}
.ramen .is-animated h2 {
    -webkit-animation:katakata 6s 1 ease-in-out alternate;
            animation:katakata 6s 1 ease-in-out alternate;
}
@-webkit-keyframes katakata {
    0% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    1% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  
    2% {-webkit-transform:translate(0, 0) rotate(-4deg);transform:translate(0, 0) rotate(-4deg);}
    3% {-webkit-transform:translate(0, -1px) rotate(0deg);transform:translate(0, -1px) rotate(0deg);}
    4% {-webkit-transform:translate(0, -1px) rotate(4deg);transform:translate(0, -1px) rotate(4deg);}
  
    5% {-webkit-transform:translate(1px, 0) rotate(-3deg);transform:translate(1px, 0) rotate(-3deg);}
    6% {-webkit-transform:translate(0, 1px) rotate(0deg);transform:translate(0, 1px) rotate(0deg);}
    7% {-webkit-transform:translate(0, 0) rotate(5deg);transform:translate(0, 0) rotate(5deg);}
  
    8% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  }
@keyframes katakata {
    0% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    1% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  
    2% {-webkit-transform:translate(0, 0) rotate(-4deg);transform:translate(0, 0) rotate(-4deg);}
    3% {-webkit-transform:translate(0, -1px) rotate(0deg);transform:translate(0, -1px) rotate(0deg);}
    4% {-webkit-transform:translate(0, -1px) rotate(4deg);transform:translate(0, -1px) rotate(4deg);}
  
    5% {-webkit-transform:translate(1px, 0) rotate(-3deg);transform:translate(1px, 0) rotate(-3deg);}
    6% {-webkit-transform:translate(0, 1px) rotate(0deg);transform:translate(0, 1px) rotate(0deg);}
    7% {-webkit-transform:translate(0, 0) rotate(5deg);transform:translate(0, 0) rotate(5deg);}
  
    8% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  }
.ramen ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.ramen ul li {
    width: 32%;
}
.ramen_feature {
    background-color: #fce4c1;
    border-radius: 16px;
    margin: 60px auto 0;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ramen_feature figure {
    width: 20%;
}
.ramen_feature .ramen_feature_txt {
    width: 76%;
}
.ramen_feature .ramen_feature_txt p {
    line-height: 1.5;
    margin-bottom: 15px;
}
.ramen_feature .ramen_feature_txt p span {
    font-weight: bold;
    display: block;
} 
.ramen_feature .ramen_feature_txt p:last-of-type {
    margin-bottom: 0;   
}
/* movie */
.movie {
    margin: 110px auto 0;
    position: relative;
    padding-bottom: 110px;
}
.movie::before {
    content: "";
    position: absolute;
    background-image: url(../img/movie_bg01.png), url(../img/movie_bg02.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 455px, 472px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.movie h2 {
    font-size: 48px;
    text-align: center;
}
.movie span {
    font-size: 18px;
    display: block;
    margin: 10px auto 65px;
    text-align: center;
}
.movie_cont {
   max-width: 800px;
aspect-ratio: 16 / 9;
margin: 0 auto;
  }
  .movie_cont iframe {
    width: 100%;
    height: 100%;
  }
/* apply */
.apply {
    background-color: #f1f0e5;
    padding: 90px 0 150px;
}
.apply h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto 60px;
}
.apply_cont {
    background-color: #fff;
    padding: 40px 45px;
    border: 5px solid #d5d5d5;
}
.apply_cont ul li {
    line-height: 1.8;
    padding-left: 1rem;
    text-indent: -1rem;
}
/* form */
.form {
    padding: 135px 0 95px;
}
.form h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto 60px;
}
/* contact */
.contact {
    background-color: #d53c3c;
    padding: 80px 0 85px;
    text-align: center;
}
.contact h2 {
    color: #fff;
    font-size: 36px;
}
.contact span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 20px auto 45px;
}
.contact_cont {
    background-color: #fff;
    padding: 25px 60px 20px;
    font-size: 16px;
    line-height: 1.5;
}
.contact_cont h3 {
    margin-bottom: 10px;
}
/* bnrArea */
.bnrArea {
    background-color: #e6e4d4;
    padding: 55px 0;
}
.bnrArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bnrArea ul li {
    width: 30%;
}
/* footer */
footer {
    background: url(../img/footer_bg.jpg) no-repeat center /cover;
    padding: 25px;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
	.pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
/* about */
.about {
    padding: 60px 0;
}
.about h4 {
    font-size: 22px;
    margin: 0 auto 75px;
}
.about h2 {
    font-size: 24px;
}
.about h2::after {
    width: 85px;
    height: 64px;
    left: 0;
    top: -65px;
}
.about h2 span.about_ttlEnd {
    font-size: 28px;
}
.about_ttl .bg-wrap {
    margin-bottom: 10px;
}
.about_ttl .bg-wrap .ttl_inn {
    font-size: 28px;
    padding: 5px;
}
.about h3 {
    font-size: 30px;
    margin: 10px auto 0;
}
.about_txt {
    font-size: 16px;
    line-height: 2.2;
}
.about_attention {
    padding: 20px 5%;
    margin: 30px auto 0;
}
.about_attention p {
    line-height: 2;
}
/* prize */
.prize {
    padding-bottom: 60px;
}
.prize h2 {
    max-width: 180px;
    margin: 0 auto 30px;
}
.prize_cont h3 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.prize_cont h3 span {
    font-size: 20px;
}
.prize_cont .prize_contTxt {
    font-size: 18px;
}
.prize_cont p {
    font-size: 18px;
    line-height: 1.5;
}
.prize_cont p:first-of-type {
    margin-bottom: 10px;
}
.prize_cont p span {
    font-size: 14px;
}
.prize_cont .attention {
    font-size: 14px;
}
.prize_info {
    padding: 40px 5% 20px;
    margin: 50px auto 0;
}
.prize_info::before {
    width: 50px;
    height: 49px;
}
.prize_info dl {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.prize_info dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}
.prize_info dl dd {
    width: 100%;
    font-size: 15px;
}
/* place */
.place {
    padding-bottom: 60px;
}
.place_ttl {
    margin: 0 auto 40px;
}
.place_ttl h2 {
    font-size: 24px;
}
.place_ttl span {
    max-width: 200px;
    margin: 10px auto 0;
}
.place_cont {
    display: block;
}
.place_cont.cont01::before {
    background-position: bottom 2% left, bottom right;
    background-size: 70px;
}
.place_cont.cont02::before {
    background-position: bottom left, bottom 25% right;
    background-size: 80px;
}
.place_cont.cont01, .place_cont.cont02 {
    padding-bottom: 80px;
}
.place_cont figure {
    width: 100%;
}
.place_cont_txt {
    width: 100%;
    margin-top: 20px;
}
.place_cont_txt::after {
    width: 172px;
    height: 134px;
}
.place_cont_txt h3 {
  font-size: 38px;
}
.place_cont_txt span {
    font-size: 14px;
}
.place_cont_txt p {
    margin: 30px auto 0;
}
/* ramen */
.ramen .inner {
    padding: 40px 0;
}
.ramen h2 {
    max-width: 380px;
    margin: 0 auto 30px;
}
.ramen ul {
    display: block;
}
.ramen ul li {
    width: 80%;
    margin: 0 auto 20px 0;
}
.ramen ul li:nth-child(2) {
    margin: 0 0 20px auto;
}
.ramen_feature {
    margin: 40px auto 0;
    padding: 20px 5%;
    display: block;
}
.ramen_feature figure {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
}
.ramen_feature .ramen_feature_txt {
    width: 100%;
}
/* movie */
.movie {
    margin: 60px auto 0;
    padding-bottom: 60px;
}
.movie::before {
    background-size: 200px, 220px;
}
.movie h2 {
    font-size: 28px;
}
.movie span {
    font-size: 14px;
    margin: 10px auto 40px;
}
/* apply */
.apply {
    padding: 60px 0;
}
.apply h2 {
    font-size: 28px;
    margin: 0 auto 40px;
}
.apply_cont {
    padding: 20px 5%;
}
/* form */
.form {
    padding: 60px 0;
}
.form h2 {
    font-size: 28px;
    margin: 0 auto 40px;
}
/* contact */
.contact {
    padding: 60px 0;
}
.contact h2 {
    font-size: 28px;
}
.contact span {
    font-size: 14px;
    margin: 10px auto 40px;
}
.contact_cont {
    padding: 20px 5%;
    font-size: 15px;
    line-height: 1.5;
}
.contact_cont h3 {
    margin-bottom: 10px;
}
.contact_cont p {
    text-align: left;
}
/* bnrArea */
.bnrArea {
    padding: 40px 0;
}
.bnrArea ul {
    display: block;
}
.bnrArea ul li {
    width: 100%;
    margin: 0 auto 30px;
}
.bnrArea ul li:last-child {
    margin-bottom: 0;
}
/* footer */
footer {
    padding: 20px 5%;
}
footer p {
    font-size: 10px;
    line-height: 1.2;
}
}