@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

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

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}
.logo01 img {
	width: 50%;
	height: 50%;
	max-width: 300px;
}
 

/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0.8rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 2rem;
}
.panel span{
	font-size: 20px;
	font-family: adobe-garamond-pro,source-han-serif-japanese,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
	position: absolute;
	color: #3b7440;
	top:18px;
	left: 240px;
}
.p-hero__visal__inner{
	width: 100%;
	height: 100%;
}
.p-hero__visual__img{
	border-radius: 17px 0 0 17px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-hero__logo, .p-hero__logo__lower{
    position: absolute;
    top: -8.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -305px;
}
.p-hero__logo img, .p-hero__logo__lower img{
	max-width: 230px;
}
.p-hero__visal {
    width: calc(100% - 325px);
    height: 577px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
	margin-top: 100px;
}
.p-hero__lower {
	position: relative;
}
.p-hero__title {
    position: absolute;
    top: 49.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -184px;
}
.p-hero__title > .--main {
	font-family :YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1.5;
    color: #000;
	margin-top: 15px;
    margin-bottom: 7px;
}
.p-fixed__bnner__reserve {
    width: 254px;
    height: 64px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 95;
}
.p-fixed__bnner__reserve__link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #3b7440;
    border-radius: 0px 24px 0 0;
    position: relative;
}
.p-fixed__bnner__reserve__title--sub::after {
    display: block;
    content: "";
    width: 29px;
    height: 29px;
    background-image: url(../images/reserve-w.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.m-phone{
	position: absolute;
	font-size: 21px;
	top: 8px;
	left: 169px;
	color: #539B7A;	
}
section{
	clear:both;
}
#sec05 .col1{
	margin-bottom: 50px;
}
#sec05 .col1 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inner_lowerpage{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.inner_lowerpage .title{
	margin: 5% auto 0;
	border-bottom: 1px solid #8F8F8F;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 0.8em;
}
.inner_lowerpage .title span{
	font-weight: normal;
	font-size: 0.4em;
}
/*--
.fadein {
	opacity: 0;
	transform: translate(0,0);
	transition: all 1.5s;
	&.fadein-left{
		transform: translate(-30px,0);
	}
	&.fadein-right{
		transform: translate(30px,0);
	}
	&.fadein-up{
		transform: translate(0,-30px);
	}
	&.fadein-bottom{
		transform: translate(0,30px);
	}
	&.scrollin{
		opacity: 1 !important;
		transform: translate(0, 0) !important;
	}
}
----*/
.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
#sec003 .col1 h2{
	font-size: 17px;
	text-align: left;
	padding: 3px 4px;
	border-left: #1f7a1c 4px solid;
	border-bottom: #1f7a1c 1px solid;
	line-height: 1.1em;
	margin-bottom: 10px;
}
#sec003 .col1 p{
	line-height: 1.4em;
}
#sec003 .col1 span{
	font-size: 0.8em;
}
#sec003 .col1 h3{
	font-size: 1.3em;
	margin-bottom: 10px;
}
#sec003 .col1 h3 span{
	font-size: 1.1em;
	color: #cf583d;
}

/* SEC01 MESSAGE
------------------------------------------------------------*/

.logo02 img {
	height: 50%;
	max-width: 220px;
	padding: 10px 5px 0;
}
.logo02{
	position: absolute;
}

/* SEC01 MESSAGE
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* SEC02 NEWS
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}

/* SEC03 SERVICE
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}

/* SEC04 STORY
------------------------------------------------------------*/
#sec04{
	height: 400px;
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}
#sec05 h2{
	padding: 0;
	line-height: 0.9em;
}
#sec05 span{
	font-size: 13px;
}
#sec05 dl{
	line-height: 1.2;
}
#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 15%;
	font-size: 16px;
	margin-right: 8%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}
#sec05 dd{
	width: 75%;
	float: left;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.6em;
}
#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	-webkit-filter:grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	filter: grayscale(90%);
}
#sec06{
	padding-top: 0px;
	text-align: center;
}

/* BANNER-AREA
------------------------------------------------------------*/
#banner-area{
	background-color: #c7c6bf;
	background-size: cover;
	-webkit-background-size: cover;
}
#banner-area .inner{
	padding: 50px 0;
}
#banner-area .col2 li {
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px 0;
}

/* lowerpage
------------------------------------------------------------*/
#sec001{
	background: url(../images/owase_1.jpg) no-repeat 66% 197% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}
#sec001 .inner {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 70px;
}
#sec001 h2{
	font-size: 50px;
	font-weight:normal;
	text-align: center;
	line-height: 0.9em;
	text-shadow: 3px 2px 3px #1d1d1d;
}
#sec001 span{
	font-size: 16px;
	font-weight:normal;
	text-align: center;
}
#sec002{
	background-color: #f5f4f1;
	background-size: cover;
	-webkit-background-size: cover;
	margin: 7px;
}
#sec002 .inner{
	padding: 16px 0;
}
#sec003 .col1 li{
	display: inline-block;
	width: 100%;
}
#pan-nav{
	background-color: #c7c6bf;
	background-size: cover;
	-webkit-background-size: cover;
}
#pan-nav .inner{
	padding: 50px 0;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: normal;/*太字*/
}
.breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #888;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #888;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

/* PLAN 設定
------------------------------------------------------------*/
table {
	border: solid 1px #8F8F8E;
	margin: 20px 0 2px;
}
.tbl-r02 th {
	background: #EFF4F4;
	border-right: solid 1px #8F8F8E;
	border-bottom: solid 1px #8F8F8E;
	width: 38%;
	text-align: center;
	font-weight: normal;
}
.tbl-r02 p{
	padding: 16px 50px 16px 19px;
}

.btnGreen{
	display: block;
}
.btnGreen a{
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 10px 0;
    width: 100%;
    background-color: #539B7A;
    color: #FFFFFF;
    transition: 0.3s;
    display: block;
    font-weight: 400;
    margin-top: 20px;
}
.btnGreen a:hover{
	background-color: #E26E17;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}

/* QA 設定
------------------------------------------------------------*/
#qa-tilte{
	background: url(../images/owase_2.jpg) no-repeat 66% 197% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}
#qa-tilte .inner {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 70px;
}
#qa-tilte h2{
	font-size: 50px;
	font-weight:normal;
	text-align: center;
	line-height: 0.9em;
	text-shadow: 3px 2px 3px #1d1d1d;
}

#qa-tilte span{
	font-size: 16px;
	font-weight:normal;
	text-align: center;
}

#sec003 .attention-inner{
	margin: 7% 0;
}
#sec003 .qa-inner{
	margin-top: 3%;
}
#sec003 .qa-inner dl dt, .attention-inner dl dt{
	font-weight: bold;
	border-left: #1f7a1c 3px solid;
	padding: 2px 8px;
}
#sec003 .qa-inner dl dd, .attention-inner dl dd{
	padding: 5px 5px 25px 13px;
	line-height: 1.4em;
}

.parking p{
	padding: 13px
}

.parking img {
	width: 72%;
	height: auto;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 70px;
		margin-top: 70px;
	}
	.inner_lowerpage{
		width: 1024px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	#sec002 .inner{
		width: 1024px;
		margin-top: 0;
	}
	#sec05 h2{
		padding: 0;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}
@media only screen and (max-width: 800px){
	.logo02, .tel_no{
		display:none;
	}	
}
@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	.p-hero__logo, .p-hero__logo__lower, #sec06{
		display:none;
	}	
  	#menu{
		display:none;
	}	
	#footer{
		padding: 30px 0;
	}
	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
		float: right;
	}

	#mainnav li{
		display: inline-block;
		padding: 22px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  	#mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	#sec06{
		padding-top: 30px;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
	#sec05 .col1 li{
		width: 48%;
		vertical-align: top;
		padding-right: 1%;
	}
	#sec05 .col2 li{
		width: 48%;
		padding: 0 0;
		vertical-align: top;
	}
	#banner-area .col2 li {
		width: 18%;
		padding:0 0 0 10px;
		vertical-align: top;
	}
	#sec003 .col1 li{
		width: 41%;
		vertical-align: top;
		padding: 4%;
	}
}

@media only screen and (max-width: 799px){
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #6e6e6e;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #6e6e6e;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
	.p-hero__visal {
		width: calc(100% - 210px);
	}
	.p-hero__logo, .p-hero__logo__lower{
		left: -192px;
		max-width: 160px;
		top: -10.5%;
	}
	.p-hero__title{
		left: -146px;
	}
}

@media only screen and (max-width: 840px){
	.p-hero__visal {
    width: calc(100%);
    height: 282px;
    margin-top: 70px;
	}
	.p-hero__visual__img{
		border-radius: 0px;
	}
	.p-hero__logo{
		left: 13px;
		max-width: 160px;
		top: -13%;
	}
	.p-hero__logo__lower{
		left: 13px;
		max-width: 160px;
		top: -36px;
	}
	.vision{
		width: 88%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	#sec01 h2{
		padding: 40px 0 20px;
	}
	#banner-area .col2 li {
		display: inline-block;
		width: 29%;
		margin: 20px 10px 20px 0;
	}
}

@media only screen and (max-width: 380px){
	.p-fixed__bnner__reserve {
		width: 245px;
		height: 52px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 95;
	}
	.p-fixed__bnner__reserve__title--main{
		display: none;
	}
	#banner-area .col2 li {
		display: inline-block;
		width: 94%;
		margin: 20px 0px 20px 7px;
	}	
}

@media screen and (max-width: 640px) {
	#map iframe{
		width: 96% !important;
		  left: 2%;
	  }
	  .inner_lowerpage{
		  width: 90%;
		  margin: 0 auto;
		  padding-bottom: 50px;
	  }
	  #sec003 .col1 li{
			margin: 20px 0 20px 0;
	  }		.last td:last-child {
	  border-bottom: solid 1px #8F8F8E;
	  width: 100%;
	}
	.tbl-r02 {
	  width: 100%;
	}
	.tbl-r02 th,
	.tbl-r02 td {
	  display: block;
	  width: 100%;
	}
	.tbl-r02 th{
		padding: 10px 0;
	}
	.tbl-r02 p {
		padding: 15px;
		line-height: 1.5em;
		font-size: 13px;
	}
	.parking img {
		width: 100%;
		height: auto;
	}
}
