@charset "UTF-8";

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #534640;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
  @media screen and (max-width: 899px) {
    body {
      font-size: 3.73vw;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
}
a:link {
  color: #534640;
}
a:visited {
  color: #534640;
}
a:hover {
  text-decoration: none;
  color: #534640;
}
a:active {
  color: #534640;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  /*font-size: 0;*/
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
  font-weight: 500;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", serif;
}
.ff01 {
}
.ff02 {
}
.ff03 {
}

/*----------------------------------------------------
 フォントカラー
--------------------------------------------------- */
.fc01 {
}
.fc02 {
}
.fc03 {
}

/*----------------------------------------------------
  スクロールバー
--------------------------------------------------- */

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
  @media screen and (max-width: 899px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    ::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    ::-webkit-scrollbar-thumb {
      background-color: rgba(0,0,0,0.5);
      border-radius: 10px;
      box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }
  }

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  overflow: hidden;
}
#contents {
  line-height: 1.6;
}
#contents a:hover img{
  opacity: 0.70;
}

.wrapper {
  position: relative;
  z-index: 5;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.inner {
  position: relative;
  z-index: 5;
  max-width: 1040px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
  @media screen and (max-width: 899px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    .wrapper, .inner {
      width: 100%;
      max-width: 100%;
      padding-left: 5vw;
      padding-right: 5vw;
    }
  }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 156px;
  background: url("../img/common/hd_bg.png") repeat-x center top -30px;
  background-size: 1280px auto;;
}
#header .logo {
  position: absolute;
  top: 25px;
  left: calc(50% - 54px);
}
#header .logo img {
  display: block;
  mix-blend-mode: multiply;
}
.hd_contact img {
  position: fixed;
  right: 18px;
  top: 28px;
  z-index: 100;
  display: block;
  mix-blend-mode: multiply;
}
.hd_contact a:hover img {
  transform: scale(1.08);
}
  @media screen and (max-width: 899px) {
    #header {
      height: 35vw;
      background: url("../img/common/hd_bg.png") repeat-x center top -4vw;
      background-size: 200vw auto;;
    }
    #header .logo {
      position: absolute;
      top: 5vw;
      left: calc(50% - 11vw);
    }
    #header .logo img {
      width: 22vw;
      height: auto;
    }
    .hd_contact {
      display: none;
    }
  }

/*----------------------------------------------------
	グローバルナビ
----------------------------------------------------*/
#gNavi {
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: -124px;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  height: 124px;
  overflow: hidden;
  background: rgba(232,232,232,0.9);
  transition: all 0.4s ease-in-out 0s;
}
#gNavi.fixed {
  bottom: 0;
  opacity: 1;
}
#gNavi li {
  margin: 0 40px;
}
#gNavi li a {
  display: block;
  text-align: center;
  padding-top: 80px;
  text-decoration: none;
  font-weight: 500;
  font-size: min(1.8vw,1.7rem);
  white-space: nowrap;
}
#gNavi li a:hover {
  color: #FE7171;
}
  @media screen and (max-width: 1199px) {
    #gNavi li {
      margin: 0 2.5vw;
    }
  }
  @media screen and (max-width: 899px) {
    #gNavi {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      margin: 0;
      padding: 5.33vw 6.66vw 20vw 6.66vw;
      background-color: rgba(255,255,255,0.95);
      z-index: 150;
      overflow-y: visible;
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto;
      overflow-scrolling: auto;
      transition: none;
    }
    #gNavi ul {
      display: block;
    }
    #gNavi li {
      margin: 0;
      background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 8px);
      background-position: left bottom;
      background-repeat: repeat-x;
      background-size: 100% 1px;
    }
    #gNavi li a {
      text-align: left;
      padding: 7.2vw 2vw 7.2vw 20vw;
      font-size: 4.53vw;
      white-space: normal;
    }
  }

.gn01 a {
  background: url("../img/common/gn01.png") center 14px no-repeat;
  background-size: 54px auto;
}
.gn02 a {
  background: url("../img/common/gn02.png") center 9px no-repeat;
  background-size: 40px auto;
}
.gn03 a {
  min-width: 90px;
  background: url("../img/common/gn03.png") center 17px no-repeat;
  background-size: 90px auto;
}
.gn04 a {
  background: url("../img/common/gn04.png") center 20px no-repeat;
  background-size: 48px auto;
}
.gn05 a {
  background: url("../img/common/gn05.png") center 13px no-repeat;
  background-size: 78px auto;
}
.gn06 a {
  background: url("../img/common/gn06.png") center 18px no-repeat;
  background-size: 50px auto;
}
.gn07 a {
  background: url("../img/common/gn07.png") center 4px no-repeat;
  background-size: 44px auto;
}
  @media screen and (max-width: 899px) {
    .gn01 a {
      background: url("../img/common/gn01.png") 4.4vw center no-repeat;
      background-size: 9vw auto;
    }
    .gn02 a {
      background: url("../img/common/gn02.png") 5.66vw center no-repeat;
      background-size: 6.66vw auto;
    }
    .gn03 a {
      min-width: auto;
      background: url("../img/common/gn03.png") 1.8vw center no-repeat;
      background-size: 15vw auto;
    }
    .gn04 a {
      background: url("../img/common/gn04.png") 4.6vw center no-repeat;
      background-size: 9.6vw auto;
    }
    .gn05 a {
      background: url("../img/common/gn05.png") 3.6vw center no-repeat;
      background-size: 11.8vw auto;
    }
    .gn06 a {
      background: url("../img/common/gn06.png") 5.4vw center no-repeat;
      background-size: 8vw auto;
    }
    .gn07 a {
      background: url("../img/common/gn07.png") 5.4vw center no-repeat;
      background-size: 7.2vw auto;
    }
    .gn08 a {
      background: url("../img/common/gn08.png") 5vw center no-repeat;
      background-size: 8.6vw auto;
    }
  }

  @media screen and (max-width: 899px) {
    #gNavi_sp {
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 200;
      width: 100%;
      height: 16vw;
      padding-left: 12vw;
      background: #534640;
    }
  }

  @media screen and (max-width: 899px) {
    #menuTrigger {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 5;
      width: 18vw;
      height: 16vw;
      cursor: pointer;
      background: url("../img/common/hb_menu.svg")  #534640 center center no-repeat;
      background-size: 8vw auto;
    }
    #menuTrigger.open {
      background: url("../img/common/hb_class.svg") #534640 center center no-repeat;
      background-size: 8vw auto;
    }
    #gNavi_sp ul {
      display: flex;
      padding: 0 4vw;
    }
    #gNavi_sp li {
      width: 33.33%;
    }
    #gNavi_sp li a {
      text-align: center;
      display: block;
      color: #fff;
      line-height: 16vw;
      text-decoration: none;
      font-size: 4.53vw;
    }
  }

/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/
#crumbs {
}
#crumbs li {
  display: inline;
}
#crumbs li br {
  display: none;
}
  @media screen and (max-width: 899px) {
  }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  padding: 40px 0 164px;
}
.ft-wrap {
  display: flex;
  justify-content: space-between;
}
.ft-left {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ft-logo {
  margin-right: 20px;
}
.ft-info h2 {
  margin-bottom: 20px;
}
.ft-info h2 small {
  font-size: 1.5rem;
  display: block;
}
.ft-info h2 span {
  font-size: 2rem;
  display: block;
}
.ft-tel {
  margin-top: 5px;
  align-items: flex-end;
}
.ft-tel dt {
  margin-right: 5px;
  font-size: 1.7rem;
  line-height: 1.1;
}
.ft-tel dd {
  font-size: 2.4rem;
}
  @media screen and (max-width: 899px) {
    #footer {
      padding: 12vw 0 28vw;
    }
    .ft-wrap {
      display: block;
      text-align: center;
    }
    .ft-left {
      display: block;
      margin-bottom: 10.66vw;
    }
    .ft-logo {
      margin-right: 0;
      margin-bottom: 5.33vw;
    }
    .ft-logo img {
      width: 22vw;
      height: auto;
    }
    .ft-info h2 {
      margin-bottom: 5.33vw;
    }
    .ft-info h2 small {
      font-size: 3.73vw;
    }
    .ft-info h2 span {
      font-size: 5.33vw;
    }
    .ft-tel {
      justify-content: center;
      margin-top: 2.66vw;
    }
    .ft-tel dt {
      margin-right: 1.33vw;
      font-size: 4.53vw;
    }
    .ft-tel dd {
      font-size: 6.4vw;
    }
  }

.ft-right {
  display: flex;
  align-items: flex-end;
}
.ft-right li {
  width: 190px;
  margin-left: 20px;
}
.ft-right li a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.7rem;
  color: #3D3D3D;
  border: solid 1px #707070;
  text-decoration: none;
}
.ft-right li a:hover {
  background: #AF997F;
  color: #fff;
  border: solid 1px #AF997F;
}
  @media screen and (max-width: 899px) {
    .ft-right {
      display: block;
    }
    .ft-right li {
      width: 48vw;
      margin: 0 auto;
    }
    .ft-right li a {
      padding: 3vw;
      font-size: 4.26vw;
    }
  }

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
#lower_lead {
  padding: 80px 0 100px;
}
.page_ttl {
  text-align: center;
  font-size: 2.9rem;
}
  @media screen and (max-width: 899px) {
    #lower_lead {
      padding: 10.66vw 0 12vw;
    }
    .page_ttl {
      font-size: 6.66vw;
    }
  }

.sub_ttl01 {
  text-align: center;
  font-size: 2.9rem;
}
.sub_ttl01 small {
  font-size: 1.4rem;
  margin-top: 10px;
  letter-spacing: 0.2em;
  display: block;
}
  @media screen and (max-width: 899px) {
    .sub_ttl01 {
      font-size: 6.66vw;
    }
    .sub_ttl01 small {
      font-size: 3.33vw;
      margin-top: 2vw;
    }
  }

.sub_ttl02 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
  @media screen and (max-width: 899px) {
    .sub_ttl02 {
      font-size: 4.8vw;
      margin-bottom: 5vw;
    }
  }

.sub_ttl03 {
}
  @media screen and (max-width: 899px) {
  }

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 15px;
  bottom: 144px;
  z-index: 100;
  display:none;
}
.pagetop a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 899px) {
    .pagetop {
      right: 3.33vw;
      bottom: 20vw;
    }
    .pagetop img {
      width: 12vw;
      height: auto;
    }
  }

.btn01 {
  position: relative;
  z-index: 5;
}
.btn01 a {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  min-width: 132px;
  padding: 8px 30px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
  color: #3D3D3D;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-radius: 25px;
  overflow: hidden;
}
.btn01 a:hover {
  color: #fff;
  border: solid 1px #AF997F;
}
.btn01 a::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #AF997F;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btn01 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn01 a span {
  position: relative;
  z-index: 10;
}
  @media screen and (max-width: 899px) {
    .btn01 a {
      min-width: 35.2vw;
      padding: 2vw 5.33vw;
      font-size: 3.46vw;
      border-radius: 5.33vw;
    }
    .btn01 a:hover {
      color: #3D3D3D;
      border: solid 1px #707070;
    }
    .btn01 a::before {
      display: none;
    }
  }

.btn02 {
  position: relative;
  z-index: 5;
}
.btn02 a {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  min-width: 226px;
  padding: 13px 30px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 30px;
  overflow: hidden;
}
.btn02 a:hover {
  color: #fff;
  border: solid 1px #AF997F;
}
.btn02 a::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #AF997F;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btn02 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn02 a span {
  position: relative;
  z-index: 10;
}
  @media screen and (max-width: 899px) {
    .btn02 a {
      min-width: 60vw;
      padding: 2.66vw 5.33vw;
      font-size: 4vw;
      border-radius: 6.66vw;
    }
    .btn02 a:hover {
      color: #3D3D3D;
      border: solid 1px #707070;
    }
    .btn02 a::before {
      display: none;
    }
  }

/*----------------------------------------------------
  共通テーブル
--------------------------------------------------- */

/*----------------------------------------------------
  共通メニュー
--------------------------------------------------- */

