@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */

@media print {
	.image {
		display: none;
	}

	.gard img {
		display: none;
	}
}

/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-image: url(../images/orange-bar.jpg), url(../images/pattern.jpg);
	background-position: center bottom, left top;
	background-repeat: no-repeat, repeat;
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #f15825;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight {
	color: #f15825;
}

.ttl_h3_red {
	font-weight: 700;
}

.ttl_h3_red2 {
	font-weight: 700;
	text-align: center;
	font-size: 1.5em;
	margin: 30px auto 30px;
	color: #e85e9c;
}

.ttl_h3_p {
	text-align: center;
	margin: 0 auto 10px;
}

.popup_close {
	border-color: #ce2810;
}

.wrapper section:not(:last-child) {
	border-bottom: 1px solid #fff;
}

/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP)
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
	justify-content: space-around;
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #ffe553;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #ff9800;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-image: url('../images/pattern.jpg');
	background-repeat: repeat;
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

/*スライダーの矢印ボタン：ホバー*/
/*ポップアップのクローズボタン：ホバー*/
.slick-arrow:hover,
.popup_close:hover {
	background-color: #000;
}

.first {
	padding-top: 3rem;
}

.catch {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #3e220d;
	margin-bottom: 3rem;
}

.comment_box {
	color: #3e220d;
	background-color: #09cbb141;
	padding: 1em;
}

.comment_ttl {
	font-weight: bold;
}

.comment_text {
	font-style: italic;
}

/*ポップアップのクローズボタン：ホバー*/
.popup_close:hover {
	border-color: #000;
}


.catch-txt {
	font-size: 2.4rem;
	text-align: left;
	font-weight: 700;
	line-height: 3.6rem;
	margin: 1rem;
	color: #fd3802;
}



.item {
	width: 100%;
}

.item02 {
	width: 25%;
}

.item img {
	width: 100%;
}


.box {
	margin-bottom: 8rem;
}

.summary {
	text-align: center;
	font-weight: bold;
	margin: 2rem 30px 5rem;
	font-size: 2.6rem;
}

.summary img {
	margin: 50px auto;
}


.left {
	text-align: left;
	margin-bottom: 15px;
}

.right {
	text-align: right;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {


	.summary {
		font-size: 3.6rem;
		margin: 2rem 0 6rem;

	}

	.summary img {
		margin: 40px auto;
	}

	.right {
		margin-bottom: 20px;
	}

}

.all {
	width: 691px;
	margin: 0 auto;
}

.scene {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 6rem;
}

.scene .scene1 {
	flex-basis: 47.8%;
	margin: 0.5rem 0.5rem;
	text-align: center;
}



.bnr {
	width: 50%;
	margin: 40px auto 0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

h3 {
	clear: both;
}

@media screen and (max-width: 767px) {

	.all {
		width: 100%;
	}

	.scene .scene1,
	.scene .scene2 {
		flex-basis: 100%;
	}

	.photo {
		float: none;
		width: 80%;
		margin-right: 0;
	}

	.bnr {
		width: 100%;
		margin: 40px auto 0 auto;
	}

	.box {
		margin-bottom: 12rem;
	}

}

.about_list li {
	font-size: 120%;
	line-height: 2;
	font-weight: bold;
}


/* 画像ガード */
.image {
	position: relative;
	display: inline-block;
	pointer-events: none;
}

.name {
	color: #f15822;
	font-weight: bold;
	font-size: 1.5em;
}

.name02 {
	font-weight: 900;
	font-size: 1.2em;
	background-color: #f15825;
	padding: 0 10px 2px 10px;
}

.name03 {
	font-size: 1.2em;
}

.name04 {
	font-size: 4rem;
	color: #f15825;
}

@media screen and (min-width: 768px) {


	.image::after {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		position: absolute;

		top: 0;
		left: 0;
	}

	.name02 {
		font-size: 1.5em;
	}

	.is-sp {
		display: none !important;
	}
}


dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.5em;
}

.s-cmn-protect {
	position: relative;
}