@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/* 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: 16px/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: #eee;
}

a{
	color: #FFF;
	text-decoration: none;
}

a:hover, .active{
	border-bottom: 3px solid #063191;
	padding-bottom: 5px;
	transition: 0.3s;
}

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


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

#pageImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#pageImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

/* 2022追加
------------------------------------------------------------*/

.info_area{
	margin-bottom: 30px!important;
}

.info_area h3{
	text-align: center;
}

.info_area h3 span{
	border-bottom: 3px #000 solid;
}

.info_area p{
	margin: 10px 0 20px;
}

.info_areas a{
	color: 000!important;
}

.info_area_sns{
	border: 1px #000 solid;
	color: #000;
	text-align: center;
	padding: 4px;
	margin: auto;
	width: 80%;
}

.info_day{
	font-size: 11px;
	font-weight: 700;
}

.about_area h3{
	text-align: center;
	font-weight: 700;
	font-size: 22px;
}

.about_area img{
	margin: 30px 0;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 14px;
	background: #063191;
	color: #FFF;
    margin: 50px auto 0;
}
#footer a:hover{
	border-color: #FFF;
}
.footer_content{
	display: flex;
	justify-content: center;
	text-align: left;
	margin-bottom: 30px;
}
.footer_content ul{
	padding: 3% 10%;
}
.footer_content li{
	padding: 5px 0;
}

/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:400;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #eee;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
	border-radius: 12px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}

.innerS a{
	color: #063191;
}

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

/* TOP */
.top_title{
	background: none;
	width: 85%;
	text-align: center;
	font-size: 26px;
}
.top_title span{
    background: #063191;
    color: #FFF;
    padding: 8px 20px;
    margin: 0 10px;
}

.more_button{
    background: none;
    padding: 10px;
    font-weight: 800;
	border: 3px #063191 solid;
    font-size: 100%;
    text-align: center;
    width: 60%;
    margin: 50px auto 0;
}
.more_button a{
	color: #063191;
}
.more_button a:hover{
  border: none;	
}

#sec01 img{
	width: 100%;
}

/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* access COMPANY
------------------------------------------------------------*/
#access p{
	margin-bottom: 5px;
}
#access a{
	color: #000;
}
#access a:hover{
	border: none;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* ABOUT */
.about_flex ul{
	display: flex;
}

.about_flex li{
	width: 50%;
}
.about_flex p{
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 20px;
}
.about_flex h3{
	padding-left: 10px;
	font-size: 24px;
	margin-left: 10px;
	border-left: 5px solid #063191;
}
.about_flex span{
    background: #063191;
    color: #FFF;
    padding: 8px 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.flex_reverse{
	margin-top: 50px;
}
.flex_reverse ul{	
	flex-flow: row-reverse;
}
.flex_reverse p{
	padding-left: 15px !important;
	padding-right: 0;
	margin-left: 0 !important;
	margin-right: 10px;
}
.flex_reverse h3{
	padding-left: 10px !important;
	padding-right: 0;
	margin-left: 0 !important;
	margin-right: 10px;
	border-left: 5px solid #063191;
}

/* OIL */
.oil_flex ul{
	display: flex;
}

.oil_flex li{}
.oil_flex p{
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 20px;
}
.oil_flex h3{
	padding-left: 15px;
	font-size: 24px;
	margin-left: 10px;
	border: none !important;
}
.oil_flex span{
	font-weight: 600;
}
.oil_price{
	margin-bottom: 20px;
}
.oil_flex h2{
	background: none;
	font-size: 18px;
	width: 100%;
	text-align: left;
	font-weight: 700;
}

.oil_item{
	width: 40%;
}

.oil_text{
	width: 60%;
}

.flex_reverse_oil{
	margin-top: 100px;
}
.flex_reverse_oil ul{	
	flex-flow: row-reverse;
}
.flex_reverse_oil p{
	padding-left: 10px !important;
	padding-right: 0;
	margin-left: 0 !important;
	margin-right: 15px;
}
.flex_reverse_oil h3{
	padding-left: 10px !important;
	padding-right: 0;
	margin-left: 0 !important;
	margin-right: 15px;
	border-left: 5px solid #063191;
}

/* MENU */
.menu_flex ul{
	display: flex;
}

.menu_flex li{
	width: 50%;
	padding: 0 50px;
}

.menu_flex h3{
	font-size: 24px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-weight: 200;
}
.menu_flex h4{
    background: #063191;
    color: #FFF;
    padding: 4px 10px;
    margin: 10px 0;
	width: 50%;
	font-size: 18px;
}
.menu_flex .more_button{
	margin: 50px 0;
	width: 100%;
	padding: 20px 0;
}

.first{
	padding: 20px 50px;
}

.menu_title{
	background: none;
	width: 85%;
	text-align: center;
	font-size: 26px;
}
.menu_title span{
    color: #000;
	border-bottom: 5px solid #063191;
    padding: 8px 20px;
    margin: 0 10px;
}

.nursery_flex ul{
	display: flex;
}

.nursery_text{
	width: 70%;
}
.nursery_img{
	width: 30%;
}

#reserve a:hover {
	border: none;
}

.menu_margin{
	margin-top: 100px;
}

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

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	#pageImg{
	position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 334px;
	}

	#pageImg img{
		position: absolute;
	  left: 50%;
		max-width: 640px;
	  width: 640px;
	  margin-left: -320px;
		height: 264px;
		margin-top: 70px;
	}
	.innerS{
		width: 82%;
		padding: 35px;
	}
	.innerL{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	.top_title{
		text-align: right;
	}
	.more_button{
		width: 80%;
	}
	.footer_content ul{
	padding: 3% 4%;
	}
	.about_flex ul{
	display: block;
}

	.about_flex li{
	width: 100%;
}
.about_flex p{
	padding: 0;
	margin-left: 0;
	margin-top: 0;
}
.about_flex h3{
	padding: 0;
	margin-left: 0;
	border-left: none;
}
	.flex_reverse p{
	padding: 0 !important;
	margin-left: 0 !important;
}
	.flex_reverse h3{
	padding: 0 !important;
	margin-left: 0 !important;
	border-left: none;
}
	.menu_flex ul{
		display: block;
	}
	.menu_flex li{
	width: 95%;
	margin-bottom: 30px;
    background: #FFF;
    padding: 0 10px 10px;
    border-radius: 10px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}
	.menu_flex h4{
		width: 94%;
	}
	.first{
	width: 95%;
	margin-bottom: 30px;
    background: #FFF;
    padding: 0 10px 10px;
    border-radius: 10px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	}
	.nursery_flex ul{
		display: block;
	}
	.nursery_flex li{
		width: 100%;
	}
	.nursery_text{
		width: 100%;
	}
	.nursery_img{
		width: 100%;
	}
.menu_margin{
	margin-top: 0;
}
	.oil_flex ul{
	display: block;
}

	.oil_flex li{
	width: 100%;
}
.oil_flex p{
	padding: 0;
	margin-left: 0;
	margin-top: 0;
}
.oil_flex h3{
	padding: 0;
	margin-left: 0;
	border-left: none;
}
	.flex_reverse_oil p{
	padding: 0 !important;
	margin-left: 0 !important;
}
	.flex_reverse_oil h3{
	padding: 0 !important;
	margin-left: 0 !important;
	border-left: none;
}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 75px;
		background: #ffffffcf;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
	padding: 0 0 0 10px;
    text-align: left;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 65px;
		width: auto !important;
	}

  a#menu{
    display: inline-block;
    position: relative;
    width: 51px;
    height: 51px;
    padding: 10px;
	/*background: #fff;*/
	border: none;
	}

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

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	height: 2px;
  	background: #063191;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -9px;
		width: 30px;
		left: -10px;
	}

	#menuBtn:after{
  	margin-top: 7px;
		width: 15px;
		left: 5px;
	}
	
	#menuBtn_txt{
    position: absolute;
    top: 64%;
    font-size: 12px;
    left: 33%;
    transition: .2s;
	}

	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);
  	width: 20px;
		left: -3px!important;
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	width: 20px;
		left: -2px!important;
	}

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

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

	#mainnav ul{
		background: #ffffffcf;
		text-align: left;
		padding: 60px 20px;
		letter-spacing: 2px;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #777;
		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;
    background: #063191;
    border-radius: 20px;
	}
	#mainImg{
	padding-top: 95px;
    z-index: -100;
    width: 90%;
    margin: auto;
	z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		width: 80%;
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
		font-weight: 700;
	}
}