@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 1.7;
  letter-spacing: 0.6;
  color: #1c1100;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 130px; }
  @media only screen and (max-width: 468px) {
    #contents_wrap {
      margin-bottom: 90px; } }

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px; }
  .pankuzu a {
    color: #a7934c; }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  display: block;
  margin-top: 50px;
  color: #a7934c; }
  .error_link a:hover {
    text-decoration: underline; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px; }
  .smp h2:first-of-type {
    margin-top: 0; }
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px; }
  .smp h3:first-of-type {
    margin-top: 20px; }
.smp p {
  margin-bottom: 10px; }
.smp ul {
  padding: 0 20px; }
.smp li {
  margin-bottom: 10px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 13px; }

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

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

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

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 1; }

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

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

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

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header {
      top: 48px; } }
  @media only screen and (max-width: 468px) {
    #header {
      position: static;
      min-height: 130px; } }
  #header .inner {
    position: relative; }
  #header #siteID {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      #header #siteID {
        width: 20%;
        margin-bottom: 0;
        padding-top: 1.5%;
        text-align: left; } }
    @media only screen and (max-width: 468px) {
      #header #siteID {
        width: 50%; } }
    #header #siteID a {
      opacity: 1; }
  #header #hed_info {
    position: absolute;
    top: 0;
    right: 5px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 37%;
    max-width: 370px; }
    @media only screen and (max-width: 768px) {
      #header #hed_info {
        right: 10px;
        display: block;
        width: 51%;
        max-width: 260px; } }
  #header .infoL {
    color: #162224;
    line-height: 1.5;
    text-align: left; }
  #header .addre {
    font-size: 13px; }
  #header .linkTel {
    font-size: 1.56vw;
    letter-spacing: 1px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header .linkTel {
        font-size: 20px; } }
    #header .linkTel:before {
      content: "";
      display: inline-block;
      width: 10%;
      height: 25px;
      background: url(../images/common/icon_tel.png) no-repeat;
      background-size: contain;
      margin-right: 2%;
      vertical-align: middle; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        #header .linkTel:before {
          vertical-align: sub; } }
      @media only screen and (max-width: 468px) {
        #header .linkTel:before {
          display: none; } }
    #header .linkTel a {
      font-size: 20px;
      color: #162224; }
      @media only screen and (max-width: 468px) {
        #header .linkTel a:before {
          content: "";
          display: inline-block;
          width: 10%;
          height: 25px;
          background: url(../images/common/icon_tel.png) no-repeat;
          background-size: contain;
          margin-right: 2%;
          vertical-align: middle; } }
  #header .cont {
    display: table;
    min-width: 100px; }
    @media only screen and (max-width: 768px) {
      #header .cont {
        width: 100%; } }
    @media only screen and (max-width: 468px) {
      #header .cont {
        margin-top: 5px; } }
    #header .cont a {
      display: table-cell;
      width: 120px;
      height: 50px;
      background-color: #d7cfc3;
      border-radius: 8px;
      font-size: 13px;
      letter-spacing: 1px;
      color: #1c1100;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        #header .cont a {
          height: 30px; } }
      #header .cont a:after {
        content: "＞"; }
      #header .cont a:hover {
        background-color: #a7934c;
        color: #fff; }
  @media only screen and (max-width: 768px) {
    #header #nav_global {
      display: none; } }
  #header #nav_global .inner_nav {
    max-width: 1080px;
    margin: 0 auto; }
  #header #nav_global #gnavi {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #header #nav_global #gnavi li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative;
      line-height: 1.5; }
      #header #nav_global #gnavi li a {
        display: block;
        padding: 5px 0;
        color: #1c1100;
        text-decoration: none;
        letter-spacing: 1px; }
        #header #nav_global #gnavi li a:hover {
          color: #a7934c; }
      #header #nav_global #gnavi li .m_sub {
        display: block;
        font-size: 13px; }
      #header #nav_global #gnavi li .sub {
        position: absolute;
        top: 53px;
        left: 0px;
        width: 300px;
        background-color: rgba(215, 207, 195, 0.8);
        z-index: 100; }
        #header #nav_global #gnavi li .sub li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          #header #nav_global #gnavi li .sub li:last-of-type {
            border-bottom: 0; }
          #header #nav_global #gnavi li .sub li a {
            padding: 15px;
            display: block;
            text-align: left; }
            #header #nav_global #gnavi li .sub li a:hover {
              color: #fff; }
    #header #nav_global #gnavi .doropD > a {
      pointer-events: none; }

#header.thin {
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9); }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header.thin {
      min-height: 110px; } }
  @media only screen and (max-width: 468px) {
    #header.thin {
      padding: auto; } }
  #header.thin #siteID {
    width: 7%;
    margin: 0 auto 10px auto; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header.thin #siteID {
        width: auto;
        margin: 0 auto 0 0; } }
    @media only screen and (max-width: 468px) {
      #header.thin #siteID {
        width: 20%;
        margin: 0 auto 0 0; } }
  #header.thin .linkTel {
    font-size: 20px; }
    #header.thin .linkTel:before {
      vertical-align: middle; }
  #header.thin #nav_global {
    margin-top: 30px; }
    #header.thin #nav_global li {
      line-height: 1.3 !important; }
    #header.thin #nav_global #gnavi .sub {
      top: 46px; }

#mainArea {
  width: 100%;
  overflow: hidden;
  margin: 183px auto 90px auto;
  padding: 40px 0;
  background: url(../images/contents/main_bg.gif) no-repeat;
  background-size: cover; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #mainArea {
      margin-top: 124px; } }
  @media only screen and (max-width: 468px) {
    #mainArea {
      margin: 0 auto 50px auto; } }
  #mainArea #slider {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 11px;
    background: url(../images/contents/main_bdr.png) no-repeat;
    background-size: contain;
    position: relative; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #mainArea #slider {
        padding-top: 8px; } }
    @media only screen and (max-width: 468px) {
      #mainArea #slider {
        padding: 5px; } }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

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

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

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

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #1c1100; }
  footer#global_footer a {
    color: #1c1100;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #footer {
    position: relative;
    padding: 30px 0;
    background-color: #fefaf3; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #footer {
        display: none; } }
    footer#global_footer #footer:before {
      content: "";
      position: absolute;
      top: -20px;
      right: 2.5%;
      width: 9%;
      height: 125px;
      background: url(../images/common/kazari03.png) no-repeat;
      background-size: contain; }
  footer#global_footer #nav_footer li {
    display: inline-block; }
    footer#global_footer #nav_footer li:before {
      content: "|";
      padding: 0 2px; }
    footer#global_footer #nav_footer li:first-child:before {
      content: ""; }
    footer#global_footer #nav_footer li a {
      text-decoration: none;
      font-size: 13px; }
      footer#global_footer #nav_footer li a:hover {
        opacity: 0.8; }
  footer#global_footer #copy {
    display: block;
    padding: 40px 0 30px 0; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #copy {
        position: relative;
        border-top: 2px solid #fefaf3; } }
    @media only screen and (max-width: 768px) {
      footer#global_footer #copy:before {
        content: "";
        position: absolute;
        top: -24px;
        right: 2.5%;
        width: 15%;
        height: 125px;
        background: url(../images/common/kazari03.png) no-repeat;
        background-size: contain; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #copy:before {
        width: 25%; } }
    footer#global_footer #copy a {
      text-decoration: none; }
      footer#global_footer #copy a:hover {
        opacity: 1; }

/* index.html */
.wrap_con01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .wrap_con01 {
      display: block; } }
  .wrap_con01 .txt {
    width: 58%; }
    @media only screen and (max-width: 768px) {
      .wrap_con01 .txt {
        width: 100%;
        margin-bottom: 20px; } }
    .wrap_con01 .txt:before, .wrap_con01 .txt:after {
      content: "";
      width: 100%;
      height: 35px;
      display: block;
      background: url(../images/common/kazari01.png) repeat-x;
      background-size: contain; }
      @media only screen and (max-width: 768px) {
        .wrap_con01 .txt:before, .wrap_con01 .txt:after {
          height: 25px; } }
  .wrap_con01 .img {
    width: 38%;
    background: url(../images/contents/bg_con01.png) no-repeat;
    background-position: center; }
    @media only screen and (max-width: 768px) {
      .wrap_con01 .img {
        width: 100%;
        background-size: contain; } }
    .wrap_con01 .img .wrap_img {
      position: relative;
      height: 290px; }
    .wrap_con01 .img .img01, .wrap_con01 .img .img02 {
      position: absolute;
      border: 5px solid #fff;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
      .wrap_con01 .img .img01 img, .wrap_con01 .img .img02 img {
        width: 100% !important; }
    .wrap_con01 .img .img01 {
      top: 0;
      left: 0;
      transform: rotate(5deg); }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_con01 .img .img01 {
          left: 22%; } }
      @media only screen and (max-width: 468px) {
        .wrap_con01 .img .img01 {
          left: 5%; } }
    .wrap_con01 .img .img02 {
      bottom: 0;
      right: 0;
      transform: rotate(-5deg); }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_con01 .img .img02 {
          right: 22%; } }
      @media only screen and (max-width: 468px) {
        .wrap_con01 .img .img02 {
          right: 5%; } }
  .wrap_con01:before {
    margin-bottom: 30px; }
    @media only screen and (max-width: 468px) {
      .wrap_con01:before {
        margin-bottom: 10px; } }
  .wrap_con01:after {
    margin-top: 30px; }
    @media only screen and (max-width: 468px) {
      .wrap_con01:after {
        margin-top: 10px; } }
  .wrap_con01 h1 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px; }
    @media only screen and (max-width: 768px) {
      .wrap_con01 h1 {
        margin-bottom: 15px;
        font-size: 4vw; } }
    @media only screen and (max-width: 468px) {
      .wrap_con01 h1 {
        font-size: 14px; } }

.wrap_feat {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .wrap_feat .box {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 930px) {
      .wrap_feat .box {
        width: 30%;
        margin-right: 5%; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .wrap_feat .box {
        width: 45%;
        margin-right: 5%; } }
    @media only screen and (max-width: 468px) {
      .wrap_feat .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px; } }
    .wrap_feat .box:nth-of-type(4n) {
      margin-right: 0; }
      @media only screen and (max-width: 930px) {
        .wrap_feat .box:nth-of-type(4n) {
          margin-right: 5%; } }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_feat .box:nth-of-type(4n) {
          margin-right: 5%; } }
    @media only screen and (max-width: 930px) {
      .wrap_feat .box:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .wrap_feat .box:nth-of-type(3n) {
        margin-right: 5%; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .wrap_feat .box:nth-of-type(even) {
        margin-right: 0; } }
    .wrap_feat .box a {
      display: block;
      color: #1c1100; }
      .wrap_feat .box a:hover {
        opacity: 1; }
      .wrap_feat .box a li {
        text-align: center !important; }
      .wrap_feat .box a h3 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
        text-align: center; }
      .wrap_feat .box a img {
        max-width: 180px;
        height: 180px !important;
        border-radius: 50%;
        object-fit: cover;
        font-family: "object-fit: cover; object-position: center top;"; }
      .wrap_feat .box a h4 {
        min-height: 56px;
        margin: 10px auto;
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
        @media only screen and (max-width: 468px) {
          .wrap_feat .box a h4 {
            min-height: auto; } }
        .wrap_feat .box a h4 .sub {
          display: block;
          font-size: 13px; }
        .wrap_feat .box a h4 .sub02 {
          display: block;
          padding: 3.5px 5px;
          background-color: #a7934c;
          font-size: 13px;
          color: #fff;
          line-height: 1; }
          @media only screen and (max-width: 468px) {
            .wrap_feat .box a h4 .sub02 {
              max-width: 350px;
              margin: 0 auto; } }
      .wrap_feat .box a p {
        padding: 20px;
        background-color: rgba(167, 147, 76, 0.2);
        line-height: 1.5;
        text-align: left !important; }
        @media only screen and (max-width: 468px) {
          .wrap_feat .box a p {
            max-width: 350px;
            height: auto !important;
            margin: 0 auto; } }

.wrap_con02 {
  position: relative;
  margin-top: 100px;
  padding: 80px 0;
  background-color: #fefaf3; }
  .wrap_con02:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 22.5%;
    height: 220px;
    background: url(../images/common/kazari02.png) no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 468px) {
      .wrap_con02:before {
        width: 42%; } }
  .wrap_con02 .inner {
    padding: 0 10px; }
  .wrap_con02 h2 {
    margin-bottom: 30px; }
  .wrap_con02 .flex_l01, .wrap_con02 .flex_r01 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    @media only screen and (max-width: 468px) {
      .wrap_con02 .flex_l01, .wrap_con02 .flex_r01 {
        display: block; } }
    .wrap_con02 .flex_l01 .cont_txt, .wrap_con02 .flex_r01 .cont_txt {
      width: 58%; }
      @media only screen and (max-width: 468px) {
        .wrap_con02 .flex_l01 .cont_txt, .wrap_con02 .flex_r01 .cont_txt {
          width: 100%; } }
      .wrap_con02 .flex_l01 .cont_txt h3, .wrap_con02 .flex_r01 .cont_txt h3 {
        font-size: 30px; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          .wrap_con02 .flex_l01 .cont_txt h3, .wrap_con02 .flex_r01 .cont_txt h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 468px) {
          .wrap_con02 .flex_l01 .cont_txt h3, .wrap_con02 .flex_r01 .cont_txt h3 {
            margin-top: 70px;
            font-size: 22px; } }
      .wrap_con02 .flex_l01 .cont_txt h4, .wrap_con02 .flex_r01 .cont_txt h4 {
        margin-bottom: 30px;
        font-size: 13px; }
      .wrap_con02 .flex_l01 .cont_txt h4 + br, .wrap_con02 .flex_r01 .cont_txt h4 + br {
        display: none; }
      .wrap_con02 .flex_l01 .cont_txt .btn_grd01 a, .wrap_con02 .flex_r01 .cont_txt .btn_grd01 a {
        display: block;
        width: 250px;
        margin: 40px auto 0 auto;
        padding: 11.5px 5px;
        background-color: #a7934c;
        border-radius: 30px;
        color: #fff;
        text-align: center; }
        .wrap_con02 .flex_l01 .cont_txt .btn_grd01 a:hover, .wrap_con02 .flex_r01 .cont_txt .btn_grd01 a:hover {
          background-color: #d7cfc3; }
    .wrap_con02 .flex_l01 .cont_img, .wrap_con02 .flex_r01 .cont_img {
      width: 40%; }
      @media only screen and (max-width: 468px) {
        .wrap_con02 .flex_l01 .cont_img, .wrap_con02 .flex_r01 .cont_img {
          width: 100%;
          margin-top: 30px; } }
      .wrap_con02 .flex_l01 .cont_img img, .wrap_con02 .flex_r01 .cont_img img {
        border: 5px solid #fff; }
        @media only screen and (max-width: 768px) {
          .wrap_con02 .flex_l01 .cont_img img, .wrap_con02 .flex_r01 .cont_img img {
            width: 100% !important;
            max-width: 100% !important; } }
  .wrap_con02 .flex_r01 {
    flex-direction: row-reverse; }

.wrap_con03 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 90px; }
  @media only screen and (max-width: 468px) {
    .wrap_con03 {
      display: block; } }
  .wrap_con03 .box {
    width: 48.5%; }
    @media only screen and (max-width: 468px) {
      .wrap_con03 .box {
        width: 100%; } }

.top_ttl01 h2 {
  margin: 70px auto 40px auto; }

.top_ttl02 h2 {
  margin-bottom: 40px;
  font-size: 25px;
  text-align: center; }

.top_bnr01 {
  flex-wrap: wrap; }
  .top_bnr01 .box {
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%; }
    @media only screen and (max-width: 768px) {
      .top_bnr01 .box {
        width: 48%;
        margin-right: 4%; } }
    .top_bnr01 .box:nth-of-type(3n) {
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .top_bnr01 .box:nth-of-type(3n) {
          margin-right: 4%; } }
    @media only screen and (max-width: 768px) {
      .top_bnr01 .box:nth-of-type(even) {
        margin-right: 0; } }

.wrap_news {
  height: 315px;
  overflow-x: auto;
  padding-right: 10px; }
  @media only screen and (max-width: 468px) {
    .wrap_news {
      margin-bottom: 70px; } }
  .wrap_news dl {
    display: block !important;
    border-bottom: 2px dotted #1c1100;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .wrap_news dl dt, .wrap_news dl dd {
      width: 100%;
      border: none !important;
      padding: 0 !important; }
    .wrap_news dl dt {
      padding-bottom: 10px !important; }

.top_insta .insta .sns_list {
  flex-direction: row !important;
  flex-wrap: wrap;
  border: none !important; }
.top_insta .insta .sns_list > div {
  width: 33.3%;
  border: none; }
.top_insta .insta .sns_photo {
  width: 100%;
  padding: 2.5px !important; }
.top_insta .insta .sns_text {
  display: none; }

.bnr_yoyaku {
  margin-top: 90px; }
  @media only screen and (max-width: 768px) {
    .bnr_yoyaku {
      margin-top: 50px; } }

/* menu.html */
.dl_menu {
  margin-top: 30px; }
  .dl_menu dl {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .dl_menu dl dt, .dl_menu dl dd {
      border: none !important;
      font-weight: bold; }
    .dl_menu dl:before {
      content: "\f0c4";
      font-family: "Font Awesome 5 Pro";
      font-weight: 200;
      width: 2%;
      display: inline-block; }
    .dl_menu dl dt {
      width: 78%; }
      @media only screen and (max-width: 468px) {
        .dl_menu dl dt {
          width: 95%; } }
    .dl_menu dl dd {
      width: 20%;
      text-align: right; }
      @media only screen and (max-width: 468px) {
        .dl_menu dl dd {
          width: 100%; } }

.menu_list {
  font-size: 13px; }
  .menu_list li {
    background-color: rgba(215, 207, 195, 0.4);
    margin: 0 7px 7px 0;
    padding: 3px 10px; }
    .menu_list li:first-of-type {
      background-color: #a7934c;
      color: #fff; }

/* treatment.html */
.con_treat {
  flex-wrap: wrap;
  margin-top: 50px; }
  .con_treat .box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .con_treat .box {
        width: 48%;
        margin-right: 4%; } }
    @media only screen and (max-width: 468px) {
      .con_treat .box {
        width: 100%;
        margin-right: 0; } }
    .con_treat .box:nth-of-type(3n) {
      margin-right: 0; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con_treat .box:nth-of-type(3n) {
          margin-right: 4%; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .con_treat .box:nth-of-type(even) {
        margin-right: 0; } }
    .con_treat .box img {
      margin-bottom: 10px; }
    .con_treat .box h3 {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      font-weight: bold; }
      .con_treat .box h3:before {
        content: "";
        width: 100px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background-color: #a7934c; }

/* staff.html */
.staff01 {
  margin-top: 70px;
  padding: 4%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2); }
  .staff01 .flex_staff {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 468px) {
      .staff01 .flex_staff {
        display: block; } }
    .staff01 .flex_staff .staff_img {
      width: 40%; }
      @media only screen and (max-width: 468px) {
        .staff01 .flex_staff .staff_img {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .staff01 .flex_staff .staff_img img {
          width: 100% !important;
          max-width: 100% !important; } }
    .staff01 .flex_staff .staff_txt {
      width: 55%; }
      @media only screen and (max-width: 468px) {
        .staff01 .flex_staff .staff_txt {
          width: 100%; } }

.st_staff01 h3 {
  display: inline-block;
  background-color: #a7934c;
  margin-bottom: 10px;
  padding: 3px 10px;
  color: #fff; }

/* shop_info.html */
@media only screen and (max-width: 468px) {
  .gmap iframe {
    height: 300px; } }

/* contact.html */
.cont_form dt, .cont_form dd {
  padding: 10px !important; }

.contact_contents #contents_wrap {
  margin-top: 200px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .contact_contents #contents_wrap {
      margin-top: 160px; } }
  @media only screen and (max-width: 468px) {
    .contact_contents #contents_wrap {
      margin-top: 0; } }

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
.blog nav ul li a {
  display: block; }
  .blog nav ul li a:hover {
    text-decoration: none;
    opacity: 0.7; }
.blog #contents {
  min-width: auto !important; }
.blog .date {
  font-size: 13px;
  color: #1c1100 !important; }
.blog article ul li a {
  font-size: 11px; }
.blog .bImg {
  width: 47.8%;
  margin-right: 1.7%;
  margin-bottom: 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .blog .bImg {
      width: 47.7%; } }
  @media only screen and (max-width: 468px) {
    .blog .bImg {
      width: 47.4%; } }
.blog #copy {
  background-color: #fff; }
.blog aside div#form_calendar {
  min-width: auto !important; }

div#form_calendar table tbody tr td.open:hover {
  background: rgba(215, 207, 195, 0.2) !important; }

.ttl01.blog {
  background: url(../images/contents/main_bg.gif); }

.pankuzu.blog {
  max-width: 1000px;
  margin: 5px auto 0 auto;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .pankuzu.blog {
      padding: 0 10px; } }

/* contents 100% */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

/* title */
.ttl01 h2 {
  margin: 150px auto 30px auto;
  font-size: 30px;
  line-height: 1.5; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl01 h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    .ttl01 h2 {
      font-size: 18px; } }
.ttl01 h1 {
  margin-top: 183px;
  padding: 40px 0;
  font-size: 37px;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl01 h1 {
      margin-top: 120px; } }
  @media only screen and (max-width: 468px) {
    .ttl01 h1 {
      margin-top: 0;
      font-size: 24px; } }
  .ttl01 h1 .sub {
    display: block;
    font-size: 20px; }
    @media only screen and (max-width: 468px) {
      .ttl01 h1 .sub {
        font-size: 16px; } }
.ttl01 h2 {
  position: relative;
  padding-left: 20px; }
  @media only screen and (max-width: 468px) {
    .ttl01 h2 {
      margin: 80px auto 20px auto; } }
  .ttl01 h2:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    display: inline-block;
    background-color: rgba(167, 147, 76, 0.5);
    border: 4px double #fff; }
    @media only screen and (max-width: 468px) {
      .ttl01 h2:before {
        width: 30px;
        height: 30px;
        top: -20px; } }

.ttl02 h2 {
  margin: 150px auto 30px auto;
  font-size: 30px;
  line-height: 1.5; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl02 h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    .ttl02 h2 {
      font-size: 18px; } }
.ttl02 h2 {
  border-top: 1px solid #a7934c;
  border-bottom: 1px solid #a7934c;
  padding: 10px;
  text-align: center; }
  @media only screen and (max-width: 468px) {
    .ttl02 h2 {
      margin-top: 70px; } }

.ttl03 {
  clear: none !important; }
  .ttl03 h2 {
    margin: 150px auto 30px auto;
    font-size: 30px;
    line-height: 1.5; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .ttl03 h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 468px) {
      .ttl03 h2 {
        font-size: 18px; } }
  .ttl03 h2 {
    margin-top: 70px;
    border-bottom: 1px solid #a7934c; }
    .ttl03 h2 .sub {
      display: inline-block;
      margin-left: 10px;
      font-size: 20px; }

.ttl04 h2 {
  margin: 150px auto 30px auto;
  font-size: 30px;
  line-height: 1.5; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl04 h2 {
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    .ttl04 h2 {
      font-size: 18px; } }
.ttl04 h2 {
  position: relative;
  margin-top: 70px;
  padding-left: 20px; }
  .ttl04 h2 .sub {
    font-size: 16px; }
  .ttl04 h2:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    display: inline-block;
    background-color: rgba(215, 207, 195, 0.7);
    border: 4px double #fff; }
    @media only screen and (max-width: 468px) {
      .ttl04 h2:before {
        width: 30px;
        height: 30px;
        top: -20px; } }

.ttl05 h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #1c1100;
  font-size: 30px; }
  @media only screen and (max-width: 468px) {
    .ttl05 h2 {
      font-size: 22px; } }
  .ttl05 h2 .sub {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px; }

/* common */
.mg_t0, .mg_t0 h2, .mg_t0 h3 {
  margin-top: 0 !important; }

.mg_st01 h2 {
  margin: 130px auto 70px auto !important; }

.con_imgL img, .con_imgR img {
  max-width: 40%;
  margin-left: 20px; }
  @media only screen and (max-width: 468px) {
    .con_imgL img, .con_imgR img {
      margin-left: 0; } }

.con_imgR img {
  margin-left: 0;
  margin-right: 20px; }
  @media only screen and (max-width: 468px) {
    .con_imgR img {
      margin-right: 0; } }

.bg_dbl {
  background-color: #d7cfc3;
  padding: 2%;
  border: 4px double #fff; }

.tbl_st01 td {
  padding: 20px !important; }
  .tbl_st01 td:first-of-type {
    width: 30%;
    background-color: #a7934c;
    color: #fff; }
    .tbl_st01 td:first-of-type div {
      text-align: center; }
      @media only screen and (max-width: 468px) {
        .tbl_st01 td:first-of-type div {
          text-align: left; } }

@media only screen and (max-width: 468px) {
  .sp_blk {
    display: block; } }

@media only screen and (max-width: 468px) {
  .sp_left div {
    text-align: left !important; } }

.a_blk a {
  display: block; }
  .a_blk a:hover {
    opacity: 0.7; }

.anc {
  clear: none !important; }
  .anc div {
    margin-top: -140px;
    padding-top: 140px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .anc div {
        margin-top: -120px;
        padding-top: 120px; } }
    @media only screen and (max-width: 468px) {
      .anc div {
        margin-top: -48px;
        padding-top: 48px; } }

/*# sourceMappingURL=common_style.css.map */
