@charset "UTF-8";

body{    
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #62584C;
    -webkit-text-size-adjust: none;
    font-size: 3.4vw;
    line-height: 160%;
	letter-spacing: .1em;
	text-align: center;
	padding: 0;
	margin: 0;
	-moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
img,pre,form,fildset,p,blockquote,address{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul{
	list-style:none;
}
ul img{
	vertical-align:bottom;
	margin:0;
}

a{
	color: #726750;
	font-weight: normal;
	text-decoration: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	margin:0;
	width: 100%;
}
address {
	font-style:normal;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: collapse;
}



/*共通
---------------------------------------------------------*/
#wrapper {
}

/*ボックス*/
.box{
padding-left: 5%;
padding-right: 5%;
}
.box_m{
padding-left: 3%;
padding-right: 3%;
}
.box_l{
padding-left: 2%;
padding-right: 2%;
}
.flt_box{overflow: hidden;}
.flt_l{float: left;}
.flt_r{float: right;}
.photo_l{float: left; margin-right: 5%;}
.photo_r{float: right; margin-left: 5%;}

.photo_x{width: 80%; margin-left: auto; margin-right: auto;}
.photo_y{width: 60%; margin-left: auto; margin-right: auto;}

/*英字用*/
.ft_fut{
font-family: adobe-jenson-pro, serif;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
}

/*明朝フォント*/
.ft_min{
font-family: ryo-text-plusn, serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
.ft_min strong{font-weight: 500;}

/*テキスト*/
.txt_l{font-size: 1.55em; line-height: 1.55em}
.txt_m{font-size: 1.4em; line-height: 1.4em;}
.txt_s{font-size: .85em;}
.txt_al_l{text-align: left;}
.txt_al_r{text-align: right;}
.txt_al_c{text-align: center;}
.fw_b{font-weight: bold;}

.col_ora{color: #CD7630;}
.col_bw{color: #956134;}
.col_gre{color: #4C663B;}

/*矢印*/
.txt_arrow{
position: relative;
padding-right: 1.2em;
}
.txt_arrow a{color: #F08C00;}
.txt_arrow::before{
position: absolute;
content: "";
width: 1em;
height: 1em;
top: 0;
bottom: 0;
right: 0;
margin: auto;
background: url(../images/arrow2.svg) no-repeat center;
background-size: contain;
}

/*ボタン*/
.btn_type1{
position: relative;
background-color: #f0a642;
border-radius: .2em;
padding: .35em .5em .3em;
color: #fff;
text-align: center;
}
.btn_type1::before{
position: absolute;
content: "";
width: .6em;
height: .6em;
top: 0;
bottom: 0;
margin: auto;
background: url(../images/arrow_wh.svg) no-repeat center;
background-size: contain;
}
.btn_type1 a{
color: #fff;
}
.btn_arrow_l.btn_type1::before{left: .5em;}
.btn_arrow_r.btn_type1::before{right: .5em;}

/*空き*/
.mgn_t{margin-top: 5%;}
.mgn_b{margin-bottom: 5%;}
.pdg_t{padding-top: 5%;}
.pdg_b{padding-bottom: 5%;}


/*header
---------------------------------------------------------*/
#header{
position: relative;
}

.h_logo{
position: absolute;
top: 0;
left: 0;
margin: auto;
width: 26%;
padding-top: 20px;
padding-bottom: 20%;
background: #fff;
}
.h_logo div{
position: relative;
width: 50%;
margin: auto;
}
.frontpage .h_logo div img{
max-height: 140px;
}

.contentpage .h_logo{
width: 40%;
padding-top: 15px;
padding-bottom: 5px;
}
.contentpage .h_logo div{
width: 90%;
}
.contentpage .h_logo div img{
max-height: 45px;
}

#header h1{
position: relative;
left: 26%;
top: 15px;
width: 50%;
text-align: left;
font-weight: normal;
color: #946134;
z-index: 5;
}
#header h1 strong{
background: url(../images/h_icon.svg) no-repeat right center;
background-size: .85em;
padding-right: 1.35em;
}

.h_box{
position: absolute;
top: 18px;
right: 5px;
_zoom:1;
overflow: hidden;
width: 35%;
}

.h_tel{
width: 17%;
margin-right: 60px;
margin-left: auto;
}


.drawer-toggle {
position: fixed;
z-index: 900;
}


/*cover
---------------------------------------------------------*/
.cover{
position: relative;
top: 60px;
height: 220px;
}
.cover::before{
position: absolute;
content: "";
right: 0;
top: 0;
margin: auto;
width: 60%;
height: 120px;
background: #DBB884;
z-index: -1;
}
.cover .cover_img{
width: 55%;
height: 130px;
overflow: hidden;
position: relative;
top: 13px;
}
.cover .title_box{
width: 45%;
position: absolute;
right: 0;
top: 20%;
bottom: 0;
margin: auto;
font-size: 1.3em;
}
.cover .title_box p{
font-size: .7em;
}


/*pagebody
---------------------------------------------------------*/
#pagebody{
position: relative;
}

.contentpage #pagebody h3{
background: #784825;
color: #fff;
font-size: 1.5em;
padding: .9em .7em .7em;
margin-left: 2%;
margin-right: 2%;
border-radius: .2em;
}

.contentpage .page_menu_area ul{
overflow: hidden;
}
.contentpage .page_menu_area li{
float: left;
width: 49%;
background-color: #ffd000;
margin-bottom: .5em;
padding-top: .7em;
padding-bottom: .7em;
}
.contentpage .page_menu_area li::before{
background: url(../images/arrow_bw.svg) no-repeat center;
background-size: contain;
}
.contentpage .page_menu_area li:nth-child(even){
float: right;
}
.contentpage .page_menu_area a{
color: #956134;
}








/*フッター
---------------------------------------------------------*/
#footer{
background: #FFE9C7;
padding-top: 7%;
padding-bottom: 7%;
}

#footer .cln_name{
margin-top: .7em;
margin-bottom: .4em;
font-size: 1.5em;
}
#footer .cln_name span{
font-size: .7em;
}

#footer .timetable{
margin-top: 1em;
}
#footer .timetable img{
max-height: 130px;
margin-bottom: .1em;
}

#footer .timetable p{
}
#footer .timetable .kyushin{
color: #F80000;
}

#footer .kamoku{
margin-top: .7em;
}

#footer .f_tel{
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 1.5em;
margin-bottom: 1.5em;
background: #4C663B;
border-radius: .3em;
color: #fff;
padding: 5% 6% 6%;
letter-spacing: .2em;
}
#footer .f_tel img{
max-height: 60px;
}
#footer .f_net{
width: 85%;
margin: 0 auto 1.5em;
}
#footer .f_access{
width: 85%;
margin-left: auto;
margin-right: auto;
}
#footer .f_access li{
float: left;
width: 49%;
border: solid 2px #726750;
border-radius: 3em;
padding: .7em 0 .5em;
font-size: 1.1em;
line-height: 1em;
}
#footer .f_access li:last-child{
float: right;
background: #726750;
}
#footer .f_access li a{
position: relative;
color: #fff;
padding-right: 1em;
}
#footer .f_access li a::before{
position: absolute;
content: "";
width: .7em;
height: .7em;
top: .15em;
right: 0;
margin: auto;
background: url(../images/arrow_ora.svg) no-repeat center;
background-size: contain;
}
#footer .f_access li:first-child span{
background: url(../images/parking.svg) no-repeat left .2em;
background-size: 1.8em;
padding-left: 2.2em;
}



.btn_pc{
padding: 7% 0;
margin-left: 3%;
margin-right: 3%;
border-bottom: solid 1px #726750;
}
.btn_pc p{
margin-top: .5em;
}

.copyright{
padding: 7% 0 100px;
}





.fix_b {
display: table;
width: 100%;
table-layout: fixed;
position: fixed;
z-index: 9999;
left: 0;
bottom: 0;
background: #F5F5F2;
box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.3);
}
.fix_b div{
display: table-cell;
vertical-align: middle;
padding: 1.5% 5% 3%;
}

.fix_b .fix_tel{
background: #4C663B url(../images/fix_tap.svg) no-repeat 95% 30px;
background-size: 2.5em;
padding-right: 15%;
}

.fix_b .fix_pt{
background: #946134;
width: 20%;
}



/* 当院で満たす施設基準及び加算に関する掲示
----------------------------------------------------------*/
.infoadd_bnr {
	width: 100%;
	max-width: 420px;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 120%;
	letter-spacing: .04em;
	line-height: 1.2em;
}
.infoadd_bnr a {
	display: block;
	padding: 1.5em 0;
	border: solid 1px #4b6639;
	color: #666;
	background: #fff;
	transition: all 0.4s;
}
.infoadd_bnr a:hover {
	background: rgba(255, 255, 255, .7);
}
.infoadd_bnr span {
	font-size: 140%;
	display: inline-block;
	vertical-align: middle;
	margin-left: .3em;
	color: #4b6639;
	line-height: 1;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	border: 0.075em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}
.infoadd_bnr span::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-right-color: currentColor;
	border-left: 0;
	transform: translateX(15%) rotate(180deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}








	
