@charset "utf-8";
/* common.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.plan_list:before,
.image_area:before,
.row:before,
.doc_set:before,
.inner_L:before,
.inner:before,
.cf:before,
.plan_list:after,
.image_area:after,
.row:after,
.doc_set:after,
.inner_L:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.plan_list:after,
.image_area:after,
.row:after,
.doc_set:after,
.inner_L:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #000000;
	font-family: "Malgun Gothic", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, SimHei, SimSun, Arial UnicodeMS, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	background-image: url(../images/bg_01.jpg);
}

/* テキスト */
p {
	margin-bottom: 12px;
}
.text_CL_red {
	color: #E80000;
}
.list_nomal {
	margin-left: 1.2em;
	list-style-type: disc;
}
.list_deci {
	margin-left: 1.2em;
	list-style-type: decimal;
}



/* ボックス */
.doc_set {
	padding-top: 100px;
}

.inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner_L {
	min-width: 1100px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_al_left {
	float: left;
}
.box_al_right {
	float: right;
}
.extra_box {
	background-color: #ECECF4;
	border: 1px solid #8881B6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.extra_box p:last-child {
	margin-bottom: 0px;
}


/* リンク */

a:link,
a:visited {
	color: #2495C6;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
	color: #6BBFE3;
}

.link_blank {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/link_blank.png);
	background-position: right 0%;
	margin-right: 5px;
}

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

/* その他 */
.over {
}
.pc_none {
	display: none;
}
.sp_none {
	display: inherit;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	background-color: #FFFFFF;
}
.container {
	min-width: 1100px;
}
#gNav a:hover {
  color: #999;
}
nav li a {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}
nav .sub-menu,
.mean-container .mean-nav ul ul {
	background-color: #000000;
}

.h_logo {
	margin-left: 10px;
	float: left;
	margin-top: 5px;
}

.h_logo a {
	display: block;
	width: 165px;
	height: 40px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-size: 165px 40px;
	text-indent: -9999px;
}
#h_top {
	display: flex;
	justify-content: space-between;
	/* [disabled]align-items: center; */
}
#gNav ul {
    position: relative;
    display: flex;
}
#gNav li {
	position: relative;
}
#gNav li:last-child {
    margin-right: 0;
}
#gNav li i {
    font-size: 14px;
    margin-left: 5px;
}
#gNav li a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #000000;
}

/* 下層メニュー */
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: rgba(0,0,0,0.93);
}
#gNav .sub-menu a {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	display: block;
	border-bottom: none;
	line-height: 1.2em;
	/* [disabled]background-color: #000000; */
}
#gNav .sub-menu a:hover:after {
    content: none;
}
#gNav .sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #494949;
}
#gNav .sub-menu li:last-child {
    border-bottom: none;
}
#gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

#gNav li:hover ul.sub-menu {
    top: 50px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
#gNav li ul li:after {
    content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #FFFFFF;
}
#gNav .sub-menu li a:hover {
	background-color: #363636;
}
#gNav .contact_btn a:hover {
    color: #fff;
}

/* SNS */

#gNav li#icon_fb i,
#gNav li#icon_insta i {
	font-size: 20px;
}
#gNav li#icon_fb span,
#gNav li#icon_insta span {
	display: none;
}

nav li#icon_fb a {
	padding-right: 10px;
}
nav li#icon_insta a {
	padding-left: 10px;
}


/* 予約ボタンなど */
#contact_area {
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	top: 50px;
	width: 100%;
}
#contact_area li {
	float: right;
	margin-left: 20px;
}
#contact_area a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}

#bt_reserve a {
	background-color: #BEB48D;
	width: 200px;
	background-image: url(../images/menu_contact_bt_resarve.png), -webkit-linear-gradient(270deg,rgba(198,189,155,1.00) 0%,rgba(171,158,108,1.00) 100%);
	background-image: url(../images/menu_contact_bt_resarve.png), -moz-linear-gradient(270deg,rgba(198,189,155,1.00) 0%,rgba(171,158,108,1.00) 100%);
	background-image: url(../images/menu_contact_bt_resarve.png), -o-linear-gradient(270deg,rgba(198,189,155,1.00) 0%,rgba(171,158,108,1.00) 100%);
	background-image: url(../images/menu_contact_bt_resarve.png), linear-gradient(180deg,rgba(198,189,155,1.00) 0%,rgba(171,158,108,1.00) 100%);
	background-repeat: no-repeat;
	background-position: center center;
}
#bt_reserve a:hover {
	background-image: url(../images/menu_contact_bt_reserve_02.png), -webkit-linear-gradient(270deg,rgba(168,155,103,1.00) 0%,rgba(129,118,73,1.00) 100%);
	background-image: url(../images/menu_contact_bt_reserve_02.png), -moz-linear-gradient(270deg,rgba(168,155,103,1.00) 0%,rgba(129,118,73,1.00) 100%);
	background-image: url(../images/menu_contact_bt_reserve_02.png), -o-linear-gradient(270deg,rgba(168,155,103,1.00) 0%,rgba(129,118,73,1.00) 100%);
	background-image: url(../images/menu_contact_bt_reserve_02.png), linear-gradient(180deg,rgba(168,155,103,1.00) 0%,rgba(129,118,73,1.00) 100%);
}


#bt_tel a {
	width: 310px;
	background-image: url(../images/menu_contact_bt_tel.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#bt_mail a {
	width: 106px;
	background-image: url(../images/menu_contact_bt_mail.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 特典スライドテキスト */
#slide_text {
	position: absolute;
	top: 50px;
	left: 10px;
	padding-left: 135px;
	background-image: url(../images/header_slidetext_tt.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 128px 21px;
	border-right: 1px solid #4C4C4C;
}
#tokuten_slide {
	color: #E3E3E3;
	height: 33px;
	width: 300px;
	font-size: 13px;
	margin-top: 7px;
}
.tokuten_present {
	color: #BEB48D;
	font-weight: bold;
}

/* 言語選択 */
#language {
	position: absolute;
	left: -5px;
	top: 48px;
}

#language ul {
	font-size: 0px;
}
#language li {
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
#language li img {
	height: 12px;
	width: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツエリア    　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	padding-top: 51px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 予約エリア          　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reserve_area {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(55,55,55,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(55,55,55,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(55,55,55,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(55,55,55,1.00) 100%);
}

/* 予約ボタン */
.rsv_bt_box {
	float: left;
	width: 800px;
}
.rsv_bt_box li {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}
.rsv_bt_box a {
	display: block;
	height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.60);
}

.bt_plan a {
	width: 240px;
	border: 2px solid #A8854A;
	background-image: -webkit-linear-gradient(270deg,rgba(178,157,122,1.00) 0%,rgba(118,94,52,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(178,157,122,1.00) 0%,rgba(118,94,52,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(178,157,122,1.00) 0%,rgba(118,94,52,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(178,157,122,1.00) 0%,rgba(118,94,52,1.00) 100%);


}
.bt_calendar a {
	width: 180px;
	border: 2px solid #999999;
	background-image: -webkit-linear-gradient(270deg,rgba(187,187,187,1.00) 0%,rgba(85,85,85,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(187,187,187,1.00) 0%,rgba(85,85,85,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(187,187,187,1.00) 0%,rgba(85,85,85,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(187,187,187,1.00) 0%,rgba(85,85,85,1.00) 100%);

}
.bt_shoukai a {
	width: 180px;
	border: 2px solid #8C85B8;
	background-image: -webkit-linear-gradient(270deg,rgba(140,133,184,1.00) 0%,rgba(86,78,133,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(140,133,184,1.00) 0%,rgba(86,78,133,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(140,133,184,1.00) 0%,rgba(86,78,133,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(140,133,184,1.00) 0%,rgba(86,78,133,1.00) 100%);

}

/* 電話 */
.rsv_tel {
	float: right;
	width: 273px;
}
.rsv_tel img {
	height: 50px;
	width: 273px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 公式サイト限定特典  　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tokuten {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
	min-width: 1100px;
	max-width: 1400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}
#tokuten_box {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top: 1px solid #000000;
	background-position: 93% center;
	background-image: url(../images/tokuten_bg_01.png);
}
#tokuten_box p {
	margin-bottom: 0px;
}
#tokuten_box li {
	display: inline-block;
}
#tk_img_01 img {
	width: 374px;
	height: auto;

}
#tk_img_02 img {
	width: 210px;
	height: auto;

}
#tk_img_03 img {
	width: 414px;
	height: auto;

}
#tokuten_taishou {
	font-size: 13px;
	text-align: center;
}
#tokuten_sub {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナー      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#banner_area {
	margin-bottom: 40px;
}
#banner_area ul {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#banner_area li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
#banner_area li:nth-child(1) {
	padding-right: 10px;
}
#banner_area li:nth-child(2),
#banner_area li:nth-child(3) {
	padding-right: 5px;
	padding-left: 5px;
}
#banner_area li:nth-child(4) {
	padding-left: 10px;
}

#banner_area li img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000000;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* trip ai     　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trip_ai {
	text-align: center;
	margin-bottom: 30px;
}






/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-bottom: 30px;
	background-color: #000000;
	color: #BEB48D;
	padding-top: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(38,38,38,1.00) 0%,rgba(0,0,0,1.00) 100%);
}



/* ロゴ・電話 */
#footer_top {
	margin-bottom: 50px;
}

#footer_top .box_al_left {
	width: 510px;
	text-align: right;
}
#footer_top .box_al_right {
	width: 510px;
}
#footer_top .box_al_left img,
#footer_top .box_al_right img {
	width: auto;
	height: 94px;
}

/* リンク */
#footer_link {
	padding-top: 21px;
	padding-bottom: 15px;
	border-top: 1px solid #BEB48D;
	border-bottom: 1px solid #BEB48D;
	margin-bottom: 25px;
}
#footer_link a {
	text-decoration: none;
	color: #BEB48D;
}
#footer_link a:hover {
	text-decoration: underline;
}

#footer_link ul {
	font-size: 0px;
	text-align: center;
}
#footer_link li {
	font-size: 13px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

/* SNS */
ul#f_list_sns {
	text-align: center;
	margin-bottom: 30px;
	font-size: 0px;
}
#f_list_sns li {
	font-size: 30px;
	display: inline-block;
	padding-left: 30px;
}
#f_list_sns a {
	color: #BEB48D;
}
#f_list_sns a:hover {
	color: #A99C69;
}

/* 求人情報 */
#f_recruit {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background-color: #FFFFFF;
}
#f_recruit img {
	width: 100%;
	height: auto;
}


/* テキスト */
ul#f_list_about {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.8em;
}
#f_list_about li {
	margin-right: 10px;
	display: inline-block;
	margin-left: 10px;
}

/* コピーライト */
#copy {
	text-align: center;
	font-size: 10px;
}
#copy span {
	margin-left: 5px;
}

#copy a {
	color: #BEB48D;
	text-decoration: none;
}
#copy a:hover {
	text-decoration: underline;
	color: #A79A65;
}

#copy span::before {
	content: "//";
	margin-right: 5px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 99;
}
#page_top img {
	width: 50px;
	height: auto;

}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フェードイン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fadein {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 500ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コロナ対策リンク    　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fix_info {
	width: 220px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#fix_info a {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid #C3C3C3;
	/* [disabled]border-radius: 5px; */
	background-color: #F5F5F5;
	text-align: center;
	color: #515151;
}
#fix_info a:hover {
	background-color: #E7E7E7;
}

#fix_info img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}










/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-size: 14px;
	line-height: 1.6em;
}
/* ボックス */
.doc_set {
	padding-top: 80px;
}
.inner {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.inner_L {
	min-width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_al_left {
	float: none;
}
.box_al_right {
	float: none;
}
.extra_box {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* その他 */
.pc_none {
	display: inherit;
}
.sp_none {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	padding-right: 0;
	padding-left: 0;
	height: 50px;/* 特典がある場合は80px */
}
.container {
	min-width: 0px;
}
.h_logo {
	position: absolute;
	top: 9px;
	left: 5px;
	z-index: 100;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
}
.h_logo a {
	width: 132px;
	height: 32px;
	background-size: 132px 32px;
}
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
	display: none;
}

/* 下層 */
.mean-container .mean-nav ul li {
	border-bottom: 1px solid #505050;
}

nav .sub-menu,
.mean-container .mean-nav ul ul {
	background-color: #333333;
}
.mean-container .mean-nav ul ul li {
	border-bottom: 1px solid #505050;
}

.mean-nav .container {
    padding: 0;
}
nav li .fa {
    display: none;
}

/* SNS */

.mean-container .mean-nav li#icon_fb i,
.mean-container .mean-nav li#icon_insta i {
	margin-right: 10px;
}


/* 予約ボタンなど */
#contact_area {
	top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	width: auto;
	right: 50px;
	background-color: #F3F3FA;
}
#contact_area li {
	margin-left: 0px;
	text-align: center;
	border-left: 1px solid #CCCCCC;
}
#contact_area a {
	height: 50px;
	background-size: 50px 50px;
	background-position: center top;
}
#bt_reserve a {
	background-color: transparent;
	width: 50px;
	background-image: url(../images/menu_contact_bt_sp_reserve.png);
}
#bt_reserve a:hover {
	background-color: transparent;
	background-image: url(../images/menu_contact_bt_sp_reserve.png);
}
#bt_tel a {
	width: 50px;
	background-image: url(../images/menu_contact_bt_sp_tel.png);
}
#bt_mail a {
	width: 50px;
	background-image: url(../images/menu_contact_bt_sp_mail.png);
}

/* 特典スライドテキスト */
#slide_text {
	top: 50px;
	left: 0px;
	padding-left: 110px;
	background-image: url(../images/header_slidetext_tt.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 100px 16px;
	border-right-style: none;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
}
#tokuten_slide {
	width: 100%;
	height: 25px;
	font-size: 12px;
	margin-top: 5px;

}

/* 言語選択 */
#language {
	left: 0px;
	top: 50px;
	width: 100%;
	background-color: #000000;
}
#language ul {
	margin-top: -5px;
	margin-left: -10px;
}
#language li img {
	height: 10px;
	width: auto;
}
#language li a {
	padding-top: 3px;
	padding-bottom: 10px;
	display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツエリア    　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	padding-top: 51px;/* 特典がある場合は76px */
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 予約エリア          　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reserve_area {
}

/* 予約ボタン */
.rsv_bt_box {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.rsv_bt_box li {
	float: left;
	margin-right: 0px;
	font-size: 12px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% / 3);
}
.rsv_bt_box a {
	height: 40px;
}

.bt_plan a {
	width: 100%;
}
.bt_calendar a {
	width: 100%;
}
.bt_shoukai a {
	width: 100%;
}

/* 電話 */
.rsv_tel {
	float: none;
	width: 100%;
	text-align: center;
}
.rsv_tel img {
	width: 240px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 公式サイト限定特典  　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tokuten {
	min-width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}
#tokuten_box {
	padding-bottom: 15px;
}
#tokuten_box li {
	display: inherit;
}
#tk_img_01 img {
	width: 80%;
	height: auto;

}
#tk_img_02 img {
	width: 50%;
	height: auto;

}
#tk_img_03 img {
	width: 100%;
	height: auto;

}

#tokuten_sub {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナー      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#banner_area {
	margin-bottom: 10px;
}
#banner_area li {
	width: 50%;
	margin-bottom: 10px;
}
#banner_area li:nth-child(1),
#banner_area li:nth-child(3) {
	padding-right: 5px;
	padding-left: 0px;
}
#banner_area li:nth-child(2),
#banner_area li:nth-child(4) {
	padding-right: 0px;
	padding-left: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* trip ai     　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trip_ai {
	margin-left: 20px;
	margin-right: 20px;
}
#trip_ai img {
	width: 100%;
	height: auto;
	max-width: 500px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ロゴ・電話 */
#footer_top .box_al_left {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#footer_top .box_al_left img,
#footer_top .box_al_right img {
	width: 200px;
	height: auto;
}
#footer_top .box_al_right {
	width: 100%;
	text-align: center;
}

/* リンク */
#footer_link {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#footer_link a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_link a:hover {
	text-decoration: none;
}

#footer_link ul {
	border-top: 1px solid #FFFFFF;
}
#footer_link li {
	display: inherit;
	margin-left: 0px;
	margin-right: 0px;
	width: 50%;
	border-bottom: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-size: 12px;
}

#footer_link li:nth-child(even) {
	border-left: 1px solid #FFFFFF;

}

#f_list_about {

}
#f_list_about li {
	margin-right: 0px;
	display: inherit;
}

/* SNS */
#f_list_sns li {
}

#f_list_sns a:hover {
	color: #FFFFFF;
}

/* コピーライト */
#copy {
}
#copy span {
	margin-left: 0px;
	display: block;
	margin-top: 10px;
}

#copy a:hover {
	text-decoration: none;
}
#copy span::before {
	content: "";
	margin-right: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	bottom: 50px;
	right: 10px;
}

#page_top img {
	width: 50px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フェードイン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fadein {
    opacity : 1.0;
    transform : translate(0, 0px);
    transition : all 0ms;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コロナ対策リンク    　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fix_info {
	width: 220px;
	position: fixed;
	bottom: 10px;
	right: 0px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
}

}
