@charset "UTF-8";

/*----------------------------------------------------
☆Reset
----------------------------------------------------*/

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family: 'Crimson Text', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 16px;
	font-size: 1.6rem;
	/* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	/*! min-width:1200px; */
	/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
}

/*
@media only screen and (max-width: 850px) {
	body{
		font-family: "游ゴシック";
	}
}
*/

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link,
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #9f864c;
	color: #FFF;
	/* Safari */
}

::-moz-selection {
	background-color: #9f864c;
	color: #FFF;
	/* Firefox */
}

body #wrap {
	overflow: hidden;
}






/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/


/*----------------------------------------------------
	☆header
----------------------------------------------------*/
#header {
	width: 100%;
	background: #1e1e1e;
	position: fixed;
	top: 0;
	z-index: 10;
}

#header .inr {
	width: 100%;
	/* max-width: 1530px; */
	max-width: ;
	margin: 0 auto;
	padding: 0;
}

#header .headerleft {
	float: left;
	height: 90px;
	line-height: 90px;
}

#header .headerleft .logo {
	width: 40px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	height: 41px;
	line-height: 41px;
}

#header .headerleft .logo img {
	width: 100%;
}

#header .headerleft ul {
	width: 800px;
	float: left;
	font-size: 0;
}

#header .headerleft li {
	display: inline-block;
}

#header .headerleft li.last {
	width: 90px;
}

#header .headerleft li.gpla {
	width: 80px;
}

#header .headerleft li a {
	padding: 0 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Spectral SC', serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}

#header .headerleft li a:hover {
	text-decoration: none;
}

#header .headerleft li a::after {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-hover);
	display: block;
	width: 100%;
	padding: 1px;
	transition: .3s ease-in-out;
	opacity: 0;
}

#header .headerleft li a span {
	transition: .3s ease-in-out;
}

#header .headerleft li a:hover::after,
#header .headerleft li a:focus::after {
	opacity: 1;
}

#header .headerleft li a:hover span,
#header .headerleft li a:focus span {
	opacity: 0;
}

/*
#header .headerleft .en{
	color: #fff;
	display: inline;
	font-family: 'Spectral SC', serif;
	font-weight: 600;
	font-size:18px;
}
#header .headerleft a:hover .en{
	display: none;
}

#header .headerleft .ja{
	color: #c39d1f;
	display: inline;
	font-family :YuMincho, 'Yu Mincho', serif;
	font-weight: bold;
	font-size:18px;
	display: none;
	text-decoration: underline;
}
 */

@media only screen and (max-width: 1240px) {
	#wrap #header .headerleft ul {
		width: 600px;
	}

	#header .headerleft li.last {
		width: 90px;

	}

	#wrap #header .headerleft li a {
		padding: 0 4px;
		font-size: 14px;
	}

	#wrap #header .headerleft li a::after {
		font-size: 12px;
	}

	#wrap #header .headerright li a {
		font-size: 12px;
		width: 140px;
	}

	#wrap #header .headerright .ulbox li.li01 a {
		text-indent: 15px;
	}

	#wrap #header .headerright .ulbox li.li01 a:before {
		left: -5px;
		top: 0px;
	}

	#wrap #header .headerright .ulbox li.li02 a {
		text-indent: 10px;
	}

	#wrap #header .headerright .ulbox li.li02 a:before {
		left: 10px;
		top: 0px;
	}

	#wrap #header .headerright .ulbox li.li03 a:before {
		left: -10px;
	}

	#wrap #header .headerright .ulbtmbox li.li01 a {
		text-indent: 10px;
	}

	#wrap #header .headerright .ulbtmbox li.li01 a:before {
		left: 0;
	}

	#wrap #header .headerright .ulbtmbox li.li02 a:before {
		content: "\f0ac";
		font-family: FontAwesome;
		position: absolute;
		left: 15px;
	}
}

#header .headerleft a:hover .ja {
	display: inline;
}

/*
#header .headerleft li:nth-of-type(1) a,
#header .headerleft li:nth-of-type(6) a{
	width:100%;
	max-width: 100px;
}
#header .headerleft li:nth-of-type(5) a{
	width:100%;
	max-width: 110px;
}
#header .headerleft li:nth-of-type(2) a,
#header .headerleft li:nth-of-type(3) a{
	width:100%;
	max-width: 80px;
}
#header .headerleft li:nth-of-type(4) a{
	width:100%;
	max-width: 170px;
}
 */

/*  */
#header .headerright {
	float: right;
	/* padding-right: 20px; */
}

#header .headerright .ulbox {
	font-size: 0;
	line-height: 30px;
	height: 30px;
}

#header .headerright .ulbtmbox {
	font-size: 0;
	line-height: 30px;
	position: relative;
	margin-top: 10px;
	height: 30px;
	margin-bottom: 10px;
}

#header .headerright li {
	display: inline-block;
}

#header .headerright li a {
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-family: 'Spectral', serif;
	font-weight: 600;
	font-size: 13px;
	position: relative;
}

#header .headerright .ulbox {
	margin-top: 10px;
	text-align: end;
}

#header .headerright .ulbox li.li01 a:hover,
#header .headerright .ulbox li.li02 a:hover,
#header .headerright .ulbox li.li03 a:hover,
#header .headerright .ulbox li.li04 a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#header .headerright .ulbox li.li01 a {
	background: #666666;
	text-indent: 25px;
}

#header .headerright .ulbox li.li02 a {
	background: #ba9812;
}

#header .headerright .ulbox li.li01 a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	left: -5px;
	top: 0px;
}

#header .headerright .ulbox li.li02 a {
	text-indent: 20px;
}

#header .headerright .ulbox li.li02 a:before {
	content: "\f236";
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	top: 0px;
}

#header .headerright .ulbox li.li03 a {
	background: #9e8d62;
	text-indent: 15px;
}

#header .headerright .ulbox li.li03 a:before {
	content: "\f072";
	font-family: FontAwesome;
	position: absolute;
	left: -6px;
	top: 0px;
}

#header .headerright .ulbox li.li04 a {
	background: #584730;
	text-indent: 15px;
}

#header .headerright .ulbox li.li04 a:before {
	content: "\f0f7";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 0px;
}

#header .headerright .ulbtmbox a {
	font-family: 'Spectral', serif;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

#header .headerright .ulbtmbox li.li01 a {
	text-indent: 10px;
}

#header .headerright .ulbtmbox li.li01 a:before {
	content: "\f095";
	font-family: FontAwesome;
	position: absolute;
	left: -10px;
}

#header .headerright .ulbtmbox li.li02 a {
	text-align: center;
	text-indent: 20px;
}

#header .headerright .ulbtmbox li.li02 a:before {
	content: "\f0ac";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;

}

#header .headerright .ulbtmbox li.li03 a {
	text-align: center;
	text-indent: 20px;
}

#header .headerright .ulbtmbox li.li03 a:before {
	content: "\f059";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;

}

#header .headerright .ulbtmbox li.li02 .li02menu {
	display: none;
	position: absolute;
}

#header .headerright .ulbtmbox li.li02 .li02menu li {
	display: block;
}

#header .headerright .ulbtmbox li.li02 .li02menu li a {
	display: block;
	background: rgba(0, 0, 0, 0.6);
}

/*----------------------------------------------------
	☆main
----------------------------------------------------*/
/* top_contents */
#top_contents {
	margin-top: 90px;
	width: 100%;
	background: #1e1e1e;
}
@media screen and (max-width:1414px) {

	#top_contents {
		margin-top: 180px;
		width: 100%;
		background: #1e1e1e;
	}
	}

#top_contents .boxL {
	width: 30%;
	box-sizing: border-box;
	height: 280px;
	position: relative;
}

#top_contents .boxR {
	width: 70%;

}

#top_contents .boxR img {
	vertical-align: bottom;
}

#top_contents .boxL h2 {
	font-size: 34px;
	font-family: 'Spectral SC', serif;
	font-weight: 500;
	color: #a38b4c;
	margin-bottom: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

#top_contents .boxL h2 span {
	display: block;
	font-size: 14px;
	font-family: YuMincho, 'Yu Mincho', serif;
}

#top_contents .boxL p {
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1.4;
	color: #a38b4c;
}

#top_contents .top_contents .top_line {
	font-size: 22px;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #fff;
	padding: 50px;
}

#top_contents .top_contents .top_line span {
	display: inline-block;
	border-bottom: 2px solid #b1a180;
}


#top_contents .top_contents .top_contents_txt {
	background: #333;
	text-align: center;
	padding: 55px 0;
}

#top_contents .top_contents .top_contents_txt h3 {
	color: #c1b499;
	font-size: 24px;
}

#top_contents .top_contents .top_contents_txt .txt {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin: 35px auto;
}

#top_contents .top_contents .top_contents_txt .line_clock {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 2px solid #b1a180;
}

#top_contents .top_contents .top_contents_txt .line_clock i {
	font-size: 22px;
	color: #b1a07f;

}

#top_contents .top_contents .top_contents_txt .line_clock span {
	font-size: 22px;
}

/* main */
#main_in {
	width: 1000px;
	margin: 0 auto;
}

/* breadCrumb */
#breadCrumb {
	width: 100%;
	background: #000;
}

#breadCrumb #breadCrumbin {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	padding: 5px 5px 10px;
}

#breadCrumb #breadCrumbin li {
	display: inline-block;
}

#breadCrumb #breadCrumbin li {
	font-size: 11px;
}

#breadCrumb #breadCrumbin li {
	color: #fff;
}

#breadCrumb #breadCrumbin li.home a {
	color: #a38b4c;
	text-decoration: none;
}

#breadCrumb #breadCrumbin li.home a:hover {
	text-decoration: underline;
}

/* pajer */

.pager {
	margin-top: 50px;
	overflow: hidden;
}

.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}

.pager ul li {
	margin: 0 1px;
	position: relative;
	left: -50%;
	float: left;
	font-family: 'Tinos', serif;
}

.pager ul li span,
.pager ul li a {
	display: block;
	font-size: 20px;
	padding: 0.8em 1.1em;
	border-radius: 0;
	font-family: 'Tinos', serif;
}

.pager ul li a {
	background: #dcdcdc;
	color: #000;
	text-decoration: none;
}

.pager ul li a:hover,
.pager ul li.now {
	background: #332f00;
	color: #FFF;
}

/* head */
.head01 {
	font-size: 40px;
	font-family: 'Spectral SC', serif;
	font-weight: 400;
	color: #b1a281;
	text-align: center;
	margin-bottom: 40px;
}

.head01 span {
	display: block;
	color: #b1a281;
	font-size: 20px;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1.6;
}

/* btn */
.btn_clear {

	text-align: center;
}

.btn_clear a {
	display: block;
	border: 1px solid #9e8b63;
	color: #9e8b63;
	width: 245px;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
	margin: 45px auto 0;
}

.btn_clear a i {
	font-size: 20px;
	margin-right: 10px;
}

.btn_clear a:hover {
	background: #9e8b63;
	color: #fff;
}

.btn_return {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
}

.btn_return a {
	background: #332f00;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none !important;
	font-size: 16px;
	margin: 0 auto;
	color: #fff !important;
	font-family: YuMincho, 'Yu Mincho', serif;
	border: 1px solid #332f00;
}

.btn_return a:hover {
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn_return a:hover span {
	color: #332f00;
}



.btn_return a span {
	display: inline-block;
	text-decoration: none;
	text-indent: 20px;
	position: relative;
}

.btn_return a span:before {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	left: -20px;
}

/* btn_clear_2 */
.btn_clear_2 {

	text-align: center;
}

.btn_clear_2 a {
	display: block;
	border: 1px solid #9e8b63;
	color: #fff;
	width: 245px;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
	margin: 45px auto 0;
	background: #9e8b63;
}

.btn_clear_2 a i {
	font-size: 20px;
	margin-right: 10px;
}

.btn_clear_2 a:hover {
	background: #fff;
	color: #9e8b63;
}



/*----------------------------------------------------
	☆footer
----------------------------------------------------*/
/* privilege */
#privilege {
	width: 100%;
	background: #f4f4f4;
	padding: 50px 0 70px;
}

#privilege h2 {
	text-align: center;
	margin-bottom: 25px;
}

/*
#privilege .privilege{
 width: 920px;
 margin: 0 auto;
}
*/

#privilege .privilege {
	width: 680px;
	margin: 0 auto;
}

#privilege .privilege ul {
	font-size: 0;
}

#privilege .privilege li {
	width: 210px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	margin-right: 22.8px;
}

/*
#privilege .privilege li:nth-of-type(4),
#privilege .privilege li:nth-of-type(8){
	margin-right: 0;
}
*/
#privilege .privilege li:nth-of-type(3n) {
	margin-right: 0;
}

#privilege .privilege li .img {
	text-align: center;
}

#privilege .privilege li h3 {
	font-size: 18px;
	color: #a38b4c;
	text-align: center;
	margin: 15px auto;
	letter-spacing: -1px;
}

#privilege .privilege li .txt {
	font-size: 15px;
	font-weight: 500;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1.5;
}

/* flink */
#flink {
	width: 100%;
	padding: 30px 0 50px;
}

#flink .flink01 {
	width: 1200px;
	margin: 0 auto;
}

#flink .flink02 {
	width: 992px;
	margin: 0 auto;
}

#flink .flink02 li {
	border: 1px solid #332f00;
	background: #fff;
}

#flink .flink01 li {
	width: 580px;
	/* float: left;朝食復活時 */
	/* margin-right: 20px; 朝食復活時 */
	border: 1px solid #332f00;
	background: #fff;
	margin: auto;
}

#flink .flink01 li:nth-last-child(1) {
	margin-right: 0;
}

#flink .flink01 li .flinktxt,
#flink .flink02 li .flinktxt {
	float: left;
	text-align: center;
	width: 217px;
}

#flink .flink01 li .img,
#flink .flink02 li .img {
	float: right;

}

#flink .flink01 li .img img,
#flink .flink02 li .img img {
	vertical-align: bottom;
}

#flink .flink01 li .more,
#flink .flink02 li .more {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	background: #332f00;
	display: block;
	font-weight: 500;
	padding: 20px;
}

#flink .flink01 li .more i,
#flink .flink02 li .more i {
	font-size: 18px;
	padding-right: 10px;
}

#flink .flink01 li h2,
#flink .flink02 li h2 {
	font-weight: 500;
	font-size: 26px;
	position: relative;
}

#flink .flink01 li h2:after,
#flink .flink02 li h2:after {
	content: "";
	height: 1px;
	width: 37px;
	background: #cccccc;
	display: block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -18.5px
}

#flink .flink01 li .text,
#flink .flink02 li .text {
	font-size: 16px;
	color: #1f1f1f;
	font-weight: bold;
	margin-top: 25px;
}

#flink .flink01 li .flinklogo,
#flink .flink02 li .flinklogo {
	margin-top: 18px;
	margin-bottom: 18px;
}

#flink .flink01 li .flinkfont i,
#flink .flink02 li .flinkfont i {
	margin-top: 28px;
	margin-bottom: 28px;
	width: 70px;
	height: 70px;
	background: #b1a180;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
}

#flink .flink01 li:hover,
#flink .flink02 li:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* fbox */
#fbox {
	width: 100%;
}

#fbox ul {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

#fbox ul li.li01,
#fbox ul li.li02,
#fbox ul li.li03,
#fbox ul li.li04 {
	display: inline-block;
	width: 25%;
	/* height: 0; */
	position: relative;
}

#fbox ul li h2 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 32px;
	color: #fff;
	font-family: 'EB Garamond', serif;
	text-align: center;
	bottom: 5%;
	font-weight: 500;
	padding-top: 60%;
}

#fbox ul li h2 span {
	margin-top: 30px;
	display: block;
	font-size: 18px;
	font-family: YuMincho, 'Yu Mincho', serif;
	position: relative;

}

#fbox ul li h2:before {
	content: "";
	height: 1px;
	width: 37px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 34px;
	left: 50%;
	margin-left: -18.5px
}

#fbox ul li a {
	display: block;
	padding-top: 100%;
	cursor: pointer;
}

#fbox ul li span i {
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #332f00;
	border: 1px solid #e8e3de;
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	z-index: 2;
}

#fbox ul li ul {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#fbox ul li ul:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#fbox ul li.li01 ul:after {
	background: url('../../cmn/cmn_img/box01.jpg') no-repeat;
	background-size: cover;
}

#fbox ul li.li02 ul:after {
	background: url('../../cmn/cmn_img/box02.jpg') no-repeat;
	background-size: cover;
}

#fbox ul li.li03 ul:after {
	background: url('../../cmn/cmn_img/box03.jpg') no-repeat;
	background-size: cover;
}

#fbox ul li.li04 ul:after {
	background: url('../../cmn/cmn_img/box04-1.jpg') no-repeat;
	background-size: cover;
}

#fbox ul li ul:hover:after {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* fgroup */
#fgroup {
	width: 100%;
	background: #f4f4f4;
}

#fgroup .fgroup {
	width: 550px;
	margin: 0 auto;
	padding: 80px 0;
}

#fgroup .boxL {
	text-align: center;
}

#fgroup .boxL h2 {
	font-size: 40px;
	font-family: 'Spectral SC', serif;
	font-weight: 400;
	color: #b1a281;
}

#fgroup .boxL p {
	color: #b1a281;
	font-size: 20px;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1.6;
}

#fgroup .boxR li {
	width: 256px;
	display: inline-block;
	border: 1px solid #d7d7d7;
}


#fgroup .boxR li img {
	width: 100%;
	vertical-align: bottom;
}

#fgroup .boxR li.li02 {
	margin-left: 18px;
}

/* footer */
#footer {
	width: 100%;
	background: #141414;
	padding: 50px 0;
}

#footer .footer {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#footer .footer .ul01 {
	margin-bottom: 20px;
}

#footer .footer .ul01 li {
	display: inline-block;
}

#footer .footer .ul01 li a {
	display: block;
	color: #fff;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 15px;
	padding: 0 5px;
	text-indent: 20px;
	position: relative;
}

#footer .footer .ul02 {
	/*! margin-bottom: 60px; */
}

#footer .footer .ul02 li {
	display: inline-block;
}

#footer .footer .ul02 li a {
	display: block;
	color: #fff;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 10px;
	padding: 0 8px;
	position: relative;
	border-left: 1px solid #fff;
}

#footer .footer .ul02 li:nth-last-of-type(1) a {
	border-right: 1px solid #fff;
}

#footer .footer .ul01 li a:before {
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
	left: -11px;
}

/* footerbox */

#footer .footer .ulbox {
	float: right;
	font-size: 0;
}

#footer .footer .ulbox li {
	display: inline-block;
}

#footer .footer .ulbox li a {
	display: block;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-family: 'Spectral', serif;
	font-weight: 600;
	position: relative;
}

#footer .footer .ulbox .ulbox_top li a {
	width: 120px;
	font-size: 12px;
}

#footer .footer .ulbox .ulbox_btm li a {
	width: 180px;
	font-size: 20px;
}

#footer .footer .ulbox .ulbox_btm {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}

#footer .footer .ulbox li a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#footer .footer .ulbox .ulbox_btm li.li01 .globalmenubtm {
	display: none;
	position: absolute;
	line-height: 20px;
	width: 120px;
}

#footer .footer .ulbox .ulbox_btm li.li01 a:before {
	content: "\f0ac";
	font-family: FontAwesome;
	position: absolute;
	left: 20px;
}

#footer .footer .ulbox .ulbox_btm li.li02 a:before {
	content: "\f059";
	font-family: FontAwesome;
	position: absolute;
	left: 35px;
}

#footer .footer .ulbox .ulbox_top li.li01 a {
	background: #666666;
	text-indent: 10px;
}

#footer .footer .ulbox .ulbox_top li.li01 a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
}

#footer .footer .ulbox .ulbox_top li.li02 a {
	background: #ba9812;
	text-indent: 10px;
}

#footer .footer .ulbox .ulbox_top li.li02 a:before {
	content: "\f236";
	font-family: FontAwesome;
	position: absolute;
	left: 5px;
}

#footer .footer .ulbox .ulbox_top li.li03 a {
	background: #9e8d62;
	text-indent: 10px;
}

#footer .footer .ulbox .ulbox_top li.li03 a:before {
	content: "\f072";
	font-family: FontAwesome;
	position: absolute;
	left: -5px;
}

#footer .footer .ulbox .ulbox_top li.li04 a {
	background: #584730;
	text-indent: 15px;
}

#footer .footer .ulbox .ulbox_top li.li04 a:before {
	content: "\f0f7";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 0px;
}


/* footerbox */
#footer .footer .fbox02 {
	margin-top: 60px;
}

#footer .footer .fbox02 .boxL {
	width: 100%;
}

#footer .footer .fbox02 .boxL .fltbox .logo {
	float: left;
}

#footer .footer .fbox02 .boxL .fltbox .adds {
	float: right;
	width: calc(100% - 210px);
}

#footer .footer .fbox02 .boxL .fltbox .adds .btn_footer a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	font-weight: bold;
	padding: 10px 20px;
	width: 240px;
	border: 1px solid #fff;
	margin: 15px 0;
}

#footer .footer .fbox02 .boxL .fltbox .adds .btn_footer a:before {
	content: "\f041";
	font-family: FontAwesome;
	padding-right: 10px;
}

#footer .footer .fbox02 .boxL .fltbox .adds .add,
#footer .footer .fbox02 .boxL .fltbox .adds .txt02 {
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
	font-family: YuMincho, 'Yu Mincho', serif;
}

#footer .footer .fbox02 .boxL .boxR small {
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	position: absolute;
		bottom: 83px;
		right: 0;
}

/* 20180703 */
#footer .footer .bnr_ft {
	width: 230px;
	position: absolute;
	/* bottom: 113px; */
	bottom: 196px;
	right: 0;
}

#footer .footer .bnr_ft2 {
	width: 230px;
	position: absolute;
	bottom: 196px;
	right: 0;
}

#footer .footer .bnr_ft img {
	width: 100%;
}

#footer .footer .bnr_ft2 img {
	width: 100%;
}

#footer .footer .bnr_ft2-1 {
	width: 230px;
	position: absolute;
	/* bottom: 30px; */
	bottom: 113px;
	right: 0;
}


#footer .footer .bnr_ft2-1 img {
	width: 100%;
}


/* topbutton */

.pagetop {
	display: none;
	position: fixed;
	bottom: 91px;
	right: 8px;
}

.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 35px;
	text-decoration: none;
	padding: 16px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pagetop a:hover {
	display: block;
	background-color: #d9d9d9;
	text-align: center;
	color: #464646;
	font-size: 35px;
	text-decoration: none;
	padding: 16px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.modal-content {
	display: none;

}

/* 20180517 */
.pickup_bnr {
	text-align: center;
	margin: 30px auto;
}



@media only screen and (max-width: 768px) {

	/*----------------------------------------------------
	☆header
	----------------------------------------------------*/
	#header {
		height: 60px;
	}

	#header .inr {
		max-width: initial;
		padding: 0;
	}

	#header .headerleft {
		float: none;
		position: relative;
		height: 60px;
	}

	#wrap #header .headerleft ul {
		width: 100%;
		background: #444;
	}

	#header .headerleft .logo {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: center;
		line-height: 60px;
		margin: 0;
		height: 60px;
	}

	#header .headerleft .logo img {
		width: 130px;
		line-height: 60px;
		margin-top: 9px;
	}

	/*  */

	#header .headerleft ul {
		color: #fff;
		line-height: initial;

	}

	#header .global p {
		width: 50px;
		font-size: 10px;
		text-align: center;
		position: absolute;
		top: 10px;
		left: 4%;
		cursor: pointer;
	}

	#header .global p i {
		font-size: 24px;
	}

	#header .globalmenu {
		display: none;
		width: 100%;
		position: fixed;
		top: 60px;
		border-bottom: 1px solid #444;
	}

	#header .globalmenu li {
		width: 25%;
		float: left;
	}

	#header .globalmenu li a {
		display: block;
		color: #444;
		font-size: 14px;
		background: #fff;
		height: 20px;
		line-height: 20px;
		box-sizing: border-box;
		border-right: 1px solid #444;
		padding: 0;
	}

	#header .globalmenu li:nth-last-of-type(1) a {
		border-right: 0;
	}

	.sp_line img {
		width: 100%;
	}


	/*----------------------------------------------------
		☆main
	----------------------------------------------------*/
	/* top */
	#top_contents {
		margin-top: 60px;
	}

	#top_contents .boxL {
		width: 100%;
		height: initial;
		position: initial;
		padding: 4%;
	}

	#top_contents .boxR {
		width: 100%;
	}

	#top_contents .boxR img {
		width: 100%;
	}

	#top_contents .boxL h2 {
		position: initial;
		font-size: 20px;
		margin-bottom: 3px;
		-webkit-transform: initial;
		transform: initial;
		text-align: center;
		padding-top: 3px;
	}

	#top_contents .boxL h2 span {
		font-size: 10px;
	}

	#top_contents .boxL p {
		font-size: 12px;
	}

	#top_contents .top_contents .top_line {
		font-size: 17px;
		padding: 4%;
		line-height: 1.4;
	}


	#top_contents .top_contents .top_contents_txt {
		margin: 0 auto;
		padding: 20px 0;
	}

	#top_contents .top_contents .top_contents_txt h3 {
		font-size: 18px;
		font-weight: 500;
	}

	#top_contents .top_contents .top_contents_txt .txt {
		width: 93%;
		font-size: 12px;
		line-height: 1.6;
		margin: 10px auto;
	}

	#top_contents .top_contents .top_contents_txt .line_clock {
		font-size: 12px;
		padding-bottom: 5px;
		border-bottom: 1px solid #b1a180;
	}

	#top_contents .top_contents .top_contents_txt .line_clock i,
	#top_contents .top_contents .top_contents_txt .line_clock span {
		font-size: 18px;

	}

	/* main */
	#main_in {
		width: 93%;
		margin: 0 auto;

	}

	/* head */
	.head01 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.head01 span {
		font-size: 15px;
		line-height: 1.4;
	}

	/*-- breadCrumb --*/

	#breadCrumb #breadCrumbin {
		width: 93%;
	}

	#breadCrumb #breadCrumbin ul li {
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
	}

	#breadCrumb #breadCrumbin ul li.last {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 50%;
	}

	/* pajer */
	.pager {
		margin-top: 20px;
		overflow: hidden;
	}

	.pager ul {
		list-style: none;
		position: relative;
		left: 50%;
		float: left;
	}

	.pager ul li {
		margin: 0 1px;
		position: relative;
		left: -50%;
		float: left;
		font-family: 'Tinos', serif;
	}

	.pager ul li span,
	.pager ul li a {
		display: block;
		font-size: 12px;
		padding: 0.8em 1.1em;
		border-radius: 0;
		font-family: 'Tinos', serif;
	}

	.pager ul li a {
		background: #dcdcdc;
		color: #000;
		text-decoration: none;
	}

	.pager ul li a:hover,
	.pager ul li.now {
		background: #332f00;
		color: #FFF;
	}

	/* btn */
	.btn_clear {
		text-align: center;
	}

	.btn_clear a {
		width: 80%;
		padding: 10px;
		font-size: 14px;
		margin: 10px auto 0;
	}

	.btn_clear a i {
		font-size: 16px;
	}

	.btn_return a {
		width: 80%;
		height: 30px;
		line-height: 30px;
		font-size: 13px;

	}

	.btn_return {
		margin-top: 20px;
	}

	.btn_return a span:before {
		content: "\f104";
		font-family: "FontAwesome";
		position: absolute;
		left: -20px;
	}

	/*----------------------------------------------------
		☆footer
	----------------------------------------------------*/
	/* privilege */
	#privilege {
		width: 100%;
		background: #f4f4f4;
		padding: 40px 0;
	}

	#privilege h2 {
		width: 70%;
		text-align: center;

		margin: 0 auto 15px;
	}

	#privilege h2 img {
		width: 100%;
	}

	#privilege .privilege {
		width: 93%;
		margin: 0 auto;
	}

	#privilege .privilege li {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
		padding-left: 50px;
		position: relative;
	}

	#privilege .privilege li:before {
		content: "";
		width: 44px;
		height: 44px;
		position: absolute;
		display: block;
		left: 0;
		top: 0;
	}

	/*
	#privilege .privilege li:nth-of-type(1):before{
		background: url('../../cmn/cmn_img/pri01.png') no-repeat;
		background-size: contain;
	}
	 */
	#privilege .privilege li:nth-of-type(1):before {
		background: url('../../cmn/cmn_img/pri02.png') no-repeat;
		background-size: contain;
	}

	#privilege .privilege li:nth-of-type(2):before {
		background: url('../../cmn/cmn_img/pri03.png') no-repeat;
		background-size: contain;
	}

	#privilege .privilege li:nth-of-type(3):before {
		background: url('../../cmn/cmn_img/pri04.png') no-repeat;
		background-size: contain;
	}

	#privilege .privilege li:nth-of-type(4):before {
		background: url('../../cmn/cmn_img/pri08.png') no-repeat;
		background-size: contain;
	}

	#privilege .privilege li:nth-of-type(5):before {
		background: url('../../cmn/cmn_img/pri05.png') no-repeat;
		background-size: contain;
	}

	#privilege .privilege li:nth-of-type(6):before {
		background: url('../../cmn/cmn_img/pri06.png') no-repeat;
		background-size: contain;
	}

	/*
	#privilege .privilege li:nth-of-type(8):before{
		background: url('../../cmn/cmn_img/pri07.png') no-repeat;
		background-size: contain;
	}
	 */
	#privilege .privilege li:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	#privilege .privilege li .img {
		display: none;
	}

	#privilege .privilege li h3 {
		font-size: 16px;
		text-align: left;
		margin: 5px auto;
	}

	#privilege .privilege li .txt {
		font-size: 12px;
	}

	/* flink */
	#flink {
		width: 100%;
		padding: 40px 0;
	}

	#flink .flink {
		width: 93%;
		margin: 0 auto;
	}

	#flink .flink01 {
		width: initial;
		margin: 0 auto;
	}

	#flink .flink02 {
		width: initial;
		margin: 0 auto;
	}

	#flink .flink02 li {
		border: 1px solid #332f00;
	}

	#flink .flink01 li {
		width: 100%;
		float: left;
		margin-right: 0;
		border: 1px solid #332f00;
	}

	#flink .flink01 li:nth-last-of-type(1) {
		margin-right: 0;
		margin-top: 10px;
	}

	#flink .flink01 li .flinktxt,
	#flink .flink02 li .flinktxt {
		float: left;
		text-align: center;
		width: 100px;
	}

	#flink .flink01 li .flinklogo {
		margin: 0 auto;
		width: 55%;
	}

	#flink .flink01 li .flinklogo img {
		width: 100%;
	}

	#flink .flink01 li .img,
	#flink .flink02 li .img {
		float: right;
		width: calc(100% - 100px);
	}

	#flink .flink01 li .img img,
	#flink .flink02 li .img img {
		width: 100%;
		vertical-align: bottom;
	}

	#flink .flink01 li .more,
	#flink .flink02 li .more {
		text-align: center;
		font-size: 13px;
		padding: 10px;
	}

	#flink .flink01 li .more i,
	#flink .flink02 li .more i {
		font-size: 18px;
		padding-right: 5px;
	}

	#flink .flink01 li h2,
	#flink .flink02 li h2 {
		font-size: 18px;
	}

	#flink .flink01 li h2:after,
	#flink .flink02 li h2:after {
		content: "";
		height: 1px;
		width: 37px;
		background: #cccccc;
		display: block;
		position: absolute;
		bottom: -20%;
		left: 50%;
		margin-left: -18.5px
	}

	#flink .flink01 li .text,
	#flink .flink02 li .text {
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#flink .flink01 li .flinklogo,
	#flink .flink02 li .flinklogo {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#flink .flink01 li .flinkfont i,
	#flink .flink02 li .flinkfont i {
		margin-top: 8px;
		margin-bottom: 8px;
		width: 50px;
		height: 50px;
		background: #b1a180;
		color: #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 55px;
		font-size: 30px;
	}



	/* fbox */
	#fbox {
		width: 100%;
		padding-top: 0;
	}

	#fbox ul {
		width: 100%;
		max-width: initial;
	}

	#fbox ul li.li01,
	#fbox ul li.li02,
	#fbox ul li.li03,
	#fbox ul li.li04 {
		width: 50%;
	}

	#fbox ul li h2 {
		font-size: 20px;
		bottom: 30%;
	}

	#fbox ul li h2 span {
		margin-top: 20px;
		font-size: 14px;
	}

	#fbox ul li h2:before {
		bottom: 42%;
	}

	#fbox ul li a {
		display: block;
		padding-top: 100%;
		position: relative;
	}

	#fbox ul li span i {
		top: -20px;
		margin-left: -20px;
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	/* fgroup */
	#fgroup {
		width: 100%;
		background: #f4f4f4;
	}

	#fgroup .fgroup {
		width: 93%;
		padding: 40px 0;
	}

	#fgroup .boxL {
		text-align: center;
	}

	#fgroup .boxL h2 {
		font-size: 20px;
	}

	#fgroup .boxL p {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	#fgroup .boxR ul {
		font-size: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 256px;
	}

	#fgroup .boxR li {
		margin: 0 auto;
		width: 100%;
	}

	#fgroup .boxR li img {
		width: 100%;
		vertical-align: bottom;
	}

	#fgroup .boxR li.li01 {
		margin-right: 4%;
	}

	/* footer */
	#footer {
		width: 100%;
		background: #141414;
		padding: 50px 0 40px;
	}

	#footer .footer {
		width: 93%;
		margin: 0 auto;
	}

	#footer .footer .ul01 {
		margin-bottom: 20px;
	}

	#footer .footer .ul01 li {
		display: inline-block;
	}

	#footer .footer .ul01 li a {
		display: block;
		color: #fff;
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 15px;
		padding: 0 5px;
		text-indent: 20px;
		position: relative;
	}

	#footer .footer .ul02 {
		/*! margin-bottom: 60px; */
	}

	#footer .footer .ul02 li {
		display: inline-block;
	}

	#footer .footer .ul02 li a {
		display: block;
		color: #fff;
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 10px;
		padding: 0 8px;
		position: relative;
		border-left: 1px solid #fff;
	}

	#footer .footer .ul02 li:nth-last-of-type(1) a {
		border-right: 1px solid #fff;
	}

	#footer .footer .ul01 li a:before {
		content: "\f0a9";
		font-family: FontAwesome;
		position: absolute;
		left: -11px;
	}

	/* footerbox */

	#footer .footer .ulbox {
		float: right;
		font-size: 0;
		line-height: 52px;
	}

	#footer .footer .ulbox li {
		display: inline-block;
	}

	#footer .footer .ulbox li a {
		display: block;
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		color: #fff;
		font-family: 'Spectral', serif;
		font-weight: 600;
		font-size: 16px;
		position: relative;
	}

	#footer .footer .ulbox li.li01 a {
		text-indent: 20px;
	}

	#footer .footer .ulbox li.li02 a {
		background: #9e8d62;
		text-indent: 20px;
	}

	#footer .footer .ulbox li.li01 a:before {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		left: 0px;
	}

	#footer .footer .ulbox li.li02 a:before {
		content: "\f0ac";
		font-family: FontAwesome;
		position: absolute;
		left: -10px;
	}

	#footer .footer .ulbox li.li03 a {
		background: #333333;
		text-indent: 20px;
	}

	#footer .footer .ulbox li.li03 a:before {
		content: "\f0e0";
		font-family: FontAwesome;
		position: absolute;
		left: -5px;
	}

	#footer .footer .ulbox li.li04 a {
		background: #be9e15;
		text-indent: 20px;
	}

	#footer .footer .ulbox li.li04 a:before {
		content: "\f236";
		font-family: FontAwesome;
		position: absolute;
		left: -5px;
	}

	/* footerbox */
	#footer .footer .fbox02 {
		margin-top: 0;
	}

	#footer .footer .fbox02 .boxL {
		width: 100%;
	}

	#footer .footer .fbox02 .boxL .fltbox .logo {
		float: none;
		width: 40%;
		margin: 0 auto 10px;
	}

	#footer .footer .fbox02 .boxL .fltbox .logo img {
		width: 100%;
	}

	#footer .footer .fbox02 .boxL .fltbox .adds {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footer .footer .fbox02 .boxL .fltbox .adds .btn_footer a {
		font-size: 14px;
		margin: 15px auto;
	}

	#footer .footer .fbox02 .boxL .fltbox .adds .btn_footer a:before {
		content: "\f041";
		font-family: FontAwesome;
		padding-right: 10px;
	}

	#footer .footer .fbox02 .boxL .fltbox .adds .add,
	#footer .footer .fbox02 .boxL .fltbox .adds .txt02 {
		font-size: 12px;
		color: #fff;
		line-height: 1.5;
		font-family: YuMincho, 'Yu Mincho', serif;
	}

	#footer .footer .fbox02 .boxL .fltbox .boxR {
		text-align: center;
	}

	#footer .footer .fbox02 .boxL .boxR small {
		display: block;
		font-size: 10px;
		text-align: center;
	}

	/* topbutton */

	.pagetop {
		display: none;
		position: fixed;
		bottom: 80px;
		right: 15px;
	}

	.pagetop a {
		display: block;
		background-color: #ccc;
		text-align: center;
		color: #222;
		font-size: 20px;
		text-decoration: none;
		padding: 16px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	.pagetop a:hover {
		display: block;
		background-color: #b2d1fb;
		text-align: center;
		color: #fff;
		font-size: 20px;
		text-decoration: none;
		padding: 16px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	/*----------------------------------------------------
	☆mordal
	----------------------------------------------------*/

	.over {
		z-index: 19 !important;
	}

	.lock {
		overflow: hidden;
	}

	.modal-content {
		position: relative;
		display: none;
		width: 80%;
		margin: 60px 2%;
		padding: 0;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 11000;
	}

	.modal-content p {
		margin: 0;
		padding: 0;
	}

	.modal-overlay {
		z-index: 19;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.modal-wrap {
		z-index: 20;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}

	.modal-open,
	.modal-open span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		float: right;
	}

	.modal-open {
		position: absolute;
		width: 24px;
		height: 24px;
		margin-top: 5px;
		top: 13px;
		right: 10px;
	}

	.modal-open span {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 1px;
		background-color: #fff;
		border-radius: 4px;
	}

	.modal-open span:nth-of-type(1) {
		top: 0;
	}

	.modal-open span:nth-of-type(2) {
		top: 10px;
	}

	.modal-open span:nth-of-type(3) {
		top: 20px;
	}

	.modal-open span:nth-of-type(4) {
		bottom: 0;
		color: #fff;
		height: 0;
	}

	.modal-close {
		color: #00f;
		text-align: right;
	}

	.modal-close:hover {
		cursor: pointer;
		color: #f00;
		text-decoration: none;
	}

	p.close_top {
		text-align: right;
		margin: 0;
	}

	p.close_top .modal-close {
		height: 28px;
		width: 28px;
		color: #ccc;
		font-size: 25px;
		padding: 0;
		background-color: #444;
		display: block;
		text-align: center;
		line-height: 28px;
		position: absolute;
		top: -35px;
		right: 0px;
		z-index: 1;
	}

	.modal-content>ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.modal-content>ul li.lavel {
		background-color: #F70841;
		font-size: 1.6em;
		padding: 5px 30px;
		font-weight: bold;
		text-align: center;
	}


	.modal-content>ul li.lavel a {
		color: #fff;
	}

	.modal-content h2 {
		background: #000;
		text-align: center;
		color: #fff;
		padding: 20px 0;
	}

	.modal-content h2 span {
		text-indent: 20px;
	}

	.modal-content h2 span:before {
		content: "";
		background: url('../../cmn/cmn_img/logo_top.png') no-repeat;
		background-size: cover;
		width: 20px;
		height: 20px;
		display: inline-block;
		margin-right: 10px;
	}

	/*
	.modal-content h2 p{
		width: 20%;
		margin: 0 auto;
		padding: 5px 0;
	}
	.modal-content h2 p img{
		width: 100%;
	}
	 */
	.modal-content h3 {
		color: #fff;
		font-size: 18px;
		background: #000;
		text-align: center;
		line-height: 30px;
		padding-top: 10px;
	}

	.menu_box {
		font-size: 0;
		width: 100%;
	}

	.menu_box li {
		float: left;
		/* width: calc(100%/3); */
		height: 50px;
		vertical-align: bottom;
		width: 100%;

	}

	.menu_box li a {
		text-align: center;
		color: #fff;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
		height: 50px;
		vertical-align: bottom;
		text-decoration: none;
		position: relative;
		box-sizing: border-box;
	}

	.menu_tel {
		background: #146;
		height: 35px;
		line-height: 35px;
	}

	.menu_tel li {
		width: 100%;
		text-align: center;
	}

	.menu_tel li a {
		color: #fff;
		text-align: center;
		position: relative;
		font-size: 22px;
	}

	.menu_tel li a:before {
		content: "\f095";
		font-family: FontAwesome;
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -22px;
	}

	.menu_info {
		background: #666666;
		height: 35px;
		line-height: 35px;
	}

	.menu_info li {
		width: 100%;
		text-align: center;
	}

	.menu_info li a {
		color: #fff;
		text-align: center;
		position: relative;
		font-size: 20px;
	}

	.menu_info li a:before {
		content: "\f0e0";
		font-family: FontAwesome;
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -22px;
	}

	.member_info {
		background: #9f2505;
		height: 35px;
		line-height: 35px;
	}

	.member_info li {
		width: 100%;
		text-align: center;
	}

	.member_info li a {
		color: #fff;
		text-align: center;
		position: relative;
		font-size: 20px;
	}

	/*.member_info li a:before {
		content: "\f0e0";
		font-family: FontAwesome;
		position: absolute;
		left: -20px;
		top: 50%;
		margin-top: -22px;
	}*/


	.menu_box li span {
		font-size: 12px;
		line-height: 1.2;
	}

	.menu_box li.menu01 {
		text-align: center;
		color: #fff;
		display: block;
		height: 50px;
		vertical-align: bottom;
		text-decoration: none;
		position: relative;
	}

	.menu_box li a span {
		font-size: 10px;

	}

	.menu_box .menu01 {
		background-color: #bc9a13;
		cursor: pointer;
	}





	.menu_box li a i {
		position: absolute;
		top: 20px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		font-size: 25px;
	}


	.menu_box .menu02 {
		background-color: #9e8d62;
	}

	.menu_box .menu03 {
		background-color: #666666;
	}

	.menu_box .menu05 {
		background-color: #584730;
	}

	/*
	.menu_box .menu04{
		background-color: #000;
		font-size: 10px;
		position: relative;
	}
	.menu_box .menu04 i{
		position: absolute;
		top: 25px;
		left: 50%;
		color: #fff;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
		font-size:25px;
	}

 */
	ul.nav_box {
		background-color: #000;
		margin: 0;
		padding: 0;
		overflow: hidden;
		clear: both;
		font-size: 0;
	}

	ul.nav_box_btm {
		background-color: #000;
		margin: 0;
		padding: 0;
		overflow: hidden;
		clear: both;
		padding: 7px;
		font-size: 0;
	}

	ul.nav_box li {
		display: inline-block;
		line-height: 40px;
		width: 50%;
		margin: 0;
		text-align: center;
		background-color: #333;

	}

	ul.nav_box_btm li {
		display: inline-block;
		line-height: 20px;
		width: 50%;
		margin: 0;
		text-align: left;
		background-color: #000;
	}

	ul.nav_box li a {
		display: block;
		font-size: 12px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		color: #fff;
	}

	ul.nav_box li:nth-last-of-type(1) a,
	ul.nav_box li:nth-last-of-type(2) a {
		border-bottom: 0;
	}

	ul.nav_box_btm li a {
		color: #fff;
		display: block;
		font-size: 10px;
		text-indent: 10px;
		position: relative;
	}

	ul.nav_box_btm li a:before {
		font-family: "FontAwesome";
		content: "\f105";
		padding-right: 5px;

	}

	ul.nav_box li:nth-of-type(even) a,
	ul.nav_box_btm li:nth-of-type(even) a {
		border-right: 0;
	}

	ul.nav_box li a:hover,
	ul.nav_box_btm li a:hover {
		text-decoration: none;
	}

	ul.btm_sns {
		background: #000;
		padding-bottom: 20px;
	}

	ul.btm_sns li {
		text-align: center;
	}

	ul.btm_sns li a {
		color: #fff;
		font-size: 30px;
	}

	.modal-content .btm_logo {
		text-align: center;
		background: #000;
		padding-bottom: 10px;
	}

	.modal-content .btm_logo .img {
		display: block;
		width: 25%;
		margin: 0 auto;
	}

	.modal-content .btm_logo .img img {
		width: 100%;
	}

	p.close_bottom {
		background-color: #e8e6c2;
		overflow: hidden;
		text-align: center;
	}


	p.close_bottom a {
		display: block;
		color: #a5a4a4;
		background-color: #fff;
		padding: 10px 30px;
		font-size: 1.4em;
	}

	.bottommenu {
		position: fixed;
		bottom: 0;
		z-index: 4;
		width: 100%;
		border-collapse: collapse;
	}

	.bottommenu li {
		width: calc(100%/3);
		/* width: calc(100%/2); */
		float: left;
		box-sizing: border-box;
		text-align: center;
		padding: 4px 0;
		background-color: #fff;
	}

	.bottommenu li:nth-of-type(1) {
		/* background: #ba9812; */
		background: #9e2505;
		padding: 4.5px;
	}

	.bottommenu li:nth-of-type(2) {
		/* background: #666666; */
		background: #ba9812;
	}

	.bottommenu li:nth-of-type(3) {
		background: #9e8d62;
	}

	.bottommenu li a {
		width: 100%;
		padding: 5px 0;
		display: block;
		font-size: 3.0vw;
		color: #fff;
	}

	.bottommenu li i {
		color: #fff;
	}

	/* 20180517 */
	.modal-content .pickup_bnr {
		background: #333;
		border-bottom: 1px solid #fff;
	}

	.modal-content .pickup_bnr input {
		padding: 5px;
	}

	.pickup_bnr {
		margin: 20px auto;
		width: 100%;
	}

	.pickup_bnr input {
		width: 100%;
	}

	/* 20180703 */
	#footer .footer .bnr_ft {
		width: 180px;
		position: initial;
		text-align: center;
		margin: 10px auto;
	}

	#footer .footer .bnr_ft2 {
		width: 180px;
		position: initial;
		text-align: center;
		margin: 10px auto;
	}

	.nosp {
		display: none !important;
	}

	.news_200610 li {
		width: 100% !important;
	}
}

/*20190329*/
#wrap #header .headerleft ul {
	width: unset;
}

#header .headerright .ulbtmbox li.li03 {
	margin-left: -15px;
}

#header .headerright .ulbtmbox li.li04 {
	vertical-align: middle;
	width: 28px;
	margin-left: ;
}

#header .headerright .ulbtmbox li.li04 a {
	width: 28px !important;
}

#header .headerright .ulbtmbox li.li05 {
	vertical-align: middle;
	margin-right: 50px;
}

#header .headerright .ulbtmbox li.li05 a {
	width: 28px !important;
}

#header .headerright .ulbtmbox li.li04 img {
	width: 18px;
}

#header .headerright .ulbtmbox li.li05 img {
	width: 18px;
}

@media only screen and (min-width: 769px) {
	.inc_pcHide {
		display: none;
	}

	.nopc {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#header .headerleft .inc_pcHide {
		display: flex;
		flex-direction: row-reverse;
		position: absolute;
		width: 24px;
		height: 24px;
		margin-top: 5px;
		top: 13px;
		right: 40px;
		background: none !important;

	}

	#header .headerleft .inc_pcHide li {
		width: unset;
	}

	#header .headerleft .inc_pcHide li.ico_sp01 img {
		width: 23px;
	}

	#header .headerleft .inc_pcHide li.ico_sp02 img {
		width: 23px;
	}

	#header .headerleft .inc_pcHide li.ico_sp03 img {
		width: 23px;
	}
}

/*20190401*/
#footer .footer .ulbox .ulbox_btm li.li03 {
	margin-left: 8px;
	vertical-align: middle;
}

#footer .footer .ulbox .ulbox_btm li.li03 a {
	width: 28px !important;
	top: -2px;
}

#footer .footer .ulbox .ulbox_btm li.li04 {
	vertical-align: middle;
	/*  margin-right: 50px;*/
}

#footer .footer .ulbox .ulbox_btm li.li04 a,
#footer .footer .ulbox .ulbox_btm li.li05 a {
	width: 28px !important;
	top: -2px;
}

#footer .footer .ulbox .ulbox_btm li.li03 img,
#footer .footer .ulbox .ulbox_btm li.li04 img,
#footer .footer .ulbox .ulbox_btm li.li05 img
 {
	width: 18px;
}

/* 20191225追加 */
.pnt_sis {
	margin: 5px auto 20px;
}

.pnt_txtbox {
	background: #e2e2e2;
	padding: 20px;
}

.riyou {
	float: left;
	padding: 0 3px;
	margin-bottom: 20px;
}

.pnt_li {
	margin-top: 10px;
}

.pnt_li_1 {
	margin-top: 10px;
}

.pnt_sis a img:hover {
	opacity: 0.7;
	transition: all .3s ease-in-out;
}

/* 20190619追加 */

.spDisp2 {
	display: none !important;
}

/*200220楽天アワードnews*/
.aw_news {
	float: left;
	width: 20%;
	margin-right: 3%;
	padding: 7% 0 19%;
}

.aw_news img {
	width: 100%;
}

.aw_txt {
	line-height: 1.5;
}

/*200220楽天アワードtop*/
.head01 a img :first-child {
	margin-right: 10px;
}

.n_btn {
	display: block;
	border: 2px solid #9e8b63;
	color: #9e8b63;
	width: 100%;
	/* text-align: center; */
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.n_btn a {
	color: #9e8d62 !important;
	text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
	.spDisp2 {
		display: block !important;
	}

	.spHide2 {
		display: none !important;
	}

	.pnt_sp_text {
		font-size: 12px !important;
	}

	.pnt_li img {
		width: 20%;
	}

	.pnt_li_1 img {
		width: 38%;
	}
}

/*200406日帰りプランニュース*/
p.plan_200406 {
	margin-top: 15px;
}

p.plan_200406 img {
	width: 337px;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	p.plan_200406 img {
		width: 100%;
		margin-bottom: 3%;
	}
}

/* 200827 フッターアイコン追加 */
.footer_flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 72%;
}

.footer_flex_icon {
	display: flex;
}

.footer_flex_icon p {
	margin-left: 20px;
}

.footer_flex_icon.sponly {
	display: none;
}


.footer_bn.nopc {
	display: none;
}

@media only screen and (max-width: 768px) {
	.footer_flex_box {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.footer_flex_icon.sponly {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0;
	}

	.footer_flex_icon p:first-child {
		margin-left: 0;
	}

	.footer_bn.nopc {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}

	#footer .footer_bn .bnr_ft3,
	#footer .footer_bn .bnr_ft4,
	#footer .footer_bn .bnr_ft4-1 {
		width: 80%;
		margin-bottom: 1%;
	}

	#footer .footer_bn .bnr_ft3 img,
	#footer .footer_bn .bnr_ft4 img,
	#footer .footer_bn .bnr_ft4-1 img {
		width: 100%;
	}

	/* #footer .footer_bn .bnr_ft4 {
		margin-left: 10px;
	} */

	.copyright {
		color: #fff;
		font-family: 'EB Garamond', serif;
		font-size: 10px;
		text-align: center;
	}

}

/* 220916 */
#fgroup.bn_box .fgroup {
	width: auto;
}

#fgroup.bn_box .fltbox .boxL,
#fgroup.bn_box .fltbox .boxR {
	float: none;
}

#fgroup.bn_box .fltbox .boxR ul {
	display: flex;
	justify-content: space-evenly;
	/* flex-wrap: wrap; */
	max-width: 1200px;
	width: 100%;
	margin: 30px auto 0;
}

#fgroup.bn_box .fltbox .boxR ul li {
	max-width: 194.4px;
	width: 24%;
	margin: 0 2px;
}

#fgroup.bn_box .fltbox .boxR ul li a {
	transition: .3s;
}

#fgroup.bn_box .fltbox .boxR ul li a:hover {
	opacity: 0.6;
}



@media only screen and (max-width: 450px) {
	#fgroup.bn_box .fltbox .boxR ul li {
		max-width: 256px;
		width: 100%;
		margin: 0 auto 3%;
	}
}

/* 230207 */
.reserve_link {
	padding: 60px 0 120px;
	background: rgb(177 162 129 / 10%);
}

.reserve_link ul {
	max-width: 540px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.reserve_link ul li {
	text-align: center;
	max-width: 240px;
	width: 100%;
}

.reserve_link ul li a {
	padding: 20px;
	border: 1px solid #ba9812;
	display: block;
	width: 100%;
	position: relative;
	transition: .3s;
	font-weight: bold;
	background-color: #ba9812;
	color: #fff;
}

.reserve_link ul li a:hover {
	background-color: #fff;
	color: #000;
}

.reserve_link ul li a .fa {
	padding-right: 10px;
	color: #fff;
}

.reserve_link ul li a:hover .fa {
	color: #9e8b63;
}

.area_lightbox_wrap_bbq {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*tripra追加 230214 */
#tripla_area {
	position: relative;
	min-width: 1000px;
	width: 1080px;
	margin: 0 auto 90px;
}

#booking {
	margin: 30px auto 0;
}

#tripla_area .confirm_link {
	right: 206px;
	bottom: 57px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	display: block;
	color: #fff;
}

#booking .search-widget-search-container-bf1818 {
	background: #332f00;
	padding-bottom: 33px;
}

.reserv_label {
	display: block;
	position: absolute;
	top: 5px;
	/* top: 45px; */
	right: 30px;
	width: 19%;
}

.reserv_label li {
	background-color: #9e8d62;
	;
	color: #fff;
	margin-bottom: 6px;
	padding: 3.5px 14px;
	border-radius: 3px;
	box-shadow: 1px 2px 2px #00000057;
	position: relative;
}

.reserv_label li span {
	width: 30px;
	display: inline-block;
}

.reserv_label li span img {
	max-width: 100%;
	height: auto;
}

.reserv_label li a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	text-align: left;
	padding: 10px;
	padding: 10px 0 10px 26px;
}

.reserv_label li a:before {
	background: url(/cmn/cmn_img/reserve01.png) no-repeat 0 50%;
}

.reserv_label li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.input-container-input-container-da40af .input-container-title-db81ec {
	color: #fff !important;
	font-family: 'Crimson Text', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.button-btn-f51c1a {
	background: #ba9812 !important;
}

#tripla_area .confirm_link {
	right: 287px;
	bottom: 68px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	display: block;
}

ul.resLink {
	display: flex;
	justify-content: center;
	max-width: 800px;
	margin: 20px auto;
}

ul.resLink li {
	width: 30%;
}

ul.resLink li a {
	text-align: center;
	display: block;
}

.reserv_label .even a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/cmn/cmn_img/reserve04.png) no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	left: 12px;
	bottom: 8px
}

.reserv_label .first a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/cmn/cmn_img/reserve02.png) no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	left: 12px;
	bottom: 8px
}

.reserv_label .last a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/cmn/cmn_img/reserve01.png) no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	left: 12px;
	bottom: 8px
}

@media screen and (max-width:769px) {
	#booking.ad_0829 {
		margin: 80px auto 0;
		position: relative;
	}

	#booking.ad_0829::before {
		content: "";
		background: url(../img/lodgment/lodgment_banner.png) no-repeat center/cover;
		width: 150px;
		height: 150px;
		position: absolute;
		top: -50px;
		left: -30px;
	}

	#booking.ad_0829 .search-widget-search-container-bf1818 {
		padding: 15px 25px 10px 130px;
	}

	#tripla_area .confirm_link.ad_0829 {
		bottom: 25%;
	}

	#tripla_area {
		position: relative;
		width: 100%;
		min-width: 100%;
	}

	#tripla_area .confirm_link {
		right: 80px;
		bottom: 375px;
		/* bottom: 265px; */
		/* bottom: 200px; */
	}

	ul.resLink {
		display: block;
		justify-content: center;
		max-width: 800px;
		margin: 20px auto;
		width: 85%;
	}

	ul.resLink li {
		width: auto;
	}

	ul.resLink li a {
		text-align: left;
		display: block;
		margin-bottom: 10px;
	}

	/* 221026追加	 */
	.reserv_label {
		width: 75%;
		margin: auto;
		right: 47px;
		top: 450px;
	}

	.reserv_label li {
		padding: 5px;
		padding-left: 45px;
		margin-bottom: 15px;
	}

	.reserv_label li a {
		display: block;
	}

	#booking .search-widget-search-container-bf1818 {
		height: 650px;
		/* height: 540px; */
		/* height: 475px; */
	}

	.reserv_label .first a::before,
	.reserv_label .last a::before {
		width: 35px;
		height: 35px;
		background-size: cover;
		left: 20px;
		bottom: 5px;
	}

	.reserv_label .even a::before {
		left: 25px;
	}
}

/* 220831　ポップアップ */
.top_lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1010;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.top_lightbox.active {
	opacity: 1;
	pointer-events: auto;
}

.top_lightbox div {
	background: #fff;
	width: 70%;
	max-width: 650px;
	padding: 50px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border: 3px solid #caa670;
}

.top_lightbox div img {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}

.top_lightbox div p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}

.top_lightbox div p strong {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #9f864c;
	margin: auto;
	width: 52%;
}

.top_lightbox div p strong.popup_strong {
	font-size: 18px;
	padding: 20px 0;
	border: none;
	line-height: 1.5em;
}

.top_lightbox div p strong span {
	font-size: 20px;
	color: red;
	position: relative;
	z-index: 1;
}

.top_lightbox div p strong span::after {
	content: "";
	width: 100%;
	height: 7px;
	background-color: #fff141;
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: -2;
}

.top_lightbox div .close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 30px;
	height: 20px;
	cursor: pointer;
	opacity: 1.0;
}

.top_lightbox div .close::before,
.top_lightbox div .close::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #404040;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.top_lightbox div .close::before {
	transform: rotate(45deg);
}

.top_lightbox div .close::after {
	transform: rotate(-45deg);
}

.top_lightbox div .btn {
	cursor: pointer;
	padding: 10px;
	display: block;
	margin: 30px auto 0;
	line-height: 100%;
	height: auto;
	width: 210px;
	border: 1px solid #9e8b63;
}

.top_lightbox div .btn::after {
	display: none;
}

/* 230207 */
.reserve_link {
	padding: 60px 0 120px;
	background: rgb(177 162 129 / 10%);
}

.reserve_link ul {
	max-width: 540px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.reserve_link ul li {
	text-align: center;
	max-width: 240px;
	width: 100%;
}

.reserve_link ul li a {
	padding: 20px;
	border: 1px solid #ba9812;
	display: block;
	width: 100%;
	position: relative;
	transition: .3s;
	font-weight: bold;
	background-color: #ba9812;
	color: #fff;
}

.reserve_link ul li a:hover {
	background-color: #fff;
	color: #000;
}

.reserve_link ul li a .fa {
	padding-right: 10px;
	color: #fff;
}

.reserve_link ul li a:hover .fa {
	color: #9e8b63;
}

.area_lightbox_wrap_bbq {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 230207　ポップアップ */
@media only screen and (max-width: 768px) {
	.top_lightbox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, .8);
		z-index: 2547483645;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		opacity: 0;
		pointer-events: none;
		transition: .3s;
	}

	.top_lightbox.active {
		opacity: 1;
		pointer-events: auto;
	}

	.top_lightbox div {
		background: #fff;
		width: 90%;
		/* max-width: 650px; */
		padding: 14% 5%;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		border: 3px solid #caa670;
		/* height: 70vh; */
		overflow-y: auto;
		min-height: 250px;
		margin-top: -10%;
	}

	.top_lightbox div img {
		max-width: 100%;
		display: block;
		margin: 0 auto 20px;
	}

	.top_lightbox div p {
		margin-bottom: 30px;
		text-align: center;
		font-size: 14px;
	}

	.top_lightbox div p strong {
		font-size: 4.0vw;
		font-weight: bold;
		display: block;
		width: 95%;
	}

	.top_lightbox div p strong.popup_strong {
		font-size: 3.8vw;
		padding: 5% 0;
		border: none;
	}

	.top_lightbox div p strong.popup_strong span {
		font-size: 5.0vw;
		color: red;
		position: relative;
		z-index: 1;
	}

	.top_lightbox div p strong.popup_strong span::after {
		content: "";
		width: 100%;
		height: 7px;
		background-color: #fff141;
		position: absolute;
		bottom: 4px;
		left: 0;
		z-index: -2;
	}

	.top_lightbox div .close {
		position: absolute;
		top: 15px;
		right: 10px;
		width: 30px;
		height: 20px;
		cursor: pointer;
		opacity: 1.0;
	}

	.top_lightbox div .close::before,
	.top_lightbox div .close::after {
		content: '';
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.top_lightbox div .close::before {
		transform: rotate(45deg);
	}

	.top_lightbox div .close::after {
		transform: rotate(-45deg);
	}

	.top_lightbox div .btn {
		cursor: pointer;
		padding: 10px;
		display: block;
		margin: auto;
		line-height: 100%;
		height: auto;
		width: 210px;
		border: 1px solid #9e8b63;
		margin: 30px auto 0;
	}

	.top_lightbox div .btn::after {
		display: none;
	}
}

@media screen and (max-width: 380px) {
	.top_lightbox div {
		height: auto;
	}

	.top_lightbox div p {
		font-size: 3.2vw;
	}

	.top_lightbox div .btn {
		padding: 10px 0px 10px 5px;
	}
}

li.li05.even {
	background: #9e8d62;
}

li.li05.member_nav {
	background: #9e2505;
}

.menu_box .menu02.car {
	background-color: #665f07;
}

/* 230522 */
/* .plan_inner {
	max-width: 1080px;
	width: 100%;
	margin: auto;
} */

.plan_inner h2.head01.cpba a img {
	width: 540px;
}

h2.head01.cpba .plan_txt {
	font-size: 18px;
	margin-top: 20px;
}

.top_lightbox.all .link_box {
	display: flex;
	justify-content: center;
}

.top_lightbox.all .link_box a.btn {
	margin: 0 10px;
}

.travel_box {
	padding: 80px 0;
}

@media only screen and (max-width: 768px) {
	.travel_box {
		padding: 15% 5%;
	}

	.travel_box a img {
		margin-bottom: 5%;
	}
}

/* 230523 */
.plan_bn_fixed {
	position: fixed;
	bottom: 10px;
	left: 10px;
	max-width: 250px;
}

.plan_bn_fixed li {
	margin-bottom: 15px;
}

.plan_bn_fixed li img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.plan_bn_fixed {
		position: fixed;
		bottom: 10px;
		left: 10px;
		max-width: 200px;
		width: 30%;
	}
}

/*会員導線_230530*/
.btn-wrap {
	max-width: 1000px;
	width: 1000px;
	margin: 60px auto;
}


a.btn-c {
	font-size: 20px;
	padding: 0.25rem 2rem 0.45rem 10rem;
	color: #9f864c;
	background: #efeadf;
	-webkit-box-shadow: 0 5px 0 #9e2505;
	box-shadow: 0 5px 0 #9e2505;
	width: 100%;
	height: auto;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.3rem;
	border: none;
	text-align: left;
	padding-bottom: 20px;
	box-shadow: 5px 5px 0 #9e2505;
}

a.btn-c span {
	font-size: 30px;
	position: absolute;
	top: -34px;
	left: calc(50% - 273px);
	display: block;
	padding: 0.2rem 0.8rem;
	color: #fff;
	border: 2px solid #9e2505;
	border-radius: 0.5rem;
	background: #9e2505;
	-webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	font-weight: normal;
}


.btn {
	box-sizing: border-box;
	width: 275px;
	height: 50px;
	border: 1px solid #7d7d7d;
	font-size: 120%;
	color: #7d7d7d;
	text-align: center;
	background: #fff url(../img/common/list_icon02.png) no-repeat 15px 50%;
}

.a.btn-c span {
	font-size: 30px;
	position: absolute;
	top: -34px;
	left: calc(50% - 273px);
	display: block;
	padding: 0.2rem 0.8rem;
	color: #fff;
	border: 2px solid #9e2505;
	border-radius: 0.5rem;
	background: #9e2505;
	-webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	font-weight: normal;
}

.sp {
	display: none !important;
}


font.checkbtn {
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #404040;
	font-size: 19px;
}

a.btn-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #9f864c;
	background: #efeadf;
	-webkit-box-shadow: 0 2px 0 #9e2505;
	box-shadow: 0 2px 0 #9e2505;
}

a.btn-c:hover:before {
	left: 2rem;
}

a.btn-c b {
	color: #9e2505;
	font-size: 30px;
}




/*SP会員導線_230530*/
@media only screen and (max-width: 768px) {
	.btn-wrap {
		width: 90% !important;
	}

	a.btn-c {
		font-size: 16px !important;
		padding: 1.5rem 1rem 0.5rem !important;
	}

	a.btn-c span {
		font-size: 20px !important;
		left: calc(53% - 124px) !important;
		padding: 0.2rem 1.5rem !important;
		border: 1px solid #b24949 !important;
		top: -35px;
		text-align: center;
	}

	.sp {
		display: block !important;
	}

	a.btn-c b {
		font-size: 21px;
	}
}

#footer .footer .ulbox li.car {
	background: #9e2505;
}

/* 230606 */
.search-widget-day-use-block-da04c0 label {
	color: #fff !important;
}

.sm14 {
	font-size: 15px;
	text-align: center;
}

/*Facebookシェアbtn-230724*/
.footer-sns {
	display: flex;
	justify-content: center;
	margin: 1% auto;
}

@media only screen and (max-width: 768px) {
	.footer-sns {
		margin: 4% auto;
	}
}

#fb {
	width: 100%;
	padding: 80px 0 80px 0;
}

.fb-block {
	display: flex;
	justify-content: center;
}

.facebook_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 27%;
}

.flex1 {
	display: flex;
	margin: 1% auto;
	justify-content: center;
}

.flex2 {
	padding: 0 0.2vw;
}

@media only screen and (max-width: 768px) {
	.flex2 {
		padding: 0 0.7vw;
	}

	#fgroup.bn_box .fltbox .boxR ul {
		flex-wrap: wrap;
		max-width: 68%;
	}
}

/*230810_TOPプラン*/
.f-bold {
	font-weight: bold;
}

.plan-price {
	font-size: 21px;
	color: #9e2505;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1.5px solid #9e8d62;
}

.small-price {
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
}

/* 230829 */
.access_map {
	margin-bottom: 10%;
}

.wrapper_access {
	width: 1000px;
	min-width: 1000px;
	text-align: left;
	margin-top: 1%;
}

.clearfix2 {
	display: block;
}

.txt120 {
	line-height: 24px;
}

.access_map p.left {
	width: 500px;
	float: left;
}

.access_map p.right {
	width: 250px;
	float: right;
}

.btn2 {
	box-sizing: border-box;
	width: 275px;
	height: 46px;
	border: 1px solid #7d7d7d;
	font-size: 90%;
	color: #7d7d7d;
	text-align: center;
}

.map_btn2 {
	display: flex;
	justify-content: center;
	margin: 16px
}

.btn2 :hover {
	opacity: 0.6 !important;
}



@media only screen and (max-width: 768px) {
	.wrapper_access {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
		padding: 0 0;
		text-align: left;
	}

	.access_map p.right {
		width: 100%;
		float: none;
		margin-top: 1%;
	}

	.btn2 {
		width: 100%;
		height: 40px;
		font-size: 12px;
		color: #7d7d7d;
	}


	.access_map {
		margin-bottom: 10%;
	}

	.txt120 {
		font-size: 14px;
		line-height: 20px;
	}

	.access_map p.left {
		width: 100%;
		float: none;
		margin-bottom: 2%;
	}
}

/* 230927 PCロゴ変更 */
@media only screen and (min-width: 769px) {
	#header .headerleft .logo {
		width: 70px;
		margin-left: 0;
		margin-right: 20px;
		margin-top: 10px;
		height: 43px;
	}
}

/* 231025 会員ログイン追加 */
@media only screen and (max-width: 768px) {
	.menu_info.login li a:before {
		content: "\f090";
		top: 72%;
	}
}

/* 231104追加 */

#plan .planarea_box .news_topic {
	margin-bottom: 0;
}

#plan .planarea_box {
	background: #f4f4f4;
	padding-bottom: 50px;
}

#plan .btn_plan {
	display: block;
	margin: auto;
	width: 28%;
	text-align: center;
	border: 1px solid #9e8b63;
	color: #9e8b63;
	padding: 10px;
}
span.komoji {
    font-size: 24px !important;
	position: relative;
	bottom: 16px;
}

@media only screen and (max-width: 768px) {
	#plan .btn_plan {
		width: 85% !important;
	}
}

/* 240125 */
.head01.business {
	margin-top: 40px;
}

/* 240129 */
@media only screen and (max-width: 768px) {
	.footer_flex_icon p {
		margin-left: 2%;
		max-width: 23.5%;
	}

	.footer_flex_icon p img {
		width: 100%;
	}
}

/* 240228 */
#top_contents_gw {
	margin-top: 90px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	#top_contents_gw {
		margin-top: 60px;
	}
}

@media screen and (min-width:768px) and (max-width:1500px) {
	#top_contents_gw {
		margin-top: 180px;
	}
}

/* 240603 */
#fgroup .fgroup.group01 {
	padding: 80px 0 40px;
}

#fgroup .fgroup.group02 {
	padding: 40px 0 80px;
}

@media only screen and (max-width: 768px) {
	#fgroup .fgroup.group01 {
		padding: 40px 0 20px;
	}

	#fgroup .fgroup.group02 {
		padding: 20px 0 40px;
	}
}

/* 240606 */
.flex_contents {
	display: flex;
    justify-content: space-between;
    max-width: 630px;
	width: 100%;
    margin: auto;
}

#fgroup.bn_box .fltbox .flex_contents .boxR ul li {
    width: 100%;
}

li.li05.even.no_bg {
    background: none;
}

@media only screen and (max-width: 768px) {
	.flex_contents {
		flex-wrap: wrap;
	}

	.flex_contents .flex_contents_detail {
		width: 100%;
	}

	.flex_contents .flex_contents_detail:last-of-type {
		margin-top: 10%;
	}
}

#onlineshop {
	width: 100%;
    padding: 0 0 80px 0;	
	text-align: center;
}

#onlineshop a {
	transition: .3s;
}

#onlineshop a:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	#onlineshop img {
		width: 100%;
	}
}

.checkinout_txt {
	color: #fff;
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.btm_sns .checkinout_txt {
		margin-top: 10px;
	}
}

/* 241008_front_navi */
ul.front_navi_menu {
    background: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
ul.front_navi_menu li {
    width: 20%;
    text-align: center;
    padding: 3% 0;
}
ul.front_navi_menu li a {
    color: #fff;
    font-size: 11px;
}
ul.front_navi_menu li a span {
    display: block;
    width: 30px;
    margin: 0 auto 6%;
}
ul.front_navi_menu li a span img {
    max-width: 100%;
    height: auto;
}

/* 251001 */
#fgroup .fgroup.group01 {
	padding: 80px 0;
}

@media only screen and (max-width: 768px) {
	#fgroup .fgroup.group01 {
		padding: 40px 0;
	}
}