@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */


/* ------------------------------------------------------------------------------------------------------------------------/
	top
/------------------------------------------------------------------------------------------------------------------------ */
#mv {
	width:100%;
	height: 490px;
	margin-top: 100px;
	background-image: url("image/contents/top/mv_sp.jpg?v=3");
	background-size: contain;
	box-sizing: border-box;
	}
.catchcopy {
	padding-top: 130px;
	text-align: center;
	color:#fff;
	font-size:40px;
	font-family:"Noto Serif Japanese","YuMincho","游明朝","游明朝体",YuMincho,Yu Mincho,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing:0.15em;
	}
.catchcopy img {
	width: 560px;
	height: auto;
}

.contents {
	font-family:"Noto Serif Japanese","YuMincho","游明朝","游明朝体",YuMincho,Yu Mincho,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.wrap {
	width: calc(100% - 40px);
	margin: 0 20px;
}

/* メッセージ */
#message {
	margin-bottom: 80px;
	font-weight: bold;
	line-height: 1.8;
	padding: 100px 0;
	background-color: #F2F0F9;
}
#message p {
	margin-bottom: 1em;
}

#message .chach {
	font-size: 1.25rem;
}
#message .chach img {
	display: block;
	width: 560px;
	margin:0 auto 80px;
}
#message .chach .sanctuary {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

#message .img {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 1em;
}
#message .img img {
	width: 100%;
	height: auto;
}
#message .desc {
	text-align: left;
	font-weight: normal;
}

#about .desc {
	width: 100%;
	padding: 36px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow:0px 0px 20px -5px #ddd;
	text-align: left;
}
#message .desc .box01,
#message .desc .box02 {
	margin: 0 0 1em;
}
#message .desc ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#message .desc ul li {
	padding-left: 1em;
    text-indent: -1em;
}
#message .desc ul li::before {
	content: "・";
}

/* 動画紹介 */
#movie {
	margin: 120px auto;	
}
#movie .outer {
	overflow: hidden;
}
#movie .outer .moviecell {
	width: 100%;
	margin-bottom: 24px;
}
#movie .outer .iframe-responsive {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
#movie .outer .iframe-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ラインナップ */
#lineup {
	margin: 120px auto;
}
#lineup h2 {
	margin-bottom: 16px;
}
#lineup .notice {
	text-align: left;
	color: #C00A1B;
	margin-bottom: 52px;
}
#lineup .outer {
	overflow: hidden;
}
#lineup .cell {
	width: 100%;
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fafafa;
	box-sizing: border-box;
	overflow: hidden;
}
/*
#lineup .cell .photo {
	float: left;
	width: 260px;
	height: 222px;
	margin-right: 24px;
}
#lineup .cell .photo img {	
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#lineup .cell .box {
	float: right;
	width: calc(100% - 284px);
}
*/

#lineup .cell .photo {
	width: 100%;
	height: auto;
}
#lineup .cell .photo img {	
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#lineup .cell .box {
	width: 100%;
	margin-top: 24px;
}

#lineup .cell b {
	display: inline-block;
	font-size: 1.5em;
	color: #70a200;
	margin-bottom: 8px;
}
#lineup .cell dl {
	overflow: hidden;
}
#lineup .cell dl dt {
	width: 4em;
	float: left;
}
#lineup .cell dl dt::after {
	content: "：";
}
#lineup .cell dl dd {
	float: left;
	width: calc(100% - 4em);
	margin: 0;
}

#lineup .cell .button {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 6px;
	padding: 4px 0;
	color: #fff;
	background-color: #222;
	text-decoration: none;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
}
#lineup .cell .button:hover {
	color: #222;
}
#lineup .cell .button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	background: #fff;
	-webkit-transform-origin: right top;
			transform-origin: right top;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}
#lineup .cell .button:hover::before {
	-webkit-transform-origin: left top;
			transform-origin: left top;
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
}

#lineup .solar a {
	transition:0.3s;
}
#lineup .solar a:hover {
	opacity: 0.7;
}
#lineup .solar img {
	width: 100%;
	height: auto;
}


/* 性能ダイジェスト */
#performance {
	margin: 120px auto;
	text-align: left;
}

#performance .pfm04 {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}
#performance .pfm04 .img01,
#performance .pfm04 .img02 {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
	height: auto;
}
#performance .pfm04 .img01 {
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}

#performance .pfm01 {
	width: 100%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}
#performance .pfm01 img {
	display: inline-block;
	max-width: 170px;
	margin-left: 10px;
	margin-right: 10px;
}

#performance .pfm02 {
	width: 100%;
	margin-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}
#performance .pfm02 .img01,
#performance .pfm02 .img02 {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
	height: auto;
}
#performance .pfm02 .img01 {
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}

#performance .pfm03 {
	width: 100%;
	margin-top: 100px;
}
#performance .pfm03 .img {
	display: block;
	max-width: 453px;
	margin: 0 auto 60px;
}
#performance .pfm03 .desc {
	width: 100%;
}

#performance .pfm05 {
	width: 100%;
	margin-top: 100px;
}
#performance .pfm05 .img01 {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
	height: auto;
}

/* メリット */
#merit {
	margin: 80px auto;
	text-align: left;
}

#merit .comparison {
	margin-bottom: 40px;
}
#merit .comparison strong {
	font-size: 1.25em;
	border-bottom: 1px solid #272727;
}
#merit .comparison ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#merit .comparison ul li {
	padding-left: 1em;
    text-indent: -1em;
}
#merit .comparison ul li::before {
	content: "・"
}
#merit .comparison .left {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 24px;
	background-color: #F2F0F9;
}
#merit .comparison .right {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 24px;
	background-color: #FFDABB;
}

#merit .desc p {
	margin-bottom: 1em;
}
#merit .desc p:last-of-type {
	margin-bottom: 0;
}
#merit .img {
	width: 100%;
	margin-bottom: 1em;
}
#merit .img img {
	width: 100%;
	height: auto;
}

/* おいらせ町について */
#town {
	margin: 120px auto;
	text-align: left;
}
#town p {
	margin-bottom: 1em;
}
#town p:last-of-type {
	margin-bottom: 0;
}

#town strong {
	display: block;
	font-size: 1.25em;
	margin-top: 1.25em;
}
#town strong::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	border: 3px solid #DB7C34;
	margin-right: 0.5em;
	box-sizing: border-box;
	border-radius: 100%;
}
#town a.jaran {
	font-size: 1.125em;
	color: #EC6D0D;
	text-decoration: none;
	transition: 0.3s;
}
#town a.jaran:hover {
	color: #F0AF7E;
	text-decoration: underline;
}

#town h3 {
	margin-top: 1.5em;
}

#town .map {
	width: 100%;
	margin-bottom: 1em;
}
#town .map iframe {
	width: 100%;
	height: 400px;
}
#town .desc {
	width: 100%;
}


.banner {
	transition: 0.3s all;
}
.banner:hover {
	opacity: 0.8;
}


