@charset "UTF-8";
/* =================================== */
/*	Basic Style 
/* =================================== */

body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
}


/* title
----------------------*/
h2,h3,h4,h5,h6{
	margin-bottom:20px;
	line-height: 1.6;
}

h2{font-size:26spx;}
h2.h2-s{font-size:22px !important;}
h3{font-size:22px;}
h4{font-size:18px;}

ul,dl{
	margin:0;
	padding:0;
}
.toppage h2 {
	position: relative;
}
.toppage h2::after {
	content: '';
	display: block;
	position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%,0);
    width: 1px;
    height: 40px;
	background: rgb(0,145,92); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,145,92,1) 0%, rgba(196,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,145,92,1) 0%,rgba(196,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,145,92,1) 0%,rgba(196,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00915c', endColorstr='#c40000',GradientType=0 ); /* IE6-9 */	
}
.area-page h2 {
    background-color: #edeae5;
}
.area-page h2 span,
.hdr-deco span {
	position: relative;
	padding: 20px 28%;
}
.area-page h2 span::before,
.area-page h2 span::after,
.hdr-deco span::before,
.hdr-deco span::after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
    width: 27%;
    height: 190%;
}
.area-page h2 span::before,
.hdr-deco span::before {
    left: 0;
	top: 15%;
    transform: translate(0, -50%);
	background-image: url(../images/snowflake_l.png);
	background-position: left center;
}
.area-page h2 span::after,
.hdr-deco span::after {
    right: 0;
	bottom: 0;
	background-image: url(../images/snowflake_r.png);
	background-position: right center;
}
.col-md-8.bg-dark.text-white {
	position: relative;
}
.col-md-8.bg-dark.text-white > div {
	position: relative;
	z-index:1;
}
.col-md-8.bg-dark.text-white::before,
.col-md-8.bg-dark.text-white::after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
    width: 20%;
    height: 50%;
	z-index: 0;
}
.col-md-8.bg-dark.text-white::before {
    left: 0;
	top: 60%;
    transform: translate(0, -50%);
	background-image: url(../images/snowflake_tp_l.png);
	background-position: left center;
}
.col-md-8.bg-dark.text-white::after {
    right: 10px;
    top: 10px;
	background-image: url(../images/snowflake_tp_r.png);
	background-position: right center;
}

h1:not(.mv-cap) span {
	position: relative;
	background-image: url(../images/ttl-left.svg), url(../images/ttl-right.svg);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: left center, right center;
	padding: 0 70px;
}
@media screen and (max-width:767px) {
	h1:not(.mv-cap) span {
		background-size: 30px;
		padding: 0 40px;
	}
	.col-md-8.bg-dark.text-white::after {
		top: -24%;
	}
	.col-md-8.bg-dark.text-white::before {
		bottom: -10%;
	}
}
.ff-josefin-sans,
.tit-nav-ft-03 {
	font-family: 'Josefin Sans', sans-serif;
}
.tit-nav-ft-03 {
	position: relative;
    overflow-x: hidden;
}
.tit-nav-ft-03::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 50%;
    height: 1px;
    background-color: #000;
    margin-left: 14px;
}


/* h1:not(.mv-cap)::before {
	position: absolute;
	content: '';

} */

/* text
----------------------*/

/* color */
.txt-black{color:#000 !important;}
.txt-white{color:#fff !important;}

/* size */
.txt-s{font-size:12px;}
.txt-l{font-size:22px;}

/* others */
.txt-cl{text-align:center;}
.txt-b{font-weight:bold;}
.txt-n{font-weight:normal;¥}


/* link 
----------------------*/
a{
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

a:focus, a:active, a:hover{
	outline: 0;
}

/* tel */
a[href^="tel:"] {
	cursor: default;
}


/* button
----------------------*/
/* fontawesome new */
/*.btn:before {
   	font-family: "Font Awesome 5 Free";
   	content: "\f007";
    margin-right: 7px;
}*/

/* fontawesome old */
.btn-charcoal:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f2dc';
    margin-right: 7px;
}

.btn-charcoal {
    border-radius: 4px;
}
.res-tags {
	margin-bottom: 10px;
}
.res-tags span {
	background-color: #cbc2b6;
	font-size: .8rem;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 5px;
}


/* btn-default */
.btn-default {
  color: #fff;
  background-color: #97866e;
  border-color: #97866e;
}
.btn-default:focus,
.btn-default:hover,
.btn-default:active {
  color: #97866e;
  background-color: #fff;
  border-color: #97866e;
}
.btn-charcoal {
    color: #fff;
    background-color: #343332;
    border-color: #898989;
}
.btn-charcoal:hover {
    color: #fff;
    background-color: #020202;
    border-color: #020202;
}


/* btn- */
.btn-info {
  color: #333;
  background-color: #fff;
  border-color: #333;
}
.btn-info:focus,
.btn-info:hover,
.btn-info:active {
  color: #333;
  background-color: #f5f5f5;
  border-color: #333;
}



/* table
----------------------*/
/* table-rwd */
.table-rwd dl{
	border-bottom:1px solid #eaeaea;
}

.table-rwd dl:nth-child(1){
	border-top:1px solid #eaeaea;
	padding-top:15px;
}

.table-rwd dl dt{
	width:25%;
	float:left;
	margin-bottom:15px;
}

.table-rwd dl dd{
	margin:0 0 0 25%;
	margin-bottom:15px;
}

/* row-eq-height
----------------------*/
/* row に付与 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


/* margin padding
----------------------*/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}


.pdnT0{padding-top:0 !important;}
.pdnB0{padding-bottom:0 !important;}


/* back to page top
----------------------*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 1em;
    z-index: 9999;
    margin-bottom: 0;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #888;
    padding: 3px 10px 7px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.c-reserve--open {
	z-index: 999 !important;
}

/* back to top page
----------------------*/
#page-top-02 {
    position: fixed;
    font-size: .9em;
    z-index: 98;
    margin-bottom: 0;
}
#page-top-02 a {
    background: #888;
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    display: block;
}
#page-top-02 a:hover {
    text-decoration: none;
    background: #999;
}
#page-top-02 i::before {
	font-size: .5em;
}
@media screen and (min-width: 768px) {
	#page-top-02 {
		top: calc(390 / 784 * 100%);
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	#page-top-02 {
		bottom: 20px;
		left: 0;
	}
}

/* section 
----------------------*/
.section-def{
	padding:70px 0;
}

/* background 
----------------------*/
.bg-gray{background: #f3f3f3;}






/*-------------------------------------

TOP

--------------------------------------*/

/* TOP common
----------------------*/
/* image */
ul.photo-outline li img,
dl.shop-info dt img{
	width: 100%;
}

/* title */
.tit-section{
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.tit-section h2{
	color: #152243;
	font-weight: bold;
	font-size: 44px;
	margin-bottom: 10px;
}

.tit-section h2 span{
	display: block;
	font-size: 16px;
}

.txt-section{
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
}

.tit-shop{
	color: #152243;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
}

/* shop info */
dl.shop-info{
	display: flex;
	flex-direction: row;
	width: 50%;
	margin: 0 auto 30px;
}

dl.shop-info dt{
	width: 30%;
	padding-right: 20px;
}

dl.shop-info dd{width: 70%;}
dl.shop-info dd p{	
	font-size: 26px;
	font-weight: bold;
}

.box-measures {
	padding: 20px;
    border: 1px solid #a8a8a8;
    border-radius: 6px;
	background-color: #f7f7f7;
}
.box-measures h4 span {
	padding: 10px;
    border-bottom: 1px solid #a8a8a8;
    display: inline-block;
}
.top-intro > div h3 {
	text-align: center;
}
.top-intro > div:nth-of-type(2n) h3 {
	padding: 1rem 0 1rem 3rem;
	padding-top: 1rem;
	background-image: url("../images/top/snowflake_h3_l.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0;
}
.top-intro > div:nth-of-type(2n-1) h3 {
	padding: 1rem 3rem 1rem 0;
	background-image: url("../images/top/snowflake_h3_r.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0;
}

/* TOP others
----------------------*/
/* header */
.main-visual{
	/* background: url("../images/top/mainvisual.jpg") top center no-repeat; */
	width: 100%;
	background-size: cover;
	padding: 50px 0 0;
	position: absolute;
    z-index: 1;
    top: 0;
}

.main-visual .logo{
	margin: 0 0 0 40px;
}

.main-visual h1{
	text-align: center;
	margin: 160px 0 110px;
}

.main-visual h1 img{width: 730px;}

.main-visual p{
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
    font-size: 20px;
    padding: 26px 0;
	margin-bottom: 0;
}

/* outline */
.section-outline{
	background: #f3f3f3;
}

.tit-01{
	color: #918767;
	font-weight: bold;
	text-align: center;
	font-size: 1.1rem;
	background-image: url(../images/hd_point_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 140px;
    padding-top: 30px;
}
.tit-01 span{
    color: #918767;
    font-weight: normal;
    display: block;
    background-image: url(../images/hd_point_left.png), url(../images/hd_point_right.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: contain;
    padding: 12px 30px;
}
.tit-01 i.num {
	font-style: italic;
	font-size: 1.5em;
	padding-right: .5em;
	display: inline-block;
}
.tit-01 i:not(.num) {
	font-style: normal;
}

ul.photo-outline{
	width: 50%;
	list-style: none;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.photo-outline li{width: 50%;}

.section-outline p{
	font-size: 16px;
	margin-bottom: 40px;
}
@media screen and (max-width:767px) {
	.tit-01{
		font-size: calc(.8em + .7vw);
	}
}

/* kiwami */
.section-kiwami{
	background: url("../images/top/bg_kiwami.jpg") top center no-repeat;
	width: 100%;
	background-size: cover;
	padding-bottom: 900px;
}

.tit-section{
	text-align: center;
	margin-bottom: 40px;
}

.tit-section h2{
	color: #152243;
	font-weight: bold;
	font-size: 44px;
	margin-bottom: 10px;
}

.tit-section h2 span{
	display: block;
	font-size: 16px;
}

.tit-kiwami p{
	font-size: 33px;
	font-weight: bold;
	color: #152243;
}
.section-kiwami .txt-section {
    -moz-text-shadow:  0px 0px 5px #f2f2fa, 0px 0px 5px #d9dceb, 0px 0px 5px #cdd3e3;
    -webkit-text-shadow:  0px 0px 5px #f2f2fa, 0px 0px 5px #d9dceb, 0px 0px 5px #cdd3e3;
    -ms-text-shadow:  0px 0px 5px #f2f2fa, 0px 0px 5px #d9dceb, 0px 0px 5px #cdd3e3;
    text-shadow: 0px 0px 5px #f2f2fa, 0px 0px 5px #d9dceb, 0px 0px 5px #cdd3e3;
}

/* reserve */
.section-reserve{
	background: url("../images/top/bg_reserve.jpg") top center no-repeat;
	width: 100%;
	background-size: cover;
}

.term{
	font-size: 16px;
	display: block;
}
.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.fs-08 {
	font-size: .8em;
}
.pldwn_list {
	position: relative;
	display: inline-block;
}
.pldwn_list > li > a {
	transition: .5s;
}
.pldwn_list > li:hover > a {
	background-color: #efefef;
    color: #444;
}
.pldwn_list li ul{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
}
.pldwn_list li ul li{
    display: block;
}
.pldwn_list li ul li a{
    background-color: #efefef;
    color: #444;
	padding: 10px;
    display: block;
	text-decoration: none;
	font-size: .8em;
}
.pldwn_list li ul li a:hover{
    background-color: #ddd;
}
.pldwn_list li ul{
    display: none;
	transition: .5s;
}
.pldwn_list li:hover ul{
    display: block;
}
/* .area-page .row + .row {
	position: relative;
}
.area-page .row + .row::after {
	content: '';
	display: block;
	background-image: url(../images/hd_point_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 200px;
	width: 200px;
	padding-bottom: 40px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%, 0);
} */

@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 767px) {
	p, dl dt, dl dd {
		font-size: .875rem;
	}

	/* common */
	.btn-vmg{font-size: 10px !important;}
	
	.tit-section h2{font-size: 28px;}
	dl.shop-info{width: 98%;}
	dl.shop-info dt{width: 40%;}
	dl.shop-info dd p,
	.tit-shop{font-size: 16px;}
	
	
	/* others */
	.main-visual{padding: 30px 0 0}
	.main-visual .logo{margin: 0 0 0 20px;}
	.main-visual .logo img{width: 130px;}
	.main-visual h1 img{width: 380px;}
	
	.main-visual p{
		font-size: 14px;
		padding: 40px 10px;	
	}
	
	ul.photo-outline{width: 88%;}
	
	.section-kiwami{
		background: url("../images/top/bg_kiwami.jpg") 50% 30% no-repeat;
		padding-bottom: 200px;
	}
	
	.tit-kiwami p{font-size: 28px;}
	
	.tit-01 span {
		display: block;
	}
	
}


/*-------------------------------------

Detail

--------------------------------------*/

/* Detail common
----------------------*/
/* title */
.tit-section-lined{
	text-align: center;
}
.tit-section-lined span{
	color: #152243;
    font-weight: bold;
    font-size: 44px;
	border-bottom: 1px solid #152243;
	padding-bottom: 7px;
}

.subtit{
	text-align: center;
	color: #6D6240;
    font-weight: bold;
    font-size: 36px;
}

/* restaurant */
.box-restaurant{
	background: center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 40px;
	height: 590px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
}

.bg-res-viz-01{background-image: url("../images/detail/viz_01.jpg");}
.bg-res-viz-02{background-image: url("../images/detail/viz_02.jpg");}
.bg-res-fun-01{background-image: url("../images/detail/fun_01.jpg");}
.bg-res-fun-02{background-image: url("../images/detail/fun_02.jpg");}
.bg-res-akg-01{background-image: url("../images/detail/akg_01.jpg");}
.bg-res-akg-02{background-image: url("../images/detail/akg_02.jpg");}
.bg-res-g6-01{background-image: url("../images/detail/g6_01.jpg");}
.bg-res-g6-02{background-image: url("../images/detail/g6_02.jpg");}
.bg-res-g6-03{background-image: url("../images/detail/g6_03.jpg");}

.box-restaurant p{
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-size: 20px;
	margin-bottom: 40px;
}

/* propose */
.section-propose{background: #F3F1EB;}

.photo-propose{
	text-align: center;
	margin-bottom: 30px;
}

.photo-propose img{width: 80%;}

ul.list-propose-plan li,
ul.list-lunch li{
	list-style: none;
	margin: 0 0 30px;
}

ul.list-propose-plan li a{
	display: block;
	text-align: center;
	color: #fff;
	background: center center no-repeat;
	background-size: cover;
	padding: 200px 0px 0px;
	font-size: 20px;
}

ul.list-lunch li a{
	display: block;
	text-align: center;
	color: #fff;
	background: center center no-repeat;
	background-size: cover;
	padding: 400px 0px 0px;
	font-size: 20px;
}

ul.list-propose-plan li a span,
ul.list-lunch li a span{
	display: inline-block;
	background-color: rgba(0,0,0,0.6);
	padding: 10px;
	width: 100%;
}

ul.list-propose-plan li:nth-child(1) a{background-image: url("../images/detail/plan_viz.jpg");}
ul.list-propose-plan li:nth-child(2) a{background-image: url("../images/detail/plan_ksg.jpg");}
ul.list-propose-plan li:nth-child(3) a{background-image: url("../images/detail/plan_fun.jpg");}
ul.list-propose-plan li:nth-child(4) a{background-image: url("../images/detail/plan_akg.jpg");}
ul.list-propose-plan li:nth-child(5) a{background-image: url("../images/detail/plan_g6.jpg");}

ul.list-lunch li:nth-child(1) a{background-image: url("../images/detail/lunch_viz.jpg");}
ul.list-lunch li:nth-child(2) a{background-image: url("../images/detail/lunch_fun.jpg");}
ul.list-lunch li:nth-child(3) a{background-image: url("../images/detail/lunch_akg.jpg");}


/* private room */
ul.list-room li{
	list-style: none;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

ul.list-room li a{
	display: block;
	background: 50% 60% no-repeat;
	background-size: cover;
	height: 610px;
	position: relative;
	color: #6D6240;
	box-shadow: 2px 2px 4px #E0DBCB;
}

ul.list-room li a:hover{
	text-decoration: none;
}

ul.list-room li a h3{
	margin-bottom: 10px;
	line-height: 1;
}

ul.list-room li:nth-child(1) a{background-image: url("../images/detail/room_viz.jpg");}
ul.list-room li:nth-child(2) a{background-image: url("../images/detail/room_ksg.jpg");}
ul.list-room li:nth-child(3) a{background-image: url("../images/detail/room_fun.jpg");}
ul.list-room li:nth-child(4) a{background-image: url("../images/detail/room_akg.jpg");}

.tit-room{
	position: absolute;
	bottom: 0;
	background: #F3F1EB;
	width: 100%;
	padding: 10px 10px;
}

/* lunch */
.section-lunch{background: #fafafa;}


ul.res-list li h5{
    margin: 0;
    text-align: center;
}

ul.res-list li h6{
    margin: 20px 0 0;
    text-align: center;
}


@media only screen and (max-width: 767px) {
	
	/* common */
	.tit-section-lined span{font-size: 28px;}
	.subtit{font-size: 22px;}
	
	/* restaurant */
	.box-restaurant{
		margin-bottom: 20px;
		height: 470px;
	}
	
	.box-restaurant p{
		font-size: 16px;
		margin-bottom: 20px;
		text-align: left;
	}
	
	/* propose */
	ul.list-propose-plan li,
	ul.list-lunch li{
		margin-bottom: 20px;
	}
	
	ul.list-propose-plan li a{
		padding: 100px 0px 0px;
		font-size: 14px;	
	}
	
	ul.list-lunch li a{
		padding: 150px 0px 0px;
		font-size: 14px;	
	}
	
	/* private room */
	ul.list-room li a{
		background: 50% 0% no-repeat;
		background-size: 100%;
		height: 310px;
	}
	
	
}


/*============================================================
	small desktop 
==============================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
	
	
	
}


/*============================================================
	under tablet
==============================================================*/
@media only screen and (max-width: 991px) {
		.top-intro__date {
			font-size: 18px;
		}


}


/*============================================================
	tablet
==============================================================*/

@media (min-width: 768px) and (max-width: 991px) {
	
	
	
	
}


/*============================================================
	mobile
==============================================================*/
@media only screen and (max-width: 767px) {
	
	/* title */
	h2{font-size:22px;}
	h2.h2-s{font-size:18px !important;}
	h3{font-size:18px;}
	h4{font-size:16px;}
	
	/* text */
	.txt-cl{text-align:left;}
	
	/* link tel */
	a[href^="tel:"]{
		cursor:pointer;
	}
	
	/* table */
  	.table-rwd dl dt{
		width:100%;
		float:none;
		margin-bottom:10px;
		font-weight:bold;
	}
	
	.table-rwd dl dd{
		margin:0;
		margin-bottom:20px;
		font-size:12px;
	}
	
    .c-reserve__button{
        top: 26px !important;
        bottom: auto !important;
    }
	
}


/* VMG Gadget */
/* common.css */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
	outline: none;
}
button,
select {
    text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
button {
    border: none;
    padding: 0;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
/* style.css */
.tit-nav-reserve {
    text-align: center;
    font-size: 11px;
    margin-bottom: 20px;
}
.c-reserve__button>span,
.c-form__submit,
.c-form {
	font-size: 1em !important;
}
.c-form__select,
.c-form__label {
	font-size: .8em !important;
}
.c-form__leftCol {
	line-height: 1;
}

.main-visual__title h1 {
	color: #fff;
	
}
.main-visual__title-sub {
	font-size: 16px;
}
@media (max-width:768px) {
.main-visual__title-sub {
	font-size: 15px;
}	
}
.top-intro__bottom {
	position: relative;
	z-index: 0;
}
.top-intro__bottom-plan-title {
	font-size: 24px;
}
.top-intro__date {
	display: inline-block;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background-color: #343332;
	letter-spacing: .03em;
	line-height: 2;
}
@media (max-width:768px) {
.top-intro__date {
	font-size: 20px;
}	
}
.top-intro__note {
	max-width: 700px;
	margin-inline: auto;
}
