@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Copperplate-Gothic Medium";
  src:
    url("fonts/Copperplate-Gothic Medium.eot?") format("eot"),
    url("fonts/Copperplate-Gothic Medium.woff2") format("woff2"),
    url("fonts/Copperplate-Gothic Medium.woff") format("woff");
}
@font-face {
  font-family: "gill_sans_mt";
  src:
    url("fonts/gill_sans_mt.eot?") format("eot"),
    url("fonts/gill_sans_mt.woff2") format("woff2"),
    url("fonts/gill_sans_mt.woff") format("woff");
}

@font-face {
  font-family: "Garamond";
  src:
    url("fonts/garamond_pro_regular.woff2") format("woff2"),
    url("fonts/garamond_pro_regular.woff") format("woff");
}

@font-face {
  font-family: "Myriad";
  src:
    url("fonts/Myriad Pro Regular.woff2") format("woff2"),
    url("fonts/Myriad Pro Regular.woff") format("woff");
}

@font-face {
  font-family: "Ryumin";
  src:
    url("fonts/A-OTF Ryumin Pro L-KL.woff2") format("woff2"),
    url("fonts/A-OTF Ryumin Pro L-KL.woff") format("woff");
}

@font-face {
  font-family: "Trajan";
  src:
    url("fonts/TrajanPro-Regular.woff2") format("woff2"),
    url("fonts/TrajanPro-Regular.woff") format("woff");
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  font-size: 14px;
  font-family:
    "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.6;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  min-width: 360px;
}
header {
  width: 100%;
  margin: 0 auto;
  height: 90px;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #fff;
}

h4 {
  font-size: 1.2em;
}

a {
  color: #333;
}

.font-weight-bold {
  font-weight: bold;
}

.sans-serif {
  font-family:
    "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.gothic {
  font-family:
    "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Pgothic",
    "Osaka", sans-serif, Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}

.cgm {
  font-family: "Copperplate-Gothic Medium", serif;
}

.gsm {
  font-family: "gill_sans_mt", sans-serif;
}

.garamond {
  font-family: "Garamond", sans-serif;
}

.mrd {
  font-family: "Myriad", sans-serif;
}

.normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.ryumin {
  font-family: "Ryumin", sans-serif;
}

.trajan {
  font-family: "Trajan", sans-serif;
}

.g-nav {
  font-size: 16px;
}

.mx-310 img {
  max-width: 310px;
}

.clearboth {
  clear: both;
}

.container {
  max-width: 1140px;
}

.minchou {
  font-family: "Sawarabi Mincho", "Hiragino Mincho ProN", serif;
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.text-shadow-lg {
  text-shadow: 1px 5px 3px rgba(0, 0, 0, 0.8);
}

.text-shadow-xl {
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 1);
}

.text-shadow-white {
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4);
}

.text-shadow-red {
  text-shadow:
    0px 0px 3px rgba(140, 4, 4, 0.9),
    0px 0px 8px rgba(47, 47, 47, 1);
}

#headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url(../images/common/back.jpg);*/
  background-position: center;
  /* background-color:#222222; */
  background-blend-mode: lighten;
  width: 445px;
  height: 90px;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#headerLogo img {
  max-width: 500px;
  width: 100%;
}
header .headGnavi > li {
  line-height: 1;
}
#btnContact {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
  width: 220px;
  height: 50px;
  background: #b10005;
}

#btnHeadTel {
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  width: 220px;
  height: 50px;
  right: 220px;
  background: #3f3a39;
}

#btnContact img {
  width: 22px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}
#btnHeadTel img {
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#btnContact a,
#btnHeadTel a {
  color: #fff;
  display: block;
  line-height: 50px;
  text-decoration: none;
}
#btnContact a:hover,
#btnHeadTel a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ttlHead {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.1;
}
.subList > li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wrap.bC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wrap.aC {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrap.aEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.wrap.jEnd {
  display: flex;
  justify-content: flex-end;
}
.sectionBox01 {
  margin-top: 60px;
  overflow: hidden;
}
.sectionBox01 > .box01 {
  margin-top: 30px;
}
.heading01 {
  background: #005526;
  color: #fff;
  padding: 12px 0 14px 20px;
  margin-top: 50px;
  margin-bottom: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.24em;
}
.heading02 {
  padding-bottom: 6px;
  border-bottom: solid 1px #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.table01 {
  width: 100%;
}
.table01 th {
  background: #f4f4f4;
  vertical-align: middle;
}
.table01 th,
.table01 td {
  padding: 10px 20px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}
.w01 {
  width: 20%;
}
.w02 {
  width: 80%;
}
.list02 {
  margin-top: 12px;
}
.list02 > li {
  font-size: 14px;
}
.list02 > li:not(:first-child) {
  margin-top: 23px;
}
.list02 > li .font01 {
  font-size: 11px;
  font-weight: bold;
}
.btn01 {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn01.print {
  max-width: 600px;
  margin-top: 60px;
}
.btn01 > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: #1e6c5b;
  border-radius: 50px;
}

.btnDownload .btn01 > a {
  background-color: #1e6c5b;
  border-radius: 50px;
}

.btnFloorPlan .btn01 > a {
  background-color: rgba(0, 160, 212, 1);
  border-radius: 50px;
}

.btn01 > a > .font01 {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}
.btn01 > a:hover {
  transition: opacity 0.4s ease-in-out;
  opacity: 0.7;
}
.btn01 > a > span {
  position: relative;
}
.btn01:not(.print) > a > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 7px;
  height: 13px;
  margin-top: -7px;
  background: url("../images/common/icon_arrow.png") no-repeat 0 0/100%;
}
.btn01.print > a > span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.btn01.print > a > span:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_print.png) no-repeat 0 0/100%;
  content: "";
}
.img01 {
  margin-top: 40px;
}
.img02 {
  margin: 40px auto 0;
  text-align: center;
}
.border01 {
  border: 1px solid #756e6c;
}

#footer .sp img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #headMenu {
    display: none;
  }
  header .headGnavi {
    position: absolute;
    right: 20px;
    width: calc(100% - 485px);
    text-align: center;
    margin: 0 auto;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
  }
  header .headGnavi li a {
    padding: 0.2rem;
    text-decoration: none;
  }
  header .headGnavi li a:hover,
  header .headGnavi li a.active,
  header.gNaviMap .headGnavi li#gNaviMap a {
    text-decoration: none;
    border-bottom: 1px solid #300d00;
  }
  body {
    padding-top: 90px;
  }
}

@media screen and (min-width: 992px) {
  .text-last-justify {
    text-align-last: justify;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .g-nav {
    display: block;
  }
}
/*------------------------------------------------------------*/
.txtNotes {
  font-size: 1.2rem;
  line-height: 1.4;
}
ul.txtNotes li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}
.flexW {
  display: flex;
  flex-wrap: wrap;
}
.flexSb {
  display: flex;
  justify-content: space-between;
}
.flexSbW {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexCW {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flexCC {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
}

/*------------------------------------------------------------*/

#footer .tCenter {
  padding-top: 100px;
  padding-bottom: 50px;
  max-width: 1270px;
  margin: auto;
}
footer {
  color: #fff;
  text-align: center;
  background: #231f20;
  padding: 40px 0 0;
}
#footLinks {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
}
#footLinks li {
  line-height: 2;
  margin: 0 15px 40px;
}
#footLinks li .small {
  margin-top: 2rem;
  display: block;
}
#footLinks li img {
  padding-top: 1rem;
}
#footLinks li a {
  color: #fff;
  text-decoration: underline;
}
#copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  text-align: center;
  padding: 10px;
}
#pagetop {
  position: fixed;
  right: 3vw;
  bottom: 30px;
}

.sp_small {
  font-size: 1rem;
}

@media screen and (max-width: 1080px) {
  #headerLogo {
    width: 40%;
    height: 50px;
    position: static;
  }
  header .headGnavi {
    position: static;
    margin: 10px auto;
    padding: 0 20px 10px;
    width: 100%;
  }
  #footLinks {
    justify-content: center;
  }
  #footer .tCenter {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .main {
    margin-top: 138px;
  }
  #headerLogo {
    width: 100%;
    height: 40px;
    position: static;
    padding-left: 10.5%;
    padding-right: 10.5%;
  }
  #headContact {
    width: 100%;
    display: table;
    margin: 0 auto;
  }
  #btnHeadTel {
    background: #3f3a39;
    color: #fff;
  }
  #btnHeadTel,
  #btnContact {
    display: table-cell;
    vertical-align: middle;
    position: static;
    width: 50%;
    white-space: nowrap;
    font-size: 2.75vw;
  }
  .wrap.spBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* TOPメニュー追加（主要3メニュー常時表示）*/
  ul.topMenu {
    display: flex;
    margin-top: 1px;
  }
  ul.topMenu li {
    text-align: center;
    width: 33.3%;
    background: linear-gradient(#666, #808080);
    border-right: 1px solid #bfbfbf;
  }
  ul.topMenu li:first-child {
    border-left: 1px solid #fff;
  }
  ul.topMenu li:last-child {
    border-right: 1px solid #fff;
  }
  ul.topMenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 0 4px 0;
  }
  .topMenu {
    margin-right: -15px;
    margin-left: -15px;
  }

  .table01 th,
  .table01 td {
    padding: 6px 10px;
    font-size: 12px;
  }
  .img02 {
    width: 74.782%;
  }
  #footLinks {
    width: 98%;
  }
  header .headGnavi {
    position: static;
    color: #fff;
    display: block;
    padding: 0;
    margin: 0;
  }
  header .headGnavi li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1em 2em;
    margin: 0;
  }
  header .headGnavi li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  header .headGnavi li a:hover {
    text-decoration: underline;
  }
  #footer p.tCenter {
    padding: 0 3vw;
  }
  #footLinks li .small {
    margin-top: 0;
  }
  a#footTelSp {
    border: 1px solid #fff;
    padding: 1rem 3rem 2rem;
  }
  #access .tx04,
  #access .tx05 {
    text-align: left !important;
  }
  /*------------------------------------------------------------*/
  .pc,
  .pc-ib {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-ib {
    display: inline-block !important;
  }
  .sp_small {
    font-size: 0.9rem;
  }
}
/*------------------------------------------------------------*/
@media screen and (max-width: 340px) {
  header .headGnavi li {
    padding: 12px 2em;
  }
}
.pc {
  display: block;
}
.pc-ib {
  display: inline-block;
}
.sp,
.sp-ib {
  display: none;
}
@media print {
  .printPage header #headContact,
  .printPage header #headMenu,
  .printPage header .g-nav,
  .printPage #footer,
  .btnSpace,
  h2,
  .printPage .btn01 {
    display: none;
  }
  .printPage {
    width: 200mm;
    height: 287mm;
    page-break-after: always;
    position: relative;
    counter-increment: page_count;
    margin-left: auto;
    margin-right: auto;
  }
  .printPage header #headerLogo {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    width: 360px;
    height: 73px;
    margin-bottom: 20px;
    padding: 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #231f20 !important;
  }
  .printPage:last-child {
    page-break-after: auto;
  }
  .printPage #headerLogo {
    display: block;
  }
}
