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

.googleMap {
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .googleMap {
    height: 250px;
  }
}

@media screen and (max-width: 640px) {
  .spleft div {
    text-align: left !important;
  }
  .spleft div br {
    display: none;
  }
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  z-index: 100;
  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;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

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

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

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

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

#header_inner_wrap #header_inner .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

@media screen and (max-width: 834px) and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header_inner_wrap #header_inner .h_contact.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#header_inner_wrap #header_inner .h_contact .telwrap {
  text-align: right;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .telwrap {
    width: 48.5%;
    background: #161616;
    border-radius: 5px;
    text-align: center;
    height: 45px;
    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;
  }
}

#header_inner_wrap #header_inner .h_contact .telwrap .call {
  font-size: 2.4rem;
  font-weight: bold;
  color: #161616;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact .telwrap .call {
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .telwrap .call {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {
  #header_inner_wrap #header_inner .h_contact .telwrap .call {
    font-size: 1.4rem;
  }
}

#header_inner_wrap #header_inner .h_contact .telwrap .call a {
  font-weight: bold;
  color: #161616;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact .telwrap .call a {
    color: #fff;
  }
}

#header_inner_wrap #header_inner .h_contact .telwrap .call i {
  font-size: 2rem;
  margin-right: 6px;
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .telwrap .call i {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  #header_inner_wrap #header_inner .h_contact .telwrap .call i {
    font-size: 1.2rem;
  }
}

#header_inner_wrap #header_inner .h_contact .telwrap p {
  font-size: 1.3rem;
  margin-top: 5px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact .telwrap p {
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .telwrap p {
    display: none;
  }
}

#header_inner_wrap #header_inner .h_contact .h_btn {
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .h_btn {
    margin-left: 0;
    width: 48.5%;
    height: 45px;
  }
}

#header_inner_wrap #header_inner .h_contact .h_btn a {
  background: #e2000d;
  color: #fff;
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 15px 30px;
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a {
    padding: 0;
    height: 45px;
    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;
  }
}

@media screen and (max-width: 375px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a {
    font-size: 1.4rem;
  }
}

#header_inner_wrap #header_inner .h_contact .h_btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header_inner_wrap #header_inner .h_contact .h_btn a i {
  margin-right: 6px;
}

#nav_global {
  width: 100%;
}

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

#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;
  position: relative;
}

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

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

#nav_global > ul li a {
  color: #161616;
  display: block;
  padding: 18px 0;
  line-height: 1;
}

#nav_global > ul li a:hover {
  background: #e2000d;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
}

#mainArea {
  width: 100% !important;
  margin-top: 147px;
}

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

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

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

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

#subArea h1 {
  font-size: 4.2rem;
  font-weight: bold;
  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(2.8rem + ((1vw - 0.32rem) * 1.5909));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    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;
    background: #161616;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  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;
  border-bottom: 1px solid #161616;
}

@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: #000;
  display: block;
}

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

#footer_inner {
  padding: 35px 0;
  max-width: 1000px;
  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: 1000px) {
  #footer_inner {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer_inner {
    display: block;
  }
}

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

#footer_inner .flogo {
  text-align: left;
}

@media screen and (max-width: 834px) {
  #footer_inner .flogo {
    text-align: center;
  }
}

#footer_inner .flogo p {
  margin-top: 10px;
}

#footer_inner .flogo p a {
  color: #333;
}

#footer_inner .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 834px) {
  #footer_inner .subnav {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul {
    width: 49%;
  }
}

#footer_inner .subnav ul:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner .subnav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

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

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

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

#footer_inner .subnav ul li a:hover {
  color: #e2000d;
}

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

@media screen and (max-width: 480px) {
  #footer_inner .subnav ul li a {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.f_copy {
  background: #333;
  padding: 7px 0;
}

.f_copy a {
  color: #fff;
}

#contents_wrap {
  padding: 40px 0 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 40px 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;
  }
}

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

.btn a {
  font-size: 1.8rem;
  background: #161616;
  color: #fff;
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a:hover {
  background: #e2000d;
}

.btn a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-weight: 900;
}

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

.btn.center a {
  margin: auto;
}

.inner02 {
  max-width: 800px;
  margin: auto;
}

.bg01 {
  background: url(../images/contents/bg01.jpg) center top;
  padding: 80px 0 100px;
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 40px 0 60px;
  }
}

.bg02 {
  background: url(../images/contents/bg03.png) center bottom no-repeat, url(../images/contents/bg02.jpg) center top no-repeat;
  padding: 100px 0 120px;
}

@media screen and (max-width: 1200px) {
  .bg02 {
    background: url(../images/contents/bg03.png) left bottom no-repeat, url(../images/contents/bg02.jpg) center top no-repeat;
  }
}

@media screen and (max-width: 834px) {
  .bg02 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg02 {
    padding: 60px 0;
  }
}

.title01 h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
}

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

.title01 h2::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #e2000d;
  display: block;
  margin: 15px auto 0;
}

.title02 h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  border-bottom: 2px solid #ccc;
  position: relative;
  padding-bottom: 10px;
}

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

.title02 h2::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #e2000d;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.title02 h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  border-bottom: 2px solid #ccc;
  position: relative;
  padding-bottom: 10px;
}

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

.title02 h3::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #e2000d;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.title03 h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  position: relative;
  background: #565656;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .title03 h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 0.6818));
  }
}

.title03 h2::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 25px solid transparent;
  border-top: 20px solid #565656;
  width: 0;
  height: 0;
}

.title03 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title03 h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 0.6818));
  }
}

.title03 h3 span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}

.title03 h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #565656;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

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

@media screen and (max-width: 480px) {
  .recommend {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.recommend .box {
  width: 31.66667%;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

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

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

@media screen and (max-width: 480px) {
  .recommend .box {
    width: 100%;
  }
  .recommend .box:nth-child(n + 2) {
    margin-top: 5%;
  }
}

.recommend .box article {
  position: relative;
}

.recommend .box article::after {
  content: "";
  width: 0;
  border-bottom: solid 15px #e2000d;
  border-left: solid 15px transparent;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

@media screen and (max-width: 480px) {
  .recommend .box article img {
    width: 100% !important;
  }
}

.recommend .box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  padding: 15px 20px 5px;
}

@media screen and (max-width: 1200px) {
  .recommend .box h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.4545));
  }
}

.recommend .box div {
  padding: 0 20px 15px;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .recommend .box div {
    padding: 0 15px 10px;
  }
}

.recommend .box div .price {
  font-size: 2rem;
  font-weight: 500;
  color: #e2000d;
  text-align: right;
  display: block;
  margin-top: 5px;
}

.bg_contact {
  background: url(../images/contents/bg_contact.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 834px) {
  .bg_contact {
    padding: 60px 20px;
  }
}

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

.bg_contact h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .bg_contact h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 0.6818));
  }
}

.contact_wrap {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  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;
  padding: 30px;
}

@media screen and (max-width: 834px) {
  .contact_wrap {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .contact_wrap {
    padding: 20px;
  }
}

.contact_wrap .box {
  width: 42%;
}

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

.contact_wrap .box:first-child {
  text-align: right;
  line-height: 1;
  margin-right: 2.5%;
}

@media screen and (max-width: 768px) {
  .contact_wrap .box:first-child {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.contact_wrap .box:first-child .call {
  font-size: 3.2rem;
  font-weight: bold;
  color: #161616;
  margin-bottom: 8px;
}

@media screen and (max-width: 834px) {
  .contact_wrap .box:first-child .call {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.contact_wrap .box:first-child .call i {
  font-size: 2.6rem;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.contact_wrap .box:first-child .call a {
  color: #161616;
  font-weight: bold;
}

.contact_wrap .box:last-child {
  margin-left: 2.5%;
}

@media screen and (max-width: 768px) {
  .contact_wrap .box:last-child {
    margin-left: 0;
  }
}

.contact_wrap .box:last-child a {
  background: #e2000d;
  color: #fff;
  display: block;
  font-size: 2rem;
  border-radius: 5px;
  text-align: center;
  padding: 12px 0;
}

@media screen and (max-width: 834px) {
  .contact_wrap .box:last-child a {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.3891));
  }
}

.contact_wrap .box:last-child a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact_wrap .box:last-child a i {
  margin-right: 6px;
}

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

.bnrwrap .box {
  width: 32.66667%;
  margin-bottom: 1%;
}

@media screen and (max-width: 640px) {
  .bnrwrap .box {
    width: 49%;
    margin-bottom: 2%;
  }
}

.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;
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .flex01 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .flex01 {
    margin-top: 40px;
  }
}

.flex01 .box01 {
  width: 47.91667%;
}

@media screen and (max-width: 640px) {
  .flex01 .box01 {
    width: 100%;
  }
  .flex01 .box01:not(:last-child) {
    margin-bottom: 30px;
  }
}

.flex01 .box01.flexbox01 {
  height: 448px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .flex01 .box01.flexbox01 {
    height: 37.33333vw;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .box01.flexbox01 {
    height: 63.28125vw;
  }
}

.flex01 .box01.flexbox01 .box img {
  width: 100% !important;
  height: 219px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .flex01 .box01.flexbox01 .box img img {
    height: 18.25vw !important;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .box01.flexbox01 .box img {
    height: 30.46875vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .flex01 .box01.flexbox01 .box {
    width: 50.78261%;
    height: 18.25vw;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .box01.flexbox01 .box {
    height: 30.46875vw;
  }
}

.flex01 .box01.flexbox01 .box:nth-child(1) {
  margin: 0 0 1.73%;
}

.flex01 .box01.flexbox01 .box:nth-child(3) {
  margin-left: 1.73%;
}

.flex01 .box01.flexbox01 .box:nth-child(3) img {
  width: 100% !important;
  height: 448px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .flex01 .box01.flexbox01 .box:nth-child(3) img {
    height: 37.33333vw !important;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .box01.flexbox01 .box:nth-child(3) img {
    height: 70vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .flex01 .box01.flexbox01 .box:nth-child(3) {
    width: 47.30435%;
    height: 37.33333vw;
  }
}

@media screen and (max-width: 640px) {
  .flex01 .box01.flexbox01 .box:nth-child(3) {
    height: 70vw !important;
  }
}

.news {
  max-height: 375px;
  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: 15px 0;
}

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

.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.pankuzu {
  font-size: 1.4rem;
  text-align: right;
}

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

.contact_wrap .call {
  font-size: 2.6rem;
  font-weight: bold;
}

.contact_wrap .call a {
  font-weight: bold;
}

.contact_wrap .call i {
  font-size: 2.2rem;
  margin-right: 6px;
}

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

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 100%;
    margin-bottom: 4%;
  }
}

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

@media screen and (max-width: 640px) {
  .dl_layout01 dl dt {
    width: 100% !important;
  }
  .dl_layout01 dl dt:last-of-type {
    border-bottom: none !important;
  }
}

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

.flexbox02 .box {
  border-bottom: 1px dashed #ccc;
  padding: 40px 0;
}

.flexbox02 .box:first-child {
  padding-top: 0;
}

.flexbox02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flexbox02 article img {
  padding: 5px;
  border: 1px solid #ccc;
  width: 36% !important;
}

@media screen and (max-width: 640px) {
  .flexbox02 article img {
    width: 100% !important;
  }
}

.flexbox02 article h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .flexbox02 article h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.4545));
  }
}

.flexbox02 article div {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .flexbox02 article div {
    width: 100%;
    margin-top: 15px;
  }
}

.flexbox02 article div .about {
  background: #f3f3f3;
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.flexbox02 article div .price {
  font-size: 2.4rem;
  font-weight: 500;
  color: #e2000d;
  text-align: right;
  display: block;
  margin-top: 5px;
}

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

.flex02 .leftArea {
  width: 56%;
}

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

.flex02 .leftArea .flexbox03::after {
  content: "";
  width: 30%;
  display: block;
}

.flex02 .leftArea .flexbox03 .box {
  width: 32%;
  text-align: center;
}

.flex02 .rightArea {
  width: 40%;
}

.frame {
  border: 5px solid #ddd;
}

.frame.contact_wrap {
  padding: 30px 0;
}

@media screen and (max-width: 834px) {
  .frame.contact_wrap {
    padding: 30px 20px;
  }
}

.frame.contact_wrap .box {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .frame.contact_wrap .box {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .frame.contact_wrap .box {
    width: 100%;
  }
}

.frame.frame2 {
  border: none;
}

.frame3 {
  border: 2px solid #ddd;
}

.frame3 h3 {
  font-size: 2.8rem;
  background: #333;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .frame3 h3 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.6818));
  }
}

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

.btnwrap .box {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .btnwrap .box {
    width: 100%;
    margin-bottom: 2%;
  }
}

.btnwrap .box a {
  color: #fff;
  padding: 15px;
  display: block;
  line-height: 1.3;
  background: #161616;
  border-radius: 25px;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 640px) {
  .btnwrap .box a {
    font-size: 1.6rem;
  }
}

.btnwrap .box a:hover {
  background: #e2000d;
}

.btnwrap .box a::before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.btnwrap .box a::after {
  content: "\f356";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*# sourceMappingURL=common_style.css.map */