<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
=======================================
	Reset
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	color:#222;
}


/*
=======================================
	font
=======================================
*/

@font-face { font-family:Sawarabi;src: url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');}



body{
		font-size: 100%;
		line-height: 1.6;
		overflow-x:hidden;
	font-weight: 500;
	font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	overflow-y: auto;
overflow-x: hidden;
}


h2 {font-family:'Sawarabi Gothic', sans-serif;}




ul,ol{
	list-style-type:none;
}

.list-unstyled{margin-left: 0px;}

img, input, select, textarea { 
	vertical-align: middle;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	color:#ff8c00;
	text-decoration: none;
	transition: 0.5s;
}


#footer a{
    color:#333;}

#footer a:hover{
	color:#ff8c00;}



.container {
    max-width: 1024px;
}


/*.dropdown:hover .dropdown-menu {
    display: block;
}*/


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: -1.2rem 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f79833;
    background-clip: padding-box;
    border: none;
    border-radius: 0.8rem;
	line-height: 2.5rem;
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: 0 0.7rem 0 0.7rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	font-size:14px;
	border-bottom: 1px dotted #fbebc7;}




/*
 * Off Canvas
 * --------------------------------------------------
 */

@media screen and (max-width: 991px) {
	.inner{width:100%;}
  .offcanvas {
    position: relative;
    min-height: 100%;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  
  .offcanvas-right {
    right: 0;
  }
  
  .offcanvas-right.active {
    right: 300px; 
  }

  .offcanvas-right .sidebar-offcanvas {
    right: -100%; 
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .offcanvas-right.active .sidebar-offcanvas {
    right: 0; 
    border-left: 1px solid #e7e7e7;
  }

  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px; 
    padding: 60px 15px 15px;
    background-color: #f8f8f8;
    border-radius: 0;
    overflow-y: auto;
    z-index: 1050;
  }
  
  .sidebar-offcanvas .dropdown-menu {
    border: medium none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-top: 0;
    position: static;
  }
  
  .navbar-toggler {
    z-index: 1060;
  }
}

/*
---------------------------------------------
*/


/*
=========================================
	グローバルメニュー
=========================================
*/


.gmenu-container{
	width:1024px;
	margin:0 auto;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#gnav {
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
    margin-left: 280px;
    font-size: 15px;
}

#gnav a{
	color: #000;
	font-weight: 600;
}
#gnav a:hover{
	color: #D98711;
	text-decoration: underline;
}

#gnav a:hover.dropdown-item {
	text-decoration: none;
}

#gnav .dropdown-menu a{ color: #FFF;}
#gnav .dropdown-menu a:hover{ color: #D98711;}

/*
=========================================
	ヘッダー
=========================================
*/


.header-container {
    width:1024px;
    color: #fff;
	text-align:left;
	margin:0 auto;
	box-sizing:border-box;
}

.header-container a {
	color:#fff;
}

.nav-link {
    display: block;
    padding: .5rem;
}



.header-container ul li.header_home a {
	color:#cc6666;
}



#top-header .btn-group-sm&gt;.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .6rem;
}

.btn-warning{background:rgba(245,123,17,1.00);}	
.bg-warning{background:rgba(245,123,17,1.00)!important;}

.btn-light{background: #dcdddd;}

	
 h1.site-title {
	height:60px;
	width:220px;
	text-indent:-999999em;
	margin:0 0 0 50px;
	padding:2px 0 0 0;
	overflow:hidden; 
}
 h1.site-title a{
	display:block;
	height:50px;
	width:220px;
	background:url(../images/common/logo.png) no-repeat;
	 background-size: 100%;
	 margin-top: .5rem;
}
@media screen and (min-width: 576px) {
    
  h1.site-title {   
  margin:0 auto;  
    
}}
	
@media screen and (min-width: 768px) {
	
 h1.site-title {
	height:80px;
	width:270px;
	padding:0;
	overflow:hidden; 
}
 h1.site-title a{
	display: block;
    height: 80px;
    width: 270px;
    margin-top: 0.9rem;
}
}
@media screen and (min-width: 991px) {
 h1.site-title {
	height:78px;
	width:477px;
	margin:0;
	padding:0;
	overflow:hidden; 
}

 h1.site-title a{
	display:block;
	height:78px;
	width:477px;
    margin: 0;
}
}

.header-catch {
    background: #fabe00;
    padding: 0.3em 1em;
    color: #fff;
    line-height: 1.4em;
    font-size: 0.9em;
    margin-top: 2em;
    border-radius: 10px;

}

.menu-button {
	margin: 0.8rem 0.8rem 0 0;

}

#sp-gnav .col-4{padding: 0;}






/* ヘッダー（SP用）
------------------------------------*/
#sp-head{
	padding: 10px;
	width: 100%;
	background: #fff;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sp-head-tit{
	display: table-cell;
	vertical-align: middle;
}
.sp-head-sholder{
	font-size: 6px;
}
.sp-head-btn{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.sp-head-btn li{
	display: inline-block;
}
#sp-toggle{
	cursor:pointer;
}


@media screen and (max-width:576px) {
.sp-info img{
width: 40%;
    height: auto;
    }}


.sp-info{position: absolute;
right:10px;
top:-10px;}

/* フッター（PC用）
------------------------------------*/

@media screen and (max-width: 576px) {
#footer p{font-size: 12px;}
#footer small{font-size: 12px;}
}

/*
=========================================
	Contents Layout
=========================================
*/



/* 2ndページ　タイトル
------------------------------------*/
.page-header{
	margin-top: 80px;
	margin-bottom: 70px;
	text-align: center;
}
.page-header .container{
	position: relative;
}
.page-title{
	margin: 0 auto 20px;
	padding: 0 10px;
	max-width: 940px;
	font-size: 26px;
	line-height: 150%;
}
.page-caption{
	margin: 0 auto 30px;
	padding: 0 10px;
	max-width: 940px;
}
.page-header .btn-trial{
	position: absolute;
	right:0;
	top:0;
	z-index:10;
}



/* 2ndページ　メインビジュアル
------------------------------------*/
.page-mainvisual.image-box{
	max-width:1180px;
	height: 420px;
	margin:auto;
	padding-bottom: 0;
}



/* 2ndページ　ページ概要
------------------------------------*/
.page-summary{
	margin-bottom: 120px;
	text-align: center; 
}
.page-summary p+p{
	margin-top: 30px;
}

/* 2ndページ　セクションビジュアル
------------------------------------*/
.sec-mainvisual.image-box{
	max-width:1180px;
	height: 380px;
	margin:0 auto 30px;
	padding-bottom: 0;
	
}


/* 2ndページ　セクション間隔
------------------------------------*/
.section{
	margin-bottom: 100px;
}
.section p+p{
	margin-top: 30px;
}






/* リンクスタイル
---------------------------------*/
/*右矢印*/
a.arw-r{
	padding-right: 15px;
	background: url(/common/img/ico_arw.png) right center no-repeat;
}
/*左矢印*/
a.arw-l{
	padding-left: 15px;
	background: url(/common/img/ico_arw02.png) left center no-repeat;
}
/*ドット下線*/
a.dot-line{
	padding-bottom: 3px;
	border-bottom: #a9a9a9 1px dotted;
}
a.dot-line:hover{
	border-bottom: #ff8503 1px dotted;
	color:#ff8503;
}
/*行頭ブレット矢印*/
.bullet-arw:before{
	content:"";
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-right: 5px;
	background: url(/common/img/ico_arw.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
.bullet-arw{
	text-indent: -11px;
	margin-left: 16px;
}
/*箇条書き：ナンバリング*/
.list-decimal{
	list-style: decimal;
	margin-left: 20px;
}
.list-decimal li{
	margin-bottom: 20px;
}
/*箇条書き：点*/
.list-disc{
	list-style:disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.list-disc li{
	margin-bottom: 0;
}







/* ボタン（ノーマルサイズ・矢印付き）
---------------------------------*/
.btn a,
.btn button{
	display: block;
	width: inherit;
	padding: 20px;
	border:#ffde2a 2px solid;
	background-color: rgba(255,255,255, .8);  /* FireFox, Webkit, Opera, IE9+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCFFFFFF',EndColorStr='#CCFFFFFF')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCFFFFFF',EndColorStr='#CCFFFFFF'); /* IE5.5+ */
	text-align: center;
	font-size: 16px;
	position: relative;
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn a:hover,
.btn button:hover{
	background: #ffde2a;
	-ms-filter:none;
	filter:none;
}
.btn a:after,
.btn button:after{
	content:"";
	display: block;
	width: 6px;
	height: 11px;
	background: url(/common/img/ico_arw.png);
	position: absolute;
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
}
/*左矢印版*/
.btn a.ico-back:after,
.btn button.ico-back:after{
	background: url(/common/img/ico_arw02.png);
	left:20px;
	right:auto;
}

/* ボタン（小・矢印無し）
---------------------------------*/
.btn-s a{
	display: block;
	padding: 15px;
	border:#ffde2a 2px solid;
	background: rgba(255,255,255,0.8);
	text-align: center;
	transition: 0.5s;
}
.btn-s a:hover{
	background: #ffde2a;
}




/* セクションタイトル周り
---------------------------------*/

.sec{
	padding:80px 0;
}

@media screen and (max-width: 991px) {
	.sec{padding:35px 0;}


	
}




.sec-header{
	text-align: center;
	margin-top: 83px;
}	



.sec-header p{
	margin-bottom: 25px;
}



/* 箇条書き（行頭インデント）
---------------------------------*/
.idt-list li{
	margin-left: 1em;
	text-indent: -1em;
}


/*
=========================================
	Utilities
=========================================
*/
small, small {
    font-size: 80%;
    font-weight: 400;
}

/* フォントカラー
---------------------------------*/
.text-white{color:#fff;}
.text-brown{color:#4d3629;}
.text-orange{color:#ED8A0B;}

/* フォントサイズ（固定）
---------------------------------*/
.f10{ font-size: 10px !important;}
.f11{ font-size: 11px !important;}
.f12{ font-size: 12px !important;}
.f13{ font-size: 13px !important;}
.f14{ font-size: 14px !important;}
.f16{ font-size: 16px !important;}
.f18{ font-size: 18px !important;}
.f20{ font-size: 20px !important;}
.f22{ font-size: 22px !important;}
.f23{ font-size: 23px !important;}
.f24{ font-size: 24px !important;}
.f25{ font-size: 25px !important;}
.f26{ font-size: 26px !important;}
.f28{ font-size: 28px !important;}
.f30{ font-size: 30px !important;}
.f31{ font-size: 31px !important;}
.f32{ font-size: 32px !important;}
.f35{ font-size: 35px !important;
line-height: 35px;}
.f36{ font-size: 26px !important;}
.f37{ font-size: 37px !important;}
.f38{ font-size: 38px !important;}
.f39{ font-size: 39px !important;}
.f40{ font-size: 40px !important;}
/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb120{ margin-bottom: 120px !important;}

/* 背景色・バターン
---------------------------------*/
.bg-yw{ background-color: #f8b528;}
.bg-lyw{ background-color: #fdfdf0;}
.bg-gy{ background-color: #eee;}
.bg-lgy{ background-color: #fbfafa;}
.bg-wh{ background-color: #fff;}
.bg-brown{ background-color: #4d3629;}
.bg-lorange{background-color:#f5eadb;}
.bg-orange{background-color:#ffc107;}
.bg-lgreen{background-color:#edece1;}
.bg-green{background-color:#64b42e;}


/* 可変横幅
---------------------------------*/
.w-10{width: 10%;}
.w-20{width: 20%;}
.w-30{width: 30%;}
.w-40{width: 40%;}
.w-50{width: 50%;}
.w-60{width: 60%;}
.w-70{width: 70%;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.w-100{width: 100%;}


/* ボーダー・バターン
---------------------------------*/
.border-yw{
	border: 2px solid #ffde2a;
}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{zoom:1;}

/* 操作調整 */
html {
  -webkit-overflow-scrolling: touch;
}


/* 表示切り替え
---------------------------------*/
.sp{display:none;}
.pc{display:block;}
.hidden{display: none;}



/*　アイコン
---------------------------------*/

.info-icon{
font-size: 1.2rem;
line-height: 1.2rem;}






/*　フッター
---------------------------------*/




.adress{margin: 0 auto;
	width: 80%;}


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

.adress{width: 50%;}
	
}


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

.adress{width: 80%;}	
}

@media screen and (min-width: 1400px) {
.adress{width: 60%;}	
}







.clinic{
	font-size: 22px;
}


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

.clinic{
	font-size: 30px;
}
}

/*20/01/31追加*/
.box_warning {
    padding: 0.5em 1em;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
    border: solid 1px #e71f19;
	width:73.3%;
}
.box_warning p {
    margin: auto; 
	font-size: 1.2em;
    padding: 0.5em;
	text-align: center;
	line-height: 1.5;
	color:#e71f19;
	font-weight: bold;
}

.box_warning p a{
	color:#4c5c6d;
}

.box_orange {
    padding: 0.5em 1em;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
    border: solid 1px #ffa500;
    background: #ffa500;
	width:73.3%;
}

.box_green {
    padding: 0.5em 1em;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
    border: solid 1px #0dcf08;
    background: #0dcf08;
	width:73.3%;
}

.box_bluegreen {
    padding: 0.5em 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1em;
    border: solid 1px #02AF99;
    background: #02AF99;
    width:73.3%;
}

.box_red {
    padding: 0.5em 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1em;
    border: solid 1px #ff0000;
    background: #ff0000;
    width:73.3%;
}

.box_orange p,.box_green p,.box_red p,.box_bluegreen p {
    margin: auto; 
	font-size: 1.2em;
    padding: 0.5em;
	text-align: center;
	line-height: 1.5;
	color:#ffffff;
	font-weight: bold;
}

.box_orange a{
	color:#ff8c00;
}
.box_green a{
	color:#0dcf08;
}
.box_red a{
    color:#f00000;
}

.box_bluegreen a {
    color: #02AF99;
}

 a:hover .box_orange{
	background-color:#ff8c00;
text-decoration: none;
}

a:hover .box_green{
	background-color:#0bc106;
text-decoration: none;
}

a:hover .box_red{
    background-color:#f00000;
    text-decoration: none;
}

a:hover .box_bluegreen {
    background-color: #029683 ;
}

a:hover {
text-decoration: none;
}


@media screen and (max-width: 991px){
    .box_warning,.box_orange,.box_green,.box_red, .box_bluegreen {
	width:100%;
}		
}

.box_covid {
    padding: 0.7em 1em;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
    border: solid 1px #000000;
}</pre></body></html>