@media all and (min-width: 641px) {

body {
	font-size: 93.75%; /* 15pt */
	color: #000000;
	background: #ffffff;
	line-height:1.86666667;
	word-wrap:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #11b3e9;
	text-decoration:none;
}

a:hover {
	color: #11b3e9 ;
	text-decoration:underline;
}

.container {
	width: 100%;
    min-width: 1060px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}

/* HEADER */

#header {
    height: 83px;
	margin:0;
    background-color: #e0ecee;
}

#header .container-inner {
    padding: 20px 0;
}

#header .primary{
    float: left;
    width: 242px;
}
#header .primary .h-logo{
    margin-bottom: 0;
}
#header .h-logo a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .secondary{
    float: right;
    width: 210px;
}
#header .h-contact{
    text-align: right;
}
#header .h-contact > a{
}
#header .h-contact > a:hover{
}

/* 230927 */
body#home #header .container-inner {
    width: 1060px;
    padding: 20px 0;
}
#header .secondary{
    width: 375px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .instagram{
    margin: 0 25px 5px 0;
    transition: opacity;
}
#header .instagram:hover{
    opacity: .6;
}



/* NAV */

#nav{
	margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e0ecee;
}
#nav .container-inner{
	/*height:130px;*/
	position:relative;
	z-index:99;
}
#nav #pc-nav{
	/*height:130px;*/
    margin-bottom: 0;
    text-align: center;
	position:relative;
}
#nav #pc-nav > li{
	display:inline-block;
	vertical-align:middle;
	/*height:130px;*/
    margin-right:25px;
	letter-spacing:normal;
    line-height:1.5;
	position:relative;
    min-width: 100px;
}
#nav #pc-nav > li:last-child{
    margin: 0;
}
#nav #pc-nav > li > a{
	display:block;
	color:#E8822E;
    font-family: "UD Shin Go Regular", "UD�V�S R", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
    position: relative;
}
#nav #pc-nav > li > a:hover,
#nav #pc-nav > li.on > a{
	color:#1698d8;
}
#nav #pc-nav > li > a:before{
    content: "";
    display: block;
    width: 53px;
    height: 50px;
    margin: 0 auto 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	background-color:#E8822E;
    border-radius: 50% 50% 0 0 / 16% 16% 0 0;
}
#nav #pc-nav > li.home > a:before{
    background-image: url(../images/common/nav-home.png);
}
#nav #pc-nav > li.about > a:before{
    background-image: url(../images/common/nav-about.png);
}
#nav #pc-nav > li.day > a:before{
    background-image: url(../images/common/nav-day.png);
}
#nav #pc-nav > li.guide > a:before{
    background-image: url(../images/common/nav-guide.png);
}
#nav #pc-nav > li.faq > a:before{
    background-image: url(../images/common/nav-faq.png);
}
#nav #pc-nav > li.disease > a:before{
    background-image: url(../images/common/nav-disease.png);
}
#nav #pc-nav > li.doc > a:before{
    background-image: url(../images/common/nav-doc.png);
}
#nav #pc-nav > li.home > a:hover:before,
#nav #pc-nav > li.home.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li.about > a:hover:before,
#nav #pc-nav > li.about.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li.day > a:hover:before,
#nav #pc-nav > li.day.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li.guide > a:hover:before,
#nav #pc-nav > li.guide.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li.faq > a:hover:before,
#nav #pc-nav > li.faq.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li.disease > a:hover:before,
#nav #pc-nav > li.disease.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li.doc > a:hover:before,
#nav #pc-nav > li.doc.on > a:before{
	background-color:#1698d8;
}
#nav #pc-nav > li > a > span{
    display:block;
}
#nav #pc-nav > li.doc > a > span{
    letter-spacing: -0.5pt;
}
#nav #pc-nav > li.parent ul{
	display: none;
    width: 100%;
	position: absolute;
	top: 50px;
	margin-bottom: 0;
    padding: 10px 0;
    background-color: rgba(0,0,0,0.8);
}
#nav #pc-nav > li.parent ul li{
	display: block;
    padding: 0 10px;
}
#nav #pc-nav > li.parent ul li a{
	display:block;
    color: #ffffff;
	font-size: 93.33333%;
    font-family: "UD Shin Go Regular", "UD�V�S R", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	font-weight:bold;
    text-decoration: none;
	padding: 2px 0;
}
#nav #pc-nav > li.parent ul li.on a,
#nav #pc-nav > li.parent ul li a:hover{
	color: /*#1698d8*/ #00166a;
}

/* GMAP */

#gmap{
	margin:0;
}
#gmap #gmap-area{
	height:290px;
	margin:0;
}
#gmap #gmap-area iframe{
    width: 100%;
	height:290px;
	margin:0;
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#E8822E;
}

#footer .container-inner {
	padding:20px 0;
}

#footer a{
	color: #ffffff;
}

#footer #footer-gmap{
    background-color: #ffffff;
}
#footer #footer-gmap .container-inner {
	padding:0;
}
#footer #footer-gmap .anchor-gmap{
    margin: 0;
    text-align:right;
}
#footer #footer-gmap .anchor-gmap a{
    display:inline-block;
    background:#00176B;
    padding: 2px 40px;
    text-decoration:none;
}
#footer #footer-gmap .anchor-gmap a span{
    font-weight: bold;
}
#footer #footer-gmap iframe{
    vertical-align:bottom;
    border: none;
}

#footer .footer-wrapper{
    position:relative;
}
#footer .footer-wrapper .footer-bd{
    position:absolute;
    top:-20px;
    height:20px;
    width:100%;
    background:url(../images/common/f-bd.png) repeat-x bottom;
    
}
#footer .f-sign{
    padding: 20px 0 130px;
    background:url(../images/common/f-bg.png) no-repeat bottom right;
    background-size:820px 200px;
}
           
#footer .f-name{
	display:block;
	margin-bottom: 0;
}
#footer .f-name a{
    font-size: 120%;
	font-weight:bold;
	text-decoration:none;
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-address{
	display:block;
	margin-bottom: 10px;
}
#footer .f-address .f-place{
	display:block;
    vertical-align: middle;
    margin-right: 14px;
}
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
	font-size:106.666%;
    font-weight: bold;
}
#footer .f-map{
    display: block;
}
#footer .f-map a{
	display:inline-block;
	padding:2px 10px;
	text-decoration:none;
	border:1px solid #ffffff;
}
#footer .f-map a:hover{
	background-color: rgba(255,255,255,0.3);
}
#footer .f-banner a{
	display:inline-block;
	padding:0;
	line-height:0;
}
#footer .f-banner a:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .copyright {
	margin: 0;
	padding:10px 0;
	font-size:85.7142%;
	text-align:center;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}

/* SUBNAV */
#subnav {
    margin-bottom: 30px;
}

/* TITLE */

#title-image {
    position: relative;
    height: 320px;
    margin: 0;
    background-color: #e0ecee;
    background-image: url(../images/common/title-bubble.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    overflow: hidden;
}
#title-image .container-inner{
    position: relative;
    height: 320px;
}
#title-image .title-bd {
    height: 64px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/common/title-bd.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    z-index: 2;
}
#title-image .title-inner {
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto -20%;
    height: 460px;
    background-image: url(../images/common/title-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 290px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
#title-image .title-cloud01 {
    position: absolute;
    top: 38px;
    left: -90px;
    z-index: 3;
}
#title-image .title-cloud02 {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3;
}
#title-image .title-cloud03 {
    position: absolute;
    top: 105px;
    right: -105px;
    z-index: 3;
}
#title-image .title-blog {
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 3;
}
#title-image .title-blog a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
/*
#title-image .title-blog a {
    display: block;
    width: 123px;
    height: 155px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/title-blog.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 123px 155px;
}
#title-image .title-blog a:hover {
    background-image: url(../images/common/title-blog_on.png);
}
*/
    


/* CONTENT */

#content p{
    line-height: 2.133333;
}
#c-wrapper{
    padding-bottom: 80px;
}

#content a{
    text-decoration:underline;
}

#content .container-inner {
}

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:85.7142%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#000000;
	font-weight:bold;
}

#main{
	float: left;
	width: 670px;
}

#side{
	float: right;
	width: 240px;
}

.section {
	margin-bottom: 60px;
}

.section-s {
	margin-bottom: 40px;
}

.section-ss {
	margin-bottom: 20px;
}

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

.pagetop a img {
}

.inlink{
	margin-top:-110px;
	padding-top:110px;
}
    


/* SUBNAV */
#subnav .subnav-list{
    text-align: center;
    letter-spacing: -.4em;
}
#subnav .subnav-list > li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    letter-spacing: normal;
}
#subnav .subnav-list > li > a{
    display: block;
    position: relative;
    min-width: 160px;
    padding: 6px 40px;
    color: #e7812d;
    font-size: 106.666667%;
    font-weight: bold;
    background-color: #fcf2ea;
    border: 4px solid #e7812d;
    border-radius: 6px;
    letter-spacing: normal;
    text-decoration: none;
    box-shadow:0px 0px 8px 0px #d7d7d7;
}
#subnav .subnav-list > li > a:hover:after,
#subnav .subnav-list > li.on > a:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right:0;
    bottom: -26px;
    left: 0;
    margin: auto;
    border-top: 14px solid #e7812d;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}


/* SNAV */
.side-box > .titles{
    padding: 5px;
    color: #00166a;
    font-size: 113.33333%;
    font-family: "hui", "huims", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    text-align: center;
    background-image: url(../images/common/title-level02_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 61px;
    background-color: #fbecdf;
}
.side-box > .titles .small{
    font-size: 76.4705%;
}
.side-box.recent-box .recent-list > li{
    padding: 10px 0;
    background-image: url(../images/common/line-dot.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.side-box.recent-box .recent-list > li a{
    display: block;
    padding: 5px;
    text-decoration: none !important;
}
.side-box.recent-box .recent-list > li a:hover{
    background-color: #fdf8f4;
}
.side-box.recent-box .recent-list > li a:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.side-box.recent-box .recent-list > li a .image{
    display: block;
    float: left;
    width: 80px;
    position: relative;
}
.side-box.recent-box .recent-list > li.new a .image:before{
    content: "NEW!";
    display: block;
    width: 67px;
    height: 40px;
    padding-top: 7px;
    color: #00166a;
    font-size: 120%;
    font-family: "hui", "huims", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    text-align: center;
    background-image: url(../images/blog/icon-new-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 67px auto;
    position: absolute;
    top: -22px;
    left: -37px;
}
.side-box.recent-box .recent-list > li a .image img{
    max-width: 100%;
    height: auto;
}
.side-box.recent-box .recent-list > li a .titles{
    display: block;
    margin-left: 90px;
    color: #00166a;
    font-family: "hui", "huims", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}
.side-box.recent-box .recent-list > li a .edit{
    display: block;
    padding: 5px 0 0 22px;
    min-height: 18px;
    margin-left: 90px;
    color: #e7812d;
    font-size: 80%;
    font-family: "hui", "huims", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    letter-spacing: 0.6pt;
    background-image: url(../images/blog/icon-edit.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 18px;
}
.side-box.recent-box .recent-list > li a .cat{
    display: block;
    padding: 5px 0 0 22px;
    min-height: 18px;
    margin-left: 90px;
    color: #e7812d;
    font-size: 80%;
    font-family: "hui", "huims", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    letter-spacing: 0.6pt;
    background-image: url(../images/blog/icon-cat.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}
.side-box.cat-box .cat-list > li{
    margin-left: 4px;
    padding: 2px 6px 2px 22px;
    background-image: url(../images/blog/icon-cat.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}
.side-box.past-box .past-list > li{
    margin-left: 4px;
    padding: 2px 6px 2px 22px;
    background-image: url(../images/blog/icon-edit.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    background-size: auto 18px;
}

}