@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
.bask{font-family: 'Libre Baskerville', serif;}
@media print {
	header .logo.sp{
		display: none;
	}
}

/*共通*/

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,figcaption{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
:focus{outline:0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
ol, ul{list-style:none;}
input, textarea, select, button {font-size:100%; font-family:inherit;}
select{margin:inherit;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px}
*{
	padding:0;
	margin:0;
	border:0;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	width: inherit\9;/*ie8*/
    max-width: 100%\9;/*ie8*/
    height: auto\9;/*ie8*/
}
a{
	text-decoration:none;
	color: #231815;
	transition: all 0.2s ease 0s;
}
strong{
	font-weight:600;
}
ul li a img{
	margin:0;
	padding:0;
}
li img {
    vertical-align: bottom;
}
a:focus{
}
a:hover {
    opacity: 0.7;
	-moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
ol,ul {
	list-style:none outside none;
}
ul.link, ol.link {
    list-style: outside none none;
}

html{
	font-size: 62.5%;
  width: 100%;
}
body{
	font-size: 14px;
	font-size: 1.4rem;
	color: #231815;
	line-height: 1.8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: 100%;
	/*min-width:1000px;*/
	letter-spacing:0;
	-webkit-font-smoothing: subpixel-antialiased;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.off{
	opacity: .4;
	pointer-events: none;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	overflow: hidden;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.inner{
	max-width:870px;
	margin:0 auto;
}

br.sp-mode{
	display: none;
}

@media screen and (max-width:800px) {
	html{
	  min-width: inherit;
	}
	body{
		min-width:inherit;
		padding:55px 0 0 0;
	}

.inner{
	width:90%;
	margin:auto;
}
.pc{
	display:none;
}
.sp{
	display:block;
}

   }

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

br.sp-mode{
	display: block;
}

}


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

button

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


p.btn {
display: block;
text-align: center;
text-decoration: none;
outline: none;
font-size: 120%;
margin:5% auto 0;
width:50%;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p.btn a{
	display: block;
	padding:3% 10%;
	color:#fff;
	line-height: 1.5;
}

p.btn a:hover{
	color:#3e3a39;
}

p.btn::before,
p.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
p.btn,
p.btn::before,
p.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


p.btn {
  background-color: #3e3a39;
  border: 2px solid #3e3a39;
  color: #fff;
  line-height: 50px;
}
p.btn:hover {
  background-color: #fff;
}

@media screen and (max-width:769px) {
	p.btn {
	font-size: 90%;
	width:100%;
	}
}

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

header

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

header{
	width:90%;
	max-width:1000px;
	margin:0.8% auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}



header .logo{
	width:300px;
}

header .sub_nav{
	padding-top: 2%;
}

header .sub_nav ul{
	margin-left: 40px;
	text-align:right;
	font-size:0;
}

header .sub_nav li{
	display:inline-block;
	font-size: 13px;
	line-height:1;
	margin-left: 25px;
	vertical-align:middle;
}
header .sub_nav li:last-of-type{
	/*margin-left: 10px;*/
}

header .sub_nav a.req{
	color:#fff;
	display: block;
	padding:7px 20px 7px 20px;
	background-color: #ff7900;
	transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
	z-index:2;
}
/*header .sub_nav a.req:before {
	content:"";
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
	height:100%;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
header .sub_nav a.req:after {
	 content:"";
	 display:block;
	 position:absolute;
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 background-color:#000000;
	 width: 0;
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
}*/
header .sub_nav a.rev{
	color:#fff;
	display: block;
	padding:7px 20px 7px 20px;
	background-color: #831a1f;
}
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (max-width:800px){
	header{
		width:100%;
		margin:0;
		padding:10px;
		box-sizing:border-box;
		position:fixed;
		background:#fff;
		display:block;
		z-index:100;
		top:0;
	}
	header .logo{
		width:180px;
		margin:0 0 0 auto;
		text-align:right;
	}
	header .sub_nav{
		display: none;
	}
}




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

nav

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


.sp_nav{
	display: none;
}

nav li.sp{
	display: none;
}

nav{
	max-width:1000px;
	width:90%;
	margin:0 auto 10px auto;
}

nav ul{
	display:flex;
	justify-content:space-between;
	padding:10px 0 0px 0;
}

nav li{
	display: block;
	position:relative;
}
nav li:last-of-type{
}
nav li:after,
nav li:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    background: #eef0f1;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
nav li:before {
    left: 50%;
}
nav li:after {
    right: 50%;
}
nav li:hover:after,
nav li:hover:before {
    width: 50%;
}
nav a{
	color:#333;
	display: block;
	padding:10px;
	font-size: 10px;
	line-height:1.3;
	position:relative;
	text-align:center;
	z-index:2;
}
nav span{
	font-family: 'Libre Baskerville', serif;
	display:block;
	font-size: 11px;
}
nav a:hover{
	/*color:#a58b5b;*/
	opacity:1;
}
nav .act{
	/*color:#a58b5b;*/
}
nav li.act:after,
nav li.act:before {
    width: 50%;
}


@media screen and (max-width:800px) {
	.sp_nav{
		display: block;
	}
	
	nav li.sp{
		display: block;
	}
	nav.pc_nav{
	display: none;
    }

    nav{
	background-color: #a99063;
	overflow: auto;
    }

	nav ul{
		width:100%;
		margin:0 auto;
		padding:0;
		display:block;
	}
	
	nav li{
		width:50%;
		display: block;
		text-align: center;
	}
	
	nav a{
		font-size: 60%;
		padding:10% 25px;
		border:1px solid #f5f5f5;
	}
	nav .req a{
		background:#ff7900;
	}
	nav .rev a{
		background:#801a1f;
	}
	nav a:hover{
		color:#333;
	}
}

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

footer

**********************/
footer .ft1{
	background:#e5eeec;
	padding:30px 0;
	text-align:center;
}
footer .btns{
	font-size:0;
}
footer .btns li{
	display:inline-block;
	font-size:14px;
	line-height:1;
	margin:0 5px;
}
footer .btns a.req{
	color:#fff;
	display: block;
	padding:10px 25px 10px 25px;
	background-color: #ff7900;
}

footer .btns a.rev{
	color:#fff;
	display: block;
	padding:7px 20px 7px 20px;
	background-color: #831a1f;
}

footer .tel{
	margin:0 auto;
}

footer .tel dt{
	font-size: 14px;
	margin:20px 0 5px 0;
}

footer .tel dd{
}

footer .tel dd.num{
     margin:0;
	 font-size:30px;
	 line-height:1;
	 letter-spacing:4px;
	 font-weight:bold;
}
footer .tel dd.num img{
	width:30px;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
footer .tel dd:last-child{
	font-size:12px;
	padding-top:5px;
	line-height: 1.5;
}
footer .tel dd:last-child span{
	font-size:10px;
	display:block;
}
.footer-logo-container{
	padding: 16px;
	background: #231815;
	color: #fff;
}
footer .footer_logo ul{
	width:90%;
	max-width:600px;
	margin:15px auto;
	overflow: hidden;
	text-align:center;
	font-size:0;
}

footer .footer_logo li{
	width:42%;
	display:inline-block;
	text-align:left;
	font-size:10px;
	margin:0 3%;
}
footer .footer_logo li img{
	width:300px;
	vertical-align:bottom;
}
footer .footer_logo li span{
	display:block;
	margin:0 0 10px 0;
}
footer .footer_logo li:last-child img{
	width:200px;
}
.copyright{
	padding: 16px;
	font-size: 1.2rem;
	font-style: normal;
	text-align: center;
}
@media screen and (max-width: 767px){
	.copyright{
		font-size: 1rem;
	}
}

@media screen and (max-width:800px) {
	footer .ft1{
		padding:15px 0;
	}
	footer .btns{
	}
	footer .btns li{
		font-size:14px;
		margin:0 10px;
	}
	footer .btns a.req{
		padding:10px 20px;
	}
	
	footer .btns a.rev{
		padding:10px 20px;
	}
	
	footer .tel{
	}
	footer .tel dt{
		font-size: 14px;
		margin:10px 0 0 0;
	}
	footer .tel dd.num{
		 font-size:30px;
		 line-height:1.3;
		 letter-spacing:2px;
	}
	footer .tel dd.num img{
	}
	footer .tel dd:last-child{
	}
	footer .tel dd:last-child span{
	}
	
	footer .footer_logo ul{
		width:90%;
		margin:5px auto;
	}
	
	footer .footer_logo li{
		width:100%;
		display:block;
		text-align: center;
		font-size:10px;
		margin:3% 0;
	}
	footer .footer_logo li img{
		width:200px;
	}
	footer .footer_logo li span{
		margin:0 0 0px 0;
	}
	footer .footer_logo li:last-child img{
		width:200px;
	}
	footer .copy{
		font-size:9px;
		line-height:1.3;
		padding:5px 0 5px 0;
	}
}


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

home

**********************/
#home{
}
#home #mv{
	position:relative;
}
#home #mv p.p1{
    animation-name: fadein;
    animation-duration: 5s;
    animation-iteration-count:1;
	position:relative;
}
#home #mv p.p2{
    animation-name: fadeout;
    animation-duration: 3s;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
}
@keyframes fadein {
from {
    opacity: 0;
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeout {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
#home #mv p.p1{
	position:relative;
	z-index:2;
}
#home #mv p.p2{
	position:absolute;
	top:0;
	z-index:1;
}
#home #obi{
background: rgb(0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(19,61,50,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(19,61,50,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(19,61,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#133d32',GradientType=0 );
color:#fff;
}
#home #obi dl{
	max-width:940px;
	width:90%;
	margin:auto;
	position:relative;
padding:40px 0 30px 0;
}
#home #obi dt{
	max-width:620px;
	width:90%;
	margin:auto;
}
#home #obi dt .icn{
	width:183px;
	position:absolute;
	top:-30px;
	right:0;
	z-index:3;
}
#home #obi dd.dd1{
}
#home #obi dd.dd1 ul{
	display:flex;
	justify-content:space-between;
	margin:5px 0;
}
#home #obi dd.dd1 li{
	border-right:1px solid rgba(255,255,255,0.3);
	padding:15px 2% 5px 2%;
}
#home #obi dd.dd1 li:last-of-type{
	border:none;
}
#home #obi dd.dd2{
	font-size:10px;
	text-align:left;
	padding:0 2%;
}

#home #area01{
	padding:40px 0 0 0;
	background:url(../img/home/area01-bg.png);
	background-size:cover;
}
#home #area01 ul.ul1{
	width:90%;
	margin:auto;
	text-align:center;
	font-size:0;
}
#home #area01 ul.ul1 li{
	display:inline-block;
}
#home #area01 ul.ul1 li:nth-of-type(1):after{
	content:"";
	width:1px;
	height:30px;
	margin:0 10px 5px 10px;
	display:inline-block;
	background:rgba(0,0,0,0.5);
}
#home #area01 ul.ul1 li img{
	width:auto;
	height:65px;
}
#home #area01 p{
	text-align:center;
	margin:30px 0 0 0;
}

#home #area01 dl{
	max-width:1000px;
	width:90%;
	margin:50px auto 0 auto;
	padding:40px 0;
	border-top:1px solid rgba(80,80,80,0.3);
	display:table;
}
#home #area01 dt{
	border-right:1px solid rgba(80,80,80,0.3);
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	width:230px;
	text-align:center;
}
#home #area01 dd{
	display:table-cell;
	padding:0 30px;
}
#home #area01 dd ul{
}
#home #area01 dd li{
	margin:10px 0;
	font-size:12px;
}
#home #area01 dd li span{
	display:inline-block;
	margin:0 1em 0 0;
}

#home #area02{
}
#home #area02 .aa02a{
	display:flex;
	justify-content:space-between;
	flex-flow: row-reverse;
}
#home #area02 .aa02a:hover p img{
	transform: scale(1.1);
}
#home #area02 .aa02a p img{
	transition:.3s;
}
#home #area02 .aa02a p span{
	display:block;
	overflow:hidden;
}
#home #area02 .aa02a:nth-of-type(2n){
	flex-flow: row;
}
#home #area02 .aa02a dl{
	width:35%;
	padding:3% 4%;
	box-sizing:border-box;
}
#home #area02 .aa02a dt{
	color:#a58b5b;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	line-height:1.3;
}
#home #area02 .aa02a dt:after{
	content:"";
	width:75px;
	height:1px;
	background:#a58b5b;
	display:block;
	margin:10px 0 20px 0;
}
#home #area02 .aa02a dd{
	font-size:14px;
	line-height:1.5;
}
#home #area02 .aa02a dd a{
	margin:25px 0 0 0;
}
#home #area02 .aa02a p{
	width:65%;
	overflow:hidden;
	position:relative;
}
.more{
	background:#a58b5b;
	color:#fff;
	font-size:13px;
	line-height:1.2;
	padding:15px 70px 15px 20px;
	display:inline-block;
	background-image:url(../img/common/arr01.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:90% center;
}
.btn-req{
	font-size:25px;
	letter-spacing:4px;
	padding:15px 60px;
	color:#fff;
	background-color: #ff7900;
/*background: rgb(0,78,150);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,78,150,1) 0%, rgba(0,43,114,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,78,150,1) 0%,rgba(0,43,114,1) 100%);
background: radial-gradient(ellipse at center, rgba(0,78,150,1) 0%,rgba(0,43,114,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e96', endColorstr='#002b72',GradientType=1 );*/
}
.req-top{
	width:240px;
	position:fixed;
	bottom:2%;
	left:2%;
    z-index: 400;
}
.req-top a{
	display:block;
	transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
}
.req-top a:before {
	content:"";
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
	height:100%;
    background-color: #fff;
    opacity:0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
	z-index:100;
}
.req-top a:after {
	 content:"";
	 display:block;
	 position:absolute;
	 top:0;
	 right:0;
	 bottom:0;
	 left:0;
	 background-color:#000000;
	 width: 0;
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
}

@media screen and (max-width:800px) {
	#home{
	}
	#home #mv{
	}
	
	#home #obi{
	}
	#home #obi dl{
		width:90%;
		padding:20px 0;
	}
	#home #obi dt{
		max-width:620px;
		width:100%;
		margin:auto;
	}
	#home #obi dt .icn{
		width:120px;
		position: static;
		margin:auto;
		display:block;
	}
	#home #obi dd.dd1{
	}
	#home #obi dd.dd1 ul{
		flex-wrap:wrap;
	}
	#home #obi dd.dd1 li{
		width:50%;
		box-sizing:border-box;
	}
	#home #obi dd.dd1 li:nth-of-type(2){
		border:none;
	}
	#home #obi dd.dd1 li:last-of-type{
		border:none;
	}
	#home #obi dd.dd2{
		font-size:10px;
		line-height:1.3;
	}
	
	#home #area01{
		padding:20px 0;
	}
	#home #area01 ul.ul1{
	}
	#home #area01 ul.ul1 li{
		display:block;
		padding:0 2%;
	}
	#home #area01 ul.ul1 li:nth-of-type(1):after{
		width:100%;
		height:1px;
		margin:10px 0;
		display:block;
	}
	#home #area01 ul.ul1 li img{
		width:100%;
		height:auto;
	}
	#home #area01 p{
		margin:20px 0 0 0;
	}
	#home #area01 dl{
		margin:30px auto 0 auto;
		padding:20px 0;
	}
	#home #area01 dt{
		border:none;
		display:block;
		width:100%;
	}
	#home #area01 dd{
		display:block;
		padding:0;
	}
	#home #area01 dd ul{
	}
	#home #area01 dd li{
		margin:0 0 10px 0;
		font-size:12px;
	}
	#home #area01 dd li span{
		display:block;
		margin:0 1em 0 0;
	}
	
	#home #area02{
	}
	#home #area02 .aa02a{
		display:block;
	}
	#home #area02 .aa02a:nth-of-type(2n){
	}
	#home #area02 .aa02a dl{
		text-align:center;
		width:100%;
		padding:5% 0;
	}
	#home #area02 .aa02a dt{
		color:#a58b5b;
		font-family:"Times New Roman", Times, serif;
		font-size:30px;
		line-height:1.3;
	}
	#home #area02 .aa02a dt:after{
		margin:5px auto 10px auto;
	}
	#home #area02 .aa02a dd{
		font-size:14px;
		line-height:1.5;
	}
	#home #area02 .aa02a dd a{
		margin:15px 0 0 0;
	}
	#home #area02 .aa02a p{
		width:100%;
	}
	.more{
		font-size:13px;
		padding:10px 70px 10px 20px;
	}
	.btn-req{
		font-size:20px;
		letter-spacing:2px;
		padding:10px 30px;
	}
	.req-top{
		width:55%;
		bottom:1%;
		left:1%;
	}
}

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

access

**********************/
#access{
}
#access #mv{
	position:relative;
}
#access #mv h1{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
}
#access #mv p{
}
#access #mv #breadcrumb{
	position:absolute;
	top:5px;
	max-width:1000px;
	left:50%;
	transform:translate(-50%,0%);
	color:#fff;
}
#access #mv #breadcrumb a {
	color:#fff;
}

#access #area01{
	background:#f6f5ee;
}
#access #area01 h2{
	font-size:28px;
	text-align:center;
	color:#606054;
	padding:50px 0;
}
#access #area01 ul{
	max-width:720px;
	width:100%;
	margin:auto;
	position:relative;
}
#access #area01 li{
	width:45%;
}
#access #area01 li:nth-of-type(2){
	position:absolute;
	width:60%;
	top:0;
	right:0;
}
#access #area01 li:nth-of-type(3){
	width:100%;
}
#access #area01 li span{
	font-size:10px;
	line-height:1.6;
	display:block;
	padding:5% 65% 10% 0;
}

@media screen and (max-width:800px) {
	#access{
	}
	#access #mv{
		overflow:hidden;
	}
	#access #mv h1{
		font-size:24px;
	}
	#access #mv p{
		width:150%;
	}
	#access #area01{
	}
	#access #area01 h2{
		font-size:20px;
		padding:20px 0;
	}
	#access #area01 ul{
	}
	#access #area01 li{
		width:90%;
		padding:0 0 5% 0;
		margin:auto;
	}
	#access #area01 li:nth-of-type(2){
		position: static;
		width:100%;
	}
	#access #area01 li:nth-of-type(3){
		width:100%;
	}
	#access #area01 li span{
		font-size:10px;
		line-height:1.6;
		display:block;
		padding:5% 0;
	}
}

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

location

**********************/
#location{
}
#location #mv{
	position:relative;
}
#location #mv h1{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
}
#location #mv p{
}
#location #mv span{
	display:block;
	color:#606054;
	font-size:10px;
	text-align:right;
	margin-right:8%;
}
#location #mv #breadcrumb{
	position:absolute;
	top:5px;
	max-width:1000px;
	left:50%;
	transform:translate(-50%,0%);
	color:#fff;
}
#location #mv #breadcrumb a {
	color:#fff;
}


#location #area01{
	padding:70px 0;
}
#location #area01 h2{
	font-size:28px;
	text-align:center;
	padding:0 0 20px 0;
}
#location #area01 ul{
	width:100%;
	margin:auto;
	position:relative;
	font-size:0;
	display:table;
}
#location #area01 li{
	width:33.3%;
	float:left;
	position:relative;
}
#location #area01 li span{
	display:block;
	font-size:13px;
	line-height:1;
	padding:3px 7px;
	z-index:2;
	background:#fff;
	position:absolute;
	top:10px;
	left:10px;
}
#location #area01 li:nth-of-type(1){
	width:66.6%;
}
#location #area01 p.exp{
	margin:10px 0 130px 0;
	font-size:12px;
	line-height:2;
}
#location #area01 p.pic{
}
#location #area01 p.p1{
	position:relative;
}
#location #area01 p.p1 span{
	position:absolute;
	right:5px;
	bottom:5px;
	color:#fff;
	font-size:10px;
}

@media screen and (max-width:800px) {
	#location{
	}
	#location #mv{
	}
	#location #mv h1{
		font-size:24px;
	}
	#location #mv p{
	}
	#location #area01{
		padding:20px 0;
	}
	#location #area01 h2{
		font-size:20px;
		padding:0 0 20px 0;
	}
	#location #area01 ul{
	}
	#location #area01 li{
	}
	#location #area01 li span{
		font-size:11px;
		padding:5px 7px;
		top:5px;
		left:5px;
	}
	#location #area01 li:nth-of-type(1){
	}
	#location #area01 p.exp{
		margin:10px 0 40px 0;
		font-size:10px;
		line-height:1.5;
	}
	#location #area01 p.pic{
	}
}

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

plan

**********************/
#plan{
	background:#f7f6f0;
	padding:0 0 70px 0;
}
#plan h1{
	color:#7f662e;
	text-align:center;
	font-size:30px;
	line-height:1;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:1px solid #7f662e;
}
#plan h2{
	font-size:18px;
	text-align:center;
	line-height:1.5;
	margin:0 0 30px 0;
}
#plan .flex{
	max-width:800px;
	margin:auto;
}
#plan .plan1{
	width:47%;
	background:#fff;
	text-align:center;
	padding:20px 0;
	position:relative;
}
#plan .plan1:after{
	content:"";
	border:1px solid #7f662e;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:-5px;
	left:5px;
}
#plan .plan1 dl.dl1{
	line-height:1.3;
	border-bottom:1px dotted #7f662e;
	width:85%;
	margin:auto;
	padding-bottom:10px;
	margin-bottom:10px;
}
#plan .plan1 dl.dl1 dt{
	font-size:20px;
}
#plan .plan1 dl.dl1 dt span{
	font-size:52px;
	margin:0 5px 0 0;
}
#plan .plan1 dl.dl1 dd{
	font-size:30px;
}
#plan .plan1 dl.dl2{
	line-height:1;
}
#plan .plan1 dl.dl2 dt{
	font-size:10px;
}
#plan .plan1 dl.dl2 dd{
}
#plan .plan1 dl.dl2 p{
	display:inline-block;
	font-size:40px;
	margin:0 0 0 15px;
}
#plan .plan1 dl.dl2 span{
	font-size:30px;
}
#plan .plan1 dl.dl2 em{
	font-size:18px;
}
#plan .plan1 dl.dl2 a{
	background:#7f662e;
	color:#fff;
	font-size:13px;
	display:block;
	width:65%;
	padding:10px 0;
	margin:10px auto 0 auto;
	position:relative;
	z-index:3;
}
#plan .plan1{
	transition:.3s;
}
#plan .plan1:hover{
	opacity:0.6;
}

#plan .plan2{
	border-top:1px dotted #b7a279;
	border-bottom:1px dotted #b7a279;
	padding:30px 0 40px 0;
	margin:0 auto 40px auto;
	display:flex;
	justify-content:space-between;
}
#plan .plan2 dl{
	width:72%;
}
#plan .plan2 dt{
	font-size:12px;
}
#plan .plan2 dd{
}
#plan .plan2 dl dl{
	width:100%;
}
#plan .plan2 dl dl dt{
	width:11%;
	margin:2px auto;
	position:relative;
	left:-10px;
}
#plan .plan2 dl dl dd{
}
#plan .plan2 dl dl dd ul{
	font-size:0;
}
#plan .plan2 dl dl dd li{
	display:inline-block;
	vertical-align:top;
	width:11%;
	margin:0 2px 0 0;
}
#plan .plan2 dl dl dd li:nth-of-type(1){
	width:4.64%;
}
#plan .plan2 dl dl dd li img.ig2{
	margin-top:2px;
}
#plan .plan2 dl dl dd li.act a{
	opacity:0.6;
}

#plan .plan2 ul.ul1{
	width:22%;
	margin:40px 0 0 0;
	border-top:1px dotted #b7a279;
	color:#7f662e;
	font-size:15px;
	line-height:1;
}
#plan .plan2 ul.ul1 li{
	border-bottom:1px dotted #b7a279;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 0;
}
#plan .plan2 ul.ul1 li p{
}
#plan .plan2 ul.ul1 li span{
	font-size:19px;
}
#plan .plan2 ul.ul1 li em{
	font-size:10px;
}

#plan #area02{
	text-align:center;
}
#plan #area02 h2.h2b{
	font-size:40px;
	margin:0;
}
#plan #area02 h2.h2b span{
	font-size:65px;
}
#plan #area02 h2.h2b em{
	font-size:25px;
	margin:0 1em 0 0;
}
#plan #area02 ul.ul1{
	border-top:1px solid rgba(127,102,46,0.5);
	border-bottom:1px solid rgba(127,102,46,0.5);
	padding:10px 0em;
	margin:auto;
	text-align:center;
	font-size:0;
	width:70%;
}
#plan #area02 ul.ul1 li{
	display:inline-block;
	font-size:14px;
	line-height:2.2;
	padding:0 1em 0 0;
	margin:0 1em 0 0;
	border-right:1px solid rgba(127,102,46,0.5);
}
#plan #area02 ul.ul1 li:last-of-type{
	padding:0;
	margin:0;
	border-right:none;
}
#plan #area02 p.p1{
	margin:10px 0 30px 0;
}
#plan #area02 p.p1 span{
	text-align:left;
	display:inline-block;
	font-size:12px;
	line-height:1.6;
}
#plan #area02 .aa01a{
	max-width:775px;
	margin:auto;
	background:#fff;
	padding:45px 20px;
	box-sizing:border-box;
}
#plan #area02 .aa01a dl{
	display:flex;
	justify-content:flex-end;
	align-items: flex-end;
}
#plan #area02 .aa01a dt{
	width:52%;
}
#plan #area02 .aa01a dd{
	width:22%;
	font-size:10px;
	line-height:1.3;
	text-align:left;
	padding:0 0 0 20px;
}
#plan #area02 p.p2{
	margin:10px auto;
	max-width:775px;
	text-align:right;
}
#plan #area02 p.p2 img{
	width:25%;
}
#plan #area02 p.p3{
	margin:40px auto 0px auto;
}
#plan #area02 p.p3 a{
	background:#7f662e;
	color:#fff;
	font-size:13px;
	display:inline-block;
	padding:10px 8em;
	position:relative;
	z-index:3;
}


@media screen and (max-width:800px) {
	#plan{
		padding:20px 0 30px 0;
	}
	#plan h1{
		font-size:24px;
		padding:0 0 15px 0;
		margin:0 0 15px 0;
	}
	#plan h2{
		font-size:15px;
		margin:0 0 20px 0;
	}
	#plan .flex{
		max-width:800px;
		margin:auto;
		display:block;
	}
	#plan .plan1{
		width:100%;
		padding:10px 0 20px 0;
		margin:0 0 5% 0;
	}
	#plan .plan1:after{
	}
	#plan .plan1 dl.dl1{
		padding-bottom:5px;
		margin-bottom:5px;
	}
	#plan .plan1 dl.dl1 dt{
		font-size:20px;
	}
	#plan .plan1 dl.dl1 dt span{
		font-size:40px;
	}
	#plan .plan1 dl.dl1 dd{
		font-size:30px;
	}
	#plan .plan1 dl.dl2{
	}
	#plan .plan1 dl.dl2 dt{
		font-size:12px;
	}
	#plan .plan1 dl.dl2 dd{
	}
	#plan .plan1 dl.dl2 p{
		font-size:30px;
		margin:0 0 0 10px;
	}
	#plan .plan1 dl.dl2 span{
		font-size:20px;
	}
	#plan .plan1 dl.dl2 em{
		font-size:16px;
	}
	#plan .plan1 dl.dl2 a{
		font-size:14px;
		width:65%;
	}
	#plan .plan2{
		padding:20px 0;
		margin:0 auto 20px auto;
		display:block;
	}
	#plan .plan2 dl{
		width:100%;
	}
	#plan .plan2 dt{
		font-size:12px;
	}
	#plan .plan2 dd{
	}
	#plan .plan2 dl dl{
	}
	#plan .plan2 dl dl dt{
		width:15%;
	}
	#plan .plan2 dl dl dd{
	}
	#plan .plan2 dl dl dd ul{
	}
	#plan .plan2 dl dl dd li{
	}
	#plan .plan2 dl dl dd li:nth-of-type(1){
	}
	#plan .plan2 ul.ul1{
		width:50%;
		margin:20px auto 0 auto;
	}
	#plan .plan2 ul.ul1 li{
	}
	#plan .plan2 ul.ul1 li p{
	}
	#plan .plan2 ul.ul1 li span{
		font-size:16px;
	}
	#plan .plan2 ul.ul1 li em{
		font-size:11px;
	}

	#plan #area02{
	}
	#plan #area02 h2.h2b{
		font-size:20px;
		margin:0;
	}
	#plan #area02 h2.h2b span{
		font-size:35px;
	}
	#plan #area02 h2.h2b em{
		font-size:20px;
	}
	#plan #area02 ul.ul1{
		padding:5px 0em;
		width:80%;
	}
	#plan #area02 ul.ul1 li{
		display:block;
		font-size:14px;
		line-height:2;
		padding:0;
		margin:0;
		border:none;
	}
	#plan #area02 ul.ul1 li:last-of-type{
		padding:0;
		margin:0;
		border:none;
	}
	#plan #area02 p.p1{
		margin:10px 0 30px 0;
	}
	#plan #area02 p.p1 span{
		display:block;
		font-size:11px;
		line-height:1.4;
	}
	#plan #area02 .aa01a{
		padding:5%;
	}
	#plan #area02 .aa01a dl{
		display:block;
		text-align:center;
	}
	#plan #area02 .aa01a dt{
		width:100%;
	}
	#plan #area02 .aa01a dd{
		width:75%;
		margin:5% auto;
	}
	#plan #area02 p.p2{
	}
	#plan #area02 p.p2 img{
		width:80%;
	}
}

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

outline

**********************/
#outline{
	padding:0 0 70px 0;
}
#outline h1{
	text-align:center;
	font-size:30px;
	line-height:1;
	margin:25px 0;
}
#outline h2{
	font-size:18px;
	text-align:center;
	line-height:1.5;
	margin:0 0 50px 0;
}
#outline table{
	width:100%;
	border-bottom: 1px solid #808080;
	margin-bottom:50px;
	box-sizing:border-box;
}
#outline th{
	border-top: 1px solid #808080;
	width: 26%;
    padding: 12px 12px 12px 0;
}
#outline td{
  padding: 12px 3% 12px 1%;
  border-top: 1px solid #808080;
}
#outline p.p1{
	margin:1em 0 0 0;
	font-size:12px;
	position:relative;
}
#outline p.p1 span{
	display:inline-block;
	border:1px solid #333;
	padding:10px 5px;
	position:absolute;
	left:0;
	font-size:18px;
	line-height:1;
}
#outline p.p2{
	padding:0 0 50px 100px;
}
@media screen and (max-width:800px) {
	#outline{
		padding:30px 0 0 0;
	}
	#outline h1{
		font-size:24px;
		margin-bottom:30px;
	}
#outline h2{
	font-size:20px;
	line-height:1.3;
	margin-bottom:10px;
}
	#outline table{
		margin-bottom:20px;
	}
	#outline th{
		width: 100%;
		display:block;
		padding: 12px 12px 0px 0;
		font-size:15px;
		box-sizing:border-box;
	}
	#outline td{
	  padding: 0px 3% 12px 0;
	  border-top: none;
		width: 100%;
		display:block;
		box-sizing:border-box;
	}
	#outline p.p1{
		margin:1em 0 0 0;
		font-size:12px;
		line-height:1.3;
		position:relative;
	}
	#outline p.p1 span{
		text-align:center;
		margin-bottom:5px;
		border:1px solid #333;
		padding:3px 3px;
		left:0;
		font-size: 16px;
	}
	#outline p.p2{
		padding: 0 0 20px 80px;
	}
}

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

map

**********************/
#map{
	padding:0 0 70px 0;
}
#map h1{
	text-align:center;
	font-size:30px;
	line-height:1;
	margin:25px 0;
}
#map h2{
	font-size:18px;
	text-align:center;
	line-height:1.5;
	margin:0 0 50px 0;
}
@media screen and (max-width:800px) {
	#map{
		padding:30px 0;
	}
	#map h1{
		font-size:24px;
		margin-bottom:30px;
	}
	#map h2{
		font-size:20px;
		line-height:1.3;
		margin-bottom:10px;
	}
}

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

request

**********************/
#request{
	padding:0 0 70px 0;
}
#request h1{
	text-align:center;
	font-size:30px;
	line-height:1;
	margin:25px 0;
}
#request h2{
	font-size:18px;
	text-align:center;
	line-height:1.5;
	margin:0 0 50px 0;
}
#request h3{
	font-size:16px;
	text-align:center;
	line-height:1.5;
	margin:30px 0;
}
#request table{
	width:100%;
	border-bottom: 1px solid #808080;
	margin-bottom:50px;
	box-sizing:border-box;
}
#request th{
	border-top: 1px solid #808080;
	width: 26%;
    padding: 12px 12px 12px 0;
	font-size:14px;
}
#request th span{
	font-size:12px;
	color:#f30;
}
#request td{
  padding: 12px 3% 12px 1%;
  border-top: 1px solid #808080;
	font-size:14px;
}

@media screen and (max-width:800px) {
	#request{
		padding:30px 0;
	}
	#request h1{
		font-size:24px;
		margin-bottom:30px;
	}
	#request h2{
		font-size:20px;
		line-height:1.3;
		margin-bottom:10px;
	}
	#request table{
		margin-bottom:20px;
	}
	#request th{
		width: 100%;
		display:block;
		padding: 12px 12px 10px 0;
		margin:0 0 10px 0;
		font-size:15px;
		font-weight:bold;
		border-bottom:1px dotted #999;
		box-sizing:border-box;
	}
	#request td{
	  padding: 0px 3% 12px 0;
	  border-top: none;
		width: 100%;
		display:block;
		box-sizing:border-box;
	}
}

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

concept

**********************/
#concept{
}
#concept #mv{
	position:relative;
}
#concept #mv h1{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
}
#concept #mv p{
}
#concept #area01{
	padding:50px 0 30px 0;
}
#concept #area01 h2{
	max-width:480px;
	width:90%;
	margin:auto;
}
#concept #area01 dl{
}
#concept #area01 dt{
	max-width:400px;
	width:90%;
	margin:40px auto 30px auto;
}
#concept #area01 dd{
	font-size:13px;
	line-height:2;
	text-align:center;
}
#concept #area02{
	background:url(../img/concept/concept23.png);
	background-size:cover;
	background-position:center center;
	padding:70px 0;
}
#concept #area02 p{
	max-width:600px;
	width:90%;
	margin:auto;
}
#concept #area03{
}
#concept #area03 dl{
	flex-flow: row-reverse;
}
#concept #area03 dl:nth-of-type(2n){
	flex-flow: row;
}
#concept #area03 dt{
	width:44%;
	background:#29928c;
	display:flex;
	align-items:center;
	position:relative;
	z-index:2;
}
#concept #area03 dl dt span{
	display:block;
	text-align:left;
	width:100%;
}
#concept #area03 dl:nth-of-type(2n) dt{
	background:#438c38;
	text-align:right;
}
#concept #area03 dl:nth-of-type(2n) dt span{
	display:block;
	text-align:right;
	width:100%;
}
#concept #area03 dt img{
	width:275px;
	margin-left:-20px;
}
#concept #area03 dl:nth-of-type(2n) dt img{
	width:220px;
	margin-left:0;
	margin-right:-20px;
}
#concept #area03 dl:nth-of-type(3) dt img{
	width:220px;
}
#concept #area03 dl:nth-of-type(4) dt img{
	width:235px;
}
#concept #area03 dl:nth-of-type(5) dt img{
	width:220px;
}
#concept #area03 dl:nth-of-type(6) dt img{
	width:235px;
}
#concept #area03 dl:nth-of-type(7) dt img{
	width:220px;
}
#concept #area03 dl:nth-of-type(8) dt img{
	width:230px;
}
#concept #area03 dl:nth-of-type(9) dt img{
	width:220px;
}
#concept #area03 dl:nth-of-type(10) dt img{
	width:230px;
}
#concept #area03 dd{
	width:56%;
	position:relative;
}
#concept #area03 dd span{
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:12px;
	line-height:1;
	font-style:italic;
	color:#fff;
}
#concept #area03 dl:nth-of-type(4) dd span{
	color:#333;
}

@media screen and (max-width:800px) {
	#concept{
	}
	#concept #mv{
		overflow:hidden;
	}
	#concept #mv h1{
		font-size:24px;
	}
	#concept #mv p{
		width:120%;
	}
	#concept #area01{
		padding:30px 0;
	}
	#concept #area01 h2{
		width:100%;
	}
	#concept #area01 dl{
	}
	#concept #area01 dt{
		width:70%;
		margin:30px auto;
	}
	#concept #area01 dd{
		font-size:13px;
		line-height:1.8;
	}
	#concept #area02{
		padding:35px 0;
	}
	#concept #area02 p{
		width:90%;
	}
	#concept #area03{
	}
	#concept #area03 dl{
		display:block;
	}
	#concept #area03 dl:nth-of-type(2n){
	}
	#concept #area03 dt{
		width:100%;
		display:block;
		padding:20px 0;
	}
	#concept #area03 dl dt span{
		display:inline-block;
		width:auto;
	}
	#concept #area03 dl:nth-of-type(2n) dt{
	}
	#concept #area03 dl:nth-of-type(2n) dt span{
		display:inline-block;
		width:auto;
	}
	#concept #area03 dt img{
	}
	#concept #area03 dl:nth-of-type(2n) dt img{
	}
	#concept #area03 dl:nth-of-type(3) dt img{
	}
	#concept #area03 dl:nth-of-type(4) dt img{
	}
	#concept #area03 dl:nth-of-type(5) dt img{
	}
	#concept #area03 dl:nth-of-type(6) dt img{
	}
	#concept #area03 dl:nth-of-type(7) dt img{
	}
	#concept #area03 dl:nth-of-type(8) dt img{
	}
	#concept #area03 dl:nth-of-type(9) dt img{
	}
	#concept #area03 dl:nth-of-type(10) dt img{
	}
	#concept #area03 dd{
		width:100%;
	}
	#concept #area03 dd span{
	}
	#concept #area03 dl:nth-of-type(4) dd span{
	}
}

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

etc

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

/*パンくず------*/
#breadcrumb{
	max-width:1000px;
	width:90%;
	font-size:11px;
	padding:5px 0;
	margin: 0 auto 10px auto;
    overflow: hidden;
    text-align: left;
	display:table;
}
#breadcrumb li a{
    color: #000;
	text-decoration:underline;
	position:relative;
}
#breadcrumb li:after{
	content:">";
	margin:0 0.5em;
}
#breadcrumb li:last-child:after{
	display:none;
}
#breadcrumb li {
    float: left;
    width: auto;
    letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
	#breadcrumb{
		display:none;
	}
}

.pagetop {
    bottom: 62px;
    display: none;
    position: fixed;
    right: 24px;
    text-align: center;
    z-index: 1000;
	width:50px;
}

/*.pagetop a {
    display: block;
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}*/

.thanks{
	padding:5vw 0;
}
