@charset "UTF-8";
/* CSS Document */

/***** アニメーション *****/
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fade_on {
    opacity: 1;
}

/***** スライダー*****/
.slider {
    position:relative;
  	z-index: 1;
  	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  	/*height: calc(100vh - 100px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/
.slider-item01 {
    background:url("../images/img-top01.jpg");
}
.slider-item02 {
    background:url("../images/img-top02.jpg");
}
.slider-item03 {
    background:url("../images/img-top03.jpg");
}

/* SP */
@media screen and (max-width: 1025px) {
	.slider-item {
		height: calc(100vh - 300px);;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
	.slider {
		height: calc(100vh - 300px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.slider-item {
		height: calc(100vh - 100px);/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
	.slider {
		height: calc(100vh - 100px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    /*height: calc(100vh - 100px);/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/
.slider {
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	color: #fff;
}
a:hover,
a:active{
	text-decoration: none;
}
/* SP */
@media screen and (max-width: 1025px) {
	.top-title {
		top: 5%;
		right: 5%;
		font-size:2.0rem;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.top-title {
		top: 20%;
		right: 5%;
		font-size:3.0rem;
	}
}

/* 共通部分
------------------------------*/
html{
	font-size: 62.5%;
	font-family: 'Kiwi Maru', serif;
	background: url("../images/img-back.jpg") repeat-y;
	background-size: 100%;
}
/* SP */
@media screen and (max-width: 1025px) {
	/* ヘッダー非表示のため下に下げない */
    body {
        padding-top: 0px;
    }
    .wrapper{
        width: 100%;
        margin: 0 auto;
        padding: 0 0;
    }
	.text-contents-title{
		font-size: 2.0rem;
		margin-top: 60px;
		margin-bottom: 15px;
		text-align: center;
		background-image: url("../images/img_title_back.svg");
		background-position-x :center;
	}
	
	.text-contents-detail{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.title-ja {
		margin-left: 12px;
	}
	.title-en {
		margin-left: 12px;
	}
	.title-top{
		position: relative;
		width: 100%;
		height: 100px;
		object-fit: cover;
		/*object-position: center 85%;*/
	}
}

@media screen and (max-width: 700px){
	.text-course-title{
		font-size: 2.0rem;
		margin-bottom: 15px;
		text-align: center;
	}
	.text-menu-title{
		font-size: 2.0rem;
		margin-bottom: 10px;
		margin-left: 12px;
		text-align: left;
	}
	.text-menu-detail{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 2.5;
		width: 85%;
		vertical-align: top;
	}
	.text-menu-price{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 2.5;
		width: 15%;
		vertical-align: top;
	}
	.text-menu-course, .text-menu-caution{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 2.0;
		width: 100%;
		vertical-align: top;
	}
	.table-menu{
		width: 100%;
		margin-bottom: 20px;
	}
	.course-price{
		float: right;
		padding-right: 12px;
	}
	.menu-photos{
		display: flex;
		flex-direction: column;
		margin: auto;
		margin-top: 20px;
		width: 100%;
	}
	.menu-group{
		width: 100%;
		height: auto;
	}
	.menu-photo{
		width: 100%;
		height: auto;
	}
	.menu-photo-detail{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}

}
@media screen and (min-width: 700px){
	.text-course-title{
		font-size: 3.0rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.text-menu-title{
		font-size: 3.0rem;
		margin: 0 auto;
		/*padding: 0 20px;*/
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
		max-width: 920px;
	}
	.text-menu-detail{
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 2.5;
		width: 83%;
		vertical-align: top;
	}
	.text-menu-price{
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 2.5;
		width: 17%;
		vertical-align: top;
	}
	.text-menu-course, .text-menu-caution{
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 2.0;
		width: 100%;
		vertical-align: top;
	}
	.table-menu{
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		max-width: 920px;
		margin-bottom: 20px;
	}
	.course-price{
		float: right;
	}
	.menu-photos{
		display: flex;
		justify-content: space-around;
		margin: auto;
		margin-top: 40px;
		max-width: 940px;
	}
	.menu-group{
		width: 31%;
		height: auto;
	}
	.menu-photo{
		width: 100%;
		height: auto;
	}
	.menu-photo-detail{
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.5;
	}
}
.menu-part{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 60px;
}
.text-br{
	display: inline-block;
}
.text-menu-detail{
	text-align: left;
}
.table-menu{
	border-collapse: collapse;
}
.table-menu tr .border{
	border-bottom: 1px solid rgba(102,80,69,.4);
}

/* PC */
@media screen and (min-width: 1025px) {
	/* ヘッダー分下に下げる */
    body {
        padding-top: 100px;
    }
    .wrapper{
        margin: 0 auto;
        padding: 0 0;
    }
	.text-contents-title{
		font-size: 3.0rem;
		margin-top: 80px;
		margin-bottom: 20px;
		text-align: center;
		background-image: url("../images/img_title_back.svg");
		background-position-x :center;
	}
	.text-contents-detail{
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.title-ja {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 920px;
	}
	.title-en {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 920px;
	}
	.title-top{
		position: relative;
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

}

.title-ja{
	font-size: 2.0rem;
	margin-top: -50px;
	color: rgba(102,80,69,100%);
	position: absolute;
}
.title-en{
	font-size: 3.0rem;
	margin-top: -30px;
	color: rgba(102,80,69,100%);
	position: absolute;
}
.text-menu-detail{
	text-align: left;
}
.text-menu-price{
	text-align: right;
}

/* TOP(index.html)
------------------------------*/
.top-title{
	position: absolute;
	z-index: 2;
	text-align: left;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	white-space: nowrap;
	line-height: 1.73;
	color: rgba(102,80,69,100%);
}
.bc-white{
	background-color: rgba(255, 255, 255, .8);
	padding-top: 10px;
}
.contents wrapper{
	position: relative;
}
/* SP */
@media screen and (max-width: 1025px){
	.top-logo-mobile{
        display: block;
        width: 40px;
        height: auto;
        top: 15px;
        left: 15px;
        position: fixed;
        z-index: 9999;
    }
}
/* PC */
@media screen and (min-width: 1025px){
	.contents-header-mobile{
        display: none;
    }
}
/* HEADER
------------------------------*/
/* SP */
@media screen and (max-width: 1025px) {
	/* ヘッダー非表示 */
	.contents-header{
		display: none;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.contents-header{
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: rgba(101,143,103,100%);
		height: 100px;
		width: 100%;
		z-index: 100;
	}
	.header-logo{
		height: 45px;
		width: auto;
		margin-top: 30px;
		margin-left: 15px;
	}
	.main-nav{
		width: 860px;
		right: 0%;
		position: fixed;
	}
	.main-nav-ul{
		display: flex;
		list-style: none;
		margin-top: 25px;
		text-align: center;
	}
	.main-nav-ul li{
		margin-left: 20px;
	}
	.main-nav-ul a{
		text-decoration: none;
		color: #ffffff;
	}
	.main-nav-ul .en{
		font-size: 1.6rem;
	}
	.main-nav-ul .ja{
		font-size: 1.2rem;
	}
	.header-detail{
		display: flex;
	}
	.fab{
		margin: 5px;
		margin-top: 8px;
	}
	.icon-tel{
		width: 20px;
		height: auto;
		float: left;
	}
	.tel-info{
		position: fixed;
		background-color: rgba(102,80,69,100%);
		width: 190px;
		height: 100px;
		right: 0%;
		color: #ffffff;
		padding-top: 10px;
		padding-left: 10px;
	}
	.text-tel-info-tel{
		font-size: 20px;
	}
	.text-tel-info-detail{
		font-size: 12px;
	}
}

/* DRAWERBTN
------------------------------*/
/* モバイル */

@media screen and (max-width: 1025px) {
	#drawerbtn {
		right: 5%;
		position: fixed;
		bottom: 10%;
		width: 50px;
		height: 50px;
		background: rgba(255,255,255,1);
		z-index: 10001;
		border: 1px solid rgba(101, 143, 103, 1);
		border-radius: 5px;
	}
	#drawerbtn .line{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 13px;
		height: 2px;
		border-radius: 5px;
		background: rgba(101, 143, 103, 1);
		width: 45%;
	}
	#drawerbtn .line1 {
		top: 13px;
	}
	#drawerbtn .line2 {
		top: 19px;
	}
	#drawerbtn .line3 {
		top: 25px;
	}
	#drawerbtn .line3::after{
		content: 'MENU';
		position: absolute;
		top: 5px;
		left: -3px;
		color: rgba(101, 143,103,1);
		font-size: 1.0rem;
		text-transform: uppercase;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	/* active */
	#drawerbtn .line1.active {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
		top: 14px;
		left: 17px;
		width: 30%;
	} 
	#drawerbtn .line2.active {
		opacity: 0;
	}
	#drawerbtn .line3.active {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
		top: 26px;
		left: 17px;
		width: 30%;
	}
	#drawerbtn .line3.active::after{
		content: 'CLOSE';
		transform: translateY(0) rotate(-45deg);
		top: 5px;
		left: 2px;
	}
    #drawermenu {
        position: fixed;
        display: none;
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
    }
    .drawerlistwrap{
		background: rgba(101, 143, 103, 0.95);
        height: 100%;
    }   
    #drawermenu .drawerlistwrap {
        display: block;
        width: 100%;
        max-width: 1025px;
        margin: 0 auto;
        padding: 0 10px;
        /*margin-top: 10px;*/
        text-align: center;
      }    
    #drawermenu .drawerlistwrap ul {
        margin-bottom: 10px;
    }
    #drawermenu .drawerlistwrap ul li {
        list-style: none;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    #drawermenu .drawerlistwrap ul li a {
        text-decoration: none;
        position: relative;
        color: #ffffff;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        font-size: 1.5rem;
        line-height: 50px;
        border-bottom: 1px solid #E7E7E9;
        display: block;
        padding-left: 16px;
    }
    #drawermenu .drawerlistwrap ul li a:hover {
        opacity: 0.8;
    }
    #drawermenu .drawerlistwrap ul li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 10px;
        height: 10px;
        margin: -4px 0 0 0;
        border-top: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
	#drawermenu .drawerlistwrap .drawer-logo{
		width: 60%;
		max-width: 250px;
		height: auto;
		margin: 20px auto;
	}
	.btn-tel{
		display: inline-block;
		width: 80%;
		max-width: 300px;
		/*height:50px;*/
		text-align: center;
		background-color: #ffffff;
		font-size: 1.6rem;
		line-height: 30px;
		color: rgba(101, 143, 103, 1.0);
		text-decoration: none;
		font-weight: bold;
		border: 1px solid rgba(101, 143, 103, 1.0);
		position: relative;
		overflow: hidden;
		z-index: 1;
		padding: 5px;
		margin:10px;
	}
	.btn-tel::after{
		content:"";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 5%;
		width: 1.1em;
		height: 1.1em;
		background : url("../images/triangle.svg") no-repeat;
		margin-top: -0.55em;
		background-size: contain;
	}
	.icon-tel-green{
		width: 12px;
		height: auto;
		margin-right: 8px;
	}
	.text-tel{
		font-size: 2.0rem;
	}
	.icon-sns-drawer{
		padding: 5px;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
    #drawerbtn,
    #drawermenu {
        display: none;
    }
	.btn-tel{
		display: none;
	}
}

/* FOOTER
------------------------------*/
footer{
	background-color: rgba(101, 143, 103, 1.0);
}
/* SP */
@media screen and (max-width: 1025px){
	.footer-main{
		padding: 10px;
	}
	.text-footer-main{
		margin-left: 10px;
		font-size: 0.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
		color: #ffffff;
	}
	.text-footer-end{
		padding-bottom: 10px;
		font-size: 0.6rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
		color: #ffffff;
	}
	.footer-sns{
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 0.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.footer-main{
		display: flex;
		flex-flow: column-reverse nowrap;
	}
	.icon-sns-footer{
		margin: 5px;
		margin-top: 0px;
	}
}
/* PC */
@media screen and (min-width: 1025px){
	.footer-main{
		padding: 10px 220px;
	}
	.text-footer-main{
		margin-left: 20px;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
		color: #ffffff;
		width: 300px;
	}
	.text-footer-end{
		padding-bottom: 10px;
		font-size: 0.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
		color: #ffffff;
	}
	.footer-sns{
		padding-left: 20px;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.footer-main{
		display: flex;
	}
	.icon-sns-footer{
		margin: 5px;
		margin-top: 3px;
	}
}

.footer-sns{
	color: #ffffff;
}
.footer-main-flex{
	display: flex;
}
.img-footerlogo{
	width: 100px;
	height: auto;
}
.footer-end{
	text-align: center;
}



/* COVID
------------------------------*/
/* SP */
@media screen and (max-width: 1025px){
	.img-covid-all{
		margin: 20px auto;
		width: 80%;
		max-width: 600px;
	}
	.text-covid-title{
		font-size: 1.6rem;
	}
	.text-covid-detail{
		font-size: 1.2rem;
	}
	.contents-covid{
		margin: 0 auto;
		margin-top: 40px;
	}
	.frame{
		display: block;
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		background-color: rgba(255,255,255,.5);
	}
}
/* PC */
@media screen and (min-width: 1025px){
	.img-covid-all{
		margin: 20px auto;
		width: 600px;
	}
	.text-covid-title{
		font-size: 2.0rem;
	}
	.text-covid-detail{
		font-size: 1.6rem;
	}
	.contents-covid{
		margin: 0 auto;
		margin-top: 80px;
	}
	.frame{
		display: block;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(255,255,255,.5);
		padding: 30px;
	}
}
.contents-covid{
	display: block;
	text-align: center;
	color: rgba(102,80,69,100%);
}
.img-covid{
	width: 20%;
	height: auto;
}
.text-covid-title{
	letter-spacing: 0.1rem;
	line-height: 1.73;
	font-weight: 600;
}
.text-covid-detail{
	letter-spacing: 0.1rem;
	line-height: 1.73;
}

/* CONCEPT
------------------------------*/
.contents-concept{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	color: rgba(102,80,69,100%);
}
/* SP */
@media screen and (max-width: 1025px) {
	.img-concept{
		width: 100%;
		height: 150px;
		object-fit: cover;
		margin-top: 40px;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.img-concept{
		width: 100%;
		height: 300px;
		object-fit: cover;
		margin-top: 60px;
	}
}

/* MENU
------------------------------*/
.contents-menu{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	color: rgba(102,80,69,100%);
}
/* SP */
@media screen and (max-width: 1025px) {
	.btn-menu{
		font-size: 1.2rem;
	}
	.icon-menu{
		width: 100px;
		margin: 20px 10px;
	}
	.menu-all{
		width: 100%;
		max-width: 800px;
		padding: 10px 20px;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.btn-menu{
		font-size: 1.6rem;
	}
	.icon-menu{
		width: 150px;
		margin: 30px 20px;
	}
	.menu-all{
		width: 800px;
		padding: 20px;
	}
}
.btn-menu-all{
	margin-top: 20px;
	text-align: center;
}
.btn-menu{
	display: inline-block;
	width: 60%;
	max-width: 300px;
	text-align: center;
	background-color: rgba(101, 143, 103, 1.0);
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	/*font-weight: bold;*/
	border: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 5px;
	margin-top:15px;
}
.btn-menu::after{
	content:"";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 1.1em;
	height: 1.1em;
	background : url("../images/triangle-white.svg") no-repeat;
	margin-top: -0.55em;
	background-size: contain;
}



/* TAKEOUT
------------------------------*/
.contents-takeout{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	color: rgba(102,80,69,100%);
}
/* SP */
@media screen and (max-width: 1025px) {
	.text-takeout-info-middle{
		display: none;
	}
	.text-takeout-info-bottom{
		display: none;
	}
}



/* SHOP INFO
------------------------------*/

/* SP */
@media screen and (max-width: 1025px) {
	#shopinfo-map {
		flex-grow: 1;
		margin-top: 40px;
	}
	#shopinfo-map iframe{
		width: 100%;
	}
	.table-shopinfo{
		margin-right: auto;
		margin-left: auto;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.img-shopoutside {
		text-align: center;
		margin: 40px 0;
	}
	.img-outside{
		width: 100%;
		max-width: 500px;
		height: auto;
		object-fit: contain;
	}
}

/* PC */
@media screen and (min-width: 1025px) {
	#shopinfo-all {
		display: flex
	}
	#shopinfo-detail {
		flex-grow: 1;
	}
	#shopinfo-map {
		flex-grow: 1;
	}
	.table-shopinfo{
		margin-right: 0;
		margin-left: auto;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.img-shopoutside{
		text-align: center;
		margin: 40px 0;
	}
	.img-outside{
		width: 500px;
		height: auto;
	}
}


.text-shopname{
	font-weight:500;
	font-size: 2.4rem;
}

.contents-shopinfo{
	margin: 80px auto;
	color: rgba(102,80,69,100%);
}

.contents-shopinfo h2{
	text-align: center;
}
.info-left{
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.info-right{
	text-align: left;
	vertical-align: top;
}

/* OWNER
------------------------------*/
/* SP */
@media screen and (max-width: 1025px) {
	.img-owner {
		width: 70%;
		max-width: 300px;
	}
	.ownername-top{
		margin-top: 20px;
		font-size: 1.2rem;
	}
	.ownername-bottom{
		font-size: 2.0rem;
	}
	.text-owner-detail{
		font-size: 1.2rem;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.img-owner {
		width: 300px;
	}
	.ownername-top{
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.ownername-bottom{
		font-size: 2.4rem;
	}
	.text-owner-detail{
		font-size: 1.6rem;
	}
}
.owner-detail{
	text-align: center;
	color: rgba(102,80,69,100%);
}
.img-owner{
	height: auto;
	margin-top: 40px;
}
.text-owner-detail{
	display: inline-block;
	letter-spacing: 0.1rem;
	line-height: 1.73;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-left: 10px;
	margin-right: 10px;
}


/* MENU
------------------------------*/
.contents-eatinmenu{
	color: rgba(102,80,69,100%);
	margin-bottom: 60px;
}


/* TAKEOUT
------------------------------*/
/* SP */
@media screen and (max-width: 1025px){
	.text-caution{
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 30px;
	}
	.text-takeout-info-top{
		font-size: 1.2rem;
	}
}

/* PC */
@media screen and (min-width: 1025px){
	.text-caution{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.text-takeout-info-top{
		font-size: 1.6rem;
	}
}
.contents-takeoutmenu{
	color: rgba(102,80,69,100%);
	margin-bottom: 60px;
}
.text-caution{
	margin-top: 10px;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 1.73;
	width: 100%;
	max-width: 920px;
}
.text-takeout-info-top{
	display: inline-block;
	letter-spacing: 0.1rem;
	line-height: 1.73;
	text-align: left;
	padding: 10px;
}
.takeout-info{
	display: block;
	text-align: center;
	margin: 20px auto;
	width: 300px;
	
}
.text-takeout-info-middle {
	font-size: 2.0rem;
	margin-top:20px;
}
.text-takeout-info-bottom {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.takeout-info{
	margin-bottom: 40px;
}

/* SHOP INFO
------------------------------*/
/* SP */
@media screen and (max-width: 1025px) {
	#info-illust {
		flex-grow: 1;
		margin-top: 40px;
	}
	.table-info{
		margin-right: auto;
		margin-left: auto;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.img-info {
		width: 100%;
		max-width: 500px;
	}
	.text-info-title {
		font-size: 2.0rem;
		margin-bottom: 15px;
		margin-top: 40px;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	#info-all {
		display: flex
	}
	#info-detail {
		flex-grow: 1;
	}
	#info-illust {
		flex-grow: 1;
		margin-top: 100px;
		text-align: left;
	}
	.table-info{
		margin-right: 0;
		margin-left: auto;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 1.73;
	}
	.img-info {
		width: 500px;
	}
	.text-info-title {
		font-size: 3.0rem;
		margin-bottom: 20px;
		margin-top: 40px;
	}
}
#info-illust img{
	width: 200px;
}
.info-detail{
	text-align: center;
	color: rgba(102,80,69,100%);
	margin: 40px auto;
}
.img-info{
	height: auto;
}
#info-map iframe{
	width: 100%;
}

/* プライバシーポリシー
------------------------------*/
/* SP */
@media screen and (max-width: 1025px) {
	.title-pp{
		font-size: 2.0rem;
		margin-top: 30px;
	}
	.text-pp-subtitle{
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.text-pp-subsubtitle{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.text-pp-detail{
		font-size: 1.2rem;
	}
	.text-pp-subdetail, .contents-pp-subdetail ul{
		font-size: 1.2rem;
	}
	.contents-pp{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.contents-pp-subdetail{
		padding-left: 12px;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	.title-pp{
		font-size: 3.0rem;
		margin-top: 40px;
	}
	.text-pp-subtitle{
		font-size: 2.0rem;
		margin-top: 30px;
	}
	.text-pp-subsubtitle{
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.text-pp-detail{
		font-size: 1.4rem;
	}
	.text-pp-subdetail, .contents-pp-subdetail ul{
		font-size: 1.4rem;
	}
	.contents-pp-top, .contents-pp-detail{
		width: 100%;
		max-width: 920px;
		margin: 0 auto;
	}
	.contents-pp-subdetail{
		padding-left: 16px;
	}
	.contents-pp{
		padding-bottom: 100px;
	}
}
.contents-pp{
	color: rgba(102,80,69,100%);
	letter-spacing: 0.1rem;
	line-height: 1.73;
}
.contents-pp-subdetail ul{
	padding-left: 20px;
}
.contents-pp hr{
	background-color: rgba(102,80,69,100%);
	border: none;
	height: 1px;
}