@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/*濃赤*/
/*グレー*/
/*濃茶*/
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&display=swap);
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(30deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-30deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #276490;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #276490;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 0.875rem;
  /*
  @media screen and (min-width:835px){
  background: url(../images/common/bg01.png) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
  }
  */
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.8em;
    letter-spacing: normal;
  }
}

.contents-inner {
  /*
  	background:rgba(#fff,0.6);
  	padding:2%;
  	*/
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*
.inner2 {
	margin: 0 auto;
	max-width: 1000px;
}
*/
#contents_wrap {
  width: 100%;
  min-width: 100% !important;
}

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 835px) and (max-width: 1000px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

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

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfixed table {
  table-layout: fixed;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}
header#global_header #header-wrap {
  width: 100%;
}

#header-bg {
  background: #333;
}

#header {
  max-width: 1200px;
  padding: 15px 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    flex-direction: column;
    padding: 10px;
  }
}

#header-logo {
  text-align: left;
  max-width: 350px;
  min-width: 250px;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  #header-logo {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header-logo {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  #header-logo {
    width: 100%;
    max-width: 210px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    min-width: auto;
  }
}
#header-info-ttl {
  background: #8d8278;
  color: #fff;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}

#header-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  #header-info {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  #header-info {
    flex-direction: column;
  }
}

#header-tel {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
  font-size: 1.625rem;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  #header-tel {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
#header-tel i {
  font-size: 1.125rem;
  color: #fff;
  background: #999;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  #header-tel i {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}
#header-tel a {
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  #header-tel {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #header-tel {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }
}

#h-time {
  width: auto !important;
  line-height: 2em;
  font-size: 0.75rem;
  color: #fff;
}
#h-time td {
  border: none !important;
  text-align: left !important;
  padding: 0 2px;
}
#h-time span {
  width: 60px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: block;
  background: #999999;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #h-time {
    width: 100%;
  }
}

#header-cont {
  height: 45px;
  margin-right: 10px;
  align-self: center;
}
@media only screen and (max-width: 640px) {
  #header-cont {
    display: none;
  }
}
#header-cont a {
  background: #fff;
  font-weight: bold;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: normal;
  color: #1b1b1b;
}
#header-cont a i {
  display: block;
  line-height: inherit;
  padding-right: 5px;
  color: #aa0317;
}
#header-cont a:hover {
  opacity: 1 !important;
  transition: 0.5s;
  background-color: #aa0317;
  color: #fff;
}
#header-cont a:hover i {
  color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  #header-cont a {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 834px) {
  #header-cont {
    margin: 10px auto;
    align-self: auto;
  }
}
@media only screen and (max-width: 640px) {
  #header-cont {
    width: 100%;
  }
}

.header-info-sm {
  width: 30%;
  margin-right: 50px;
  display: flex;
  justify-content: flex-end;
}
.header-info-sm div {
  margin: 0 3px;
}
.header-info-sm i {
  background: #999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .header-info-sm {
    display: none;
  }
}

#nav-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#nav-wrap {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 835px) {
  #nav-wrap {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
  }
}

.mean-container .mean-push {
  display: none !important;
}

#nav_global {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}
#nav_global ul {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global ul li:not(.first):before {
  content: "|";
  font-size: 20px;
  color: #bbb;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#nav_global ul li a {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  line-height: 2em;
  color: #1b1b1b;
  padding: 5px 20px;
  text-align: center;
}
#nav_global ul li a span {
  font-weight: initial !important;
  font-family: "Century Gothic", sans-serif;
  display: block;
  font-size: 12px;
  color: #6b6b6b;
}
@media screen and (max-width: 1000px) {
  #nav_global ul li a {
    font-size: 0.8125rem;
    padding: 5px;
    letter-spacing: inherit;
    display: block;
  }
}
#nav_global ul li a:hover {
  opacity: 1 !important;
}
#nav_global ul li a:hover span {
  color: #aa0317;
  transform: scale(1.1);
  transition: 0.3s;
}
#nav_global ul li ul {
  position: absolute;
  margin: auto;
  display: block;
  width: 100%;
  min-width: 200px;
  z-index: 1;
  background: rgba(204, 204, 204, 0.9);
}
#nav_global ul li ul li:before {
  content: none !important;
}
#nav_global ul li ul li a:hover {
  color: #aa0317;
}
@media screen and (max-width: 1000px) {
  #nav_global ul li ul li a {
    font-size: 0.8125rem;
    padding: 5px;
    letter-spacing: inherit;
    display: block;
  }
}

.mean-bar {
  display: none;
}

@media screen and (max-width: 900px) {
  .nav_global2 img {
    height: 75px !important;
  }
  .nav_global2 li a {
    font-size: 14px !important;
  }
}

#mainarea {
  background: #fff;
  position: relative;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
}
#mainarea img {
  max-width: auto !important;
  width: 100% !important;
}
#mainarea #slider {
  width: 100%;
  margin: 0 auto;
}
#mainarea #slider li img {
  height: auto;
  width: 100% !important;
}
#mainarea .slick-prev,
#mainarea .slick-next {
  z-index: 100;
  height: auto !important;
  width: auto !important;
}
#mainarea .slick-prev {
  left: 18% !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainarea .slick-prev {
    width: 50px !important;
  }
}
#mainarea .slick-next {
  right: 18% !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainarea .slick-next {
    width: 50px !important;
  }
}
#mainarea .slick-prev:before,
#mainarea .slick-next:before {
  display: none;
}

#mainArea {
  position: relative;
  left: 0;
  right: 0;
  max-width: 100%;
}
#mainArea > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea > img {
    /*
    width: 130%;
    height: 40vh !important;
    object-fit: cover;					
    	*/
  }
}
@media only screen and (max-width: 640px) {
  #mainArea li img {
    width: 100%;
    height: 35vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#mainArea .slick-prev,
#mainArea .slick-next {
  z-index: 100;
  height: auto !important;
  width: auto !important;
}
#mainArea .slick-next {
  right: 30px;
}
#mainArea .slick-next:before {
  color: #aa0317;
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  #mainArea .slick-next:before {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 834px) {
  #mainArea .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .slick-next {
    display: none !important;
  }
}
#mainArea .slick-prev {
  left: 30px;
}
#mainArea .slick-prev:before {
  color: #aa0317;
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  #mainArea .slick-prev:before {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 834px) {
  #mainArea .slick-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .slick-prev {
    display: none !important;
  }
}

#main-txt {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 50%;
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #main-txt {
    width: 60%;
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #main-txt {
    width: 60%;
    bottom: 10px;
    left: 10px;
  }
  #main-txt img.pick {
    height: auto !important;
  }
}

.mean-container .mean-bar {
  background: #333 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #333 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.8em 5% !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*
  background-color: #e9832f !important;*/
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 30px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mean-container .mean-nav ul li a.mean-expand {
    height: 25px !important;
  }
}

.mean-container .mean-nav ul li li a {
  padding: 0.2em 10% !important;
}

.anchor {
  display: block;
  transform: translateY(-100px);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-50px);
  }
}

.anchor2 {
  display: block;
  transform: translateY(-100px);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
}
@media only screen and (max-width: 834px) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  transform: translateY(0);
}

@media screen and (min-width: 835px) {
  .zdo_drawer_menu {
    display: none !important;
  }
}

.zdo_drawer_menu .zdo_drawer_button {
  background: #333 !important;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background: #333 !important;
}

.store_areA {
  padding: 2% 10% 5% 10%;
}
.store_areA .h_logo {
  margin-top: 20px;
}
.store_areA .h_logo a {
  color: #333333;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.25rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .store_areA .h_logo a {
    font-size: calc(1.35rem + 1.2vw);
  }
}
.store_areA .h_logo a span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #ccc;
  letter-spacing: 0.2rem;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .store_areA .h_logo a span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.store_areA .header-icon-wrap {
  display: flex;
  justify-content: center;
}
.store_areA .header-icon-wrap li {
  width: 25%;
}
.store_areA .header-icon-wrap li a {
  margin: 0 auto;
  background: #cccccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.store_areA .header-icon-wrap li a i {
  padding-right: 0;
  font-size: 1rem;
  color: #fff;
}

.h_tel,
.h_cont {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #cccccc;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1rem;
  margin-bottom: 10px;
}
.h_tel i,
.h_cont i {
  margin-right: 5px;
}
.h_tel a,
.h_cont a {
  display: block;
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
}

.zdo_drawer_menu .zdo_drawer_nav {
  padding: 50px 20px 10px 20px !important;
  /*height: 400px;
     overflow: scroll;
  */
}

.zdo_drawer_menu a {
  display: block;
  color: #1b1b1b;
  padding-bottom: 10px;
  text-align: center;
}
.zdo_drawer_menu a i {
  color: #333;
  padding-right: 5px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px !important;
}

.zdo_drawer_menu .zdo_drawer_menu_text,
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: none !important;
}

.zdo_drawer_menu .zdo_drawer_button {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0 5px !important;
  width: 50px;
  height: 50px;
  top: 5px !important;
  right: 5px !important;
}

.line_tel,
.line_tel {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: #fff;
  background-size: cover;
  height: 100%;
  overflow: scroll;
}

.zdo_drawer_menu a:visited {
  color: #333;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
footer#global_footer {
  position: relative;
  background: none !important;
  min-width: auto !important;
  margin-top: 80px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer {
    margin-top: 30px;
  }
}

#top-button {
  position: fixed;
  right: -100px;
  top: 300px;
  z-index: 1;
  transform: rotate(90deg);
}
@media only screen and (max-width: 834px) {
  #top-button {
    display: none !important;
  }
}

#fix-cont {
  width: 250px;
  height: 40px;
  border: 1px solid #aa0317;
  background: #aa0317;
  line-height: 40px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
}
#fix-cont i {
  margin-right: 5px;
}
#fix-cont a {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
  opacity: 1 !important;
}
#fix-cont:hover {
  background: #333333;
  border: 1px solid #333333;
  opacity: 1 !important;
  transition: 0.5s;
}

#TCT-wrap {
  background: rgba(237, 237, 237, 0.8);
  padding: 4% 0 3% 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #TCT-wrap {
    padding: 8% 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  #TCT-wrap {
    padding: 10% 0 !important;
  }
}

#TCT-inner {
  max-width: 1200px;
  margin: 0 auto;
}

#TCT-title {
  font-size: 1rem;
  margin-bottom: 50px;
}
#TCT-title h2 {
  font-size: 2.25rem;
  text-align: center;
  color: #1b1b1b;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  #TCT-title h2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
#TCT-title h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: "Century Gothic", sans-serif;
  color: #aa0317;
  padding-top: 20px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1200px) {
  #TCT-title h2 span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 834px) {
  #TCT-title {
    margin-bottom: 20px;
  }
  #TCT-title h2 {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 1200px) {
  #TCT-title h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 834px) {
  #TCT-title h2 span {
    font-size: 1rem;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #TCT-title {
    width: 95%;
    margin: 0 auto;
  }
}

#TCT-bottom {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 834px) {
  #TCT-bottom {
    flex-direction: column;
  }
}

#TCT-tel-wrap, #TCT-cont-wrap {
  width: 49%;
  margin: 1%;
  padding: 4% 0;
  background: rgba(204, 204, 204, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#TCT-tel-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
  font-size: 1.125rem;
  color: #fff;
  background: #333333;
  padding: 3% 0;
}
@media screen and (max-width: 400px) {
  #TCT-tel-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-tel-title, #TCT-cont-wrap #TCT-cont-title {
    font-size: 18px;
  }
}
#TCT-tel-wrap #TCT-tel, #TCT-cont-wrap #TCT-tel {
  margin: 15px auto 0 auto;
  color: #1b1b1b !important;
  font-size: 3rem;
  font-family: "Century Gothic", sans-serif;
  line-height: 44px;
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
@media (max-width: 1200px) {
  #TCT-tel-wrap #TCT-tel, #TCT-cont-wrap #TCT-tel {
    font-size: calc(1.425rem + 2.1vw);
  }
}
#TCT-tel-wrap #TCT-tel i, #TCT-cont-wrap #TCT-tel i {
  color: #fff;
  font-size: 1.875rem;
  background: #aa0317;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  #TCT-tel-wrap #TCT-tel i, #TCT-cont-wrap #TCT-tel i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 834px) {
  #TCT-tel-wrap #TCT-tel a, #TCT-cont-wrap #TCT-tel a {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    flex-direction: row !important;
  }
  #TCT-tel-wrap #TCT-tel a div, #TCT-cont-wrap #TCT-tel a div {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 834px) and (max-width: 1200px) {
  #TCT-tel-wrap #TCT-tel a div, #TCT-cont-wrap #TCT-tel a div {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media only screen and (max-width: 834px) {
  #TCT-tel-wrap #TCT-tel i, #TCT-cont-wrap #TCT-tel i {
    font-size: 1.5rem;
    background: #aa0317;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 1200px) {
  #TCT-tel-wrap #TCT-tel i, #TCT-cont-wrap #TCT-tel i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
#TCT-tel-wrap p, #TCT-cont-wrap p {
  font-size: 0.875rem;
  margin-top: 5px;
  line-height: 27px;
}
#TCT-tel-wrap img, #TCT-cont-wrap img {
  margin-right: 5px;
}
@media only screen and (max-width: 834px) {
  #TCT-tel-wrap, #TCT-cont-wrap {
    width: 90%;
    margin: 10px auto;
    padding: 7% 0;
  }
}
@media only screen and (max-width: 640px) {
  #TCT-tel-wrap, #TCT-cont-wrap {
    width: 95%;
  }
}
@media screen and (max-width: 400px) {
  #TCT-tel-wrap a, #TCT-cont-wrap a {
    font-size: 20px;
  }
}

#TCT-cont-wrap #TCT-cont {
  height: 50%;
  margin-top: 15px;
}
#TCT-cont-wrap #TCT-cont a {
  color: #fff;
  padding: 10px;
  display: block;
  background: #aa0317;
  align-self: center;
  font-size: 1.125rem;
  padding: 3% 20%;
  min-width: 280px;
  display: inline-block;
}
#TCT-cont-wrap #TCT-cont a i {
  padding-right: 10px;
}
#TCT-cont-wrap #TCT-cont a:hover {
  opacity: 1 !important;
  background: #1b1b1b;
  transition: 0.8s;
}
@media only screen and (max-width: 640px) {
  #TCT-cont-wrap #TCT-cont {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  #TCT-cont-wrap #TCT-cont a {
    font-size: 18px;
    padding: 5%;
  }
}

#footer-inner {
  width: 100%;
}
#footer-inner address {
  color: #fff;
  margin-bottom: 20px;
  font-size: 0.9375rem;
}
#footer-inner address h2 {
  margin-bottom: 15px;
}
#footer-inner address h2 a {
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 1200px) {
  #footer-inner address h2 a {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 834px) {
  #footer-inner address {
    margin-bottom: 10px;
  }
}
#footer-inner address .tel-s a {
  color: #fff;
}

.f-bg {
  background: #565656;
  background-size: cover;
  padding: 50px 15px 40px 15px;
}
@media only screen and (max-width: 834px) {
  .f-bg {
    padding: 30px 0;
  }
}

.f-info-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.f-info-wrap div {
  width: 48%;
  margin: 1%;
}
@media only screen and (max-width: 640px) {
  .f-info-wrap {
    flex-direction: column;
  }
  .f-info-wrap div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.f-map iframe {
  vertical-align: bottom;
}

.f-gray {
  background: #333;
  color: #fff;
  padding: 20px 15px;
}

.shokuninlogo {
  margin: 10px auto 15px auto;
}

.f-icon {
  width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.f-icon a {
  color: #fff;
  margin: 10px;
}
.f-icon a i {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .f-icon a i {
    font-size: calc(1.275rem + 0.3vw);
  }
}

#footer-nav {
  width: 50%;
  min-width: 700px;
  margin: 0 auto;
}
#footer-nav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#footer-nav ul li a {
  display: block;
  font-size: 0.8125rem;
  width: 100%;
  padding: 3px 10px;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #footer-nav {
    display: none;
  }
}

#copyright {
  text-align: center;
}
#copyright a {
  color: #fff;
}

.mean-container .mean-push {
  display: none !important;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top-title h2, .top-title-en h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1b1b1b;
}
@media (max-width: 1200px) {
  .top-title h2, .top-title-en h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.top-title h2 .en, .top-title-en h2 .en {
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  color: #aa0317;
  display: block;
  margin-top: 10px;
}
.top-title2 {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  background: #cccccc;
  padding: 30px 10px;
}
.top-title2 h1 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1b1b1b;
}
@media (max-width: 1200px) {
  .top-title2 h1 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.top-title2 h1 .en {
  line-height: 1;
  font-size: 1.125rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  color: #aa0317;
  display: block;
  margin-top: 10px;
}
.top-title3 h2 {
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1b1b1b;
  position: relative;
}
@media (max-width: 1200px) {
  .top-title3 h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.top-title3 h2 .en {
  font-size: 1.125rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.5);
  display: block;
  margin-top: 10px;
}
.top-title3 h2:before {
  position: absolute;
  content: "";
  display: block;
  background: #aa0317;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.top-title4 h3, .top-title4 .title h4, .top-title4 .title3 h4, .top-title4 .title2 h4, .title .top-title4 h4, .title3 .top-title4 h4, .title2 .top-title4 h4 {
  font-size: 1.5rem;
  color: #333333;
  border-bottom: 3px dashed #ccc;
  padding: 0 5px 10px 5px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .top-title4 h3, .top-title4 .title h4, .top-title4 .title3 h4, .top-title4 .title2 h4, .title .top-title4 h4, .title3 .top-title4 h4, .title2 .top-title4 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.top-title4 h3 img, .top-title4 .title h4 img, .top-title4 .title3 h4 img, .top-title4 .title2 h4 img, .title .top-title4 h4 img, .title3 .top-title4 h4 img, .title2 .top-title4 h4 img {
  margin-left: 10px;
}
.top-title4 div {
  font-size: 1.875rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .top-title4 div {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

.top-title-en h2 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.news-cover {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.news-wrap {
  height: 250px;
  padding: 20px 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 834px) {
  .news-wrap {
    height: 300px;
  }
}

.news {
  height: 100%;
  overflow-y: auto;
  line-height: 1.5;
}
.news dl {
  border: none !important;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.5) !important;
  padding: 15px 0;
  color: #333;
}
.news dl dt {
  background: none !important;
  border: none !important;
  padding: 5px 8px !important;
  text-align: center !important;
  display: block !important;
  height: 26px;
  font-family: "Century Gothic", sans-serif;
}
.news dl dd {
  border: none !important;
  width: 100% !important;
  background: none !important;
  padding: 5px 8px !important;
}
@media only screen and (max-width: 640px) {
  .news dl {
    flex-direction: column;
  }
  .news dl dt, .news dl dd {
    width: 100% !important;
    text-align: left !important;
  }
}

.con1-wrap {
  position: relative;
  padding: 10% 0 !important;
}
@media screen and (max-width: 1000px) {
  .con1-wrap {
    padding: 10% 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .con1-wrap {
    padding: 15% 0 !important;
  }
}

.con1-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/top_bg1.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.con1-txt {
  position: relative;
  z-index: -1;
  width: 95%;
  margin: -50px auto -25px auto;
  max-width: 750px;
  background: rgba(255, 255, 255, 0.9);
  padding: 75px 15px 50px 15px;
  font-size: 1rem;
  line-height: 2em;
}
@media only screen and (max-width: 640px) {
  .con1-txt {
    font-size: 1.0625rem;
    line-height: 1.8em;
  }
  .con1-txt br {
    display: none;
  }
}

.con1-txt2 {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2em;
}
@media only screen and (max-width: 640px) {
  .con1-txt2 {
    font-size: 1.0625rem;
    line-height: 1.8em;
  }
  .con1-txt2 br {
    display: none;
  }
}

.top-link-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top-link-wrap a {
  width: 33.333%;
  align-self: stretch;
}
@media only screen and (max-width: 640px) {
  .top-link-wrap a {
    width: 100%;
  }
}
.top-link-wrap a div {
  width: 100% !important;
}
.top-link-wrap a:hover {
  opacity: 1 !important;
}
.top-link-wrap a:hover .top-link .top-link-txt {
  background: rgba(170, 3, 23, 0.8);
  color: #fff;
  transition: 0.5s;
}
.top-link-wrap a div {
  height: 100% !important;
}
.top-link-wrap a div article {
  height: 100% !important;
}
.top-link-wrap a div table {
  height: 100% !important;
}

.TFLX1-wrap {
  position: relative;
  padding: 10% 0 0 0 !important;
}
@media screen and (max-width: 1000px) {
  .TFLX1-wrap {
    padding: 10% 0 0 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .TFLX1-wrap {
    padding: 15% 0 0 0 !important;
  }
}
.TFLX1-wrap .btn1 div, .TFLX1-wrap .button3b div, .TFLX1-wrap .button2b div, .TFLX1-wrap .line-btn div {
  margin-bottom: -30px;
}

.TFLX1-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: rgba(204, 204, 204, 0.3);
  background-size: cover;
  z-index: -1;
}
.TFLX1 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.TFLX1 a {
  width: 23%;
  margin: 1%;
  position: relative;
}
.TFLX1 a article {
  background: #ccc;
}
.TFLX1 a article > h3, .TFLX1 a .title article > h4, .TFLX1 a .title3 article > h4, .TFLX1 a .title2 article > h4, .title .TFLX1 a article > h4, .title3 .TFLX1 a article > h4, .title2 .TFLX1 a article > h4 {
  display: none;
}
.TFLX1 a article > div h3, .TFLX1 a article > div .title h4, .TFLX1 a article > div .title3 h4, .TFLX1 a article > div .title2 h4, .title .TFLX1 a article > div h4, .title3 .TFLX1 a article > div h4, .title2 .TFLX1 a article > div h4 {
  background: #333;
  height: 80px;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.TFLX1 a article > div .top-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.TFLX1 a:hover {
  opacity: 1 !important;
}
.TFLX1 a:hover h3, .TFLX1 a:hover .title h4, .TFLX1 a:hover .title3 h4, .TFLX1 a:hover .title2 h4, .title .TFLX1 a:hover h4, .title3 .TFLX1 a:hover h4, .title2 .TFLX1 a:hover h4 {
  background: #1b1b1b;
  transition: 0.5s;
  position: relative;
}
.TFLX1 a:hover .top-icon {
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TFLX1 a:hover .top-icon img {
  display: block;
  width: 30% !important;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
}
.TFLX1 a:hover article {
  overflow: hidden;
}
.TFLX1 a:hover article > img {
  opacity: 0.3;
  background: #000;
  transform: scale(1.1, 1.1);
  transition: 1s all;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .TFLX1 a {
    width: 31.333%;
  }
  .TFLX1 a article > div h3, .TFLX1 a article > div .title h4, .TFLX1 a article > div .title3 h4, .TFLX1 a article > div .title2 h4, .title .TFLX1 a article > div h4, .title3 .TFLX1 a article > div h4, .title2 .TFLX1 a article > div h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .TFLX1 a article > div h3 br, .TFLX1 a article > div .title h4 br, .TFLX1 a article > div .title3 h4 br, .TFLX1 a article > div .title2 h4 br, .title .TFLX1 a article > div h4 br, .title3 .TFLX1 a article > div h4 br, .title2 .TFLX1 a article > div h4 br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .TFLX1 a {
    width: 48%;
  }
  .TFLX1 a article > div h3, .TFLX1 a article > div .title h4, .TFLX1 a article > div .title3 h4, .TFLX1 a article > div .title2 h4, .title .TFLX1 a article > div h4, .title3 .TFLX1 a article > div h4, .title2 .TFLX1 a article > div h4 {
    font-size: 0.875rem;
    font-weight: bold;
    height: 60px;
  }
}

.TFLX2-wrap {
  position: relative;
  padding: 5% 0 !important;
}
@media screen and (max-width: 1000px) {
  .TFLX2-wrap {
    padding: 7% 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .TFLX2-wrap {
    padding: 10% 0 !important;
  }
}

.TFLX2-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/top_bg2.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.TFLX2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.TFLX2 .box {
  width: 48%;
  margin: 1%;
}
@media only screen and (max-width: 640px) {
  .TFLX2 .box {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top-blog .blog_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: none;
}
.top-blog .blog_list > div {
  width: 23%;
  margin: 1%;
  flex-direction: column;
  border-bottom: none;
}
.top-blog .blog_list > div .blog_photo {
  width: 100%;
  padding: 0;
}
.top-blog .blog_list > div .blog_photo img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-blog .blog_list > div .blog_text {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.top-blog .blog_list > div .blog_text .blog_date {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-family: "Century Gothic", sans-serif;
}
.top-blog .blog_list > div .blog_text h3 a, .top-blog .blog_list > div .blog_text .title h4 a, .top-blog .blog_list > div .blog_text .title3 h4 a, .top-blog .blog_list > div .blog_text .title2 h4 a, .title .top-blog .blog_list > div .blog_text h4 a, .title3 .top-blog .blog_list > div .blog_text h4 a, .title2 .top-blog .blog_list > div .blog_text h4 a {
  color: #1b1b1b;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-blog .blog_list > div .blog_text .detail {
  display: none;
}
.top-blog .blog_list > div:hover .blog_text {
  opacity: 1 !important;
  background: #1b1b1b;
  transition: 0.5s;
}
.top-blog .blog_list > div:hover .blog_text .blog_date {
  color: #fff;
  transition: 0.5s;
}
.top-blog .blog_list > div:hover .blog_text h3 a, .top-blog .blog_list > div:hover .blog_text .title h4 a, .top-blog .blog_list > div:hover .blog_text .title3 h4 a, .top-blog .blog_list > div:hover .blog_text .title2 h4 a, .title .top-blog .blog_list > div:hover .blog_text h4 a, .title3 .top-blog .blog_list > div:hover .blog_text h4 a, .title2 .top-blog .blog_list > div:hover .blog_text h4 a {
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top-blog .blog_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .top-blog .blog_list > div {
    width: 48%;
  }
  .top-blog .blog_list > div .blog_photo img {
    height: 150px !important;
  }
  .top-blog .blog_list > div .blog_text .blog_date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 350px) {
  .top-blog .blog_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.btn1 a, .button3b a, .button2b a, .line-btn a {
  color: #fff;
  font-size: 1rem;
  background: #333;
  display: inline-block;
  width: 90%;
  max-width: 400px;
  min-width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.btn1 a:after, .button3b a:after, .button2b a:after, .line-btn a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f04b"; /*アイコンのユニコード*/
  font-weight: 600;
  position: absolute; /*絶対位置*/
  font-size: 0.8em; /*サイズ*/
  right: 5px; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #fff; /*アイコン色*/
}
.btn1 a:hover, .button3b a:hover, .button2b a:hover, .line-btn a:hover {
  transition: 0.3s;
  background-color: #aa0317;
  opacity: 1 !important;
}
@media only screen and (max-width: 640px) {
  .btn1 a, .button3b a, .button2b a, .line-btn a {
    display: block;
  }
}

.line-btn a {
  background: rgba(0, 185, 0, 0.8);
}
.line-btn a i {
  font-size: 1.125rem;
  margin-right: 7px;
}
.line-btn a:hover {
  background: #00b900;
}

.button2 a {
  color: #fff;
  font-size: 1.125rem;
  background: #333;
  border-radius: 3px;
  display: inline-block;
  width: 90%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}
.button2 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138"; /*アイコンのユニコード*/
  font-size: 12px;
  font-weight: 600;
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  right: 5px; /*アイコンの位置*/
  top: auto; /*アイコンの位置*/
  bottom: auto;
  color: #fff; /*アイコン色*/
}
.button2 a:hover {
  transition: 0.3s;
  background-color: #aa0317;
  opacity: 1 !important;
}
@media only screen and (max-width: 640px) {
  .button2 a {
    display: block;
  }
}

.button2b {
  max-width: 300px;
  width: 100%;
}
.button2b a {
  display: flex !important;
  border: 1px solid #aa0317;
  align-items: center;
  width: 100%;
  max-width: auto;
  padding: 15px;
}
.button2b a:before {
  background: #aa0317;
}
.button2b a:after {
  background: #aa0317;
}
.button2b a img {
  width: 27% !important;
  margin: 3%;
}
.button2b a div {
  width: 67%;
  margin: 3%;
  color: #fff;
  text-align: left !important;
  font-size: 1.25rem;
}
.button2b a div i {
  margin-left: 10px;
}
.button2b a div span {
  display: block;
  font-size: 0.9375rem;
}

.button3b {
  width: 280px;
}
.button3b a {
  display: flex !important;
  border: 1px solid #aa0317;
  align-items: center;
  width: 100%;
  max-width: auto;
  padding: 5px 15px;
}
.button3b a:before {
  background: #aa0317;
}
.button3b a:after {
  background: #aa0317;
}
.button3b a img {
  width: 27% !important;
  margin: 3%;
}
.button3b a div {
  width: 67%;
  margin: 3%;
  color: #fff;
  text-align: left !important;
  font-size: 1.25rem;
}
.button3b a div span {
  display: block;
  font-size: 0.9375rem;
}
.button3b a div i {
  margin-left: 10px;
}

.mail {
  display: none;
}

a.tel-link {
  color: #333333;
  opacity: 1;
}

.tel-s a, .tel-h a {
  color: #333333;
}
.tel-s a:hover, .tel-h a:hover {
  opacity: 1 !important;
}

@media only screen and (max-width: 834px) {
  .brdnt {
    text-align: left !important;
  }
  .brdnt br {
    display: none;
  }
}

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

@media screen and (min-width: 834px) {
  .brdnpc br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: flex;
    flex-direction: column-reverse;
  }
}

.ai-company dt {
  align-items: center !important;
  background: rgba(51, 51, 51, 0.7) !important;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .ai-company dl {
    display: block !important;
  }
  .ai-company dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .ai-company dl dd {
    width: 100% !important;
  }
}

.ai-company2 {
  background: none !important;
}
.ai-company2 dl dt {
  align-items: center !important;
  background: none !important;
  border-bottom: 2px solid #aa0317 !important;
}
.ai-company2 dl dd {
  background: none !important;
  border-bottom: 2px solid #888 !important;
}
.ai-company2 dl:last-of-type dt {
  border-bottom: 2px solid #aa0317 !important;
}
@media only screen and (max-width: 640px) {
  .ai-company2 dl {
    display: block !important;
  }
  .ai-company2 dl dt {
    width: 100% !important;
    border-right: 2px solid #aa0317 !important;
    border-left: 2px solid #aa0317 !important;
    background: rgba(204, 204, 204, 0.1) !important;
  }
  .ai-company2 dl dd {
    width: 100% !important;
    border-bottom: 2px solid #888 !important;
    border-left: 2px solid #888 !important;
    border-right: 2px solid #888 !important;
  }
}

.form_wrap dl dd > div {
  display: block !important;
}

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important;
  }
}

.pankuzu {
  text-align: right;
  margin-top: 20px;
}
@media only screen and (max-width: 834px) {
  .pankuzu {
    display: none;
  }
}

.imgL {
  max-width: 100% !important;
}

.error2 h2 {
  font-size: 40px;
  font-weight: bold;
}
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block;
}

.pick01 {
  background: rgba(51, 51, 51, 0.1);
  padding: 50px;
}
@media only screen and (max-width: 834px) {
  .pick01 {
    padding: 30px 10px;
  }
}
.pick01 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .pick01 h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.pick01 h2:after {
  position: absolute;
  content: "";
  background: #aa0317;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media only screen and (max-width: 834px) {
  .pick01 h2 {
    font-size: 1.25rem;
  }
}

.pick-a {
  font-size: 1rem;
  font-weight: bold;
}
.pick-a i {
  color: #999;
  font-size: 1.25rem;
  margin-right: 5px;
}

.pick02 {
  border: 3px solid rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  padding: 2%;
}
@media only screen and (max-width: 834px) {
  .pick02 {
    padding: 5%;
  }
}
.pick02 .ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .pick02 .ttl {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.pick02 .price {
  color: #aa0317;
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5) !important;
}
.pick02 table td {
  border: none !important;
}

.pick03 {
  padding: 2%;
  background: rgba(170, 3, 23, 0.1);
}
.pick03 h3, .pick03 .title h4, .pick03 .title3 h4, .pick03 .title2 h4, .title .pick03 h4, .title3 .pick03 h4, .title2 .pick03 h4 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 834px) {
  .pick03 {
    padding: 5%;
  }
}

.gallery-3 {
  display: flex;
  flex-wrap: wrap;
}
.gallery-3 .box {
  width: 31.333%;
  margin: 1%;
}
@media only screen and (max-width: 834px) {
  .gallery-3 .box {
    width: 48%;
  }
}

.contact_contents #contents_wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 834px) {
  .contact_contents #contents_wrap {
    margin-top: 50px;
  }
}

.img100 img {
  display: block !important;
  width: 100% !important;
}

.gallery-FLX {
  display: flex;
  flex-wrap: flex-wrap;
}
.gallery-FLX .box {
  width: 31.333%;
  margin: 1%;
}
.gallery-FLX .box img {
  display: block;
}
.gallery-FLX .box h3, .gallery-FLX .box .title h4, .gallery-FLX .box .title3 h4, .gallery-FLX .box .title2 h4, .title .gallery-FLX .box h4, .title3 .gallery-FLX .box h4, .title2 .gallery-FLX .box h4 {
  display: none;
}
.gallery-FLX .box div a {
  background: #aa0317;
  color: #fff;
  padding: 5px;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.gallery-FLX .box article {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .gallery-FLX {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .gallery-FLX .box {
    width: 90%;
    margin-bottom: 15px;
  }
}

.page-title-wrap {
  position: relative;
  padding: 10% 0 !important;
}
@media screen and (max-width: 1000px) {
  .page-title-wrap {
    padding: 10% 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .page-title-wrap {
    padding: 15% 0 !important;
  }
}

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/top_bg1.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.page-title {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  background: rgba(204, 204, 204, 0.9);
  padding: 30px 10px;
}
.page-title h1 {
  text-align: center;
}
.page-title h1 .jp {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1b1b1b;
}
@media (max-width: 1200px) {
  .page-title h1 .jp {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.page-title h1 .en {
  line-height: 1;
  font-size: 1.125rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  color: #aa0317;
  display: block;
  margin-top: 10px;
}
.title h2, .title3 h2, .title2 h2 {
  color: #1b1b1b;
  font-size: 1.5rem;
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  background: rgba(204, 204, 204, 0.3); /*背景色*/
  border-left: solid 5px #aa0317; /*左線*/
  border-bottom: solid 3px #bbb; /*下線*/
}
@media (max-width: 1200px) {
  .title h2, .title3 h2, .title2 h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 834px) {
  .title h2, .title3 h2, .title2 h2 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.title h3, .title3 h3, .title2 h3, .title h4, .title3 h4, .title2 h4 {
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 3px solid #aa0317;
  position: relative;
  border-left: none;
  padding-left: 0px;
  position: relative;
}
@media (max-width: 1200px) {
  .title h3, .title3 h3, .title2 h3, .title h4, .title3 h4, .title2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title h3:after, .title3 h3:after, .title2 h3:after, .title h4:after, .title3 h4:after, .title2 h4:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -5px;
  left: 0;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 834px) {
  .title h3, .title3 h3, .title2 h3, .title h4, .title3 h4, .title2 h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 834px) {
  .title h4, .title3 h4, .title2 h4 {
    font-size: 18px;
  }
}

.title2 h3, .title2 h4 {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .title2 h3, .title2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title2 h3:before, .title2 h4:before {
  display: none;
}

.title-center01 h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.title-center01 h2:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px;
  }
}

.step-title h2, .step-title3 h2, .step-title2 h2, .step-title h3, .step-title3 h3, .step-title2 h3, .step-title .title h4, .step-title3 .title h4, .step-title2 .title h4, .title .step-title h4, .title .step-title3 h4, .title .step-title2 h4, .step-title .title2 h4, .step-title3 .title2 h4, .step-title2 .title2 h4, .title2 .step-title h4, .title2 .step-title3 h4, .title2 .step-title2 h4, .step-title .title3 h4, .step-title3 .title3 h4, .step-title2 .title3 h4, .title3 .step-title h4, .title3 .step-title3 h4, .title3 .step-title2 h4 {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999;
  background: rgba(153, 153, 153, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}
@media (max-width: 1200px) {
  .step-title h2, .step-title3 h2, .step-title2 h2, .step-title h3, .step-title3 h3, .step-title2 h3, .step-title .title h4, .step-title3 .title h4, .step-title2 .title h4, .title .step-title h4, .title .step-title3 h4, .title .step-title2 h4, .step-title .title2 h4, .step-title3 .title2 h4, .step-title2 .title2 h4, .title2 .step-title h4, .title2 .step-title3 h4, .title2 .step-title2 h4, .step-title .title3 h4, .step-title3 .title3 h4, .step-title2 .title3 h4, .title3 .step-title h4, .title3 .step-title3 h4, .title3 .step-title2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.step-title h2:after, .step-title3 h2:after, .step-title2 h2:after, .step-title h3:after, .step-title3 h3:after, .step-title2 h3:after, .step-title .title h4:after, .step-title3 .title h4:after, .step-title2 .title h4:after, .title .step-title h4:after, .title .step-title3 h4:after, .title .step-title2 h4:after, .step-title .title2 h4:after, .step-title3 .title2 h4:after, .step-title2 .title2 h4:after, .title2 .step-title h4:after, .title2 .step-title3 h4:after, .title2 .step-title2 h4:after, .step-title .title3 h4:after, .step-title3 .title3 h4:after, .step-title2 .title3 h4:after, .title3 .step-title h4:after, .title3 .step-title3 h4:after, .title3 .step-title2 h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro", "Century Gothic", sans-serif, sans-serif;
  content: "\f0a6  REASON";
  font-size: 1rem;
  background: #aa0317;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .step-title h2, .step-title3 h2, .step-title2 h2, .step-title h3, .step-title3 h3, .step-title2 h3, .step-title .title h4, .step-title3 .title h4, .step-title2 .title h4, .title .step-title h4, .title .step-title3 h4, .title .step-title2 h4, .step-title .title2 h4, .step-title3 .title2 h4, .step-title2 .title2 h4, .title2 .step-title h4, .title2 .step-title3 h4, .title2 .step-title2 h4, .step-title .title3 h4, .step-title3 .title3 h4, .step-title2 .title3 h4, .title3 .step-title h4, .title3 .step-title3 h4, .title3 .step-title2 h4 {
    font-size: 1.25rem;
  }
  .step-title h2:after, .step-title3 h2:after, .step-title2 h2:after, .step-title h3:after, .step-title3 h3:after, .step-title2 h3:after, .step-title .title h4:after, .step-title3 .title h4:after, .step-title2 .title h4:after, .title .step-title h4:after, .title .step-title3 h4:after, .title .step-title2 h4:after, .step-title .title2 h4:after, .step-title3 .title2 h4:after, .step-title2 .title2 h4:after, .title2 .step-title h4:after, .title2 .step-title3 h4:after, .title2 .step-title2 h4:after, .step-title .title3 h4:after, .step-title3 .title3 h4:after, .step-title2 .title3 h4:after, .title3 .step-title h4:after, .title3 .step-title3 h4:after, .title3 .step-title2 h4:after {
    font-size: 0.875rem;
  }
}
.step-title h4, .step-title3 h4, .step-title2 h4 {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  border-top: solid 2px rgba(153, 153, 153, 0.3);
  border-bottom: solid 2px rgba(153, 153, 153, 0.3);
  background: rgba(153, 153, 153, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}
.step-title h4:after, .step-title3 h4:after, .step-title2 h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro", "Century Gothic", sans-serif, sans-serif;
  content: "\f4cb  特徴";
  font-size: 1rem;
  background: #999;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.step-title2 h2:after {
  content: "\f52b  CASE";
}
.step-title2 h3:after, .step-title2 h4:after {
  content: "\f6c0  STEP";
}

.step-title3 h4:after {
  content: "\f4b6  VOICE";
}

.staff-title h3, .staff-title .title h4, .title .staff-title h4, .staff-title .title2 h4, .title2 .staff-title h4, .staff-title .title3 h4, .title3 .staff-title h4 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  border-top: solid 2px rgba(138, 116, 29, 0.3);
  border-bottom: solid 2px rgba(138, 116, 29, 0.3);
  background: rgba(51, 51, 51, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}
.staff-title h3:after, .staff-title .title h4:after, .title .staff-title h4:after, .staff-title .title2 h4:after, .title2 .staff-title h4:after, .staff-title .title3 h4:after, .title3 .staff-title h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: "\f7f3  STAFF";
  background: #8a741d;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.land-title h2 {
  font-size: 1.5rem;
  color: #1b1b1b;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .land-title h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.land-title h2:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f69a"; /*アイコンのユニコード*/
  font-weight: 600;
  position: absolute; /*絶対位置*/
  font-size: 1.875rem;
  /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #999; /*アイコン色*/
}
@media (max-width: 1200px) {
  .land-title h2:before {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.land-title h3, .land-title .title h4, .title .land-title h4, .land-title .title2 h4, .title2 .land-title h4, .land-title .title3 h4, .title3 .land-title h4 {
  font-size: 1.125rem;
  color: #1b1b1b;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px;
}
.land-title h3:before, .land-title .title h4:before, .title .land-title h4:before, .land-title .title2 h4:before, .title2 .land-title h4:before, .land-title .title3 h4:before, .title3 .land-title h4:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f69a"; /*アイコンのユニコード*/
  font-weight: 600;
  position: absolute; /*絶対位置*/
  font-size: 1.875rem;
  /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #999; /*アイコン色*/
}
@media (max-width: 1200px) {
  .land-title h3:before, .land-title .title h4:before, .title .land-title h4:before, .land-title .title2 h4:before, .title2 .land-title h4:before, .land-title .title3 h4:before, .title3 .land-title h4:before {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

@media only screen and (max-width: 640px) {
  .ba .arrow img {
    transform: rotate(90deg);
  }
}

.card-FLX {
  display: flex;
  flex-wrap: wrap;
}
.card-FLX .box {
  width: 10.5%;
  margin: 1%;
}
@media screen and (max-width: 1000px) {
  .card-FLX .box {
    width: 18%;
    margin: 1%;
  }
}
@media only screen and (max-width: 640px) {
  .card-FLX .box {
    width: 23%;
  }
}
@media screen and (max-width: 350px) {
  .card-FLX .box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.company-FLX {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company-FLX .box-img, .company-FLX .box-map {
  width: 48%;
  margin: 1%;
}
@media only screen and (max-width: 640px) {
  .company-FLX .box-img, .company-FLX .box-map {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.reason-TBL .box-txt {
  font-size: 1rem;
}

.question_01 dl {
  display: block !important;
  margin-bottom: 30px;
  line-height: normal;
}
.question_01 dl dt {
  padding: 10px 15px 10px 40px !important;
  font-size: 1.125rem;
  background-color: rgba(51, 51, 51, 0.5) !important;
  border: none !important;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.question_01 dl dt:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #fff;
  font-size: 22px;
}
.question_01 dl dt:after {
  content: ">";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .question_01 dl dt:after {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.question_01 dl dd {
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .question_01 dl {
    margin-bottom: 20px;
  }
  .question_01 dl dt {
    font-size: 1rem;
    padding-right: 20px !important;
  }
  .question_01 dl dt:after {
    font-size: 1.25rem;
    right: 5px;
  }
}

.maker-FLX {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.maker-FLX .box {
  width: 10.5%;
  margin: 1%;
}
.maker-FLX .box a img {
  display: block;
  width: 100% !important;
}
@media screen and (max-width: 1000px) {
  .maker-FLX .box {
    width: 18%;
    margin: 1%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .maker-FLX .box {
    width: 23%;
  }
}
@media only screen and (max-width: 640px) {
  .maker-FLX .box {
    width: 31.333%;
  }
}
@media screen and (max-width: 350px) {
  .maker-FLX .box {
    width: 48%;
    margin-bottom: 15px;
  }
}

.maker-FLX2 {
  display: flex;
  justify-content: space-around;
}
.maker-FLX2 .box {
  background: #cccccc;
  margin: 1%;
  min-width: 250px;
  width: 23%;
}
.maker-FLX2 .box div {
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .maker-FLX2 .box {
    width: 31.333%;
    min-width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .maker-FLX2 .box {
    width: 48%;
    min-width: auto;
  }
  .maker-FLX2 .box div {
    padding: 10px 0;
  }
}
@media screen and (max-width: 350px) {
  .maker-FLX2 .box {
    width: 100%;
  }
}

.products-UL {
  max-width: 800px;
}
.products-UL ul li {
  width: 33.333%;
}
@media only screen and (max-width: 834px) {
  .products-UL ul li {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .products-UL ul li {
    width: 100%;
  }
}

.blog-FLX {
  display: flex;
  flex-wrap: wrap;
}
.blog-FLX .box {
  width: 31.333%;
  margin: 1%;
}

.okaidoku {
  max-width: 1000px;
  margin: 0 auto;
}
.okaidoku .blog_list {
  border: none;
}
.okaidoku .blog_list div .blog_photo {
  width: 30%;
}
.okaidoku .blog_list div .blog_text .blog_date {
  color: #333333;
  font-size: 1rem;
}
.okaidoku .blog_list div .blog_text h3, .okaidoku .blog_list div .blog_text .title h4, .title .okaidoku .blog_list div .blog_text h4, .okaidoku .blog_list div .blog_text .title2 h4, .title2 .okaidoku .blog_list div .blog_text h4, .okaidoku .blog_list div .blog_text .title3 h4, .title3 .okaidoku .blog_list div .blog_text h4 {
  background: rgba(51, 51, 51, 0.8);
}
.okaidoku .blog_list div .blog_text h3 a, .okaidoku .blog_list div .blog_text .title h4 a, .title .okaidoku .blog_list div .blog_text h4 a, .okaidoku .blog_list div .blog_text .title2 h4 a, .title2 .okaidoku .blog_list div .blog_text h4 a, .okaidoku .blog_list div .blog_text .title3 h4 a, .title3 .okaidoku .blog_list div .blog_text h4 a {
  padding: 0.4em 0.5em;
  line-height: 1;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.okaidoku .blog_list div .blog_text .detail {
  margin-top: 0;
}
@media only screen and (max-width: 834px) {
  .okaidoku .blog_list div {
    flex-direction: column-reverse;
  }
  .okaidoku .blog_list div .blog_photo {
    width: 100%;
  }
}

.table-template02 {
  background: rgba(27, 27, 27, 0.1);
  border: 1px solid #e5e3e1;
  padding: 8px;
}
.table-template02 td {
  padding: 0 8px !important;
}
.table-template02 .publish div {
  font-size: 0.875rem;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}
.table-template02 .label div {
  display: inline-block;
}
.table-template02 .label div span {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.table-template02 .sm-title h2 {
  margin: 10px;
  color: #aa0317;
  font-size: 1.25rem;
  font-style: oblique;
}
.table-template02 .date {
  padding-bottom: 0 !important;
}
.table-template02 .date div {
  font-size: 14px;
}
.table-template02 .date div:before {
  content: "\f073";
  font-family: FontAwesome;
  padding-right: 0.6em;
}
.table-template02 .place {
  padding-top: 0 !important;
}
.table-template02 .place div {
  font-size: 14px;
}
.table-template02 .place div:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  padding-right: 0.6em;
  font-weight: 900;
}
.table-template02 .text div {
  background: #fff;
  padding: 12px;
  font-size: 14px;
}

.rs-tel {
  font-size: 1.5rem;
  color: #1b1b1b !important;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .rs-tel {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.rs-tel a {
  color: #1b1b1b;
}
.rs-tel:before {
  /*
   font-family: "Font Awesome 5 Free";
   content: "\f0c4";
   font-weight: 600;
  */
  content: "";
  background: url(../images/common/header_tel_icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  padding-right: 5px;
}

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #333333;
}
.list01 dl dt, .list02 dl dt {
  border: none !important;
  background: none !important;
}
.list01 dl dd, .list02 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 107px;
  color: #8a4609;
  font-weight: bold;
}

.list02 dl dd {
  min-width: 300px;
}
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important;
  }
  .list02 dl dd, .list02 dl dt {
    width: 100% !important;
  }
}

.list03 dl {
  border-bottom: 1px dashed #333333;
}
.list03 dl dt {
  border: none !important;
  background: none !important;
  color: #8a4609;
  font-weight: bold;
  min-width: 280px;
}
.list03 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
}
@media only screen and (max-width: 640px) {
  .list03 dl {
    display: block !important;
  }
  .list03 dl dd, .list03 dl dt {
    width: 100% !important;
    text-align: left !important;
  }
}

.faq table td {
  border: none;
}

.faq-q span, .faq-a span {
  width: 40px;
  height: 40px;
  display: block;
  background: #333;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .faq-q span, .faq-a span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 640px) {
  .faq-q, .faq-a {
    background: #333;
    padding: 0 !important;
  }
  .faq-q span, .faq-a span {
    display: inline-block;
  }
}

.faq-a span {
  background: #aa0317;
}
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #aa0317;
  }
}

.faq-q-txt {
  font-weight: bold;
  color: #1b1b1b;
}
@media screen and (min-width: 640px) {
  .faq-q-txt {
    border-bottom: 1px dashed #ccc !important;
  }
}

#blog-title {
  text-align: center !important;
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .blog {
    margin: 30px auto 0;
  }
}
.blog .wrap {
  display: flex;
}
.blog .wrap aside {
  width: 28%;
  margin: 1%;
}
.blog .wrap aside nav {
  line-height: 2em;
}
.blog .wrap aside nav h3, .blog .wrap aside nav .title h4, .title .blog .wrap aside nav h4, .blog .wrap aside nav .title2 h4, .title2 .blog .wrap aside nav h4, .blog .wrap aside nav .title3 h4, .title3 .blog .wrap aside nav h4 {
  background: #333 !important;
}
.blog .wrap aside nav ul li {
  border-bottom: 1px dashed #ccc;
}
.blog .wrap aside nav ul li .blogside {
  color: #333333;
}
.blog .wrap aside nav ul li .blogside span {
  color: #333;
  margin-left: 5px;
}
.blog .wrap aside nav > a {
  background: #aa0317 !important;
}
.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  min-width: auto;
}
.blog .wrap #contents article .date {
  color: #333 !important;
}
.blog .wrap #contents article .date {
  color: #333 !important;
}
.blog .wrap #contents article h2 {
  background: rgba(51, 51, 51, 0.8);
  color: #fff !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
  }
  .blog .wrap aside, .blog .wrap #contents {
    width: 100%;
    margin: 10px auto;
  }
  .blog .wrap aside {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .blog .wrap #contents article div {
    flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important;
}

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1;
}

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important;
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1;
}

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hoverBgContents > .hoverBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.8s;
  background-position: center;
}
.hoverBgContents:hover > .hoverBg {
  transform: scale(1.2);
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  #col_main .errorbg {
    padding: 0 !important;
  }
}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms;
}

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.works-FLX {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
}
.works-FLX a:hover {
  opacity: 1 !important;
}
.works-FLX .boxL {
  width: 43%;
  margin: 1%;
}
.works-FLX .boxL ul li article div {
  display: none;
}
.works-FLX .boxR {
  width: 53%;
  margin: 1%;
}
.works-FLX .boxR ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.works-FLX .boxR ul li {
  width: 24%;
  margin: 0 0.5% 1% 0.5%;
}
.works-FLX .boxR ul li article {
  position: relative;
}
.works-FLX .boxR ul li article:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.works-FLX .boxR ul li article img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
}
.works-FLX .boxR ul li article div {
  display: none;
}
@media only screen and (max-width: 834px) {
  .works-FLX {
    flex-direction: column;
    align-items: center;
  }
  .works-FLX .boxL {
    width: 90%;
  }
  .works-FLX .boxR {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .works-FLX .boxR ul li {
    width: 48%;
  }
}

.modaal-close {
  position: absolute !important;
  right: 6px !important;
  top: 6px !important;
  background: #e1e1e1 !important;
  width: 50px !important;
  height: 50px !important;
}
.modaal-close:hover {
  opacity: 0.7 !important;
}
.modaal-close:before, .modaal-close:after {
  background: #000 !important;
}

.modaal-content-container table td {
  padding: 10px;
}

.modaal-container {
  background: none !important;
  color: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-wrapper table td {
    display: block !important;
    border: none !important;
  }
}

.modaalBox {
  display: none;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 20px;
  }
}

.tdpd10 td {
  padding: 10px !important;
}/*# sourceMappingURL=common_style.css.map */