/* CSS Document */
@font-face {
font-family: "minamoto";
  src: url("../font/minamoto.woff") format("woff");
}

html { font-size: 14px; line-height: 16px; }
@media screen and (min-width : 340px){ html{ font-size : 10px;} }
@media screen and (min-width : 370px){ html{ font-size : 12px;} }
@media screen and (min-width : 400px){ html{ font-size : 14px;} }

.mb0 { margin-bottom: 0px !important; }
.mb5 { 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; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.p15 { padding: 0 15px !important; }
.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.pb05em { padding-bottom: 0.5em !important; }
.mr0 { margin-right: 0 !important; }

li { list-style: none; }
a { text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		 -o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
}
/*
a:active, a:hover { opacity: 0.5; }
*/
p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}

.noborder { border: none !important; }
.nomargin { margin: 0 0 !important; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.hide { display: none; }

.sp_only { display: none !important; }
.sp_b { display: none; }
#cnav { display: none; }
img { max-width: 100%; height: auto; }

body {
	color: #595757;
	line-height: 1.4;
	margin: 0 auto;
	font-family: "Sawarabi Gothic";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

header, article, section, nav { max-width: 1020px; min-width: 1020px; margin: 0 auto; }

header { margin-bottom: 30px; }
header .inner { position: relative; height: 50px; margin-bottom: 15px; }
header .hlogo { display: block; width: 350px; height: 50px; }
header .htel { position: absolute; top: 0; right: 0; display: block; }
header p { letter-spacing: 0px; }
header .btns { position: absolute; right: 2px; bottom: -30px; }
header .btns li { display: inline-block; border: 1px solid #888889; margin-left: 10px; }
header .btns li a {
	display: block;
	width: 99px;
	height: 23px;
	font-size: 12px;
	line-height: 22px;
	color: #595757;
	text-decoration: none;
	text-align: center;
	padding-left: 19px;
	position: relative;
}
header .btns li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	border: 4px solid transparent;
	border-left: 9px solid #c9c9ca;
}

#mainimg {
	width: 100%;
	min-width: 1020px;
	position: relative;
	height: 400px;
	margin-bottom: 30px;
	overflow: hidden;
}
#mainimg img { position: absolute; top: 0; left: 50%; margin-left: -750px; }

#gnav { margin-bottom: 29px; }
#gnav li { display: inline-block; position: relative; }
#gnav li.g1:before, #gnav li:after {
	content: '';
	display: block;
	height: 20px;
	width: 1px;
	background-color: #b4b5b5;
	position: absolute;
	right: 0;
	top: 20px;
}
#gnav li.g1:before { right: auto; left: 0; }
#gnav li a {
	padding-top: 10px;
	display: block;
	width: 170px;
	height: 50px;
	font-size: 16px;
	text-decoration: none;
	color: #008344;
	text-align: center;
	position: relative;
}
#gnav li a span { display: block; font-size: 10px; color: #595757; font-family: 'Judson', serif; }
#gnav li a:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0px;
	opacity: 0;
	background-color: #008344;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		 -o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
}
#gnav li a:hover:after { opacity: 1; width: 170px; margin-left: -85px; height: 5px; }
#gnav li.sp_b { display: none; }

#rsv {
	margin-top: 200px;
	display: block;
	width: 1018px;
	/*height: 118px;*/
	height: 150px;
	margin: 0 auto 80px auto;
	border: 1px solid #b4b5b5;
	border-radius: 5px;
	position: relative;
	font-size: 12px;
	background: url(../images/rsv_pat.gif);
}
#rsv:before {
	content: '';
	display: inline-block;
	width: 120px;
	/*height: 118px;*/
	height: 150px;
	background: url(../images/rsv_ttl.gif) no-repeat center center #008344;
	border-radius: 5px 0 0 5px;
}
#rsv input,#rsv select, #rsv option {
	font-family: "Sawarabi Gothic";
	font-size: 12px;
}
#rsv input#date { width: 100px; }
#rsv dt.ci { position: absolute; top: 48px; left: 149px; letter-spacing: 2px; }
#rsv dd.ci { position: absolute; top: 45px; left: 237px; }
#rsv dt.haku { position: absolute; top: 48px; left: 400px; letter-spacing: 2px; }
#rsv dd.haku { position: absolute; top: 45px; left: 436px; }
#rsv dt.rtype { position: absolute; top: 78px; left: 149px; letter-spacing: 2px; }
#rsv dd.rtype { position: absolute; top: 76px; left: 237px; }
#rsv dt.ci:before, #rsv dt.ci:after, #rsv dt.haku:after { content: ''; display: block; position: absolute; }
#rsv dt.ci:before {
	width: 440px;
	height: 0;
	/*border-bottom: 1px solid #b4b5b5;*/
	bottom: -22px;
	left: 0;
}
#rsv dt.ci:after {
	width: 0;
	height: 36px;
	border-left: 1px solid #b4b5b5;
	top: -7px;
	left: 235px;
}
#rsv dt.haku:after {
	width: 0;
	height: 90px;
	border-left: 1px solid #b4b5b5;
	top: -33px;
	left: 200px;
}
#rsv .submit {
	display: block;
	position: absolute;
	top: 14px;
	right: 209px;
	width: 180px;
	height: 59px;
	border: none;
	background-color: #008344;
	color: #fff;
	font-size: 18px;
	line-height: 53px;
	letter-spacing: 54px;
	padding-left: 44px;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		 -o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
}
#rsv .submit:hover { cursor: pointer; background-color: #c89f62; }
#rsv a.list,#rsv .rbtns a {
	display: block;
	width: 178px;
	height: 24px;
	text-decoration: none;
	color: #595757;
	text-align: center;
	border: 1px solid #888889;
	line-height: 24px;
	background-color: #fff;
}
#rsv a.list { position: absolute; top: 78px; right: 209px; }
#rsv a.list:hover, #rsv .rbtns a:hover { background-color: #c9c9ca; }
#rsv .rbtns { position: absolute; top: 13px; right: 14px; }
#rsv .rbtns li { display: block; margin-bottom: 7px; }

/* 22.02.04 */
#rsv dt.ci, #rsv dd.ci, #rsv dt.haku, #rsv dd.haku {
	top: 75px;
}
#rsv .submit {
	top: 35px;
}
#rsv a.list {
	top: 100px;
}


.totop { width: 40px; height: 40px; position: absolute; top: 20px; right: 20px; z-index: 10; }
#page-top { position: fixed; bottom: 20px; right: 20px; }
#page-top a, .totop a {
	background: #000;
	opacity: 0.3;
	color: #fff;
	width: 0;
	height: 0;
	padding: 40px 0 0 40px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
#page-top a:hover, .totop a:hover { background: #999; }
#page-top.stop { display: none !important; }
#page-top a:after, .totop a:after {
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	top: 6px;
	left: 12px;
}





footer { border-top: 2px dotted #b4b5b5; position: relative; }
footer .inner { width: 1020px; margin: 0 auto; padding: 25px 0; position: relative; }
footer .fnav { margin-bottom: 4px; }
footer .fnav li {
	display: inline-block;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #595757;
	line-height: 1;
}
footer .fnav li:last-child { border-right: none; }
footer .fnav li a { color: #595757; }
footer .fnav2 { margin-bottom: 106px; }
footer .gho { position: absolute; top: 28px; right: 0; }
footer .copy { position: absolute; bottom: 36px; right: 0; font-size: 12px; }
footer .flogo { margin-bottom: 8px; }
footer .txt { font-size: 12px; line-height: 18px; }
footer .txt li { display: inline-block; }



h1.title {
	display: block;
	border: 1px solid #b4b5b5;
	position: relative;
	width: 1018px;
	height: 58px;
	margin-bottom: 40px;
}
h1.title span {
	display: block;
	width: 205px;
	height: 58px;
	background: url(../images/news_bg.gif) repeat 0 0;
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 24px;
	line-height: 55px;
}
h1.title span:before, h1.title span:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #fff transparent transparent;
}
h1.title span:after {
	top: auto;
	bottom: 0;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #fff transparent;
}

h1.title em {
	font-style: normal;
	font-size: 20px;
	font-family: 'Judson', serif;
	color: #b4b5b5;
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 58px;
}


.listbox { margin-bottom: 80px; }
.listbox li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-top: -1px;
}
.listbox li:nth-child(2n) { margin-left: -1px; }
.listbox dl { border: 1px solid #b4b5b5; padding: 1.5em; display: block; }
.listbox dt {
	position: relative;
	text-align: right;
	color: #595757;
	padding-bottom: 10px;
	margin-bottom: 5px;
	display: block;
}
.listbox dt h2 { font-size: 2.2em; font-weight: normal; }
.listbox dt span.grn { color: #008344; }
.listbox dt span.sub {
	color: #595757; font-size: 1.3em; display: block; line-height: 2; font-family: 'Judson', serif;
	border-bottom: 2px dotted #b4b5b5;
}
.listbox dd { font-size: 1em; line-height: 1.5em; display: block; }
.listbox .pimg { margin-bottom: 2em; }
.listbox li dd h3 { font-size: 1.7em; line-height: 1.5em; letter-spacing: 0px; margin-bottom: 1em; }

.box {
	display: block;
	border: 1px solid #b4b5b5;
	position: relative;
	height: 108px;
	margin-bottom: 50px;
	padding: 20px 20px 20px 250px;
	overflow: hidden;
}
.box h1 {
	display: block;
	width: 208px;
	height: 130px;
	position: absolute;
	padding: 9px;
	top: 0;
	left: 0;
}
.box h1:before, .box h1:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 75px 75px 0;
	border-color: transparent #fff transparent transparent;
}
.box h1:after {
	top: auto;
	bottom: 0;
	border-width: 0 0 75px 75px;
	border-color: transparent transparent #fff transparent;
}
.box h1 span {
	display: block;
	border: 1px solid #fff;
	border-right: none;
	padding: 19px 0 0px 14px;
	width: 120px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	height: 109px;
	letter-spacing: -1px;
}
.box h1 span:after {
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	top: 28px;
	left: 98px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box dl { position: absolute; top: 12px; left: 239px; padding: 0; margin: 0; }
.box dl dt, .box dl dd { display: inline-block; margin-bottom: 25px; }
.box dl dt {
	width: 65px;
	padding-left: 35px;
	height: 25px;
	color: #fff; margin-right: 7px;
	line-height: 25px;
	-webkit-background-size: auto 55%;
	background-size: auto 55%;
	position: relative;
}
.box dl dt:after {
	content: '';
	display: block;
	position: relative;
	bottom: -11px;
	left: 0px;
	width: 760px;
	border-bottom: 1px solid #b4b5b5;
}

.box dl dt:nth-child(5):after { display: none; border: none; }
.box dl dd { width: 650px; font-size: 14px; position: relative; }
.box h1 span img { display: block; margin: 0 auto 10px auto; }
.box h1 span em {
	display: block;
	font-style: normal;
	font-family: 'Judson', serif;
	font-size: 20px;
}
.box_gld h1 { background: url(../images/sp_pat.gif) repeat 0 0; }
.box_gld dt { background-color: #c89f62; }
.box_grn h1 { background: url(../images/news_bg.gif) repeat 0 0; }
.box_grn dt { background-color: #008344; }


a.arrow_gray{
    display:inline-block;
    min-width:230px;
    color:#595757;
    border:solid 1px #595757;
    background:url(../images/arrow_gray.jpg) right 15px center / 11px 14px no-repeat;    
    text-align:center;
    padding:10px 35px;
}















@media screen and (max-width : 600px){

.sp_b { display: block; }
.sp_ib { display: inline-block; }
.pc_only { display: none !important; }


#mainimg { width: 100%; min-width: 100%; height: auto; }
/*#mainimg img { width: 100vw; position: static; margin-left: 0; left: 0; }*/
#mainimg img { width: 200%; position: static; margin-left: -30%; max-width: 300%; }

header, article, section, nav { max-width: 100%; min-width: 100%; margin: 0 auto; }

header { margin-bottom: 26px;  }
header .inner { position: relative; height: auto; margin-bottom: 15px; }
header .hlogo { display: block; width: 45%; height: auto; margin-left: 1em; }
header .hlogo img { width: 100%; }
header .htel, header .btns, header p { display: none; }
header .hrsv {
	display: block !important;
	position: absolute;
	padding: 0 0.5em 0 2em;
	top: 0;
	right: 2em;
	height: 2em;
	line-height: 2em;
	z-index: 9999;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 0.3em 0.3em;
	font-size: 1.3em;
	background: url(../images/rsv_ttl.gif) no-repeat 0 0.3em;
	-webkit-background-size: auto 2.2em;
	background-size: auto 2.2em;
	background-color: #008344;
	width: 5em;
}


#sphbtn { display: flex !important; justify-content: flex-end; position: absolute; top: 0; right: 0.4em; }
#sphbtn li {
	/*display: inline-block;*/
	background-color: #008344;
	color: #fff;
	font-size: /*1.3em*/1em;
	border-radius: 0.2em;
	padding: 0.4em;
	margin-left: 0.4em;
	width: 20vw;
}


nav { margin-bottom: 2em; }
#gnav { display: none; margin-bottom: 1px; }
#gnav li { width: 100%; background-color: #008344; }
#gnav li.sp_b { display: block; }
#gnav li.g1:before, #gnav li:after { display: none; }
#gnav li a {
	text-align: left;
	color: #fff;
	width: auto;
	margin: 0 10px;
	display: block;
	border-bottom: 1px dotted #fff;
	position: relative;
	height: 2em;
	
}
#gnav li:last-child a { border: none; }
#gnav li a span { color: #fff; position: absolute; right: 3em; top: 30%; font-size: 12px; }
#gnav li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 1em;
	right: 0;
	left: auto;
	background-color: transparent;
	border: 0.4em solid transparent;
	border-left: 0.8em solid #fff;
	opacity: 1;
}
#gnav li a:hover:after { width: 0; margin-left: 0; height: 0; padding-top: 0; }
#gnav li.spg3 { background-color: #c89f62; }
#gnav li.spg4 { width: 50%; float: left; background-color: #c89f62; box-sizing: border-box; }
#gnav li:nth-child(odd).spg4 a:before { content: ""; width: 1px; height: 1.8em; position: absolute;
	top:0.5em; left: -10px; border-left: 1px #ffffff dotted; }
#cnav { display: none; }
#cnav:after { display: none; }
#cnav li { display: inline-block; position: relative; width: 100%; background-color: #008344; }
#cnav li a {
	padding-top: 10px;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	width: auto;
	margin: 0 10px;
	display: block;
	border-bottom: 1px dotted #fff;
	position: relative;
	height: 2em;
}
#cnav li a span {
	display: block; font-family: 'Judson', serif;
	color: #fff;
	position: absolute;
	font-size: 0.8em;
	right: 2.5em;
	top: 30%;
}
#cnav li a:after {
	content: '';
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	top: 1em;
	right: 0;
	background-color: transparent;
	border: 0.4em solid transparent;
	border-left: 0.8em solid #fff;
}
#cnav li:last-child a { border: none; }




/*
#rsv {
	margin-top: 200px;
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 50px auto;
	border: 1px solid #b4b5b5;
	border-radius: 5px;
	position: relative;
	font-size: 12px;
	background: url(../images/rsv_pat.gif);
	padding-top: 50px;
	padding: 50px 20px 20px 20px;
}
#rsv:before {
	content: '空室検索';
	display: block;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 1.5em;
	line-height: 50px;
	text-align: center;
	background: url(../images/rsv_ttl.gif) no-repeat 10px 10px #008344;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Sawarabi Gothic";
}
#rsv input,#rsv select, #rsv option { font-family: "Sawarabi Gothic"; font-size: 12px; }
#rsv dt.ci, #rsv dd.ci, #rsv dt.haku, #rsv dd.haku, #rsv dt.rtype, #rsv dd.rtype { position: static; }
#rsv dt.ci:before, #rsv dt.ci:after,#rsv dt.haku:after { display: none; }
#rsv .submit { position: static; width: 100%; letter-spacing: 54px; padding-left: 54px; margin-bottom: 1em; }
#rsv .submit:hover { cursor: pointer; background-color: #c89f62; }
#rsv a.list, #rsv .rbtns a { width: 100%; margin-bottom: 1em; }
#rsv a.list, #rsv .rbtns { position: static; }
#rsv .rbtns li { display: block; margin-bottom: 1em; }
*/

#rsv { display: none; }

h1.title { width: auto; height: 2em; margin-bottom: 0; }
h1.title span {
	display: block;
	width: 7em;
	height: 2em;
	background: url(../images/news_bg.gif) repeat 0 0;
	position: relative;
	padding-left: 1em;
	color: #fff;
	font-size: 1em;
	line-height: 2em;
}
h1.title em {
	font-size: 0.7em;
	font-family: 'Judson', serif;
	right: 1em;
	line-height: 3em;
}
h1.title span:before { border-width: 0 2em 2em 0; }
h1.title span:after { border-width: 0 0 2em 2em; }

.box { width: auto; height: auto; padding: 0.5em 0.5em; margin: 0 0.5em 2em 0.5em; }
.box h1:before, .box h1:after, .box h1 span:after { display: none; }
.box h1 { width: auto; height: auto; display: block; padding: 0.3em; position: static;
	border-radius: 0.2em; overflow: hidden; margin-bottom: 1em;
}
.box h1 span { width: auto; letter-spacing: 0; height: auto; text-align: left;
	border: 1px solid #fff; margin: 0; border-radius: 0.2em; padding: 0.3em;
	position: relative;
}
.box h1 span img { display: inline-block; margin: 0 0.2em 0 0; max-width: 1.5em; max-height: 1.5em; }
.box h1 span em { position: absolute; top: 0.6em; right: 0.5em; font-size: 1em; }
.box dl { position: static; }
.box dl dd { width: auto; } 
.box .tr { display: none; }


.totop { width: 100%; height: 2em; position: relative; top: 0; right: 0; }
.totop a {
	padding: 1em 0;
	margin: 0; width: 100%; height: 2em; border-radius: 0;
	background-color: #fff; color: #595757;
	text-align: center;
	line-height: 2em;
	font-size: 1.2em;
	opacity: 1;
	font-family: "Sawarabi Gothic";
}
.totop a:before {
	content: '';
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-bottom: 0.7em solid #595757;
	display: inline-block;
	margin-right: 0.5em;
}
.totop a:after { display: none; }



footer { border-top: 2px dotted #b4b5b5; }
footer .inner { width: auto; padding-top: 10em; }
footer .fnav, footer .fnav2 { display: none; }
footer .gho { position: absolute; top: 3em; left: 50%; margin-left: -7em; right: auto; width: 14em; }
footer .gho img { width: 100%; }
footer .copy { position: static; font-size: 0.6em; }
footer .flogo { width: 60%; margin: 0 auto 2em auto; display: block;}
footer .flogo img { width: 100%; margin: 0 auto; display: block; }
footer .txt { font-size: 12px; line-height: 18px; text-align: center; }
.copy { text-align: center; }
#page-top { display: none !important; }



.listbox { margin-bottom: 3em; width: 100%; }
ul.listbox li { display: block; width: auto; padding: 0.5em;
	border-bottom: 1px solid #b4b5b5; border-radius: 0;
}
ul.listbox li dl { border: none; padding: 0; }
ul.listbox li dt { position: static; width: auto; font-size: 1em; text-align: right; }
.listbox dt h2 { font-size: 1.5em; font-weight: normal; letter-spacing: 0; text-align: right; }
.listbox dt span.grn { color: #008344; }
.listbox dt span.sub {
	color: #595757; font-size: 1em; display: block; line-height: 2; font-family: 'Judson', serif;
	border-bottom: 2px dotted #b4b5b5; text-align: right; padding-bottom: 0.5em;
}
ul.listbox li dd {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: auto;
	padding: 0 0;
	height: auto;
	position: static;
}
.listbox li dd:after { display: none; }
ul.listbox li dd img.img, 
ul.listbox li:nth-child(even) dd img.img { max-width: 100%; position: static; }
.listbox .pimg { margin-bottom: 20px; width: 100%; }
ul.listbox li dd h3 { font-size: 1.1em; line-height: 1.5em; letter-spacing: -1px; }
ul.listbox li:nth-child(even) dd { padding: 0; height: auto; }
ul.listbox li dd .img2 { display: none; }
ul.listbox li dd p { margin-bottom: 0.5em; }

a.arrow_gray{ display:block; }


}



