@charset "UTF-8";


/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

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

a:link {
  color: #583822;
}

a:visited {
  color: #583822;
}

a:hover {
  color: #765c47;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}




/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {


/*---------------------------- ページ全体の指定 ----------------------------*/

body {
  width: 100%;
  font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}


.main ul {
list-style-type: disc;
}

.main ul li {
  /*ulの中のliの文字色を変える*/
  color: #333;
  margin:0 0 0 30px;
}

/*---------- メイン ----------*/

#main {
  background-image: url(../img/back.png);
}


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

#header {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  line-height: 1.6;
}

#header h1 {
  display: none;
}


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

#header #header_inner {
  margin: 0;
  padding: 2px;  /*-- 余白 --*/
  background-image: url(../img/back.png);  /*-- 背景色 --*/
}


/*----- 左 logo -----*/

#h_logo {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #666666;
}

#h_logo h2 {
  padding: 4px 0 0 0;  /*-- logo 位置 --*/
  margin: 0;
}

#h_logo img {
  max-width: 80%;
  height: auto;
}

#h_logo a {
  color: #666666 !important;
  text-decoration: none;
  font-size: 1em;
}

#h_logo a:hover {
  color: #888888 !important;
  text-decoration: underline;
  font-size: 1em;
}


/*----- 右 info -----*/

#h_info {
  padding: 0 4px 4px 4px;
  text-align: center;
  border: 2px solid #f5f1ea;
}

#h_info p {
  line-height: 1.0;
}

#h_info a {
  color: #c9171e !important;
  text-decoration: none;
}

#h_info .tel {
  font-size: 1.21em;
  color: #c9171e;
  line-height: 1.0;
  font-weight: bold;
}

#h_info .tel a {
  font-size: 1.21em;
  color: #c9171e;
  line-height: 1.0;
  font-weight: bold;
}


/*---------- ヘッダーメニュー ----------*/

#header-menu {
  margin: 0 1px 4px 1px;
  border-top: 1px solid #d7d2c7;
  border-right: 1px solid #d7d2c7;
}

#header-menu ul {
  padding: 0;
}

#header-menu ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}

#header-menu li a {
  width: 99.6%;
  font-size: 0.75em;
  padding: 10px 0 10px 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #765c47 !important;
  text-decoration: none;
  border-left: 1px solid #d7d2c7;
  border-bottom: 1px solid #d7d2c7;
  background: #e2d0ab url(../img/head_menu_back_abase.gif) repeat-x;
}

#header-menu li a:hover {
  color: #765c47 !important;
  display: block;
  text-decoration: none;
  background: #f7f4ec url(../img/head_menu_back_hover.gif) repeat-x;
}

#header-menu li.home a {
  border-bottom: 1px solid #d7d2c7;
}

#header-menu span.sub {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- SP電話ボタン ----------*/

.phone p {
  line-height: 1.7;
}

.phone a {
  color: #c9171e !important;
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: bold;
}


/*---------- メイン画像 ----------*/

#header-img {
  width: 100%;
  height: auto;

}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}

.logo-innertext {
    position:relative;
    top: 55px;
    left: 4%;
    width:280px;
    color:#444;
    font-size: 1.0em;
    font-weight: normal;
    animation-name: fadein;
    animation-duration: 4s;
    animation-iteration-count: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*---------- メインコンテンツ ----------*/
#top-container {
  padding: 6px 0 10px 0;
}

#container {
  padding: 0;
}

/*---------- コンテンツ ----------*/
#top-contents {
  padding: 13px 6px 25px 6px;
  font-size: 1em;
}

#top-contents .main {
  margin:0 0 30px 0;
}

#top-contents .main .main-1 {
  width:100%;
  margin-right: auto;
}

#top-contents .infomation {
  width:100%;
}

.mobilehealthcareLink {
  background:#fff;
  color:#1b8b3d;
  background-color: #fff;
  display:flex;
  width:100%;
  height:100%;
  margin:0 3px 20px 0;
  cursor:pointer;
  border:1px solid #ccc;
  border-radius:2px;
}

.mobilehealthcareLink:hover {
  -webkit-box-shadow: 0 6px 6px -6px #777;
  -moz-box-shadow: 0 6px 6px -6px #777;
  box-shadow: 0 0 8px gray;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mobilehealthcareLink .label {
    position: absolute;
    top: 10px;
    left: 32%;
    color: #4e5558;
    font-size:1.3em;
    font-weight: bold;
}

.mobilehealthcareLink p {
  position:absolute;
  top:-5px;left:30%;
  color:#4e5558;
  font-size:1.2em;
  font-weight:bold;
}

.clinicLink {
  font-size:0.9em;
  background:#fff;
  color:#1b8b3d;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #fcfcfc);
  background-image: linear-gradient(to bottom, #fff,  #fcfcfc);
  display:flex;
  height:120px;
  margin:0 3px 10px 0;
  cursor:pointer;
  border:1px solid #ccc;
  border-radius:5px;
}

.clinicLink .building {
  width:75px;
  height:105px;
  margin:20px 10px 0 5px;
}

.clinicLink:hover {

   -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
box-shadow: 0 0 8px gray;
  -webkit-transition: all .4s;
  transition: all .4s;

}

#top-contents .main .main-2 {
  width:100%;
  margin:30px auto 0 0;
}

#top-contents .main .main-2 h2 {

  margin: 0 0 0 20%;
}
#news {
  overflow: auto;
  line-height: 1.8;
  padding: 8px 6px 7px 6px;
  margin: 2px 0 7px 0;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

.flowbox {
  display:flex;
  height:50px;
  margin:0 0 0 0;
  border:1px solid #ddd;
}

.flowbox-l {
  font-size:0.8em;display:flex;width:270px;background:#dde4af;height:60px;
}

.flowbox-l-num {
  color:#fff;font-size:1.5em;text-shadow: 1px 2px 3px #808080;
  margin:14px 0 0 5px;
}

.flowbox-l-item {
  font-weight:bold;
  font-size:1.0em;
  margin:20px 0 0 10px;
}

.flowbox-l-7 {
  width:125px;
}

.flowbox-r {
  font-size:0.8em;
  width:325px;
  background:#fafafa;
  height:50px;
}

.flowbox-r-item-1 {
  margin:16px 0 0 10px;
}
.flowbox-r-item-2 {
  margin:12px 10px 0 10px;
}

.page2-merit-label {
  line-height:60px;
  width:200px;
  font-weight:bold;
  font-size:1.1em;
  letter-spacing: 3px;
  margin:0 0 0 5px;
}

.page2-merit-label-2 {
  line-height:60px;
  width:200px;
  font-weight:bold;
  font-size:1.1em;
  letter-spacing: 3px;
  margin:8px 0 0 5px;
}

.page2-merit-statement {
  width:100%;
}

.page2-medicalcheck {
  width:50%;
  font-size:12px;
}

.page2-medicalcheck-item {
  font-size:1em;
}

table.ssl-tbl {
	width: 100%;
	margin: 0px 0px 11px 0px;
	font-size: 1em;
	color: #353535;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
table.ssl-tbl th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-align: left;
	border-left: 1px solid #E8C85C;
	border-bottom: 1px solid #E8C85C;
	background: #FFFCB9;
}
table.ssl-tbl th .red {
	font-weight: normal;
}

table.ssl-tbl td {
	padding: 5px 11px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#contents {
  padding: 13px 6px 25px 6px;
  font-size: 1em;
}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 0.92em;
}

#contents h2 {
  height: auto !important;
  margin: 0 0 10px 0;
  padding: 13px 0 8px 16px;
  font-size: 18px;
  color: #54351f;
  border-top: solid 1px #a48b78;
  border-right: solid 2px #a48b78;
  border-bottom: solid 4px #8c826c;
  border-left: solid 2px #a48b78;
  background-image: none;
  background-color: #fffffe;
}


#contents h2.txt {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.txt2 {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.page_title {
  height: auto !important;
  margin: 0 0 18px 0;
  padding: 16px 0 12px 20px;
  line-height: 1.6;
  font-size: 20px;
  color: #581201;
  border-top: solid 1px #a48b78;
  border-right: solid 2px #a48b78;
  border-bottom: solid 2px #a48b78;
  border-left: solid 7px #a48b78;
  background-image: none;
  background-color: #fdfbf7;
}

#contents h2.white {
  height: auto;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  font-size: 20px;
  color: #990000;
  text-align: center;
  border: none;
  background: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 12px 10px 6px 12px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5;
}


#contents h3.beta {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #fffffc;
  border-top: solid 1px #c85d15;
  border-right: solid 1px #c85d15;
  border-bottom: solid 1px #c85d15;
  border-left: solid 5px #c85d15;
  background: url(../img/h3_beta.gif) repeat-x;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 8px 10px 6px 10px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #e85922;
  border-top: solid 1px #888888;
  border-right: none;
  border-bottom: solid 4px #663300;
  border-left: none;
  background-image: url(../img/h3_point.gif) ;
}

#contents h3.gold,
#contents h3.gold02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: none;
  background-image: none;
  background-color: #f1e7d1;
}

#contents h3.gray,
#contents h3.gray02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: solid 1px #d9d1d1;
  background-image: none;
  background-color: #f1ecec;
}

#contents p {
  padding-right: 2px;
  padding-left: 2px;
  line-height: 1.6;
}

/*---------- ３コンテンツ・ボックス ----------*/

.box {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.box1 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box2 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box3 {
  width: auto;
  padding: 4px;
  margin: 4px;
}


/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


/*---------- 表（テーブル） ----------*/

table.t01 {
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
  padding: 4px;
}

td.t01 {
  padding: 4px;
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
}

td.head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}

td.t00 {
  padding: 4px;
}


table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 12px 8px 12px 8px;
  background-color: #fff8e3;
  width: 80px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #fff8e3;
  width: 30%;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #ffffff;
  width: 70%;
}

td.table_line {
  width: auto;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding: 12px 8px 12px 8px;
}


/*---------- 動画 ----------*/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------- Googleマップ ----------*/

.map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
  width: 88% !important;
  height: 100% !important;
}


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

#footer {
  width: auto;
  padding: 20px 10px 20px 10px;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  background-color: #e8e4df;
}

#footer p {
  padding: 10px;
  color: #555555;
}

#footer a {
  color: #555555 !important;
}

#footer a:hover {
  color: #777777 !important;
}

#footer a:visited {
  color: #555555;
}

#footer small {
  padding: 10px;
  font-size: 0.92em;
  color: #555555;
}

#footer small a {
  color: #555555 !important;
  text-decoration: none;
}

#footer small a:hover {
  color: #777777 !important;
  text-decoration: underline;
}

#footer small a:visited {
  color: #555555;
  text-decoration: none;
}


.btn-gradation {
  display: inline-block;
  text-align: left;
  background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #a5a5a5;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
}

.btn-gradation:hover {
  opacity: 0.8;
}

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 0.3rem 4rem 0.3rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
 
/*=========
faq
=========*/
 
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}

}