@charset "UTF-8";
/*-------------------- common --------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*---------- break point ----------*/
@media all and (max-width: 767px) {
  html {
    font-size: 62.5%; } }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: #ffffff; }
  @media all and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 1.4; } }

/*---------- color ----------*/
a {
  text-decoration: underline; }

a:link {
  color: #522b13; }

a:visited {
  color: #800080; }

a:hover {
  color: #09f; }

a:active {
  color: #c00; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  @media all and (max-width: 767px) {
    img {
      width: 100%; } }

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2; }

@media all and (min-width: 768px) {
  .pcNone {
    display: none !important; } }
@media all and (max-width: 767px) {
  .spNone {
    display: none !important; } }
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.effect div {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }
  @media all and (max-width: 767px) {
    .effect div {
      opacity: 1 !important; } }

.aaa:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px; }

/*-------------------- text --------------------*/
.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.font_SS {
  font-size: 12px; }
  @media all and (max-width: 767px) {
    .font_SS {
      font-size: 1.0rem; } }

.font_S {
  font-size: 14px; }
  @media all and (max-width: 767px) {
    .font_S {
      font-size: 1.2rem; } }

.font_M {
  font-size: 18px; }
  @media all and (max-width: 767px) {
    .font_M {
      font-size: 1.6rem; } }

.font_L {
  font-size: 22px; }
  @media all and (max-width: 767px) {
    .font_L {
      font-size: 1.8rem; } }

.font_LL {
  font-size: 30px; }
  @media all and (max-width: 767px) {
    .font_LL {
      font-size: 2.6rem; } }

.font_LLL {
  font-size: 40px; }
  @media all and (max-width: 767px) {
    .font_LLL {
      font-size: 3.4rem; } }

/*-------------------- column --------------------*/
.column2:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
@media all and (min-width: 768px) {
  .column2 {
    width: 100%;
    margin: 0 auto; }
    .column2 .cl_inner {
      margin-right: 30px;
      float: left;
      width: calc((100% - 30px) / 2);
      width: -moz-calc((100% - 30px) / 2); }
    .column2 .cl_inner:nth-child(2n) {
      margin-right: 0; } }
@media all and (max-width: 767px) {
  .column2 .cl_inner {
    margin-bottom: 10px; } }

/*-------------------- margin --------------------*/
[class^="mgt"][class*="--5"],
[class*=" mgt"][class*="--5"] {
  margin-top: 5px; }
[class^="mgt"][class*="--10"],
[class*=" mgt"][class*="--10"] {
  margin-top: 10px; }
[class^="mgt"][class*="--15"],
[class*=" mgt"][class*="--15"] {
  margin-top: 15px; }
[class^="mgt"][class*="--20"],
[class*=" mgt"][class*="--20"] {
  margin-top: 20px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--20"],
    [class*=" mgt"][class*="--20"] {
      margin-top: 10px; } }
[class^="mgt"][class*="--25"],
[class*=" mgt"][class*="--25"] {
  margin-top: 25px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--25"],
    [class*=" mgt"][class*="--25"] {
      margin-top: 12.5px; } }
[class^="mgt"][class*="--30"],
[class*=" mgt"][class*="--30"] {
  margin-top: 30px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--30"],
    [class*=" mgt"][class*="--30"] {
      margin-top: 15px; } }
[class^="mgt"][class*="--35"],
[class*=" mgt"][class*="--35"] {
  margin-top: 35px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--35"],
    [class*=" mgt"][class*="--35"] {
      margin-top: 17.5px; } }
[class^="mgt"][class*="--40"],
[class*=" mgt"][class*="--40"] {
  margin-top: 40px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--40"],
    [class*=" mgt"][class*="--40"] {
      margin-top: 20px; } }
[class^="mgt"][class*="--50"],
[class*=" mgt"][class*="--50"] {
  margin-top: 50px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--50"],
    [class*=" mgt"][class*="--50"] {
      margin-top: 25px; } }
[class^="mgt"][class*="--60"],
[class*=" mgt"][class*="--60"] {
  margin-top: 60px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--60"],
    [class*=" mgt"][class*="--60"] {
      margin-top: 30px; } }
[class^="mgt"][class*="--70"],
[class*=" mgt"][class*="--70"] {
  margin-top: 70px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--70"],
    [class*=" mgt"][class*="--70"] {
      margin-top: 35px; } }
[class^="mgt"][class*="--80"],
[class*=" mgt"][class*="--80"] {
  margin-top: 80px; }
  @media all and (max-width: 767px) {
    [class^="mgt"][class*="--80"],
    [class*=" mgt"][class*="--80"] {
      margin-top: 40px; } }

[class^="mgb"][class*="--5"],
[class*=" mgb"][class*="--5"] {
  margin-bottom: 5px; }
[class^="mgb"][class*="--10"],
[class*=" mgb"][class*="--10"] {
  margin-bottom: 10px; }
[class^="mgb"][class*="--15"],
[class*=" mgb"][class*="--15"] {
  margin-bottom: 15px; }
[class^="mgb"][class*="--20"],
[class*=" mgb"][class*="--20"] {
  margin-bottom: 20px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--20"],
    [class*=" mgb"][class*="--20"] {
      margin-bottom: 10px; } }
[class^="mgb"][class*="--25"],
[class*=" mgb"][class*="--25"] {
  margin-bottom: 25px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--25"],
    [class*=" mgb"][class*="--25"] {
      margin-bottom: 12.5px; } }
[class^="mgb"][class*="--30"],
[class*=" mgb"][class*="--30"] {
  margin-bottom: 30px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--30"],
    [class*=" mgb"][class*="--30"] {
      margin-bottom: 15px; } }
[class^="mgb"][class*="--35"],
[class*=" mgb"][class*="--35"] {
  margin-bottom: 35px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--35"],
    [class*=" mgb"][class*="--35"] {
      margin-bottom: 17.5px; } }
[class^="mgb"][class*="--40"],
[class*=" mgb"][class*="--40"] {
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--40"],
    [class*=" mgb"][class*="--40"] {
      margin-bottom: 20px; } }
[class^="mgb"][class*="--50"],
[class*=" mgb"][class*="--50"] {
  margin-bottom: 50px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--50"],
    [class*=" mgb"][class*="--50"] {
      margin-bottom: 25px; } }
[class^="mgb"][class*="--60"],
[class*=" mgb"][class*="--60"] {
  margin-bottom: 60px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--60"],
    [class*=" mgb"][class*="--60"] {
      margin-bottom: 30px; } }
[class^="mgb"][class*="--70"],
[class*=" mgb"][class*="--70"] {
  margin-bottom: 70px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--70"],
    [class*=" mgb"][class*="--70"] {
      margin-bottom: 35px; } }
[class^="mgb"][class*="--80"],
[class*=" mgb"][class*="--80"] {
  margin-bottom: 80px; }
  @media all and (max-width: 767px) {
    [class^="mgb"][class*="--80"],
    [class*=" mgb"][class*="--80"] {
      margin-bottom: 40px; } }

/*-------------------- width --------------------*/
[class^="wide"][class*="--10"],
[class*=" wide"][class*="--10"] {
  width: 10%; }
[class^="wide"][class*="--20"],
[class*=" wide"][class*="--20"] {
  width: 20%; }
[class^="wide"][class*="--30"],
[class*=" wide"][class*="--30"] {
  width: 30%; }
[class^="wide"][class*="--40"],
[class*=" wide"][class*="--40"] {
  width: 40%; }
[class^="wide"][class*="--50"],
[class*=" wide"][class*="--50"] {
  width: 50%; }
[class^="wide"][class*="--60"],
[class*=" wide"][class*="--60"] {
  width: 60%; }
[class^="wide"][class*="--70"],
[class*=" wide"][class*="--70"] {
  width: 70%; }
[class^="wide"][class*="--80"],
[class*=" wide"][class*="--80"] {
  width: 80%; }
[class^="wide"][class*="--90"],
[class*=" wide"][class*="--90"] {
  width: 90%; }
[class^="wide"][class*="--100"],
[class*=" wide"][class*="--100"] {
  width: 100%; }

/*-------------------- @import --------------------*/
#header {
  width: 100%;
  padding: 0 30px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: .3s;
  transition: .3s;
  /* タブレット・スマートフォン */ }
  @media all and (max-width: 767px) {
    #header {
      padding: 0;
      position: relative; } }
  #header .inner {
    max-width: 1110px;
    margin: 0 auto; }
    #header .inner:after {
      content: "";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    @media all and (max-width: 767px) {
      #header .inner {
        width: 100%; } }
    #header .inner .logo {
      float: left;
      width: 35%;
      height: 100px; }
      @media all and (max-width: 959px) and (min-width: 1024px) {
        #header .inner .logo {
          width: 22%;
          height: 80px; } }
      #header .inner .logo img {
        margin: 20px 0 0; }
        @media all and (max-width: 959px) and (min-width: 1024px) {
          #header .inner .logo img {
            padding: 0 15px 0 0;
            margin: 15px 0 0; } }
        @media all and (max-width: 767px) {
          #header .inner .logo img {
            padding: 0; } }
      @media all and (max-width: 767px) {
        #header .inner .logo {
          width: 200px;
          height: 54px;
          border-right: none;
          margin-left: 10px; }
          #header .inner .logo img {
            margin: 10px 0 0; } }
  #header .slicknav_menu {
    display: none; }
  #header .nav_style {
    float: right;
    width: 65%; }
    @media all and (max-width: 959px) and (min-width: 1024px) {
      #header .nav_style {
        width: 78%; } }
    @media all and (max-width: 767px) {
      #header .nav_style {
        float: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0; } }
    #header .nav_style ul {
      text-align: right;
      margin-top: 35px; }
      @media all and (max-width: 959px) and (min-width: 1024px) {
        #header .nav_style ul {
          margin-top: 25px; } }
      @media all and (max-width: 767px) {
        #header .nav_style ul {
          display: none; } }
      @media all and (min-width: 768px) {
        #header .nav_style ul li {
          display: inline-block;
          position: relative;
          margin: 0 0 0 1.5em;
          padding: 0 0 2px;
          font-size: 15px;
          text-align: right; }
          #header .nav_style ul li:first-child {
            margin: 0; } }
      @media all and (max-width: 1060px) {
        #header .nav_style ul li {
          margin: 0 0 0 1.25em;
          font-size: 14px; } }
      @media all and (max-width: 959px) and (min-width: 1024px) {
        #header .nav_style ul li {
          font-size: 13px;
          padding: 0 0 0 0.3em;
          margin: 0; } }
      @media all and (max-width: 767px) {
        #header .nav_style ul li {
          display: block;
          text-align: left; }
          #header .nav_style ul li a {
            width: 100%; }
          #header .nav_style ul li .sub_menu {
            position: inherit; }
            #header .nav_style ul li .sub_menu li a {
              color: #ffffff; } }
      @media all and (min-width: 768px) {
        #header .nav_style ul li a.bar {
          color: #000;
          text-decoration: none;
          position: relative;
          display: inline-block;
          font-weight: 700; }
          #header .nav_style ul li a.bar:after {
            position: absolute;
            bottom: -5px;
            left: 50%;
            content: '';
            width: 0;
            height: 2px;
            background-color: #522b13;
            -webkit-transition: .3s;
            transition: .3s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          #header .nav_style ul li a.bar:hover:after {
            width: 100%; }
        #header .nav_style ul li .sub_menu {
          display: none;
          position: absolute;
          top: -12px;
          left: -5px;
          z-index: 1;
          text-align: left;
          -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
                  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
          #header .nav_style ul li .sub_menu li {
            width: 100%;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #ffffff; }
            #header .nav_style ul li .sub_menu li:last-child {
              border: none; }
            #header .nav_style ul li .sub_menu li a {
              width: 13em;
              text-align: left;
              background: #522b13;
              color: #ffffff;
              text-decoration: none;
              display: block;
              white-space: nowrap;
              padding: 10px 20px;
              letter-spacing: 0.25em;
              font-weight: 700; }
              #header .nav_style ul li .sub_menu li a:hover {
                background: #efefef;
                color: #522b13; } }
      @media all and (max-width: 767px) {
        #header .nav_style ul li .sub_menu {
          position: static; } }
  @media all and (max-width: 767px) {
    #header {
      /*ハンバーガーメニューのエフェクト*/ }
      #header .slicknav_menu {
        display: block; }
        #header .slicknav_menu .slicknav_nav {
          margin: 0;
          padding: 0; }
          #header .slicknav_menu .slicknav_nav li {
            margin: 0;
            padding: 0;
            border-bottom: solid 1px #ffffff; }
            #header .slicknav_menu .slicknav_nav li:after {
              content: "";
              display: block;
              clear: both;
              height: 0;
              visibility: hidden; }
            #header .slicknav_menu .slicknav_nav li a {
              margin: 0;
              padding: 13px;
              font-size: 14px;
              font-weight: 700;
              border-radius: 0; }
              #header .slicknav_menu .slicknav_nav li a:hover {
                background: #522b13;
                color: #ffffff; }
              #header .slicknav_menu .slicknav_nav li a:after {
                content: "\f0ab";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 20px;
                margin-left: 0.5em;
                vertical-align: middle; }
              #header .slicknav_menu .slicknav_nav li a .slicknav_arrow {
                font-size: 14px;
                margin: 0;
                padding: 0 15px 0 0;
                color: #ffffff;
                float: right; }
            #header .slicknav_menu .slicknav_nav li .slicknav_item {
              padding: 15px 0; }
            #header .slicknav_menu .slicknav_nav li ul {
              background: #efefef;
              margin: 0;
              padding: 0; }
              #header .slicknav_menu .slicknav_nav li ul li {
                border-top: solid 1px #ccc;
                border-bottom: none;
                margin: 0 10px; }
                #header .slicknav_menu .slicknav_nav li ul li a {
                  color: #522b13;
                  margin: 0;
                  padding: 15px 10px 15px 20px; }
          #header .slicknav_menu .slicknav_nav .slicknav_open {
            background: #efefef;
            border-bottom: solid 2px #522b13; }
            #header .slicknav_menu .slicknav_nav .slicknav_open a {
              color: #00559d; }
              #header .slicknav_menu .slicknav_nav .slicknav_open a:hover {
                background: #efefef;
                color: #00559d; }
      #header .slicknav_menu {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important; }
        #header .slicknav_menu .slicknav_btn {
          position: fixed;
          top: 0;
          right: 0;
          margin: 0 !important;
          padding: 13px 9px 13px 9px;
          border-radius: 0;
          background-color: #522b13; }
          #header .slicknav_menu .slicknav_btn.active {
            background-color: #ebe7de; }
            #header .slicknav_menu .slicknav_btn.active .slicknav_icon-bar {
              background-color: #522b13; }
          #header .slicknav_menu .slicknav_btn .slicknav_icon {
            position: relative;
            display: inline-block;
            -webkit-transition: all .4s;
            transition: all .4s;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-size: 32px; }
            #header .slicknav_menu .slicknav_btn .slicknav_icon span {
              display: inline-block;
              -webkit-transition: all .4s;
              transition: all .4s;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
              #header .slicknav_menu .slicknav_btn .slicknav_icon span:nth-of-type(1) {
                top: 0; }
              #header .slicknav_menu .slicknav_btn .slicknav_icon span:nth-of-type(2) {
                top: 6px; }
              #header .slicknav_menu .slicknav_btn .slicknav_icon span:nth-of-type(3) {
                bottom: 0; }
        #header .slicknav_menu .slicknav_icon-bar {
          position: absolute;
          left: 0;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      #header .active .slicknav_icon-bar:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg); }
      #header .active .slicknav_icon-bar:nth-of-type(2) {
        opacity: 0; }
      #header .active .slicknav_icon-bar:nth-of-type(3) {
        -webkit-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg); }
      #header .slicknav_nav {
        background-color: #522b13; }
        #header .slicknav_nav .slicknav_row:hover {
          border-radius: 0 !important; } }

/*-------------------- layout --------------------*/
#index .wrap section {
  width: 100%;
  padding: 60px 20px; }
  @media all and (max-width: 767px) {
    #index .wrap section {
      width: 100%;
      display: block;
      padding: 20px 10px; } }
  #index .wrap section .inner {
    max-width: 1110px;
    margin: 0 auto; }
#index .wrap .bg_gray {
  background: #ebe7de; }
#index .wrap .bg_white {
  background: #ffffff; }
  @media all and (max-width: 767px) {
    #index .wrap .bg_white {
      background: #edf3fc; } }

/*-------------------- contents --------------------*/
#index .data {
  background-color: #522b13;
  margin-top: 100px;
  padding: 20px; }
  @media all and (max-width: 767px) {
    #index .data {
      margin-top: 0;
      padding: 10px; } }
  #index .data .inner {
    max-width: 1110px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center; }
    @media all and (max-width: 767px) {
      #index .data .inner {
        text-align: left; } }
    #index .data .inner .box .box_inner p {
      display: inline-block;
      text-align: left; }
      @media all and (max-width: 767px) {
        #index .data .inner .box .box_inner p {
          text-align: center;
          display: block;
          font-size: 1.3rem; } }
      #index .data .inner .box .box_inner p.tel {
        line-height: 1;
        margin-bottom: 0.25em; }
        #index .data .inner .box .box_inner p.tel span {
          font-size: 30px; }
          @media all and (max-width: 767px) {
            #index .data .inner .box .box_inner p.tel span {
              font-size: 1.8rem; } }
        #index .data .inner .box .box_inner p.tel a {
          font-size: 50px;
          margin-right: 0.5em;
          color: #ffffff;
          font-weight: bold;
          text-decoration: none; }
          @media all and (max-width: 767px) {
            #index .data .inner .box .box_inner p.tel a {
              font-size: 3.0rem; } }
      #index .data .inner .box .box_inner p.date_address a {
        color: #ffffff; }

/*-------------------- kv_box --------------------*/
#index .kv_box {
  width: 100%;
  max-height: 800px;
  overflow: hidden; }
  #index .kv_box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#index section h2 {
  font-size: 40px;
  text-align: center; }
  @media all and (max-width: 767px) {
    #index section h2 {
      font-size: 3.4rem; } }
  #index section h2 strong {
    background-color: #ffffff;
    padding: 0 15px;
    font-weight: normal; }
#index section hr {
  width: 80%;
  border-top: solid 1px #522b13;
  margin-top: -1.25em;
  margin-bottom: 50px; }
  @media all and (max-width: 767px) {
    #index section hr {
      margin-bottom: 30px; } }
#index section.bg_gray strong {
  background-color: #ebe7de; }

#index #section01 .recommend {
  text-align: center; }
  @media all and (max-width: 767px) {
    #index #section01 .recommend {
      text-align: left; } }

/*
#index #section01 .col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 767px) {
    #index #section01 .col_flex {
      display: block; } }
  #index #section01 .col_flex .cl_inner {
    width: 100%;
    padding-right: 30px; }
    @media all and (max-width: 767px) {
      #index #section01 .col_flex .cl_inner {
        padding-right: 0;
        padding-bottom: 20px; } }
    #index #section01 .col_flex .cl_inner:last-child {
      padding-right: 0; }
    #index #section01 .col_flex .cl_inner .fb-container {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
      @media all and (max-width: 767px) {
        #index #section01 .col_flex .cl_inner .fb-container {
          width: 95%; } }
    #index #section01 .col_flex .cl_inner dl {
      background-color: #fff;
      padding: 30px; }
      #index #section01 .col_flex .cl_inner dl dt {
        font-weight: bold;
        font-size: 18px;
        border-top: solid 1px #ebe7de;
        padding-top: 10px; }
      #index #section01 .col_flex .cl_inner dl dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0 10px; }
        #index #section01 .col_flex .cl_inner dl dd:last-child {
          border-bottom: solid 1px #ebe7de; }
        #index #section01 .col_flex .cl_inner dl dd img {
          width: 130px;
          height: 130px;
          margin-right: 10px; }
*/

#index #section01 .inner .col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #index #section01 .inner .col_flex .cl_inner {
    padding-right: 30px; }
    #index #section01 .inner .col_flex .cl_inner:last-child {
      padding-right: 0; }
    @media all and (max-width: 767px) {
      #index #section01 .inner .col_flex .cl_inner {
        padding-right: 10px; } }
    @media all and (max-width: 767px) {
      #index #section01 .inner .col_flex .cl_inner:nth-child(1) {
        width: 100%; } }
    @media all and (max-width: 767px) {
      #index #section01 .inner .col_flex .cl_inner:nth-child(2) {
        width: 30%; } }


#index #section02 .inner .col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #index #section02 .inner .col_flex .cl_inner {
    padding-right: 30px; }
    #index #section02 .inner .col_flex .cl_inner:last-child {
      padding-right: 0; }
    @media all and (max-width: 767px) {
      #index #section02 .inner .col_flex .cl_inner {
        padding-right: 10px; } }
    @media all and (max-width: 767px) {
      #index #section02 .inner .col_flex .cl_inner:nth-child(1) {
        width: 70%; } }
    @media all and (max-width: 767px) {
      #index #section02 .inner .col_flex .cl_inner:nth-child(2) {
        width: 30%; } }
#index #section02 .inner .shop_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media all and (max-width: 767px) {
    #index #section02 .inner .shop_image {
      display: block; } }
  #index #section02 .inner .shop_image li {
    width: 50%;
    position: relative;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      #index #section02 .inner .shop_image li {
        width: 100%; } }
    #index #section02 .inner .shop_image li img {
      width: 100%;
      cursor: pointer;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      #index #section02 .inner .shop_image li img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s; }
    #index #section02 .inner .shop_image li p {
      display: none;
      color: #fff; }
    #index #section02 .inner .shop_image li.active p {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      cursor: pointer;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media all and (max-width: 767px) {
        #index #section02 .inner .shop_image li.active p {
          font-size: 4vw; } }
#index #section02 .inner .streetView {
  text-align: center;
  margin-top: 60px; }
  @media all and (max-width: 767px) {
    #index #section02 .inner .streetView {
      margin-top: 20px;
      height: 80vw; } }
  #index #section02 .inner .streetView iframe {
    width: 70%;
    height: 400px; }
    @media all and (max-width: 767px) {
      #index #section02 .inner .streetView iframe {
        width: 100%;
        height: 100%; } }

#index #section03 .inner .box01 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px; }
  @media all and (max-width: 767px) {
    #index #section03 .inner .box01 {
      padding: 20px; } }
  #index #section03 .inner .box01 p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px; }
    @media all and (max-width: 767px) {
      #index #section03 .inner .box01 p {
        font-size: 2.0rem; } }
  #index #section03 .inner .box01 dl {
    border: solid 1px #522b13;
    padding: 30px 0;
    text-align: center; }
    @media all and (max-width: 767px) {
      #index #section03 .inner .box01 dl {
        padding: 10px; } }
    #index #section03 .inner .box01 dl dt {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px; }
      @media all and (max-width: 767px) {
        #index #section03 .inner .box01 dl dt {
          font-size: 1.6rem;
          margin-bottom: 15px; } }
    #index #section03 .inner .box01 dl dd {
      display: inline-block;
      padding: 0 8px; }
      @media all and (max-width: 767px) {
        #index #section03 .inner .box01 dl dd {
          display: block;
          text-align: left; } }
#index #section03 .inner .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  @media all and (max-width: 767px) {
    #index #section03 .inner .box02 {
      display: block;
      margin-top: 20px; } }
  #index #section03 .inner .box02 .wrap {
    background-color: #fff;
    padding: 30px;
    width: 50%;
    margin-right: 30px; }
    @media all and (max-width: 767px) {
      #index #section03 .inner .box02 .wrap {
        padding: 15px;
        margin-bottom: 10px; } }
    #index #section03 .inner .box02 .wrap h3 {
      font-size: 20px;
      color: #522b13;
      line-height: 1.4;
      margin-bottom: 10px; }
      #index #section03 .inner .box02 .wrap h3 span {
        font-weight: normal;
        font-size: 13px; }
    @media all and (max-width: 767px) {
      #index #section03 .inner .box02 .wrap {
        width: 100%;
        margin-right: 0; } }
    #index #section03 .inner .box02 .wrap:last-child {
      margin-right: 0; }
    #index #section03 .inner .box02 .wrap .inner {
      border-bottom: solid 1px #522b13;
      padding-bottom: 10px; }
      #index #section03 .inner .box02 .wrap .inner h4 {
        border-top: solid 1px #522b13;
        font-size: 16px;
        padding-top: 10px;
        margin-top: 10px; }
        #index #section03 .inner .box02 .wrap .inner h4 span {
          font-weight: normal;
          font-size: 16px; }
          @media all and (max-width: 767px) {
            #index #section03 .inner .box02 .wrap .inner h4 span {
              font-size: 13px; } }
      #index #section03 .inner .box02 .wrap .inner ul {
        text-align: right; }
        #index #section03 .inner .box02 .wrap .inner ul li em {
          font-style: normal;
          color: #c00; }
        #index #section03 .inner .box02 .wrap .inner ul li span {
          font-size: 24px;
          color: #c00; }
      #index #section03 .inner .box02 .wrap .inner ul.dsp_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #index #section03 .inner .box02 .wrap .inner ul.dsp_flex li {
          width: 50%; }
      #index #section03 .inner .box02 .wrap .inner.ladies ul {
        margin-top: -1.5em; }
      #index #section03 .inner .box02 .wrap .inner h5 {
        border-top: solid 1px #ccc;
        padding-top: 5px;
        margin-top: 5px; }

#index #section04 {
  padding: 0; }
  #index #section04 iframe {
    vertical-align: bottom;
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    @media all and (max-width: 767px) {
      #index #section04 iframe {
        height: 300px; } }
  #index #section04 iframe:hover {
    -webkit-transition: -webkit-filter 0.8s ease;
    transition: -webkit-filter 0.8s ease;
    transition: filter 0.8s ease;
    transition: filter 0.8s ease, -webkit-filter 0.8s ease;
    -webkit-filter: grayscale(0) saturate(2);
    filter: grayscale(0) saturate(2); }

#index #section05 #banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media all and (max-width: 767px) {
    #index #section05 #banner {
      display: block; } }
  #index #section05 #banner li {
    margin-right: 40px; }
    #index #section05 #banner li:last-child {
      margin-right: 0; }
    #index #section05 #banner li a:hover {
      opacity: 0.6; }
    @media all and (max-width: 767px) {
      #index #section05 #banner li {
        text-align: center;
        width: 70%;
        margin: 0 auto 10px !important; } }

/*-------------------- pageTop --------------------*/
#pageTop {
  position: fixed;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center; }
  @media all and (max-width: 767px) {
    #pageTop {
      bottom: 50px; } }
  #pageTop a {
    z-index: 9999;
    text-decoration: none; }
    #pageTop a:hover {
      opacity: 0.7; }
    #pageTop a .fas {
      color: #000000;
      font-size: 50px;
      width: 50px;
      height: 50px;
      line-height: 1;
      background-color: #ffffff;
      border-radius: 25px; }

#sp_pageTop {
  text-align: center;
  margin: 30px 0 -1px;
  padding: 0; }
  #sp_pageTop img {
    width: auto; }

/*-------------------- footer --------------------*/
#footer {
  background-color: #522b13;
  height: 100px; }
  @media all and (max-width: 767px) {
    #footer {
      height: 60px; } }
  #footer .inner {
    text-align: center; }
    #footer .inner .copy {
      color: #ffffff;
      padding-top: 40px; }
      @media all and (max-width: 767px) {
        #footer .inner .copy {
          font-size: 1.3rem;
          padding-top: 20px; } }

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








/*　２段組みエリア　*/
.area_2dan {
	margin: 0 auto;
}

.area_2dan ul{
	list-style:none;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}


.area_2dan ul li img{
	width: 100%;
	margin-top: 0px;
}


/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	
	
	/*　2段組み　*/
	.area_2dan ul li{
		float: left;
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
		margin-top: 0%;
	}


	.area_2dan ul li:nth-child(2n){
		margin-right: 0%;
	}
	
	.area_2dan p {
		text-align: center;
		margin-bottom: 20px;
	}
}
/* media Queries PCサイズ（960px以上）ここまで　*/

/* タブレット、スマホ*/
/*----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	
/*　2段組みを1段組みへ　*/
	.area_2dan ul li{
		float: left;
		width: 100%;
		margin-bottom: 0%;
		margin-right: 0%;
	}
	
		.area_2dan p {
		text-align: center;
		margin-bottom: 20px;
	}
	
}
/* media Queries PCサイズ（959以下）ここまで　*/


