/* CSS Document */

/* -------------------------------------------------- */
/* 基本骨格（サブページのみで使用） */
/* -------------------------------------------------- */

#Container {
	/*width: 1042px;*/
	width: 1100px;
	margin: 0px auto 100px auto;
	float: none;
}
#Contents {
	/*width: 780px;*/
	width: 830px;
	float: left;
	border: none;
}
#Side {
	width: 250px;
	float: right;
}

@media only screen and (max-width: 767px) {
#Container {
	width: 100%;
	float: none;
}
#Contents {
	width: 100%;
	float: none;
	border: none;
}
#Side {
	width: 100%;
	float: none;
}
}


/* -------------------------------------------------- */
/* PC パンくずリスト */
/* -------------------------------------------------- */

#Breadcrumb {
	width: 1100px;
	margin: 1em auto 1em auto;
}
#Breadcrumb p {
	margin: 0px 5px 0px 0px;
	color: #25896B; font-size: 0.9em;
	float: left;
}
#Breadcrumb ul {
	padding: 2px 0px 2px 0px;
	float: left;
}
#Breadcrumb li {
	margin: 0px 5px 0px 0px;
	font-size: 0.9em;
	float: left;
}
#Breadcrumb li .fa {
	margin: 0px 5px 0px 0px;
}

@media only screen and (max-width: 767px) {
	#Breadcrumb {
		width: 100%;
		margin: 0px auto 20px auto;
	}
	#Breadcrumb p {
		margin-left: 2vw;
	}
	#Breadcrumb ul {
		margin: 0 2vw;
	}
	#Breadcrumb li {
		line-height: 1.5;
	}
}

/* -------------------------------------------------- */
/* PC サブページ：右カラム：特設サイトへのリンク */
/* -------------------------------------------------- */

#special {
	margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px;
}
#special li            { margin-bottom: 2px; }
#special li:last-child { margin-bottom: 0px; }

#special li {
	float: left;
}
#special li img        { 
	max-width: 125px; /*250px*/
	height: auto;
}


/* -------------------------------------------------- */
/* SP サブページ：右カラム：特設サイトへのリンク */
/* -------------------------------------------------- */

@media only screen and (max-width: 767px) {

#special {
	margin-top: 50px; margin-bottom: 20px;
}
#special li {
	margin-right: 0.5vw;
	float: left;
}
#special li:nth-child(2) { margin-right: 0; }
#special li:last-child { margin-right: 0; }

#special img {
	max-width: 70vw!important;
	width: 49.5vw; height: auto; /*33vw*/
}

/*#special {
	margin-top: 50px; margin-bottom: 20px;
}
#special li {
	margin-right: 1vw;
	float: left;
}
#special li:last-child { margin-right: 0; }

#special img {
	width: 49.5vw; height: auto;
}*/

}

/* -------------------------------------------------- */
/* PC サブページ：右カラム：特設サイトへのリンク */
/* -------------------------------------------------- */

#speciala {
	margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px;
}
#speciala li            { margin-bottom: 2px; }
#speciala li:last-child { margin-bottom: 0px; }

#speciala li {
	float: left;
}
#speciala li img        { 
	max-width: 125px; /*250px*/
	height: auto;
}


/* -------------------------------------------------- */
/* SP サブページ：右カラム：特設サイトへのリンク */
/* -------------------------------------------------- */

@media only screen and (max-width: 767px) {

#speciala {
	margin-top: 50px; margin-bottom: 20px;
}
#speciala li {
	margin-right: 0.5vw;
	float: left;
}
#speciala li:nth-child(2) { margin-right: 0; }
#speciala li:last-child { margin-right: 0; }

#speciala img {
	max-width: 70vw!important;
	width: 49.5vw; height: auto; /*33vw*/
}

/*#speciala {
	margin-top: 50px; margin-bottom: 20px;
}
#speciala li {
	margin-right: 1vw;
	float: left;
}
#speciala li:last-child { margin-right: 0; }

#speciala img {
	width: 49.5vw; height: auto;
}*/

}

/* -------------------------------------------------- */
/* 右カラム：緊急時に必要な情報 */
/* -------------------------------------------------- */

#emergency {
	margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px;
	border: 1px solid #C40E2C;
	background: #FFF;
}
#emergency h2 {
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	background-color: #FDE7EA;
	background: url(../../img/top/h2_emergency.png) no-repeat center; background-size: contain;
}
#emergency h2 span {
}
#emergency h2 a {
	display: block;
	height: 42px;
	text-indent: -10000px;
}

#emergency li            { border-bottom: 1px solid #C0C0C0; line-height: 1.5; }
#emergency li:last-child { border-bottom: none; }
#emergency li a {
	display: block;
	padding: 8px 0px 8px 1.5em;
    text-indent: -0.75em;
}
#emergency .fa {
	margin: 0 0 0 12px; padding: 0;
	color: #C60626; font-size: 0.8em;
}
#emergency li a:link    { color: #C60626; text-decoration: none;}
#emergency li a:hover   { color: #C60626; text-decoration: underline;}
#emergency li a:active  { color: #C60626; text-decoration: underline;}
#emergency li a:visited { color: #C60626; text-decoration: none;}

@media only screen and (max-width: 767px) {
	#emergency {
		margin: 0 0 20px 0; padding: 0;
		border: none; border-bottom: 1px solid #C0C0C0;
	}
	#emergency h2 { margin: 0; padding: 0; background: #c20014 url(../../img/top/h2_emergency.png) no-repeat center top; cursor: pointer; background-size: contain; }
	
	#emergency h2 a { height: auto; padding: 3vh 0; }
	
	#emergency h2 span {
		display: block; position: absolute; right: 2vw;
		width: 30px; height: 30px;
		margin: 12px 0 0 0; padding: 0;
		background: url(../../img/top/plus_white.png) no-repeat right top; background-size: contain;
	}
	#emergency h2 span.open {
		margin: 12px 0 0 0; padding: 0;
		background: url(../../img/top/minus_white.png) no-repeat right top;
		background-size: contain;
	}
	#emergency ul       { display: none; }
	#emergency li a { padding: 12px 0 12px 25px; }
}

/* -------------------------------------------------- */
/* PC 右カラム：ライフスタイル */
/* -------------------------------------------------- */

#Side #lifestyle {
	/*border: 1px solid #D9EBF6;*/
}

#Side #lifestyle h2 {
	background: url(../../img/pages/side_lifestyle.png) no-repeat left bottom;
}
#Side #lifestyle h2 span {
}
#Side #lifestyle h2 a {
	display: block;
	height: 90px; text-indent: -10000px;
}

@media only screen and (max-width: 767px) {
	#Side #lifestyle h2 {
		background: url(../../img/pages/side_lifestyle.png) no-repeat center center;
		background-size: cover;
		/*border: 1px solid #000;*/
	}
	#Side #lifestyle h2 span {
	}
	#Side #lifestyle h2 a {
		display: block;
		height: 24vw; text-indent: -10000px;
	}
}

/*#Side #lifestyle h2      { padding: 10px 0px; }
#Side #lifestyle h2 span {
	display: block;
	margin-left: 12px; padding-left: 8px;
	color: #25896B; font-size: 1.1em; font-weight: bold;
	border-left: 6px solid #25896B;
}*/

#Side #lifestyle ul {
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;
	/*border-top: 1px solid #999;*/
	border: 1px solid #D9EBF6;
}

#Side #lifestyle li {
	width: 122px;
	text-align: center;
	/*border-right: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC;*/
}
#Side #lifestyle li a {
	display: block;
	height: 122px;
}
#Side #lifestyle li:nth-of-type(2n) { border-right: none; width: 123px; } /* 偶数番目の要素に適用 */
#Side #lifestyle li:nth-of-type(12)  { border-bottom: none; } /* 最後の要素に適用 */
#Side #lifestyle li span {
	/*font-size: 0.8em;
	position: relative; top: 96px;*/
	display: block;
	text-indent: -10000px;
}

#Side #lifestyle #lifestyle_01 { background: url(../../img/top/lifestyle_01.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_02 { background: url(../../img/top/lifestyle_02.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_03 { background: url(../../img/top/lifestyle_03.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_04 { background: url(../../img/top/lifestyle_04.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_05 { background: url(../../img/top/lifestyle_05.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_06 { background: url(../../img/top/lifestyle_06.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_07 { background: url(../../img/top/lifestyle_07.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_08 { background: url(../../img/top/lifestyle_08.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_09 { background: url(../../img/top/lifestyle_09.png) no-repeat top; background-size: contain; }

#Side #lifestyle #lifestyle_links_01 { background: url(../../img/top/lifestyle_links_01.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_02 { background: url(../../img/top/lifestyle_links_02.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_03 { background: url(../../img/top/lifestyle_links_03.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_04 { background: url(../../img/top/lifestyle_links_04.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_05 { background: url(../../img/top/lifestyle_links_05.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_06 { background: url(../../img/top/lifestyle_links_06.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_07 { background: url(../../img/top/lifestyle_links_07.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_08 { background: url(../../img/top/lifestyle_links_08.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_09 { background: url(../../img/top/lifestyle_links_09.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_10 { background: url(../../img/top/lifestyle_links_10.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_11 { background: url(../../img/top/lifestyle_links_11.png) no-repeat top; background-size: contain; }
#Side #lifestyle #lifestyle_links_12 { background: url(../../img/top/lifestyle_links_12.png) no-repeat top; background-size: contain; }

@media only screen and (max-width: 767px) {
#Side #lifestyle            {
	margin-bottom: 20px;
	border-left: none; border-right: none;
}
#Side #lifestyle h2 span br { display: none; }

#Side #lifestyle li {
	width: 33.1%;
	background-size: contain;
	/*border-right: 1px solid #999;
	border-bottom: 1px solid #999;*/
	
}
/*#Side #lifestyle li:nth-child(3n+1) { clear: both; }*/ /* 3番目で折り返す */
/*#Side #lifestyle li:nth-of-type(2n) { border-right: 1px solid #999; width: 33.1%; }*/ /* 偶数番目の要素に適用 */
/*#Side #lifestyle li:nth-child(3n)   { border-right: none; }*/ /* 3,6,9番目の要素に適用 */
/*#Side #lifestyle li:nth-of-type(12)  { border-bottom: 1px solid #999; }*/ /* 最後の要素に適用 */

}

/* -------------------------------------------------- */
/*  */
/* -------------------------------------------------- */
#header_clean button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 1em auto;
    padding: .9em 1em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #2589d0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	cursor:pointer;
}


