@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: white;
	color: white;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 18px/1.7 'Noto Serif JP', "YakuHanJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.delline{/*打ち消し*/
	text-decoration: line-through;
	text-decoration-color: #ff0000;
}
.center{
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	margin-bottom:30px;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
p{
	line-height:1.7;
	text-align: justify;
	margin:0 auto;
	padding-bottom: 3%;
	font-size: 115%;
}
p:last-child{
	padding-bottom: 0;
}
span.border{
	text-decoration: underline;
	font-weight: 600;
}
span.red{
	color: #dd0000;
	font-weight: 600;
}
span.marker{
	background-color: #fbf27b;
	font-weight: 600;
	color:#000;
}
.bold{
	font-weight: 700;
}
.strike{
	text-decoration: line-through;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #990b0b;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #fbf27b;	/*マウスオン時の文字色（全体）*/
}
img{
	max-width: 100%;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	position: relative;
	width: 100%;	/*コンテナー幅*/
	background-color: white;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto;
}
#lpbody{
    background-color: #000;
    background-repeat: no-repeat;
    max-width: 100vw;
    min-height: 100vh;
    position: relative;
    height: 100%;
}
/*------------------------ inner */
.inner{
    width: 65%;
    margin: 0 auto;
}
.inner p{
    font-size: 95%;
    line-height: 1.7;
    font-weight: 400;
}
/*----------------------------- header --*/
#header{
    display: none;
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    width: 100%;
    background:#000;
}
#header .header_area{
    width:100%;
    line-height: 1;    
    text-align: left; 
    padding: 0.5em 0;  
    position: relative; 
}
#header .social{
    position: absolute;
    top:0;
    right: 0;
    box-sizing: border-box;
    text-align: right;
    margin: 0.6em 1em 0;
}
#header .social a{
    display: inline-block;
    font-size:80%;
    height: 2em;
    width: 2em;
    border:1px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 2;
}
#header .social a:last-child {
    margin-left: 0.3em;
}
#header .social a:hover {
    background-color: rgba(255,255,255, 1);
}
#header .social a:hover i{ color:#000; }
#header ul.header_menu{
    margin-left: 0.5em;
    line-height: 1.8;
    list-style: none;
    text-align: left;
}
#header ul.header_menu li{
    float:left;    
    vertical-align: middle;
    padding: 0.2em 1em;
    font-size: 80%;
}
#header ul.header_menu li a{
    color:#fff;
    text-decoration: none;
}
#header ul.header_menu li a:hover{
    color:#888;
    text-decoration: none;
}
/*----------------------------- sec16 food-copy --*/
.ttl{
    text-align: center;
}
.section{
    display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.food-copy{
    background-image: url(../img/food-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 4%;
}
.food-copy h2.ttl{
    margin-bottom: 3%;
}
.food-copy .inner p{
    text-shadow: 0px 0px 15px black;
}
/*----------------------------- sec17 NFG --*/
.ttl{
    text-align: center;
}
.section{
    display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nfg{
    background-image: url(../img/nfg-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 4%;
}
.nfg .logo{
    text-align: center;
    padding-bottom: 4%;
}
.nfg .inner{
    width: 65%;
}
.nfg .image{
    text-align: center;
}
.nfg .text{
    margin-bottom: 5%;
}
.nfg .text p{
    color: white;
    letter-spacing: -0.03em;
    text-align: center;
}
/*----------------------------- introduction --*/
.ttl{
	text-align: center;
}
.section {
    display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------------------------- sec0 */
#sec0{
}
#sec0 img.sp-none{
    margin: 0 auto;
}
/*
#sec0 .img_view{
}
*/
/*-------------------------------- sec1 */
#sec1{
    background:#000;
    position: relative;
}
#sec1 .img_view{
    background: url(../img/sec1_bg.jpg);
    background-size: auto 100%;
    background-position: top center;
}

/*----------------------------- sec3 */
#sec3{
    background-image: url(../img/story-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}
#sec3 .ttl{
    margin-bottom: 5%;
}
#sec3 p{
    position: relative;
    color: white;
    text-align: center;
}

/*-------------------------------- sec4 */
#sec4{
    background-image: url(../img/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 5% 0;
}
#sec4 .item{
    position: relative;
    padding: 3% 3% 0 3%;
}
#sec4 .step{
    position: absolute;
    top: 0;
    left: 50%;
}
#sec4 .text{
    padding: 0 12%;
    color: black;
    letter-spacing: -0.03em;
}
#sec4 .text p{
    font-size: 100%;
    text-align: center;
}
/*----------------------------- sec18 dinner --*/
.ttl{
    text-align: center;
}
.section{
    display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dinner{
    background-image: url(../img/dinner-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 4%;
}
.dinner .inner{
    background-image: url(../img/dinner-inner-bg.png);
    background-repeat: repeat;
    width: 60%;
    margin-top: 3%;
}
.dinner .inner .box{
    padding: 5% 17%;
}
.dinner .inner p{
    color: black;
    text-align: center;
}
.dinner .inner h3{
    background-color: #492320;
    margin-bottom: 2%;
}
/*-------------------------------- sec5 */
#sec5{
    background-image: url(../img/sec5_bg.jpg);
    text-align: center;
    position: relative;
}
/*-------------------------------- sec6 */
#sec6{
    background-image: url(../img/sec6_bg.jpg);
    text-align: center;
    position: relative;
}
/*-------------------------------- sec7 */
#sec7{
    background-image: url(../img/sec7_bg.jpg);
    text-align: center;
    position: relative;
}
/*-------------------------------- sec8 */
#sec8{
    background-image: url(../img/sec8_bg.jpg);
    text-align: center;
    position: relative;
}
/*-------------------------------- sec9 */
#sec9{
    background-image: url(../img/sec9_bg.jpg);
    text-align: center;
    position: relative;
}
/*-------------------------------- sec10 */
#sec10{
    background-image: url(../img/sec10_bg.jpg);
    text-align: center;
    position: relative;
}
/*-------------------------------- sec11 */
#sec11{
    background-image: url(../img/sec11-bg.jpg);
    text-align: center;
    position: relative;
    padding: 5% 0;
    font-size: 90%;
}

#sec11 a {
    color: #d7b01d;
    text-decoration: none;
}
#sec11 a:hover {
    color: #ffe666;
}

#sec11 .ttl{
    margin-bottom: 5%;
}
#sec11 tbody{
    width: 100%;
}
#sec11 h3:not(.title){
    font-size: 100%;
    width: 180px;
    height: 20px;
    margin-right: 20px;
    border-right: 1px solid white;
    line-height: 1.2;
    margin-top: 5px;
    padding-right: 50px;
}


#sec11 .box{
    margin: 0 auto;
    width: 80%;
}
#sec11 .item{
    display: flex;
    flex-direction: row;
    margin-bottom: 8%;
}
#sec11 .justify{
    text-align-last: justify;
}
#sec11 .item:last-child{
    margin-bottom: 0;
}
#sec11 .item .right-side{
    width: 100%;
}
#sec11 p{
    font-size: 100%;
    text-align: left;
}
#sec11 table{
    border-collapse: collapse;
    color: white;
    width: 100%;
}
span.small{
    font-size: 80%;
}
span.big{
    font-size: 130%;
}
span.white{
    color: white;
    text-decoration: underline;
}
tbody.price{
    margin: 0 auto;
    width: 60%;
    margin-top: 3%;
    margin-bottom: 8%;
}
tbody.price th.time{
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
tbody.price th.biko{
    text-align: left;
    vertical-align: top;
}
/*-------------------------------- owner */
.owner{
    padding: 3% 0;
}
.owner h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 90%;
}
.owner .text p{
    font-size: 80%;
    text-align: center;
}
.owner .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.owner .item{
    width: 240px;
    padding: 30px;
}
.owner .item p.name{
    font-size: 110%;
}
.owner .icon-logo{
    width: 153px;
    height: 153px;
    margin:  0 auto;
    text-align: center;
}
.owner .item .desc{
    font-size: 65%;
    text-align: left;
    font-weight: 300;
    padding: 3%;
}
.owner .item .desc.center{
    text-align: center;
}
/*-------------------------------- sec12 reserve */
#sec12{
    background-image: url(../img/sec12-bg.jpg);
    padding: 5% 0 9% 0;
}
#sec12 .ttl{
    margin-bottom: 5%;
}
#sec12 .text{
    color: white;
    margin-bottom: 10%;
}
#sec12 p.hotel-name{
    line-height: 1.3;
    text-align: center;
}
span.large{
    font-size: 300%;
}
span.small-02{
    font-size: 150%;
}
span.shikaku{
    letter-spacing: -0.2em;
    margin-left: 2px;
    margin-right: 5px;
}
#sec12 .nazo-box{
    width: 80%;
    margin:  0 auto;
    border: 1px solid #9b9b9b;
    overflow: hidden;
    padding-bottom: 5%;
}
#sec12 .nazo-box .text{
    margin: 5%;
}
#sec12 .nazo-box h3{
    background-image: url(../img/h3-bg.png);
    color: black;
     padding: 3% 10%;
     margin: 2px;
}
#sec12 .nazo-box p{
    text-align: center;
}
#sec12 .nazo-btn{
    margin-bottom: 8%;
}
#sec12 .nazo-btn p{
    font-size: 100%;
    line-height: 1.4;
}
#sec12 .nazo-btn:last-child{
    margin-bottom: 0;
}
#sec12 p.kaishi{
    margin-top: 20px;
    font-size: 70%;
}
#sec12 .nazo-btn a{
    background: rgb(136,41,41);
    background: linear-gradient(0deg, rgba(136,41,41,1) 0%, rgba(213,51,51,1) 100%);
    padding: 10px 85px;
    text-decoration: none;
    border-radius: 5px;
    border-top: 1px solid #cb8d8d;
    border-left: 1px solid #cb8d8d;
    border-right: 1px solid #6e1414;
    border-bottom: 1px solid #6e1414;
    text-shadow: 1px 1px 1px rgb(122 29 29);
    color: #ffbf5c;
    font-size: 130%;
}
#sec12 .nazo-btn a:hover{
    position: relative;
    top: 3px;
}

#sec12 p{
    text-align: center;
}

#sec12 span.large{
    font-size: 120%;
}

#sec12 a{
    color: #ffffff;
    text-decoration: underline;
}

p.bottom-text{
    margin-top: 3%;
    padding: 1% 3%;
    color: white;
    text-align: center;
}
/*--------------------------------  caution */
.caution{
    /*background-color: #b78876;*/
    background-image: url(../img/caution-bg.jpg);
    padding: 5% 0;
    color: black;
}
.caution .ttl{
    margin-bottom: 5%;
}
.caution .box{
    width: 80%;
    margin: 0 auto;
}
.caution .item{
    display: flex;
    flex-direction: row;
    margin-bottom: 5%;
}
.caution .item .icon{
    width: 20%;
    margin-right: 20px;
}
.caution .item h3{
    position: relative;
    text-indent: 0.8em;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 10px;
}
.caution .item h3:before{
    background: black;
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    top: 7px;
    width: 8px;
}
.caution .text{
    width: 100%;
    text-align: left;
	color: black;
}
.caution ul{
    margin: 0;
    padding: 0;
}
.caution li{
    font-size: 80%;
    margin: 0 20px;
    padding-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
/*--------------------------------  sec13 FAQ */
#sec13{
    background-image: url(../img/faq-bg.jpg);
    padding: 5% 0;
    color: white;
}
#sec13 h2,
#sec14 h2,
#sec15 h2,
.member h2,
.reserve-page h2{
    text-align: center;
    font-weight: normal;
    color:#fff;
    font-size:240%;
    line-height: 1.5;

}
#sec13 h2{
    margin-bottom: 3%;
}
.t-link{
    margin-bottom: 30px;
}
a.t-link{
    padding: 8px 20px 10px 20px;
    color: white;
    font-size: 120%;
    text-decoration: underline;

}
i.kanso{
    margin-right: 5px;
}
a.t-link:hover{
    position: relative;
    top: 3px;
}
.faq-item{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3%;
}
#sec13 h3.pulldown {
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 100%;
    border: 1px solid #6c6c6c;
    padding: 20px;
    text-align: left;
}
#sec13 h3.pulldown:hover {
        text-decoration: none;
}
#sec13 p.answer{
  display: none;
  background: #f1f1f1;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 100%;
  text-indent: -1.5em;
  padding-left: 3em;
  text-align: left;
  color: black;
}
#sec13 .faq-item span.bold{
    font-weight: 600;
    margin-right: 10px;
}
p.jump{
    font-size: 80%;
}
/*--------------------------------  sec14 comment */
#sec14{
    background-image: url(../img/sec14-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 5%;
    color: white;
}
#sec14 .inner{
    width: 80%;
}
#sec14 .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sec14 .item{
    background-image: url(../img/voice-bg.png);
    width:250px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#sec14 .hito{
    margin-bottom: 20px;
}
#sec14 p.comment{
    font-size: 70%;
    margin-bottom: 4px;
}
#sec14 p.name{
    border-top:1px dotted #7c7c7c;
    font-size: 60%;
    text-align: right;
    padding-top: 12px;
}
/*--------------------------------  sec15 success */
#sec15{
    background-color: black;
    padding: 5% 0;
}
#sec15 .item{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3%;
}
#sec15 h3.pulldown {
    cursor: pointer;
    color: #c9605c;
    font-weight: 500;
    font-size: 100%;
    border: 1px solid #6c6c6c;
    padding: 20px;
    text-align: left;
}
#sec15 h3.pulldown:hover {
        text-decoration: none;
}
#sec15 .hide{
  display: none;
  background: #f1f1f1;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 100%;
  text-indent: -1.5em;
  padding-left: 3em;
  text-align: left;
  color: black;
}
#sec15 td{
    width: 40%;
    font-size: 90%;
}
/*------------------------ reserve */
#reserve{
    display: none;
    position: fixed;
    bottom: -30px;
    right: 0;
    z-index: 999;
}
#reserve a{
    display: block;
    text-decoration: none;
    color:#000;
    padding:1em 2em;
    font-size: 0.8em;
    line-height: 1.4;
}
#reserve a:hover{
    color:#000;
}
#reserve a:hover i{
    color:#000;
    animation: mov05 .6s .3s linear infinite;
}
/*------------------------ login page */
.member .inner{
    padding: 10%;
}

.member p{
    text-align: center;
}
.member .box{
    width: 70%;
    margin:  0 auto;
    text-align: center;
}
.input-answer{
    margin:  0 auto;
}
.input-answer input{
    height: 3em;
    font-size: 1.2em;
    padding: 0 5%;
    margin-bottom: 2%;
}
.input-answer button {
    height: 3em;
    width: 50%;
    border: white 1px solid;
    border-radius: 10px;
    background-color: black;
    color: white;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 4%;
}
/*------------------------ reserve page */
.reserve-page{
    background-image: url(../img/reserve-page-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.reserve-page .btn{
    margin-top: 6%;
    margin-bottom: 3%;
}
.reserve-page a.btnBL{
    background: #c33939;
    padding: 20px 70px;
    color: white;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: 0px 0px 8px black;
}
.reserve-page a.btnBL:hover{
    position: relative;
    top: 3px;
    text-shadow: 1px 1px 1px #6e0b0b;
}
.jump{
    margin-top: 5%;
    font-size: 70%;
}
.reserve-page .text{
    background-image: url(../img/reserve-page-bg.png);
    width: 70%;
    margin: 0 auto;
    padding: 3%;
    border: 1px solid #92876d;
    margin-bottom: 7%;
}
.reserve-page h3{
    border-bottom: 1px solid #92876d;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
/*----------------------------- 予約ボタン --*/
#sec12 .nazo-box p{
    text-align: center;
}
#sec12 .nazo-btn{
    margin-bottom: 8%;
}
#sec12 .nazo-btn p{
    font-size: 100%;
    line-height: 1.4;
}
#sec12 .nazo-btn:last-child{
    margin-bottom: 0;
}
#sec12 p.kaishi{
    margin-top: 20px;
    font-size: 70%;
}
#sec12 .nazo-btn a{
    background: linear-gradient(0deg, rgb(176 51 5) 0%, rgb(255 178 26) 100%);
    padding: 10px 115px;
    text-decoration: none;
    border-radius: 5px;
    border-top: 1px solid #f7e29e;
    border-left: 1px solid #f7e29e;
    border-right: 1px solid #af671d;
    border-bottom: 1px solid #af671d;
    text-shadow: 1px 1px 1px #af671d;
    color: white;
    font-size: 130%;
}
#sec12 .nazo-btn a:hover{
    position: relative;
    top: 3px;
}

/*----------------------------- responsive 01 --*/
@media only screen and (max-width: 768px){
	#container{
		max-width: 100%;
		overflow: hidden;
	}
    /*-------------------  common */
	.inner{
		width: 95%;
	}
	p{
		font-size: 80%;
	}
	img{
		max-width: 100%;
	}
	table{
		table-layout: fixed;
	}
	header p{
		text-align: center;
	}
	#lpbody{
        background-color: #000;
        background-repeat: no-repeat;
        max-width: 100vw;
        min-height: 100vh;
        position: relative;
        height: 100%;
    }
    /*------------------- header */
	#header_sp{
        position: fixed;
        left:0;
        top:0;
        z-index: 999;
        width:100%;
    }
    #open_accor{
        width: 50px; 
        height: 50px;
        position: fixed; 
        right: 0%;
        top: 0;
        background: #fff url(../img/open_btn.png) 50% 50% no-repeat;
        background-size: 100% 100%;
        z-index: 999;
        border:0;
        outline: 0;
        color:rgba(0, 0, 0, 0.0);
    }
    #header_sp .accordion{
        display: none;    
        position: fixed;
        top:0;
        left:0;
        z-index: 1000;
        width:100%;
        height: auto;
        background:rgba(255,255,255,1);
    }
    .accordion_head{
        width:100%;
        text-align: right;
        height: 60px;
    }
    #close_accor{
        width: 60px; 
        height: 60px;
        background:#fff url(../img/close_btn.png) 50% 50% no-repeat;
        background-size: 100% 100%;
        z-index: 999;
        border:0;
        outline: 0;
        color:rgba(0, 0, 0, 0.0);
    }
    #header_sp .social{
        width:100%;
        padding:20px 0 50px;
        text-align: center;
    }
    #header_sp .social a{
        display: inline-block;
        font-size:80%;
        height: 2em;
        width: 2em;
        border:1px solid #000;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 2;
    }
    #header_sp .social a:last-child {
        margin-left: 20px;
    }
    #header_sp .social a:hover {
        background-color: #000;
    }
    #header_sp .social a:hover i{ color:#fff; }
    #header_sp ul.header_menu_sp{
        line-height: 1.6;
        list-style: none;
        text-align: left;
    }
    #header_sp ul.header_menu_sp li{
        vertical-align: middle;
        border-top:1px solid #000;
        text-align: center;
    }
    #header_sp ul.header_menu_sp li:last-child{
        border-bottom:1px solid #000;
    }
    #header_sp ul.header_menu_sp li img{
        width:95%;
        margin:0 auto;
    }
    #header_sp ul.header_menu_sp li a{
        text-decoration: none;
    }
    #header_sp ul.header_menu_sp li:hover{
        background-color: #eaeaea;
    }
    /*-------------------- section */
    .section{
        display: table;
        width: 100%;
        height: 100%;
        background-size: auto 100%;
        background-position: top center;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*-------------------- reserve btn */
    #reserve{
        right: -20px;
        width: 45%;
        bottom: -11px;
    }
    /*-------------------- sec */
    #sec3 p{
        font-size: 80%;
    }
    .bottom-sankaku{
        bottom: -17px;
    }
    .ttl img{
        width: 60%;
    }
    #sec11 .ttl img{
        width: 50%;
    }
    #sec11 .justify{
    text-align-last: auto;
    }
    #sec12 .ttl img{
        width: 35%;
    }
    #sec15{
    color: #ffffff;
    }
    #sec16,  #sec17 {
    padding: 8% 0;
    }
    .food-copy .ttl img{
        width: 90%;
    }
    .food-copy .inner p{
        font-size: 80%;
    }
    .food-copy h2.ttl img{
        width: 80%;
    }
    .nfg .inner{
        width: 90%;
    }
    .nfg .logo img{
        width: 75%;
    }
    .nfg .logo{
        padding-bottom: 8%;
    }
    .nfg .inner p{
        font-size: 80%;
    }
    #sec3{
        background-color:#ddd;
        background: url(../img/bg-06-sp.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 10% 0;
    }
    #sec4{
        background-color:#ddd;
        background: url(../img/bg-01-sp.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 10% 0;
    }
    #sec4 .text p{
        font-size: 77%;
    }
    #sec11{
        background-color:#ddd;
        background: url(../img/bg-02-sp.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 10% 0;
        font-size: 70%;
    }
    #sec11 .item{
        flex-direction: column;
        padding-bottom: 11%;
    }
    #sec11 h3{
        width: 100%;
        border-right: none;
        font-size: 140%;
        margin-right: 0;
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    #sec11 h3:not(.title){
        width: 100%;
        border-right: none;
        font-size: 140%;
        margin-right: 0;
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .owner .item{
        width: 75%;
    }
    #sec12{
        background-color:#ddd;
        background: url(../img/bg-03-sp.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 10% 0 20% 0;
        font-size: 70%;
    }
    #sec12 .nazo-box h3{
        font-size: 80%;
    }
    #sec12 .nazo-box .text{
        font-size: 75%;
    }
    #sec12 .nazo-btn p{
        font-size: 80%;
        margin-bottom: 25px;
    }
    #sec12 p.kaishi{
        font-size: 60%;
    }
    .caution{
        background-color:#ddd;
        background: url(../img/bg-04-sp.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 10% 0;
    }
    .caution .box{
        width: 100%;
    }
    .caution .item{
        flex-direction: column;
        text-align: center;
    }
    .caution .item .icon{
        width: 100%;
    }
    .caution .item .icon img{
        width: 20%;
        margin-bottom: 10px;
    }
    .caution .item h3:before{
        height: 22px;
		background: black;
    }
    .caution li{
        margin: 0 0 0 20px;
        text-align: justify;
    }
    .faq-item{
        width: 90%;
    }
    #sec13 h3.pulldown{
        font-size: 75%;
    }
    #sec14 h2{
        margin-bottom: 6%;
    }
    #sec14 .inner{
        width: 100%;
    }
    .dinner .inner{
        width: 85%;
        margin-bottom: 6%;
    }
    .dinner .ttl{
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .dinner .inner .box {
    padding: 4% 7%;
    }
    .dinner .box p{
        font-size: 80%;
    }
    a.t-link{
        padding: 13px 20px 17px 20px;
        font-size: 80%;
    }
    #footer p{
        font-size: 70%;
    }
}
/*----------------------------- responsive login.html --*/
@media only screen and (max-width: 768px) {
    .member .box {
        width: 100%;
    }
    .input-answer button{
        width: 100%;
    }
    .member h2{
        font-size: 180%;
    }
    .member p{
        font-size: 65%;
        margin: 20px;
    }
    .footer.type02{
        font-size: 70%;
    }
}
/*----------------------------- responsive reserve.html --*/
@media only screen and (max-width: 768px) {
    .reserve-page{
        font-size: 80%;
        padding: 10% 0;
    }
    .reserve-page .text{
        width: 90%;
        padding: 5%;
        margin-bottom: 12%;
    }
    .jump{
        margin-top: 9%;
    }
}
/*---------------------------------*/
#main {
	clear:both;
	margin: 0;
}
/*img設定
---------------------------------------------------------------------------*/
a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*フッター設定
/*------------------------ footer type02 initiation page */
.footer.type02{
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 30px 0;
}
.footer.type02 p{
    text-align: center;
    font-size: 90%;
}
/*------------------------ footer */
#footer{
    padding: 20px 0;
    background:#111;
    color:#fff;
    text-align: center;
    line-height: 1.2;
    font-size:14px;
}
#footer p{
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .footer-inner{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .footer-inner li{
        display: inline-block;
        border: 1px solid white;
        width: 150px;
        padding: 3px;
        margin-top: 0;
        margin-bottom: 8px;
        margin-left: 2px;
        margin-right: 2px;
    }
    footer p.copy{
        padding: 0 0;
        padding-bottom: 22px;
    }
}




/*フッターのスタイルを追加*/
footer{
  position: relative;
  height: 300px;
  background: #ccc;
}

/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.center { text-align: center;}

/*リンク透明設定*/
a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* margin
---------------------------------------------------------------------------*/
.sp-none{display:block;}
.pc-none{display:none;}

@media screen and (max-width: 768px) {
/* スマホ用のCSS */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.sp-none{display:none;}
.pc-none{display:block;}
img{
	max-width:100% !important;
}
body{
font: 12px/1.6;
}
#container {
	width:100%;
	overflow: hidden;
}
}


