﻿@charset "utf-8";
/* CSS Document */

@media print,screen and (min-width: 768px){

/* PC用設定 */

#shimi #title {
	background-image: url(../img/shimi/title.webp);
	background-repeat: no-repeat;
	background-position: center top;
	height: 570px;
	margin-bottom:25px;
}
#shimi #section1 {
	margin-bottom:2em;
}
#shimi #section1 .images {
	margin-bottom:2em;
	background-image: url(../img/shimi/section1_images.webp);
	background-repeat: no-repeat;
	background-position: left top;
	height: 288px;
	width: 866px;
	margin-left: auto;
}
#shimi #section1 .images img {
	display:none;
}
#shimi #section2 {
	margin-bottom:2em;
}
#shimi #section2 .left {
	float: left;
	width: 50%;
}
#shimi #section2 .left img {
	width: auto;
}
#shimi #section2 .right {
	float: left;
	width: 50%;
	text-align: right;
}
#shimi #section2 .right img {
	width: auto;
}
#shimi #section3 {
	margin-bottom:2em;
}
#shimi #section3 .ph_left {
	border: 7px solid #dadada;
	float: left;
	margin-right: 3em;
	margin-bottom: 0.5em;
}
#shimi #section3 .images {
	margin-top: 3em;
}
#shimi #section3 .images img {
	width: auto;
}
#shimi #section4 {
	margin-bottom:4em;
}
#shimi #section4 .images {
	background-image: url(../img/shimi/section4_images.webp);
	background-repeat: no-repeat;
	background-position: center top;
	height: 427px;
}
#shimi #section4 .images img {
	display:none;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#shimi #section1 {
	margin-bottom:1em;
}
#shimi #section1 .images {
	margin-bottom:1.5em;
	background-image: none;
	height: auto;
	width: auto;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#shimi #section1 .images img {
	display:block;
	width: 100%;
}
#shimi #section2 {
	margin-bottom:1em;
}
#shimi #section2 .left {
	float: none;
	width: auto;
	margin-top: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
#shimi #section2 .left img {
	width: 100%;
}
#shimi #section2 .right {
	float: none;
	width: auto;
	margin-top: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
#shimi #section2 .right img {
	width: 100%;
}
#shimi #section3 {
	margin-bottom:1em;
}
#shimi #section3 .ph_left {
	border: 4px solid #dadada;
	margin-left: 10px;
}
#shimi #section3 .images {
	margin-top: 2em;
	padding-right: 10px;
	padding-left: 10px;
}
#shimi #section3 .images img {
	width: 100%;
}
#shimi #section4 {
	margin-bottom:2em;
}
#shimi #section4 .images {
	background-image: none;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#shimi #section4 .images img {
	display:block;
	width: 100%;
}
}
