@charset "UTF-8";
/*--------style--------*/
.st1 {
	color: #232221;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4f4b4b;
}
body#detail #pagefoot,
body#detail #copy {
	background-color: #f9f9f9;
}
.bone {
	max-width: 1200px;
	margin:0 auto;
}
.base_wh {
	background-color: #fff;
	padding:100px 0;
}
.base_gr {
	padding:60px 0;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.c2 .box {
	width: 48%;
}
.flex figure img {
	width: 100%;
	height: auto;
}
.s_head {
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #4f4b4b;
}
.s_head h3 {
	font-size: 28px;
}
.s_head h4.en {
	font-size: 19px;
}
.box_type1 .inr {
    width: 90%;
    margin: 40px auto 0;
}
.box_type1 .content {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0;
    text-align: center;
}
.box_type1 .content p {
	line-height: 2em;
}
.box_type2 .inr {
    width: 100%;
    max-width: 95%;
    margin: 20px;
}
.box_type2 .s_head {
	text-align: left;
	padding-left: 1em;
	padding-bottom: 12px;
}
.box_type2 .content {
	padding:1em 2em;
	text-align: left;
}
.box_type2 .content p {
	line-height: 2em;
}
.single {
	max-width: 744px;
	margin:0 auto;
}
.single figure img {
	width: 100%;
	height: auto;
}
/*--------swiper--------*/

#base_swiper {
    display: flex;
    justify-content: space-between;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    background-color:#000;
}
#thumbs .swiper-container {
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 540px;
    width: 80%;
}
.gallery-thumbs {
    width: 20%;
    height: 540px;
    box-sizing: border-box;
}

#base_swiper .gallery-thumbs .swiper-slide {
    opacity: 0.6;
}

#base_swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#base_swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

/*--------common--------*/
#d_screen {
	height: 0;
	padding-top: 43.2%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
	box-sizing:border-box;
	position:relative;
	margin-bottom: 40px;
}
#d_screen .inr {
	width:100%;
	position:absolute;
	top:50%;
	left: 0;
	text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#d_screen h1 {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align: center;
	color: #fff;
	font-size: 80px;
	line-height:1;
	letter-spacing: 1.2px;
}
#d_screen h2.en{
	font-size:50px;
	color:#fff;
	letter-spacing: 1.2px;
}
.timg_restaurant {background-image:url(../img/timg_restaurant.jpg)}
.timg_restaurant0 {background-image:url(../img/timg_restaurant0.jpg)}
.timg_plan {background-image:url(../img/timg_plan.jpg)}
.timg_stay {background-image:url(../img/timg_stay.jpg)}
.timg_access {background-image:url(../img/timg_access.jpg)}
.timg_facilities {background-image:url(../img/timg_facilities.jpg)}
.timg_company {background-image:url(../img/timg_company.jpg)}
.timg_policy {background-image:url(../img/timg_policy.jpg)}


.leading {
	max-width: 1100px;
	margin:0 auto;
	text-align: center;
}
.leading h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 28px;
}
.leading .inr {
	max-width: 600px;
	margin:0 auto;
	padding-bottom: 58px;
}
/*--------detail--------*/

.box.col-2 .inr  {
	display: flex;
}
.box.col-2 .inr figure {
	width: 54%;
}
.box.col-2 .inr figure img{
	vertical-align: top;
	width: 100%;
	height: auto;
}
.box.col-2 .inr .box_c {
	width: 46%;
	padding: 30px 45px 0 45px;
	box-sizing: border-box;
	line-height: 2;
}
/*--------company--------*/
.tb_company tr:nth-child(2n-1){
	background-color: #f9f9f9;
}
.tb_company,
.tb_company th,
.tb_company td {
	border-bottom:0 none !important;
}
/*--------privacy policy--------*/
.pg_policy #main .box {
	margin-bottom: 40px;
	max-width: 900px;
}
.pg_policy #main .box h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.pg_policy #main .box p,
.pg_policy #main .box li {
	font-size: 14px;
}
.pg_policy #main .box ul {
	padding:15px 50px 0;
}
.pg_policy #main .box li {
	position: relative;
}
.pg_policy #main .box li::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: -14px;
	top: 6px;
	background-color: #3b608d;
	border-radius: 50%;
}
#access_map {

}
#access_map figure img {
	width: 100%;
	height: auto;
}
#access_map figcaption {
	text-align: right;
	font-size: 16px;
	margin-top: 10px;
	padding-right: 15px;
}
#base_access_info h3 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
#base_access_info p {
	font-size: 14px;
}
#base_access_info li {
	font-size: 14px;
}
#base_access_info .postal_code {
	display: inline-block;
	margin-right: 15px;
}
#base_access_info section {
	margin-bottom: 30px;
}
#base_access_info ul {
	max-width: 700px;
	padding-left: 30px;
	box-sizing: border-box;
}
#ac_around ul {

/*
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
*/
} 
#ac_around li,
#ac_popular li {
	display: inline-block;
	float:left;
	margin-right: 30px;
}
#ac_around::after,
#ac_popular::after {
	content: '';
	display: block;
	clear: both;
}
/*--------res/index--------*/
#d_screen.timg_plan {
	margin-bottom: 0;
}
.base.wh {
	background-color: #fff;
}
.ctl_sort {
	text-align: center;
	padding:45px 0;
}
.ctl_sort dt {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}
.ctl_sort dd {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	margin-right: 20px;
}
.ctl_sort dd:last-child {
	margin-right: 0;
}
.ctl_sort dd:hover {
	text-decoration: underline;
}
#base_plan .box {
	background-color: #fff;
	padding-bottom: 95px;
}
#base_plan .box header {
	padding:25px 0;
	background-color: #f9f9f9;
}
#base_plan .box header h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #147482;
	display: inline-block;
}
#base_plan .box header .pr {
	display: inline-block;
}
#base_plan .box header .pr li {
	background-color: #3b608d;
	color: #fff;
	display: inline-block;
	padding:8px 10px;
	font-size: 15px; 
	margin-right: 6px;
	line-height: 15px;
}
#base_plan .pictures {
	border-bottom: 1px solid #939393;
	text-align: center;
	padding: 30px 0;
}
#base_plan .pictures li {
	width: 150px;
	height: 112px;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}
#base_plan .pictures li:last-child {
	margin-right: 0;
}
#base_plan .pictures li img{
	height: 100%;
	width: auto%;
}
.fancybox-button--thumbs,
.fancybox-button--zoom {
	display: none !important;
}

#base_plan .box > .inr {
	max-width: 1200px;
	margin: 0 auto;
	padding:20px 50px;
}
#base_plan .box > .inr > p {
	margin-bottom: 2.4em;
}
.item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item figure {
	width: 275px;
}
.item figure img {
	width: 100%;
	height: auto;
}
.item .content {
	width: calc(100% - 305px);
}
.item h3 {
	color:#232221;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4f4b4b;
}
.item .inr {
	padding:25px 110px 0 45px;
}
.item dl {
	font-size: 14px;
}
.item .i_room {
	margin-left: 95px;
	position: relative;
}
.item .i_room dt {
	width: 89px;
	position: absolute;
	left: -95px;
	text-align: right;
}
.item .i_room dt span {
	background-color: #ff5a00;
	display: inline-block;
	padding:4px 8px 7px;
	color: #fff;
}
.item .i_point {
	margin-bottom: 8px;
	padding-left: 50px;
	position: relative;
}
.item .i_point dt {
	background-color: #0b5871;
	color: #fff;
	padding:4px 8px 7px;
	display: inline-block;
	line-height: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
.item .i_point dd {
	display: inline;
}
.item .i_point.food,
.item .i_point.people {
	display: inline-block;
}
.item .i_point.food {
	margin-right: 20px;
}
.item .base_btn {
	margin-top: 45px;
}
.item .btn_area h4 {
	font-size: 14px;
}
.item .btn_area  p {
	font-size: 14px;
	padding-left: 1em;
}
.item .btn_area {
	border-bottom: 1px solid #4f4b4b;
	position: relative;
	min-height: 50px;
	padding-right: 250px;
	margin-bottom: 15px;
}
.item .btn_area:last-child {
	border-bottom: 0 none;
}
.item .btn_area .btn {
	display: inline-block;
	background-color: #cd005c;
	color: #fff;
	padding:10px 20px;
	font-size: 16px;
	text-decoration: none;
	position: absolute;
	right: 65px;
	top: 0;
}
body.pg_slim #main{
	padding-top: 100px;
}
body.pg_slim h1 {
	font-size: 36px;
	margin-bottom: 1em;
}

body.no_menu #mainmenu,
body.no_menu #open_menu
{
	display: none;
}


/*calendar*/
#base_calendar {
	max-width: 640px;
}

.box_month,
.box_month.off {
	display: none;
    transition: all 2.6s;
}

.box_month.on {
	display: block;
    transition: all 2.6s;
}


#base_calendar .ctl {
	position: relative;
}
#base_calendar .ctl .btn {
	background-color: #cd005c;
	color: #fff;
	padding:5px 10px;
	display: inline-block;
	position: absolute;
	bottom:5px;
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
}
#base_calendar .ctl .btn_prev {
	left: 0;
}
#base_calendar .ctl .btn_next {
	right: 0;
}
#base_calendar h4 {
	text-align: center;
	font-size: 28px;
}
#base_calendar h4 .year_n {
	font-size: 14px;
	line-height: 14px;
}
#base_calendar ul {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#base_calendar header {
	background-color: #03242c;
}
#base_calendar header ul {
	/*border-top: 1px solid #fff;*/
}
#base_calendar header li {
	font-weight: bold;
	font-size: 14px;
	padding:4px 0;
	color: #fff;
	border-right: 1px solid #0f5363;
}
#base_calendar li{

	width : calc(100% / 7);
	display: block;
	float: left: 0;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	box-sizing: border-box;
}
#base_calendar .c_inr li{
	padding:5px 0 5px;
	background-color: #fff;
}
#base_calendar .c_inr li.sat {
	background-color: #ebf3ff;
}
#base_calendar .c_inr li.sun,
#base_calendar .c_inr li.hol {
	background-color: #ffebeb;
}
#base_calendar .c_inr li span {
	display: block;
}
#base_calendar .cs_date {
	font-size: 16px;
}
#base_calendar .cs_remain {
	font-size: 16px;
	height: 20px;
	margin-bottom: 4px;
}
#base_calendar .av .cs_remain  {
	color: #3b608d;
	text-decoration: underline;
	font-weight: bold;
}
#base_calendar .cs_price {
	color: #7b7676;
	font-size: 10px;
	line-height: 12px;
}
#base_calendar .cs_price b {
	font-size: 12px;
	display: inline-block;
	margin-right: 1px;
	line-height: 12px;
}
#base_calendar .c_inr li:hover {
}
#base_calendar .c_inr li.av:hover{
	background-color: #9bbec7;
	cursor: pointer;
}
#base_calendar .c_inr li.uav .cs_remain{
	position: relative;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
}
#base_calendar .c_inr li.uav .cs_remain::before,
#base_calendar .c_inr li.uav .cs_remain:after {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 77%;
	left: 15%;
	width: 70%;
	height: 6%;
	content: "";
	background-color: #333;
}
#base_calendar .c_inr li.uav .cs_remain::before {
	transform: rotate(315deg);
}

#base_calendar .c_inr li.uav .cs_remain::after {
	transform: rotate(-315deg);
}

.btn_close {
	position: relative;
	width: 36px;
	height: 36px;
	background-color: #03242c;
	border-radius: 50%;
	cursor: pointer;
}
.btn_close::before,
.btn_close::after {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 45%;
	left: 16%;
	width: 70%;
	height: 8%;
	content: "";
	background-color: #fff;
}
.btn_close::before {
	transform: rotate(315deg);
}

.btn_close::after {
	transform: rotate(-315deg);
}



/*--------modal--------*/
.base_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index:902;
}
.modal_bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
    background: #fff;
    left: 50%;
    padding: 25px 45px;
    position: absolute;
    top: 50%;
    top:110px;
    /*transform: translate(-50%,-50%);*/
    transform:translateX(-50%);
    width: 96%;
	max-width:900px;
	box-sizing:border-box;
    z-index:500;
    background-color: #f0f0f0;
    overflow-y: scroll;
    max-height: 550px;
}
.ax_modal_close {
	text-decoration:none;
}
.ax_modal_close.btn_close {
	position:absolute;
	right:15px;
	top:15px;
	/*background-color:#4d80cc;*/
	/*padding:6px 4px 0 0;*/
}
.modal_head h4{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.tb1 {
	width: 100%;
}
.tb1,
.tb1 th,
.tb1 td {
	border-bottom:1px solid #d1d1d1;
}
.tb1 th,
.tb1 td{
	font-size:14px;
	padding:10px;
}
.ax_modal .btn_area {
	text-align: center;
	padding-top: 20px;
}
.btn1 {
	background-color: #0f5363;
	color: #fff;
	display: inline-block;
	padding:8px 24px;
	font-size: 24px;
	text-decoration: none;
}

body.pg_slim #main {
    min-height:1000px;
}
/*--------base_plan_confirm--------*/

#base_plan_confirm .tb1 {
	margin-top: 65px;
}
.total_area {
	font-size: 2.4rem;
	background-color: #f0f0f0;
	padding:10px 15px 15px;
}
.total_area dl {
	max-width: 400px;
}
.total_area dt  {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}
.total_area dd  {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: center;

}
.total_area .notice {
	display: block;
	font-size: 1.4rem;
	text-align: center;
}
#base_plan_confirm .btn_area {
	padding-top: 25px;
	text-align: center;
	position: relative;
}
.btn_area .btn_back {
	position: absolute;
	left: 0;
}
/*--------base_customer--------*/

#base_customer {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}
#customer_reservation {
	width: 450px;
	position: relative;
}
#customer_reservation .inr {
	background-color: #fff;
	padding:25px;
	position: absolute;
	top:0;
	right: 0;
}
#customer_reservation th {
	width: 100px;
}
#customer_input {
	width:calc(100% - 475px);
}
#customer_input .btn_area {
	text-align: center;
	padding-top: 25px;
}



.detail_form th {
	width: 160px;
}
.md_co {
	max-width: 200px;
}
.md_rm {
	max-width: 80px;
	margin-right: 5px;
}
.md_pp {
	max-width: 80px;
	margin-right: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"] {
    padding: .6em 1em;
    font-size: 16px;
    font-family: 'Noto Sans JP',sans-serif;
    color: #000;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-sizing: border-box;
}
input::placeholder {
  color: #dddddd;
}
input.on {
	border:2px solid #155895;
	box-sizing: border-box;
}
input[type="submit"] {
	font-family: 'Noto Sans JP',sans-serif;
	border:0 none;

}
/* IE */
input:-ms-input-placeholder {
  color: #dddddd;
}

/* Edge */
input::-ms-input-placeholder {
  color: #dddddd;
}
textarea {
	height: 200px;
}
select {
	/*border:4px solid #a3c7dc;*/
	height: 46px;
}
.form_1clm {
	    max-width: 640px;
}
.i_s {
	max-width: 200px;
}
.i_m {
	max-width: 280px;
}
.form_2clm {
	max-width: 640px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_2clm li{
	width: 48%;
	box-sizing: border-box;
}
.input_form li label {
	display: block;
	position: relative;
	padding:35px 0 0;
}
/*
.input_form li label .text {
	position: absolute;
	left: 15px;
	top:45px;
	font-size:16px;
	color:#999;
    transition: all 0.6s;
}
*/
.input_form li label .text {
/*	position: absolute;
	font-weight: bold;
	left: 0;
	top:10px;*/
	font-size:16px;
	color:#444444;
    transition: all 0.6s;
}
.input_form li label .example {
	font-size:13px;
	color: #a8a8a8;
}
#base_mailauth {
	text-align: center;
	margin:0 auto;
}
#base_mailauth input[type="email"] {
	max-width: 500px;
}
#base_mailauth .btn_area {
	text-align: center;
	padding-top: 25px;
	position: relative;
}
#base_mailauth .box {
	position: relative;
	max-width: 500px;
	margin:0 auto;
	padding:57px 0 0;
}
.err_msg {
	font-size: 11px;
	color: #fff;
	display: inline-block;
	text-align: left;
	background-color: #2f201b;
	position: absolute;
	top: 24px;
	right: 2px;
}
.err_msg b {
	display: block;
	position: relative;
	padding: 4px 18px 8px;
	position: relative;
}
.err_msg b::after {

    content: "";
    height:0;
    width:0;
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #2f201b;
    position: absolute;
    bottom: -10px;
    left:50%;
    margin-left:-5px;
}

.err_msg.off {
	display: none;
}
#customer_form h2 {
	font-size: 24px;
	border-bottom: 1px solid #d1d1d1;
}
#base_payment,
#base_info {
	background-color: #fff;
	padding: 25px;
}
#base_payment li {
	font-size: 18px;
}
#base_payment ul {
	padding: 25px;
}
#base_payment li label {
    padding: 0 0 10px;
}
#base_payment li input {
	margin-right: 10px;
}



#customer_form p.tx_email {
	font-size: 24px;
}

#confirm_reservation #customer_input .inr {
	background-color: #fff;
	padding: 25px;
}
#confirm_reservation #customer_input th {
	width: 120px;
}
#confirm_reservation #customer_input .btn_area {
	position: relative;
}
.btn_back {
	font-size: 18px;
	background-color: #f0f0f0;
	padding: 8px 20px 8px 30px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #484848;
}
.btn_back::before {
	display:inline-block;
	content:'';
	width:6px;
	height:6px;
	border-top:1px solid #484848;
	border-left:1px solid #484848;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-3px;
	margin-left:-3px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.btn_back input[type="submit"] {
	font-size: 18px;
	font-family: 'Noto Sans JP',sans-serif !important;
}
#box_anti {
	display: none;
}
