@charset "UTF-8";
/*!
Theme Name: kira202002
Description: KIRAスタイル株式会社
Theme URI: https://www.kira202002.com
Version: 1.0
License: kira202002
License https://www.kira202002.com
*/
/****************************************

リセットCSSここから

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

共通変数

*****************************************/
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

フォント

*****************************************/
/****************************************

アニメーション系

*****************************************/
/* ホバー下線表示（左から） */
/* ホバー下線表示（左から,複数行） */
/* ホバー下線消える（左から,複数行） */
/* ホバー下線消える（左から） */
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #38312C;
  background: #F7F7F4;
  line-height: 2;
  letter-spacing: 0.05em;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************
フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

h1 {
  font-weight: bold;
  font-size: 2.7rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.4em;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #38312C;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #2E8DB7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tellink {
  text-decoration: none;
}

a.linkline {
  color: #2E8DB7;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#2E8DB7), to(#2E8DB7));
  background-image: linear-gradient(90deg, #2E8DB7, #2E8DB7); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
  padding-bottom: 0.1em;
}
a.linkline:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}

/* PCのの場合は電話番号のリンク無効 */
@media screen and (min-width: 768px) {
  a.tellink {
    pointer-events: none;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }
  header {
    position: relative;
    margin: 0 auto 0;
  }
  .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin: 0 auto;
    position: relative;
  }
  .header_top .logo {
    width: 14%;
    min-width: 240px;
    height: 270px;
    background: #F7F7F4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 19px 0;
    padding: 1.5%;
  }
  .header_top .logo a {
    display: block;
  }
  .header_top .logo img {
    width: 100%;
    height: auto;
  }
  .header_top .logo:hover {
    opacity: 0.85;
  }
  .header_top .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 280px;
  }
  .header_top .header_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    background: #F4BB22;
    z-index: 99;
    height: 140px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_top .header_info:hover {
    opacity: 0.95;
    background: #603814;
  }
  .header_top .header_info.reserve_head {
    background: #2F8EB7;
    right: 140px;
    border-radius: 0 0 0px 12px;
  }
  .header_top .header_info.reserve_head a.contact_btn_head {
    background: url(images/icon_header_reserve.png) top 39px center no-repeat;
  }
  .header_top .header_info.reserve_head:hover {
    background: #5AB5D7;
  }
  a.contact_btn_head {
    text-decoration: none;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-break: keep-all;
    height: 150px;
    width: 100%;
    background: url(images/icon_header_mail.png) top 45px center no-repeat;
    padding: 40px 20px;
  }
  a.contact_tel {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0em;
    text-decoration: none;
    padding-left: 30px;
    background: url(images/icon_header_tel.png) center left no-repeat;
    background-size: 20px;
    word-break: keep-all;
    font-family: "Lato", sans-serif;
  }
  /* 画像の場合 */
  a.contact_tel_img {
    display: block;
  }
  .sns_bnr {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_bnr a {
    margin-left: 20px;
  }
  .header_sns {
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .header_sns a {
    margin-bottom: 25px;
  }
  .sidebtn {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.5%;
    z-index: 9;
  }
  .sidebtn a {
    position: relative;
  }
  /* スクロール */
  .scroll a {
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 2;
    padding: 0px 5px 80px;
    color: #41200B;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .scroll a:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 1px;
    height: 70px;
    background: #41200B;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: scroll-sign 1.9s cubic-bezier(0.3, 1, 0.57, 1) infinite both;
            animation: scroll-sign 1.9s cubic-bezier(0.3, 1, 0.57, 1) infinite both;
  }
  @-webkit-keyframes scroll-sign {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
  }
  @keyframes scroll-sign {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
  }
  .scroll a:hover {
    color: rgba(46, 141, 183, 0.75);
  }
  .scroll a:hover:after {
    background: rgba(46, 141, 183, 0.75);
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
  }
  .header_top {
    min-height: 70px;
    padding: 15px;
  }
  .logo a {
    display: block;
    z-index: 9;
    max-width: 222px;
    position: relative;
  }
  .header_right {
    display: none;
  }
  .header_info {
    display: none;
  }
  .header_txt {
    display: none;
  }
  a.contact_tel {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 24px;
    background: url(images/icon_header_tel.png) center left no-repeat;
    background-size: 20px;
    font-family: "Lato", sans-serif;
  }
  /* 画像の場合 */
  a.contact_tel_img {
    display: block;
  }
  .sns_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_bnr a {
    margin-left: 10px;
  }
  #toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    width: 50px;
    height: 50px;
    padding: 15px 12px 0;
    background: #3198C4;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FFF;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 8px;
  }
  #toggle span:nth-child(3) {
    top: 16px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #FFF;
  }
  .open_navi #toggle span {
    background: #333;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
            transform: translateY(8px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
            transform: translateY(-8px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(40, 152, 200, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 20px 20px 30px;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  #sp_navi .menu .menu-item span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-family: "Lato", sans-serif;
  }
  #sp_navi .menu .menu-item a {
    display: block;
    padding: 15px 0;
  }
  #sp_navi .menu .menu-item a:link, #sp_navi .menu .menu-item a:visited, #sp_navi .menu .menu-item a:hover, #sp_navi .menu .menu-item a:active {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: none;
  }
  #sp_navi .sub-menu .menu-item {
    position: relative;
    width: 100%;
    border-bottom: none;
  }
  #sp_navi .sub-menu .menu-item > a {
    display: block;
    padding: 5px 0 5px 26px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #sp_navi .sub-menu .menu-item > a:link, #sp_navi .sub-menu .menu-item > a:visited, #sp_navi .sub-menu .menu-item > a:hover, #sp_navi .sub-menu .menu-item > a:active {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
  }
  #sp_navi .sub-menu .menu-item > a::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 10px;
    width: 10px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
  }
  #sp_navi .sub-menu .menu-item:last-child a {
    padding-bottom: 15px;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    right: 0px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  /* spナビ ロゴ */
  .sp_navi_logo {
    width: 220px;
    height: auto;
    margin: 15px 0 0 15px;
  }
  .sp_navi_logo img {
    width: 100%;
    height: auto;
  }
  /* spナビ インフォメーション */
  .sp_navi_info {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }
  .sp_navi_info_tit {
    margin-bottom: 15px;
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
  }
  .sp_navi_info_tit span {
    position: relative;
    display: inline-block;
    padding: 0 17px;
  }
  .sp_navi_info_tit span::before, .sp_navi_info_tit span::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
  }
  .sp_navi_info_tit span::before {
    left: 0;
  }
  .sp_navi_info_tit span::after {
    right: 0;
  }
  .sp_navi_txt {
    color: #FFF;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  /* 画像付(色分け) */
  .sp_navi_btn {
    max-width: 320px;
    width: 100%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #FFF;
    border-radius: 25px;
    margin: 0 auto;
  }
  .sp_navi_btn a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #2C8CB7;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .sp_navi_btn a:before {
    content: "";
    background: url(images/icon_sp_navi_reserve.png) no-repeat;
    width: 22px;
    height: 31px;
    margin-right: 15px;
  }
  .sp_navi_btn:hover {
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: auto;
  padding: 0 20px;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  #g_navi {
    padding: 0 10px;
  }
}
#g_navi .menu {
  *zoom: 1;
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g_navi .menu li {
  position: relative;
  width: auto;
  text-align: center;
  line-height: 0;
}
#g_navi .menu li a {
  display: block;
  height: 100px;
  padding: 0 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0em;
  color: #503F38;
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  #g_navi .menu li a {
    padding: 15px;
  }
}
#g_navi .menu li a span {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #6CA686;
  font-family: "Lato", sans-serif;
  margin-top: 5px;
}
#g_navi .menu li a:hover {
  color: #2E8DB7;
  translate: 0.4s linear;
}
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  height: auto;
  /* プルダウン幅指定の場合 */
  min-width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#g_navi .menu li ul li a {
  width: 100%;
  height: auto;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 400;
  background: rgba(46, 141, 183, 0.95);
  color: #fff;
  text-align: center;
  opacity: 0.95;
  text-shadow: none;
}
#g_navi .menu li ul li a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #2E8DB7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 3px;
    background: #2E8DB7;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:hover::after {
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .menu-item-has-children > a {
    cursor: pointer;
  }
}
/****************************************

ティーザー

*****************************************/
#top_mv {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  width: calc(100% - 160px);
  text-align: center;
}
#top_mv .top_mv_img {
  width: 100%;
  height: auto;
}

.top_mv_txt {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25.9%;
}
.top_mv_txt .mv_txtimg {
  width: 100%;
  height: auto;
}

.mv {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0px auto;
}
@media print, screen and (min-width: 768px) {
  .mv {
    padding: 0 80px;
  }
}
.mv .mv_bg {
  background-size: cover;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1760px;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_bg {
    padding-top: 65px;
  }
}
.mv .mv_sale {
  background: url(images/mv_sale_bg.jpg) top center no-repeat;
  background-size: cover;
}
.mv .mv_service {
  background: url(images/mv_service_bg.jpg) top center no-repeat;
}
.mv .mv_about {
  background: url(images/mv_about_bg.jpg) top center no-repeat;
}
.mv .mv_contact {
  background: url(images/mv_contact_bg.jpg) top center no-repeat;
}
.mv .mv_company {
  background: url(images/mv_company_bg.jpg) top center no-repeat;
}
.mv .mv_txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 100%;
    position: relative;
    height: calc(100vh - 130px);
  }
  #top_mv .top_mv_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
  .top_mv_txt {
    width: 77.3%;
    margin: 10px auto 0px;
  }
  .top_mv_txt .mv_txtimg {
    width: 100%;
    height: auto;
  }
  .mv {
    width: 100%;
    height: auto;
  }
  .mv .mv_bg {
    height: auto;
    background: none;
  }
}
/****************************************

タイトル

*****************************************/
.headline {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 60px;
  text-align: center;
  padding: 30px 90px 30px;
  background: url(images/top_box_tit_bg01.png) top left no-repeat, url(images/top_box_tit_bg02.png) center right no-repeat;
  display: inline-block;
  min-height: 100px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#single_box .headline {
  font-size: 3rem;
  margin-top: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 背景色（左右リボン） */
.subhead01 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #5AB5D7; /*背景色*/
  position: relative;
  text-align: center;
  color: #FFF; /*文字色*/
  line-height: 1.2;
  padding: 18px 10px 20px;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  /*リボン*/
}
.subhead01 span {
  /*線*/
}
.subhead01 span:before, .subhead01 span:after {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  position: absolute;
  left: -20px;
  z-index: 2;
}
.subhead01 span:before {
  top: 5px;
  border-top: solid 1px rgba(255, 255, 255, 0.5); /*上線*/
}
.subhead01 span:after {
  bottom: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); /*下線*/
}
.subhead01:before, .subhead01:after {
  content: "";
  width: 20px;
  height: 100%;
}
.subhead01:before {
  /*左端の山形(上半分,下半分)*/
  left: -20px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #5AB5D7), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, #5AB5D7), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, #5AB5D7 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #5AB5D7 50%, transparent 50%) bottom left/100% 50% no-repeat;
}
.subhead01:after {
  /*右端の山形(上半分,下半分)*/
  right: -20px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #5AB5D7), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(50%, #5AB5D7), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom right, #5AB5D7 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top right, #5AB5D7 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

/* 二重下線（03/04 3列投稿） */
.subhead02 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3F332C;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-bottom: 18px;
  border-bottom: 4px double #8FBFCF;
}

/* 二重下線（08 blog） */
/* 背景色（右リボン） */
.subhead03 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  background: #5AB5D7; /*背景色*/
  background: url(images/subhead02_icon.png) center right 8px no-repeat, #5AB5D7; /*背景色*/
  position: relative;
  color: #FFF; /*文字色*/
  line-height: 1.2;
  padding: 18px 0px 20px;
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*リボン*/
}
.subhead03 .staff_tag {
  color: #2E8DB7;
  background: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-right: 22px;
  padding: 7px 20px;
  text-align: center;
  min-width: 110px;
}
.subhead03 .line_white {
  /*線*/
}
.subhead03 .line_white:before, .subhead03 .line_white:after {
  content: "";
  width: 100%;
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.subhead03 .line_white:before {
  top: 5px;
  border-top: solid 1px rgba(255, 255, 255, 0.5); /*上線*/
}
.subhead03 .line_white:after {
  bottom: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); /*下線*/
}
.subhead03:after {
  content: "";
  width: 20px;
  height: 100%;
}
.subhead03:after {
  /*右端の山形(上半分,下半分)*/
  right: -20px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #5AB5D7), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(50%, #5AB5D7), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom right, #5AB5D7 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top right, #5AB5D7 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.6rem;
    padding: 30px 65px 30px;
    margin-bottom: 30px;
  }
  #single_box .headline {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 15px;
    padding: 30px 30px 30px;
  }
  .subhead01 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .subhead02 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .subhead03 {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .subhead03 .staff_tag {
    margin-right: 15px;
    min-width: 90px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin: 95px 0 0px;
}

main#page_main {
  padding: 0px calc((100% - 1200px) / 2) 50px;
  margin: 0px auto;
}

.breadcrumb_area {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.breadcrumb_area .breadcrumb {
  padding: 35px 0px 30px;
  line-height: 1.5;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.breadcrumb_area .breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.08em;
  color: #38312C;
}
.breadcrumb_area .breadcrumb a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background: #38312C;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.breadcrumb_area .breadcrumb a:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.breadcrumb_area .breadcrumb a:hover {
  color: #603814;
}

.none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
  }
  .breadcrumb_area .breadcrumb {
    position: relative;
    padding: 10px 10px 30px;
    left: auto;
    bottom: auto;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.4rem;
  }
  main#top_main {
    width: 100%;
    padding: 0px 10px;
    margin: 15px auto 0px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
/* 白丸（矢印付◢） */
.btn01 {
  width: 200px;
  background: #603814;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 20px;
}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 7px 20px 8px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  /* 右矢印(◢) */
  /* 右矢印(―) */
}
.btn01 a:before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 15px;
  border: 3px solid transparent;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01 a:after {
  content: "";
  vertical-align: middle;
  line-height: 1;
  width: 19px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01:hover {
  background: #2E8DB7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01:hover a:before {
  right: 12px;
}
.btn01:hover a:after {
  right: 12px;
}

/* 文字（文字+丸矢印○_◢） */
.btn02 {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  display: inline-block;
}
.btn02 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 9px 60px 10px 0px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  /* 右矢印 */
  /* 黄緑円 */
}
.btn02 a .btn_line {
  border-bottom: 1px solid #38312C;
  padding-bottom: 3px;
}
.btn02 a .btn_arrow {
  /* 右矢印(―) */
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 19px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 2;
  /* 右矢印(◢) */
}
.btn02 a .btn_arrow:before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 0px;
  border: 3px solid transparent;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn02 a:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: #603814;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.btn02:hover a {
  color: #2E8DB7;
}
.btn02:hover a .btn_line {
  border-bottom: 1px solid #2E8DB7;
}
.btn02:hover a .btn_arrow {
  color: #FFF;
}
.btn02:hover a:after {
  background: rgba(46, 141, 183, 0.75);
  right: -5px;
  width: 56px;
  height: 56px;
}

/* 画像付(色分け) */
.btn03 {
  width: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #FFF;
  border-radius: 41px;
  border: 3px solid #5AB5D7;
}
.btn03 a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2C8CB7;
  padding: 18px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn03 a span {
  /* 右矢印(―) */
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 27px;
  height: 1px;
  background: #2C8CB7;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 2;
  /* 右矢印(◢) */
}
.btn03 a span:after {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  right: 0px;
  border: 4px solid transparent;
  border-left: 4px solid #2C8CB7;
  border-bottom: 4px solid #2C8CB7;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn03 a:before {
  content: "";
  background: url(images/btn_icon01.png) no-repeat;
  width: 30px;
  height: 43px;
  margin-right: 25px;
}
.btn03:nth-of-type(2) {
  border: 3px solid #06C755;
}
.btn03:nth-of-type(2) a {
  color: #06C654;
}
@media print, screen and (min-width: 768px) {
  .btn03:nth-of-type(2) a {
    padding-left: 57px;
  }
}
.btn03:nth-of-type(2) a span {
  background: #06C755;
}
.btn03:nth-of-type(2) a span:after {
  border-left: 4px solid #06C755;
  border-bottom: 4px solid #06C755;
}
.btn03:nth-of-type(2) a:before {
  background: url(images/btn_icon02.png) no-repeat;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}
.btn03:nth-of-type(3) {
  border: 3px solid #F4BB22;
}
.btn03:nth-of-type(3) a {
  color: #E9AC0C;
}
@media print, screen and (min-width: 768px) {
  .btn03:nth-of-type(3) a {
    padding-left: 57px;
  }
}
.btn03:nth-of-type(3) a span {
  background: #F4BB22;
}
.btn03:nth-of-type(3) a span:after {
  border-left: 4px solid #F4BB22;
  border-bottom: 4px solid #F4BB22;
}
.btn03:nth-of-type(3) a:before {
  background: url(images/btn_icon03.png) no-repeat;
  width: 36px;
  height: 25px;
  margin-right: 20px;
}
.btn03:hover {
  background: rgba(255, 255, 255, 0.95);
  opacity: 0.75;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn03:hover a span {
  right: 20px;
}

.btn_center p, .center_btn {
  margin: 0 auto;
}

.btn_right p {
  margin-left: auto;
}

/* トップページ複数並び */
.multi_column_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .multi_column_btn p:not(:last-child) {
    margin-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .btn01 {
    width: 95%;
    margin: 0 auto;
  }
  .btn01 a {
    font-size: 1.3rem;
  }
  .btn03 {
    width: 100%;
    margin: 0 auto;
  }
  .btn03 a {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .btn03 a span {
    right: 15px;
  }
  .btn03 a:before {
    margin-right: 15px;
  }
  .btn03:nth-of-type(2) a:before, .btn03:nth-of-type(3) a:before {
    margin-right: 15px;
  }
  .btn03:hover a span {
    right: 10px;
  }
  /* bg-img */
  .contact_btn {
    width: 100%;
    margin: 0 auto;
  }
  .contact_btn a {
    font-size: 1.5rem;
    padding: 15px 15px;
  }
  .multi_column_btn {
    padding: 0 10px;
  }
  .multi_column_btn p:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  max-width: 1572px;
  margin: 0 auto;
  position: relative;
}
.top_box01 .top_box01_inner {
  padding: 10px 0 100px;
  max-width: 1200px;
  margin: 0 auto;
  background: url(images/top_box01_bg01.png) top left no-repeat, url(images/top_box01_bg02.png) bottom 35px left 33% no-repeat;
}
.top_box01 .top_box01_tit {
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top_box01 figure {
    position: absolute;
    top: 140px;
    right: 0px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) and (min-width: 768px) {
  .top_box01 figure {
    width: 14%;
  }
  .top_box01 figure img {
    width: 100%;
    height: auto;
  }
}

.top_box02 {
  padding: 60px calc((100% - 1520px) / 2) 100px;
  background: url(images/bg_dot.png) top 5px center;
}
.top_box02 .top_box02_tit {
  margin-bottom: 50px;
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
}
.top_box02 .top_box02_tit .top_box02_tit_deco {
  position: absolute;
  top: -63px;
  left: -82px;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .flex {
    margin: 0 20px;
  }
  .top_box02 .flex iframe {
    width: 48.6%;
  }
}

.top_box03 {
  padding: 110px 5px 10px;
}
@media print, screen and (min-width: 768px) {
  .top_box03 .top_box_tit {
    text-align: left;
    margin-right: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_box03 .top_box03_tit_wrap {
    width: 1360px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_box03 .top_box03_tit_wrap p {
    padding-bottom: 10px;
  }
}
.top_box03 .top_box03_inner {
  max-width: 1200px;
  margin: 0 auto 90px;
  text-align: right;
}

/* ループスライダー*/
#loopSlide {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 290px;
}
.simply-scroll-list li {
  display: block;
  float: left;
  width: auto;
  margin-right: 40px;
  overflow: hidden;
  border-radius: 12px;
}
.simply-scroll-list li img {
  display: block;
  width: 350px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.top_box_tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  color: #3296BF;
  text-align: center;
  display: inline-block;
  background: url(images/top_box_tit_bg01.png) center left no-repeat, url(images/top_box_tit_bg02.png) center right no-repeat;
  padding: 15px 80px 0px;
  font-family: "Lato", sans-serif;
  min-height: 100px;
}
.top_box_tit span {
  font-size: 4.8rem;
  display: block;
  font-family: "Lato", sans-serif;
}

.top_box04 {
  padding: 95px calc((100% - 1200px) / 2) 100px;
  background: url(images/bg_blue_stripe.png);
}
.top_box04 .top_box_tit {
  margin-bottom: 30px;
  background: url(images/top_box04_tit_bg01.png) center left no-repeat, url(images/top_box04_tit_bg02.png) center right no-repeat;
  padding: 15px 90px 0px 80px;
}
.top_box04 .top_box04_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 画像 */
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .top_box04 .top_box04_flex {
    text-align: center;
  }
}
.top_box04 .top_box04_flex li {
  position: relative;
}
.top_box04 .top_box04_flex li p {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 25px;
}

.top_box05 {
  padding: 95px calc((100% - 1200px) / 2) 100px;
}
.top_box05 .top_box_tit {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .top_box05 .top_box_tit {
    padding: 15px 85px 0px 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_box05 .top_box05_txt {
    width: 650px;
  }
}

.top_box06 {
  max-width: 1200px;
  margin: 0 auto;
  background: url(images/top_box06_bg01.png);
  padding: 10px;
  border-radius: 9px;
}
.top_box06 .top_box06_inner {
  position: relative;
  padding: 90px 50px 40px 60px;
  background: #FFF;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .top_box06 .top_box06_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_box06 .top_box06_inner #blog_top {
    width: 840px;
  }
}
.top_box06 .top_box_tit {
  margin-bottom: 0px;
  background: url(images/top_box06_tit_bg.png) top right no-repeat;
  padding: 60px 20px 0px 0px;
}
@media print, screen and (min-width: 768px) {
  .top_box06 .top_box06_inner .btn02 {
    position: absolute;
    top: 280px;
    left: 65px;
    margin-top: 10px;
  }
}

.top_box07 {
  padding: 95px calc((100% - 1210px) / 2);
}
.top_box07 .top_box07_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 10px 10px 30px;
  }
  .top_box01 .top_box01_inner {
    background: url(images/top_box01_bg01.png) top left 10% no-repeat, url(images/top_box01_bg02.png) bottom 10px center no-repeat;
    background-size: contain;
    background-size: 98% auto, 95% auto;
    padding: 40px 10px 30px;
  }
  .top_box01 .top_box01_tit {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_tit span {
    font-size: 3.6rem;
    margin: 0 15px 5px 0;
  }
  .top_box01 figure {
    text-align: center;
  }
  .top_box_tit {
    margin-bottom: 20px;
  }
  .top_box_tit span {
    font-size: 3rem;
  }
  .top_box02 {
    padding: 50px 10px 60px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box02 .top_box02_tit {
    margin-bottom: 25px;
  }
  .top_box02 .top_box02_tit img {
    width: 80%;
  }
  .top_box02 .top_box02_tit .top_box02_tit_deco {
    top: -70px;
    left: 0px;
    width: auto;
    max-width: 150px;
  }
  .top_box02 iframe {
    height: 250px;
  }
  .top_box03 {
    padding: 50px 10px 10px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box03 figure {
    margin-bottom: 15px;
  }
  .top_box03 .top_box03_tit_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .top_box03 .top_box03_tit_wrap p {
    text-align: left;
  }
  .top_box03 .top_box03_inner {
    margin: 0 auto 40px;
  }
  /* ループスライダー*/
  #loopSlide {
    margin-bottom: 30px;
  }
  .simply-scroll-list {
    height: 200px;
  }
  .simply-scroll-list li img {
    width: 225px;
    height: 200px;
  }
  .top_box04 {
    width: calc(100% + 20px);
    padding: 10px 6% 20px;
    margin: 0 0px 0px -10px;
    background: url(images/top_box04_bg.jpg) bottom right no-repeat;
    background-size: cover;
  }
  .top_box04 .top_box04_flex {
    margin-bottom: 0px;
  }
  .top_box04 .top_box04_flex li {
    margin: 0 auto 50px;
    font-size: 1.3rem;
  }
  .top_box05 {
    padding: 0px 10px 60px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box05 .top_box05_inner {
    padding: 0 15px;
  }
  .top_box06 .top_box06_inner {
    padding: 20px 15px 30px;
  }
  .top_box06 .top_box_tit {
    padding: 25px 100px 0px 0;
    margin-bottom: 10px;
  }
  .top_box07 {
    padding: 50px 10px 50px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box07 .top_box07_flex {
    gap: 2%;
  }
  .top_box07 .top_box07_flex li {
    width: 48%;
    margin: 0 auto 20px;
  }
}
/****************************************

content下層用

*****************************************/
/* 下層共通 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_wauto {
  width: auto;
  max-width: 100%;
}

.img_radius {
  overflow: hidden;
  border-radius: 11px;
}

.img_radius_100 {
  overflow: hidden;
  border-radius: 100%;
}

.shadow {
  -webkit-box-shadow: 0 0 8px rgba(75, 38, 0, 0.25);
          box-shadow: 0 0 8px rgba(75, 38, 0, 0.25);
}

.pt_txt {
  padding-top: 30px;
}

.txt730 {
  width: 730px;
}

.txt790 {
  width: 790px;
}

.txt860 {
  width: 860px;
}

.txt890 {
  width: 890px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.blue_bg {
  padding: 40px;
  background: url(images/bg_blue_stripe.png) repeat;
}
.blue_bg dt {
  font-weight: 900;
  margin-bottom: 10px;
  color: #20637E;
}
.blue_bg dd {
  font-size: 1.4rem;
}

figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radius_img {
    width: 100%;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt790, .txt860, .txt890, .txt730, .w1000, .w1200 {
    width: 100%;
  }
  .blue_bg {
    padding: 20px;
  }
  .blue_bg dt {
    margin-bottom: 5px;
  }
  .blue_bg dd {
    font-size: 1.3rem;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  figcaption {
    font-size: 1.4rem;
  }
}
/****************************************

content下層用

*****************************************/
/* 02車販売について */
.products_box {
  margin-bottom: 20px;
}
.products_box .products_tit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px dotted #C6AD93;
  padding: 0 15px 20px;
  margin-bottom: 20px;
}
.products_box .products_tit img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .products_box .products_tit img {
    margin-left: -30px;
  }
}

.products_txt {
  background: url(images/bg_logo.png) bottom 15px right 15px no-repeat, url(images/bg_dot.png);
  border-radius: 19px;
  padding: 35px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .products_txt {
    width: 950px;
  }
}
.products_txt:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/arrow_left.png) no-repeat;
  width: 35px;
  height: 50px;
}

/* 05車検・整備・修理 */
.maintenance_list {
  line-height: 1.5;
}
.maintenance_list dl {
  background: url(images/bg_brown_stripe.png) bottom left repeat-x;
  padding: 28px 0 8px;
}
@media print, screen and (min-width: 768px) {
  .maintenance_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .maintenance_list dl dt {
    margin-right: 15px;
  }
  .maintenance_list dl dt img {
    margin-top: 5px;
  }
}
.maintenance_list dl dd {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3F332C;
}
@media print, screen and (min-width: 768px) {
  .maintenance_list dl dd {
    width: 620px;
  }
}

/* 07自動車買取 */
.flow_box {
  background: url(images/bg_blue_stripe.png) repeat;
}
.flow_box .reuse_tit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 4px double #8FBFCF;
  padding: 0 15px 15px;
  margin-bottom: 20px;
}
.flow_box .reuse_tit img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .flow_box .reuse_tit img {
    margin-left: -25px;
  }
}
@media print, screen and (min-width: 768px) {
  .flow_box figure {
    margin-top: 15px;
  }
}

/* 10店舗概要 */
.shop_box {
  max-width: 820px;
  margin: 0 auto;
}
.shop_box .shop_tit {
  font-size: 2.6rem;
  font-weight: bold;
  color: #503F38;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .shop_box .shop_tit {
    text-align: center;
  }
}
.shop_box .shop_tit span {
  font-size: 3.2rem;
}
.shop_box figure {
  padding: 20px 0 0;
  background: url(images/shop_bg01.png) top right 25px no-repeat, url(images/shop_bg02.png) bottom 15px center no-repeat;
}

.orange {
  color: #FF7F00;
}

/* 13企業理念 */
.philosophy_tit {
  font-size: 3rem;
  font-weight: 800;
  color: #503F38;
  line-height: 1.5;
  margin-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .philosophy_tit {
    text-align: center;
  }
}
.philosophy_tit span {
  font-size: 3.4rem;
}

.philosophy_box {
  background: url(images/philosophy_bg.png) bottom left 30px no-repeat;
}
@media print, screen and (min-width: 768px) {
  .philosophy_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.philosophy_box .philosophy_part {
  background: url(images/bg_blue_stripe.png) top center;
  position: relative;
  padding: 50px 30px 30px;
  border-radius: 12px;
}
.philosophy_box .philosophy_part:not(:last-of-type) {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .philosophy_box .philosophy_part {
    width: 580px;
    text-align: center;
  }
}
.philosophy_box .philosophy_part img {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.philosophy_box .philosophy_part h3 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #503F38;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* 03中古車の在庫一覧、04新車納車実績、08お知らせ　詳細ページ */
#single_box {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  /* 02車販売について */
  .products_box {
    margin-bottom: 40px;
  }
  .products_box .products_tit {
    font-size: 1.9rem;
    line-height: 1.4;
    padding: 0 10px 10px;
    margin-bottom: 15px;
  }
  .products_box .products_tit img {
    margin-top: -10px;
    margin-left: -15px;
  }
  .products_txt {
    padding: 25px;
  }
  .products_txt:before {
    top: -35px;
    left: 45%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 15px;
  }
  /* 05車検・整備・修理 */
  .maintenance_list {
    line-height: 1.5;
  }
  .maintenance_list dl {
    background: url(images/bg_brown_stripe.png) bottom left repeat-x;
    padding: 15px 0 12px;
  }
  .maintenance_list dl dt img {
    margin-bottom: 5px;
  }
  .maintenance_list dl dd {
    font-size: 1.6rem;
  }
  /* 07自動車買取 */
  .flow_box .reuse_tit {
    font-size: 1.9rem;
    line-height: 1.4;
    padding: 0 10px 10px;
    margin-bottom: 15px;
  }
  .flow_box .reuse_tit img {
    margin-top: -10px;
    margin-left: -15px;
  }
  /* 10店舗概要 */
  .shop_box .shop_tit {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 0px;
    display: inline-block;
  }
  .shop_box .shop_tit span {
    font-size: 2.1rem;
  }
  .shop_box figure {
    padding: 70px 0 55px;
    background: url(images/shop_bg01.png) top right no-repeat, url(images/shop_bg02.png) bottom 15px center no-repeat;
    background-size: contain;
  }
  /* 13企業理念 */
  .philosophy_tit {
    font-size: 1.9rem;
    line-height: 1.4;
    margin-bottom: 65px;
  }
  .philosophy_tit span {
    font-size: 2.2rem;
  }
  .philosophy_box {
    padding: 0 0 100px;
    background: url(images/philosophy_bg.png) bottom center no-repeat;
    background-size: contain;
  }
  .philosophy_box .philosophy_part {
    padding: 30px 30px 20px;
  }
  .philosophy_box .philosophy_part:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .philosophy_box .philosophy_part img {
    max-width: 80%;
  }
  .philosophy_box .philosophy_part h3 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
  }
  /* 03中古車の在庫一覧、04新車納車実績、08お知らせ　詳細ページ */
  #single_box {
    font-size: 1.4rem;
  }
  #single_box img {
    width: auto;
  }
}
/****************************************

content下層用（共通パーツ）

*****************************************/
/* お問い合わせ */
#mail_form {
  padding: 0 calc((100% - 1200px) / 2);
  margin: 0 auto 120px;
}
@media print, screen and (min-width: 768px) {
  #mail_form {
    line-height: 1.8;
    text-align: center;
  }
}

/* 3列flex(txt) */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex .three_column_parts {
  width: 380px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex .three_column_parts:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.three_column_flex .three_column_parts img {
  margin-bottom: 15px;
}

/* フロー */
.flow_box {
  position: relative;
  margin-bottom: 60px;
  border-radius: 12px;
  padding: 25px 30px 40px;
  /* +▼ */
}
.flow_box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background: url(images/arrow.png) no-repeat;
  bottom: -35px;
  width: 100px;
  height: 35px;
}
.flow_box:last-of-type:before, .flow_box:last-of-type:after {
  content: none;
}

/* リスト共通（色付きマーカー） */
@media print, screen and (min-width: 768px) {
  .color_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.color_list li {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.color_list li::before {
  content: "";
  margin-right: 10px;
  border: 5px solid #2F8EB7;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .three_column_flex .three_column_parts {
    width: 100%;
    margin-bottom: 30px;
  }
  .three_column_flex .three_column_parts img {
    margin-bottom: 10px;
  }
  .flow_box {
    padding: 20px 20px 25px;
  }
}
/****************************************

sidebar/aside（テキスト）

*****************************************/
.bottom_box {
  padding: 75px calc((100% - 1200px) / 2) 90px;
  background: url(images/bg_dot.png) top center;
}

@media print, screen and (min-width: 768px) {
  .bottom_box_inner {
    width: 580px;
  }
  .bottom_box_inner p {
    line-height: 1.8;
  }
  .bottom_box_inner .top_box_tit {
    margin-bottom: 45px;
    padding: 15px 95px 0px 90px;
  }
  .bottom_box_inner .bottom_box_calender {
    width: 580px;
  }
}

.bottom_box_btn p {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .bottom_box_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .bottom_box_contact .contact_tel_img {
    margin-left: 25px;
  }
}

.bottom_box02 {
  height: 400px;
}
.bottom_box02 iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  .bottom_box {
    width: calc(100% + 20px);
    padding: 40px 6% 40px;
    margin: 0 0px 0px -10px;
  }
  .bottom_box_tit {
    font-size: 1.4rem;
    line-height: 1.4;
    background-size: cover;
    padding: 30px 0px 0;
    text-align: left;
    margin: 0px 20px 30px;
  }
  .bottom_box_tit span {
    font-size: 3.4rem;
    margin-bottom: 5px;
  }
  .bottom_box_contact {
    margin: 15px 20px 20px;
  }
}
/****************************************

テーブル

*****************************************/
table {
  line-height: 1.7;
}

td p {
  font-size: 100%;
}

/* 表2列(下線) */
.shop_table, .greeting_table, .overview_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
}
.shop_table th, .greeting_table th, .overview_table th {
  width: 25%;
  padding: 20px 40px 20px;
  color: #21637E;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .shop_table th, .greeting_table th, .overview_table th {
    border-bottom: 1px solid #2F8EB7;
  }
}
.shop_table td, .greeting_table td, .overview_table td {
  width: 75%;
  padding: 20px 40px 20px;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* 1列(下線) */
  .shop_table, .greeting_table, .overview_table {
    border-top: 2px solid #2F8EB7;
    border-bottom: 2px solid #2F8EB7;
  }
  .shop_table th, .greeting_table th, .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 15px 5px;
    font-weight: bold;
  }
  .shop_table td, .greeting_table td, .overview_table td {
    display: block;
    width: 100%;
    padding: 0px 15px 15px;
  }
  .shop_table tr:last-child td, .greeting_table tr:last-child td, .overview_table tr:last-child td {
    border: none;
  }
}
/****************************************

共通div

*****************************************/
.mb130 {
  margin-bottom: 130px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mb130,
  .mb120,
  .mb110,
  .mb100,
  .mb95,
  .mb90,
  .mb85,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb45,
  .mb40 {
    margin-bottom: 30px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 30px;
}

/* 配置 */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}
/* 赤文字*/
.red {
  color: #e41010;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.blue {
  color: #2E8DB7;
}

.brown {
  color: #603814;
}

.big {
  font-size: 1.8rem;
}

.big_20 {
  font-size: 2rem;
}

.big_26 {
  font-size: 2.6rem;
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

.small_13 {
  font-size: 1.3rem;
}

.small_14 {
  font-size: 1.4rem;
}

.small_15 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .big_20 {
    font-size: 1.7rem;
  }
  .big_26 {
    font-size: 2rem;
  }
}
/****************************************

blog トップ用（テキスト標準）

*****************************************/
#blog_top {
  width: 100%;
  height: auto;
  overflow-y: scroll;
  height: 300px;
  padding: 4px 30px 0px 0px;
}

.blog_top_parts {
  padding: 28px 30px 28px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
}
.blog_top_parts:first-child {
  padding: 10px 30px 28px 20px;
}
.blog_top_parts time {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  word-break: keep-all;
  position: relative;
  color: #3296BF;
  line-height: 1.2;
  margin-right: 40px;
  font-family: "Lato", sans-serif;
}
.blog_top_parts a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.blog_top_parts .blog_top_tit {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.blog_top_parts p {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  #blog_top {
    width: 100%;
    margin-bottom: 40px;
  }
  #blog_top .blog_top_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    padding: 15px 10px 15px 10px;
    line-height: 1;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #blog_top .blog_top_parts time {
    font-size: 1.4rem;
  }
  #blog_top .blog_top_parts .blog_top_tit {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  #blog_top .blog_top_parts a {
    font-size: 1.4rem;
  }
}
/****************************************

voice トップ用（img横並び＋カスタムタイトル）

*****************************************/
#voice_top {
  margin-bottom: 55px;
}

.voice_top_parts {
  height: auto;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .voice_top_parts .voice_top_parts_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.voice_top_parts a {
  text-decoration: none;
}
.voice_top_parts .voice_top_tit {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #FFF;
  padding: 15px 30px;
  background: #2E8DB7;
  width: 100%;
  display: inline-block;
}
.voice_top_parts .voice_top_subtit {
  font-size: 1.6rem;
  color: #575757;
  font-weight: bold;
  border-bottom: 1px solid #5AB5D7;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.voice_top_parts .voice_top_subtit span {
  color: #FFF;
  background: #603814;
  font-size: 1.3rem;
  padding: 3px 25px;
  min-width: 90px;
  border-radius: 13px;
  margin-right: 20px;
}
.voice_top_parts .voice_top_txt {
  font-size: 1.5rem;
  letter-spacing: 0.04em !important;
}
@media print, screen and (min-width: 768px) {
  .voice_top_parts .voice_top_txt {
    width: 700px;
  }
}
.voice_top_parts .voice_top_img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .voice_top_parts .voice_top_img {
    margin-right: 20px;
  }
}
.voice_top_parts .voice_top_img img {
  width: 450px;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 767px) {
  #voice_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  #voice_top .voice_top_parts {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #voice_top .voice_top_parts:nth-child(2n) {
    margin-right: 0;
  }
  #voice_top .voice_top_parts a {
    font-size: 1.4rem;
  }
  #voice_top .voice_top_parts .voice_top_tit {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: center;
  }
  #voice_top .voice_top_parts .voice_top_img {
    height: 200px;
    margin: 0 auto 10px;
    text-align: center;
  }
  #voice_top .voice_top_parts .voice_top_img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
/****************************************

reviews トップ用（枠＋カスタムレート）

*****************************************/
#reviews_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reviews_top a {
  text-decoration: none;
}

.reviews_top_parts {
  width: 380px;
  margin-right: 30px;
  border: 3px solid #5AB5D7;
  padding: 40px 30px 35px;
}
.reviews_top_parts:last-child {
  margin-right: 0;
}
.reviews_top_parts .reviews_top_tit {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  background: url(images/tit_bg.png) top 2px left no-repeat;
}
.reviews_top_parts .reviews_top_txt p {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.reviews_top_parts .star_rate {
  color: #FF4136;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #reviews_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #reviews_top .reviews_top_parts {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 20px;
    min-height: unset;
    padding: 10px 15px 20px;
  }
  #reviews_top .reviews_top_parts .reviews_top_tit {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/****************************************

投稿 下層用（1行）

*****************************************/
/* デフォルト投稿 */
.post_banner p {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .blog_post_parts {
    border-bottom: 1px solid #CCC;
    padding-bottom: 40px;
  }
  .blog_post_parts .flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .blog_post_parts figure {
    width: 300px;
    height: 225px;
    overflow: hidden;
    margin-right: 40px;
    border-radius: 12px;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_post_parts time {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2E8DB7;
    font-family: "Lato", sans-serif;
  }
  .blog_post_parts .subhead02 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post_banner p {
    height: auto;
    bottom: 0;
    right: 0;
  }
  .blog_post_parts {
    padding: 20px 15px;
    border: 2px solid rgba(96, 56, 20, 0.5);
  }
  .blog_post_parts figure {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 12px;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_post_parts time {
    font-size: 1.4rem;
    color: #2E8DB7;
  }
}
/****************************************

投稿2 下層用（1行）

*****************************************/
/* デフォルト投稿+画像正方形 */
@media print, screen and (min-width: 768px) {
  .staff_post_parts .flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .staff_post_parts figure {
    width: 360px;
    height: 340px;
    overflow: hidden;
    margin-right: 40px;
    border-radius: 11px;
  }
  .staff_post_parts figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 767px) {
  .staff_post_parts {
    padding: 20px 15px;
    border: 2px solid rgba(96, 56, 20, 0.65);
  }
  .staff_post_parts figure {
    width: 260px;
    height: 260px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 11px;
  }
  .staff_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/****************************************

投稿 下層用2（複数列）

*****************************************/
/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.three_column_post .three_column_parts {
  width: 380px;
  height: auto;
  margin: 0 30px 65px 0;
  /* ボタンある場合 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three_column_post .three_column_parts .three_column_btn {
  margin-top: auto;
}
.three_column_post .three_column_parts .btn01 {
  margin: 25px auto 0px;
}
.three_column_post .three_column_parts .subhead02 {
  text-align: center;
  color: #2E8DB7;
  border-bottom: 4px double #7FB8CF;
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts .subhead02 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_post .three_column_parts .three_column_img {
  height: 320px;
  margin-bottom: 25px;
}
.three_column_post .three_column_parts .three_column_img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.three_column_post .three_column_parts .three_column_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.three_column_post .three_column_parts .three_column_txt img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 3列投稿 sp*/
  .three_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .three_column_post .three_column_parts {
    width: 49%;
    margin: 0 2% 40px 0;
  }
  .three_column_post .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_post .three_column_parts:last-child {
    margin: 0 auto; /* 最終行中央揃え（画像数が奇数の場合）*/
  }
  .three_column_post .three_column_parts .three_column_img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .three_column_post .three_column_parts .three_column_img figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .three_column_post .three_column_parts .three_column_img figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .three_column_post .three_column_parts .btn01 {
    margin: 15px auto 0px;
  }
  .three_column_post .three_column_parts .subhead02 {
    font-size: 1.6rem;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 calc((100% - 1000px) / 2);
}
#single_box img {
  max-width: 1000px;
  padding: 10px 0;
  height: auto;
}
#single_box figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
#single_box figure img {
  max-width: 100%;
  height: auto;
}
#single_box .nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  font-size: 100%;
  text-align: center;
}
#single_box .nav-below a {
  padding: 0 10px;
  color: #2E8DB7;
}
#single_box .nav-below a:hover {
  color: rgba(46, 141, 183, 0.75);
}

@media screen and (max-width: 767px) {
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 50px 0 0;
}

a.page-numbers {
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgba(96, 56, 20, 0.05);
  border: solid 1px rgba(96, 56, 20, 0.5);
}

.pager .current {
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  background: #603814;
  border: solid 1px #603814;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .pager {
    padding: 0px 0 30px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    padding: 0px 0 60px;
    background: url(images/footer_bg.png) bottom center no-repeat;
  }
  /* sp フローティングバナー */
  .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bnr div {
    position: relative;
    width: 25%;
    background: #2E8DB7;
  }
  .sp_bnr div:nth-child(1) {
    background: #06C755;
  }
  .sp_bnr div:nth-child(2) {
    background: #EA4066;
  }
  .sp_bnr div:nth-child(3) {
    background: #45ABD1;
  }
  .sp_bnr div:nth-child(4) {
    background: #0866FF;
  }
  .sp_bnr div:not(:last-child) {
    border-right: 1px solid #F7F7F4;
  }
  .sp_bnr div img {
    width: auto;
    margin-bottom: 5px;
    height: 20px;
  }
  .sp_bnr div p {
    color: #FFF;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    word-break: keep-all;
  }
  .sp_bnr a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  /* spインフォメーション */
  .footer_logo {
    text-align: center;
  }
  .footer_logo a {
    display: inline-block;
    max-width: 240px;
    margin: 0px auto 20px;
  }
  .sp_footer_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px 5px;
    line-height: 1.7;
    border-top: 4px solid #3198C4;
  }
  .sp_footer_box a {
    text-decoration: none;
  }
  .sp_footer_box .footer_txt {
    font-size: 1.4rem;
    word-break: auto-phrase;
  }
  .copyright {
    font-size: 1rem;
    text-align: center;
    background: #603814;
    color: #FFF;
    padding: 10px 0 10px;
  }
  /* spサイトマップ */
  /* ----sp サイトマップ---- */
  .sp_footer_link {
    width: 100%;
    padding: 20px;
    background: url(images/sp_footer_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .sp_footer_link .menu .menu-item {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
  }
  .sp_footer_link .menu .menu-item span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-family: "Lato", sans-serif;
  }
  .sp_footer_link .menu .menu-item a {
    display: block;
    padding: 15px 0;
  }
  .sp_footer_link .menu .menu-item a:link, .sp_footer_link .menu .menu-item a:visited, .sp_footer_link .menu .menu-item a:hover, .sp_footer_link .menu .menu-item a:active {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
  .sp_footer_link .menu .menu-item .sub-menu {
    width: 100%;
    display: none;
  }
  .sp_footer_link .menu .menu-item .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: none;
  }
  .sp_footer_link .menu .menu-item .sub-menu li a {
    display: block;
    padding: 5px 0 5px 28px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .sp_footer_link .menu .menu-item .sub-menu li a:link, .sp_footer_link .menu .menu-item .sub-menu li a:visited, .sp_footer_link .menu .menu-item .sub-menu li a:hover, .sp_footer_link .menu .menu-item .sub-menu li a:active {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
  }
  .sp_footer_link .menu .menu-item .sub-menu li a::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 10px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
  }
  .sp_footer_link .menu .menu-item .sub-menu li:last-child a {
    padding-bottom: 15px;
  }
  .sp_footer_link .menu-item-has-children {
    position: relative;
  }
  .sp_footer_link .menu-item-has-children::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    right: 0px;
  }
  .sp_footer_link .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************
pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pagetop {
    position: fixed;
    z-index: 4;
    right: 30px;
    bottom: 70px;
    display: none;
  }
  .pagetop a {
    display: block;
  }
  #pc_footer {
    position: relative;
  }
  #pc_footer .footer_logo {
    text-align: center;
  }
  #pc_footer .footer_logo a {
    display: inline-block;
    margin: 0px auto 25px;
  }
  .footer_box {
    width: 100%;
    margin: 0 auto;
    padding: 55px calc((100% - 1200px) / 2) 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_box a {
    text-decoration: none;
  }
  .footer_box p {
    font-size: 1.5rem;
  }
  .footer_box p span {
    color: #3296BF;
  }
  .footer_box .footer_txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .footer_box .footer_left {
    width: 420px;
  }
  /* 横並び（階層有　dt▶） */
  .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 700px;
    margin-top: 35px;
    line-height: 1.8;
  }
  .footer_link dl {
    position: relative;
    word-break: keep-all;
  }
  .footer_link dt {
    color: #5F3813;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .footer_link dd {
    position: relative;
    padding-left: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4E4945;
    margin-bottom: 10px;
    /* 三角形▶ */
  }
  .footer_link dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 5px solid #603814;
  }
  .footer_link a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: inherit;
    letter-spacing: 0.05em;
    font-weight: inherit;
    color: inherit;
  }
  .footer_link a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #2E8DB7;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_link a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .footer_link a:hover {
    color: rgba(46, 141, 183, 0.75);
  }
  .copyright {
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    background: #603814;
    padding: 10px 10px 12px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
  text-align: left;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(46, 141, 183, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(46, 141, 183, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(46, 141, 183, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #F3B718 solid;
  border-radius: 0px;
  background-color: #F3B718;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 30px auto 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(243, 183, 24, 0.3);
          box-shadow: 0 0 1px 1px rgba(243, 183, 24, 0.3);
  background-color: rgba(243, 183, 24, 0.3);
  color: #F3B718;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #F3B718 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(243, 183, 24, 0.5);
          box-shadow: 0 0 2px 2px rgba(243, 183, 24, 0.5);
}

.wpcf7-text {
  width: 100%;
}

/* 入力欄 */
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_label {
  width: 300px;
}
.form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
}
.form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
}

.form_input {
  width: calc(100% - 300px);
}

.form_input_post {
  width: 180px;
}

.form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

/* 住所 */
.form_row_post {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #CCC;
}
.form_row_post .form_row_address_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.form_row_post .form_row_address_row .form_label {
  font-weight: normal;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #2E8DB7;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #F3B718;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #F3B718;
  border-right: 3px solid #F3B718;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #F3B718;
  -webkit-box-shadow: 0 0 2px 2px rgba(243, 183, 24, 0.5);
          box-shadow: 0 0 2px 2px rgba(243, 183, 24, 0.5);
  background-color: #F3B718;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.9em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #F3B718;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(243, 183, 24, 0.5);
          box-shadow: 0 0 2px 2px rgba(243, 183, 24, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #F3B718;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #F3B718;
  border-right: 1px solid #F3B718;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #F3B718;
  border-right: 1px solid #F3B718;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #F3B718;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(243, 183, 24, 0.7)), to(rgba(243, 183, 24, 0.7)));
  background-image: linear-gradient(90deg, rgba(243, 183, 24, 0.7), rgba(243, 183, 24, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(243, 183, 24, 0.3);
          box-shadow: 0 0 1px 1px rgba(243, 183, 24, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(243, 183, 24, 0.3);
          box-shadow: 0 0 1px 1px rgba(243, 183, 24, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  /* 入力欄 */
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_input {
    width: 100%;
  }
  /* 住所 */
  .form_row_post {
    padding: 0 0 20px 0;
  }
  .form_row_post .form_row_address_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加

*****************************************/
.dn {
  display: none;
}

.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
}