@charset "UTF-8";


/* common
---------------------------------------- */
section {
	text-align: center;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
p {
	text-align: left;
}

/* cv */
.cvArea {
	margin: -6px 0 0 0;
	padding: 16px 0 0 0;
	background: url(../img/cv_bg_top) center top repeat-x;
}
.cvArea .cv {
	background: url(../img/cv_bg.gif);

}
.cvArea .cv .inner {
	padding: 30px 0;
}
.cvArea .cv .inner h2 {
	margin: 0 !important;
}
.cvArea .cv .inner .fl {
	width: 603px;
	margin: 30px 0 0 0;
}
.cvArea .cv .inner .fl .tel {
	margin: 0 0 27px 0;
}
.cvArea .cv .inner .fr {
	margin: 35px 0 0 0;
}
.cvArea .cvBg {
	width: 100%;
	height: 16px;
	background: url(../img/cv_bg_btm) center bottom repeat-x;
}

/* cv2 */
.cvArea02 {
	margin: -6px 0 0 0;
	padding: 16px 0 0 0;
	background: url(../img/cv_bg_top) center top repeat-x;
}
.cvArea02 .cv {
	background: url(../img/cv_bg.gif);
}
.cvArea02 .cv .inner {
	padding: 30px 0;
}
.cvArea02 .cv .inner h2 {
	margin: 0 0 20px !important;
}
.cvArea02 .cv .inner .fleft {
	float: left;
	width: 565px;
	height: 420px;
	background: url(../img/cv_left_bg.gif);
}
.cvArea02 .cv .inner .fleft .title {
	width: 541px;
	height: 102px;
	margin: 20px auto 0;
}
.cvArea02 .cv .inner .fleft .tel {
	width: 541px;
	height: 100px;
	margin: 18px auto 0;
}
.cvArea02 .cv .inner .fleft .btn {
	width: 541px;
	height: 88px;
	margin: 18px auto 0;
}
.cvArea02 .cv .inner .fright {
	float: right;
	width: 429px;
	height: 361px;
	background: url(../img/cv_right_bg.gif);	
}
.cvArea02 .cv .inner .fright .title {
	width: 407px;
	height: 244px;
	margin: 10px auto 0;
}
.cvArea02 .cv .inner .fright .btn {
	width: 407px;
	height: 88px;
	margin: 4px auto 0;
}

.cvArea02 .cvBg {
	width: 100%;
	height: 16px;
	background: url(../img/cv_bg_btm) center bottom repeat-x;
}


/* body
---------------------------------------- */
body {
	background: #FEFFE9;
}

/* header
---------------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 77px;
	padding: 10px 0;
	background-color: #2c8129;
	z-index: 20;
}

header .inner h1 {
	float: left;
	margin: 0 10px 0 0;
}
header .inner .fr ul {
	float: right;
	margin: 0 0 0 15px;
}
header .inner .fr ul li {
	float: left;
}

/* fv
---------------------------------------- */
#fv {
	position: relative;
	margin: 70px 0 0 0;
	padding: 35px 0 0 0;
	text-align: center;
	background: url(../img/bg_fv) center center no-repeat;
}
#fv #area1 img {
	margin: 0 0 35px 0;
}
#fv .inner {
	position: relative;
	height: 480px;
	padding: 0 0 50px 0;
}
#fv .inner h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#fv .inner .dr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#fv .inner .btn {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 10;
}

/* sec01
---------------------------------------- */
#sec01 {
	padding: 40px 0 0 0;
	background: url(../img/sec01_bg.gif) repeat;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}
#sec01 .inner h3 {
	margin: 0 0 50px 0;
}
#sec01 .inner ul {
	margin: 0 0 0 90px;
}
#sec01 .inner ul li {
	float: left;
	margin: 0 20px 0 0;
}

/* sec02
---------------------------------------- */
#sec02 {
	margin: -1px 0 0 0;
	padding: 0 0 12px 0;
}
#sec02 .inner h2 {
	margin: 40px 0 60px 0;
}
#sec02 .inner ul li {
	margin: 0 0 38px 0;
}

/* sec03
---------------------------------------- */
#sec03 {
	padding: 50px 0;
	background: url(../img/bg_paper.gif);
	
}
#sec03 h2 {
	margin: 0 0 35px 0;
}

/* sec04
---------------------------------------- */
#sec04 {
	padding: 50px 0;
}
#sec04 .txt,
#sec05 .txt {
	width: 900px;
	margin: 30px auto;
	font-size: 20px;
	line-height: 35px;
}

/* sec05
---------------------------------------- */
#sec05 {
	padding: 0 0 20px 0;
	text-align: center;
}
#sec05 .txt span {
	line-height: 35px;
	color: #e24848;
}

/* sec06
---------------------------------------- */
#sec06 {
	padding: 30px 0;
	text-align: center;
	background: #FFF;
}

/* sec07
---------------------------------------- */
#sec07 {
	background: url(../img/bg_paper.gif);
}
#sec07 h2 {
	margin: 50px 0 35px 0;
}
#sec07 .txt {
	margin: 50px 0 0 0;
}

/* sec08
---------------------------------------- */
#sec08 {
	padding: 0 0 50px 0;
	background: url(../img/sec08_bg) top center no-repeat;
}
#sec08 .arw {
	margin: 0 0 150px 0;
}
#sec08 .inner {
	height: 302px;
	padding: 20px;
	background: url(../img/sec08_bg02);
}
#sec08 .inner h3 {
	margin: 0 0 30px 0;
}
#sec08 .inner .txt {
	width: 510px;
}

/* sec09
---------------------------------------- */
#sec09 {
	padding: 50px 0;
}
#sec09 h2 {
	margin: 35px 0;
}
#sec09 ul li {
	float: left;
	margin: 0 0 0 17px;
}
#sec09 ul li:first-child {
	margin: 0;
}
#sec09 small {
	display: block;
	margin: 5px 0 0 0;
	font-size: 10px;
}

/* sec10
---------------------------------------- */
#sec10 > .inner,
#sec11 .inner,
#sec12 .inner {
	padding: 40px;
	background: #FFF;
	border: #bebfaf 2px solid;
}
#sec10 .inner h3,
#sec11 .inner h3,
#sec12 .inner h3 {
	margin: 0 0 40px 0;
}
#sec10 .inner .img02 {
	margin: 40px 0;
}
#sec10 .inner .txt {
	width: 840px;
	margin: 0 auto;
}
#sec10 .pamph {
	height: 393px;
	margin: 50px 0 0 0;
	padding: 50px 0;
	background: url(../img/sec10_bg) center center no-repeat;
}
#sec10 .pamph .inner {
	width: 1006px;
	padding: 45px 330px 45px 30px;
	background: url(../img/sec10_bg02) center center no-repeat;
}
#sec10 .pamph .inner h4 {
	text-align: left;
}
#sec10 .pamph .inner .txt {
	width: 655px;
	margin: 20px 0 0 0;
}

/* sec11
---------------------------------------- */
#sec11 {
	margin: 0 0 50px 0;
}
#sec11 .inner small {
	display: block;
	width: 551px;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#sec11 .inner .txt {
	width: 365px;
}

/* sec12
---------------------------------------- */
#sec12 {
	margin: 0 0 50px 0;
}
#sec12 .inner .txt {
	margin: 0 0 25px 0;
}

/* art07
---------------------------------------- */
#art07 {
	margin: -6px 0 0 0;
	padding: 50px 0;
	background: url(../img/art05_bg) center top no-repeat;
}
#art07 h2 {
	text-align: center;
}
#art07 .cvArea {
	margin: -15px 0 0 0!important;
}

/* sec13
---------------------------------------- */
#sec13 .inner .fr {
	margin: 120px 40px 130px 0;
}

/* sec14
---------------------------------------- */
#sec14,
#sec15,
#sec16,
#sec18,
#sec19,
#sec20,
#sec21,
#sec22,
#sec23 {
	margin: 0 0 50px 0;
}
#sec14 .inner,
#sec15 .inner,
#sec16 .inner,
#sec18 .inner,
#sec19 .inner,
#sec20 .inner,
#sec21 .inner,
#sec22 .inner,
#sec23 .inner {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#sec14 .inner .innerArea,
#sec15 .inner .innerArea,
#sec16 .inner .innerArea,
#sec17 .inner .innerArea,
#sec18 .inner .innerArea,
#sec19 .inner .innerArea,
#sec20 .inner .innerArea,
#sec21 .inner .innerArea,
#sec22 .inner .innerArea,
#sec23 .inner .innerArea {
	padding: 40px;
	background: #FFF;
}
#sec14 .inner .innerArea ul {
	margin: 40px 0 0 0;
}
#sec14 .inner .innerArea ul li {
	float: left;
	width: 442px;
	margin: 0 36px 30px 0;
}
#sec14 .inner .innerArea ul li.nth2 {
	margin: 0 0 30px 0;
}
#sec14 .inner .innerArea ul li.nth3 {
	margin: 0 36px 0 0;
}
#sec14 .inner .innerArea ul li.last {
	margin: 0;
}

/* sec15
---------------------------------------- */
#sec15 ul li {
	float: left;
	width: 282px;
	margin: 0 0 0 37px;
}
#sec15 ul li:first-child {
	margin: 0;
}

/* sec16
---------------------------------------- */
#sec16 .map {
	margin: 20px 0;
}
 #sec16 small {
 	display: block;
 	margin: 20px 0 0 0;
 	font-size: 14px;
 	line-height: 20px;
 	text-align: left;
 }

/* sec17
---------------------------------------- */
#sec17 {
	padding: 45px 0;
	background: url(../img/sec17_bg.gif) center top no-repeat;
}
#sec17 .inner {
	width: 1003px;
	padding: 22px 0 24px 0;
	background: url(../img/sec17_bg.png) right center no-repeat;
}
#sec17 .inner h3 {
	text-align: left;
}
#sec17 .inner .txt {
	width: 635px;
	margin: 0 0 0 30px;
	line-height: 1.5;
}

/* art06
---------------------------------------- */
#art06 h2 {
	margin: 0 0 50px 0;
	text-align: center;
}

/* sec18
---------------------------------------- */
#sec18 .inner .innerArea .table {
	width: 700px;
	margin: 20px auto 40px auto;
}
#sec18 .inner .innerArea .table table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
}
#sec18 .inner .innerArea .table table caption {
	margin: 0 0 20px 0;
}
#sec18 .inner .innerArea .table table tr th,
#sec18 .inner .innerArea .table table tr td {
	width: 350px;
	height: 85px;
	font-size: 20px;
	vertical-align: middle;
	background: #ffface;
	border: #FFF 2px solid;
}
#sec18 .inner .innerArea .table table tr:nth-child(2) th,
#sec18 .inner .innerArea .table table tr:nth-child(2) td {
	background: #fffce6;
}
#sec18 .inner .innerArea .table table tr th {
	padding: 0 0 0 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #5F4721;
}
#sec18 .inner .innerArea .table table tr th small {
	font-size: 14px;
}
#sec18 .inner .innerArea .table .txt {
	font-size: 14px;
	line-height: 20px;
}
#sec18 .inner .innerArea .concierge {
	height: 230px;
	padding: 25px 30px 30px 30px;
	text-align: left;
	background: url(../img/sec18_bg) center top no-repeat;
}
#sec18 .inner .innerArea .concierge .txt {
	width: 515px;
	margin: 20px 0 0 0;
	line-height: 25px;
}

/* sec19
---------------------------------------- */
#sec19 .inner .innerArea .txt {
	margin: 0 0 20px 0;
}
#sec19 .inner .innerArea .txt em {
	font-size: 10px;
	font-style: normal!important;
}
#sec19 .inner .innerArea .txt small {
	font-size: 14px;
}

/* footer
---------------------------------------- */
footer {
	margin: -6px 0 0 0;
	padding: 20px 0;
	text-align: center;
	background: #FFF;
}
footer small {
	font-size: 14px;
	color: #79C178;
}


/* add
-------------------------------------------------------------------------------- */
/* section
---------------------------------------- */
#sec11 { margin: 0 0 40px;}
#sec11 p.mb {
	margin: 0 0 50px;
	text-align: center;
}
#sec11 p.arr {
	text-align: center;
	margin: 40px 0 0;
}

#sec07 h2 {
	margin: 0 0 35px;
	padding: 60px 0 0;
}

#sec10 { padding-top: 60px;}

/* step
---------------------------------------- */
#step01,
#step02,
#step03,
#step04 {
	background-color: #51a051;
	padding: 25px 0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#step01,
#step03 {	margin: 0 0 45px;}
#step02 {	margin: 30px 0 2px;}

#step01 p,
#step02 p,
#step03 p,
#step04 p {
	text-align: center;
	margin: 0 0 20px;
}

/* point
---------------------------------------- */
#point {
	background: url(../img/bg_paper.gif) repeat;
	padding: 0 0 50px;
}
#point h2 { margin: 0 0 60px;}
#point h3 { margin: 0 0 30px;}
#point p {
	text-align: center;
}
#point p.mb { margin: 0 0 50px;}
#point p.txt {
	width: 900px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
}
#point p.txt span {
	color: #e24848;
	line-height: 35px;
}

/* more
---------------------------------------- */
#more { padding: 0 0 60px;}
#more .inner {
	background: url(../img/more_bg) no-repeat top center;
	padding: 5px;
	position: relative;
	height: 284px;
}
#more .inner .title {
	position: absolute;
	top: 15px;
	left: -5px;
	width: 310px;
	height: 62px;
}
#more .inner .fl { padding: 90px 0 0 40px;}
#more .inner h3 { margin: 0 0 15px;}
#more .inner .fr {
	padding: 50px 40px 0 0;
	width: 360px;
}
#more .inner .fr p.caption {
	font-size: 12px;
	text-align: right;
	margin: 5px 0 0 0;
}
#more .inner .fr .frame {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	cursor: pointer;
}
#more .inner .fr .frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#more .inner .fr .frame img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#more .inner .fr .frame img:hover { 
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* attension
---------------------------------------- */
#attension {
	background: url(../img/bg_attension) repeat center center #ffefd2;
	padding: 80px 0 60px;
	border: 5px solid #f09700;
	border-left: none;
	border-right: none;
}
#attension h3,
#attension p.images {
	text-align: center;
	margin: 0 0 30px;
}
#attension p.txt {
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	margin: 0 0 30px;
}
#attension p.mbn { margin: 0!important;}
#attension p.txt small {
	vertical-align: text-top;
	font-size: x-small;
}
#attension p.txt span {
	color: #e24848;
	line-height: 35px;
}

/* check
---------------------------------------- */
#check { padding: 70px 0 80px;}
#check .about-btn {
	cursor: pointer;
}
#check .about-btn img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#check .about-btn img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#check .about-images { display: none;}

/* hospitality
---------------------------------------- */
#hospitality { padding: 60px 0 50px;}
#hospitality .box1 {
	background-color: #fff;
	margin: 0 auto 70px;
	padding: 30px;
	border: 2px solid #bebfaf;
}
#hospitality .box2 {
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	margin: 0 auto 35px;
	padding: 30px;
}
#hospitality h3 {
	text-align: left;
	margin: 0 0 20px;
}
#hospitality h3.tac { text-align: center;}
#hospitality .photo,
#hospitality .about {
	display: table-cell;
	vertical-align: top;
}
#hospitality .pdl { padding-left: 2em;}
#hospitality .pdr { padding-right: 2em;}

/* concierge
---------------------------------------- */
#concierge {
	background: url(../img/bg_concierge) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
#concierge .inner {
	background: url(../img/bg_concierge_box) no-repeat center top;
	padding: 3px;
	position: relative;
	height: 219px;
}
#concierge .inner h3 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 749px;
	height: 74px;
}
#concierge .inner p.txt { margin: 90px 350px 0px 30px;}
#concierge .inner p.caption {
	font-size: 14px;
	margin: 0 0 0 30px;
}

/* art08
---------------------------------------- */
#art08 h2 {
	text-align: center;
	margin: 0 0 50px;
}

/* sec23
---------------------------------------- */
#sec23 p.images {
	text-align: center;
	margin: 40px 0 0;
}

/* cvArea2
---------------------------------------- */
.cvArea2 {
	margin: 0;
	padding: 0;
	background-image: none;
	border-top: 5px solid #5f4721;
	border-bottom: 1px solid #e6e6e6;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: none;
	-moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
	z-index: 10;
}
.cvArea2 .cv { background: url(../img/cv_bg.gif) center top repeat;}
.cvArea2 .cv .inner { padding: 10px 0;}
.cvArea2 .cv .dp-ib {
	display: inline-block;
	vertical-align: middle;
}
.cvArea2 .cv .inner .title { margin: 0 10px 0 0;}
.cvArea2 .cv .inner .title h2 { margin: 0 0 10px;}
.cvArea2 .cv .inner .btn ul li:nth-of-type(1) { margin: 0 0 5px;}
.cvArea2 .cv .inner .request { margin: 0 0 0 10px;}

/* footer
---------------------------------------- */
footer {
	margin: 0;
	padding: 0 0 10px 0;
}
footer small { font-size: 12px;}

.lity-close {
	position: absolute!important;
	right: -0.25%!important;
	top: -7.5%!important;
	background: rgba(0, 0, 0, 0.8)!important;
	border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
}

/* 追加（20170816）
---------------------------------------- */

.stetement .abstract{
	padding: 10px 0 0 0;
	margin-left:auto;
	margin-right: auto;
}
.stetement #btn_detail{
	margin-left:auto;
	margin-right: auto;
	padding: 0; 
	border: none; 
	background: transparent;
	cursor: pointer;
	outline: none;
	appearance: normal;
}
.stetement .btn_close{
	padding: 0;
	border: none;
	background: transparent;
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}
.stetement .detail{
	background-color: #F9F9F9;
	border: 4px double #3f3414;
	padding: 30px;
	width: 780px;
	margin: -12px auto 0 auto;
	display: none;
	margin-left:auto;
	margin-right: auto;
}


.stetement .m20{
	margin-bottom: 20px;
	}
	
.stetement #btn_detail02{
	margin-left:auto;
	margin-right: auto;
	padding: 0; 
	border: none; 
	background: transparent;
	cursor: pointer;
	outline: none;
	appearance: normal;
}

.stetement .btn_close02{
	padding: 0;
	border: none;
	background: transparent;
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}	

.stetement .detail02{
	background-color: #F9F9F9;
	border: 4px double #3f3414;
	padding: 30px;
	width: 780px;
	margin: -12px auto 0 auto;
	display: none;
	margin-left:auto;
	margin-right: auto;
}
