@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #fff;
  font-family: source-han-serif-japanese, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: source-han-serif-japanese, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.lh17 {
  line-height: 1.7;
}

.pankuzu {
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  color: #fff;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_top {
  padding: 45px 45px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #header_top {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  #header_top {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #151414;
  }
}

@media screen and (max-width: 480px) {
  #header_top {
    padding: 20px 10px;
  }
}

#header_top #siteID img {
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  #header_top #siteID img {
    vertical-align: middle;
  }
}

#header_top #siteID a {
  display: block;
}

#header_top .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header_top .h_contact .call {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
}

#header_top .h_contact .call a {
  color: #fff;
}

#header_top .h_contact .call span {
  position: relative;
  top: -3px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 640px) {
  #header_top .h_contact .call span {
    display: none;
  }
}

#header_top .h_contact .h_btn {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #header_top .h_contact .h_btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 375px) {
  #header_top .h_contact .h_btn {
    margin-left: 8px;
  }
}

#header_top .h_contact .h_btn a {
  color: #fff;
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
  -webkit-transition: .5s;
  transition: .5s;
}

#header_top .h_contact .h_btn a:hover {
  opacity: 0.7;
}

.topPage #header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .topPage #header_top {
    padding: 30px;
  }
}

@media screen and (max-width: 640px) {
  .topPage #header_top {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
}

@media screen and (max-width: 480px) {
  .topPage #header_top {
    padding: 20px 10px;
  }
}

.topPage #header_top #siteID img {
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  .topPage #header_top #siteID img {
    vertical-align: middle;
  }
}

.topPage #header_top #siteID a {
  display: block;
}

.topPage #header_top .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topPage #header_top .h_contact .call {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
}

.topPage #header_top .h_contact .call a {
  color: #fff;
}

.topPage #header_top .h_contact .call span {
  position: relative;
  top: -3px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 640px) {
  .topPage #header_top .h_contact .call span {
    display: none;
  }
}

.topPage #header_top .h_contact .h_btn {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .topPage #header_top .h_contact .h_btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 375px) {
  .topPage #header_top .h_contact .h_btn {
    margin-left: 8px;
  }
}

.topPage #header_top .h_contact .h_btn a {
  color: #fff;
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
}

.topPage #nav_global {
  background: #000;
}

@media screen and (max-width: 834px) {
  .topPage #nav_global {
    background: none;
  }
}

.maintext01 {
  position: absolute;
  top: 36%;
  left: 8vw;
  font-size: 5.4rem;
  color: #5f320a;
  font-weight: 300;
  text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 1200px) {
  .maintext01 {
    font-size: calc(2rem + ((1vw - 0.32rem) * (100 * 34 / (1200 - 320))));
  }
}

@media screen and (max-width: 834px) {
  .maintext01 {
    left: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .maintext01 {
    top: 73%;
  }
}

.maintext01 span {
  font-size: 6.8rem;
  color: #ad8a00;
}

@media screen and (max-width: 1200px) {
  .maintext01 span {
    font-size: calc(3rem + ((1vw - 0.32rem) * (100 * 38 / (1200 - 320))));
  }
}

.news2 {
  margin-bottom: 40px;
}

.news2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.news2 dl dt {
  color: #fff;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 1.4rem;
  width: 85px !important;
}

@media screen and (max-width: 640px) {
  .news2 dl dt {
    width: 100% !important;
  }
}

.news2 dl dd {
  color: #fff;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 1.4rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  .news2 dl dd {
    width: 100% !important;
  }
}

#newsArea {
  position: absolute;
  left: 8vw;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  #newsArea {
    left: 4vw;
  }
}

#newsArea p {
  color: #fff;
  background: #ad8a00;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #newsArea p {
    display: none;
  }
}

#newsArea .news {
  margin-bottom: 0;
}

#newsArea .news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

#newsArea .news dl dt {
  color: #262626;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 1.4rem;
  width: 85px !important;
}

#newsArea .news dl dd {
  color: #262626;
  border: none !important;
  padding: 0 0 0 20px !important;
  background: none !important;
  font-size: 1.4rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#nav_global {
  background: #151414;
  z-index: 500;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 834px) {
  #nav_global {
    background: none;
    width: auto;
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  #nav_global {
    margin-left: 15px;
  }
}

#nav_global.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

#nav_global > ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #nav_global > ul {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul > li {
  position: relative;
}

#nav_global > ul > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 300px;
  background: #000;
}

#nav_global > ul > li a {
  color: #fff;
  font-family: trajan-pro-3, serif;
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#nav_global > ul > li a::after {
  position: absolute;
  top: 65%;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ad8a00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global > ul > li a:hover {
  color: #ad8a00;
}

#nav_global > ul > li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#mainArea {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

@media screen and (max-width: 640px) {
  #mainArea {
    overflow: visible;
  }
}

#subArea {
  background: url(../images/contents/bg01.jpg) center top;
  height: 200px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  font-family: trajan-pro-3, serif;
  color: #5f320a;
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: calc(1rem + ((1vw - 1rem) * 37.5));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  #subArea h1 {
    left: 20px;
  }
}

@media screen and (max-width: 640px) {
  #subArea h1 {
    font-size: 3rem;
  }
}

#subArea h1 span {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 640px) {
  #subArea h1 span {
    font-size: 1.6rem;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #000;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #fff;
  display: block;
  font-family: trajan-pro-3, serif;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #000;
}

#footer_inner {
  max-width: 1200px;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  #footer_inner {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1000px) {
  #footer_inner {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner {
    padding: 10px;
  }
}

.subnav ul li {
  display: inline-block;
}

.subnav ul li:not(:last-child) {
  margin-right: 10px;
}

.subnav ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  color: #ad8a00;
}

.f_copy a {
  color: #fff;
}

.topPage #contents_wrap {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .topPage #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 834px) {
  .topPage #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .topPage #contents_wrap {
    padding: 0 10px 0;
  }
}

#contents_wrap {
  padding: 60px 0 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px 0;
  }
}

.bg01 {
  background: url(../images/contents/face.png) right top no-repeat, url(../images/contents/bg01.jpg) center top;
  background-size: contain, auto;
  color: #262626;
  padding: 120px 0;
}

@media screen and (max-width: 834px) {
  .bg01 {
    background: url(../images/contents/bg01.jpg) center top;
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 60px 0;
  }
}

.bg02 {
  background: url(../images/contents/bg02.jpg) center top;
  color: #262626;
  padding: 120px 0;
}

@media screen and (max-width: 834px) {
  .bg02 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg02 {
    padding: 60px 0;
  }
}

.bg03 {
  background: url(../images/contents/bgContact.jpg) center top no-repeat;
  background-size: cover;
  color: #262626;
  padding: 80px 0 100px;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .bg03 {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .bg03 {
    padding: 60px 0;
  }
}

.inner2 {
  max-width: 750px;
}

.title01 h2 {
  font-size: 2.4rem;
  color: #5f320a;
  border-bottom: 1px solid #8a7b6e;
  padding-bottom: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.title01.font-white h2 {
  color: #fff;
}

.title01 h3 {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (100 * 4 / (834 - 320))));
  }
}

.title02 h2 {
  font-family: trajan-pro-3, serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title02 h2 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * (100 * 12 / (834 - 320))));
  }
}

.title02 h2 span {
  font-size: 1.6rem;
  display: block;
}

.title02.font-black h2 {
  color: #262626;
}

.title02 h3 {
  font-family: trajan-pro-3, serif;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title02 h3 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * (100 * 10 / (834 - 320))));
  }
}

.title02 h3 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 25px;
}

.title02 h3::after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  border-bottom: 1px solid #ad8a00;
}

.btn a {
  display: inline-block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a::before {
  content: "";
  width: 85px;
  height: 1px;
  border-bottom: 1px solid #aaaaaa;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #ad8a00;
  font-weight: 300;
  margin-left: 20px;
}

.btn a:hover {
  color: #ad8a00;
}

.btn a:hover::before {
  width: 100px;
}

.btn01 a {
  color: #fff;
  font-family: trajan-pro-3, serif;
  border: 1px solid #aaa;
  display: block;
  position: relative;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn01 a::after {
  content: "";
  width: 65px;
  height: 1px;
  border-bottom: 1px solid #aaa;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .btn01 a::after {
    width: 40px;
    right: -20px;
  }
}

.btn01 a:hover {
  color: #ad8a00;
  border: 1px solid #ad8a00;
}

.btn01 a:hover:after {
  width: 50px;
  border-bottom: 1px solid #ad8a00;
}

@media screen and (max-width: 640px) {
  .btn01 a:hover:after {
    width: 30px;
  }
}

.btn01.btn02 a {
  max-width: 300px;
}

.btn01.center a {
  margin: auto;
}

.innerL {
  max-width: 1600px;
  margin: auto;
}

@media screen and (max-width: 1600px) {
  .innerL {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .innerL {
    padding: 0 10px;
  }
}

.innerL .inner3 {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .innerL .inner3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.innerL .inner3.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .innerL .inner3.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.innerL .inner3 .leftArea {
  width: 53.57143%;
}

@media screen and (max-width: 834px) {
  .innerL .inner3 .leftArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.innerL .inner3 .rightArea {
  width: 42.85714%;
}

@media screen and (max-width: 834px) {
  .innerL .inner3 .rightArea {
    width: 100%;
  }
}

.flexBox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .flexBox01 {
    padding: 0 30px;
  }
}

.flexBox01 .box {
  width: 20%;
  overflow: visible !important;
}

@media screen and (max-width: 1000px) {
  .flexBox01 .box {
    width: 46%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 480px) {
  .flexBox01 .box {
    width: 100%;
    margin-bottom: 4%;
  }
}

.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns_list > div {
  border: none !important;
  width: 19.33333% !important;
  margin-bottom: 0.83%;
}

@media screen and (max-width: 640px) {
  .sns_list > div {
    width: 32% !important;
    margin-bottom: 2%;
  }
  .sns_list > div:last-child {
    display: none;
  }
}

.sns_list .sns_text {
  display: none;
}

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.flexBox02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .flexBox02 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flexBox02 .box {
  border: 1px solid #aaa;
  width: 260px;
  text-align: center;
  font-family: trajan-pro-3, serif;
  position: relative;
  overflow: visible !important;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flexBox02 .box::after {
  content: "";
  width: 65px;
  height: 1px;
  border-bottom: 1px solid #aaa;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flexBox02 .box:hover {
  color: #ad8a00;
  border: 1px solid #ad8a00;
}

.flexBox02 .box:hover:after {
  width: 50px;
  border-bottom: 1px solid #ad8a00;
}

.flexBox02 .box:first-child {
  margin-right: 60px;
  padding: 8px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .flexBox02 .box:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.flexBox02 .box:first-child span {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.flexBox02 .box:first-child a {
  padding: 0;
}

.flexBox02 .box a {
  color: #fff;
  display: block;
  padding: 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flexBox02 .box a:hover {
  color: #ad8a00;
}

.includeBlog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.includeBlog ul li {
  width: 23%;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 834px) {
  .includeBlog ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}

.includeBlog ul li a {
  color: #262626;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.includeBlog ul li a:hover {
  opacity: 0.7;
}

.includeBlog ul li img {
  width: 100% !important;
  height: 276px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .includeBlog ul li img {
    height: 22.25vw !important;
  }
}

@media screen and (max-width: 834px) {
  .includeBlog ul li img {
    height: 45.68345vw !important;
  }
}

.includeBlog ul li time {
  font-size: 1.2rem;
}

.includeBlog ul li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.includeBlog ul li p {
  font-size: 1.3rem;
  line-height: 1.7;
}

.layout01 dl:not(:last-child) {
  border-bottom: 1px solid #565656;
}

.layout01 dl dt {
  background: #2a2a2a !important;
  border: none !important;
}

.layout01 dl dd {
  border: none !important;
  background: #1d1d1d !important;
}

.layout02 dl:not(:last-child) {
  border-bottom: 1px solid #565656;
}

@media screen and (max-width: 640px) {
  .layout02 dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .layout02 dl:not(:last-child) {
    border-bottom: none;
  }
}

.layout02 dl dt {
  background: #2a2a2a !important;
  border: none !important;
}

@media screen and (max-width: 640px) {
  .layout02 dl dt {
    width: 100% !important;
  }
}

.layout02 dl dd {
  border: none !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .layout02 dl dd {
    width: 100% !important;
  }
}

.callWrap .call {
  font-size: 2.4rem;
}

.priceList tr:first-child td {
  border-bottom: none;
}

.priceList td {
  padding: 10px !important;
  border: none;
  border-bottom: 1px dashed #666;
}

@media screen and (max-width: 480px) {
  .priceList td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .priceList td {
    font-size: 1.2rem;
    padding: 6px !important;
  }
}

.gallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery .box {
  width: 32%;
}

@media screen and (max-width: 375px) {
  .gallery .box {
    width: 100%;
    margin-bottom: 4%;
  }
}

.frame01 {
  border: 1px solid #fff;
}

.priceList2 td {
  padding: 10px 0 !important;
  border: none;
  border-bottom: 1px dashed #666;
  font-size: 1.2rem;
  color: #ccc;
}

.priceList2 td h3 {
  line-height: 1.4;
  font-size: 1.8rem;
  color: #fff;
}

.priceList2 td.t_price {
  font-size: 1.6rem;
  color: #fff;
}

.flexWrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .flexWrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexWrap01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .flexWrap01.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexWrap01 .leftArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flexWrap01 .leftArea {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flexWrap01 .rightArea {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flexWrap01 .rightArea {
    width: 100%;
  }
}

.flexBox03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexBox03 .box {
  width: 32%;
  border: 1px solid #fff;
  padding: 10px;
}

.flexBox03 .box h3 {
  background: #2a2a2a;
  padding: 5px 10px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .flexBox03 .box h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .flexBox03 .box {
    width: 100%;
    margin-bottom: 4%;
  }
}

.anchor {
  padding-top: 72px;
  margin-top: -72px;
}
/*# sourceMappingURL=common_style.css.map */