/*
Theme Name: CRADLE 
Theme URI:
Version:1.0.0
Description: CRADLE
Author:ARCKLY
Author URI: http://arckly.com/
*/

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


/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
address,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:middle;
}


/* Fonts フロートなど共通CSS
------------------------------------------------------------*/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.2;
}

body a{
	color:#333;
	text-decoration:none;
}

body a:hover{
	color:#333 ;
	text-decoration:underline;
	transition:all 0.5s;
}
/*
#bodyfix {
	overflow: hidden;
}
*/
.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}

.font_mincho {
	font-family: 'Noto Serif JP', serif; 
}

.pagination {
	font-size:13px;
	line-height:13px;
	overflow: hidden;
}
.navigator {
	padding-top: 40px;
	display: table;
	margin: 0 auto;
}
.pagination span, .pagination a {
	display:table-cell;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	background:#FFF;
	color:#260a00;
	border:solid 1px #260a00;
}
 
.pagination a:hover{
	color:#260a00;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	color:#fff;
	background: #260a00;
	border:solid 1px #260a00;
}


/*===============================================
●iOS submitリセット
===============================================*/

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;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*===============================================
●loading
===============================================*/
/* #loading-bg{ position: fixed; top: 0; left: 0; z-index: 10000; background: rgba(255,255,255,1); width: 100%; height: 100vh; display: -webkit-flex; display: flex; justify-content: center; align-items: center; text-align: center; }
#loading-icon #site-logo::after{
	content: "";
	display: block;
	width: 22%;
	margin: 0 auto;
	border-bottom: 3px double gray;
	animation: loopani 1s infinite ease;
}
@-webkit-keyframes loopani{
	0%{opacity: .2; transform: rotateZ(0deg);}
	50%{opacity: 1}
	100%{opacity: .2; transform: rotateZ(360deg);}
}
@keyframes loopani{
	0%{opacity: .2; transform: rotateZ(0deg);}
	50%{opacity: 1}
	100%{opacity: .2; transform: rotateZ(360deg);}
} */


.metaslider .flexslider {
	margin-bottom: 0!important;
}


/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
#bodyfix {
	min-width: 1200px;
}

a:hover.link img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	display: inline-block;
	transition:all 0.5s;
}

.pc_none{
	display:none;
}

.pc_float_l{
	float:left;
}

.pc_float_r{
	float:right;
}
.pc_center{
	text-align:center;
}

.pc_right{
	text-align:right;
}
.col_box {
	display: flex;
}
.col_box.col_rev {
	flex-direction: row-reverse;
}
.col_box .col_l {
	padding-right: 3%;
	box-sizing: bordewr-box;
}
.col_box.col_rev .col_l {
	padding-left: 3%;
	padding-right: 0;
	box-sizing: bordewr-box;
}

.col2_box {
	display: flex;
}
.col2_box .col {
	width: 48.5%;
}
.col2_box.col_rev {
	flex-direction: row-reverse;
}
.col2_box .col:first-child {
	margin-right: 3%;
}
.col2_box a {
	text-decoration: underline;
}

/*ヘッダー設定
------------------------------------------------------------*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
}
header .h_box{
	width: 100%;
	min-width: 1100px;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	padding-top: 25px;
}
header .h_logo {
	width: 23%;
	margin: 8px 0;
	box-sizing: border-box;
}
header .h_logo a {
	display: inline-block;
}
header .h_logo img {
	-webkit-filter: drop-shadow(0px 0px 4px #fff);
	filter: drop-shadow(0px 0px 4px #fff);
}
.header_right{
	width: 77%;
	box-sizing: border-box;
}
.nav_pc_none {
	display:none;
}
nav.nav_sp_none {
	float: right;
	width: 100%;
}

ul#menu{
	display: table;
	float: right;
	padding: 24px 0 18px;
	line-height: 1;
}

ul#menu li{
	position:relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 8px;
}
ul#menu li a {
	display:block;
	font-size: 16px;
	padding: 8px 28px 7px;
	color: #260a00;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 1px #fff;
	line-height: 1;
	font-family: 'Tenor Sans', sans-serif;
}
ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu ul{
	z-index:100;
	display:none;
	position:absolute;
	
	border: none;
	border-radius: 0;
	padding: 0;
	width: 160px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	box-sizing: border-box;
}
ul#menu ul li {
	display: block;
	padding: 0;
	border-bottom: dotted 1px #fff;
}
ul#menu ul li a{
	color: #333;
	padding: 14px 5px 12px;
	border-bottom: 1px dotted #260a00;
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-shadow: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

ul#menu ul li a:hover{
	text-decoration: underline;
}


/*wrap設定
------------------------------------------------------------*/
main {
	padding: 90px 0;
}
.wrap {
	max-width:1100px;
	width: 100%;
	margin:0px auto;
	box-sizing:border-box;
}
.sub_teaser {
	background: url(images/bg_concept.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#staff_sub_teaser {
	background: url(images/bg_staff.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#information_sub_teaser {
	background: url(images/bg_information.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#access_sub_teaser {
	background: url(images/bg_access.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#gallery_sub_teaser, .sub_teaser#menulist_sub_teaser, .sub_teaser#rec_menu_sub_teaser {
	background: url(images/bg_gallery.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#blog_sub_teaser {
	background: url(images/bg_blog.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser .wrap {
	position: relative;
	min-height: 500px;
	padding: 118px 0 0;
	box-sizing: border-box;
}
.sub_teaser h1 {
	font-size: 40px;
	color: #fff;
	text-shadow: 0 0 6px rgba(50, 31, 26, 1);
	padding: 0 0 5px;
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	position: absolute;
	bottom: 30px;
	right: 0;
}

.sub_teaser h1:before,
.sub_teaser h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 240px;
	max-width: 100%;
	border-top: 1px solid #fbf6f0;
}
.sub_teaser h1:after {
	width: 220px;
	max-width: 91.7%;
	margin: 0 0 0 20px;
	bottom: 0;
}
.path{
	text-align: right;
	padding: 15px 0 40px;
	background:  url(images/bg_path.jpg) repeat-x center top;
	margin-bottom: 20px;
}
.path a{
	text-decoration:none;
}
.path a:hover{
	text-decoration:underline;
}
.tit_page {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	padding: 80px 0 35px;
	/*background:  url(images/bg_tit_page.png) no-repeat 58% top;*/
}

.tb_style {
	width: 100%;
}
.tb_style th,
.tb_style td {
	border-bottom: 1px solid #bdb5b2;
	padding: 10px 0;
	box-sizing: border-box;
}
.tb_style th {
	font-weight: bold;
	width: 120px;
}
.tb_price {
	width: 100%;
}
.tb_price tr {
	border-bottom: 1px solid #bdb5b2;
}
.tb_price th {
	font-weight: bold;
	padding: 10px 0;
}
.tb_price td {
	text-align: right;
	padding: 10px 0;
}

.btn_sty a {
	color: #fff;
	background: #260a00 url(images/ico_arr.png) no-repeat 95% center;
	background-size: 24px;
	font-size: 16px;
	width: 220px;
	text-align: center;
	display: inline-block;
	padding: 15px 10px;
	box-sizing: border-box;
	line-height: 1;
	font-family: 'Tenor Sans', sans-serif;
	text-decoration: none;
}
.btn_sty a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

/*フッター設定
------------------------------------------------------------*/
.f_top {
	background: #fbf6f0;
}
.f_top_img {
	background: #fbf6f0 url(images/bg_f_top.png) no-repeat center top;
	background-size: cover;
	padding-top: 50px;
}
.f_top_img .wrap {
	max-width: 1200px;
}
.f_top .f_info {
	line-height: 2.5;
	padding: 100px 0 0;
}
.f_top .f_info .f_logo {
	margin-bottom: 40px;
}
.f_top .btn_sty {
	margin-top: 30px;
}
.f_top .btn_sty li {
	display: inline-block;
	padding: 0 10px;
}
footer .wrap {
	text-align: center;
}
footer .f_link {
	padding: 32px 0 22px;
}
footer .f_link li {
	padding: 0 7px 0 7px;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
footer .f_link li a {
	text-decoration: underline;
}
footer .f_link li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	bottom: 8px;
	right: 0;
	border-left: 1px solid #1e1e1e;
}
footer .f_link li.sub_li_b:before {
	content: '[';
	display: inline-block;
	margin: 0 4px 0 0;
}
footer .f_link li.sub_li_a:after {
	content: ']';
	display: inline-block;
	margin: 0 4px 0 0;
}
.copy {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 11px 3% 9px;
	background: #260a00;
}
#PageTopBtn{
	bottom: 30px;
	right: 30px;
	position: fixed;
	z-index: 20;
}


/* ホーム設定
------------------------------------------------------------*/
.top_teaser {
	text-align: left;
}
.top_teaser img {
	width: 100%;
	height: auto;
}
.metaslider .flex-control-nav {
	bottom: 15px!important;
}
.top_teaser .flex-control-paging li a {
	border: solid 1px #fff;
	background: none;
	width: 35px;
	height: 5px;
	border-radius: 0;
}
.top_teaser .flex-control-paging li a.flex-active {
	background: #fff;
}
.tit_top {
	text-align: center;
	font-size: 30px;
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 40px;
}
.tit_top span {
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding: 5px 0 0;
	font-weight: 500;
	display: block;
}
.tit_top.tit_line {
	text-align: left;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: keep-all;
}
.tit_top.tit_line:after {
	border-top: 1px solid #1e1e1e;
	content: "";
	width: 100%;
}
.tit_top.tit_line:after {
	margin-left: 20px;
}

.top_area1 {
	padding: 90px 0;
	background: #fbf6f0;
}
.ul_topics {
	max-height: 400px;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 50px;
}
.ul_topics li {
	display: flex;
	margin-bottom: 25px;
}
.ul_topics li span:first-child {
	font-weight: bold;
	margin-right: 15px;
	min-width: 80px;
}
.ul_topics li span:last-child {
	width: calc(100% - 100px);
}
.top_b_happy {
	border: 1px solid #bdb5b2;
    padding: 5% 5% 2%;
    background: #FFF;
}
.top_b_happy .b_happy_part {
	margin-bottom: 20px;
}
.top_b_happy h3 {
	font-size: 20px;
	position: relative;
	padding: 0 0px 8px;
	line-height: 1.4;
	color: #260a00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #260a00;
	word-break: keep-all;
}
.top_b_happy h3 span {
	margin-right: 15px;
}
/* .top_b_happy h3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 2px solid #260a00;
	width: 100%;
	margin: 0 auto;
} */
.top_b_happy .bd_box {
	border: 1px solid #DDD;
	padding: 0px 12px;
	background: #FFF;
}
.top_b_happy .line_link {
	display: flex;
	margin-bottom: 10px;
}
.top_b_happy .line_link a{
	margin-right: 5px;
}
.top_b_happy .line_link img {
	width: 90px;
	/* height: 90px; */
	margin-left: 5px;
}

.top_area2 {
	padding: 90px 0;
	text-align: center;
}
.top_area2 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 480px; */
	margin: 0 auto;
}
.top_area2 ul li {
	/* width: 240px; */
	padding: 0 15px;
	box-sizing:border-box;
	
}
.top_area2 ul li:first-child {
	text-align: right;
}
.top_area2 ul li:first-child span {
	font-size: 180%;
	font-family: 'Tenor Sans', sans-serif;
}
.top_area2 ul li:first-child span:before {
	content: '';
	display: inline-block;
	vertical-align: center;
	width: 16px;
	height: 20px;
	background: url(images/ico_tel.png) center center no-repeat;
	margin: 4px 5px 0 0;
}

.top_area2 ul a {
	font-size: 12px;
}
.top_area3 {
	padding: 90px 0;
	background: #fbf6f0;
	text-align: center;
}
.top_area3 .btn_sty li {
	display: inline-block;
	padding: 0 10px;
}
.top_area4 {
	display: flex;
	width: 100%;
}
.top_area4 .top_area4_l,
.top_area4 .top_area4_r {
	width: 50%;
	text-align: center;
	color: #fff;
	padding: 110px 2%;
	box-sizing: border-box;
}
.top_area4 .top_area4_l {
	background: url(images/top/bg_top_area4_l.jpg) no-repeat center;
	background-size: cover;
}
.top_area4 .top_area4_r {
	background: url(images/top/bg_top_area4_r.jpg) no-repeat center;
	background-size: cover;
}
.top_area4 .btn_sty a {
	border: solid 1px #fff;
	background: rgba(38, 10, 0, 0.7) url(images/ico_arr.png) no-repeat 95% center;
	background-size: 24px;
}
.top_area5 {
	padding: 90px 0;
}
.top_area5 .gallery_col {
	display: flex;
}
.top_area5 .gallery_col li {
	width: 23.5%;
	margin-right: 2%;
	position: relative;
}
.top_area5 .gallery_col li:last-child {
	margin-right: 0;
}
.top_area5 .gallery_col li:before{
	content: "";
	padding-top: 100%;
	display: block;
}
.top_area5 .gallery_col li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.top_area5 .btn_sty {
	text-align: center;
	margin-top: 40px;
}

/* page_concept
------------------------------------------------------------*/
.page_concept .col_box {
	margin-bottom: 70px;
}
.page_concept .col_box:last-child {
	margin-bottom: 0;
}
.page_concept .col_box .col_l {
	width: 68%;
}
.page_concept .col_box .col_r {
	width: 32%;
}
.tit_sub {
	font-size: 30px;
	line-height: 1.4;
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}
.tit_sub span {
	font-size: 14px;
	line-height: 2.2;
	padding: 0 0 0 20px;
	margin: -4px 0 0;
	display: block;
	position: relative;
}
.tit_sub span:before {
	content: 'ー';
	display: block;
	border: none;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}
/* page_menu_list
------------------------------------------------------------*/
.page_menu_list section {
	margin-bottom: 60px;
}
.page_menu_list section:last-child {
	margin-bottom: 0;
}
.page_menu_list .tit_sub em {
	display: flex;
	align-items: center;
	font-style: normal;
}
.page_menu_list .tit_sub em:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #260a00;
	margin-left: 20px
}

/* page_gallery
------------------------------------------------------------*/
main.page_gallery {
	padding: 0;
}
.page_gallery section {
	padding: 90px 0;
}
.page_gallery section.bg_ye {
	background: #fbf6f0;
}

.ul_gallery_anc {
	text-align: center;
	margin-bottom: 60px;
}
.ul_gallery_anc li {
	display: inline-block;
	border-left: solid 1px #000;
	padding: 0 10px;
	line-height: 1;
}
.ul_gallery_anc li:first-child {
	border: none;
}
.ul_gallery_anc li a {
	text-decoration: underline;
}
.ul_gallery_anc li a:hover {
	text-decoration: none;
}
.page_gallery .tit_sub {
	text-align: center;
	padding-top: 15px;
}
.page_gallery .tit_sub span {
	padding: 0;
}
.page_gallery .tit_sub span:before {
	display: none;
}
.page_gallery .col4_box {
	display: flex;
	flex-wrap: wrap;
}
.page_gallery .col4_box .col {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 20px;
	position: relative;
}
.page_gallery .col4_box .col:before{
	content: "";
	padding-top: 100%;
	display: block;
}
.page_gallery .col4_box .col img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.page_gallery .col4_box .col:nth-child(4n) {
	margin-right: 0;
}
.page_gallery .col4_box .col:nth-child(-n+4) {
	margin-top: 0;
}
.page_gallery h3 {
	font-size: 22px;
	line-height: 1.4em;
	margin: 10px 0 25px;
	word-wrap: normal;
}
.page_gallery h4 {
	font-size: 17px;
	line-height: 1.4em;
	margin: 20px 0 .4em;
	word-wrap: normal;
}
.page_gallery .ul_img li {
	display: inline-block;
}


/* page_staff
------------------------------------------------------------*/
.page_staff .tit_sub {
	font-weight: bold;
}
.page_staff .col_box {
	margin-bottom: 70px;
}
.page_staff .col_box:last-child {
	margin-bottom: 0;
}
.page_staff .col_box .col_l {
	width: 32%;
}
.page_staff .col_box .col_r {
	width: 68%;
}

/* page_information
------------------------------------------------------------*/
.page_information .col_box {
	flex-wrap: wrap;
	display: flex;
}
.page_information .col_box .col {
	width: 48.5%;
	margin-right: 3%;
	margin-top: 50px;
}
.page_information .col_box .col:nth-child(2n) {
	margin-right: 0;
}
.page_information .col_box .col:nth-child(-n+2) {
	margin-top: 0;
}
.page_information .img_introduction {
	margin-bottom: 20px;
}

/* page_reserve
------------------------------------------------------------*/
main.page_reserve {
	padding: 0 0 90px;
}
.page_reserve section {
	padding: 90px 0;
	background: #fbf6f0;
}
.page_reserve a {
	text-decoration: underline;
}
.page_reserve .tel_box {
	text-align: center;
	margin-bottom: 70px;
}
.page_reserve .tel_box h2 {
	font-size: 20px;
	position: relative;
	padding: 0 0 12px;
	line-height: 1.4;
	color: #260a00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 15px;
}
.page_reserve .tel_box h2:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 360px;
	max-width: 100%;
	border-top: 1px solid #260a00;
}
.page_reserve .tel_box h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 360px;
	max-width: 100%;
	border-top: 1px solid #260a00;
}
.page_reserve .tel_box h2>span:before,
.page_reserve .tel_box h2>span:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	border: 1px solid transparent;
	border-width: 10px 10px 0 10px;
	border-top-color: #260a00;
}

.page_reserve .tel_box h2>span:after {
	z-index: 2;
	bottom: -8px;
	border-top-color: #fff;
}

.page_reserve .tel_box h2>span:after {
	border-top-color: #fbf6f0;
}
.page_reserve .tel_box .txt_tel {
	font-size: 35px;
	line-height: 1.2;
	margin-top: 25px;
	font-family: 'Tenor Sans', sans-serif;
}
.page_reserve .tel_box .txt_tel em {
	background: url(images/ico_tel.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	font-style: normal;
}
.page_reserve h3 {
	font-size: 20px;
	text-align: center;
	position: relative;
	padding: 0 0 12px;
	line-height: 1.4;
	color: #260a00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 15px;
}
.page_reserve h3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 3px solid #260a00;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
}
.page_reserve .col {
	border: 1px solid #260a00;
	padding: 26px 30px;
	box-sizing: border-box;
}
.page_reserve .col iframe {
	vertical-align: bottom;
}
.page_reserve a.line_link {
	text-align: center;
	display: inline-block;
}

/* page_access
------------------------------------------------------------*/
.page_access .col2_box {
	margin-bottom: 70px;
}
.page_access .col.gmap iframe {
	width: 100%;
	height: 430px;
}
.page_access .col3_box {
	display: flex;
	flex-wrap: wrap;
}
.page_access .col3_box .col {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}
.page_access .col3_box .col:nth-child(3n) {
	margin-right: 0;
}

/* page_blog
------------------------------------------------------------*/
.page_blog .blog_box .col_box {
	margin-bottom: 40px;
}
.page_blog .blog_box .col_box .col {
	width: 100%;
}
.page_blog .blog_box .col_box:last-child {
	margin-bottom: 0;
}
.page_blog .blog_box .col_box .col_l {
	width: 25%;
	position: relative;
	padding: 0;
}
.page_blog .blog_box .col_box .col_l:before{
	content: "";
	padding-top: 75%;
	display: block;
}
.page_blog .blog_box .col_box .col_l img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.page_blog .blog_box .col_box .col_r {
	width: 75%;
	padding-left: 3%;
	box-sizing: border-box;
}
.page_blog .btn_sty {
	margin-top: 20px;
}
.page_blog .blog_sign {
	margin: 30px 0;
}
.page_blog .blog_sign .sign_txt {
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
}
.page_blog .blog_tit {
	font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: #260a00;
    margin-bottom: 22px;
    padding: 15px 15px 13px;
}
.page_blog .blog_date {
	color: #260a00;
    font-weight: bold;
    margin: 0 0 5px;
}
.txt_info a {
	text-decoration: underline;
}

/* margin-bottom
------------------------------------------------------------*/
.mb_10{
	margin-bottom:10px;
}
.mb_20{
	margin-bottom:20px;
}
.mb_30{
	margin-bottom:30px;
}
.mb_40{
	margin-bottom:40px;
}
.mb_50{
	margin-bottom:50px;
}
.mb_60{
	margin-bottom:60px;
}
.mb_70{
	margin-bottom:70px;
}
.mb_80{
	margin-bottom:80px;
}
.mb_90{
	margin-bottom:90px;
}
.mb_100{
	margin-bottom:100px;
}
.mb_120{
	margin-bottom:120px;
}


}

/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){

body {
	font-size:12px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
.body_fixed {
	position: fixed;
	width:100%;
}
.sp_none{
	display:none;
}
.sp_center{
	text-align:center;
}
.sp_left{
	text-align:left;
}
.sp_right{
	text-align:right;
}
.sp_float_l{
	float:left;
}
.sp_float_r{
	float:right;
}
.sp_w100p {
	width: 100%;
}
.col_box .col_l {
	text-align: center;
	box-sizing: bordewr-box;
	margin-bottom: 10px;
}
.col2_box .col:first-child {
	margin-bottom: 15px;
}
.col2_box a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none!important;
}
a:hover.link img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	display: inline-block;
	transition:all 0.5s;
}

/*ヘッダー設定
------------------------------------------------------------*/
header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 30;
}
header .h_box{
	/* width: 100%; */
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 20px;
}
header .h_logo {
	width: 150px;
}
header .h_logo a {
	display: inline-block;
}
header .h_logo img {
	width: 150px;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 0px 8px #000) drop-shadow(0px 0px 8px #000);
	filter: drop-shadow(0px 0px 8px #000) drop-shadow(0px 0px 8px #000);
}
header .h_logo.top_logo img {
	-webkit-filter: drop-shadow(0px 0px 8px #fff) drop-shadow(0px 0px 8px #fff);
	filter: drop-shadow(0px 0px 8px #fff) drop-shadow(0px 0px 8px #fff);
}

.nav_sp_none {
	display:none;
}
nav{
	z-index:1000;
	position: relative;
	width: 100vw;
	min-width: 100%;
}
#toggle {
	position: fixed;
	right: 10px;
	top: 16px;
	width: 56px;
	height: 56px;
	cursor: pointer;
	z-index: 9999;
	background: #FBF6F0;
	border-radius:100%;
}
#toggle:after {
	position: absolute;
	content: "MENU";
	line-height: 1.2;
	color: #1E1211;
	text-align: center;
	bottom: 8px;
	left: 0;
	width: 100%;
	font-size: 10px;
}
#toggle div {
	position: relative
}
#toggle span {
	display: block;
	position: absolute;
	width: 27px;
	height: 1px;
	background: #1E1211;
	right: 14px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#toggle span:first-child {
	top: 14px
}
#toggle span:nth-child(2) {
	top: 22px
}
#toggle span:nth-child(3) {
	top: 29px
}
.open_navi #toggle {
	position: fixed;
	background: none;
	border: 1px solid #231816;
	/* border-radius: 0; */
}
.open_navi #toggle span {
	background: #1E1211;
}
.open_navi #toggle span:first-of-type {
	-webkit-transform: translateY(7px) rotate(-315deg);
	-ms-transform: translateY(7px) rotate(-315deg);
	transform: translateY(7px) rotate(-315deg);
}
.open_navi #toggle span:nth-of-type(2) {
	opacity: 0
}
.open_navi #toggle span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(315deg);
	-ms-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
}

/* ---ナビ（SR：展開＋/サブナビ：ポップアップ）--- */
#sp_navi {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* width: 100vw; */
	/* min-width: 100%; */ /* Padで横100%表示 */
	/* overflow-y: scroll; */
	text-align: left;
	z-index: 999;
	opacity: 0; /* ナビ展開画面の不透明度0% */
	pointer-events: none; /* ナビ展開画面のクリック不可 */
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	padding: 80px 25px;
	background: rgba(251, 246, 240,0.9) url(images/sp_navi_bg.jpg);
	background-size: cover;
}
.open_navi #sp_navi {
	opacity: 1; /* ナビ展開画面の不透明度100% */
	pointer-events: auto; /* ナビ展開画面のクリック可 */
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.open_navi #wrapper {
	-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
			transform-origin: left center;
	-webkit-filter: blur(3px);
			filter: blur(3px);
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
  
#sp_navi .menu {
	padding-top: 30px;
	font-family: 'Tenor Sans', sans-serif;
	/* 子ページなしカテゴリ */
	/* 子ページありカテゴリ */
}
#sp_navi .menu .menu-item {
	width: 100%;
	cursor: pointer;
	font-weight: normal;
	letter-spacing: 0em;
	color: #333;
	margin: 0 auto;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#sp_navi .menu .menu-item:not(:first-child) {
	border-top: none;
}
#sp_navi .menu .menu-item a, #sp_navi .menu .menu-item span {
	display: block;
	padding: 8px 20px;
}
#sp_navi .menu .menu-item a:link, #sp_navi .menu .menu-item a:visited, #sp_navi .menu .menu-item a:active {
	color: #333;
	text-decoration: none;
}
#sp_navi .menu .menu-item a:hover {
	color: #554A48;
	text-decoration: none;
}
#sp_navi .menu .icon-arrow a {
	position: relative;
}
#sp_navi .menu .icon-arrow a::before {
	position: absolute;
	top: 50%;
	right: 4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
			transform: translateY(-50%) rotate(45deg);
	content: "";
}
#sp_navi .menu .icon-plus a {
	position: relative;
}
#sp_navi .menu .icon-plus a::before, #sp_navi .menu .icon-plus a::after {
	display: inline-block;
	position: absolute;
	top: 40%;
	right: 6px;
	width: 1px;
	height: 12px;
	background: #333;
	content: "";
}
#sp_navi .menu .icon-plus a::after {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
#sp_navi .sp_navi_logo {
	width: 214px;
	height: auto;
	margin: 0 auto;
}
#sp_navi .sp_navi_txt {
	margin: 40px auto 0;
	text-align: center;
}
#sp_navi .sp_navi_txt .sp_navi_btn {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#sp_navi .sp_navi_txt .sp_navi_btn a {
	width: 200px;
	/* margin: 0 auto 10px; */
}
#sp_navi .sp_navi_txt .btn_sty a {
	width: 200px;
	padding: 18px 20px;
}
#sp_navi .sp_navi_txt .tel_box .txt_tel {
	font-size: 28px;
	line-height: 1.2;
	margin: 15px 0 5px;
	font-family: 'Tenor Sans', sans-serif;
}
#sp_navi .sp_navi_txt .tel_box .txt_tel em {
	background: url(images/ico_tel.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	font-style: normal;
}


/*wrap設定
------------------------------------------------------------*/
.wrap {
	width: 100%;
	margin:0px auto;
	padding: 0 3%;
	box-sizing:border-box;
}
main {
	padding: 40px 0;
}
.sub_teaser {
	background: url(images/bg_concept.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#staff_sub_teaser {
	background: url(images/bg_staff.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#information_sub_teaser {
	background: url(images/bg_information.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#access_sub_teaser {
	background: url(images/bg_access.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#gallery_sub_teaser, .sub_teaser#menulist_sub_teaser, .sub_teaser#rec_menu_sub_teaser {
	background: url(images/bg_gallery.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser#blog_sub_teaser {
	background: url(images/bg_blog.jpg) no-repeat center;
	background-size: cover;
}
.sub_teaser .wrap {
	position: relative;
	min-height: 250px;
	box-sizing: border-box;
}
.sub_teaser h1 {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 6px rgba(50, 31, 26, 1);
	padding: 0 0 5px;
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
	right: 3%;
	text-align: right;
}

.sub_teaser h1:before,
.sub_teaser h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 240px;
	max-width: 100%;
	border-top: 1px solid #fbf6f0;
}
.sub_teaser h1:after {
	width: 220px;
	max-width: 91.7%;
	margin: 0 0 0 20px;
	bottom: 0;
}
.path{
	text-align: right;
	padding: 10px 0 20px;
	background:  url(images/bg_path.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 20px;
}
.path a{
	text-decoration:none;
}
.path a:hover{
	text-decoration:none;
}

.tb_style {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px; /* 1つ目の値が列方向の余白、2つ目の値が行方向の余白 */
}
.tb_style th {
	padding: 8px 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	background: #352F2D;
	color: #FFF;
}
.tb_style td {
	border: 1px solid #352F2D;
	padding: 7px 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
}
.tb_style th {
	font-weight: normal;
}
.tb_price {
	width: 100%;
}
.tb_price tr {
	border-bottom: 1px dotted #726657;
}
.tb_price th {
	font-weight: bold;
	padding: 10px 0;
	width: 100%;
	display: block;
}
.tb_price td {
	text-align: right;
	padding: 0 0 10px;
	width: 100%;
	display: block;
}

.btn_sty a {
	color: #fff;
	background: #554A48 url(images/sp_ico_arr.png) no-repeat right 10% center;
	background-size: 6px;
	font-size: 14px;
	font-weight: normal;
	width: 260px;
	text-align: center;
	display: inline-block;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 1;
	font-family: 'Tenor Sans', sans-serif;
	text-decoration: none;
}
.btn_sty a:hover {
	color: #fff;
	/* background: rgba(85, 74, 72, 0.75) url(images/sp_ico_arr.png) no-repeat right 10% center;
	background-size: 6px; */
	opacity: 0.7;
}

/*フッター設定
------------------------------------------------------------*/
footer {
	padding-bottom: 60px;
}
.f_wrap {
	display: flex;
	flex-direction: column-reverse;
}
/* .f_top_img {
	background: #fbf6f0 url(images/bg_f_top.png) no-repeat center top;
	background-size: cover;
	padding-top: 30px;
}
.f_top_img .wrap {
	padding: 0;
} */
.f_top .f_info {
	line-height: 2;
	padding: 30px 0 25px;
}
.f_top .f_info .f_logo {
	margin-bottom: 20px;
}
.f_top .f_info .f_logo img {
	max-width: 150px;
}
.f_top .btn_sty {
	/* margin-top: 30px; */
	display: none;
}
.f_top .btn_sty li:first-child {
	margin-bottom: 20px;
}
footer .wrap {
	text-align: center;
}
/* spサイトマップ */
footer .f_link {
	width: 100%;
	text-align: left;
	/* padding: 6px; */
}
footer .f_link > li {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.02em;
	/* background: url(images/top_mv_bg.jpg); */
	/* margin-bottom: 3px; */
	padding: 14px 20px;
	color: #3B3130;
	border-top: 1px solid #554A48;
}
footer .f_link > li:last-of-type {
	margin: 0;
}
footer .f_link li {
	line-height: 1.8;
}
footer .f_link li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #352F2D;
}
footer .f_link li a:hover {
	color: #554A48;
}
footer .f_link li ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 5px;
}
footer .f_link li ul li {
	width: 48%;
	position: relative;
	margin-bottom: 5px;
}
footer .f_link li ul li a {
	/* font-weight: normal; */
	font-weight: 500;
	letter-spacing: 0.04em;
	vertical-align: middle;
	color: #352F2D;
	position: relative;
	padding-left: 10px;
}
footer .f_link li ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-40%);
			transform: translateY(-40%);
	left: 0;
	border: 3.5px solid transparent;
	border-left: 4px solid #554A48;
}
footer .f_link li ul li a:hover {
	color: #554A48;
}
footer .f_link li ul:before {
	content: none;
}
/* SPフッター追従 */
.sp_bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: fixed;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.sp_bnr div {
	position: relative;
	width: 25%;
	background: #1E1211;
}
.sp_bnr div img {
	width: auto;
	margin-bottom: 5px;
	/* height: 26px; */
}
.sp_bnr div:nth-child(4) img {
	margin-bottom: 10px;
}
.sp_bnr div p {
	color: #FFF;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
}
.sp_bnr a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-decoration: none;
}
.copy {
	text-align: center;
	font-size: 12px;
	color: #FBF6F0;
	padding: 6px 3%;
	background: #554A48;
}
/* #PageTopBtn{
	bottom: 30px;
	right: 30px;
	position: fixed;
	z-index: 20;
} */


/* ホーム設定
------------------------------------------------------------*/
.top_teaser {
	text-align: left;
}
.top_teaser img {
	width: 100%;
	height: auto;
}
.metaslider .flex-control-nav {
	bottom: 10px!important;
}
.top_teaser .flex-control-paging li a {
	border: solid 1px #fff;
	background: none;
	width: 25px;
	height: 5px;
	border-radius: 0;
}
.top_teaser .flex-control-paging li a.flex-active {
	background: #fff;
}
.tit_top {
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.02em;
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 15px;
}
.tit_top span {
	font-size: 13px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding: 5px 0 0;
	font-weight: 500;
	display: block;
}
.tit_top.tit_line {
	text-align: left;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tit_top.tit_line:after {
	border-top: 1px solid #1e1e1e;
	content: "";
	width: 100%;
}
.tit_top.tit_line:after {
	margin-left: 20px;
}

.top_area1 {
	padding: 30px 0 55px;
}
.top_area1 .col2_box .col:first-child {
	margin-bottom: 40px;
}
.ul_topics {
	padding-right: 40px;
	margin-bottom: 20px;
	overflow-y: scroll;
	height: 270px;
}
.ul_topics li {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #726657;
}
.ul_topics li .time {
	font-weight: bold;
	margin-bottom: 4px;
}
.ul_topics li .time:before {
	content: url(images/top/sp_ico_topics.png);
	margin-right: 5px;
	margin-top: 2px;
}
.ul_topics li span:nth-child(2) {
	margin-bottom: 4px;
}
.ul_topics li span:nth-child(2):before,.ul_topics li span:nth-child(2):after {
	content: "☆";
}
.top_b_happy {
    padding: 25px 4% 5px;
    /* background: rgba(255, 255, 255, 0.9); */
	/* border: 3px double #bdb5b2; */
	border: 3px double #260a00;
	margin-top: 50px;
}
.top_b_happy .tit_top {
	font-size: 24px;
	letter-spacing: 0;
}
.top_b_happy .tit_top.tit_line:after {
	content: none;
}
.top_b_happy .b_happy_part {
	margin-bottom: 20px;
}
.top_b_happy h3 {
	font-size: 16px;
	text-align: left;
	position: relative;
	padding: 0 0 8px;
	line-height: 1.4;
	color: #260a00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #260a00;
}
.top_b_happy h3 span {
	margin-right: 10px;
}
/* .top_b_happy h3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 3px solid #260a00;
	max-width: 430px;
	width: 100%;
	margin: 0 auto;
} */
.top_b_happy .bd_box {
	/* border: 1px solid #260a00; */
	border: 1px solid #DDD;
	padding: 5px 10px;
}
.top_b_happy .line_link {
	display: flex;
	margin: 5px 5px 10px;
}
.top_b_happy .line_link a{
	margin-right: 10px;
}
.top_b_happy .line_link img {
	width: 80px;
	/* height: 80px; */
}
.top_area2 {
	padding: 40px 15px;
	text-align: center;
	background: url(images/top/sp_top_area2_bg.jpg) no-repeat;
	background-size: cover;
}
.top_area2 .wrap {
	background: rgba(255, 255, 255, 0.9);
	padding: 25px 4% 20px;
}
.top_area2 ul li:first-child {
	margin-bottom: 30px;
}
.top_area2 ul li:first-child span a {
	font-size: 28px;
	font-weight: bold;
	/* font-family: 'Tenor Sans', sans-serif; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_area2 ul li:first-child span a:before {
	content: '';
	display: inline-block;
	vertical-align: center;
	width: 34px;
	height: 43px;
	background: url(images/sp_ico_tel.png) center center no-repeat;
	margin: 0px 5px 0 0;
}

.top_area2 ul a {
	font-size: 12px;
}
.top_area3 {
	padding: 55px 0;
}
.top_area3 picture img {
	width: 100%;
}
.top_area3 .btn_sty {
	text-align: center;
}
.top_area3 .btn_sty li {
	margin-bottom: 15px;
}
.top_area3 .btn_sty li:last-child {
	margin-bottom: 0;
}
.top_area4 {
	width: 100%;
}
.top_area4 .tit_top {
	margin-bottom: 45px;
}
.top_area4 .top_area4_l,
.top_area4 .top_area4_r {
	text-align: center;
	color: #fff;
	padding: 110px 2%;
	box-sizing: border-box;
}
.top_area4 .top_area4_l {
	background: url(images/top/bg_top_area4_l.jpg) no-repeat center;
	background-size: cover;
	border-bottom: 1px solid #FFF;
}
.top_area4 .top_area4_r {
	background: url(images/top/bg_top_area4_r.jpg) no-repeat center;
	background-size: cover;
}
.top_area4 .btn_sty a {
	border: solid 1px #fff;
	background: rgba(38, 10, 0, 0.7) url(images/ico_arr.png) no-repeat 95% center;
	background-size: 24px;
}
.top_area5 {
	padding: 35px 0 45px;
}
.top_area5 .tit_top {
	margin-bottom: 25px;
}
.top_area5 .gallery_col {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.top_area5 .gallery_col li {
	width: 48%;
	margin-right: 4%;
	margin-top: 15px;
	position: relative;
}
.top_area5 .gallery_col li:nth-child(2n) {
	margin-right: 0;
}
.top_area5 .gallery_col li:nth-child(-n+2) {
	margin-top: 0;
}

.top_area5 .gallery_col li:before{
	content: "";
	padding-top: 100%;
	display: block;
}
.top_area5 .gallery_col li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}




.top_area5 .btn_sty {
	text-align: center;
	margin-top: 20px;
}

/* page_concept
------------------------------------------------------------*/
.page_concept .col_box {
	margin-bottom: 60px;
}
.page_concept .col_box:last-child {
	margin-bottom: 0;
}
.tit_sub {
	font-size: 28px;
	line-height: 1.4;
	font-family: 'Tenor Sans', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}
.tit_sub span {
	font-size: 12px;
	line-height: 2.2;
	padding: 0 0 0 20px;
	margin: -4px 0 0;
	display: block;
	position: relative;
}
.tit_sub span:before {
	content: 'ー';
	display: block;
	border: none;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.tit_wrap {
	display: flex;
	/* flex-wrap: wrap; */
	position: relative;
}
.tit_wrap:after {
	content: "";
	border-top: 1px solid #260A00;
	/* width: 100%; */
	height: 1px;
	/* position: absolute;
	right: 0;
	top: 18px; */
	margin-top: 18px;
	margin-left: 15px;
	flex-grow: 1;  /* 線の伸び率 */
}
.tit_wrap .tit_sub span {
	width: 100%;
}

/* page_menu_list
------------------------------------------------------------*/
.page_menu_list section {
	margin-bottom: 50px;
}
.page_menu_list section:last-child {
	margin-bottom: 0;
}

/* page_gallery
------------------------------------------------------------*/
main.page_gallery {
	padding: 0;
}
.page_gallery section {
	padding: 30px 0;
}
.ul_gallery_anc {
	text-align: center;
	margin-bottom: 15px;
}
.ul_gallery_anc li {
	display: inline-block;
	border: solid 1px #554A48;
	padding: 10px 10px;
	line-height: 1;
	margin-bottom: 5px;
}
.ul_gallery_anc li a{
	color: #332C2C;
}

.ul_gallery_anc li:hover {
	background: #554A48;
}
.ul_gallery_anc li:hover a{
	color: #FFF;
}
.page_gallery .tit_sub {
	text-align: center;
	padding-top: 15px;
}
.page_gallery .tit_sub span {
	padding: 0;
}
.page_gallery .tit_sub span:before {
	display: none;
}
.page_gallery .col4_box {
	display: flex;
	flex-wrap: wrap;
}
.page_gallery .col4_box .col {
	width: 49.5%;
	margin-right: 1%;
	margin-top: 5px;
	position: relative;
}
.page_gallery .col4_box .col:before{
	content: "";
	padding-top: 100%;
	display: block;
}
.page_gallery .col4_box .col img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.page_gallery .col4_box .col:nth-child(2n) {
	margin-right: 0;
}
.page_gallery .col4_box .col:nth-child(-n+2) {
	margin-top: 0;
}
.page_gallery h3 {
	font-size: 16px;
	line-height: 1.7em;
	margin: 5px 0 20px;
	word-wrap: normal;
}
.page_gallery h4 {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 0 .4em;
	padding: 0 0 0 20px;
	word-wrap: normal;
	position: relative;
}
.page_gallery h4:before {
	content: 'ー';
	display: block;
	border: none;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.page_gallery .ul_img {
	display: flex;
	gap: 5px;
	margin-bottom: 15px;
}
.page_gallery .ul_img li {
	display: inline-block;
}
main.page_gallery .col2_box .col:first-child {
	margin-right: 0;
	margin-left: 3%;
}

/* page_staff
------------------------------------------------------------*/
/* .page_staff .tit_sub {
	font-weight: bold;
} */
.page_staff .col_box {
	margin-bottom: 50px;
}
.page_staff .col_box img {
	width: 100%;
}
.page_staff .col_box:last-child {
	margin-bottom: 0;
}

/* page_information
------------------------------------------------------------*/
.page_information .col_box .col {
	margin-bottom: 50px;
}
.page_information .col_box:last-child {
	margin-bottom: 0;
}
.page_information .img_introduction {
	margin-bottom: 10px;
	text-align: center;
}
.page_information .tit_sub span {
	font-weight: bold;
}

/* page_reserve
------------------------------------------------------------*/
main.page_reserve {
	padding: 0 0 50px;
}
.page_reserve section {
	padding: 30px 0;
	/* background: #fbf6f0; */
}
.page_reserve a {
	text-decoration: underline;
}
.page_reserve .tel_box {
	text-align: center;
	margin-bottom: 30px;
}
.page_reserve .tel_box h2 {
	font-size: 18px;
	position: relative;
	padding: 0 0 12px;
	line-height: 1.4;
	color: #260a00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 10px;
}
.page_reserve .tel_box h2:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 360px;
	width: 100%;
	border-top: 1px solid #260a00;
}
.page_reserve .tel_box h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 360px;
	width: 100%;
	border-top: 1px solid #260a00;
}
.page_reserve .tel_box h2>span:before,
.page_reserve .tel_box h2>span:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	border: 1px solid transparent;
	border-width: 10px 10px 0 10px;
	border-top-color: #260a00;
}

.page_reserve .tel_box h2>span:after {
	z-index: 2;
	bottom: -8px;
	border-top-color: #fff;
}

.page_reserve .tel_box h2>span:after {
	border-top-color: #fbf6f0;
}
.page_reserve .tel_box .txt_tel {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 25px;
	/* font-family: 'Tenor Sans', sans-serif; */
}
.page_reserve .tel_box .txt_tel em {
	background: url(images/ico_tel.png) no-repeat left center;
	padding-left: 25px;
	display: inline-block;
	font-style: normal;
}
.page_reserve h3 {
	font-size: 14px;
	/* font-size: 18px; */
	font-weight: bold;
	/* text-align: center; */
	position: relative;
	padding: 0 0 10px;
	line-height: 1.4;
	color: #260a00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #260A00;
}
/* .page_reserve h3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #260a00;
	max-width: 430px;
	width: 100%;
	margin: 0 auto;
} */
.page_reserve .col {
	border: 1px solid #260a00;
	padding: 16px 15px;
	box-sizing: border-box;
}
.page_reserve .col iframe {
	vertical-align: bottom;
}
.page_reserve strong {
	letter-spacing: 0;
}
.page_reserve a.line_link {
	text-align: center;
	display: inline-block;
}
.ul_reserve_anc {
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.ul_reserve_anc li {
	display: inline-block;
	border: solid 1px #554A48;
	padding: 10px 10px;
	line-height: 1;
	margin-bottom: 5px;
}
.ul_reserve_anc li a{
	color: #332C2C;
	text-decoration:none;
}
.ul_reserve_anc li:hover {
	background: #554A48;
}
.ul_reserve_anc li:hover a{
	color: #FFF;
}


/* page_access
------------------------------------------------------------*/
.page_access .col2_box {
	margin-bottom: 40px;
}
.page_access .col.gmap {
	margin-top: 30px;
}
.page_access .col.gmap iframe {
	width: 100%;
	height: 280px;
}
.page_access .col3_box {
	display: flex;
	flex-wrap: wrap;
}
/* .page_access .col3_box:last-child {
	margin-bottom: 0;
} */
.page_access .col3_box .col {
	width: 49%;
	margin-right: 2%;
	margin-top: 5px;
	height: 180px;
}
.page_access .col3_box .col img {
	object-fit: cover;
    font-family: 'object-fit: cover;';
	width: 100%;
	height: 180px;
}
.page_access .col3_box .col:nth-child(2n) {
	margin-right: 0;
}
.page_access .bg_ye {
	background: #fbf6f0;
	width: calc(100% + 6%);
	margin-left: -3%;
	padding: 20px 0 30px;
}
.page_access .bg_ye .col3_box{
	margin: 0 3%;
}

/* page_blog
------------------------------------------------------------*/
.page_blog .blog_box .col_box {
	margin-bottom: 20px;
}
.page_blog .blog_box .col_box:last-child {
	margin-bottom: 0;
}
.page_blog .blog_box .col_box .col_l img {
	width: 100%;
	height: 200px;
    object-fit: cover;
	object-position: top center;
}

.page_blog .btn_sty {
	margin: 15px auto 0;
}

.page_blog .blog_box .btn_sty a {
	width: 150px;
}
.page_blog .blog_sign {
	margin: 20px 0;
}
.page_blog .blog_sign .sign_txt {
	font-size: 120%;
	line-height: 1.5;
	font-weight: bold;
}
.page_blog .blog_tit {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    background: #260a00;
    margin-bottom: 12px;
	padding: 10px;
}
.page_blog .blog_date {
	color: #260a00;
    font-weight: bold;
    margin: 0 0 5px;
}
.txt_info a {
	text-decoration: underline;
}
.txt_info iframe {
	max-width: 100%;
}

/* margin-bottom
------------------------------------------------------------*/
.mb_10{
	margin-bottom:5px;
}
.mb_20{
	margin-bottom:10px;
}
.mb_30{
	margin-bottom:20px;
}
.mb_40{
	margin-bottom:20px;
}
.mb_50{
	margin-bottom:20px;
}
.mb_60{
	margin-bottom:30px;
}
.mb_70{
	margin-bottom:30px;
}
.mb_80{
	margin-bottom:30px;
}
.mb_90{
	margin-bottom:30px;
}
.mb_100{
	margin-bottom:40px;
}
.mb_120{
	margin-bottom:40px;
}

}

/*フォーム系*/
.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:10px 40px;
	background-color:#000;
	border:none;
	color:#FFF;
	text-align:center;
	margin:10px 0;
	cursor: pointer;
	border-radius: 0;
}
.contact_btn input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.contact_main{
	margin-bottom:10px;
}


.tb_form{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_form th span{
	color: #FF0000;
}
.tb_form td input[type=text],.tb_form td input[type=email],
.tb_form td textarea {
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	border: solid 1px #999;
}
.tb_form td textarea {
	width: 100%;
}
.wpcf7-radio .wpcf7-list-item:first-child {
	margin-left: 0!important;
}

@media screen and (min-width: 769px){
.tb_form th{
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
.tb_form th span{
	color: #FF0000;
}
.tb_form td{
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0;
}
.tb_form td input[type=text],
.tb_form td input[type=email] {
	width: 50%;
}
}

@media screen and (max-width:768px){
.tb_form th{
	font-weight: bold;
	padding: 10px 0 0;
	width: 100%;
	display: block;
}
.tb_form td{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 10px;
	width: 100%;
	display: block;
}
/*フォーム系*/
.contact_btn input{
	-webkit-appearance: none;
	border-radius: 0;
}

.tb_form td input[type=text],
.tb_form td input[type=email] {
	width: 100%;
	box-sizing: border-box;
}

}