@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;*/
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #202020;
}
@media screen and (max-width: 767px) {
	body{
	/* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif; */
	font-size: 14px;
	}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input {
	outline: none;
}
abbr, acronym {
	border: 0;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #202020;
	text-decoration: none;
}
a:visited, a:active, a:focus {
}
a:hover {
	text-decoration: underline;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
/* !Inline Align ------------------------------------------------------------ */
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.vab {
	vertical-align: bottom !important;
}
.imgc {
	text-align: center !important;
}
@media screen and (max-width: 959px) {
.imgc img {
	width: 100%;
}
}
/* !Width ------------------------------------------------------------------- */
.whalf {
	width: 48% !important;
}
.wtri {
	width: 33% !important;
}
.wquart {
	width: 24% !important;
}
.wfull {
	width: 99.9% !important;
}
.wmax {
	width: 100% !important;
}
/* !fs ------------------------------------------------------------------- */
.fs14 {font-size:14px !important;}
.fs15 {font-size:15px !important;}
.fs16 {font-size:16px !important;}
.fs17 {font-size:17px !important;}
.fs18 {font-size:18px !important;}
.fs08em {font-size:0.8em !important;}
.fs09em {font-size:0.9em !important;}

/* !Floats ------------------------------------------------------------------ */
.fll {
	float: left;
}
.flr {
	float: right;
}
.ftbox,
.ftboxs {
	overflow: hidden;
	zoom: 1;
}

.fllimg,
.fllimgs {
	float: left;
	margin-right: 30px;
}
.flrimg,
.flrimgs {
	float: right;
	margin-left: 30px;
}
@media screen and (max-width: 959px) {
.fllimg,
.flrimg {
	float: none;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.fllimgs,
.flrimgs {
	float: none;
	display: table-footer-group;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.ftboxs {
	display: table-header-group;
}
}
@media screen and (max-width: 767px) {
.fllimg,
.flrimg {
	margin-bottom: 15px;
}
}

.flex02cmn_pc{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:15px;
	margin-bottom:25px;
}
.flex02cmn_pc img{
	display:block;
	width:calc( 50% - 8px );
}
@media screen and (max-width: 959px) {
	.flex02cmn_pc {
		display: none !important;
	}
}
/* !Tools ------------------------------------------------------------------- */
.clear {
	clear: both;
}
.block {
	display: block;
}
.hide {
	display: none;
}
.pc_only{display:block !important;}
.sp_only{display:none !important;}

.bgn {
	background: none !important;
}
.tdu {
	text-decoration: underline;
}
.tdn {
	text-decoration: none;
}
/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt55 { margin-top:55px !important;}
.mt60 { margin-top:60px !important;}
.mt65 { margin-top:65px !important;}
.mt70 { margin-top:70px !important;}
.mt75 { margin-top:75px !important;}
.mt80 { margin-top:80px !important;}
.mt85 { margin-top:85px !important;}
.mt90 { margin-top:90px !important;}
.mt95 { margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mr55 { margin-right:55px !important;}
.mr60 { margin-right:60px !important;}
.mr65 { margin-right:65px !important;}
.mr70 { margin-right:70px !important;}
.mr75 { margin-right:75px !important;}
.mr80 { margin-right:80px !important;}
.mr85 { margin-right:85px !important;}
.mr90 { margin-right:90px !important;}
.mr95 { margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.mb65 { margin-bottom:65px !important;}
.mb70 { margin-bottom:70px !important;}
.mb75 { margin-bottom:75px !important;}
.mb80 { margin-bottom:80px !important;}
.mb85 { margin-bottom:85px !important;}
.mb90 { margin-bottom:90px !important;}
.mb95 { margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}
.ml55 { margin-left:55px !important;}
.ml60 { margin-left:60px !important;}
.ml65 { margin-left:65px !important;}
.ml70 { margin-left:70px !important;}
.ml75 { margin-left:75px !important;}
.ml80 { margin-left:80px !important;}
.ml85 { margin-left:85px !important;}
.ml90 { margin-left:90px !important;}
.ml95 { margin-left:95px !important;}
.ml100{ margin-left:100px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt55 { padding-top:55px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pt70 { padding-top:70px !important;}
.pt75 { padding-top:75px !important;}
.pt80 { padding-top:80px !important;}
.pt85 { padding-top:85px !important;}
.pt90 { padding-top:90px !important;}
.pt95 { padding-top:95px !important;}
.pt100{ padding-top:100px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pr55 { padding-right:55px !important;}
.pr60 { padding-right:60px !important;}
.pr65 { padding-right:65px !important;}
.pr70 { padding-right:70px !important;}
.pr75 { padding-right:75px !important;}
.pr80 { padding-right:80px !important;}
.pr85 { padding-right:85px !important;}
.pr90 { padding-right:90px !important;}
.pr95 { padding-right:95px !important;}
.pr100{ padding-right:100px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pb55 { padding-bottom:55px !important;}
.pb60 { padding-bottom:60px !important;}
.pb65 { padding-bottom:65px !important;}
.pb70 { padding-bottom:70px !important;}
.pb75 { padding-bottom:75px !important;}
.pb80 { padding-bottom:80px !important;}
.pb85 { padding-bottom:85px !important;}
.pb90 { padding-bottom:90px !important;}
.pb95 { padding-bottom:95px !important;}
.pb100{ padding-bottom:100px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
.pl55 { padding-left:55px !important;}
.pl60 { padding-left:60px !important;}
.pl65 { padding-left:65px !important;}
.pl70 { padding-left:70px !important;}
.pl75 { padding-left:75px !important;}
.pl80 { padding-left:80px !important;}
.pl85 { padding-left:85px !important;}
.pl90 { padding-left:90px !important;}
.pl95 { padding-left:95px !important;}
.pl100{ padding-left:100px !important;}

@media screen and (max-width: 479px) {
/* !Margin ------------------------------------------------------------------ */
.mt05 { margin-top: 2px !important;}
.mt10 { margin-top: 5px !important;}
.mt15 { margin-top: 7px !important;}
.mt20 { margin-top:10px !important;}
.mt25 { margin-top:13px !important;}
.mt30 { margin-top:15px !important;}
.mt35 { margin-top:17px !important;}
.mt40 { margin-top:20px !important;}
.mt45 { margin-top:23px !important;}
.mt50 { margin-top:25px !important;}
.mt55 { margin-top:27px !important;}
.mt60 { margin-top:30px !important;}
.mt65 { margin-top:33px !important;}
.mt70 { margin-top:35px !important;}
.mt75 { margin-top:37px !important;}
.mt80 { margin-top:40px !important;}
.mt85 { margin-top:42px !important;}
.mt90 { margin-top:45px !important;}
.mt95 { margin-top:47px !important;}
.mt100{ margin-top:50px !important;}

.mr05 { margin-right: 2px !important;}
.mr10 { margin-right: 5px !important;}
.mr15 { margin-right: 7px !important;}
.mr20 { margin-right:10px !important;}
.mr25 { margin-right:13px !important;}
.mr30 { margin-right:15px !important;}
.mr35 { margin-right:17px !important;}
.mr40 { margin-right:20px !important;}
.mr45 { margin-right:23px !important;}
.mr50 { margin-right:25px !important;}
.mr55 { margin-right:27px !important;}
.mr60 { margin-right:30px !important;}
.mr65 { margin-right:33px !important;}
.mr70 { margin-right:35px !important;}
.mr75 { margin-right:37px !important;}
.mr80 { margin-right:40px !important;}
.mr85 { margin-right:42px !important;}
.mr90 { margin-right:45px !important;}
.mr95 { margin-right:47px !important;}
.mr100{ margin-right:50px !important;}

.mb05 { margin-bottom: 2px !important;}
.mb10 { margin-bottom: 5px !important;}
.mb15 { margin-bottom: 7px !important;}
.mb20 { margin-bottom:10px !important;}
.mb25 { margin-bottom:13px !important;}
.mb30 { margin-bottom:15px !important;}
.mb35 { margin-bottom:17px !important;}
.mb40 { margin-bottom:20px !important;}
.mb45 { margin-bottom:23px !important;}
.mb50 { margin-bottom:25px !important;}
.mb55 { margin-bottom:27px !important;}
.mb60 { margin-bottom:30px !important;}
.mb65 { margin-bottom:33px !important;}
.mb70 { margin-bottom:35px !important;}
.mb75 { margin-bottom:37px !important;}
.mb80 { margin-bottom:40px !important;}
.mb85 { margin-bottom:42px !important;}
.mb90 { margin-bottom:45px !important;}
.mb95 { margin-bottom:47px !important;}
.mb100{ margin-bottom:50px !important;}

.ml05 { margin-left: 2px !important;}
.ml10 { margin-left: 5px !important;}
.ml15 { margin-left: 7px !important;}
.ml20 { margin-left:10px !important;}
.ml25 { margin-left:13px !important;}
.ml30 { margin-left:15px !important;}
.ml35 { margin-left:17px !important;}
.ml40 { margin-left:20px !important;}
.ml45 { margin-left:23px !important;}
.ml50 { margin-left:25px !important;}
.ml55 { margin-left:27px !important;}
.ml60 { margin-left:30px !important;}
.ml65 { margin-left:33px !important;}
.ml70 { margin-left:35px !important;}
.ml75 { margin-left:37px !important;}
.ml80 { margin-left:40px !important;}
.ml85 { margin-left:42px !important;}
.ml90 { margin-left:45px !important;}
.ml95 { margin-left:47px !important;}
.ml100{ margin-left:50px !important;}

/* !Padding  ---------------------------------------------------------------- */

.pt05 { padding-top: 3px !important;}
.pt10 { padding-top: 5px !important;}
.pt15 { padding-top: 7px !important;}
.pt20 { padding-top:10px !important;}
.pt25 { padding-top:13px !important;}
.pt30 { padding-top:15px !important;}
.pt35 { padding-top:17px !important;}
.pt40 { padding-top:20px !important;}
.pt45 { padding-top:23px !important;}
.pt50 { padding-top:25px !important;}
.pt55 { padding-top:27px !important;}
.pt60 { padding-top:30px !important;}
.pt65 { padding-top:33px !important;}
.pt70 { padding-top:35px !important;}
.pt75 { padding-top:37px !important;}
.pt80 { padding-top:40px !important;}
.pt85 { padding-top:42px !important;}
.pt90 { padding-top:45px !important;}
.pt95 { padding-top:47px !important;}
.pt100{ padding-top:50px !important;}

.pr05 { padding-right: 3px !important;}
.pr10 { padding-right: 5px !important;}
.pr15 { padding-right: 7px !important;}
.pr20 { padding-right:10px !important;}
.pr25 { padding-right:13px !important;}
.pr30 { padding-right:15px !important;}
.pr35 { padding-right:17px !important;}
.pr40 { padding-right:20px !important;}
.pr45 { padding-right:23px !important;}
.pr50 { padding-right:25px !important;}
.pr55 { padding-right:27px !important;}
.pr60 { padding-right:30px !important;}
.pr65 { padding-right:33px !important;}
.pr70 { padding-right:35px !important;}
.pr75 { padding-right:37px !important;}
.pr80 { padding-right:40px !important;}
.pr85 { padding-right:42px !important;}
.pr90 { padding-right:45px !important;}
.pr95 { padding-right:47px !important;}
.pr100{ padding-right:50px !important;}

.pb05 { padding-bottom: 3px !important;}
.pb10 { padding-bottom: 5px !important;}
.pb15 { padding-bottom: 7px !important;}
.pb20 { padding-bottom:10px !important;}
.pb25 { padding-bottom:13px !important;}
.pb30 { padding-bottom:15px !important;}
.pb35 { padding-bottom:17px !important;}
.pb40 { padding-bottom:20px !important;}
.pb45 { padding-bottom:23px !important;}
.pb50 { padding-bottom:25px !important;}
.pb55 { padding-bottom:27px !important;}
.pb60 { padding-bottom:30px !important;}
.pb65 { padding-bottom:33px !important;}
.pb70 { padding-bottom:35px !important;}
.pb75 { padding-bottom:37px !important;}
.pb80 { padding-bottom:40px !important;}
.pb85 { padding-bottom:42px !important;}
.pb90 { padding-bottom:45px !important;}
.pb95 { padding-bottom:47px !important;}
.pb100{ padding-bottom:50px !important;}

.pl05 { padding-left: 3px !important;}
.pl10 { padding-left: 5px !important;}
.pl15 { padding-left: 7px !important;}
.pl20 { padding-left:10px !important;}
.pl25 { padding-left:13px !important;}
.pl30 { padding-left:15px !important;}
.pl35 { padding-left:17px !important;}
.pl40 { padding-left:20px !important;}
.pl45 { padding-left:23px !important;}
.pl50 { padding-left:25px !important;}
.pl55 { padding-left:27px !important;}
.pl60 { padding-left:30px !important;}
.pl65 { padding-left:33px !important;}
.pl70 { padding-left:35px !important;}
.pl75 { padding-left:37px !important;}
.pl80 { padding-left:40px !important;}
.pl85 { padding-left:42px !important;}
.pl90 { padding-left:45px !important;}
.pl95 { padding-left:47px !important;}
.pl100{ padding-left:50px !important;}
}
/* !text-indent  ----------------------------------------- */
.txt_indent{
	display:block;
	font-size:0.9em;
	padding-left:1em;
	text-indent:-1em;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
}
@media print {
html,  html body {
	*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	min-width: 1140px;
	background:#f8f8f8;
	padding-top: 128px;
}
@media screen and (max-width: 959px) {
#wrapper {
	padding-top: 56px;
	min-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#wrapper {
	overflow-x: hidden;
	padding-top: 0;
	}
}
}
/* !header
---------------------------------------------------------- */
#header {
	width:100%;
}
#headerin {
	width:1140px;
	height:128px;
	margin:0 auto;
	position:relative;
}
#headerlogo {
	position:absolute;
	left:0;
	bottom:30px;
	z-index:3;
}
#headernavi {
	position:absolute;
	left:192px;
	bottom:30px;
	z-index:3;
}
#headernavi ul li {
	float:left;
	width:180px;/*4列*/
}
#headernavi ul li+li {
	margin-left:20px;
}
#headernavi ul li a {
	display:block;
	border-bottom:1px #9f729d dotted;
	padding-bottom:20px;
	text-align:center;
	transition: all ease 0.3s;
	/* font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; */
}
#headernavi.ver2 ul li a {
	padding-top: 20px;	
}
#headernavi ul li a span {
	color:#9b3a7c;
	font-size:13px;
	font-weight: normal;
}
#headernavi ul li a:hover {
	text-decoration:none;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#headerin .reservation {
	position:absolute;
	right:0;
	bottom:30px;
	z-index:3;
}
#headerts {
	display:none;
}

@media screen and (max-width: 959px) {
	.pc_only{display:none !important;}
	.sp_only{display:block !important;}

	#headerin {
		display:none;
	}
	#headerts {
		display: flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-content: center;
		align-items: center;
		width:100%;
		height:56px;
		padding: 0px 2px;
		box-sizing: border-box;
	}
	#headerts .logo {
		width:calc( 100% - 154px );
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		height:56px;		
	}

	#headerts .logo a img {
		display:block;
		height: auto;
		width: 100%;
		max-height: 56px;
	}
	#headerts #headerbtn {
		margin-top:0;
		width:76px;
		height:auto;
	}
	#headerts .btnreservation {
		margin:0;
		width:76px;
		height:auto;
	}
	#headerts #headerbtn img,
	#headerts .btnreservation img {
		height:52px;
		width:auto;
	}
}
/* !menuts
---------------------------------------------------------- */
.menu {
	width: 100%;
	display: none;
	z-index:100;
	top: 0;
	position: absolute;
}
.menuin {
	display:none;
}
@media screen and (max-width: 959px) {
.menuin {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding:15px;
	display:block;
	z-index: 9999;
}

.menuin ul li {
	width:50%;
	height:51px;
	padding-right:5px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.menuin ul li:has(a.line02) {height:51px;}
.menuin ul li:has(a.line03) {height:72px;}

.menuin ul li:nth-child(2n) {
	padding-right:0;
	padding-left:5px !important;
}
.menuin ul li:nth-child(n+3) {
	margin-top:10px;
}
.menuin ul li a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
	color: #fff;
	display: block;
	padding: 15px 16px;
	position: relative;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.menuin ul li a i {
	background-color: #202020;
	bottom: 0;
	display: inline-block;
	height: 16px;
	width: 16px;
	line-height:16px;
	text-align:center;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.menuin ul li a.line02,
.menuin ul li a.line03 {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
}

.menuin ul {
	margin-bottom:20px;
}
.menuin.ver2 ul {
	margin-bottom:20px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.menuin.ver2 ul li {
    flex-basis:48%;
	margin-top:10px;    
		display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height:51px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.menuin.ver2 ul li a {
	color: #fff;
	display: block;
	width:100%;
	/* vertical-align:middle; */
	position: relative;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.menuin .tel {
	position:relative;
	background:#f8f8f8;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
.menuin .tel:before {
	position:absolute;
	content:"";
	background:#fffffe;
	width:100%;
	height:1px;
	z-index:3;
	left:0;
	top:1px;
}
.menuin .tel a {
	font-size:25px;
	color:#665e53;
}
.menuin .tel a i {
	margin-right:5px;
}
.menuin .tel span {
	font-size:14px;
}
.menuin .close {
	padding-bottom: 80px;
}
.menuin .close a {
	display:block;
	background:#202020;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding:15px 5px;
}
.menuin .close a:hover,.menuin .close a:visited，.menuin .close a:active，.menuin .close a:focus {
	text-decoration:none;
}
.menuin .close a i {
	margin-right:5px;
}
.menubg {
	background: none repeat scroll 0 0 rgba(77, 71, 62, 0.9);
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
background: #9b3a7c;
  width: 100%;
  border-top: 1px #a14684 solid;
  border-bottom: 1px #ce8d86 solid;
}
#breadcrumb div,
#breadcrumb ul {
	width:1140px;
	padding:15px 0;
	margin:0 auto;
	font-size:18px;
	color:#fff03f;
}

#breadcrumb ul li{
  display: inline-block;
}

#breadcrumb ul li a:after{
  display: inline-block;
  font-family: "FontAwesome";
  content: "";
  padding: 0 20px;
}




@media screen and (max-width: 959px) {
#breadcrumb {
	border-top:none;
	border-bottom:none;
}
#breadcrumb div,
#breadcrumb ul {
	width:auto;
	margin:auto;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
#breadcrumb div a {
	display: inline-block;
	color:#fff;
	font-size:18px;
}
@media screen and (max-width: 767px) {
#breadcrumb div,
#breadcrumb ul {
	font-size:14px;
	padding:10px 15px;
}
#breadcrumb div a,
#breadcrumb ul a{
	font-size:14px;
}

#breadcrumb ul li a:after{
  display: inline-block;
  font-family: "FontAwesome";
  content: "";
  padding: 0 10px;
}



}
#breadcrumb div a:first-child,
#breadcrumb ul a:first-child {
	color:#fff;
}
#breadcrumb div i,
#breadcrumb ul i {
	margin:0 15px;
	display:inline-block;
	color:#fff;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	width: 100%;
	height:280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position:relative;
}
@media screen and (max-width: 959px) {
#teaser {
	height:auto;
	padding:70px 0;
}
}
@media screen and (max-width: 767px) {
#teaser {
	height:auto;
	padding:35px 0;
}
}
#teaser h2 {
	width:300px;
	height:280px;
	display:inline-block;
}
@media screen and (max-width: 959px) {
#teaser h2 {
	height:auto;
	width:100%;
	text-align:center;
}
}
#teaser h2 .teaserin {
	display:table-cell;
	width:300px;
	height:280px;
	text-align:center;
	vertical-align:middle;
	font-size:40px;
	color:#fff;
	line-height:1em;
	text-shadow: 0 0 15px #9f729d,0 0 5px #9f729d;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
@media screen and (max-width: 959px) {
#teaser h2 .teaserin {
	display:inline-block;
	width:auto;
	height:auto;
	vertical-align:auto;
	font-size:20px;
	-webkit-text-shadow: 0 0 15px #9f729d, 0 0 15px #9f729d, 0 0 10px #9f729d, 0 0 10px #9f729d, 0 0 5px #9f729d, 0 0 5px #9f729d;
	-moz-text-shadow: 0 0 15px #9f729d, 0 0 15px #9f729d, 0 0 10px #9f729d, 0 0 10px #9f729d, 0 0 5px #9f729d, 0 0 5px #9f729d;
	-ms-text-shadow: 0 0 15px #9f729d, 0 0 15px #9f729d, 0 0 10px #9f729d, 0 0 10px #9f729d, 0 0 5px #9f729d, 0 0 5px #9f729d;
	-o-text-shadow: 0 0 15px #9f729d, 0 0 15px #9f729d, 0 0 10px #9f729d, 0 0 10px #9f729d, 0 0 5px #9f729d, 0 0 5px #9f729d;
	/* text-shadow: 0 0 15px #9f729d, 0 0 15px #9f729d, 0 0 10px #9f729d, 0 0 10px #9f729d, 0 0 5px #9f729d, 0 0 5px #9f729d; */
	text-shadow: 0 0 15px #9f729d, 0 0 10px #9f729d, 0 0 5px #9f729d, 0 0 5px #9f729d;
	behavior: url("../../../index.html");
}
}
@media screen and (max-width: 767px) {
#teaser h2 .teaserin {
	font-size:20px;
}
}
#teaser h2 .teaserin span {
	font-size:20px;
	color:#fff795;
}
@media screen and (max-width: 767px) {
#teaser h2 .teaserin span {
  font-family: Helvetica,"游ゴシック","Yu Gothic",sans-serif;
	font-size:10px;
}
}


/* !contents
---------------------------------------------------------- */
#contents {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .inner {
	width:1140px;
	margin: 0 auto;
	padding: 60px 0;
}
#contents .mb150 {
	margin-bottom: 150px
}

@media screen and (max-width: 959px) {
#contents .inner {
	width:auto;
	margin: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
#contents .contentin {
	background:url("../img/bg_contentin.jpg") 0 0 repeat-y #efefee;
	background-size:100% auto;
	padding:60px 0;
	border-top:1px #d0d0d0 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
#contents .contentin {
	background:url("../img/bg_contentin_ts.gif") 0 0 repeat-y #efefee;
	background-size:100% auto;
	padding:60px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 767px) {
#contents .contentin {
	padding:30px 15px;
}
}
#contents .contenttop {
	padding:40px 0;
	width:1140px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
#contents .contenttop {
	width:auto;
	margin:auto;
	padding:15px;
}
}
#contents .contenttop h3 {
	font-size:28px;
	line-height:1.2em;
	text-align:center;
	/*font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
@media screen and (max-width: 959px) {
#contents .contenttop h3 {
	display:none;
}
}
#contents .contenttop h3 span {
	font-size:18px;
	color:#756d63;
}

#contents .contentbottom {
	background:#f8f8f8;
	padding:60px 0;
}
@media screen and (max-width: 959px) {
#contents .contentbottom {
	padding:60px 15px;
}
}
@media screen and (max-width: 767px) {
#contents .contentbottom {
	padding:30px 15px;
}
}

#contents .contentdetail {
	background:url("../../common/img/border_stripe.png") 0 bottom repeat-x #efefee;
	padding:40px 0 50px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
#contents .contentdetail {
	padding:40px 15px;
	background:none;
}
}
@media screen and (max-width: 767px) {
#contents .contentdetail {
	padding:20px 15px;
}
}

/* !pageTop
---------------------------------------------------------- */
.pagetop {}

/* !search
---------------------------------------------------------- */
#search {
	background:url("../../common/img/border_stripe.png") 0 0 repeat-x;
	width:100%;
	position:relative;
}
.visiblepc #search.pb65 {
	margin-top: 0;
}

#search:before {
	position:absolute;
	content:"";
	background:url("../../common/img/icon_stripe.png") 0 0 no-repeat;
	left:50%;
	margin-left:-7px;
	top:0;
	width:15px;
	height:30px;
	z-index:3;
}
#search .searchin {
	width:1140px;
	margin:0 auto;
	padding:40px 0;
	position:relative;
}
@media screen and (max-width: 959px) {
#search .searchin {
	width:auto;
	margin:0 15px;
}
}
#search .searchtit {
	text-align:center;
	font-size:28px;
	line-height:1.2em;
	margin-bottom:30px;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#search .searchtit span {
	font-size:18px;
	color:#756d63;
}
@media screen and (max-width: 479px) {
#search .searchtit {
	font-size:24px;
	margin-bottom:20px;
}
#search .searchtit span {
	font-size:16px;
}
}
#search .searchin .bestrate {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-180px;
	z-index:3;
}
@media screen and (max-width: 479px) {
#search .searchin .bestrate {
	margin-left:-130px;
}
#search .searchin .bestrate img {
	width:80%;
}
}
#search .searchin .searchdate {
	float:left;
	margin:0 40px 0 25px;
}
@media screen and (max-width: 959px) {
#search .searchin .searchdate {
	float:none;
	margin:0 0 20px 0;
}
}
#search .searchin .searchdate .tit {
	margin-bottom:5px;
}
#search .searchin .searchdate .txt {
	margin:0 3px 0 2px;
	font-size:14px;
	vertical-align:middle;
}
#search .searchin .searchdate .calendar {
	margin:0 10px 0 0;
	vertical-align:middle;
	font-size:0;
	line-height:0;
	display:inline-block;
}
@media screen and (max-width: 959px) {
#search .searchin .searchdate .calendar {
	display:none;
}
#search .searchin .searchdate label {
	display:block;
}
}
#search .searchin .searchdate i {
	color:#a30f3d;
	margin-right:5px;
}
#search .searchin .searchperson {
	float:left;
	margin-right:35px;
}
@media screen and (max-width: 959px) {
#search .searchin .searchperson {
	float:none;
	margin:0 0 20px 0;
}
}
#search .searchin .searchperson .tit {
	margin-bottom:5px;
}
#search .searchin .searchperson .txt {
	margin:0 3px 0 2px;
	font-size:14px;
	vertical-align:middle;
}
#search .searchin .searchperson i {
	color:#a30f3d;
	margin-right:5px;
}
#search .searchin .searchbtn {
	float:left;
}
@media screen and (max-width: 959px) {
	#search .searchin .searchbtn {
		float:none;
		margin-bottom:20px;
	}
}
#search .searchin .searchbtn a {
	width:200px;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #a91446 0%, #cf3a6c 3%, #a81345 6%, #9a0d36 100%) repeat scroll 0 0;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding:17px 0;
	display:inline-block;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("../../../index.html");
}
@media screen and (max-width: 767px) {
#search .searchin .searchbtn a {
	width:100%;
	color:#fff;
}
}

#search .searchin .searchbtn a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}
#search .searchin .searchbtn a i {
	background:#9f729d;
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:18px;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
}
#search .searchin .searchtel {
	/*float:right;*/
	width: 315px;
	margin-left:5px;
	text-align: center;
}
@media screen and (max-width: 959px) {
	#search .searchin .searchtel {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#search .searchin .searchtel {
	display: block;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	vertical-align: top;
		margin: 0 auto;
	}
}
#search .searchin .searchtel .tel {
	margin-bottom:10px;
}
@media screen and (max-width: 959px) {
	#search .searchin .searchtel .tel {
		margin-bottom:5px;
	}
}
#search .searchin .searchtel .tel a {
	font-size:40px;
	color:#665e53;
	line-height:1em;
}
@media screen and (max-width: 767px) {
#search .searchin .searchtel .tel a {
	font-size:25px;
}
}
.searchtel .tel a:hover {
	text-decoration:none;
	cursor: text;
}
#search .searchin .searchtel .tel i {
	font-size:35px;
}
@media screen and (max-width: 767px) {
#search .searchin .searchtel .tel i {
	font-size:25px;
	margin-right:10px;
}
}
#search .searchin .searchtel .txt {
	padding-left:30px;
	font-size:14px;
}
@media screen and (max-width: 959px) {
#search .searchin .searchtel .txt {
	padding-left:0;
}
}

/* !footer
---------------------------------------------------------- */
#footer {
	background:#665e53;
	border-top:1px #e8c7c9 solid;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer .footerin {
	width:765px;
	margin:0 auto;
	padding:30px 0 20px 375px;
	position:relative;
}
@media screen and (max-width: 959px) {
#footer .footerin {
	width:auto;
	margin:auto;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
#footer .footerin .logo {
	position:absolute;
	left:0;
	top:0;
	z-index:3;
}
@media screen and (max-width: 959px) {
#footer .footerin .logo {
	position:relative;
	left:auto;
	top:auto;
	text-align:center;
}
#footer .footerin .logo a {
	max-width:100%;
}
}
#footer .footerin .logo a {
	display:inline-block;
	-webkit-box-shadow: 0 0 10px #6e6b6b;
	-moz-box-shadow: 0 0 10px #6e6b6b;
	-ms-box-shadow: 0 0 10px #6e6b6b;
	-o-box-shadow: 0 0 10px #6e6b6b;
	box-shadow: 0 0 10px #6e6b6b;
	behavior: url("../../../index.html");
}
#footer .footerin .footerlink {
	color:#fff;
	font-size:16px;
	border-left:1px #fff solid;
	line-height:1em;
}
#footer .footerin .footerlink+.footerlink {
	margin-top:15px;
}
#footer .footerin .footerlink a {
	padding:0 26px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	position:relative;
}
#footer .footerin .footerlink a:before {
	position:absolute;
	content:"";
	background:#fff;
	width:1px;
	height:100%;
	right:0;
	top:0;
	z-index:3;
}
@media screen and (max-width: 959px) {
	#footer .footerin .footerlink {
		display:none;
	}
}
#footer .footerin .footercontact {
	margin:35px 0 25px;
}
#footer .footerin.ver2 .footercontact {
	margin:25px 0;
}
#footer .footerin .footercontact .footercontent {
	float:left;
	margin-right:50px;
}
@media screen and (max-width: 959px) {
#footer .footerin .footercontact .footercontent {
	float:none;
	margin-right:0;
}
}
#footer .footerin .footercontact .footercontent .tit {
	font-size:20px;
	margin-bottom:15px;
}
#footer .footerin .footercontact .footercontent .txt {
	font-size:16px;
}
#footer .footerin .footercontact .footerqr {
	float:left;
}
@media screen and (max-width: 959px) {
#footer .footerin .footercontact .footerqr {
	float:none;
	display:none;
}
}
#footer .copyright {
	background:#3c3833;
	text-align:center;
	font-size:16px;
	color:#756d63;
	padding:15px 0;
}

#footer #pagetop{
	width: 150px;
	position: absolute;
	top:-27px;
	height: 25px;
	right: 10px;
}

#footer #pagetop a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #665e53;
	font-size: 0.8em;
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding-top: 4px;
	z-index: -1;
}

#footer #pagetop a:hover{
	opacity: 0.5;
	transition:all 0.3s ease 0s;
}
@media screen and (max-width: 959px){
	#footer #pagetop{
		display: none;
	}
}

#footer .tx{
}

@media screen and (max-width: 959px){
	#footer .tx{
}

}


/* !h(n)eading
---------------------------------------------------------- */
.hdl {
	font-size:28px;
	text-align:center;
	line-height:1.2em;
	margin-bottom:25px;
	/* font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; */
}
.hdl span {
	font-size:18px;
	color:#9b3a7c;
}

@media screen and (max-width: 767px) {
.hdl {
	font-size:20px;
	margin-bottom:20px;
}
.hdl span {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-size:13px;
	color:#9b3a7c;
}
}

/* !Listing
---------------------------------------------------------- */


/* !Table
---------------------------------------------------------- */
.commontab table {
	border-bottom:1px #999 solid;
	width:100%;
}
.commontab table.w50p {
	width:50%;
	margin:0 auto;
}
.commontab table th ,.commontab table td {
	padding:15px;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.commontab table th ,.commontab table td.no_pr {
	padding:15px 5px 15px 15px;
}
.commontab table.p10 th ,
.commontab table.p10 td {
	padding:10px;
}
.commontab table tr:first-child th {
border-top: 1px #202020 solid;
  background: #9d9280;
}
.commontab table tr:first-child td {
	border-top:1px #202020 solid;
	background: #fff;
}
.commontab table th {
	width:30%;
	color:#fff;
	font-weight:bold;
	background:url("../img/line_table.gif") 0 0 repeat-x #9d9280;
}
.commontab table td {
	background:url("../img/line_table.gif") 0 0 repeat-x #fff;
}
@media screen and (max-width: 959px) {
	.commontab table {
		border-bottom:none;
		border-top:1px #999 solid;
	}
	.commontab table.w50p {
		width:100%;
	}
	.commontab table tr:first-child th {
		border-top:none;
	}
	.commontab table tr:first-child td {
		border-top:none;
	}
	/* .commontab table th {
		background:#9d9280;
		border-bottom:1px #fff solid;
	} */
	.commontab table td {
		background:#fff;
		border-bottom:1px #999 solid;
	}
}
@media screen and (max-width: 767px) {
.commontab table th ,.commontab table td {
	padding:10px;
}
}
@media screen and (max-width: 479px) {
.commontab table th ,.commontab table td {
	display:block;
}
.commontab table th {
	width:100%;
}
}

/* !Btn
---------------------------------------------------------- */
.btngreen {
    text-align: center;
    margin-top: 30px;
}
.btngreen a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 17px 16px;
    margin:0 auto;
    display: inline-block;
    position: relative;
    width: 350px;
    box-sizing: border-box;
    word-break: break-all;
    transition: all ease 0.3s;
    border-radius: 10px;
    /*
	background: linear-gradient(to bottom, #7d766c 0%,#a39b92 3%,#7d756b 6%,#6c645a 100%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 17px 16px;
    display: inline-block;
    position: relative;
    width: 350px;
    box-sizing: border-box;
    word-break: break-all;
    transition: all ease 0.3s;*/
}
.btngreen a i {
	background: #202020;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.btngreen a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
.btngreen a {
	width: 100%;
}
.btngreen a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
}

.btnbrown a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7d766c 0%,#a39b92 3%,#7d756b 6%,#6c645a 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 17px 16px;
    display: inline-block;
    position: relative;
    width: 350px;
    box-sizing: border-box;
    word-break: break-all;
    transition: all ease 0.3s;
}
.btnbrown a i {
	background: #9f729d;
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 18px;
text-align: center;
position: absolute;
left: 0;
top: 50%;
margin-top: -8px;
}
.btnbrown a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
.btnbrown a {
	width: 100%;
}
.btnbrown a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
}


.btnred a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5bc38d 0%, #81e9b2 3%, #5bc38c 6%, #4ab87c 100%) repeat scroll 0 0;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding:17px 16px;
	display:inline-block;
	position:relative;
	width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	behavior: url("../../../index.html");
}
.btnred a i {
	background:#9f729d;
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:18px;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
}
.btnred a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
.btnred a {
	width: 100%;
}
.btnred a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
}

.btngray {
    text-align: center;
    margin-top: 15px;
}
.btngray a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #aaa 0%, #bbb 3%, #aaa 6%, #888 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 17px 16px;
    display: inline-block;
    position: relative;
    width: 350px;
    box-sizing: border-box;
    word-break: break-all;
    transition: all ease 0.3s;
}
.btngray a i {
	background: #9f729d;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.btngray a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
.btngray a {
	width: 100%;
}
.btngray a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
}


/* !other
---------------------------------------------------------- */
.op{
	transition: all ease 0.3s;
}
.op:hover,
.op:hover img,
.op:hover input {
	filter: alpha(opacity=70);
	opacity: 0.8;
}
@media screen and (max-width: 959px) {
.op:hover,
.op:hover img,
.op:hover input {
	filter: alpha(opacity=100);
	opacity: 1;
}
}
.visiblepc {
	display: block;
}
.visiblets {
	display: none !important;
}
@media screen and (max-width: 959px) {
.visiblets {
	display: block;
}
.visiblepc {
	display: none !important;
}
}

.commonbox {
	border:1px #d0d0d0 solid;
	background:#f4f3f3;
	padding:60px 40px;
	border-bottom:1px #d0d0d0 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("../../../index.html");
	position:relative;
}
.commonbox+.commonbox {
	margin-top:60px;
}
@media screen and (max-width: 767px) {
	.commonbox {
		padding:30px 20px;
	}
	.commonbox+.commonbox {
		margin-top:30px;
	}
}

.flex_row2_col {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex_row2_col li,
.flex_row2_col p,
.flex_row2_col div {
    flex-basis:48%;
}
@media screen and (max-width: 959px) {
	.flex_row2_col li,
	.flex_row2_col p,
	.flex_row2_col div {
			flex-basis:100%;			
	}
	.flex_row2_col .spal {
		margin-bottom: 1em;
	}		
	.flex_row2_col .spal img{		
		width:100%;
		height:auto;
	}		
}

.anchor {
	margin:25px auto 0;
	text-align:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
	gap: 20px;
}

@media screen and (max-width: 959px) {
	.anchor {
		margin-top:0;
		overflow:hidden;
	}
}
.anchor a {
	display:inline-flex;
	background:url("../img/bg_anchor.gif") 0 0 repeat;
	width:245px;
	height:78px;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	padding:0 10px;
	font-size:18px;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url("../../../index.html");
	position:relative;
}
.anchor a.show {
	display:inline-block;
}
@media screen and (max-width: 959px) {
	.anchor{
		width:100%;
		max-width:none;
		justify-content: space-between;
	}
	.anchor a {
		width:calc( 50% - 10px );
		height:48px;
	}
	.anchor a.show {
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.anchor a {
		font-size:16px;
	}
}
@media screen and (max-width: 479px) {
	.anchor {
		gap:10px;
	}
	.anchor a {
		font-size:12px;
		width:calc( 50% - 5px );
	}
}
.anchor a:before {
	position:absolute;
	content:"";
	background: #ffffff;
	width: calc( 100% - 20px );
	height:1px;
	left:10px;
	top:2px;
	z-index:3;
}
@media screen and (max-width: 959px) {
.anchor a:before {
	position:relative;
	background:none;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
}
.anchor a:after {
	position:absolute;
	content:"";
	background:url("../img/ico_down.png") 0 0 no-repeat;
	width:17px;
	height:14px;
	right:10px;
	top:50%;
	margin-top:-7px;
	z-index:3;
}
}
@media screen and (max-width: 479px) {
.anchor a:after {
	background:url("../img/ico_down.png") 0 0 no-repeat;
	background-size:8px 7px;
	width:8px;
	height:7px;
	right:5px;
	top:50%;
	margin-top:-4px;
	z-index:3;
}
}
.anchor a span {
	font-size:14px;
	display:block;
	color:#9b3a7c;
}
@media screen and (max-width: 959px) {
.anchor a span {
	display:none;
}
}
.anchor a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	opacity: 0.8;
}
@media screen and (max-width: 959px) {
.anchor a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
}
.gmap {
	width:1140px;
	height:400px;
}
.gmapdetail {
	background:#FFF;
	border-bottom:1px #e0e0e0 solid;
	padding:10px 20px;
	text-align:right;
}
@media screen and (max-width: 959px) {
	.gmap {
		width:auto;
		height:400px;
	}
	.gmapdetail {
		padding:10px 15px;
		text-align:left;
	}
}



/*****************************/

/*#search .search_form {
    border-collapse: collapse;
    display: table;
    margin: 0 auto;
    width: 96%;
}*/

#search .search_form {
    /*border-collapse: collapse;
    display: table;*/
    margin: 0 auto;
    /*width: 100%;*/
	width: 100%;
	max-width: 1110px;
}
#form_yado6 {
    /*border-collapse: collapse;
    display: table;*/
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: flex-end;
    margin: 0 auto;
    width: 100%;
}
#search_date, #search_stay, #search_person, #search_room, #search_botton, .search .search_form .checkin, .search .search_form .num, .search .search_form > .btn, .search .search_form .contact {
    display: table-cell;
    vertical-align: bottom;
}
#search .search_form > .btn {
    padding-right: 40px;
    width: 200px;
}
#search .search_form .contact {
    width: 296px;
}
#search .infobox {
    margin-top: 20px;
    text-align: center;
}
#search .infobox p {
    background-color: #f4e4df;
    margin: auto;
    padding: 20px;
    text-align: left;
    width: 75%;
}
#search .search_form h3 {
    font-size: 107%;
    letter-spacing: 0.05em;
}
#search .search_form h3 i {
    color: #a30f3d;
    font-size: 107%;
    margin-right: 5px;
}
#search .search_form span {
    font-size: 82%;
}
#search .search_form .checkin span {
    margin-right: 5px;
}
#search .search_form .num span {
    margin-right: 10px;
}
#search .search_form img {
    vertical-align: text-bottom;
}
#search .search_form .checkin .btn {
    display: inline-block;
    width: 25px;
}
#btn_search, #search .search_form > .btn button {
    display: inline-block;
	width: 160px; /* fire fox仕様変更に伴い*/
	height: 60px;
	color: #fff;
	font-size: 113%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	border: none;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
	position: relative;
	cursor: pointer;
	transition: all ease 0.3s;
}
#search .search_form > .btn button i {
    background-color: #9f729d;
    bottom: 0;
    display: inline-block;
    height: 26.6%;
    left: 0;
    line-height: 0.8;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 8%;
}
#search_botton {
    position: relative;
	width: 160px; /* fire fox仕様変更に伴い*/
	/* height: 60px; */
	margin: 0 25px 0 0; /* fire fox仕様変更に伴い*/
}
#search_botton:after {
    background-color: #9f729d;
    color: #ffffff;
    content: "\f054";
    display: inline-block;
    font-family: "FontAwesome";
    height: 26.6%;
    left: 0;
	bottom: 20px;
    line-height: 20px;
    margin: auto 0;
    position: absolute;
    text-align: center;
    width: 6%;
	font-size: 10px;
}

#search_date{
	padding: 0 25px 0 0;
}

#search_date select {
    margin-right: 6px;
}
#search_date dl dt::before {
    color: #665e53;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 6px;
}

#search_stay dl dt {
	height: 25px;
}

#search_stay,#search_person {
	padding: 0 10px 0 0;
}
#search_room {
	padding: 0 15px 0 0; /* fire fox仕様変更に伴い*/
}

#search_room dl dt {
	height: 25px;
}

#search_person dl dt {
    display: block;
    height: 25px;
    overflow: hidden;
    width: 4em;
    word-break: break-all;
}
#search_person dl dt::before {
    color: #665e53;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 6px;
}
#btn_search:hover, .search .search_form > .btn button:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1020px) {
	
	#form_yado6 {
		border-collapse: collapse;
		display: table;
	}

	#search .search_form .contact {
		width: 260px;
		text-align: center;
		box-sizing: border-box;
		padding: 5px 10px;
		vertical-align: top;
	}
}


@media only screen and (max-width: 767px) {
.pc {
	display:none;
}
#search {
	position:relative;
}

#search .search_form{
	display:block;
	width:90.625%;
	z-index: 1;
	position: relative;
}

#search_stay,
#search_person,
#search_room {
	float: left;
	margin-right: 10px;
}
#search_botton {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

	#search_date,
	#search_stay,
	#search_person,
	#search_room,
	#search_botton,
#search .search_form .checkin,
#search .search_form .num,
#search .search_form > .btn,
#search .search_form .contact {
	display:block;
	margin-bottom:20px;
}
	#btn_search,
#search .search_form > .btn {
	width:100%;
	padding:0;
}
#search .search_form .contact {
	width:100%;
}
#search .infobox p {
	width: 80%;
}
#search .search_form h3 {
	font-size:100%;
	letter-spacing:0.05em;
}
#search .search_form select {
	font-size:90%;
}
#search .search_form span {
	font-size:75%;
}
#search .search_form .checkin .btn {
	display:inline-block;
	width:7.7%;
}

	#btn_search,
#search .search_form > .btn button {
	width:100%;
	height:auto;
	font-size:113%;
	font-family:sans-serif;
	line-height:60px;
	border:none;
	position:relative;
}
#search .search_form > .btn button i {
	width:5.5%;
	height:32%;
	line-height:1;
}

#search_botton:after{
	width:5.5%;
	height:32%;
	line-height:2.0em;
}

	.foot_content .btn a{
		width: 100%;
	}

	.foot_content .inner{
		display: block;
		width: 90.625%;
		margin: 0 auto;
		padding: 0;
	}

	.foot_content .inner > div{
		display: block;
		width: 100%;
	}
	.foot_content .btn{
		margin-bottom: 30px;
	}
	#search .search_form .contact {
		width: auto;
		text-align: center;
		box-sizing: border-box;
		padding: 0;
		vertical-align: top;
	}

}


.post-edit-link {
    background: #A30F3D!important;
    border: 1px solid #7E0D30 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: "メイリオ";
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0px 3px !important;
    position: relative;
    text-decoration: none !important;
		text-align: center;
		line-height: 28px;
		width: 30px;
}


.biggerlink{
	display: block;
	transition: all ease 0.3s;
	opacity: 1;
}

.biggerlink:hover{
	opacity: 0.7;
}

.menu_fixed {
    bottom: 0;
    position: fixed;
    z-index: 100;
}

#fixnav{
	display: none;
}

@media screen and (max-width: 767px) {
	#fixnav{
		display: block;
	}

	#footer{
		padding-bottom: 62px;
	}

	#fixnav ul {
    background-color: #9c9180;
    border-collapse: separate;
    border-spacing: 6px;
    display: table;
    font-size: 85%;
    table-layout: fixed;
    width: 100%;
}
#fixnav li {
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 23.75%;
}
#fixnav ul li a {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 85%;
    padding: 10px 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    word-break: break-all;
}
#fixnav ul li i {
    display: block;
    font-size: 200%;
}
#fixnav ul li i {
    color: #d591c1;
}
#fixnav ul .green a {
    background: linear-gradient(to bottom, #7d756c 0%,#a0988f 3%,#7d756b 6%,#6c645a 100%);
}
#fixnav ul .red a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a24484 0%, #c769aa 3%, #a14384 6%, #923373 100%) repeat scroll 0 0;
}
#fixnav ul .yellow a {
    background: linear-gradient(to bottom, #645f54 0%,#8a857a 3%,#635f54 6%,#524e43 100%);
}


}

@media screen and (min-width: 768px) {
	/* #wrapper{
		padding-top: 128px;
	} */

	#wrapper.top{
		padding-top: 0px;
	}

	#header{
		position: fixed;
		top: 0;
		z-index: 100;
		background-color: #f8f8f8;
	}

}

/*------------------------------------------------------------
	groupLogo
------------------------------------------------------------*/
#groupLogo {
    margin: 10px auto 0;
    width: 1140px;
    padding: 0 0 100px;
    text-align: center;
}
#groupLogo li {
    display: inline;
    margin: 0;
    padding: 0;
}
#groupLogo li img {
    width: 12%;
}
#groupLogo li　a:hover img{
    filter: alpha(opacity=50);
    moz-opacity:0.5;
    opacity:0.5;
}
@media only screen and (max-width: 959px) {

	#groupLogo {
    		margin: 10px auto 0;
    		width: 100%;
    		padding: 0 0 80px;
		text-align: center;
	}
	#groupLogo li img {
		 margin-bottom: 10px;
		 width: 20%;
	}
}
@media screen and (max-width: 767px) {
	#groupLogo {
    		margin: 10px auto 0;
    		width: 100%;
    		padding: 0 0 40px;
		text-align: center;
	}
	#groupLogo li img {
   		 width: 20%;
		 margin-bottom: 10px;
	}
}
@media screen and (max-width: 479px) {
	#groupLogo {
    		margin: 10px auto 0;
    		width: 100%;
    		padding: 0 0 40px;
		text-align: center;
	}
	#groupLogo li img {
   		 width: 30%;
		 margin-bottom: 10px;
	}
}

.groupBox {
	padding-top: 1px!important;
	/*border-top: 1px solid #f1e1ba;*/
}


/*------------------------------------------------------------
	grouplist
------------------------------------------------------------*/
#grouplist {
		display: inline-block;
    margin: 10px auto 0;
    padding: 0 0 20px;
    text-align: center;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	
}
#grouplist li {
    margin: 0 23px 0 0;
    padding: 0;
    float: left;
		width: 142px;
}

#grouplist li:last-child {
	margin: 0;
}
#grouplist figure {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 auto;
}
#grouplist figcaption {
    font-size: 11px;
    padding: 4px 0 20px 0;
    color: #761720;
}
#grouplist li img {
    width: 96%;
}
#grouplist li a:hover img{
    filter: alpha(opacity=50);
    moz-opacity:0.5;
    opacity:0.5;
}
@media screen and (max-width: 959px) {
	#grouplist {
		margin: 10px auto 0;
		width: 100%;
		text-align: center;
	}
	#grouplist li {
		margin: 0;
    width: 20%;
	}
	#grouplist li img {
   		width: 96%;
		margin-bottom: 10px;
	}
	.groupBox {
		padding-top: 40px!important;
	}
}
@media screen and (max-width: 479px) {
	#grouplist {
		margin: 10px auto 0;
		width: 100%;
		text-align: center;
	}
	#grouplist li {
	    width: 33%;
	}
	#grouplist li img {
   		width: 96%;
		margin-bottom: 10px;
	}

}

/*------------------------------------------------------------
	grouplist top
------------------------------------------------------------*/
.groupList_top {
	display: flex;
	flex-wrap: wrap;
	max-width: 1140px;
	text-align: center;
	margin: 10px auto 0;
	padding: 0 0 20px;
	/* position: relative; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
}
.groupList_top li {
    margin: 0 10px 0;
    padding: 0;
    /* float: left; */
    width: 142px;
}
/* .groupList_top li:last-child {
	margin: 0;
} */
.groupList_top figure {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 auto;
}
.groupList_top figcaption {
    font-size: 10px;
    padding: 4px 0 20px 0;
    color: #761720;
}
.groupList_top li img {
    width: 96%;
}
.groupList_top li a:hover img{
    filter: alpha(opacity=50);
    moz-opacity:0.5;
    opacity:0.5;
}
@media screen and (max-width: 959px) {
	.groupList_top li {
		margin: 0;
		width: 20%;
	}
	.groupList_top li img {
 		width: 96%;
		margin-bottom: 10px;
	}
	.groupBox {
		padding-top: 40px!important;
	}
}
@media only screen and (max-width: 767px) {
	.groupList_top {
	}
}
@media screen and (max-width: 479px) {
	.groupList_top li {
		width: 33%;
	}
	.groupList_top li img {
   		width: 96%;
		margin-bottom: 10px;
	}

}
