@charset "utf-8";
/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-y: scroll;
} /* 10px */
body {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  color: #525261;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Sawarabi Mincho", sans-serif;
}

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

article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
h2 {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul li {
  list-style-type: none;
}

.smin {
  font-family: "Sawarabi Mincho", sans-serif;
}
.sgo {
  font-family: "Sawarabi Gothic", sans-serif;
}



/*---------------------------------------------
	カラム
---------------------------------------------*/
/* clounm */
.clounm_wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.w_full_90 {
  width: 90%;
  max-width: 1920px;
}
.w_full {
  width: 100%;
  max-width: 1920px;
}

.clounm_wrapper:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}
a:link {
  text-decoration: none;
  color: #0059b2;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #0059b2;
}
a:hover {
  color: color-mod(#0059b2 shade(50%));
  text-decoration: none;
}
a:active {
  text-decoration: none;
  color: #0059b2;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}
p + a {
  margin-top: 1em !important ;
}
p + div {
  margin-top: 1.5em !important ;
}

.pLR1em {
  padding: 0 1em;
}

/*---------------------------------------------
	m_pattern
---------------------------------------------*/
.m_pattern_a {
  padding: 0 0 4rem;
}
.m_pattern_b {
  padding: 0 0 1rem;
}
.m_pattern_c {
  padding: 0 0 6rem;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 **   text-align
---------------------------------------------*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 0.8rem;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}

/*---------------------------------------------
 **  flexbox
---------------------------------------------*/
.display_flex {
  display: flex;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/
/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pageTop a {
  display: block;
  padding: 5px 3px 0px 3px;
  border-radius: 30px;
  background-color: #02529c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../img/common/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #5b4739;
  font-weight: normal;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  font-size: 3rem;
  margin-bottom: 2.6rem;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: inherit;
}
/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 7rem;
}
.mb0 {
  margin-bottom: 0;
}

.flex_item_clounm_1 {
  width: calc(100%);
}
/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header {
  width: 100%;
}
/* ロゴ */
#logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/logo.png) no-repeat;
  background-size: 100%;
  z-index: 9;
  position: relative;
}
/* メインイメージ */

.main_img {
  width: 100%;
  position: relative;
}

/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
#footer {
  clear: both;
  position: relative;
  margin: 9rem 0 0 0px;
}
/* footerロゴ */
#footer #logo {
  margin: 0 auto 25px;
  top: 0;
}

/* フッターインナー */
.footer_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 0;
}

/* コピーライト */
#copyright {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  padding: 15px 0 18px;
}

/*=================================================================================================================================*/
/**  TOPコンテンツ	*/
/*=================================================================================================================================*/
/* キャッチコピー */
.catch_copy_wrapper {
  position: absolute;
  top: 32.8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  text-shadow: rgba(0,0,0,0.4) 0 2px 5px;
}
.catch_copy {
  font-size: 6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  width: auto;
  letter-spacing: 4px;
  padding: 0 3rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.catch_copy_kana {
  display: block;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 2px;
}

/* 背景画像 */
.bg_common_black {
  background: url(../img/bg_common_black.jpg) bottom center #000 no-repeat;
  color: #f0f0e1;
  padding-bottom: 13rem;
  padding-top: 8rem;
  background-size: cover;
}
.bg_common_black h2 {
  color: #f0f0e1;
}

/* 画像box */
.img_box img {
  display: block;
}

/* 施工画像 */
.bg_ex {
  width: 100%;
  height: 1162px;
  background: url(../img/img_ex.png) top center;
  margin-top: -363px;
  position: relative;
}

.span_kensu {
  font-size: 6rem;
  font-style: italic;
  margin-right: 1rem;
}

.bg_design_01,
.bg_design_02,
.bg_design_03 {
  padding: 12rem 0 12rem 0;
  border-bottom: 10px solid #000;
}

.bg_design_01 p,
.bg_design_02 p,
.bg_design_03 p {
  max-width: 600px;
  margin: 0;
}

.bg_design_01 {
  background: url(../img/bg_01.jpg) top right #eeebdd;
  background-size: cover;
  border-top: 10px solid #000;
}

.bg_design_02 {
  background: url(../img/bg_02.jpg) 100% 0 no-repeat #ebece6;
  background-size: cover;
}

.bg_design_02 p {
  float: right;
}

.bg_design_03 {
  background: url(../img/bg_03.jpg) top center #000;
  background-size: cover;
}

.h2_design {
  font-size: 2.53vw;
}

.h2_catch_span {
  display: block;
  margin-bottom: -1.2rem;
}
.h2_catch_span img {
  width: auto;
  height: auto;
}

/* キャプション　黒グラデーション */
.bg_gradation_black {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.59) 60%,
    rgba(0, 0, 0, 0.82) 99%,
    rgba(0, 0, 0, 0.82) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.59) 60%,
    rgba(0, 0, 0, 0.82) 99%,
    rgba(0, 0, 0, 0.82) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.59) 60%,
    rgba(0, 0, 0, 0.82) 99%,
    rgba(0, 0, 0, 0.82) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000',GradientType=1 ); /* IE6-9 */
}
/* キャプション　黒グラデーション */
.bg_gradation_black_L {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.59) 41%,
    rgba(0, 0, 0, 0) 99%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.59) 41%,
    rgba(0, 0, 0, 0) 99%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.59) 41%,
    rgba(0, 0, 0, 0) 99%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

/* キャプション　 */
.pict_caption {
  color: #fff;
  padding: 1rem 5.5rem 1rem;
  max-width: 450px !important;
  width: 100%;
}

.pict_caption_position_R {
  position: absolute;
  bottom: -8rem;
  right: -8.8%;
  text-align: right;
}

.pict_caption_position_L {
  position: absolute;
  bottom: -8rem;
  left: -10%;
  text-align: left;
}

/* キャプション 糖尿病内科・入口 */
.pict_cap_iriguchi,
.pict_cap_machiai {
  bottom: 3rem;
}
.pict_cap_iriguchi {
  left: 0;
}
/* キャプション 泌尿器科・待合室 */
.pict_cap_machiai {
  right: 0;
}

.por {
  position: relative;
}

.bdb_10 {
  border-bottom: 10px solid #000;
}

.bg_glay_01 {
  background: url(../img/img_planing_03.png) top center #eee no-repeat;
  padding-bottom: 11rem;
  padding-top: 56rem;
}

.seminer_d_box {
  background: #20202f;
  color: #fff;
}
.seminar_date {
  width: 70%;
  padding: 0.5rem 2rem;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}

.seminar_capacity {
  width: 30%;
  background: #008c8c;
  padding: 0.5rem 1rem;
  text-align: center;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}
.seminar_p {
  border: 1px solid #d6d6d6;
  border-top: none;
  background: #fff;
  margin-top: 0;
  padding: 1.5rem 2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}

.tdn {
  text-decoration: none !important;
  display: block;
}
.tdn .seminar_p {
  color: #000 !important;
}

.ma {
  margin: 0 auto;
}

.footer_info {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #000;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  padding: 2rem 0;
  font-size: 2.4rem;
}

.footer_logo img {
  width: 486px;
  height: auto;
  margin: 0 auto;
}

.af_slash {
  position: relative;
}
.af_slash:after {
  display: inline-block;
  top: 0px;
  right: -1%;
  content: "／";
  position: absolute;
}
.before.af_slash:after {
  left: -11%;
  top: 32px;
}

.bdt_full {
  border-top: 1px solid #000;
  margin-top: 1rem;
}

.footer_bottom {
  padding: 1rem 2rem 0;
}

.tel {
  font-size: 6rem;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
.tel:before {
  width: 50px;
  height: 50px;

  background: url(../img/tel.png) no-repeat;
  background-size: contain;
  content: "";
  display:inline-block;
  margin-right: 1rem;
}
.tel a {
  color: #000 !important;
  text-decoration: none;
}

.fax{ padding:18px 0 0 0; }
.fax span{
  font-size: 2.8rem;
  bottom: -10px;
  position: relative;
}
.fax a{ 
background:#000;
font-size:1.8rem;
color:#FFF;
padding:1.5rem 4rem;
text-decoration:none;
}

.contact_bt{
  position: relative;
  z-index: 1;
}


.mt35{
  margin-top: 35px;
}

/*ギャラリー*/
.popup_gallery{
   display: flex;
   width: 100%;
   max-width: 900px;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 0;
   margin: 0;
}

.contents-img img{ border: 1px solid #fff; box-shadow: 5px 5px 5px rgba(0,0,0,0.3);}
.contents-img{ width: 31%; }