/*=======================================================================*/
/* フォントの読み込み */
/*=======================================================================*/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900);



/*=======================================================================*/
/* 全体基本 */
/*=======================================================================*/
*{
	margin: 0;
	padding: 0;

}
html,body{
	background-color:#fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 768px) {
	body{
		font-size : 0.8em;
	}
}

img{
	border: none;
	vertical-align: top;
	line-height: 0;
	display: block;
	max-width : 100%;
	height: auto;
}

ul{
	list-style: none;
}
a{
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
a:hover{
	outline: none;
	overflow: hidden;
	cursor: pointer;
	text-decoration: underline;
}
a img{
	border: 0px;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */

.smart{
	display: none!important;
}
@media screen and ( max-width:768px ){
	.smart{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
}

#wrap{
	overflow: hidden;
}

/*=======================================================================*/
/* ヘッダー */
/*=======================================================================*/
header{
	position: fixed;
	width: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.8);
}
/* タイトルとメニュー */
#header-inner{
	margin: 40px auto 16px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
.minimize #header-inner{
	margin: 10px auto 10px auto;
}
@media screen and (max-width: 768px) {
	#header-inner{
		margin: 10px auto 10px auto;
		justify-content: space-around;
	}
}
#header-inner h1{
	width : 20%;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#header-inner h1{
		width : 140px;
		margin: 0 auto 0 0;
	}
}
#header-inner h1 a{
	max-width : 200px;
	display : block;
}
#header-inner h1 a img{
	width : 100%;
	height : auto;
}
#header-inner ul{
	width : 80%;
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	#header-inner ul{
		height : 1px;
	}
}
#header-inner li{
	margin-right: 20px;
	font-size: 0.9em;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
.minimize #header-inner li{
	margin-right: -100%;
}
@media screen and (max-width: 768px) {
	#header-inner li{
		margin-right: -100%;
	}
}
#header-inner li a{
	color : #495057;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#header-inner li a:hover{
	background-color: #ceffff;
}
#header-inner li span{
	margin-left: 2px;
	font-weight: 700;
}

/* パンくず */
.breadcrumbs{
	margin: 0px auto 10px auto;
	width: 96%;
	max-width: 1080px;
	text-align: left;
	font-size: 0.85em;
	font-weight: 700;
	-webkit-transition:.5s; /*transitionで動きを*/
	-moz-transition:.5s;
	transition:.5s;
}
.minimize .breadcrumbs{
	display : none;
}
@media screen and (max-width: 768px) {
	.breadcrumbs{
		display : none;
	}
}
.breadcrumbs a,
.breadcrumbs span{
	margin: 0px 5px;
}
.breadcrumbs a{
	color : #57595b;
}
.breadcrumbs a:hover{
	color: #8c1414;
}

/*=======================================================================*/
/* ナビゲーションに現在地を表示 */
/*=======================================================================*/
#gnav{
	position: fixed;
	z-index: 99999;
	top: 120px;
	right: 20px;
}
#gnav li a{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #2ea4fb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#gnav li a.current{
	background-color: #00385f;
}
@media screen and (max-width: 768px) {
	#gnav li a{
		width: 16px;
		height: 16px;
		margin-bottom: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: #fff;
	}
}

/*=======================================================================*/
/* メイン画像部分 */
/*=======================================================================*/
#Logo{
	background-image:  url("../images/main01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height : 50vw;
	position: relative;
}

#logo-inner{
	width: 96%;
	max-width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
}
#logo-inner article{
	width: 25vw;

}
#logo-inner article h2{
	font-family: "游明朝","Sawarabi Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	text-shadow: 1px 2px 3px #808080; 
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	font-size: 1.0em;
	font-size: calc(0.9em + 4 * (100vw - 600px) / 400);
	font-weight: 600;
}
#logo-inner article .logo02{
	margin: 20px 80px 0px 20px;
}

@media screen and (max-width: 768px) {
	#logo-inner{
		top : 0;
		margin: 10vw auto 0px auto;
	}
	#logo-inner article{
		width: 100%;
		max-width: 100%;
		margin: 0px auto;
	}
	#logo-inner article h2{
		font-size: 1.6em;
		text-align: center;
	}
	#logo-inner article img{
		margin: 0px auto;
		width: 40%;
		max-width: 40%;
	}
	#logo-inner article .logo02{
		display : none;
	}
}

/*=======================================================================*/
/* 序文 */
/*=======================================================================*/
#Preface{
	padding-top: 80px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #fff;
}
#Preface-title{
	text-align: center;
	padding: 0 20px;
}

#Preface-title img{
	margin: 0px auto;
}



#Preface-inner{
	margin-top: 20px;
	background: linear-gradient(to bottom, rgba(36, 94, 147, 1.0), rgba(154, 202, 218, 0.5)) ,url(../images/Preface_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 10% 0 10% 0;
	background-attachment: fixed;
}

#Preface-inner article{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-shadow:2px 2px 2px #000;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	font-size: 1.4em;
	font-size: calc(1.2em + 4 * (100vw - 600px) / 400);
	margin: 0 auto 30px auto;
	line-height: 2em;

}


/*=======================================================================*/
/* 概要 */
/*=======================================================================*/
#Feature{
	background-image: url(../images/Feature_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0 2% 0;

}
#Feature h2{
	margin-bottom: 20px;
}

#Feature h2 img{
	margin: 0px auto;
}

#Feature-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	padding: 2% 0 2% 0;

}
#Feature .style-info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 20px 30px 20px;
	text-align: left;
}
#Feature .style-info figure{
	width : 40%;
	margin-right: 5%;
}
#Feature .style-info main{
	line-height: 2em;
	width : 55%;
}
@media screen and (max-width: 768px) {
	#Feature .style-info figure{
		width : 100%;
		margin-right: 0%;
	}
	#Feature .style-info main{
		width : 100%;
	}
}
#Feature .style-info main div{
	background-color: #fff;
	padding: 2%;
	border-style: solid;
	border-width: 5px;
	border-color: #a59b91;
}

#Feature article.madori{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 20px 0px 20px;
	text-align: left;
	background-color: #fff;
}
#Feature article.madori figure{
		width : 50%;
}
#Feature article.madori figure img{
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#Feature article.madori figure{
		width : 100%;
	}
}

/*=======================================================================*/
/* コンセプト */
/*=======================================================================*/
#Concept{
	margin-top: 80px;
}

#Concept h2{
	background-image:
		url("../images/Concept_ill01.png"),
		url("../images/Concept_ill02.png"),
		url("../images/Concept_ill03.png");
	background-repeat : no-repeat,no-repeat,no-repeat;
	background-position: left 15% bottom -2%,right 25% bottom -2%,right 30% bottom -2%;
	padding: 30px 20px;
}
@media screen and (max-width: 768px) {
	#Concept h2{
		background-position: left 2% bottom -2%,right 5% bottom -2%,right 10% bottom -2%;
		background-size: 80px, 40px, 40px;
	}
}
#Concept h2 img{
	margin: 0px auto;
}
#Concept-inner{
}

#Concept-inner article{
	background-color:#887e6a;
	background-repeat : no-repeat;
	background-size: auto 100%;
}
#Concept-inner article:nth-of-type(2n){
	background-color:#5d5449;
}
#Concept-inner article:nth-of-type(1){
	background-image : url("../images/Concept01.png");
	background-position : right bottom;
}
#Concept-inner article:nth-of-type(2){
	background-image : url("../images/Concept02.png");
	background-position : left bottom;
}
#Concept-inner article:nth-of-type(3){
	background-image : url("../images/Concept03.png");
	background-position : right bottom;
}

#Concept-inner article main{
	margin: 0px auto;
	width: 100%;
	max-width: 1100px;
	text-align: left;
}
#Concept-inner article:nth-of-type(2n) main{
	text-align: right;
}
#Concept-inner article div{
	text-align: left;
	color : #fff;
	display: inline-block;
	margin: 5vw;
	line-height: 1.6em;
}
@media screen and (max-width: 768px) {
	#Concept-inner article div{
		text-shadow: 
		#5d5449 2px 0px 0px, #5d5449 -2px 0px 0px,
		#5d5449 0px -2px 0px, #5d5449 0px 2px 0px,
		#5d5449 2px 2px 0px, #5d5449 -2px 2px 0px,
		#5d5449 2px -2px 0px, #5d5449 -2px -2px 0px,
		#5d5449 1px 2px 0px, #5d5449 -1px 2px 0px,
		#5d5449 1px -2px 0px, #5d5449 -1px -2px 0px,
		#5d5449 2px 1px 0px, #5d5449 -2px 1px 0px,
		#5d5449 2px -1px 0px, #5d5449 -2px -1px 0px,
		#5d5449 1px 1px 0px, #5d5449 -1px 1px 0px,
		#5d5449 1px -1px 0px, #5d5449 -1px -1px 0px;
	}
}

#Concept-inner article:nth-of-type(2) div{
	margin-bottom: 8vw;
}
#Concept-inner article:nth-of-type(3) div{
	margin-bottom: 10vw;
}

#Concept-inner article div h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	font-size: 1.4em;
	font-size: calc(1.2em + 4 * (100vw - 600px) / 400);
	margin: 0 auto 30px auto;
	line-height: 2em;
}

/*=======================================================================*/
/* ギャラリー */
/*=======================================================================*/
#Gallery{
	padding-top: 80px;
}
#Gallery h2 {
	margin-bottom: 20px;
}
#Gallery h2 img{
	margin: 0px auto;
}
.slider-for{
	width : 100%;
	max-height: 60vw;
	overflow: hidden;
}
.slider-for li{
}

.slider-for img{
	width : 100%;
	height : auto;
}
.slider-nav{
	margin-top: -10%;
}
.slider-nav img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.slider-nav img{
		border-width: 3px;
	}
}

.slick-slide {
	transition: .3s ease;
	transform: scale(0.75);
}
.slick-current {
	transform: scale(1);
}

/*=======================================================================*/
/* フッター */
/*=======================================================================*/
footer{
	margin-top: 120px;
	background-color: #d0f0f1;
	box-shadow: 0px 8px 6px -3px #9ac4c3 inset;
	padding: 0px 0 20px 0;

}
#footer-inner{
	margin: 0px auto;
	width: 96%;
	max-width: 1100px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#footer-inner{
		width: 100%;
	}
}
.footer-menu{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0px;
}

@media screen and (max-width: 768px) {
	.footer-menu{
		padding: 0px 0px 20px 0px;
	}
	.footer-menu li{
		border-width: 0px;
		width : 50%;
	}
}

.footer-menu a{
	padding: 3px 14px;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
}
.footer-menu a:hover{
	color:#fff;
	background-color:#b7183e;
}
.footer-menu li a{
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #666;
}
.footer-menu li:last-child a{
	border-width: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
	.footer-menu li a,
	.footer-menu li:last-child a{
		position:  relative;
		display: block;
		padding: 10px 10px 10px 24px;
		font-size: 1.2em;
		text-align: left;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
		border-color: #65b6b9;
	}
	.footer-menu li:nth-of-type(2n) a{
		border-width: 0px 0px 1px 0px;
	}


	.footer-menu a:before {
		content:  '';
		width: 10px;
		height: 10px;
		display:  block;
		border-top: solid 1px #65b6b9;
		border-right: solid 1px #65b6b9;
		transform: rotate(45deg);
		position:  absolute;
		top: 17px;
		left:  5px;
		margin:  auto;
	}
}

.footer-logo{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	text-align: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.footer-logo{
		display: block;
	}
}

.footer-logo .logo img{
	width: 300px;
	height: auto;
	margin-right : 40px;
}
@media screen and (max-width: 768px) {
	.footer-logo .logo img{
		margin : 0px auto;
	}
}
.footer-logo .info-tel{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 600;
	color: #1BA1E6;
}
.footer-logo .info-tel a{
	color: #1BA1E6;
}
.footer-logo .mark{
	display: inline-block;
	width: 20px;
}
.footer-logo .info-hour{
	background: #1BA1E6;
	color: #fff;
	padding: 2px 10px;
	box-sizing: border-box;
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.footer-logo .info-hour{
		width : 170px;
		margin: 0 auto;
	}
}
.footer-logo .num{
	margin: 0 0 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 600;
	display: inline-block;
}

.footer-menu02{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px 0px 0px auto;
	text-align: center;
	padding: 20px 0px;
}

.footer-menu02 a{
	padding: 3px 10px;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #666;
}
.footer-menu02 a:hover{
	color:#fff;
	background-color:#b7183e;
}
.footer-menu02 li:last-child a{
	border-width: 0px 0px 0px 0px;
}

footer address{
	font-style: normal;
	text-align: left;
	font-size: 0.9em;
	padding: 10px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
	footer address h3 span{
		display: block;
	}
}


#copyright{
	padding: 10px 0px 0px 0px;
	color : #666;
	font-size: 0.9em;
}

/*=======================================================================*/
/* ローディング */
/*=======================================================================*/
.loadingWrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #00347d;
	background-image: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
}

body .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


body .loading{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 10px;
}
.loading img {
	animation: loading 1s linear infinite;
}
 
@keyframes loading {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

/*=======================================================================*/
/* 資料請求 */
/*=======================================================================*/
.request a{
	position: fixed;
	display: inline-block;
	bottom: 10px;
	right: 10px;
	padding: 0 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	width: 100px;
	height: 100px;
	z-index: 1000006;
	background-color: #00347d;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.request a:hover {
	background-color: #C5AC43;
	text-decoration: none;
}
.request a i{
	font-size: 26px;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.request a{
		font-size: 10px;
		width: 70px;
		height: 70px;
		line-height: 16px;
	}
	.request a i{
		font-size: 18px;
		margin-top: 16px;
	}
}

/*=======================================================================*/
/* 共通ボタン */
/*=======================================================================*/
.but01{
	text-align: center;
}

.but01 a{
	display: inline-block;
	padding: 20px 50px;
	color: #000;
	background-color: #d9d7d4;
	font-size : 1.2em;
	margin: 20px 0px 10px 0px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.but01 a:hover{
	color:#fff;
	background-color:#b7183e;
}

/*=======================================================================*/
/* TELリンク */
/*=======================================================================*/
.tel{
	font-style: normal;
}
