@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*font
---------------------------------------------------------------------------*/

/* ----------------------------------------
   MPLUSRounded1c
---------------------------------------- */

@font-face { font-family: "MPLUSRounded1c-900";src: url("../fonts/MPLUSRounded1c-Black.woff") format('woff'); }/*文字の太さ900*/
@font-face { font-family: "MPLUSRounded1c-800";src: url("../fonts/MPLUSRounded1c-ExtraBold.woff") format('woff'); }/*文字の太さ800*/
@font-face { font-family: "MPLUSRounded1c-700";src: url("../fonts/MPLUSRounded1c-Bold.woff") format('woff'); }/*文字の太さ700*/
@font-face { font-family: "MPLUSRounded1c-500";src: url("../fonts/MPLUSRounded1c-Medium.woff") format('woff'); }/*文字の太さ500*/
@font-face { font-family: "MPLUSRounded1c-400";src: url("../fonts/MPLUSRounded1c-Regular.woff") format('woff'); }/*文字の太さ400*/
@font-face { font-family: "MPLUSRounded1c-300";src: url("../fonts/MPLUSRounded1c-Light.woff") format('woff'); }/*文字の太さ300*/
@font-face { font-family: "MPLUSRounded1c-100";src: url("../fonts/MPLUSRounded1c-Thin.woff") format('woff'); }/*文字の太さ100*/


/*ClearFix
---------------------------------------------------------------------------*/

.clearfix{
	width:100%;
	overflow:hidden;
}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

/*flex
---------------------------------------------------------------------------*/
/*行の開始位置から配置。左揃え。*/
.flex_left{
    display: -webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
    justify-content:flex-start;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}	
/*中央揃え*/
.flex_center{
    display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}	

/*行末から配置。右揃え。*/
.flex_right{
    display: -webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
    justify-content:flex-end;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}	

/*最初と最後の子要素を両端に配置し、残りの要素は均等に間隔をあけて配置*/
.flex_ends{
    display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}	
	
/*両端の子要素も含め、均等に間隔をあけて配置*/
.flex_equality{
    display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
    justify-content:space-around;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}	


/*全体の設定
---------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #4D4D4D;
	font-family:'MPLUSRounded1c-500',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:1.7;		
	background: #fff;
	-webkit-text-size-adjust: 100%;/*文字サイズを自動調整*/
}
.wrap {
	overflow: hidden;/*右にできた余白を削除*/
	}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;
}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


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

body {
	font-size: 12px;
	line-height: 1.5;
}

}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #4D4D4D;	
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration:none;			
}
a:hover {
	color:#4fa046;	
	/*text-decoration:underline;*/
}
a img {
	-webkit-backface-visibility: hidden;/*ホバー時1pxずれる現象修正タグ*/
	backface-visibility: hidden;/*ホバー時1pxずれる現象修正タグ*/
	transition:0.5s;
}
a img:hover {
	opacity:0.7;
}
a:focus, *:focus { outline:none; }/*フォーカス線削除*/


/*スマホ・タブレットのときだけ電話番号をタップ発信
------------------------------------------------------------*/
.tel_link {
pointer-events: none;
}

@media screen and (max-width: 1200px) {
.tel_link {
pointer-events: auto;
}
}


/*アンカーリンクずれ修正
------------------------------------------------------*/

:target:before {
   content:"";
   display:block;
   height:75px;/* ヘッダの高さ = 75px */
   margin:-75px 0 0;/* ヘッダの高さ = 75px */
   visibility: hidden;
}

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

:target:before {
   height:60px;
   margin:-60px 0 0;
}

}


/*ヘッダー
---------------------------------------------------------------------------*/

.gloval__nav{
	width:auto;
	height:auto;
	position:relative;
	z-index:6;
	background:#fff;
	}
.header_inner{
	width:auto;
	height:auto;
	max-width: 1300px;
	margin: 0 auto;
	padding:0 15px; 
	}
.header_inner_left{
	width:auto;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	}
.header_logo{
	width:330px;
	height:auto;
	}
.header_logo img{
	width:100%;
	height:auto;
	}

.sp_logo{
	display:none;
	}	

	
.header_inner_right{
	width:auto;
	height:auto;
	float:right;
	margin:20px 0;
	}	


.header_item_left{
	width:auto;
	height:auto;
	float:left;
	margin:0 15px 0 0;
	}	
.header_notice{
	width:75px;
	height:auto;
	margin:0 5px;
	}
.header_notice img{
	width:100%;
	height:auto;	
	}
	
	
.header_item_center{
	width:auto;
	height:auto;
	float:left;
	margin:0 20px 0 0; 
	}	
.header_consultation{
	width:275px;
	height:auto;	
	}
.header_consultation img{
	width:100%;
	height:auto;
	}


.header_item_right{
	width:auto;
	height:auto;
	float:right;
	margin:-10px 0 0 0; 
	}	
.header_tel{
	font-family:'MPLUSRounded1c-800',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size:26px;
	margin:0 0 5px 0;
	}
.header_tel a{
	color:#4d4d4d;
	}
.header_tel a:hover{
	color:#4fa046;
	}
.header_access{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size:16px;
	width:auto;
	height:auto;
	}	
.header_access a{
	display:block;
	color:#fff;
	background:#c1242e;
	text-align:center;
	padding:5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}	
.header_access a:hover{
	background:#4fa046;
	}	
.header_access img{
	width:30px;
	height:auto;
	position:relative;
	top:-1px;
	margin:0 0 0 -5px;
	}	
.header_access a img:hover{
	opacity:1;
	}


@media screen and (min-width:1301px){
.header_inner{
	padding:0; 
	}
}

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

.header_logo{
	width:270px;
	}
	
.header_notice{
	width:62px;
	}

.header_consultation{
	width:220px;
	}
.header_tel{
	font-size:22px;
	margin:0;
	}
.header_access{
	font-size:14px;
	}	

}


@media only screen and (max-width:900px) {
.gloval__nav{
	height:60px;/*下の.header_innerと高さを合わせる*/
	border:none;
	}
.header_inner{
	padding:0;
	position:fixed;
	width:100%;
	height:60px;/*上の.glovasl_navと高さを合わせる*/
	}
.header_inner_left{
	display:none;
	}

.sp_logo_waku{
	width:auto;
	height:auto;
	display:block;
	position:absolute;
	top:0;
	margin:8px 0 0 15px;
	}

.sp_logo{
	display:block;
	width:150px;
	height:auto;
	}	
.sp_logo img{
	width:100%;
	height:auto;
	}	

.header_inner_right{
	display:none;
	}	
}

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


}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー中央寄せ・左右の仕切り線有りver
-----------------------------------------------------------*/

#menubar {
	clear: both;
	position: relative;
	z-index: 2;
	width:auto;
	background:#fff;
	text-align: center;	
	padding:10px 0;
	border-bottom: 5px solid #f57330;
	}
.menubar_inner{
	max-width: 1300px;
	margin: 0 auto;
	}
#menubar li {
	width:12%;
	border-left: 1px dotted #ccc;
	border-left: 1px dotted rgba(104,104,104,0.50);
	border-right: 1px dotted #ccc;
	border-right: 1px dotted rgba(104,104,104,0.50);
	}
#menubar li a {
	display: block;
	color: #4d4d4d;
	height: 50px;
	font-size:16px;
	line-height:1.4;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:center;
    align-items:center;
	flex-wrap: wrap;
	}
#menubar li+ li{
	border-left: 0;
	border-right: 1px dotted #ccc;
	border-right: 1px dotted rgba(104,104,104,0.50);
	}
	
#menubar li a:hover {
	color:#4fa046;
	}
	
#menubar li.sp_bouton{
	display:none;
	}
#menubar li.sp_sns_bouton{
	display:none;
		}
#menubar li.mail_bouton span.mail{
	display:none;
	}

@media screen and (min-width:1301px){

}

@media screen and (max-width:1100px){
#menubar li a {
	font-size:14px;
	}

}

@media screen and (max-width:950px){
#menubar li a {
	font-size:13px;
	}

}



/*ドロップメニュー
-----------------------------------------------*/
#menubar ul.dropmenu {
	top:0;
	right:0;
}
.koumoku {
	width: 20px;
	margin-bottom: 23px;
	position: relative;
	z-index: 3;
	left:0;
}
.koumoku1 {
	width: 40px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
	left: 0;
}
.koumoku2 {
	width: 40px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
	left: 0;
}
.koumoku3 {
	width: 40px;
	margin-bottom: 22px;
	position: relative;
	z-index: 3;
	left: 0;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	margin-top: 0;
}
#menubar ul.dropmenu li {
	position: relative;
}
#menubar ul.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
#menubar ul.dropmenu li ul li {
	width: 100%;
}
#menubar ul.dropmenu li ul li.balloon-1-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;/*box位置*/
	width: auto;
	min-width:155px;
	height: auto;
	line-height: 32px;
	text-align:left;
	background:rgba(247,247,247,0.88);
	border: 1px solid #4d4d4d;
	z-index: 0;
}
#menubar ul.dropmenu li ul li.balloon-1-top:before {
	content: "";
	position: absolute;
	top: -9px;/*三角マーク高さ位置*/
	left: 20%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #4d4d4d transparent;
	z-index: 0;
}
#menubar ul.dropmenu li ul li.balloon-1-top:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 20%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent transparent;
	z-index: -1;
}
#menubar #fade-in li ul {
	opacity: 0;
	top: 60%;
	visibility: hidden;
	transition: .5s;
}
#menubar #fade-in li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
#menubar ul.dropmenu li ul li .book_btn {
	width:115px;
	height:auto;
	line-height:1.7;
	font-size: 13px;
	display: block;
	margin: 0 10px 10px 10px;
	background: #d87933;
	color:#fff;
	padding:10px;
	border:none;
}
#menubar ul.dropmenu li ul li .book_btn:hover {
	background-color: #4fa046;
	color: #fff;
}

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

#menubar ul.dropmenu li ul li.balloon-1-top {
	min-width:85px;
}
#menubar ul.dropmenu li ul li .book_btn {
	width:85px;
}

}

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

#menubar ul.dropmenu li ul li.balloon-1-top {
	min-width: 70px;
}
#menubar ul.dropmenu li ul li .book_btn {
	width:70px;
}

}


/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	}
/*コンテンツのh2タグの設定*/
.contents h2 {
	position:relative;
	display:block;
	line-height:1.4;
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:30px;
	margin:0 0 35px 0;
	padding:10px 20px;
	color:#fff;
	background:url(../images/h2_stripe_orange.jpg);
	background-repeat:repeat;
	background-size:10px;	
	}

.contents h2.h2_top {
	position:relative;
	display:block;
	line-height:1.4;
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:34px;
	text-align:center;
	margin:0;
	padding:15px 10px;
	color:#fff;
	background:#f54a04;
	border-top:20px solid #f57330;
	border-bottom:20px solid #f57330;
	}

.contents h2.h2_top_another{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:34px;
	margin:0 0 35px 0;
	text-align:center;
	color:#fff;
	background:none;
	}
.contents h2.h2_top_another .triangle3{
	display:block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffa517;
	margin:0 auto;
	}


/*コンテンツのh3タグの設定*/
.contents h3 {
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color:#4d4d4d;
    line-height: 1.4;
    margin: 0 0 35px 0;
	padding:0 0 10px 0;
    position: relative;
	border-bottom:1px solid #BEBEBE;
	}
.contents h3 .h3_kazari{
	color:#ffa517;
	font-size:20px;
	margin:0 10px 0 0;
	position:relative;
	top:-1px;
	}
.contents h3.h3_top {
	font-size: 30px;
	color:#f54a04;
    padding: 0 0 5px 0;
	background:none;
	}
.contents h3.h3_top .number {
	font-size:50px;
	}
.contents h3.h3_top .center {
	display:block;
	text-align:center;
	padding:0 0 10px 0;
	}

/*コンテンツのh4タグの設定*/
.contents h4 {
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color:#4d4d4d;
    line-height: 1.4;
    padding: 0 0 10px 10px;
    margin: 0 0 35px 0;
    position: relative;
    border-left:6px solid #4fa046;
	}
.contents h4::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #4fa046;
	}


.contents p {
	font-size:18px;
	}

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

.contents h3.h3_top {
	font-size: 26px;
	}
.contents h3.h3_top .number {
	font-size:44px;
	}
.contents h2.h2_top_another{
	font-size:26px;
	}
}


@media screen and (max-width:900px){
.contents h2 {
	font-size:28px;
	}
.contents h2.h2_top {
	font-size:30px;
	border-top:15px solid #f57330;
	border-bottom:15px solid #f57330;
	}
.contents h2.h2_top_another{
	font-size:30px;
	}
	
.contents h3 {
	font-size: 20px;
	}
.contents h3 .h3_kazari{
	font-size:16px;
	top:-2px;
	}
.contents h3.h3_top {
	font-size: 26px;
	}
.contents h3.h3_top .number {
	font-size:40px;
	}

.contents h4 {
	font-size:18px;
	}

.contents p {
	font-size:16px;
	}
}

@media screen and (max-width:480px){
	
.contents h2{
	font-size:24px;
	margin:0 0 40px 0;
	}
.contents h2.h2_top {
	font-size:24px;
	border-top:10px solid #f57330;
	border-bottom:10px solid #f57330;
	}
.contents h2.sp_align {
	text-align:left;
	}
.contents h2.h2_top_another{
	font-size:24px;
	margin:0 0 40px 0;
	}


.contents h3 {
	font-size: 18px;
    margin: 0 0 40px 0;
	}
.contents h3 .h3_kazari{
	font-size:14px;
	}
.contents h3.h3_top {
	font-size: 24px;
    margin: 0 0 40px 0;
	}
.contents h3.h3_top .number {
	font-size:34px;
	}


.contents h4 {
	font-size:16px;
    margin: 0 0 40px 0;
	}

.contents p {
	font-size:14px;
	}

}


/*contents inner
--------------------------------------------------------*/
.common_waku{
	width:auto;
	height:auto;
	position:relative;
	}
.common_inner_waku{
	max-width: 1300px;
	width:auto;
	height:auto;
	margin:0 auto;
	padding:80px 15px;
	position:relative;
	}
.common_inner_waku.common_inner_top{
	max-width:100%;
	padding:0;
	}	
.common_inner_waku.common_correspondence{
	padding:80px 15px 0 15px;
	}

.bg_flesh{
	background:#ffe9d4;
	}

@media only screen and (min-width:1301px) {

.common_inner_waku{
	padding:80px 0;
	}
.common_inner_waku.common_correspondence{
	padding:80px 0 0 0;
	}
	
}

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

}

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

.common_inner_waku{
	padding:40px 15px;
	}
	
.common_inner_waku.common_correspondence{
	padding:40px 15px 0 15px;
	}

}

/*header image
----------------------------------------------*/
.top_images_waku{
	clear:both;
	width:auto;
	height:120px;
	position:relative;
	overflow: hidden;
	background:url(../images/top_images_stripe_pink.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-size:15px;
	}

.top_images_inner_waku{
	max-width:1300px;
	height:auto;
	padding:0 15px;
	margin: 0 auto;
	}
.top_images_title{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width:100%;
	height:auto;
	font-family:'MPLUSRounded1c-400',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	color:#000;
	line-height:1.4;
	text-align:center;
	z-index:1;
	}

@media only screen and (min-width:1301px) {
.top_images_inner_waku{
	padding: 0;
	}
}

@media screen and (max-width: 900px) {
.top_images_title{
	font-size:32px;
	}
}

@media only screen and (max-width:480px) {
.top_images_waku{
	height:100px;
	}
.top_images_title{
	font-size:28px;
	}
}

/*pankuzu
----------------------------------------------*/

.pan_kuzu {
	width: auto;
	height: auto;
	position:relative;
	z-index:1;
	}
.pan_kuzu_inner_waku {
	max-width:1300px;
	width:auto;
	height: auto;
	padding: 20px 15px;
	margin:0 auto;
	}
.pan_kuzu_taxt {	
	font-size: 14px;
	text-align:right;
	color:#4d4d4d;
	}
.pan_kuzu_taxt a {
	color: #4d4d4d;
	text-decoration:none;
	}
.pan_kuzu_taxt a:hover {
	color:#4fa046;
	text-decoration:underline;
	}
.pan_kuzu_taxt span {
	color: #4d4d4d;
	}
.pan_kuzu_tel_mark{
	width:auto;
	height:auto;
	padding:0 8px 0px 0;
	}
.pan_kuzu_tel_mark img{
	width:25px;
	position:relative;
	top:-3px;
	transition: 0.5s;/*回転速度*/
	transform: rotateZ( 0deg );/*回転*/
	}	
.pan_kuzu_tel_mark img:hover{
	transform: rotateZ( 360deg );/*回転*/
	opacity:1;
	}	

@media only screen and (min-width:1301px) {
.pan_kuzu_inner_waku {
	padding: 20px 0;
	}
}

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

}

@media screen and (max-width:480px){
.pan_kuzu_taxt {
	font-size: 10px;
	}
}


/*maine_image
----------------------------------------------------*/

.maine_image_waku{
	width:auto;
	height:auto;	
	}
	
.maine_image_inner_waku{
	max-width:1300px;
	width:auto;
	height: auto;
	padding: 20px 15px 0 15px;
	margin:0 auto;
	}

.maine_image_img{
	width:auto;
	height:auto;	
	}
.maine_image_img img{
	width:100%;
	height:auto;	
	}

@media only screen and (min-width:1301px) {
.maine_image_inner_waku{
	padding: 20px 0 0 0;
	}
}

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

}

@media screen and (max-width:480px){
.maine_image_inner_waku{
	padding: 15px 15px 0 15px;
	}

}


/*select_link
----------------------------------------------------*/
.select_link_waku{
	width:auto;
	height:auto;
	position:relative;
	/*display:none;*//*900px以下で表示の場合*/
	}
.select_link_inner_waku{
	max-width:1300px;
	height:auto;
	padding:0 15px;
	margin:0 auto 60px auto;
	position:relative;
	}
.select_link_bg{
	background:#1d2088;
	padding:40px 10px 20px 10px;
	margin-bottom:80px; 
	}
.select_link{
	width:auto;
	height:auto;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}
.select_box{
	width:250px;
	height:60px;
	margin:0 10px 20px 10px;
	text-align:center;
	background:#fff;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
	}
.select_box:before {
	content: "";
    height: 100%;
    width: 14px;
	background:url(../images/btn_edge_left.png) no-repeat top left / 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:2;
	}
.select_box:after {
    content: "";
    height: 100%;
    width: 14px;
    background: url(../images/btn_edge_right.png) no-repeat top left / 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index:2;
	}  
.select_box a{
	font-size:18px;
	width:100%;
	color:#4d4d4d;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display:block;
	padding:6px 0 0 0;
	}
.select_inner_box{
	width:250px;
	height:60px;
	left:-250px;
	background:#e60012;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.select_box:hover .select_inner_box{
	left:0;
	}
.select_box:hover a{
	color:#fff;
	}
.select_box a .arr01 {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(51,51,51,0.4);
    border-right: 1px solid rgba(51,51,51,0.4);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	}
.select_box a:hover .arr01 {
    border-top: 1px solid rgba(255,255,255,1.00);
    border-right: 1px solid rgba(255,255,255,1.00);
	}

@media only screen and (min-width:1301px) {
.select_link_inner_waku{
	padding:0;
	}
}

@media (max-width:900px) {
.select_link_waku{
	/*display:block;*/ /*900px以下で表示させる場合*/
	}
.select_link_inner_waku{
	width:auto;
	}
.select_box a{
	font-size:16px;
	padding:8px 0 0 0;
	}
}

@media (max-width:480px) {
.select_link_inner_waku{
	margin-bottom:20px;
	}
.select_link_bg{
	margin-bottom:40px; 
	}
.select_box a{
    margin:0 0 20px 0;
	font-size:14px;
	padding:12px 0 0 0;
	}
}	



/*common_contact
--------------------------------------------------------*/

.contact_bg{
	background:url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment:fixed;
	}
.contact_bg_shadow:before {
    content: "";
    background-color: rgba(124,77,46,0.6);
	/*background-color: rgba(0, 0, 0, 0.6);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}


.common_contact_waku{
	width:auto;
	height:auto;
	}
.common_contact_line{
	width:200px;
	height:auto;
	display:block;
	margin:0 auto 35px auto;	
	}
.common_contact_line img{
	width:100%;
	height:auto;
	}
.common_contact_inner_waku{
	width:740px;
	height:auto;
	margin:0 auto;
	}
.common_contact_inner_left{
	width:auto;
	height:auto;
	float:left;
	}
.common_contact_inner_right{
	width:auto;
	height:auto;
	float:right;
	}
.contents p.common_contact_taxt{
	color:#fff;
	text-align:center;
	margin:0 0 15px 0;
	}

.common_contact_button{
	width:auto;
	height:auto;	
	}
.common_contact_button-4{
	width:350px;
	height:60px;
	margin:0 auto;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
	border:2px solid #fff;
	}
.common_contact_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.common_contact_eff-4{
	width:350px;
	height:60px;
	left:-350px;
	background:#4fa046;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.common_contact_button-4:hover .common_contact_eff-4{
	left:0;
	}
.common_contact_button-4:hover a{
	color:#fff;
	}
.common_contact_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media (max-width:900px) {
	
.contact_bg{
	background-position: top right;
	background-attachment:inherit;
	}
.common_contact_inner_waku{
	width:auto;
	}
.common_contact_inner_left{
	width:100%;
	float:none;
	margin:0 0 35px 0;
	}
.common_contact_inner_right{
	width:100%;
	float:none;
	}

.common_contact_button-4 {
	width:280px;
	}
.common_contact_eff-4{
	width:280px;
	left:-280px;
	}
.common_contact_button-4 a{
	font-size:16px;
	}	

}

@media (max-width:480px) {
	
.common_contact_line{
	margin:0 auto 40px auto;	
	}
.common_contact_inner_left{
	margin:0 0 40px 0;
	}
.contents p.common_contact_taxt{
	margin:0 0 20px 0;
	}

.common_contact_button-4{
	width:250px;
	}
.common_contact_eff-4{
	width:250px;
	left:-250px;
	}
.common_contact_button-4 a{
	font-size:14px;
	}	

}	

/*common_link
--------------------------------------------------------*/

.common_link_waku{
	width:auto;
	height:auto;
	margin:0 auto;
	padding:40px 80px;
	position:relative;
	}
.common_link_item_waku{
	width:auto;
	height:auto;
	margin:0 0 -20px 0;
	}
.common_link_item_waku li{
	width:24%;
	height:auto;
	margin:0 0 20px 0;	
	}
.common_link_item_waku li img{
	width:100%;
	height:auto;
	}

@media (max-width:1380px) {
.common_link_waku{
	padding:40px 15px;
	}
}

@media screen and (max-width: 900px) {
.common_link_item_waku li{
	width:48%;
	}
}

@media screen and (max-width: 480px) {
.common_link_item_waku li{
	width:100%;
	}

}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width:auto;
	height:auto;
}


/*フッターメニュー
--------------------------------------------------------------------------*/
#footer_waku{
	width:auto;
	height:auto;
	background:#f8f2e6;
	position:relative;
	}
	
.footer_inner_waku{
	max-width: 1300px;
	width:auto;
	height:auto;
	margin: 0 auto;
	padding:80px 15px 75px 15px;
	}
.footer_inner_left{
	width:48%;
	height:auto;
	float:left;
	}
.footer_logo{
	width:330px;
	height:auto;
	display:block;
	margin:0 0 40px 0;
	}
.footer_logo img{
	width:100%;
	height:auto;
	}
table.type_footer {
	border-collapse: collapse;
	font-size: 18px;
	width:100%;
	height:auto;
	margin:-15px 0 40px 0;
	}
table.type_footer th {
	width:80px;
	vertical-align: top;
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-weight:normal;
	}
table.type_footer td {
	vertical-align: top;
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	}
table.type_footer td a {
	color:#4d4d4d;
	}
table.type_footer td a:hover {
	color:#4fa046;
	}


.footer_medicaltreatment_waku{
	width:auto;
	height:auto;
	margin:0 0 25px 0;
	}

table.type_footer_medicaltreatment {
	border-collapse: collapse;
	font-size: 18px;
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	}
table.type_footer_medicaltreatment th {
	width:3.5%;
	vertical-align:middle;
	text-align:center;
	background:#4fa046;
	color:#fff;
	font-weight:normal;
	padding:10px 5px;
	}
table.type_footer_medicaltreatment th.table_first_item{
	width:30%;
	}
table.type_footer_medicaltreatment td {
	width:3.5%;
	vertical-align:middle;
	padding:10px 5px;
	text-align:center;
	background:#fff;
	border-bottom:1px solid #ccc;
	}
table.type_footer_medicaltreatment th.table_margin_first,table.type_footer_medicaltreatment td.table_margin_first{
	padding:10px 5px 10px 15px;
	}
table.type_footer_medicaltreatment th.table_margin_last,table.type_footer_medicaltreatment td.table_margin_last{
	padding:10px 15px 10px 5px;
	}
.footer_taxt{
	font-size:18px;	
	}

.footer_sns_waku{
	width:auto;
	height:auto;
	}
.footer_sns{
	width:auto;
	height:auto;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
    justify-content:flex-start;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	margin:0 0 -20px 0;	
	}
.footer_sns li{
	width:50px;
	height:auto;
	margin:0 20px 20px 0;	
	}
.footer_sns li img{
	width:100%;
	height:auto;
	transition: 0.5s;/*回転*/
	transform: rotateZ( 0deg );/*回転*/	
	}
.footer_sns li img:hover{
	transform: rotateZ( 360deg );/*回転*/
	}

.footer_inner_right{
	width:48%;
	height:auto;
	float:right;
	}
.ggmap_waku{
	width:auto;
	height:auto;	
	}	

@media only screen and (min-width:1301px) {
.footer_inner_waku{
	padding:80px 0 75px 0;
	}
	
}

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

.footer_inner_left{
	width:100%;
	float:none;
	margin:0 0 35px 0;
	}

.footer_logo{
	margin:0 auto 40px auto;
	}

table.type_footer {
	font-size: 16px;
	}
table.type_footer_medicaltreatment {
	font-size: 16px;
	}
.footer_taxt{
	font-size:16px;	
	}
	
.footer_sns{
	-webkit-justify-content: center;
    justify-content: center;
	}
	
	
.footer_inner_right{
	width:100%;
	float:none;
	}
}

@media screen and (max-width:480px){
.footer_inner_waku{
	padding:40px 15px 35px 15px;
	}
.footer_inner_left{
	margin:0 0 40px 0;
	}

.footer_logo{
	width:250px;
	}

.footer_medicaltreatment_waku{
	margin:0 0 30px 0;
	}

table.type_footer {
	font-size: 14px;
	}
table.type_footer_medicaltreatment {
	font-size: 14px;
	margin:0 0 20px 0;
	}
.footer_taxt{
	font-size:14px;	
	}
}


/*フッターメニュー
----------------------------------------------------------------------------*/
.footer_menu_waku{
	width:auto;
	height:auto;
	background:#f57330;
	}
	
.footer_menu_inner_waku{
	max-width: 1300px;
	width:auto;
	height:auto;
	margin: 0 auto;
	padding:40px 15px;
	}	
.footer_menu{
	width:auto;
	height:auto;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	margin:0 0 -20px 0;	
	}
.footer_menu li {
	width:auto;
	margin:0 0 20px 0;
	}
.footer_menu li a {
	display: block;
	margin:0 30px;
	font-size:16px;
	line-height:1.4;
	color:#fff;
	}
.footer_menu li a:hover {
	color:#4fa046;
	}	
.footer_menu li + li{
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,0.50);
	}

@media only screen and (min-width:1301px) {
.footer_menu_inner_waku{
	padding:40px 0px;
	}	
	
}

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

.footer_menu_inner_waku{
	padding:25px 0;
	}	
.footer_menu{
	margin:0;	
	}
.footer_menu li {
	width:100%;
	margin:0;
	text-align:center;
	border-bottom:1px solid #fff;
	border-bottom:1px solid rgba(255,255,255,0.50);
	}
.footer_menu li a {
	margin:0;
	padding:15px 0;
	}
.footer_menu li + li{
	border-left:0;
	border-bottom:1px solid #fff;
	border-bottom:1px solid rgba(255,255,255,0.50);
	}
.footer_menu li:last-child {
	border-bottom:none;
	}

}

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

}


/*copyright
----------------------------------------------------------------------------*/
.copyright_waku{
	width:auto;
	height:auto;
	background:#f57330;
	}
.copyright_inner_waku{
	width:auto;
	height:auto;
	max-width: 1300px;
	margin: 0 auto;
	padding:0 15px 40px 15px;
	}	
.copyright_taxt{
	text-align:center;
	font-size:14px;
	color:#fff;
	}
.copyright_taxt a{
	color:#fff;
	text-decoration:none;
	}
.copyright_taxt a:hover{
	color:#4fa046;
	}

@media only screen and (min-width:1301px) {
.copyright_inner_waku{
	padding:0 0 40px 0;
	}	
}

@media screen and (max-width:900px){
.copyright_inner_waku{
	padding:0 15px 90px 15px;
	}	

}

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


/*右部フローティングの設定
--------------------------------------------------------------------------*/

#right_floatingmenu{
	width:auto;
	height:auto;
    position: fixed;
	top:330px;
    right: 0;
	z-index:5;
	}
a .right_floatingmenu_box{
	width:40px;
	height:170px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position:relative;
	overflow:hidden;
	background:#333f96;
	transition:0.6s;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:center;
    align-items:center;
	padding:2px 0 0 0;
	}	
	
a .right_floatingmenu_box2{
	width:40px;
	height:190px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position:relative;
	overflow:hidden;
	background:#000;
	transition:0.6s;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:center;
    align-items:center;
	padding:2px 0 0 0;
	}	
	
a:hover .right_floatingmenu_box {
	background:#e60012;
	}
a:hover .right_floatingmenu_box2 {
	background:#e60012;
	}
p.right_floatingmenu_taxt{
	font-size:16px;
	letter-spacing:2px;
	color:#fff;
	writing-mode: vertical-rl;/*文字縦書き*/
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;/*文字の表示方向*/
	-webkit-text-orientation: upright;
	}
	
/*英数字の向き（縦中横）*/
span.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	}

/*エフェクト画像*/
.floatingmenu_img{
	width:auto;
	height:auto;
	margin:0 0 20px 0;
	}
.floatingmenu_img a img{
	width:100%;
	height:auto;
	position:relative;
	top:0;
	}

@media screen and (max-width:1380px){
#right_floatingmenu{
	display: none;
	}
	
	}

/*SP下部フローティングの設定
--------------------------------------------------------------------------*/
#sp_floatingmenu {
	display:none;
	}
.sp_floatingmenu_box{
	display:none;
	}


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

#sp_floatingmenu {
	display: block;
	width: 100%;
	height:auto;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:5;
	}
.sp_floatingmenu_inner_waku{
	width:auto;
	height:auto;
	}
.sp_floatingmenu_box{
	display:block;
	width:50%;
	height:55px;
	position:relative;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
.sp_floatingmenu_box a{
	width:100%;
	height:55px;
	display:block;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	transition:0.6s;
	}
.sp_floatingmenu_box a:hover{
	opacity:0.7;
	}
.sp_floatingmenu_box_color1{
	background:rgba(216,121,51,0.88);
	}
.sp_floatingmenu_box_color2{
	background: rgba(79,160,70,0.88);
	}
p.sp_floatingmenu_taxt{
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	line-height:1.4;	
	}
p.sp_floatingmenu_taxt img{
	width:25px;
	height:auto;
	position:relative;
	top:-2px;
	margin:0 5px 0 0;
	}
p.sp_floatingmenu_taxt img:hover{
	opacity:1;
	}
}

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

p.sp_floatingmenu_taxt{
	font-size:14px;
	}
p.sp_floatingmenu_taxt img{
	width:20px;
	top:-1px;
	}
	
}

@media screen and (max-width:350px){
p.sp_floatingmenu_taxt{
	font-size:12px;
	}
}


/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		
	line-height: 50px;	/*高さ*/
	z-index:5;
	position: fixed;
	bottom: 20px;	
	right: 3%;		
	background: #c1242e;	/*背景色（古いブラウザ用）*/
	background: rgba(193,36,46,0.9);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;
	border: 1px solid #fff;	
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	/*background: #999;*/
	background: #4fa046;
	color:#fff;
	border: 1px solid #fff;
}

@media screen and (max-width:900px){
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	bottom: 75px;
}
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #0057ff;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

@media screen and (max-width:900px){
body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}
.fl-half{float:left;width:45%;margin-left:3%;}
.sh {display:block;}
.pc {display:none;}
}


@media screen and (max-width:480px){
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.fl-half{float:none;width:100%;margin-left:0;}
}

/*scrollbar
-------------------------------------------------------------*/
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  /*background-color: rgba(0, 0, 50, .5);*/
  background-color:#d87933;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


/*br
------------------------------------------------------------*/
.sp_inline{
	display:none;
	}
.sp_inline2{
	display:none;
	}
	
@media screen and (max-width: 900px) {
.sp_none{
	display:none;
	}
.sp_inline{
	display:inline;
	}
}

@media screen and (max-width: 485px) {
.sp_inline2{
	display:inline;
	}
}

/*color
-----------------------------------------------------*/
.change_color_green{
	color:#009844;
	}
.change_color_yellowgreen{
	color:#7ada3e;
	}
.change_color_orange{
	color:#f29600;
	}
.change_color_pink{
	color:#e85377;
	}
.change_color_skyblue{
	color:#29abe2;
	}
.change_color_purple{
	color:#c667c6;
	}
.change_color_purple2{
	color:#8d7aa5;
	}
.change_color_peagreen{
	color:#8cc63f;
	}
.change_color_deepred{
	color:#ed1e79;
	}
.change_color_cream{
	color:#a67c52;
	}
.change_color_blue{
	color:#0000ff;
	}
.change_color_blue2{
	color:#004097;
	}
.change_color_blue3{
	color:#0073bd;
	}
.change_color_yellow{
	color:#fff000;
	}
.change_color_grey{
	color:#999999;
	}
.change_color_grey2{
	color:#9e9e9f;
	}
.change_color_red{
	color:#E31212;
	}
.change_color_red2{
	color:#e60012;
	}
.change_color_black{
	color:#000000;
	}
	

/*Google map
----------------------------------------------------*/

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ggmap1 {
	position: relative;
	padding-bottom: 35.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap1 iframe, .ggmap1 object, .ggmap1 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ggmap2 {
	position: relative;
	padding-bottom: 90%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap2 iframe, .ggmap2 object, .ggmap2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:900px) {
.ggmap {
	padding-bottom: 50.25%;
}
.ggmap1 {
	padding-bottom: 50.25%;
}
.ggmap2 {
	padding-bottom: 50.25%;
}

}
@media only screen and (max-width:480px) {
.ggmap {
	padding-bottom: 60.25%;
}
.ggmap1 {
	padding-bottom: 60.25%;
}
.ggmap2 {
	padding-bottom: 60.25%;
}
}

/*YouTube
----------------------------------------------------------*/
.movie-wrap {
	display: block;
	margin:0 auto;
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sp_movie{
	display:none;
	}
	
@media screen and (max-width: 900px) {
.sp_movie{
	display:block;
	}
}

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

/*フェイスブック
--------------------------------------------------------------------------- */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100% !important;
}
#pageplugin {
	max-width: 500px;
	min-width: 220px;
	margin: 40px auto 0 auto;
	padding: 0;
}
.page {
	min-height: 250px;
	text-align:center;
}


/* NEW点滅 
--------------------------------------------------------------------*/
.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 2px 10px;
	border-radius: 2px;
	margin-left: 5px;
	vertical-align:middle;
}
.blinking_new {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	background: #F00;
	color: #FFF;
	font-size: 14px;
	padding: 2px 25px;
	border-radius: 2px;
	margin:0 0 15px 0;
	display:inline-block;
}
.blinking_new2 {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	background: #F00;
	color: #FFF;
	font-size: 14px;
	padding: 2px 25px;
	border-radius: 2px;
	margin:0 0 8px 0;
	display:inline-block;
}
.blinking_new3 {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	background: #F00;
	color: #FFF;
	font-size: 14px;
	padding: 2px 25px;
	border-radius: 2px;
	margin:5px 0;
	display:inline-block;
}


@media only screen and (max-width:480px) {
.blinking_new2 {
	display:block;
	text-align:center;
	margin-bottom:-15px;
}
.blinking_new3 {
	margin:0 0 10px 0;
}

}


 @-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
