@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-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

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%;
}

#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: "notoSerif", "游明朝体", "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;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-top: 5px solid #8c6230;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    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;
    padding: 15px 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 15px 10px;
  }
}

#header_inner_wrap #header_inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 20px;
}

@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 15px 20px 20px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner #siteID {
    width: 85%;
  }
}

.h_contact {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .h_contact {
    display: none;
  }
}

.h_contact .call {
  font-size: 3rem;
  font-weight: bold;
  color: #002066;
  letter-spacing: 0.025em;
  line-height: 1;
}

.h_contact .call i {
  font-size: 2.4rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.h_contact .call a {
  font-weight: bold;
  color: #002066;
}

.h_contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

.h_contact dl dt {
  background: #002066;
  color: #fff;
  border-radius: 3px;
  padding: 4px;
  margin-right: 8px;
  letter-spacing: 0.05em;
}

.h_contact dl dd {
  letter-spacing: 0.05em;
}

#nav_global {
  width: 100%;
  background: url(../images/home/bg_title.jpg) center top;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
  }
}

#nav_global > ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul > li:hover {
  background: rgba(0, 0, 0, 0.3);
}

#nav_global > ul > li::before {
  content: "";
  width: 1px;
  height: 30px;
  border-left: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul > li:last-child::after {
  content: "";
  width: 1px;
  height: 30px;
  border-right: 1px dashed #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul > li .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 300;
}

#nav_global > ul > li .drop ul li {
  border-bottom: 1px dashed #fff;
}

#nav_global > ul > li .drop ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(128, 85, 39, 0.9);
}

#nav_global > ul > li .drop ul li a:hover {
  background: rgba(153, 111, 69, 0.75);
}

#nav_global > ul > li .drop ul li:last-child {
  border-bottom: none;
}

#nav_global > ul > li span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

#nav_global > ul > li a {
  font-weight: 500;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nav_global > ul > li a span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

#mainArea {
  width: 100% !important;
  position: relative;
  margin-top: 159px;
}

@media screen and (max-width: 834px) {
  #mainArea {
    margin-top: 96px;
  }
}

#mainArea ul img {
  width: 100% !important;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

#mainArea > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  background: rgba(0, 32, 102, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainArea > div img {
  margin: 0 90px;
}

@media screen and (max-width: 1366px) {
  #mainArea > div img {
    width: calc(2.6rem + ((1vw - 3.75px) * 3.4309));
  }
}

@media screen and (max-width: 834px) {
  #mainArea > div img {
    margin: 0 60px;
  }
}

@media screen and (max-width: 480px) {
  #mainArea > div img {
    margin: 0 40px;
  }
}

#subArea {
  background: url(../images/home/sub.jpg) center top no-repeat;
  height: 200px;
  position: relative;
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  font-size: 4.2rem;
  font-weight: bold;
  color: #002066;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  #subArea h1 {
    font-size: calc(3.2rem + ((1vw - 3.75px) * 1.2121));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/home/bg_title.jpg) center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 300;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.spBtn {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .spBtn {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    z-index: 500;
    font-size: 1.6rem !important;
  }
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap .h_contact {
  display: block;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  margin-top: 20px;
}

.nav_wrap .h_contact dl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  font-weight: bold;
}

.nav_wrap ul li span {
  font-size: 1.2rem;
  margin-left: 15px;
  color: #996f45;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li ul {
  margin-top: 15px;
}

.nav_wrap ul li ul li:first-child {
  border-top: 1px solid #ccc;
}

.nav_wrap ul li ul li:last-child {
  border-bottom: none;
}

.nav_wrap ul li a {
  color: #333;
  display: block;
  font-weight: bold;
}

@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 {
  font-size: 1.4rem;
  line-height: 1.7;
  border-top: 1px solid #ddd;
}

#footer #footer_inner {
  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;
  padding: 30px 0;
}

@media screen and (max-width: 1200px) {
  #footer #footer_inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 30px 10px;
  }
}

.flogo {
  text-align: left;
}

.flogo p {
  margin-top: 20px;
}

.flogo p a {
  color: #333;
}

.f_right {
  max-width: 410px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .f_right {
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .f_right .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f_right .subnav ul li {
  display: inline-block;
}

.f_right .subnav ul li:not(:first-child) {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .f_right .subnav ul li:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .f_right .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.f_right .subnav ul li a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.f_right .subnav ul li a:hover {
  color: #996f45;
}

.f_right .subnav ul li a::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #002066;
}

@media screen and (max-width: 640px) {
  .f_right .subnav ul li a::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .f_right .subnav ul li a {
    background: #996f45;
    display: block;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
    color: #fff;
  }
}

.f_right img {
  margin-top: 20px;
}

.f_copy {
  background: url(../images/home/bg_title.jpg) center top;
  padding: 8px 0;
}

.f_copy a {
  color: #fff;
}

.top_page #contents_wrap {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 834px) {
  .top_page #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .top_page #contents_wrap {
    padding: 0 10px 0;
  }
}

#contents_wrap {
  padding: 60px 0 80px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 60px 20px 80px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 50px 20px 60px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px;
  }
}

.btn a {
  color: #fff;
  background: #996f45;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a:hover {
  opacity: 0.85;
}

.btn.btn01 a {
  max-width: 300px;
}

.btn.center a {
  margin: auto;
}

.title01 h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #002066;
  line-height: 1.4;
  position: relative;
  padding-left: 60px;
}

.title01 h1::before {
  content: url(../images/contents/icon.png);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .title01 h1 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.4848));
  }
}

.title01 h2 {
  background: url(../images/home/bg_title.jpg) center top;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 12px 20px;
}

@media screen and (max-width: 1200px) {
  .title01 h2 {
    font-size: calc(2.2rem + ((1vw - 3.75px) * 0.4848));
  }
}

@media screen and (max-width: 640px) {
  .title01 h2 {
    padding: 10px 15px;
  }
}

.title01.title_btn article {
  position: relative;
}

.title01.title_btn article div {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
}

.title01.title_btn article div a {
  display: block;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #fff;
  text-align: center;
  padding: 9px 15px;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.title01.title_btn article div a:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 480px) {
  .title01.title_btn article div a {
    padding: 9px;
  }
}

.title02 h2 {
  background: url(../images/home/bg_title.jpg) center top;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .title02 h2 {
    font-size: calc(2.2rem + ((1vw - 3.75px) * 0.4848));
  }
}

@media screen and (max-width: 640px) {
  .title02 h2 {
    padding: 10px 15px;
  }
}

.title02 h2::before {
  content: "\f0c4";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 400;
  margin-right: 10px;
}

.bg01 {
  background: url(../images/home/bg01.jpg) center top repeat-x;
}

.bg01 .inner {
  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;
}

@media screen and (max-width: 640px) {
  .bg01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bg01 .inner .leftArea {
  width: 56.66667%;
}

@media screen and (max-width: 640px) {
  .bg01 .inner .leftArea {
    width: 100%;
    margin-top: 20px;
  }
}

.bg01 .inner .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .bg01 .inner .rightArea {
    width: 100%;
  }
}

.gmap iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 300px;
  }
}

.flex01 {
  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;
}

.flex01 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  line-height: 1.4;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .flex01 h2 {
    font-size: calc(2rem + ((1vw - 3.75px) * 0.4848));
  }
}

.flex01 .btn a {
  display: block;
  max-width: 300px;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.8rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.flex01 .btn a:hover {
  background: rgba(153, 111, 69, 0.75);
}

@media screen and (max-width: 480px) {
  .flex01 .btn a {
    max-width: 100%;
  }
}

.flex01 .leftArea {
  width: 50%;
  background: url(../images/contents/bg_cut01.jpg) no-repeat;
  background-size: cover;
  padding: 70px 70px 70px 0;
  min-height: 400px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.flex01 .leftArea::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .flex01 .leftArea {
    padding: 70px 70px 70px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .flex01 .leftArea {
    padding: 50px 50px 50px 20px;
    min-height: 360px;
  }
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea {
    width: 100%;
    min-height: auto;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    padding: 40px 10px;
  }
}

.flex01 .leftArea .inner02 {
  max-width: 530px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea .inner02 {
    max-width: 100%;
  }
}

.flex01 .rightArea {
  width: 50%;
  background: url(../images/contents/bg_cut02.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0 70px 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.flex01 .rightArea::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .flex01 .rightArea {
    padding: 70px 20px 70px 70px;
  }
}

@media screen and (max-width: 1000px) {
  .flex01 .rightArea {
    padding: 50px 20px 50px 50px;
  }
}

@media screen and (max-width: 834px) {
  .flex01 .rightArea {
    width: 100%;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    padding: 40px 10px;
  }
}

.flex01 .rightArea .inner02 {
  max-width: 530px;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .flex01 .rightArea .inner02 {
    max-width: 100%;
  }
}

.flex02 {
  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;
}

.flex02 .leftArea {
  width: 48.33333%;
}

@media screen and (max-width: 834px) {
  .flex02 .leftArea {
    width: 100%;
  }
}

.flex02 .rightArea {
  width: 48.33333%;
}

@media screen and (max-width: 834px) {
  .flex02 .rightArea {
    width: 100%;
    margin-top: 40px;
  }
}

.news {
  max-height: 265px;
  overflow-y: auto;
}

.news dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px dashed #ccc;
  padding: 20px 0 15px;
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  width: 108px !important;
  background: #002066 !important;
  border-radius: 3px;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  line-height: 1.7;
}

.news dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  width: 100% !important;
  line-height: 1.7;
  margin-top: 5px;
}

.top_blog .blog_list {
  display: block;
  border: none;
  max-height: 265px;
  overflow-y: auto;
}

.top_blog .blog_list > div {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0 15px;
}

.top_blog .blog_list > div:first-child {
  padding-top: 0;
}

.top_blog .blog_list > div:last-child {
  border-bottom: 1px dashed #ccc;
}

.top_blog .blog_list > div .blog_photo {
  display: none;
}

.top_blog .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
}

.top_blog .blog_list > div .blog_text h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.7;
  margin-top: 5px;
}

.top_blog .blog_list > div .blog_text h3 a {
  color: #333;
}

.top_blog .blog_list > div .blog_text .blog_date {
  font-size: 1.6rem;
  text-align: center;
  width: 108px !important;
  background: #002066 !important;
  border-radius: 3px;
  color: #fff !important;
  line-height: 1.7;
}

.top_blog .blog_list > div .blog_text .detail {
  display: none;
}

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

.campaign .box {
  width: 48.33333%;
  background: url(../images/home/bg02.jpg);
  border: 1px solid #d3c39f;
  padding: 10px;
  position: relative;
}

.campaign .box:before {
  content: "";
  border: 1px solid #e2d8c2;
  width: 96.55%;
  height: 92%;
  position: absolute;
  top: 3.5%;
  left: 1.5%;
}

@media screen and (max-width: 834px) {
  .campaign .box {
    width: 100%;
  }
  .campaign .box:not(:first-child) {
    margin-top: 30px;
  }
}

.campaign .box article {
  padding: 20px 25px;
}

@media screen and (max-width: 480px) {
  .campaign .box article {
    padding: 15px;
  }
}

.campaign .box article h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 0 30px;
  background: #996f45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .campaign .box article h3 {
    font-size: calc(2rem + ((1vw - 8.34px) * 2.1858));
  }
}

@media screen and (max-width: 834px) {
  .campaign .box article h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .campaign .box article h3 {
    font-size: 2rem;
  }
}

.campaign .box article h3::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 28px 0px 28px 15px;
  border-color: transparent transparent transparent #f7f1eb;
  border-style: solid;
}

.campaign .box article h3::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 28px 15px 28px 0px;
  border-color: transparent #f7f1eb transparent transparent;
  border-style: solid;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.flex03 {
  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;
}

.flex03 .leftArea {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .flex03 .leftArea {
    width: 100%;
  }
}

.flex03 .rightArea {
  width: 64%;
}

@media screen and (max-width: 640px) {
  .flex03 .rightArea {
    width: 100%;
    margin-top: 20px;
  }
}

.layout01 dl {
  border-bottom: 1px solid #996f45;
  padding: 15px 0;
}

.layout01 dl:first-child {
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
}

.layout01 dl dt {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-weight: bold;
  color: #002066;
}

@media screen and (max-width: 480px) {
  .layout01 dl dt {
    width: 100% !important;
  }
}

.layout01 dl dd {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  .layout01 dl dd {
    width: 100% !important;
  }
}

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

.gallery::after {
  content: "";
  display: block;
  width: 32%;
}

.gallery .box {
  width: 32%;
}

.gallery .box:nth-child(n + 4) {
  margin-top: 2%;
}

@media screen and (max-width: 640px) {
  .gallery .box {
    width: 48.5%;
  }
  .gallery .box:nth-child(n + 3) {
    margin-top: 3%;
  }
}

.gallery .box img {
  width: 100% !important;
  height: 279px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery .box img {
    height: 22.4375vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery .box img {
    height: 33.86719vw !important;
  }
}

.photo_border img {
  border: 1px solid #ccc;
  padding: 5px;
}

.price_list {
  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;
}

.price_list dl {
  width: 48%;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .price_list dl {
    width: 100%;
  }
}

.price_list dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: bold;
}

.price_list dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-align: right;
}
/*# sourceMappingURL=common_style.css.map */