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

html {
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;;
	line-height: 1.8em;
}
body {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	position: relative;
}

a {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

.main img {
	width: 100%;
}

.sp {
	display: none;
}

.ib {
	display: inline-block;
}

table {
	border-collapse: collapse;
}

.center {
	text-align: center;
}

.normal {
	font-weight: normal;
	line-height: 1.5em;
	display: inline-block;
}

.movie_main {
	max-width: 720px;
	margin: 0 auto;
	padding-left: 4%;
	padding-right: 4%;
}

.movie_content {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.movie_content iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.bioprograming {
	padding-left: 4%;
	padding-right: 4%;
}

.bioprograming .wrap {
	border: 1px solid #9E9E9F;
	padding-bottom: 15px;
	position: relative;
}

.bioprograming_label {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
}

.bioprogram_content {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}

.bioprogram_content img {
	width: 340px;
}

ul.bio_list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

ul.bio_list li {
	margin: 0 15px;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

ul.bio_list li a {
	text-decoration: none;
	color: #000;
	background-color: #ddd;
	padding: 20px;
	border-radius: 300px;
	display: block;
}

.instagram_label {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

/* iOSでのデフォルトスタイルをリセット */
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;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
	-webkit-appearance: none;
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 7px 3px;
	box-shadow: none;
}
textarea {
	-webkit-appearance: none;
	max-width: 96%;
	border: 1px solid #ddd;
	padding: 7px 3px;
}

.input_s {
	width: 120px;
}

.input_m {
	width: 250px;
}

.input_l {
	width: 96%;
}

label {
	display: inline-block;
}

.input_txt {
	display: inline-block;
}

.header {
	position: fixed;
	width: calc(100% - 80px);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	z-index: 2;
}

header img {
	width: 100%;
}

h1 {
	margin: 0;
	padding: 0;
}


#foot_navi {
	width: 100%;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
ul.nav {
	list-style: none;
	padding: 15px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	z-index: 3;
	background-image: url("../img/navi_bg.jpg") ;
	background-repeat: repeat-y;
}

ul.nav li {
	font-size: 14px;
	white-space: nowrap;
	border-right: solid 1px #fff;
}
ul.nav li.none {
	font-size: 14px;
	white-space: nowrap;
	border-right:none;
}

ul.nav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 30px;
	font-weight: 500;
}

.page_detail .slick-dots {
	display: none;
}

.head_logo {
	padding: 5px 4px;
}

.head_logo img {
	width: 120px;
}

.drawer-toggle.drawer-hamburger {
	padding-top: 11px;
	top: 5px;
	right: 10px;
	display: none;
}

.drawer-nav .drawer-menu {
	border-top: 1px dotted #CCC;
}

.drawer-nav .drawer-menu a:hover {
	text-decoration: none !important;
}

.drawer-nav .drawer-menu li a {
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
	background-image: url("../img/nav_arrow.png");
	background-repeat: no-repeat;
	background-position: 96% 48%;
}

.drawer_txt {
	font-size: 10px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 11px;
}

.drawer-overlay.drawer-toggle {
	background-color: rgba(0,0,0,.5);
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	background-color: #FFF;
}

.drawer-open .drawer_txt {
	color: #FFF;
}

#page_top {
	position: absolute;
	right: 20px;
	z-index: 9999;
}

#page_top a {
	font-size: 48px;
	color: #666;
}

#page_top img {
	width: 60px;
}

.pagelink {
	padding-top: 48px;
	margin-top: -48px;
}


.input_btn,
.input_btn2,
.back_btn {
	display: inline-block;
	color: #FFF;
	text-align: center;
	padding: 15px 30px;
	border-radius: 3px;
	background-color: #C99C5E;
	border: none;
	font-size: 16px;
	position: relative;
	min-width: 240px;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.back_btn {
	padding: 11px;
	background-color: #999999;
}

.input_btn::after,
.input_btn2::after,
.back_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 800;
	position: absolute;
	right: 11px;
	top: 15px;
	line-height: 1em;
	font-size: 20px;
}

.back_btn::after {
	right: auto;
	left: 11px;
	content: "\f104";
}

.input_btn::after {
	top: 29%;
}
.input_btn2::after {
	top: 18px;
}

.blank_btn::after {
	content: "\f35d";
	font-size: 15px;
	top: 35%;
}


.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	padding: 15px 4% 30px;
}

.main_content {
	padding-top: 50px;
	padding-bottom: 80px;
}


.fixed_btn {
	position: fixed;
	right: 7px;
	bottom: 10px;
}

.modal_contents {
	display: none;
}

.modal_img {
	margin-bottom: 20px;
}

.modal_info h3 {
	margin-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.modal_info p {
	margin-top: 7px;
	margin-bottom: 0;
}

.modaal-container .modaal-close {
	position: absolute;
	right: -40px;
	top: -40px;
}

.modaal-container .modaal-close:hover {
	background: none;
}

.link_btn {
	text-align: center;
	margin-top: 25px;
}

ul.pager {
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.pager li {
	display: inline-block;
	margin: 3px;
}

ul.pager li a {
	display: block;
	padding: 10px 13px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 2px;
	text-decoration: none;
	line-height: 1em;
}

footer {
	text-align: center;
	padding: 30px 0;
}

.foot_logo {
	text-align: center;
}
.foot_logo img {
	width: 15%;
}


.copyright {
	margin-bottom: 0;
	color: #7c7c7c;
	font-size: 11px;
	line-height: 1.6em;
}

.copyright {
	margin: 15px 0 0;
}

.slide {
	text-align: center;
}

.slide img {
	width: 100%;
	display: block;
}

ul.slider {
	padding: 0;
	margin: 0 !important;
	list-style: none;
	overflow: hidden;
}

ul.slick-dots {
	bottom: 5px;
}

.slick-next {
	right: 20px;
	z-index: 2;
	width: 32px;
	height: 62px;
}

.slick-prev {
	left: 20px;
	z-index: 2;
	width: 32px;
	height: 62px;
}

.slick-next:before {
	content: url("../img/arrow_next.png");
}

.slick-prev:before {
	content: url("../img/arrow_prev.png");
}

.present_banner {
	position: relative;
	z-index: 1;
	top: -40px;
	left: 0;
}

.message_img {
	width: 137px;
	flex-shrink: 0;
	padding-right: 20px;
}

.message_img h3 {
	text-align: center;
	margin: 0;
	font-weight: 500;
}

.section_message {
	margin-bottom: 60px;
	border-bottom: 1px solid #4c4948;
	padding-bottom: 40px;
}

.message_content {
	max-width: 900px;
}

.flex {
	display: flex;
}

.section_entry {
	margin-bottom: 60px;
}

.section_ec {
	margin-bottom: 60px;
}

.section_item {
	max-width: 900px;
}

ul.item_list {
	list-style: none;
	padding: 0;
	margin: 60px 0;
	flex-wrap: wrap;
}

ul.item_list li {
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 40px;
	color: #595757;
}

ul.item_list li:nth-child(3n) {
	margin-right: 0;
}

.item_label span {
	display: inline-block;
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 0.9rem;
	line-height: 1.2em;
}

.l_a {
	color: #4c4948;
	border: 1px solid #4c4948;
}

.l_l {
	color: #FFF;
	background-color: #ed791c;
}

.l_l02 {
	color: #FFF;
	background-color: #946114;
}

.l_l03 {
	color: #FFF;
	background-color: #1b459a;
}

.l_f {
	color: #FFF;
	background-color: #ff0000;
}

.l_f2 {
	color: #e60012;
	background-color: #fff362;
	border: 1px solid #e60012;
}

.nn {
	color: #FFF;
	background-color: #287dc1;
	font-size: 0.75rem;
	line-height: 1em;
	display: inline-block;
	vertical-align: baseline;
	padding: 3px;
	border-radius: 3px;
}

.nn.l_f {
	background-color: #ff0000;
}

.nn_r {
	background-color: #e51c58;
	margin-right: 2px;
}

.item_h {
	margin-top: 60px;
	margin-bottom: -20px;
}

.item_b {
	color: #1d2088;
}

.item_content {
	font-size: 0.9rem;
	line-height: 1.5em;
	margin: 5px 0;
}

ul.item_list li h3 {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0;
}

.item_prices {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
}

.item_m {
	font-size: 0.8rem;
}

.section_special {
	margin-top: 100px;
	margin-bottom: 60px;
}

.section_kazu {
	margin-bottom: 60px;
}

.section_zekkei {
	border-bottom: 1px solid #4c4948;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.special_txt {
	font-size: 0.8rem;
	line-height: 1.6em;
	padding-top: 50px;
}

.section_qr {
	margin-bottom: 60px;
}

.menubg {
	width: 100%;
	height: 550px;
	background-image: url("../img/p_main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
	padding: 270px 0 ;
}

.conte_menu {
	width: 800px;
	background-color: #FFFFFF;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	margin: 0 auto;
	padding: 30px 50px 0;
}
.menu_item {
	width: 30%;
	padding: 10px;
}
.txt_menu {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 280px auto 0;
	padding:50px 50px 0;
}
.txt26b{
	font-size: 26px;
	font-weight: 600;
}
.txt_tax {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
	padding:10px 50px 30px;
}

.foot_access {
	padding: 50px 7% 80px;
	background-color: #F1ECE6;
}

.foot_access .wrap {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	border-radius: 10px;
}

.foot_anounce {
		/*display: flex;*/
		justify-content: space-between;
		padding: 20px;
	text-align: center;
	}

.foot_anounce_content {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}

.webreserve {
	border: 2px solid #2E19C9;
	margin-top: 20px;
	background-color: #FFFFFF;
}

.webreserve h2 {
	background-color: #2E19C9;
	color: #FFF;
	padding: 10px;
	margin: 0;
	font-size: 20px;
}
.link_btn {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 16px;
}

.link_btn a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	padding: 10px 32px;
	font-size: 16px;
	background-color: #FCB424;
	border-radius: 6px;
}
.reserve_method {
	padding: 5px;
	font-size: 13px;
	background-color: #ddd;
	margin-top: -6px;
}
.foot_tax {
	color: #494848;
}

.wakugray {
	width: 100%;
	background: #F2F2F2;
	text-align: center;
	padding: 50px 0 100px;
}
.wakugreen01 {
	width: 100%;
	background: #F7F7F0;
	text-align: center;
	padding: 50px 0 100px;
}
.wakuwithe {
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 50px 0 100px;
}

.txt_uriba {
	color: #ffffff;
	background-color: #817B7B;
	margin: 20px auto 10px;
	width: 480px;
}
.txt_tel {
	font-size: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	margin: 20px 0 0;
}
.txt_tel a {
	text-decoration: none;
}
.pdf {
	margin: 70px auto;
	text-align: center;
}

.pb10 {padding-bottom: 10px;}
.pb30 {padding-bottom: 30px;}
.pb50 {padding-bottom: 50px;}
.pb100 {padding-bottom: 100px;}


@media only screen and (max-width: 1100px) {
	.wrap {
		max-width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 768px){

	body {
		font-size: 14px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.drawer-toggle.drawer-hamburger {
		display: block;
	}

	.header {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}

	.head_logo {
		width: 80px;
		flex-shrink: 0;
	}

	ul.nav li {
		margin-left: 10px;
		font-size: 12px;
	}

	ul.nav li a {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		border-radius: 5px;
	}

	footer {
		background-size: 100% auto;
	}

	.flex {
		display: block;
	}

	ul.item_list li {
		width: 100%;
		max-width: 360px;
		margin-right: auto !important;
		margin-left: auto;
		margin-bottom: 50px;
	}

	.message_img {
		width: 100%;
		text-align: center;
	}
	.reserve_method {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.wakugray {
	width: 100%;
	background: #F2F2F2;
	text-align: center;
	padding: 30px 0 50px;
	}
	.wakugray img, .wakugreen01 img, .wakuwithe img {
	width: 50%;
	padding-bottom: 0.12em;
	}
	.wakugreen01 {
	width: 100%;
	background: #F7F7F0;
	text-align: center;
	padding: 0 0 50px;
	}
	.wakuwithe {
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 0 0 50px;
}
	.pdf {
	margin: 30px auto;
	text-align: center;
	}
	.pdf img {
	width: 90%;
	}

	.foot_access {
	padding: 15px 4% 30px;
	background-color: #F1ECE6;
	}
	.txt_tel {
	font-size: 190%;
	}
	.foot_anounce {
	padding: 10px;
	}

	.instagram_label {
		margin: 30px 0;
	}

	ul.bio_list {
		flex-direction: column;
	}

	ul.bio_list li {
		width: 100%;
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 480px) {

	header {
		margin: 0;
		padding: 0;
	}

	#page_top {
		right: 13px;
	}

	#page_top img {
	    width: 40px;
	}

	#foot_navi_s ul.nav {
		padding: 30px 0;
	}

	.special_txt {
		text-align: left;
	}

	.txt_uriba {
		width: 100%;
	}
}

/* 202311 */
.tokuten { padding:40px 0; max-width:1000px; margin-left:auto; margin-right:auto; }
.tokuten .button_wrap { display:flex; align-items:center; width:calc(100% + 40px); margin-left:-20px; margin-right:-20px; margin-bottom:20px; flex-wrap:wrap; }
.tokuten .button_wrap > * { width:50%; padding:0 20px 20px; box-sizing:border-box; }
.tokuten .button_wrap .tokuten_button { display:block; text-decoration:none; padding:10px 40px; border:4px solid #E8E0D4; border-radius:100px; }
.tokuten .button_wrap .tokuten_button .main { display:flex; flex-wrap:wrap; align-items:center; padding-left:70px; background:no-repeat center left / 50px auto; justify-content:center; min-height:50px; color:#997E56; font-size:1.2em; }
.tokuten .button_wrap .tokuten_button._pdf .main { background-image:url(../img/icon_pdf.png); }
.tokuten .button_wrap .tokuten_button._instagram .main { background-image:url(../img/icon_instagram.png); }
.tokuten .notice { margin-top:20px; }
.tokuten .notice ul { list-style:none; padding-left:0; margin:0; }
.tokuten .notice ul li { text-indent:-1em; padding-left:1em; }
@media (max-width:1040px) {
	.tokuten { padding-left:20px; padding-right:20px; }
}
@media (max-width:767px) {
	.tokuten .button_wrap { flex-wrap:wrap; }
	.tokuten .button_wrap > *:not(:last-child) { padding-bottom:20px; }
	.tokuten .button_wrap > * { width:100%; }
	.tokuten .button_wrap .tokuten_button { padding:10px 15px; }
	.tokuten .button_wrap .tokuten_button .main { font-size:1em; padding-left:50px; background-size:40px auto; }
}

.main_unit { margin-bottom:60px; }
@media (max-width:767px) {
	.main_unit { margin-bottom:40px; }
}

.img_btn_wrap { position:relative; }
.img_btn_wrap .img_btn { position:absolute; display:block; }
.img_btn_wrap .img_btn img { width:100%; height:auto; }
.img_btn_wrap .img_btn._1 { width:17.910%; top:91.1%; left:77.3%; }
@media (max-width:767px) {
	.img_btn_wrap .img_btn._1 { width:82%; top:93.5%; left:8.5%; }
}

.map { padding:60px 0; }
.map .hl_map { text-align:center; font-size:1.25em; margin-bottom:40px; position:relative; }
.map .hl_map::before { content:""; display:block; position:absolute; width:100%; height:1px; background:#000; top:50%; left:50%; transform:translate(-50%, -50%); z-index:1; }
.map .hl_map .main { display:inline-block; background:#fff; z-index:2; position:relative; padding:0 20px; margin:0; }
.map .map_wrap { margin-left:auto; margin-right:auto; }
.map .map_wrap .map_wrap_inner { max-width:1200px; margin-left:auto; margin-right:auto; display:flex; align-items:flex-start; justify-content:center; }
.map .map_wrap .map_wrap_inner .unit { padding:0 15px; }
@media (max-width:767px) {
	.map { padding:40px 0; }
	.map .map_wrap { max-width:100%; padding-left:20px; padding-right:20px; }
	.map .map_wrap .map_wrap_inner { flex-direction:column; }
	.map .map_wrap .map_wrap_inner .unit { width:100%; padding:0; }
	.map .map_wrap .map_wrap_inner .unit:not(:last-child) { padding-bottom:30px; }
}

.foot_access .foot_tax .indent { display:inline-block; text-indent:-1em; padding-left:1em; }
.txt_uriba { max-width:100%; }

#other { background:#f2f1ef; }
#other .pc { padding:2% 7%; }
