@charset "utf-8";

#imageTitle {
	position:relative;
	width:100%;
	background-color:#f25;
}

.titlePhoto {
	width:50%;
	float:right;
}
.titlePhoto img {
	width:100%;
}
.titleText {
	position:absolute;
	top:26%;
	left:33px;
}
.titleText h1 {
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:28px;
	font-size:2.8rem;
	line-height:1.0em;
	font-weight:bold;
	letter-spacing:3px;
	color:#fff;
}
.titleSub {
	color:#fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
}
.inTel {
	font-size:18px;
	font-size:1.8rem;
	line-height:1em;
	font-weight:900;
	color: #6a7;
	padding:0;
}
/* アコーディオン */
.ac-container{
	width: auto;
	margin: 0 auto 20px;
}
.ac-container label{
	width: 190px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0em;
	background: #fff;
	margin: 0;
	padding: 4px 0 4px 10px;
	position: relative;
	display: block;
	cursor: pointer;
	color: #09c;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.ac-container label:hover{
	color: #fff;
	border:1px solid #f00;
	box-sizing: border-box;
	background: rgba( 255, 0, 0, 0.6 );
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ac-container label:after{
	color: #09c;
	font-family:"FontAwesome";
	content:"\f067";
}
.ac-container label:hover::after{
	color: #fff;
	font-family:"FontAwesome";
	content:"\f067";
}
.ac-container input:checked ~ label::after {
	color: #09c;
	font-family:"FontAwesome";
	content:"\f068";
}
.ac-container input:checked ~ label:hover::after {
	color: #fff;
	font-family:"FontAwesome";
	content:"\f068";
}
.ac-container input{
	display: none;
}


.ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
}
.ac-container input:checked ~ div{
}
.ac-container div p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6em;
	text-align: justify; 
	padding: 20px 0 0 0;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-medium{
	height: auto;
}







.photoR {
	float:right;
	margin:0 0 1em 2em;
	width:40%;
}
.photoR img {
	width:100%;
}
.photoL {
	float:left;
	margin:0 2em 1em 0;
	width:40%;
}
.photoL img {
	width:100%;
}
.photoRs {
	float:right;
	margin:0 0 1em 2em;
	width:25%;
}
.photoRs img {
	width:100%;
}
.shinshin {
	border:1px solid #ccc;
	box-sizing: border-box;
}
.shinshin a {
	display: block;
}
.photoL1 {
	float:left;
	margin:0 2px 0 0;
	width:40%;
}
.photoL1 img {
	width:100%;
}
.photoL2 {
	float:left;
	margin:0;
	width:40%;
}
.photoL2 img {
	width:100%;
}

.photoE {
	float:left;
	margin:4px 2em 10px 0;
	width:126px;
}
.photoE img {
	width:100px;
	border:1px solid #ccc;
}
.photoM {
	float:left;
	margin:4px 2em 10px 0;
	width:176px;
}
.photoM img {
	width:150px;
	border:1px solid #ccc;
}

@media only screen and (min-width: 690px) and (max-width: 767px) {
.photoR {
	width:260px;
}
.photoR img {
	width:100%;
}
.photoL {
	width:260px;
}
.photoL img {
	width:100%;
}
.photoRs {
	width:163px;
}
.photoRs img {
	width:100%;
}
.photoL1 {
	width:260px;
}
.photoL1 img {
	width:100%;
}
.photoL2 {
	width:260px;
}
.photoL2 img {
	width:100%;
}
}
@media only screen and (max-width: 535px) {
.photoR {
	margin:0 0 1em 1em;
	width:200px;
}
.photoR img {
	width:100%;
}
.photoL {
	margin:0 1em 1em 0;
	width:200px;
}
.photoL img {
	width:100%;
}
.photoRs {
	margin:0 0 1em 1em;
	width:125px;
}
.photoRs img {
	width:100%;
}
.photoL1 {
	margin:0 2px 2px 0;
	width:200px;
}
.photoL1 img {
	width:100%;
}
.photoL2 {
	width:200px;
}
.photoL2 img {
	width:100%;
}
.photoE {
	margin:4px 1em 10px 0;
	width:113px;
}
.photoM {
	margin:0 1em 10px 0;
}
}
