@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://use.typekit.net/fhd7qnz.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
@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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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: 1.0px;
  color: #565656;
  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: 835px) {
  .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: 1000px; }
  @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: 835px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 15px !important;
      padding-right: 15px !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: 835px) {
  .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", "a-otf-ryumin-pr6n", 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; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%; }
  header#global_header #header-wrap {
    width: 100%; }

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

.header-logo {
  width: 260px;
  text-align: left; }
  .header-logo p {
    font-size: 0.8125rem;
    margin-bottom: 10px; }
    @media screen and (max-width: 1100px) {
      .header-logo p {
        display: none; } }
  .header-logo a {
    color: #565656;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
    font-size: 2.25rem;
    letter-spacing: 0.5rem; }
    @media (max-width: 1200px) {
      .header-logo a {
        font-size: calc(1.35rem + 1.2vw) ; } }
    .header-logo a span {
      display: block;
      font-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.5rem;
      color: #ccc;
      letter-spacing: 0.2rem; }
      @media (max-width: 1200px) {
        .header-logo a span {
          font-size: calc(1.275rem + 0.3vw) ; } }
  @media screen and (max-width: 1000px) {
    .header-logo {
      width: auto;
      min-width: 165px; }
      .header-logo a {
        font-size: 1.875rem; } }
    @media screen and (max-width: 1000px) and (max-width: 1200px) {
      .header-logo a {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media screen and (max-width: 1000px) {
        .header-logo a span {
          font-size: 1.25rem; } }
  @media screen and (max-width: 400px) {
    .header-logo {
      min-width: 150px; } }

.header-right {
  width: 850px; }
  @media only screen and (max-width: 835px) {
    .header-right {
      display: none; } }

.header-info, .footer-bg .footer-inr .footer-info {
  display: flex;
  justify-content: flex-end; }
  .header-info div a, .footer-bg .footer-inr .footer-info div a {
    color: #565656;
    font-size: 1rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 15px;
    display: block;
    border: 1px solid #ccc; }
.header-info div a  {
  display: flex;
  align-items: center;
}  
.header-info span  {
  display: block;
} 
.header-info .en  {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  color: #ccc;
}    
    .header-info div a i, .footer-bg .footer-inr .footer-info div a i {
      padding-right: 5px;
      font-weight: 100; }
  .header-info div:first-child, .footer-bg .footer-inr .footer-info div:first-child {
    margin-right: 10px; }
  @media only screen and (max-width: 835px) {
    .header-info, .footer-bg .footer-inr .footer-info {
      justify-content: center; } }
  @media screen and (max-width: 350px) {
    .header-info, .footer-bg .footer-inr .footer-info {
      justify-content: flex-start; } }
  .header-info div.header-tel a, .footer-bg .footer-inr .footer-info div.header-tel a {
    border: none;
    color: #803221;
    opacity: 1;
    font-size: 1.75rem;
    font-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media (max-width: 1200px) {
      .header-info div.header-tel a, .footer-bg .footer-inr .footer-info div.header-tel a {
        font-size: calc(1.3rem + 0.6vw) ; } }

.purchase-tel {
  margin-top: 15px; }
  .purchase-tel a {
    border: none;
    color: #803221;
    opacity: 1;
    font-size: 1.75rem;
    font-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media (max-width: 1200px) {
      .purchase-tel a {
        font-size: calc(1.3rem + 0.6vw) ; } }

.header-info-sm {
  margin-right: 60px;
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: between; }
  .header-info-sm div {
    width: 31.333%;
    margin: 1%; }
    .header-info-sm div a {
      background: #ed5d3d;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      color: #fff; }
  @media screen and (min-width: 836px) {
    .header-info-sm {
      display: none; } }
  @media screen and (max-width: 350px) {
    .header-info-sm {
      margin-right: 55px;
      width: 100%; }
      .header-info-sm div a {
        width: 30px;
        height: 30px;
        line-height: 30px; } }

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

#nav_global {
  margin-top: 10px; }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        text-align: center;
        display: block;
        text-align: center;
        color: #565656; }
        #nav_global ul li a .sub {
          letter-spacing: normal;
          font-family: "Lato", sans-serif;
          font-size: 1rem;
          color: #ccc;
          display: block; }
        #nav_global ul li a:hover .sub {
          color: #ed5d3d;
          transition: 0.5s; }
        @media screen and (max-width: 1000px) {
          #nav_global ul li a {
            font-size: 0.8125rem; } }
        @media screen and (max-width: 900px) {
          #nav_global ul li a {
            font-size: 0.75rem; }
            #nav_global ul li a .sub {
              font-size: 0.875rem; } }
      #nav_global ul li ul {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1; }
        #nav_global ul li ul li:before {
          content: none !important; }
        #nav_global ul li ul li a {
          padding: 10px 5px; }

.mean-bar {
  display: none; }

#mainArea {
  position: relative;
  left: 0;
  right: 0;
  max-width: 100%; }
  #mainArea img {
    width: 100%;
    height: auto;
    /*			
    			@include sp {
    			width: 130%;
    			height: 30vh !important;
    			object-fit: cover;
    			font-family: 'object-fit: cover;'			
    			}
    */ }
  #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: 835px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

@media only screen and (max-width: 835px) {
  #slider {
    display: none; } }

@media screen and (min-width: 836px) {
  #slider-s {
    display: none; } }

.mypattern {
  background: #000; }

.mypattern .slick-slide:not(.slick-center) {
  opacity: 0.7 !important; }

#main-txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #main-txt img {
    width: 80% !important;
    margin: 0 auto;
    max-width: 1000px; }
    @media only screen and (max-width: 835px) {
      #main-txt img {
        height: auto !important; } }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

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

.mean-container .mean-nav {
  background: #ed5d3d !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: 835px) {
    .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(-150px); }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .anchor {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-60px); } }

.anchor2 {
  display: block;
  transform: translateY(-150px); }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .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: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }
  @media only screen and (max-width: 835px) {
    .clone-nav {
      display: none; } }

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

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

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

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

.store_areA {
  padding: 5% 10%; }
  .store_areA .h_logo a {
    color: #565656;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", 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-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      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: space-around; }
    .store_areA .header-icon-wrap li {
      width: 25%; }
      .store_areA .header-icon-wrap li a {
        text-decoration: center; }
        .store_areA .header-icon-wrap li a i {
          padding-right: 0;
          font-size: 1.25rem; }

.h_tel, .h_cont {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #803221;
  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: #333;
  padding-bottom: 10px;
  text-align: center; }
  .zdo_drawer_menu a i {
    color: #ed5d3d;
    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", "a-otf-ryumin-pr6n", serif; }

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: #fff;
  background-size: cover; }

footer#global_footer {
  position: relative;
  background: none !important;
  min-width: auto !important;
  margin-top: 80px; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    footer#global_footer {
      margin-top: 50px; } }
  @media only screen and (max-width: 640px) {
    footer#global_footer {
      margin-top: 30px; } }

#top-button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 10px;
  z-index: 1;
  background: #ed5d3d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: normal; }
  #top-button a {
    color: #fff;
    font-family: "Lato", sans-serif;
    display: block; }
  @media only screen and (max-width: 640px) {
    #top-button {
      bottom: 10px; } }

.TCT-bg {
  width: 100%;
  background: rgba(237, 93, 61, 0.2);
  padding: 70px 15px 40px 15px; }

.TCT-FLX {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .TCT-FLX .box {
    width: 31.333%;
    margin: 1%; }
    .TCT-FLX .box a {
      width: 100%;
      background: rgba(237, 93, 61, 0.8);
      border-radius: 5px;
      padding: 10px 5px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-align: left;
      color: #fff;
      font-size: 1.125rem; }
      .TCT-FLX .box a:hover {
        opacity: 1;
        background: #ed5d3d;
        transition: 0.5s; }
      @media screen and (min-width: 835px) and (max-width: 1000px) {
        .TCT-FLX .box a {
          font-size: 1rem; } }
      @media screen and (min-width: 641px) and (max-width: 835px) {
        .TCT-FLX .box a {
          font-size: 0.9375rem; }
          .TCT-FLX .box a img {
            width: 20%; } }
  @media only screen and (max-width: 640px) {
    .TCT-FLX {
      flex-direction: column; }
      .TCT-FLX .box {
        width: 100%;
        margin: 0 auto 15px auto; }
        .TCT-FLX .box a {
          justify-content: center; }
          .TCT-FLX .box a img {
            margin-right: 10px; } }

.footer-bg {
  width: 100%;
  background: rgba(237, 93, 61, 0.1);
  padding: 20px 15px; }
  .footer-bg .footer-inr {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    .footer-bg .footer-inr address {
      text-align: left;
      display: flex;
      align-items: center; }
      .footer-bg .footer-inr address .f-logo {
        margin-right: 10px; }
        .footer-bg .footer-inr address .f-logo a {
          color: #565656;
          font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
          font-size: 1.875rem;
          letter-spacing: 0.5rem; }
          @media (max-width: 1200px) {
            .footer-bg .footer-inr address .f-logo a {
              font-size: calc(1.3125rem + 0.75vw) ; } }
          .footer-bg .footer-inr address .f-logo a span {
            display: block;
            font-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
            font-size: 1.25rem;
            color: #ccc;
            letter-spacing: 0.2rem; }
      @media only screen and (max-width: 835px) {
        .footer-bg .footer-inr address {
          display: block; } }
    .footer-bg .footer-inr .footer-info {
      display: flex;
      align-items: center; }
      .footer-bg .footer-inr .footer-info div:not(.header-tel) a {
        border: none;
        color: #fff;
        background: #ccc;
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center; }
        .footer-bg .footer-inr .footer-info div:not(.header-tel) a i {
          padding-right: 0; }
        .footer-bg .footer-inr .footer-info div:not(.header-tel) a:hover {
          opacity: 1;
          background: #bbb;
          transition: 0.5s; }
    @media only screen and (max-width: 640px) {
      .footer-bg .footer-inr {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .footer-bg .footer-inr address {
          text-align: center; }
        .footer-bg .footer-inr .footer-info {
          margin-top: 10px; } }

.footer-nav-bg {
  width: 100%;
  background: rgba(237, 93, 61, 0.15);
  padding: 50px 15px; }
  @media only screen and (max-width: 640px) {
    .footer-nav-bg {
      padding: 20px 15px; } }
  .footer-nav-bg .footer-nav {
    max-width: 1000px;
    margin: 0 auto; }
    .footer-nav-bg .footer-nav ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .footer-nav-bg .footer-nav ul li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer-nav-bg .footer-nav ul li a {
          display: block;
          width: 100%;
          padding: 5px 10px; }
        .footer-nav-bg .footer-nav ul li:before {
          position: absolute;
          content: '';
          display: block;
          background: #ed5d3d;
          height: 15px;
          width: 3px;
          left: 0;
          top: 12px; }
    @media screen and (max-width: 1000px) {
      .footer-nav-bg .footer-nav ul {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center; }
        .footer-nav-bg .footer-nav ul li {
          flex-grow: inherit; } }

#copyright {
  background: #803221;
  color: #fff !important; }
  #copyright a {
    color: #fff !important; }
  @media only screen and (max-width: 835px) {
    #copyright {
      text-align: center; } }

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

.top-title, .top-titleb, .top-title-en {
  max-width: 1000px;
  margin: 0 auto; }
  .top-title h2, .top-titleb h2, .top-title-en h2 {
    padding-left: 15px;
    font-size: 1.875rem;
    color: #333;
    position: relative; }
    @media (max-width: 1200px) {
      .top-title h2, .top-titleb h2, .top-title-en h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    .top-title h2 .sub, .top-titleb h2 .sub, .top-title-en h2 .sub {
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      line-height: normal;
      color: #ed5d3d;
      margin-top: 10px; }
    .top-title h2:before, .top-titleb h2:before, .top-title-en h2:before {
      position: absolute;
      content: '';
      background: #ed5d3d;
      width: 7px;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0; }
  @media only screen and (max-width: 835px) {
    .top-title h2, .top-titleb h2, .top-title-en h2 {
      font-size: 1.25rem;
      font-weight: 500; }
      .top-title h2 .sub, .top-titleb h2 .sub, .top-title-en h2 .sub {
        font-size: 1rem;
        font-weight: normal; } }

.top-titleb {
  max-width: 1200px;
  width: 95%; }

.top-title2 h2 {
  font-size: 1.5rem;
  color: #803221;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 1200px) {
    .top-title2 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .top-title2 h2:before {
    position: absolute;
    content: '';
    background: url(../images/common/deco1.png) no-repeat;
    width: 150px;
    height: 10px;
    display: inline-block;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -20px; }
.top-title2 .sub {
  display: block;
  font-size: 1.125rem;
  color: #ed5d3d;
  font-family: "Lato", sans-serif; }

.top-title1 h2 {
  font-size: 1.75rem;
  color: #333;
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .top-title1 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .top-title1 h2 .sub {
    color: #ed5d3d;
    font-size: 1.125rem;
    display: block;
    margin-top: 10px; }
  .top-title1 h2:before {
    position: absolute;
    content: '';
    background: #ed5d3d;
    width: 50px;
    height: 5px;
    display: inline-block;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -20px; }

.top-title3 h2 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1em;
  color: #333;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .top-title3 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title3 h2 .sub {
    color: #ed5d3d;
    font-size: 1.125rem;
    display: block;
    margin-top: 10px; }
  .top-title3 h2:before {
    position: absolute;
    content: '';
    background: #ed5d3d;
    width: 55px;
    height: 7px;
    display: inline-block;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -20px; }

.top-title4 h3 {
  font-size: 1.5rem;
  color: #565656;
  border-bottom: 3px dashed #ccc;
  padding: 0 5px 10px 5px;
  display: inline-block;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .top-title4 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .top-title4 h3 img {
    margin-left: 10px; }
.top-title4 div {
  font-size: 1.875rem;
  color: #ed5d3d;
  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-bg {
  position: relative;
  padding: 50px 0 !important; }

.news-inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(128, 50, 33, 0.1);
  z-index: -1; }

.news {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 250px;
  padding: 15px; }
  .news dl {
    margin-bottom: 10px; }
    .news dl dt {
      border: none !important;
      font-family: "Lato", sans-serif;
      background-color: rgba(128, 50, 33, 0.2) !important;
      flex-direction: row !important;
      color: #803221; }
    .news dl dd {
      background: none !important;
      border: none !important; }
    @media only screen and (max-width: 835px) {
      .news dl {
        display: block !important; }
        .news dl dt, .news dl dd {
          width: 100% !important; } }

.TFLX1 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .TFLX1 .box {
    width: 31.333%;
    margin: 1%; }
    .TFLX1 .box h3 {
      display: none; }
    .TFLX1 .box div {
      text-align: center; }
      .TFLX1 .box div a {
        font-size: 1.125rem; }
  @media only screen and (max-width: 640px) {
    .TFLX1 {
      flex-direction: column; }
      .TFLX1 .box {
        width: 100%;
        margin: 0 auto 15px auto; }
        .TFLX1 .box img {
          margin: 0 auto;
          display: block; } }

.TFLX2, .TFLX2b {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .TFLX2 .box-img, .TFLX2b .box-img {
    width: 53%; }
    .TFLX2 .box-img img, .TFLX2b .box-img img {
      display: block;
      width: 100% !important; }
  .TFLX2 .box-txt-wrap, .TFLX2b .box-txt-wrap {
    width: 53%;
    position: absolute;
    right: 0;
    top: 5%; }
  .TFLX2 .box-txt, .TFLX2b .box-txt {
    background: rgba(237, 237, 237, 0.9);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%; }
    .TFLX2 .box-txt .box-txt-inr, .TFLX2b .box-txt .box-txt-inr {
      font-size: 1.125rem;
      font-weight: 600; }
  .TFLX2 .box-btn, .TFLX2b .box-btn {
    margin-top: 30px; }
    .TFLX2 .box-btn .btn1, .TFLX2b .box-btn .btn1 {
      padding: 0 !important; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .TFLX2, .TFLX2b {
      padding-bottom: 30px; }
      .TFLX2 .box-txt-wrap, .TFLX2b .box-txt-wrap {
        width: 70%;
        height: auto; }
        .TFLX2 .box-txt-wrap .box-txt, .TFLX2b .box-txt-wrap .box-txt {
          background: rgba(237, 237, 237, 0.7); }
        .TFLX2 .box-txt-wrap .box-txt-inr, .TFLX2b .box-txt-wrap .box-txt-inr {
          font-size: 1rem; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .TFLX2, .TFLX2b {
      padding-bottom: 50px; }
      .TFLX2 .box-img, .TFLX2b .box-img {
        width: 70%; }
      .TFLX2 .box-txt-wrap, .TFLX2b .box-txt-wrap {
        width: 85%;
        height: auto; }
        .TFLX2 .box-txt-wrap .box-txt, .TFLX2b .box-txt-wrap .box-txt {
          background: rgba(237, 237, 237, 0.8); }
        .TFLX2 .box-txt-wrap .box-txt-inr, .TFLX2b .box-txt-wrap .box-txt-inr {
          font-size: 1rem; } }
  @media only screen and (max-width: 640px) {
    .TFLX2, .TFLX2b {
      flex-direction: column; }
      .TFLX2 .box-img, .TFLX2b .box-img {
        width: 95%;
        margin: 0 auto; }
        .TFLX2 .box-img .imgL, .TFLX2b .box-img .imgL {
          margin-bottom: 0; }
      .TFLX2 .box-txt-wrap, .TFLX2b .box-txt-wrap {
        position: static;
        width: 100%; }
      .TFLX2 .box-txt, .TFLX2b .box-txt {
        background: none;
        box-shadow: none;
        padding: 0; }
      .TFLX2 .box-btn, .TFLX2b .box-btn {
        margin-top: 10px; }
        .TFLX2 .box-btn .btn1, .TFLX2b .box-btn .btn1 {
          padding: 5px 0 !important; }
          .TFLX2 .box-btn .btn1 a, .TFLX2b .box-btn .btn1 a {
            width: 95%; } }

.TFLX2-bg, .TFLX2b-bg {
  position: relative;
  padding: 50px 0 !important; }

.TFLX2-inr, .TFLX2b-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 30%;
  height: 70%;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/bg1.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

.TFLX2b .box-img {
  margin: 0 0 0 auto; }
.TFLX2b .box-txt-wrap {
  right: auto;
  left: 0; }
@media only screen and (max-width: 640px) {
  .TFLX2b .box-img {
    margin: 0 auto; } }

.TFLX2b-inr {
  background: url(../images/common/bg2.png) no-repeat center top; }

.top-blog .blog_photo {
  display: none; }
.top-blog .blog_list {
  border: none; }
  .top-blog .blog_list .blog_text .blog_date {
    color: #333;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
    font-size: 0.9375rem; }
  .top-blog .blog_list .blog_text h3 a span {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
    font-weight: bold !important; }
  .top-blog .blog_list .blog_text ul li a {
    background: rgba(252, 231, 226, 0.7);
    padding: 5px 10px;
    margin-right: 0;
    color: #ed5d3d; }
  .top-blog .blog_list .blog_text .detail {
    margin: 0; }
  .top-blog .blog_list .blog_text ul {
    display: block; }

.TFLX3-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex; }
  @media only screen and (max-width: 835px) {
    .TFLX3-wrap {
      flex-direction: column; } }

.TFLX3-bg, .TFLX3b-bg {
  width: 50%;
  position: relative;
  padding: 50px 0 !important; }
  @media only screen and (max-width: 835px) {
    .TFLX3-bg, .TFLX3b-bg {
      width: 100%;
      padding: 30px 0 !important;
      margin: 0 auto; } }

.TFLX3-inr, .TFLX3b-inr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/ptn1.png) repeat center top;
  z-index: -1; }

.TFLX3b-inr {
  background: url(../images/common/ptn2.png) repeat center top; }

.top-blog .blog_list {
  border: none; }
  .top-blog .blog_list .blog_photo {
    display: none; }
  .top-blog .blog_list .blog_text {
    width: 100%; }
    .top-blog .blog_list .blog_text .blog_date {
      color: #ed5d3d;
      font-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 0.875rem; }
    .top-blog .blog_list .blog_text h3 a {
      color: #555 !important;
      text-decoration: underline; }
    .top-blog .blog_list .blog_text .detail {
      display: none; }

.top-insta {
  width: 95%;
  margin: 0 auto; }

section div.form_wrap dl dt {
  background: transration !important; }

.btn1 a {
  display: block;
  width: 90%;
  max-width: 400px;
  min-width: 250px;
  margin: 0  auto;
  padding: 15px 5px;
  color: #ed5d3d;
  text-align: center;
  font-size: 1rem;
  position: relative;
  background: #fff;
  border: 1px solid #ed5d3d;
  border-radius: 3px; }
  .btn1 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 0.875rem;
    /*サイズ*/
    right: 10px;
    /*アイコンの位置*/
    top: auto;
    /*アイコンの位置*/
    bottom: auto;
    color: #ed5d3d; }
  .btn1 a:hover {
    background: #ed5d3d;
    color: #fff;
    opacity: 1;
    transition: 0.5s; }
    .btn1 a:hover:after {
      transform: translate(3px, 0);
      transition: 0.5s;
      color: #fff; }

a.link-tel {
  color: #565656; }

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%; }

.tel-s a, .tel-s2 a {
  color: #565656; }
  .tel-s a:hover, .tel-s2 a:hover {
    opacity: 1.0 !important; }

@media only screen and (max-width: 835px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; }
    .brdnt div {
      text-align: left !important; }
      .brdnt div 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; }
      .brdn div br {
        display: none; } }

@media screen and (min-width: 835px) {
  .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(237, 93, 61, 0.2) !important; }
@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 #ed5d3d !important; }
  .ai-company2 dl dd {
    background: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8) !important; }
  .ai-company2 dl:last-of-type dt {
    border-bottom: 2px solid #ed5d3d !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 #ed5d3d !important;
        border-left: 2px solid #ed5d3d !important;
        background: rgba(237, 93, 61, 0.2) !important; }
      .ai-company2 dl dd {
        width: 100% !important;
        border-bottom: 2px solid #ccc !important;
        border-left: 2px solid #ccc !important;
        border-right: 2px solid #ccc !important; } }

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

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

.pankuzu {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 835px) {
    .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(252, 231, 226, 0.5);
  padding: 30px; }
  @media only screen and (max-width: 835px) {
    .pick01 {
      padding: 20px 10px; } }
  .pick01 h2, .pick01 h3 {
    font-size: 1.25rem;
    color: #333;
    font-weight: 500;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center; }
    .pick01 h2:after, .pick01 h3:after {
      position: absolute;
      content: '';
      background: #ed5d3d;
      width: 100%;
      height: 0.5px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
  .pick01 .bg1 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8); }
    .pick01 .bg1 div {
      color: #803221;
      font-weight: bold; }
  .pick01 .left {
    margin-top: 15px;
    text-align: left !important; }
    .pick01 .left .report-ttl {
      text-align: left !important;
      font-weight: bold;
      border-bottom: 1px solid #565656; }

.pick02 {
  background: rgba(86, 86, 86, 0.1);
  padding: 30px; }
  @media only screen and (max-width: 835px) {
    .pick02 {
      padding: 20px 10px; } }
  .pick02 h2 {
    font-size: 1.25rem; }

.pick03 {
  padding: 2%;
  background: rgba(128, 50, 33, 0.1); }
  .pick03 h3 {
    font-size: 1.125rem; }
  @media only screen and (max-width: 835px) {
    .pick03 {
      padding: 5%; } }

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

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 835px) {
    .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 {
      display: none; }
    .gallery-FLX .box .box-ttl {
      text-align: center;
      color: #803221;
      font-weight: bold;
      font-size: 1.125rem; }
  @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; } }

section form h2.mail.title, section form h2.mail.title3 {
  display: none; }

.page-title-wrap {
  position: relative;
  padding: 5% 0 !important; }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      padding: 10% 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: rgba(128, 50, 33, 0.1);
  background-size: auto;
  z-index: -1; }

.page-title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  color: #ccc;
  text-align: center;
  letter-spacing: normal;
  margin-top: 20px; }
  @media (max-width: 1200px) {
    .page-title span {
      font-size: calc(1.275rem + 0.3vw) ; } }
.page-title h1 {
  text-align: center;
  display: block;
  width: 100%;
  color: #803221;
  font-size: 2.25rem;
  letter-spacing: normal; }
  @media (max-width: 1200px) {
    .page-title h1 {
      font-size: calc(1.35rem + 1.2vw) ; } }

.title h2, .title3 h2 {
  font-size: 1.5rem;
  color: #333;
  padding-left: 20px;
  background: rgba(128, 50, 33, 0.1);
  border-left: 5px solid #803221;
  border-bottom: 3px solid rgba(86, 86, 86, 0.1);
  padding: 5px 0 5px 10px; }
  @media (max-width: 1200px) {
    .title h2, .title3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.title2 h3 {
  position: relative;
  padding-left: 25px;
  font-size: 1.25rem;
  color: #333; }
  .title2 h3:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #803221; }
  .title2 h3:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 10px;
    width: 99%;
    border-bottom: solid 3px rgba(128, 50, 33, 0.5);
    max-width: 990px; }
    @media only screen and (max-width: 640px) {
      .title2 h3:after {
        width: 97%; } }

.title3 h3 {
  font-size: 1.25rem;
  color: #803221;
  padding-left: 20px;
  background: rgba(128, 50, 33, 0.1);
  padding: 5px 10px; }

.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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

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

.step-title h2, .step-title2 h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ed5d3d;
  font-family: "adobe-garamond-pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  border-top: solid 2px rgba(237, 93, 61, 0.3);
  border-bottom: solid 2px rgba(237, 93, 61, 0.3);
  background: rgba(237, 93, 61, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title h2, .step-title2 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .step-title h2:after, .step-title2 h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    content: '\f0a6\ ポイント';
    font-size: 0.875rem;
    background: #ed5d3d;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
.step-title h3, .step-title2 h3 {
  font-size: 1.5rem;
  background: #eee;
  color: #ed5d3d;
  position: relative;
  border-top: solid 2px #803221;
  border-bottom: solid 2px #803221;
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title h3, .step-title2 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title h3:after, .step-title2 h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", Montserrat, sans-serif;
    content: '\f5ad\ point';
    background: #803221;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em; }

.step-title2 h3:after {
  content: '\f4b6\ voice'; }

.step-title3 h2 {
  font-size: 1.5rem;
  color: #803221;
  line-height: 1.5em;
  border-bottom: 1px solid #ed5d3d;
  padding-bottom: 10px; }
  @media (max-width: 1200px) {
    .step-title3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title3 h2 span {
    background: #ed5d3d;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    margin-right: 5px; }

.staff-title h3 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  border-top: solid 2px rgba(128, 50, 33, 0.3);
  border-bottom: solid 2px rgba(128, 50, 33, 0.3);
  background: rgba(237, 93, 61, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f7f3\ STAFF';
    background: #803221;
    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: #333;
  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: #86c6c8;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h2:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
.land-title h3 {
  font-size: 1.125rem;
  color: #333;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .land-title h3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #86c6c8;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h3:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.artist-TBL table td {
  padding: 0 !important; }
@media only screen and (max-width: 640px) {
  .artist-TBL table tr {
    display: flex;
    flex-wrap: wrap; }
    .artist-TBL table tr td {
      width: 33.333% !important; } }
@media screen and (max-width: 350px) {
  .artist-TBL table tr td {
    width: 50% !important; } }

.infor-FLX {
  display: flex; }
  .infor-FLX .itext {
    height: auto !important; }
  .infor-FLX .box-img {
    width: 28%;
    margin: 1%; }
  .infor-FLX .box-txt {
    width: 68%;
    margin: 1%; }
  @media only screen and (max-width: 640px) {
    .infor-FLX {
      flex-direction: column; }
      .infor-FLX .box-img {
        width: 100%;
        margin: 0 auto 15px auto; }
      .infor-FLX .box-txt {
        width: 100%;
        margin: 0 auto 15px auto; } }

.items:not(.slick-initialized) {
  margin-left: 0; }
  .items:not(.slick-initialized) article {
    width: 23% !important;
    margin: 1% !important; }
    .items:not(.slick-initialized) article .photo {
      width: 100% !important;
      height: 170px !important; }
      .items:not(.slick-initialized) article .photo img {
        height: 170px !important;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .items:not(.slick-initialized) article .price {
      text-align: center; }
    .items:not(.slick-initialized) article button {
      margin: 0 auto; }
  @media screen and (max-width: 1050px) {
    .items:not(.slick-initialized) article {
      width: 31.333% !important;
      margin: 1% !important; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .items:not(.slick-initialized) article {
      width: 31.333% !important;
      margin: 1% !important; } }
  @media only screen and (max-width: 640px) {
    .items:not(.slick-initialized) article {
      width: 48% !important;
      margin: 1% !important; } }
  @media screen and (max-width: 350px) {
    .items:not(.slick-initialized) article {
      width: 98% !important;
      margin: 1% !important; } }

.items article {
  align-items: stretch !important; }

.table-template02 {
  background: rgba(51, 51, 51, 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: #803221;
    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: #333 !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: #333; }
  .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 #565656; }
  .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 #565656; }
  .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: #ed5d3d; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #ed5d3d; } }

@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: 835px) {
    .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: 2.0em; }
        .blog .wrap aside nav h3 {
          background: #333 !important; }
        .blog .wrap aside nav ul li {
          border-bottom: 1px dashed #ccc; }
          .blog .wrap aside nav ul li .blogside {
            color: #565656; }
            .blog .wrap aside nav ul li .blogside span {
              color: #ed5d3d;
              margin-left: 5px;
              display: block; }
        .blog .wrap aside nav > a {
          background: #803221 !important; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      min-width: auto; }
      .blog .wrap #contents article .date {
        color: #ed5d3d !important; }
      .blog .wrap #contents article div img {
        width: 48%;
        margin: 1%; }
      .blog .wrap #contents article .date {
        color: #ed5d3d !important; }
      .blog .wrap #contents article h2 {
        background: #ed5d3d;
        color: #fff !important;
        font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif; }
    @media only screen and (max-width: 835px) {
      .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); }

@media only screen and (max-width: 835px) {
  #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;
            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: 835px) {
    .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; }

/* 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 */
