﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

.containerxmas {
    display: flex;
    justify-content: space-around; /* 画像の間に均等に余白を設定 */
}
.containerxmas img {
    width: 98%; /* 画像が3つ並ぶように設定 */
    height: auto;
}

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color:#4c4c4c;
}
a:visited {
	text-decoration: none;
	color:#4c4c4c;
}
a:hover {
	text-decoration: underline;
	color:#bbb;
	color:#DE7E97;
}
a:active {
	text-decoration: underline;
	color:#DE7E97;
}

a img{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
a:hover img{
 filter: alpha(opacity=80); 
 opacity:0.8;
 background: #fff;
}
h1 a:hover img{
	filter: alpha(opacity=100);  
	opacity:1;  
	background: #fff;
}  


/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left{
	text-align:left;
}
.fl_left{
	float:left;
}
body {
	background-color: #fff;
	color:#4c4c4c;
}

.inner {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer {
	position: relative;
	top: 0;
	margin-bottom: 0;
}


/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	background-color: #fff;
	height:auto;
	overflow:hidden;
	border-top:#CCC solid 9px;
}


/* パンくず */
#mainVisualContainer_pan {
  background:#DAEBF5;
}


.img{
	padding:10px 0 0;
}


#copyright{
	text-align: center;
    font-size: 1.4em;
    margin: 0;
}

.fc_org{
	color:#EB6C65;
}
a.fc_org{
	color:#EB6C65;
	text-decoration:underline;
}
/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row {
	max-width: 980px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

.row_m {
	max-width:1024px;
	margin: 0 auto;
}
.row_m:after {
	content: "";
	display: block;
	clear: both;
}

.row_g {
	max-width:680px;
	margin: 0 auto;
}
.row_g:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}


.col_s {
	float: left;
	margin-left: 2%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}


/* 左端のカラムの左マージンを削除 */
.col_s:first-child,
.col_s.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col_s.right {
	float: right;
	margin-left: 3.2258064515%;
}


/* 各カラムを横並びにし、左マージンを設定 */
.col2 {
	float: left;
	margin-left: 1.00%;
}

/* 左端のカラムの左マージンを削除 */
.col2:first-child,
.col2.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col2.right {
	float: right;
	margin-left:1.3%;
	
}
.col3 {
	text-align:center;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.2%;}
.one-second2 {width: 49.2%;}
.one-third {width: 31.1827956988%;}
.one-third2 {width: 33.1827956988%;}
.two-third {width: 65.5913978494%;}
.one-fourth{width:24%;}

.three-fourth{width:75%;}

.clear{
	clear:both;
}
/* ------ Header ------ */

header {
	width: 100%;
	padding-top: 0;
}

header .row {
	position: relative;
}

header h1{
	float:left;
	
}

#site{
	height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	
	display:block;
}


.description{
	letter-spacing: normal;
	font-size:12px;
	color: #1e1e1e;
	margin:5px 0 0 8px;
	padding:0;
	
}

#site_sp{
	height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	
	display:block;
}
#site_sp .description{
	font-size:9px;
}
#site_sp{
	display:none;
}

/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	float: left;
	width: auto;
	
}


/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	padding:0 24px 5px;
	border-right: 1px solid #dbdbdb;
	margin:10px 0;
}
#gnav li:last-child{
	border-right:none;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 18px;
	font-size: 76%;
	text-decoration: none;
	color: #222;
	text-align: center;
	
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;

}
#gnav .current a {
	/*border-bottom:#000 dotted 1px;
	padding-bottom:3px;*/
	font-weight:bold;
}

#gnav a:hover {
	/*border-bottom:#000 dotted 1px;
	padding-bottom:3px;*/
	font-weight:bold;
}

.header_nav {
	width:340px;
	float:right;
	padding:0 0 5px 0;
}
.header_nav li {
	float: left;
	margin-left:5px;
	
}

.header_nav li a {
	padding:3px 15px;
	font-size:76%;
	color:#FFF;
}
.header_nav li.header_nav01 {
	background-color:#ee86aa;
}
.header_nav li.header_nav02 {
	background-color:#000;
}
.header_nav li.header_nav03 {
	background-color:#000;
}



/* ------ Article ------ */

article {
	background-color: #fff;
	padding-bottom: 50px;
}


/* ------ howガイド ------ */

#how {
	
	padding: 20px 20px;
	border-top:#CCC dotted 2px;
	border-bottom:#CCC dotted 2px;
	margin-bottom:10px;
}



/*------------------*/
.pcnon{
		display:block;
		display:none;
	}
.pcnon_r{
		display:block;
		display:none;
	}



.spnon{
		display:none;
		display:block;
	}



@media screen and (min-width: 640px) {
	#how {
		margin-top:20px;
		
	}
}



/* ------ Page Top ------ */

#page-top {
	border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
	border-bottom: solid 1px #fff;
}

#page-top p {
	font-size: 68%;
	border-top: solid 1px #dedede;		/* 2番目のborder */
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}
#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active {
	background-color: #e5e5e5;
}


/* ------ ヘッダー　アカウント電話番号エリア ------ */


#tel_box{
	margin:0 0 5px;
	float: right;
}

#tel{
	display:block;
	float:right;
	padding:0 0 5px 0;
}


/*パンくず
----------------------------------------------------------------------*/

ul#breadlist{
	margin:12px 0 20px 0;
	padding:0;
}

ul#breadlist li{
	font-size:12px;
	display:inline;
	background:url(images/icon-breadlist.png) 1px center no-repeat;
	padding-left:17px;
	margin-right:5px;
}
ul#breadlist li a{
	
}
ul#breadlist li:first-child{
	background:none;
}
/*ENDパンくず*/


/* ------ Footer ------ */

footer {
	/*background:#002655;*/
}

footer nav {
	padding: 20px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 76%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	text-decoration: underline;
}

#copyright {
	margin:20px 0;
	padding-bottom:35px;
}

#copyright p {
	font-size: 62%;
	text-align: right;
}
.br-pc { display:none; }

/*footer　ガイド用----------*/
.bihada_footer_box {
	font-size:12px;
	float:left;
	padding:15px 0;
	/*background:url(img/footer/dot.gif) no-repeat right 20px;*/
	display: block;
	border-right:#CCC dotted 2px;
}

.bihada_footer_box:last-child {
	border-right:none;
	
}


.bihada_footer_box p{
	font-size:12px;
	
}
.bihada_footer_inrbox {
	padding:14px 0 14px 16px;
	margin:0 0 10px 0;
}

.bihada_footer_inrbox p {
	font-size:12px;
	margin:0 0 5px 0;
}

.bihada_footer_inrbox2 {
	border:1px solid #C9CACA; padding:11px 0 11px 12px;
	margin:0 5px 0 0;
	font-size:16px;
	vertical-align:middle;
}

.bihada_footer_inrbox2 p {
	margin:0 0 0 0;
}
.bihada_footer_inrbox3 {
	border:1px solid #C9CACA;
	border-top:none;
	padding:11px 0 11px 12px;
	margin:0 5px 20px 0;
	font-size:16px;
	vertical-align:middle;
	
}

.bihada_footer_inrbox3 p {
	margin:0 0 0 0;
}

#how h2{
	background:url(images/ya.gif) no-repeat left center;
	margin:0 0 5px 0;
	padding-left:15px;
	color:#6B5557;
}
#how .how_more{
	text-align:right;
	margin-right:5px;
}
#how .how_more a{
	text-decoration:underline;
}
.g_price{
	background:url(../images/footer/arrow.gif) no-repeat left center;
	margin-left:10px;
	padding-left:10px;
	color:#C00;
}

.w190{
	text-align:center;
}
#how .w190 h2{
	text-align:left;
}
.pink{
	color:#FFCCCC;
}

#how iframe.calendar{
	width:190px;
	height:175px;
	height:185px;
	height:195px;
	scrolling:none;
	border:none;
	
	/*height:250px;*/
}



.box_ssl{
	margin-bottom:20px;
}
.ssl{
	float:left;
	padding:0 10px 10px 0;
}
.ssl_more{
	text-align:right;
}
.ssl_more a{
	text-decoration:underline;
}

/*footer用----------*/

#footer_banner {
	border-top:#CCC dotted 2px;
	padding: 5px 0 0;
	text-align:center;
	margin-top:50px;
	
}
#footer_banner li {
	display: inline-block;
	padding: 0 5px 0 10px;
}


/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に5pxの余白を設定 */
	.row {
		padding: 0 5px;
	}

	.inner {
		width: 98%;
		max-width: 98%;
		min-width: 98%;
	}
	header {
		background: #fff;
		padding-top: 0;
	}
/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}
	
	#gnav li {
		width:25%;
		margin:0 0 2px;
	}

header h1 {
	height: 55px;
	margin-top: 0;
}
header h1 img{
	float:left;
}

#tel_box{
	position:absolute;
	top:0;
	right:0;
	margin:-5px 0 0;
	float: right;
}

/* ------ Column ------ */

	/* 各カラムを横並びにし、左マージンを設定 */

	#headerContainer .col.left {
		float: none;
		width: auto;
	}

	#mainNavigation .col.left {
		float: none;
	}


/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 40px;
		height: 0px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 0;
		font-size:27px;
	}
	
	#site{
		margin: 0 auto;
		padding-top: 0;
	}
	

footer nav {
		margin-top: 0;
	}
	
}


/*-----------------------------------------------------	*/
/*	for 640px - 979px		sakusei		*/
/*-----------------------------------------------------	*/
@media screen and (min-width: 640px) and (max-width: 839px) {
.w190{
	width:190px;
}	
}
@media screen and (min-width: 460px) and (max-width: 639px) {
	
}



/*-----------------------------------------------------	*/
/*	for  - 639px			*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {
	
	.inner {
		width: 98%;
		max-width: 98%;
		min-width: 98%;
	}
header h1{
		font-size: 21px;
		text-align: left;
		padding: 8px 0 4px;
	}
header h1 p{
	font-size:11px;
}

header h1 {
	height:55px;
	margin-top: 0;
}
header h1 img{
	float:left;
}

#site {
	height: 80px;
	padding: 8px 0 4px;
	margin:0 auto;
}


	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.col_s,
	.col_s.left,
	.col_s.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.col2,
	.col2.left,
	.col2.right {
		float: none;
		width: auto;
		margin-left: 0;
	}	
	
	.col4,
	.col4.left,
	.col4.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		background:none;
		background: #fff;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 40px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 0;
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}
	
	#gnav li {
		width:25%;
		margin:0 0 2px;
	}

	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}
	
	article .box_com {
		font-size: 90%;
	}

.br-sp { display:none; }

/*ガイド------------*/
.bihada_footer_box {
	border-right:none;
	
}
.box_ssl{
	padding:0 10px;
	margin-bottom:20px;
}
.ssl_more{
	padding-bottom:20px;
}
/*コピィ------------*/
#copyright p {
	margin:0 10px;
	text-align: center;
}
/*ヘッダー　アカウント等------------*/
.header_nav{
	width:280px;
	
	/*width:220px;
	position:absolute;
	top:45px;*/
}
.header_nav li a {
	padding:3px 5px;
	
	/*font-size: 9px;*/
}





/* ------ ヘッダー　アカウント電話番号エリア ------ */


/*#tel_box{
	margin:0 0 5px;
	float: right;
}

#tel{
	display:block;
	float:right;
	padding:0 0 5px 0;
	
	position: relative;
	top:15px;

}
*/

	/* ------ Page Top ------ */

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}
	
/*パンくず
----------------------------------------------------------------------*/

ul#breadlist{
	
	margin:12px 15px 20px;
	padding:0;
}	


	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}








.pcnon{
		display:block;
		
		
		/*float:right;*/
	}
.pcnon_r{
		display:block;
		
		
		float:right;
	}
	.spnon{
		display:none;
	}




}



/*-----------------------------------------------------	*/
/*	for - 339px					*/
/*-----------------------------------------------------	*/

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



/*ヘッダー　アカウント等------------*/
.header_nav{
	width:280px;
	
	width:220px;
	
	width:230px;
	/*position:absolute;
	top:45px;*/
}

.header_nav ul{
	float:right;
}


.header_nav li {
	margin-left:3px;
	
}
.header_nav li a {
	padding:3px 5px;
	
	font-size: 9px;
}

	
	
	/* ------ ヘッダー　アカウント電話番号エリア ------ */


#tel_box{
	margin:0 0 5px;
	float: right;
	
	position:absolute;
	top:45px;
	
	
}

#tel{
	display:block;
	float:right;
	padding:0 0 5px 0;
	
	position: relative;
	top:0px;

}

#site{
	display:none;
}
#site_sp{
	display: block;
}

header h1 {
	height: 75px;
	margin-top: 0;
	
}


}

/*追加-----------------------*/
.medical_link{
	padding:0 20px;
}
.medical_link a:link {
	text-decoration: underline;
	color: #39C;
}
.medical_link a:visited {
	text-decoration: underline;
	color: #39C;
}