/********
サイトによって異なる
使い回し共通CSS
1.コーディング＞ページ編集＞レイアウト＞全レイアウト共通CSSにコピーして入れる。
********/

@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Noto Sans JP', sans-serif!important;
}

img{
	max-width: 100%;
}

/* -------------------------------------
Browser：IE11 over
-------------------------------------
基本装飾 -サイトにより変更-
-------------------------------------*/

/**================================================================================
基本装飾
================================================================================**/

/**-------------------------------------
フォームテーブル
-------------------------------------**/
.-w-table table,
form table{
	margin: 30px auto;
	width: 100%;
	border-collapse:separate;
	border-spacing:1px;
	background:  #aaa;
}
.-w-table table th,
.-w-table table td,
form table th,
form table td{
	padding: 15px;
	text-align: left;
	background: #fff;
}
.-w-table table th,
form table th{
	position: relative;
	padding-right:3.5em;
	width: 25%;
	background: #f5f5f5;
	line-height: 1.8;
}
@media screen and (max-width: 640px){
	.-w-table table,
	.-w-table table tbody,
	.-w-table table tr,
	.-w-table table th,
	.-w-table table td,
	form table,
	form table tbody,
	form table tr,
	form table th,
	form table td{
		display: block;
		width: 100%;
		border: none;
	}

	.-w-table table,
	form table{
		border-right: 1px solid #aaa;
		border-bottom:1px solid #aaa;
	}

	.-w-table table th,
	.-w-table table td
	form table th,
	form table td{
		padding: 10px;
		border-top: 1px solid #aaa;
		border-left: 1px solid #aaa;
		text-align: left;
	}

	.-w-table table th,
	form table th{
		padding-right: 3.5em;
	}
}

/**-------------------------------------
必須アイコンの位置
-------------------------------------**/
.require {
	top: 0;
	right: 0.5em;
	bottom: 0;
	margin:  auto 5px;
}



/**================================================================================
サイトで必ず異なる
================================================================================**/



/**-------------------------------------
アイコン
-------------------------------------**/
.cat{
	display: inline-block;
	padding: 3px 10px;
}

.bnr{
	margin: 50px auto;
}
.bnr+.bnr{
	margin-top: -30px;
}

@media screen and (max-width: 640px){
	.bnr{
		margin: 20px 5%;
	}
	.bnr+.bnr{
		margin-top: -10px;
	}
}

/**-------------------------------------
見出し
-------------------------------------**/
/*ガーディアン社では -w-generalというクラスを、共通の見出しにつけています */
.-w-general {
}
h2.-w-general {
}
h3.-w-general {
}

.titA{
	color: #ff568c;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}
.titB{
	background: #009ee7;
	color: #fff;
	font-weight: 900;
	font-size: 35px;
	text-align: center;
	line-height: 1.5;
	padding: 20px;
	position: relative;
	margin: 0 auto 30px;
}.titB:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #009ee7 transparent transparent transparent;
	z-index: 1;
}

@media screen and (max-width: 640px){
	.titA{
		font-size: 20px;
	}
	.titB{
		font-size: 17px;
		letter-spacing: -1px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}.titB:after{
		border-width: 10px 10px 0 10px;
		bottom: -10px;
	}
}


/**-------------------------------------
ボタン
-------------------------------------**/
.btnA{
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 40px 15px 15px;
	width: 40vw;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
}
.btnA:after{
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;
}
.btnA{
	border: 1px solid #aaa;
	background: #fff;
	color: #aaa;
}.btnA:hover{
	background: #aaa;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.btnA{
		width: 90vw;
	}
}

/**-------------------------------------
背景
-------------------------------------**/
.bg-deco{
	background: url(img/bg_border.jpg) repeat-x left top;
	width: 100%;
	height: 12px;
}
@media screen and (max-width: 640px){
	.bg-deco{
		height: 6px;
	}
}

.bg-01{
	background: repeating-linear-gradient(-45deg,#ffefd8 0,#ffefd8 12px,#ffdeb1 12px,#ffdeb1 30px);
	padding: 5px 0 0;
}
.bg-orange{
	background: #ffdeb1;
	overflow: hidden;
}
.bg-pink{
	background: #FFF0FD;
	overflow: hidden;
}
.bg-beige{
	background: #fff6dd;
	overflow: hidden;
}


/**================================================================================
ヘッダー
================================================================================**/
header{
	text-align: center;
}

.fix_side{
	position: fixed;
	bottom: 130px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	z-index: 50;
	overflow: hidden;
}
.fix_side > a{
	margin: 0 0 15px;
	margin-right: -15px;
}

@media screen and (max-width: 640px){
	h1{
		width: 250px;
		margin: 5px auto;
	}
	.fix_side img{
		width: 10vw;
		height: auto;
	}
	.fix_side > a{
		margin: 0 0 15px;
		margin-right: -3vw;
	}
}

/**================================================================================
フッター
================================================================================**/
.fix_tel{
	width: 100%;
	background: #ff568c;
	text-align: center;
	padding: 10px 5%;
	line-height: 1.0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
}

footer{
	background: #f5f9e2;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 100px;
	position: relative;
}

footer h1{
	font-size: 18px;
	font-weight: bold;
}
footer small{
	color: #ff7d00;
	font-size: 12px;
	font-weight: 700;
}
footer .tel{
	color: #2DB200;
	font-size: 30px;
	font-weight: 700;
}
footer p{
	width: 100%;
	font-size: 14px;
}

footer .copyright{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 30px 0 0;
	padding: 30px 0;
	padding-left: calc( ( 100% - 960px ) / 2 );
	padding-right: calc( ( 100% - 960px ) / 2 );
	background: #edf3c5;
	font-size: 12px;
}

#return_top {
	z-index: 10;
	position: absolute;
	right: 30px;
	bottom: 0;
	margin: 0;
	display: block;
	width: 48px;
	height: 45px;
	text-indent: -9999px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
}#return_top:before{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 640px){
	footer{
		padding: 15px 0 14vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	footer h1{
		font-size: 15px;
		font-weight: bold;
		padding: 0 0 0;
	}
	footer p{
		width: 100%;
		font-size: 12px;
	}
	footer .copyright{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		font-size: 10px;
		margin: 15px 0 0;
		padding: 15px 0;
	}
	footer .copyright img{
		margin: 0 auto 10px;
	}
	#return_top {
		right: 0;
		border: none;
		background-color: rgba(0,0,0,0.8);
	}#return_top:before{
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}


/**================================================================================
ページ
================================================================================**/
main{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.hero{
	background: #fff6dd;
	text-align: center;
	position: relative;
}
.hero a{
	display: inline-block;
	position: absolute;
	bottom:30px;
	right:calc( ( 100% - 1000px ) / 2 );
}
.hero a:hover img{
	opacity: 1.0;
}
@media screen and (max-width: 640px){
	.hero a{
		display: inline-block;
		position: absolute;
		bottom:10px;
		right:0;
	}
	.hero a img{
		width: 40vw;
	}
}

/**-------------------------------------
セクション01
-------------------------------------**/
.sec01_wrap{
	background:
		url(img/about_img02.png) no-repeat center left calc( ( 100% - 900px ) / 2),
	#ffdeb1 url(img/about_img03.png) no-repeat center right calc( ( 100% - 800px ) / 2);
	min-width: 980px;
	padding: 15px 0;
}
.sec01_wrap p{
	width: 90%;
	max-width: 550px;
	text-align: center;
	color: #ac7b24;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.8;
	margin: 15px auto;
}
.sec01 h3{
	background: url(img/bg_wave.png) repeat-x center bottom;
	padding: 20px 0 50px;
}

@media screen and (max-width: 640px){
.sec01_wrap{
		background:
			url(img/about_img02.png) no-repeat bottom 30px left 2% / 52% auto,
		#ffdeb1 url(img/about_img03.png) no-repeat bottom 20px right 1% / 43% auto;
		min-width: 100%;
		padding: 5px 0 50vw;
	}
	.sec01_wrap p{
		text-align: center;
		color: #ac7b24;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: -1px;
		margin: 5px auto;
	}
	.sec01 h3{
		padding: 20px 15% 30px;
		background-size: 40px auto;
	}
}


/**-------------------------------------
セクション02
-------------------------------------**/
.sec02{
	text-align: center;
}
.sec02 picture{
	display: block;
	margin: 0 auto 30px;
}
.sec02 .titA{
	margin: 30px auto;
}

@media screen and (max-width: 640px){
	.sec02 picture + picture{
		display: block;
		width: 90%;
		margin: 0 auto 20px;
	}

}


/**-------------------------------------
セクション03
-------------------------------------**/
.sec03{
	padding: 50px 0;
}
.sec03 .sec03_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1000px;
	margin: 30px auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sec03 .sec03_wrap > *{
	width: 31%;
	margin: 10px 1%;
}

@media screen and (max-width: 640px){
	.sec03{
		padding: 0px 5%;
	}
	.sec03 .sec03_wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin: 0px auto 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/* background: url(img/sp_deco01.png) no-repeat right bottom 5vw / 40vw auto; */
	}
	.sec03 .sec03_wrap > *{
		width: 49%;
		margin: 5px 0;
	}
}

/**-------------------------------------
セクション04
-------------------------------------**/

.sec04 h2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ff568c;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.2;
	width: 800px;
	margin: 15px auto;

}.sec04 h2 img{
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 0 15px 0 0;
}
.sec04 .sec04_wrap{
	padding: 30px 0;
}

.sec04 dl{
	width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px auto;
	font-size: 18px;
	color: #444;
	padding: 0 0 0 100px;
}.sec04 dl dt{
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 0 30px 0 0;
}.sec04 dl dd{
	line-height: 1.8;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

@media screen and (max-width: 640px){
	.sec04 h2{
		font-size: 16px;
		width: 95%;
	}.sec04 h2 img{
		width: 60px;
		margin: 0 5px 0 0;
	}
	.sec04 .sec04_wrap{
		padding: 20px 0;
	}

	.sec04 dl{
		width: 95%;
		font-size: 12px;
		padding: 0;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 20px auto;
	}.sec04 dl dt{
		width: 120px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 0 5px 0 0;
	}.sec04 dl dd{
	}
}


/**-------------------------------------
スライド
-------------------------------------**/
.slick .slick-prev,
.slick .slick-next{
	z-index: 10;
	margin-top: -10px;
}
.slick .slick-prev{
	left: 105px;
}.slick .slick-next{
	right: 135px;
}
.slick .slick-prev:before,
.slick .slick-next:before{
	display: block;
	content: "";
	width: 50px;
	height: 50px;
}
.slick .slick-prev:before{
	background: url(img/arrow_L.png) no-repeat center center / contain;
}.slick .slick-next:before{
	background: url(img/arrow_R.png) no-repeat center center / contain;
}
.slick {
	width: 980px;
	margin: 0 auto;
}
.slick figure{
	display: block;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}.slick figure img{
	width: 100%;
	margin: 0 auto;
}
.slick .slick-slide{
	margin: 25px;
}

@media screen and (max-width: 640px){
	.slick .slick-prev{
		left: 0;
	}.slick .slick-next{
		right: 3%;
	}
	.slick .slick-prev:before,
	.slick .slick-next:before{
		width: 30px;
		height: 30px;
	}
	.slick {
		width: 100%;
		margin: 0 auto;
	}
	.slick .slick-slide{
		margin: 10px;
		position: relative;
	}
	.slick figure figcaption:before{
		display: block;
		content: "zoom_in";
		font-family: 'Material Icons';
		position: absolute;
		bottom:10px;
		left:50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 1.6em;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		background: rgba(0,0,0,0.7);
		color:#fff;
		border-radius: 50%;
	}
	.modal {
	      position: fixed;
	      top: 0;
	      left: 0;
	      width: 100%;
	      height: 100vh;
	      background-color: rgba(0, 0, 0, 0.8);
	      display: none;
				z-index: 60;
	    }

	.bigimg {
	      position: absolute;
	      width: 99%;
	      max-width: 800px;
	      top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
	      left: 0;
	      right: 0;
	      margin-right: auto;
	      margin-left: auto;
	    }

	.close-btn {
	      color: #fff;
	      font-size: 40px;
	      position: absolute;
	      right: 20px;
	      top: 0;
	    }

	.close-btn a {
	      color: #fff;
	      text-decoration: none;
	    }


}

/**-------------------------------------
セクション5
-------------------------------------**/
.sec05{
	text-align: center;
	margin: 50px auto 20px;
}


/**-------------------------------------
セクション6
-------------------------------------**/
.sec06{
	padding: 40px 0;
}

.sec06 ul{
	width: 950px;
	margin: 40px auto;
}.sec06 ul li{
	margin: 20px auto 0;
}

@media screen and (max-width: 640px){
	.sec06{
		padding: 10px 0;
	}

	.sec06 ul{
		width: 90%;
		margin: 20px auto;
	}.sec06 ul li{
		margin: 10px auto 0;
	}

}


/**-------------------------------------
セクション07
-------------------------------------**/
.sec07_wrap{
	width: 950px;
	margin: 30px auto;
}
.sec07_wrap li{
	color: #865032;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sec07_wrap li p{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
.sec07_wrap li p small{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	display: block;
	text-align: right;
	margin: 15px 10px;
}
.sec07_wrap li figure{
	width: 186px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 30px 10px;
}

@media screen and (max-width: 640px){
	.sec07_wrap{
		width: 90%;
		margin: 0px auto 20px;
	}

	.sec07_wrap li{
		font-size: 14px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.sec07_wrap li p small{
		margin: 10px;
	}
	.sec07_wrap li figure{
		width: 30%;
		margin: 0;
	}
}

/**-------------------------------------
セクション08
-------------------------------------**/
.sec08{
	text-align: center;
	margin: 80px auto 20px;
}

@media screen and (max-width: 640px){
	.sec08{
		text-align: center;
		margin: 30px auto 20px;
	}
	.sec08 > img{
		width: 90%;
	}
}



/**-------------------------------------
セクション09
-------------------------------------**/
.sec09 h2 img {
	width: 500px;
	margin: 10px auto;
}
.sec09_wrap {
	width: 950px;
	margin: 30px auto;
}
.sec09_wrap li {
	display: flex;
	color: #865032;
	font-size: 18px;
}
.sec09_wrap li figure{
	width: 250px;
	flex: none;
	margin: 30px 10px;
}

@media screen and (max-width: 640px){
	.sec09 h2 img {
		width: 90%;
	}
	.sec09_wrap{
		width: 90%;
		margin: 0px auto 20px;
	}

	.sec09_wrap li{
		font-size: 14px;
		align-items: flex-end;
	}
	.sec09_wrap li figure{
		width: 50%;
		margin: 0;
	}
}
