@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap");
body {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}

p {
  font-weight: 500;
}

/*キャプション*/
.cap_txt {
  position: absolute;
  bottom: 5px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}

.cap_W {
  color: #fff;
}

.cap_B {
  color: #000;
}

.cap_ShaW {
  text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}

.cap_ShaB {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

.pos {
  position: relative;
}

.inner {
  max-width: 1080px;
  width: 94%;
  margin: 0 auto;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.5;
}

.inner.notes {
  padding: 25px 0 50px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
}
#pagetop a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #856D48;
}
#pagetop a:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pagetop a:after {
  content: "Pagetop";
  position: absolute;
  bottom: 8px;
  left: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  #pagetop a:hover::before {
    top: 8px;
  }
}

.sp {
  display: none;
}

#ytm + script + img {
  display: none;
}

#ytag + iframe {
  display: none;
}

#ytag + img {
  display: none;
}

#ytag + img + img {
  display: none;
}

#ytag + img + img + img {
  display: none;
}

footer + img {
  display: none;
}

iframe[name=google_conversion_frame] {
  display: none;
}

/* flexbox
================================*/
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .spFlexRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
/* clearfix
================================*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*     btn
================================*/
a.btn {
  display: block;
  position: relative;
  width: 100%;
  line-height: 64px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #856D48;
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  a.btn {
    line-height: 60px;
    max-width: 290px;
  }
}
a.btn:hover {
  opacity: 0.6;
}

/* リンクアイコン
=========================================== */
.link {
  margin-top: 40px;
}
.link a {
  color: #1F3135;
}

/*** 丸アイコン ***/
a.icon_circle span.c_size_l,
a.icon_circle span.c_size_m,
a.icon_circle span.c_size_s {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 54px;
  height: 54px;
  border: 1px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a.icon_circle span.c_size_l::after,
a.icon_circle span.c_size_m::after,
a.icon_circle span.c_size_s::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
a.icon_circle i {
  display: inline-block;
  vertical-align: middle;
  color: #1F3135;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.07em;
  background: currentColor;
}
a.icon_circle i::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 1px;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.icon_circle i.icon_outlink {
  width: 14px;
  height: 14px;
  background: url(../common/img/icon_tab_white.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  a.icon_circle i.icon_outlink {
    width: 10px;
    height: 10px;
  }
}
a.icon_circle i.icon_outlink::before {
  content: none;
}
a.icon_circle:hover span::after {
  background: #1F3135;
  -webkit-transform: scale(1);
          transform: scale(1);
}
a.icon_circle:hover i {
  color: #fff;
}

/* サイズ設定 */
a.icon_circle span.c_size_l {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  a.icon_circle span.c_size_l {
    width: 44px;
    height: 44px;
  }
}
a.icon_circle span.c_size_m {
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 767px) {
  a.icon_circle span.c_size_m {
    width: 36px;
    height: 36px;
  }
}
a.icon_circle span.c_size_s {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 767px) {
  a.icon_circle span.c_size_s {
    width: 24px;
    height: 24px;
  }
}
a.icon_circle span.c_size_s i {
  width: 0.7em;
}
a.icon_circle span.c_size_s i::before {
  top: 0.07em;
  width: 0.4em;
  height: 0.4em;
}

/* カラー設定 */
a.icon_circle span.c_main {
  border: none;
  background-color: #856D48;
  margin-left: 16px;
}
a.icon_circle span.c_main i {
  color: #ffffff;
}
a.icon_circle:hover span.c_main::after {
  background: #1F3135;
}
a.icon_circle span.c_gray {
  border: #1F3135 1px solid;
  margin-left: 16px;
}
a.icon_circle span.c_gray i {
  color: #1F3135;
}
a.icon_circle:hover span.c_gray {
  border: #856D48 1px solid;
}
a.icon_circle:hover span.c_gray::after {
  background: #856D48;
}
a.icon_circle:hover span.c_gray i {
  color: #ffffff;
}
a.icon_circle span.c_white {
  border: #ffffff 1px solid;
  margin-left: 16px;
}
a.icon_circle span.c_white i {
  color: #ffffff;
}
a.icon_circle:hover span.c_white {
  border: #856D48 1px solid;
}
a.icon_circle:hover span.c_white::after {
  background: #856D48;
}

/* 横並び設定 */
a.icon_txtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.8;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  a.icon_txtl {
    font-size: 1.3rem;
  }
}

/*** リンクアイコン ***/
a.icon_arrow,
.link_icon_arrow a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.icon_arrow::before,
.link_icon_arrow a::before {
  content: "";
  border: 0;
  border-top: #1F3135 solid 2px;
  border-right: #1F3135 solid 2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
a.icon_arrow:hover,
.link_icon_arrow a:hover {
  color: #856D48;
}
a.icon_arrow:hover::before,
.link_icon_arrow a:hover::before {
  border-top: #856D48 solid 2px;
  border-right: #856D48 solid 2px;
}

/*     header
================================*/
header.flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ttl_Area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  width: 299px;
  margin-left: 40px;
}
.ttl_Area a {
  display: block;
  width: 299px;
}
.ttl_Area .logo_sp {
  display: none;
}

#Gnav {
  height: 80px;
}

.head_Btn {
  display: block;
  width: 240px;
}
.head_Btn a.btn {
  line-height: 80px;
  background: #1F3135;
}
.head_Btn a.btn:hover {
  opacity: 0.6;
}

.nav_List {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_List li {
  position: relative;
  height: 80px;
}
.nav_List a {
  display: block;
  position: relative;
  line-height: 1;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 33px;
  padding-top: 32px;
  padding-bottom: 20px;
}
.nav_List a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #856D48;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_List a span {
  display: none;
}
.nav_List a:hover::before {
  width: 100%;
  opacity: 1;
}

#indexP .nav_List li:nth-child(1) a::before,
#locationP .nav_List li:nth-child(2) a::before,
#planP .nav_List li:nth-child(3) a::before,
#qualityP .nav_List li:nth-child(4) a::before,
#outlineP .nav_List li:nth-child(5) a::before {
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

#indexP .nav_List li:nth-child(1) a,
#locationP .nav_List li:nth-child(2) a,
#planP .nav_List li:nth-child(3) a,
#qualityP .nav_List li:nth-child(4) a,
#outlineP .nav_List li:nth-child(5) a {
  pointer-events: none;
}

/* クローズ */
/* .nav_List li:nth-child(3) a {
pointer-events: none;
opacity: .3;
} */
header img {
  width: 100%;
}

#sp_menu {
  display: none;
}

main {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 66px;
  }
}

/* pagetitle
=========================================== */
#pagetitle {
  max-width: 1080px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
#pagetitle.container {
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #pagetitle.container {
    padding-top: 120px;
  }
}
#pagetitle div.pagetitle_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
  border-bottom: #dadada 1px solid;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pagetitle div.pagetitle_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 60px;
  }
}
#pagetitle .pagetitle_box .pagetitle_ja {
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #pagetitle .pagetitle_box .pagetitle_ja {
    font-size: 1.3rem;
  }
}
#pagetitle .pagetitle_box .pagetitle_en {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #pagetitle .pagetitle_box .pagetitle_en {
    margin-bottom: 8px;
  }
}
#pagetitle .pagetitle_box .pagetitle_en span.en {
  font-size: 4.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #pagetitle .pagetitle_box .pagetitle_en span.en {
    font-size: 3.6rem;
  }
}

/* h2
=========================================== */
.top_h2_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .top_h2_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    gap: 12px;
  }
}
.top_h2_title span.en {
  font-size: 4.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .top_h2_title span.en {
    font-size: 3.6rem;
  }
}

/* fade
=========================================== */
.title_fade_wrapper {
  display: block;
  overflow: hidden;
}
.title_fade_wrapper span {
  display: block;
}

.title_fade {
  opacity: 0;
}
.title_fade.fade-wrap {
  opacity: 1;
  -webkit-animation: title_fade 0.7s ease 0s 1 normal backwards;
          animation: title_fade 0.7s ease 0s 1 normal backwards;
}
.title_fade.fade-wrap.delay2 {
  -webkit-animation: title_fade 0.7s ease 0.2s 1 normal backwards;
          animation: title_fade 0.7s ease 0.2s 1 normal backwards;
}
.title_fade.fade-wrap.delay4 {
  -webkit-animation: title_fade 0.7s ease 0.4s 1 normal backwards;
          animation: title_fade 0.7s ease 0.4s 1 normal backwards;
}
.title_fade.fade-wrap.delay6 {
  -webkit-animation: title_fade 0.7s ease 0.6s 1 normal backwards;
          animation: title_fade 0.7s ease 0.6s 1 normal backwards;
}
.title_fade.fade-wrap.delay8 {
  -webkit-animation: title_fade 0.7s ease 0.8s 1 normal backwards;
          animation: title_fade 0.7s ease 0.8s 1 normal backwards;
}

@-webkit-keyframes title_fade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    /* 最終状態で不透明にする */
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes title_fade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    opacity: 1;
    /* 最終状態で不透明にする */
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.title_fade_eng div.fade-wrap {
  opacity: 1;
}
.title_fade_eng div > span {
  display: inline-block;
}
.title_fade_eng div > span.gradually {
  opacity: 1 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fadein_split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 1;
}
.fadein_split.pagetitle_en {
  display: block;
}
.fadein_split.pagetitle_en .word-container {
  overflow: hidden;
  display: inline-block;
}
.fadein_split span {
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  line-height: 1.2;
}
.fadein_split span:nth-child(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.fadein_split span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.fadein_split span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.fadein_split span:nth-child(5) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.fadein_split span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fadein_split span:nth-child(7) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.fadein_split span:nth-child(8) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.fadein_split span:nth-child(9) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.fadein_split span:nth-child(10) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.fadein_split span:nth-child(11) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadein_split span:nth-child(12) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
.fadein_split span:nth-child(13) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.fadein_split span:nth-child(14) {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}
.fadein_split span:nth-child(15) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
.fadein_split span:nth-child(16) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.fadein_split span:nth-child(17) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.fadein_split span:nth-child(18) {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}
.fadein_split span:nth-child(19) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.fadein_split span:nth-child(20) {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

.fadein_split.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*     footer
================================*/
#foot_Gnav {
  background: #fff;
  position: relative;
}

#foot_Gnav .nav_List li a {
  padding: 5px 20px;
  border-right: 1px solid #DDDDDD;
  color: #333333;
  margin-right: 0;
}
#foot_Gnav .nav_List li a:before {
  content: none;
}

#foot_Gnav .nav_List li:nth-child(5) a {
  border-right: none;
}

.F_contact_Area {
  width: 100%;
  background: #856D48;
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.F_contact_Area .top_h2_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.F_contact_Area .F_contact_Set {
  max-width: 320px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.F_contact_Area .company_logo {
  max-width: 220px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.F_contact_Area .company_logo span {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  margin-top: 5px;
}
.F_contact_Area ul {
  width: 100%;
  max-width: 255px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.F_contact_Area ul a {
  color: #fff;
  pointer-events: none;
}
.F_contact_Area ul li {
  margin: 0 auto;
  text-align: center;
}
.F_contact_Area ul li:first-child {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.F_contact_Area ul li:first-child:before {
  width: 21px;
  height: 26px;
  content: "";
  position: absolute;
  background: url(../../common/img/icon_tel.svg) no-repeat;
  background-size: 21px auto;
  top: 5px;
  left: 17px;
}
.F_contact_Area ul li:last-child {
  font-size: 1.4rem;
  margin-top: 10px;
}

.copy_right {
  padding: 15px 0;
  color: #fff;
  background: #1F3135;
  font-size: 1.2rem;
  text-align: center;
}

footer img {
  width: 100%;
}

/*================================================================
sp
================================================================*/
@media only screen and (max-width: 1100px) {
  .ttl_Area {
    max-width: 286px;
    width: calc(100% - 185px);
    height: 48px;
    margin-left: 20px;
  }
  .ttl_Area a {
    height: 48px;
    width: 229px;
  }
  header .head_Btn {
    width: 90px;
    font-size: 1.4rem;
  }
  header .nav_List a {
    margin-right: 23px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
  }
  #pagetop a:before {
    top: 50%;
  }
  #pagetop a:after {
    content: none;
  }
  .inner.notes {
    padding: 40px 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 66px;
  }
  .ttl_Area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    height: auto;
    width: calc(100% - 232px);
    padding-top: 5px;
    margin-left: 9px;
  }
  .ttl_Area a.logo_pc {
    display: none;
  }
  .ttl_Area a.logo_sp {
    display: block;
  }
  .ttl_Area a.logo_sp img {
    height: 95%;
    width: auto;
  }
  .head_Btn {
    display: none;
  }
  #Gnav {
    display: none;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: none;
    border-bottom: none;
    text-align: left;
    height: 100vh;
  }
  .nav_List {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #F2F2F2;
    padding-bottom: 100px;
  }
  .nav_List li {
    width: calc(100% - 40px);
    border-bottom: 1px solid #F2F2F2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 20px;
    height: auto;
  }
  .nav_List li a {
    display: block;
    padding: 20px 10px 10px 10px;
    text-align: left;
    font-size: 1.5rem;
    margin-right: 0;
  }
  .nav_List li a span {
    display: block;
    color: #B8B8B8;
    margin-top: 6px;
  }
  .nav_List li::after {
    content: none;
  }
  .nav_List a::before {
    height: 5px;
  }
  .nav_List a:hover::before {
    opacity: 0;
  }
  #sp_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    height: 66px;
    background-color: #efefef;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
  }
  #sp_menu li {
    display: block;
    position: relative;
    width: 74px;
  }
  #sp_menu li:last-child {
    margin-right: 0;
  }
  #sp_menu #sp_telBtn p,
  #sp_menu #sp_searchBtn p {
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 100%;
    font-size: 1.1rem;
    color: #292929;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #sp_menu #sp_telBtn {
    background: url(../../common/img/icon/tel.svg) no-repeat center top 10px, #fff;
    background-size: 25px 25px, cover;
    display: block;
    border-left: 1px solid #D5D5D5;
  }
  #sp_menu #sp_searchBtn {
    background: url(../../common/img/icon/search.svg) no-repeat center top 12px, #fff;
    background-size: 20px 20px, cover;
    border-left: 1px solid #D5D5D5;
  }
  #sp_menu #sp_searchBtn p {
    color: #292929;
  }
  #sp_menu #menuBtn {
    height: 66px;
    background-color: #856D48;
    border-top: 1px solid #856D48;
  }
  #sp_menu li a {
    display: block;
    width: 100%;
    height: 66px;
  }
  .menu_3line span {
    display: block;
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #fff;
    border-top: 13px solid #856D48;
    border-bottom: 13px solid #856D48;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu_3line span:before,
  .menu_3line span:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu_3line span:before {
    top: -11px;
    right: 0;
  }
  .menu_3line span:after {
    bottom: -11px;
    right: 0;
  }
  .menu_3line.active span {
    background: #856D48;
  }
  .menu_3line.active span:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 0;
    right: 0;
  }
  .menu_3line.active span:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }
  .menu_3line p {
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }
  footer nav {
    display: none;
  }
  .copy_right {
    font-size: 1.1rem;
  }
  .F_contact_Area {
    padding: 30px 0 0;
  }
  .F_contact_Area > div {
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
  }
  .F_contact_Area .F_contact_Set {
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
  }
  .F_contact_Area h4 {
    font-size: 1.4rem;
  }
  .F_contact_Area h4 .en {
    font-size: 2.4rem;
  }
  .F_contact_Area .company_logo {
    width: 85%;
  }
  .F_contact_Area .company_logo img {
    width: 95%;
  }
  .F_contact_Area .company_logo span {
    font-size: 1.7rem;
  }
  .F_contact_Area ul a {
    pointer-events: auto;
  }
  .F_contact_Area ul li:first-child {
    font-size: 3.2rem;
  }
  .F_contact_Area ul li:last-child {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .ttl_Area a.logo_sp img {
    height: 85%;
    width: auto;
  }
}
img[src*="=24"] {
  display: none !important;
}

/* 以下上書き（共通部分）
=========================================== */
a.btn {
  background: #856D48;
}

header #Gnav .nav_List a {
  font-weight: 500;
}
header #Gnav .nav_List a:before {
  background: #856D48;
}
header #Gnav .head_Btn a {
  background: #856D48;
}
header #sp_menu #menuBtn {
  background-color: #856D48;
  border-top: 1px solid #856D48;
}
header #sp_menu #menuBtn span {
  border-top: 13px solid #856D48;
  border-bottom: 13px solid #856D48;
}

h2.section_title span.en {
  color: #856D48;
}
h2.section_title span.en:after {
  background: #856D48;
}

.page_Contents {
  width: 100%;
  max-width: 1080px;
  margin: 90px auto 0;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .page_Contents {
    margin: 80px auto 0;
    width: 94%;
  }
}
@media only screen and (max-width: 768px) {
  .page_Contents {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 425px) {
  .page_Contents {
    margin: 40px auto 0;
  }
}
.page_Contents .contents_Box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1100px) {
  .page_Contents .contents_Box {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 425px) {
  .page_Contents .contents_Box {
    margin-bottom: 50px;
  }
}
.page_Contents .contents_Box h2 {
  color: #1F3135;
  font-size: 28px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1100px) {
  .page_Contents .contents_Box h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .page_Contents .contents_Box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.page_Contents .contents_Box h2:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #1F3135;
}
@media only screen and (max-width: 768px) {
  .page_Contents .contents_Box h2:before {
    bottom: -2px;
  }
}
@media only screen and (max-width: 425px) {
  .page_Contents .contents_Box h2:before {
    width: 25px;
  }
}

.page_Contents .contents_Box h2 {
  color: #856D48;
}
.page_Contents .contents_Box h2:before {
  background: #856D48;
}

footer ul a li.en {
  font-family: "Roboto Condensed", sans-serif;
}

.up_menu .item a {
  padding: 10px 10px 20px 10px;
}
@media only screen and (min-width: 769px) {
  .up_menu .item a {
    display: none;
  }
}/*# sourceMappingURL=layout.css.map */