﻿@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-box-sizing : border-box;
}

body{
	font-size:1.6rem;
	letter-spacing:0.1rem;
	line-height:1.8;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
}

img{
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	width /***/:auto;	/*IE8のみ適用*/
}

.c-thumb{
    width: 100%;
    padding-top:72.25%;
    position: relative;
    display: block;
    overflow: hidden;
}

.c-thumb img{
    object-fit: cover;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.pc_only{
    display: inherit;
}

.sp_only{
    display: none;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.center{
    text-align: center;
}

.footer{
    text-align: center;
    font-size: 1.4rem;
    padding: 2% 2% 5%;
}

.l-main{
    width:100%;
    overflow: hidden;
    margin: 0 auto;
}
.l-inner{
    max-width: 900px;
    width: 96%;
    margin: 0 auto;
}


.page-top{
    background-color:#ed6d00;
    background-image: repeating-linear-gradient(-45deg, #e65700, #e65700 8px, transparent 8px, transparent 25px);
    padding-bottom: 2%;
}

.data{
    background: #463b5d;
    padding: 10px 3%;
    text-align: center;
    color:#fff;
    font-size: 3rem;
    font-weight: 600;
}
.data span{
    background: #fff;
    color:#463b5d;font-weight: 600;
    border-radius: 30px;
    padding:0 30px;
    line-height: 1.4;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}


.main{
    width: 96%;
    max-width: 900px;
    margin: 0 auto 1%;
}

.main-catch{
    width: 90%;
    max-width: 800px;
    margin: 0 auto 5%;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.page-contents{
    padding:4% 0;
    background: #fce6bd;
}
.page-contents.white{
    background: #fff;
}

.page-nav li{
    width: 46%;
    margin: 0 2% ;
}

.page-nav{
    margin-top: 5%;
}








.entry{
    display: block;
    background: #fff;
    padding: 5% 3%;
    border: 3px solid #3C3736; 
    margin-bottom: 8%;
}

.ti-title1{
    color: #e65700;
    font-weight: 600;
    font-size:2.4rem;
    text-align: center;
    margin-bottom:5%;
}

.ti-title1.icon:before{
    content:"";
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: url("../img/icon-ramen.png") no-repeat center center;
    background-size: contain;
}

.ti-title2{
    color: #fff;
    background: #ed6d00;
    font-weight: 600;
    font-size:2.2rem;
    padding: 5px 3%;
    margin-bottom:5%;
}

.entry-flow{
    margin-bottom: 30px;
}

.entry-flow li{
    width: 30%;
    margin: 0 auto ;
    position: relative;
}

.entry-flow li:first-child{
    padding-top: 0;
}
.entry-flow li:last-child{
    border-bottom: 0;
}

.entry-flow .no{
    color:#ed6d00;
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top:0;
}

.entry-flow .img{
    width: 90%;
    max-width: 100px;
    margin: 0 auto 20px;
}

.entry-flow .txt{
    letter-spacing: 0;
}


.entry-flow .note{
    display: block;
    margin-top: 2%;
    color:#E74824;
    font-size: 1.4rem;
}

.link-btn{
    display: block;
    text-decoration: none;
    background: #463b5d;
    color:#fff;
    text-align: center;
    border-radius: 30px;
    max-width: 320px;
    padding: 14px 3%;
    margin: 0 auto;
}

.entry .link-btn{
    margin: 0 auto 30px;
}


.chaoo{
    margin: 0 auto 8%;
    justify-content: center;
    align-items: center;

    padding: 3%;
    background: #fff;
}




.chaoo .txt{
    width: 60%;
    margin-right: 5%;
}
.chaoo h2{
    font-size: 2rem;
    margin-bottom: 10px;
    color:#E74824; 
}

.chaoo .note{
    display: block;
    color:#808080;
    margin: 10px 0 0 ;
}

.chaoo .img{
    width: 35%;
    max-width: 140px;
}

.stamp-note{
    padding: 3% 5%;
    background: #f5f5f5;
    font-size: 1.4rem;
}


.shop .shoparea ,.genre .shoparea{
    background: #ed6d00!important;
    width: 100%;
    margin-bottom: 3%;
    color:#fff;
    border-radius: 0;
    padding: 5px 3%;
    font-size: 2rem;
    font-weight: 600;
}



.link-chaoo{
    width: 100%;
    margin-bottom: 5%;
}

.link-chaoo li{
    width: 46%;
    margin: 0 auto;
}

.link-chaoo a{
    font-weight: 600;
    display: block;
    background:#463b5d;
    text-align: center;
    padding: 15px 3%;
    text-decoration: none;
    color:#fff;

}

.shop ul:last-child{
    margin-bottom: 8%;
}
.shop ul{
    margin-bottom: 3%;
}

.shop.back1 li{
    background: #fef5e4;
}

.shop li{
    width: 31.333%;
    margin: 0 1% 3%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.shop li a{
    display: block;
    text-decoration: none;
    position: relative;
    color:#333;
}

.shop .name{
    padding: 10px 5% 15px;    
    font-weight: 600;
}

.shop .name span{
    color:#808080;
    font-size: 1.3rem;
    display: block;
    letter-spacing: 0;
    font-weight: 400;
}

.shop .area{
    z-index: 2;
    position: absolute;
    top:0;
    left: 0;
    background: #3C3736;
    color:#fff;
    width: 80px;
    text-align: center;
    font-size: 1.4rem;
    padding: 2px 0;
}


.genre li{
    width: 31.333%;
    margin: 0 1% 3%;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.genre ul{
    margin-bottom: 3%;
}

.genre .img{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.genre .img:before{
    background-image: linear-gradient(0deg, #000000, transparent);
    width: 100%;
    position: absolute;
    content:"";
    z-index: 2;
    bottom:0;
    left: 0;
    right: 0;
    height: 30%;
}

.genre h3{
    text-align: center;
    margin: 10px auto;
    color:#fff;
    font-weight: 600;
    position: absolute;
    z-index: 3;
    bottom:3%;
    left: 0;
    right: 0;
    width: 100%;
    letter-spacing: .1rem;

}

.genre-img{
    position: relative;
    margin-bottom: 10px;
}

.genre a{
    background: #fff;
    border-radius: 3px;
    font-size: 1.4rem;
    text-decoration: none;
    color:#333;
    display: inline-block;
    padding: 3px 10px;
    margin:0 3px 3px 0;
}

.genre a .area{
    color:#ed6d00;
    text-align: center;
    font-size: 1.2rem;
}

.rally{
    max-width: 600px;
    margin: 0 auto 0;;
    width: 90%;
    
    align-items: center;
}

.rally .img{
    width: 35%;
}
.rally .txt{
    width: 60%;
    margin-left: 5%;
    text-align: center;
    font-weight: 600;

}


.rally .txt a{
    margin-top: 30px;
}

.present{
    margin-bottom: 5%;
    text-align: center;
        background-color:#ed6d00;
    background-image: repeating-linear-gradient(-45deg, #e65700, #e65700 8px, transparent 8px, transparent 25px);
}

.faq{
    background: #fff;
    padding: 5%;
    margin-bottom: 8%;
counter-reset: number 0;

}

.faq dt{
    position: relative;
    font-weight: 600;
    
    margin-bottom: 1%;
}

.faq dt:before{
counter-increment: number 1;
    content:"Q." counter(number) " ";
   font-weight: 600;
    font-size: 2rem;
    color: #463b5d; 

}


.faq dd{
    position: relative;
    margin-bottom: 4%;
    padding: 3%;
    background: #f5f5f5;
}

.faq dd:before{
    content:"A . ";
   font-weight: 600;
    font-size: 2rem;
    color: #E74824; 
}

.osusume{
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 4px dotted #44414E;
    align-items: center;
    justify-content: space-between;
}


.osusume:nth-of-type(even){
    flex-direction: row-reverse;
}

.osusume:last-child{
    border-bottom: 0;
    margin-bottom: 8%;
}

.osusume .img{
    width: 48%;
}
.osusume .contents{
    width: 48%;
}

.osusume .contents h3{
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    color:#BD441C;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.osusume .contents h3 span{
    font-size: 1.6rem;
    color:#44414E;
    display: inline-block;
}

.osusume-shop{
    border-radius: 5px;
    background: #44414E;
    padding: 20px 5% 20px 80px;
    color: #fff;
    margin-top: 20px;
    position: relative;
}
.osusume-shop .area{
    position: absolute;
    left: 0;
    top:0;
    margin: 20px 0 0 3%;
    background: #BD441C;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
}

.osusume-shop .name span{
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
}

.osusume-shop .name {
    font-size: 2rem;
    font-weight: 600;
}

.osusume-shop a{
    display: block;
    background: #fff;
    color:#44414E;
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 4%;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.4rem;
}




@media screen and (max-width:700px) { 
    html{
        font-size: 50%;
    }
    .pc_only{
        display: none;
    }

    .sp_only{
        display: block;
    }
    .l-inner{
        
        width: 94%;
    }
    
    .page-contents{
        padding: 30px 0;
    }

    .data{
        font-size: 2.2rem;
        padding: 15px 3% 12px;
    }
    .data span{
        padding:0 30px;
        margin: 0 auto 5px;
        width: 100px;
        display: block;
        font-size: 1.8rem;
    }
    
    .shop .shoparea{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
                                                                                                                                                                                                                                                                                     
.main-catch{
    font-size: 1.7rem;
    text-align: left;

}
    
    .main-catch br{
        display: none;
    }


    .ti-title1{
        margin-bottom: 30px;
        font-size: 2.2rem;
    }
    
    .ti-title2{
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .entry-flow{
        margin-bottom: 0;
    }
    .entry-flow li{
        width: 100%;
        display: flex;
        border-bottom: 2px solid #074377;
        margin-bottom: 20px;
    }
    
    .entry-flow .img{
        width: 32%;
        margin-right: 8%;
        text-align: right;
    }
    .entry-flow .img img{
        width: 80%;
        
    }
    .entry-flow .txt{
        width: 60%;
    }
    .stamp-note{
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    
    .chaoo{
        padding: 20px 5%;
        margin-bottom: 50px;
    }

    .link-chaoo a{
        padding: 10px 2%;
    }
    
    .shop .flex{
        justify-content: space-between;
    }
    
    .shop li{
        width: 48%;
        margin: 0 0 15px;
    }
    .genre .flex{
        justify-content: space-between;
    }
    .genre li{
        width: 48%;
        font-size: 1.3rem;
        margin: 0 0 20px;
        letter-spacing: -0.1rem;
    }
    
    .genre a{
        padding: 3px 5px;
        font-size: 1.3rem;
    }
    
    .genre h3{
        bottom:0;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    
    .genre-img{
        margin-bottom: 6px;
    }


    .rally .img{
        width: 35%;
    }
    .rally .txt{
        width: 60%;
        margin-left: 5%;
        font-size: 1.4rem;
        letter-spacing: 0;

    }
.rally .txt a{
    margin-top: 10px;
    padding: 8px 2%;
}

    
.present{
    margin-bottom: 30px;
}
    .faq dt{
        margin-bottom: 6px;
    }
    .faq dd{
        margin-bottom: 20px;
        padding: 10px 3% 15px;
    }
    
    .osusume{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
        .osusume .img{
            width: 80%;
            margin: 0 auto 15px;
        }
        .osusume .contents{
            width: 90%;;
            margin: 0 auto;
        }
    .osusume .contents h3 {
        text-align: center;
        font-size: 2.2rem;
    }
    
 }