@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

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

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

q, blockquote {
  quotes: none;
}

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

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

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

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

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

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-family: 'Noto Serif JP', serif;
  color: #553618;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body.active {
    height: 100%;
    overflow: hidden;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    min-width: 320px;
  }
  a:hover {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

body {
  color: #553618;
}

/* =====top_box===== */
.top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  max-height: 100vh;
}

.top_box .header {
  width: 222px;
  padding: 0;
  background: #FAFAFA;
}

.top_box .header .logo_box {
  width: 222px;
  height: 222px;
  padding: 18px;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #553618;
  color: #fff;
  text-align: center;
  font-family: 'Noto sans JP', sans-serif;
}

.top_box .header .logo_box .name {
  width: 200px;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 10px;
  line-height: 1;
}

.top_box .header .logo_box .name a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.top_box .header .logo_box img {
  display: block;
  width: 57px;
  margin: 0 auto 15px;
}

.top_box .header .logo_box .small {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 13px;
}

.top_box .header .logo_box .large {
  font-size: 22px;
  font-weight: 700;
}

.top_box .header .logo_box .title {
  font-size: 11px;
}

.top_box .header .index_glonav {
  background: #FAFAFA;
  text-align: center;
}

.top_box .header .index_glonav .item a {
  line-height: 3;
}

.top_box .header .index_glonav .item.drop {
  position: relative;
}

.top_box .header .index_glonav .sublist {
  z-index: 200;
  position: absolute;
  top: 0;
  right: -200px;
  display: none;
  width: 200px;
  background: #fff;
}

.top_box .header .index_glonav .sublist.active {
  display: block;
}

.top_box .header .index_glonav .subitem {
  background: #fff;
}

.top_box .header .index_glonav .subitem a {
  padding: 0 5px;
  font-size: 13px;
  line-height: 2;
}

.top_box .top_right {
  width: calc(100% - 222px);
}

.top_box .top_right .right_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 42px;
}

.top_box .top_right .nav_box {
  width: 405px;
  padding: 15px 0 0;
  margin: 0 20px 0 0;
}

.top_box .top_right .nav_text {
  font-size: 14px;
}

.top_box .top_right .header_nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}

.top_box .top_right .header_nav01 img {
  vertical-align: middle;
  padding: 0 3px 3px 0;
}

.top_box .top_right .header_nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box .top_right .header_nav02 .nav_text:nth-of-type(1) {
  margin: 0 0 0 24px;
}

.top_box .top_right .tel_box {
  width: 272px;
  height: 75px;
  background: rgba(35, 24, 21, 0.08);
}

.top_box .top_right .tel_box .tel_text {
  width: 236px;
  padding: 15px 0 5px;
  border-bottom: 2px solid #231815;
  margin: 0 auto;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.top_box .top_right .key {
  position: relative;
  height: 100%;
}

.top_box .top_right .key:before {
  content: "";
  position: absolute;
  top: -58px;
  left: 46px;
  display: inline-block;
  width: 194px;
  height: 73px;
  background: url(../images/index/illust01.png) center/cover no-repeat;
}

.top_box .top_right .key .key_cont {
  position: relative;
}

.top_box .top_right .key .key_title {
  z-index: 2;
  position: absolute;
  left: 100px;
  top: 0;
  font-size: 64px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.16em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  opacity: .5;
}

.top_box .top_right .key .key_textbox {
  z-index: 2;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 420px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.top_box .top_right .key .key_textbox:before {
  position: absolute;
  content: "";
  top: -70px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 57px;
  height: 49px;
  margin: 0 auto;
  background: url(../images/index/icon01.png) center center/cover no-repeat;
}

.top_box .top_right .key .key_textbox .key_text {
  margin: 0 0 40px;
}

.top_box .top_right .key .key_textbox .key_text .small {
  font-size: 20px;
}

.top_box .top_right .key .key_textbox .key_text .large {
  font-size: 27px;
}

.top_box .top_right .key .key_link {
  width: 222px;
  /* border: 2px solid #fff; */
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.top_box .top_right .key .key_link a {
  display: block;
  width: 100%;
  height: 100%;
  /* padding: 10px 15px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_box .top_right .key .key_image {
  width: 100%;
  height: calc(100vh - 75px);
  -webkit-clip-path: polygon(0 120px, 50% 0, 100% 120px, 100% 100%, 0 100%);
          clip-path: polygon(0 120px, 50% 0, 100% 120px, 100% 100%, 0 100%);
}

.top_box .top_right .key .key_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top_box .top_right .key .key_cont.key_cont03 .key_textbox:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  width: 57px;
  height: 49px;
  background: url(../images/index/icon01.png) center/cover no-repeat;
}

.top_box .top_right .key .key_cont.key_cont03 .key_text {
  position: relative;
  padding: 80px 0 0;
}

.top_box .top_right .key .key_cont.key_cont03 .key_text .absolute {
  position: absolute;
  top: 0;
  font-family: "noto sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.top_box .top_right .key .key_cont.key_cont03 .key_text .absolute:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  width: 57px;
  height: 49px;
  background: url(../images/index/icon01.png) center/cover no-repeat;
}

.top_box .top_right .key .prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_box .top_right .key .prev:hover {
  cursor: pointer;
}

.top_box .top_right .key .next {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_box .top_right .key .next:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top_box {
    position: relative;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    background: none;
  }
  .top_box .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: rgba(85, 54, 24, 0.95);
    font-family: 'Noto sans JP', sans-serif;
    z-index: 2000;
  }
  .top_box .header.active {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
  }
  .top_box .header .logo_box {
    width: 280px;
    height: auto;
    padding: 18px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    color: none;
    text-align: center;
  }
  .top_box .header .logo_box .name {
    width: 200px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    margin: 0 auto 10px;
    line-height: 1;
  }
  .top_box .header .logo_box img {
    display: block;
    width: 57px;
    margin: 0 auto 15px;
  }
  .top_box .header .logo_box .small {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 13px;
  }
  .top_box .header .logo_box .large {
    font-size: 22px;
    font-weight: 700;
  }
  .top_box .header .logo_box .title {
    font-size: 11px;
  }
  .top_box .header .index_glonav {
    width: 300px;
    margin: 0 auto;
    background: none;
    text-align: center;
  }
  .top_box .header .index_glonav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_box .header .index_glonav .item {
    width: 140px;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
  }
  .top_box .header .index_glonav .item a {
    font-size: 11px;
    line-height: 3;
    color: #fff;
  }
  .top_box .header .tel_box {
    width: 272px;
    height: 75px;
    margin: 0 auto;
    background: none;
  }
  .top_box .header .tel_box .tel_text {
    width: 236px;
    padding: 15px 0 5px;
    border-bottom: 2px solid #fff;
    margin: 0 auto;
    text-align: center;
  }
  .top_box .header .tel_box .tel_text a {
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
  }
  .top_box .top_right {
    width: 100%;
  }
  .top_box .top_right .right_nav {
    display: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 42px;
  }
  .top_box .top_right .nav_box {
    width: 350px;
    padding: 15px 0 0;
    margin: 0 20px 0 0;
  }
  .top_box .top_right .nav_text {
    font-size: 14px;
  }
  .top_box .top_right .header_nav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
  }
  .top_box .top_right .header_nav01 img {
    vertical-align: middle;
    padding: 0 10px 5px 0;
  }
  .top_box .top_right .header_nav02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top_box .top_right .header_nav02 .nav_text:nth-of-type(1) {
    margin: 0 68px 0 0;
  }
  .top_box .top_right .tel_box {
    width: 272px;
    height: 75px;
    background: rgba(35, 24, 21, 0.08);
  }
  .top_box .top_right .tel_box .tel_text {
    width: 236px;
    padding: 15px 0 5px;
    border-bottom: 2px solid #231815;
    margin: 0 auto;
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .top_box .top_right .key {
    position: relative;
    height: 100vh;
  }
  .top_box .top_right .key:before {
    content: "";
    position: absolute;
    top: -58px;
    left: 46px;
    display: none;
    width: 194px;
    height: 73px;
    background: url(../images/index/illust01.png) center/cover no-repeat;
  }
  .top_box .top_right .key .key_title {
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 60px;
    font-size: 33px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.16em;
  }
  .top_box .top_right .key .key_textbox {
    position: absolute;
    top: auto;
    bottom: 170px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  .top_box .top_right .key .key_cont.key_cont03 .key_textbox:before {
    position: absolute;
    content: "";
    top: 82px;
    right: 238px;
    display: inline-block;
    width: 57px;
    height: 49px;
    background: url(../images/index/icon01.png) center center/cover no-repeat;
  }
  .top_box .top_right .key .key_cont02 .key_textbox:before {
    right: 268px;
  }
  .top_box .top_right .key .key_textbox:before {
    position: absolute;
    content: "";
    top: -2px;
    right: 238px;
    display: inline-block;
    width: 57px;
    height: 49px;
    background: url(../images/index/icon01.png) center center/cover no-repeat;
  }

  .top_box .top_right .key .key_textbox .key_text {
    margin: 0 0 5px 40px;
  }
  .top_box .top_right .key .key_textbox .key_text .small {
    font-size: 12px;
  }
  .top_box .top_right .key .key_textbox .key_text .large {
    font-size: 17px;
  }
  .top_box .top_right .key .key_link {
    width: 200px;
    /* border: 2px solid #fff; */
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .top_box .top_right .key .key_link a {
    display: block;
    width: 100%;
    height: 100%;
    /* padding: 10px 15px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top_box .top_right .key .key_image {
    width: 100%;
    height: calc(100vh - 41px);
    -webkit-clip-path: none;
            clip-path: none;
  }
  .top_box .top_right .key .key_image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;
  }

  /* .top_box .top_right .key .key_cont.key_cont03 .key_textbox:before {
    display: none;
  } */
  /* .top_box .top_right .key .key_cont.key_cont03 .key_text {
    position: relative;
    padding: 80px 0 0;
  } */
  /* .top_box .top_right .key .key_cont.key_cont03 .key_textbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: "noto sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 200px;
    margin: 0 auto;
  }
  .top_box .top_right .key .key_cont .key_cont03 .key_textbox:before {
    content: "";
    position: absolute;
    top: 80px;
    left: -228;
    width: 194px;
    height: 47px;
    background: url(../images/index/text07.png) center/cover no-repeat;
  } */
  .top_box .top_right .key .prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_box .top_right .key .prev:hover {
    cursor: pointer;
  }
  .top_box .top_right .key .next {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_box .top_right .key .next:hover {
    cursor: pointer;
  }
}

.kengaku_banner_wrap {
  margin: 100px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kengaku_banner_wrap {
    padding: 0 10px;
    margin: 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* new_event_wrap */
.new_event_wrap {
  padding: 80px 20px;
  text-align: center;
}

.new_event_wrap .new_event img,.new_event_wrap .new_event_top img {
  border: 1px solid #000;
}

.new_event_wrap .new_event_top {
  padding-bottom: 40px;
}

.new_event_outdoor {
  padding-top: 40px;
}


@media screen and (max-width: 768px) {
  .new_event_wrap {
    padding: 50px 10px;
  }
}




/* =====banners===== */
.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.banners .banner {
  margin: 0 20px 0 0;
}
.banners .banner_limini {
  margin: 0 20px 0 0;
}

.banners .banner:last-of-type {
  margin: 0;
}

@media screen and (max-width: 768px) {

  .banners {
    display: none;
  }
}

/* sp_bannersここから */
.sp_banners {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.sp_banners .banner {
  text-align: center;
}

.sp_banners .banner img {
  width: 80%;
  margin: 0 auto;
}

.sp_banners .slick-dots {
  bottom: 20px;
}

.sp_banners .slick-dots li button:before{
  font-size:40px;
}

/* sp_bannersここまで */


@media screen and (max-width: 768px) {
  .sp_header {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 50px;
    background: #fff;
  }
  .sp_header .logo_box {
    padding: 5px 0 0 2px;
  }
  .sp_header .logo_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp_header .logo_box .logo_text {
    padding: 0 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.2;
  }
  .sp_header .logo_box .logo_text .large {
    font-size: 22px;
    font-weight: 700;
  }
}

/* =====ham===== */
@media screen and (max-width: 768px) {
  .ham {
    z-index: 3000;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #553618;
  }
  .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .ham span:nth-of-type(1) {
    top: 13px;
  }
  .ham span:nth-of-type(2) {
    top: 23px;
  }
  .ham span:nth-of-type(3) {
    top: 33px;
  }
  .ham.active span:nth-of-type(1) {
    top: 23px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ham.active span:nth-of-type(2) {
    display: none;
    top: 23px;
  }
  .ham.active span:nth-of-type(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* =====sec01===== */
.sec01 {
  padding: 60px 0;
  background: #FAFAFA;
}

.sec01 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec01 .sec_title {
  position: relative;
  margin: 0 auto 130px;
  text-align: center;
}

.sec01 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 148px;
  height: 31px;
  margin: 0 auto;
  background: url(../images/index/text01.png) center/cover no-repeat;
}

.sec01 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec01 .item {
  width: 250px;
  margin: 0 78px 0 0;
}

.sec01 .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec01 .item:last-of-type {
  margin: 0;
}

.sec01 .item:hover {
  opacity: .7;
  -webkit-transform: .4s all ease;
          transform: .4s all ease;
}

.sec01 .textbox {
  padding: 10px;
}

.sec01 .image {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #ccc;
}

.sec01 .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.sec01 .event_name {
  padding-bottom: 5px;
  border-bottom: 1px solid #bebfbf;
  font-size: 15px;
  font-family: "noto sans jp";
  font-weight: 600;
}

.sec01 .event_time {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bebfbf;
  font-size: 14px;
  font-family: "noto sans jp";
  font-weight: 600;
}

.sec01 .event_place {
  padding-top: 5px;
  font-size: 14px;
  font-family: "noto sans jp";
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .sec01 {
    display: none;
  }
}


@media screen and (max-width: 768px) {

  .sp_sec01 {
    padding: 60px 20px;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
  }
  .sp_sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sp_sec01 .sec_title {
    position: relative;
    margin: 0 auto 130px;
    text-align: center;
  }
  .sp_sec01 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 148px;
    height: 31px;
    margin: 0 auto;
    background: url(../images/index/text01.png) center/cover no-repeat;
  }
  .sp_sec01 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sp_sec01 .list {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sp_sec01 .item {
    width: 250px;
    height: 470px !important;
    margin: 0 auto 50px;
  }

  .sp_sec01 .item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sp_sec01 .item:last-of-type {
    margin: 0 auto;
  }
  .sp_sec01 .item:hover {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  .sp_sec01 .textbox {
    padding: 10px;
  }

  .sp_sec01 .image {
    width: 250px;
    height: 250px;
    margin: 0 auto 10px;
    background: #ccc;
  }
  .sp_sec01 .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .sp_sec01 .event_name {
    padding-bottom: 5px;
    border-bottom: 1px solid #bebfbf;
    font-size: 15px;
    font-family: "noto sans jp";
    font-weight: 600;
  }

  .sp_sec01 .event_time {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bebfbf;
    font-size: 14px;
    font-family: "noto sans jp";
    font-weight: 600;
  }

  .sp_sec01 .event_place {
    padding-top: 5px;
    font-size: 14px;
    font-family: "noto sans jp";
    font-weight: 600;
  }

  .sp_sec01 .slick-dots li button:before{
    font-size:40px;
  }
}


/* =====sec02===== */
.sec02 {
  margin: 60px 0;
}

.sec02 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec02 .sec_title {
  position: relative;
  margin: 0 auto 130px;
  text-align: center;
}

.sec02 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 163px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/index/text02.png) center/cover no-repeat;
}

.sec02 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec02 .item {
  width: 456px;
  height: 189px;
  margin: 0 7px 14px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 20px;
    margin: 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_title {
    position: relative;
    margin: 0 auto 130px;
    text-align: center;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 163px;
    height: 31px;
    margin: 0 auto;
    background: url(../images/index/text02.png) center/cover no-repeat;
  }
  .sec02 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sec02 .list {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .item {
    max-width: 100%;
    height: 100%;
    margin: 0 auto 30px;
  }
}

/* =====sec03===== */
.sec03 {
  padding: 60px 0;
  background: url(../images/index/bg01.png) center center/cover no-repeat;
}

.sec03 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec03 .sec_title {
  position: relative;
  margin: 0 0 130px;
  text-align: center;
  line-height: 2;
  color: #fff;
}

.sec03 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 134px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/index/text03.png) center/cover no-repeat;
}

.sec03 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}

.sec03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}

.sec03 .item {
  width: 287px;
  height: 219px;
  padding: 27px 0;
  margin: 0 7px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
}

.sec03 .item .num {
  width: 97px;
  padding: 0 0 18px;
  border-bottom: 2px solid #553618;
  margin: 0 auto 18px;
}

.sec03 .item03 {
  position: relative;
}

.sec03 .item03:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  display: inline-block;
  width: 70px;
  height: 71px;
  background: url(../images/index/illust02.png) center/cover no-repeat;
}

.sec03 .link {
  text-align: center;
}

.sec03 .link a {
  position: relative;
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "noto sans", sans-serif;
}

.sec03 .link a:before {
  content: ">";
  position: absolute;
  right: 0;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 60px 20px;
    background: url(../images/index/sp/bg01.png) center center/cover no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .sec_title {
    position: relative;
    margin: 0 0 130px;
    text-align: center;
    line-height: 2;
    color: #fff;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 134px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/index/text03.png) center/cover no-repeat;
  }
  .sec03 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
  }
  .sec03 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px;
  }
  .sec03 .item {
    width: 287px;
    width: 48%;
    height: auto;
    padding: 20px 10px;
    margin: 0 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
  }
  .sec03 .item:nth-of-type(1), .sec03 .item:nth-of-type(3) {
    margin: 0 10px 14px 0;
  }
  .sec03 .item .num {
    width: 97px;
    padding: 0 0 18px;
    border-bottom: 2px solid #553618;
    margin: 0 auto 18px;
  }
  .sec03 .item .item_text {
    font-size: 15px;
    text-align: justify;
    text-justify: distribute;
  }
  .sec03 .item03 {
    position: relative;
  }
  .sec03 .item03:before {
    content: "";
    position: absolute;
    top: -25px;
    right: -25px;
    display: inline-block;
    width: 70px;
    height: 71px;
    background: url(../images/index/illust02.png) center/80% no-repeat;
  }
  .sec03 .item05 {
    padding: 20px 10px 40px;
  }
  .sec03 .link {
    text-align: center;
  }
  .sec03 .link a {
    position: relative;
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .sec03 .link a:before {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
  }
}

.webp .sec03 {
  background: url(../images/index/bg01.webp) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .webp .sec03 {
    background: url(../images/index/sp/bg01.webp) center center/cover no-repeat;
  }
}

.no-webp .sec03 {
  background: url(../images/index/bg01.png) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .no-webp .sec03 {
    background: url(../images/index/sp/bg01.png) center center/cover no-repeat;
  }
}

/* =====sec04===== */
.sec04 {
  padding: 60px 0;
}

.sec04 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec04 .sec_title {
  position: relative;
  margin: 0 0 130px;
  text-align: center;
  line-height: 2;
}

.sec04 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 171px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/index/text04.png) center/cover no-repeat;
}

.sec04 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec04 .item {
  width: 478px;
  height: auto;
  border-right: 1px solid #4C494A;
  border-left: 1px solid #4C494A;
  border-bottom: 3px solid #F49D35;
  margin: 0 7px 14px;
}

.sec04 .item:hover {
  opacity: .7;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.sec04 .item .image {
  height: 282px;
  background: #ccc;
  overflow: hidden;
}

.sec04 .item .textbox {
  position: relative;
  padding: 20px 0 20px 30px;
}

.sec04 .item .textbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 17px;
  height: 36px;
  margin: auto 0;
  background: url(../images/index/arrow03.png) center/cover no-repeat;
}

.sec04 .item .item_title {
  margin: 0 0 5px;
}

.sec04 .item .cate {
  width: 104px;
  height: 27px;
  background: #E8E6E5;
  border: 1px solid #BFBBBA;
  margin: 0 0 5px;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .sec_title {
    position: relative;
    margin: 0 0 130px;
    text-align: center;
    line-height: 2;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 171px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/index/text04.png) center/cover no-repeat;
  }
  .sec04 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sec04 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04 .item {
    width: 290px;
    height: auto;
    margin: 0 7px 14px;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .sec04 .item:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .sec04 .item .image {
    height: 170px;
    background: #ccc;
  }
  .sec04 .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .item .textbox {
    position: relative;
    padding: 5px;
    border-right: 1px solid #4C494A;
    border-left: 1px solid #4C494A;
    border-bottom: 3px solid #F49D35;
  }
  .sec04 .item .textbox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 17px;
    height: 36px;
    margin: auto 0;
    background: url(../images/index/arrow03.png) right center/40% no-repeat;
  }
  .sec04 .item .item_title {
    margin: 0 10px 5px 0;
    font-size: 15px;
  }
  .sec04 .item .cate {
    width: 104px;
    height: 20px;
    background: #E8E6E5;
    border: 1px solid #BFBBBA;
    margin: 0 0 5px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
  .sec04 .item .item_text {
    font-size: 12px;
  }
}

/* =====sec05===== */
.sec05 {
  position: relative;
  padding: 60px 0;
}

.sec05 .inner {
  position: relative;
  width: 913px;
  margin: 0 auto;
}

.sec05 .sec_title {
  position: relative;
  margin: 0 0 180px;
  text-align: center;
  line-height: 2;
}

.sec05 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 138px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/index/text05.png) center/cover no-repeat;
}

.sec05 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec05 .text01 {
  position: absolute;
  right: 50px;
  top: 240px;
  width: 130px;
  margin: 0 auto;
  font-size: 28px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.29em;
  color: #fff;
}

.sec05 .text01 .small {
  font-size: 22px;
}

.sec05 .image01 {
  width: 918px;
  height: 338px;
  margin: 0 auto 20px;
  background: #ccc;
}

.sec05 .image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 918px;
  height: 256px;
  margin: 0 auto 40px;
}

.sec05 .image_box .image {
  width: 291px;
  background: #ccc;
}

.sec05 .text_box {
  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;
  font-family: "noto sans", sans-serif;
}

.sec05 .text_box .text02 {
  width: 500px;
  line-height: 2;
}

.sec05 .text_box .link {
  width: 264px;
  height: 52px;
  border: 3px solid #553618;
  text-align: center;
}

.sec05 .text_box .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .17em;
  line-height: 52px;
}

.sec05 .text_box .link a:before {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 7px;
  height: 15px;
  margin: auto 0;
  background: url(../images/index/arrow01.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .sec05 {
    position: relative;
    padding: 60px 0;
  }
  .sec05 .inner {
    width: 100%;
  }
  .sec05 .sec_title {
    position: relative;
    margin: 0 0 120px;
    text-align: center;
    line-height: 2;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 138px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/index/text05.png) center/cover no-repeat;
  }
  .sec05 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sec05 .text01 {
    position: absolute;
    left: 0;
    right: 0;
    top: 225px;
    width: 130px;
    margin: 0 auto;
    font-size: 28px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.29em;
    text-shadow: #231815 1px 1px 10px, #231815 -1px -1px 10px;
  }
  .sec05 .text01 .small {
    font-size: 22px;
  }
  .sec05 .image01 {
    width: 280px;
    height: 200px;
    margin: 0 auto;
    background: #ccc;
  }
  .sec05 .image_box {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  .sec05 .image_box .image {
    width: 280px;
    height: 200px;
    margin: 0 auto;
    background: #ccc;
    overflow: hidden;
  }
  .sec05 .text_box {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "noto sans", sans-serif;
  }
  .sec05 .text_box .text02 {
    width: 100%;
    margin: 0 0 20px;
    line-height: 2;
  }
  .sec05 .text_box .link {
    width: 264px;
    height: 52px;
    border: 3px solid #553618;
    margin: 0 auto;
    text-align: center;
  }
  .sec05 .text_box .link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .17em;
    line-height: 52px;
  }
  .sec05 .text_box .link a:before {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 7px;
    height: 15px;
    margin: auto 0;
    background: url(../images/index/arrow01.png) center/cover no-repeat;
  }
}

/* =====sec06===== */
.sec06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 486px;
  color: #fff;
}

.sec06 .left {
  position: relative;
  width: 35%;
  background: #553618;
}

.sec06 .left:before {
  content: "";
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 116px;
  height: 101px;
  margin: 0 auto;
  background: url(../images/index/illust04.png) center/cover;
}

.sec06 .left a {
  color: #fff;
}

.sec06 .left .sec_title {
  padding: 200px 0 0;
  margin: 0 0 30px;
  font-size: 38px;
  text-align: center;
}

.sec06 .left .left_text {
  position: relative;
  width: 181px;
  padding: 0 10px 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.sec06 .left .left_text:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 24px;
  background: url(../images/index/arrow02.png) center/cover no-repeat;
}

.sec06 .right {
  width: 65%;
}

.sec06 .item {
  position: relative;
  height: 162px;
  padding: 30px 0 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec06 .item a {
  color: #fff;
}

.sec06 .item:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 11px;
  height: 24px;
  margin: auto 0;
  background: url(../images/index/arrow02.png) center/cover no-repeat;
}

.sec06 .item:nth-of-type(1) {
  border-bottom: 2px solid #fff;
  background: url(../images/index/bg02.png) center/cover no-repeat;
}

.sec06 .item:nth-of-type(2) {
  border-bottom: 2px solid #fff;
  background: url(../images/index/bg03.png) center/cover no-repeat;
}

.sec06 .item:nth-of-type(3) {
  background: url(../images/index/bg04.png) center/cover no-repeat;
}

.sec06 .item:hover {
  opacity: .7;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.sec06 .item_title {
  position: relative;
  width: 244px;
  padding: 0 0 5px 60px;
  border-bottom: 2px solid #fff;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 25px;
}

.sec06 .item:nth-of-type(1) .item_title:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  display: inline-block;
  width: 43px;
  height: 33px;
  background: url(../images/index/icon04.png) center/cover no-repeat;
}

.sec06 .item:nth-of-type(2) .item_title:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  display: inline-block;
  width: 33px;
  height: 34px;
  background: url(../images/index/icon02.png) center/cover no-repeat;
}

.sec06 .item:nth-of-type(3) .item_title:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  display: inline-block;
  width: 43px;
  height: 33px;
  background: url(../images/index/icon03.png) center/cover no-repeat;
}

.sec06 .item_text {
  font-family: "noto sans", sans-serif;
}

.sec06 .subitem {
  position: relative;
  padding: 0 0 0 1em;
  font-family: "noto sans", sans-serif;
}

.sec06 .subitem:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sec06 {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
  }
  .sec06 .left {
    position: relative;
    width: 100%;
    height: 280px;
    background: #553618;
  }
  .sec06 .left:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    right: 0;
    display: inline-block;
    width: 116px;
    height: 101px;
    margin: 0 auto;
    background: url(../images/index/illust04.png) center/cover;
  }
  .sec06 .left a {
    color: #fff;
  }
  .sec06 .left .sec_title {
    padding: 130px 0 0;
    margin: 0 0 30px;
    font-size: 34px;
    text-align: center;
  }
  .sec06 .left .left_text {
    position: relative;
    width: 181px;
    padding: 0 10px 0 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .sec06 .left .left_text:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 24px;
    background: url(../images/index/arrow02.png) center/cover no-repeat;
  }
  .sec06 .right {
    width: 100%;
  }
  .sec06 .item {
    position: relative;
    height: 162px;
    padding: 30px 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec06 .item a {
    color: #fff;
  }
  .sec06 .item:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 11px;
    height: 24px;
    margin: auto 0;
    background: url(../images/index/arrow02.png) center/cover no-repeat;
  }
  .sec06 .item:nth-of-type(1) {
    border-bottom: 2px solid #fff;
    background: url(../images/index/sp/bg02.png) center/cover no-repeat;
  }
  .sec06 .item:nth-of-type(2) {
    border-bottom: 2px solid #fff;
    background: url(../images/index/sp/bg03.png) center/cover no-repeat;
  }
  .sec06 .item:nth-of-type(3) {
    background: url(../images/index/sp/bg04.png) center/cover no-repeat;
  }
  .sec06 .item:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .sec06 .item_title {
    position: relative;
    width: 244px;
    padding: 0 0 5px 60px;
    border-bottom: 2px solid #fff;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 25px;
  }
  .sec06 .item:nth-of-type(1) .item_title:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    display: inline-block;
    width: 43px;
    height: 33px;
    background: url(../images/index/icon04.png) center/cover no-repeat;
  }
  .sec06 .item:nth-of-type(2) .item_title:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    display: inline-block;
    width: 33px;
    height: 34px;
    background: url(../images/index/icon02.png) center/cover no-repeat;
  }
  .sec06 .item:nth-of-type(3) .item_title:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    display: inline-block;
    width: 43px;
    height: 33px;
    background: url(../images/index/icon03.png) center/cover no-repeat;
  }
  .sec06 .subitem {
    position: relative;
    padding: 0 0 0 1em;
  }
  .sec06 .subitem:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
}

.webp .sec06 .item:nth-of-type(1) {
  background: url(../images/index/bg02.webp) center/cover no-repeat;
}

.webp .sec06 .item:nth-of-type(2) {
  background: url(../images/index/bg03.webp) center/cover no-repeat;
}

.webp .sec06 .item:nth-of-type(3) {
  background: url(../images/index/bg04.webp) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .webp .sec06 .item:nth-of-type(1) {
    background: url(../images/index/sp/bg02.webp) center/cover no-repeat;
  }
  .webp .sec06 .item:nth-of-type(2) {
    background: url(../images/index/sp/bg03.webp) center/cover no-repeat;
  }
  .webp .sec06 .item:nth-of-type(3) {
    background: url(../images/index/sp/bg04.webp) center/cover no-repeat;
  }
}

.no-webp .sec06 .item:nth-of-type(1) {
  background: url(../images/index/bg02.png) center/cover no-repeat;
}

.no-webp .sec06 .item:nth-of-type(2) {
  background: url(../images/index/bg03.png) center/cover no-repeat;
}

.no-webp .sec06 .item:nth-of-type(3) {
  background: url(../images/index/bg04.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .no-webp .sec06 .item:nth-of-type(1) {
    background: url(../images/index/bg02.png) center/cover no-repeat;
  }
  .no-webp .sec06 .item:nth-of-type(2) {
    background: url(../images/index/bg03.png) center/cover no-repeat;
  }
  .no-webp .sec06 .item:nth-of-type(3) {
    background: url(../images/index/bg04.png) center/cover no-repeat;
  }
}

/* =====sec07===== */
.sec07 {
  padding: 60px 0;
}

.sec07 .sec_title {
  position: relative;
  margin: 0 0 180px;
  text-align: center;
  line-height: 2;
}

.sec07 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 396px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/index/text06.png) center/cover no-repeat;
}

.sec07 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec07 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec07 .item {
  width: 211px;
  margin: 0 10px;
}

.sec07 .item .image {
  height: 162px;
  margin: 0 0 10px;
  background: #ccc;
}

.sec07 .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.sec07 .item:hover {
  opacity: .7;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec07 .sec_title {
    position: relative;
    margin: 0 0 120px;
    text-align: center;
    line-height: 2;
  }
  .sec07 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 396px;
    max-width: 100%;
    height: 32px;
    margin: 0 auto;
    background: url(../images/index/text06.png) center/100% no-repeat;
  }
  .sec07 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sec07 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec07 .item {
    width: 48%;
    margin: 0 0 10px;
  }
  .sec07 .item:nth-child(2n-1) {
    margin: 0 10px 10px 0;
  }
  .sec07 .item .image {
    height: 110px;
    margin: 0 0 10px;
    background: #ccc;
  }
  .sec07 .item:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

/* =====sec08===== */
.sec08 {
  margin: 0 0 90px;
}

.sec08 .sec_title {
  position: relative;
  margin: 0 0 180px;
  text-align: center;
}

.sec08 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 480px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/index/text08.png) center/cover no-repeat;
}

.sec08 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec08 .landinformation {
  margin: 0 auto;
  text-align: center;
}
.sec08 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec08 .item {
  width: 282px;
  margin: 0 10px;
}

.sec08 .item .image {
  height: 200px;
  margin: 0 0 10px;
  background: #ccc;
  overflow: hidden;
}

.sec08 .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec08 .item:hover {
  opacity: .7;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 0 20px;
    margin: 0 0 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec08 .sec_title {
    position: relative;
    margin: 0 0 120px;
    text-align: center;
  }
  .sec08 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 480px;
    max-width: 100%;
    height: 32px;
    margin: 0 auto;
    background: url(../images/index/text08.png) center/contain no-repeat;
  }
  .sec08 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sec08 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec08 .item {
    width: 282px;
    margin: 0 10px 50px;
  }
  .sec08 .item:last-of-type {
    margin: 0 10px;
  }
  .sec08 .item .image {
    height: 162px;
    margin: 0 0 10px;
    background: #ccc;
  }
  .sec08 .item:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

/* =====sec09===== */
.sec09 {
  padding: 60px 0;
  background: #FAFAFA;
}

.sec09 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec09 .sec_title {
  position: relative;
  margin: 0 auto 130px;
  text-align: center;
}

.sec09 .sec_title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 148px;
  height: 31px;
  margin: 0 auto;
  background: url(../images/index/text_movie.png) center/cover no-repeat;
}

.sec09 .sec_title:after {
  content: "";
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #F5A518;
}

.sec09 .moviebox {
  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;
  width: 900px;
  margin: 0 auto;
}

.sec09 .movie {
  width: 400px;
  height: 224px;
  margin: 0 auto;
}

.sec09 .movie:not(:last-of-type) {
  margin: 0 auto 30px;
}

.sec09 .movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .sec09 {
    padding: 60px 20px;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec09 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec09 .sec_title {
    position: relative;
    margin: 0 auto 130px;
    text-align: center;
  }
  .sec09 .sec_title:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 148px;
    height: 31px;
    margin: 0 auto;
    background: url(../images/index/text_movie.png) center/cover no-repeat;
  }
  .sec09 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #F5A518;
  }
  .sec09 .movie {
    width: 320px;
    max-width: 100%;
    height: 180px;
    margin: 0 auto;
  }
  .sec09 .movie iframe {
    width: 100%;
    height: 100%;
  }
  .sec09 .moviebox {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec09 .movie {
    width: 320px;
    max-width: 100%;
    height: 180px;
    margin: 0 auto 30px;
  }
  .sec09 .movie iframe {
    width: 100%;
    height: 100%;
  }
  .sec09 .movie:last-of-type {
    margin: 0 auto;
  }
}

/* =====sec10===== */
.sec10 {
  padding: 60px 0;
  background: url(../images/index/sec10_bg.png) center top/cover no-repeat;
}

.sec10 .inner {
  width: 1024px;
  margin: 0 auto;
}

.sec10 .sec_text {
  width: 610px;
  padding: 0 0 0 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sec10 {
    padding: 60px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
  }
  .sec10 .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec10 .sec_text {
    width: 100%;
    padding: 0 0 20px;
    line-height: 2;
  }
  .sec10 .sp_bg {
    width: 100%;
    height: 350px;
    background: url(../images/index/sp_sec10_bg.png) center center/cover no-repeat;
  }
}

.webp .sec10 {
  background: url(../images/index/sec10_bg.webp) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .webp .sec10 {
    background: none;
  }
  .webp .sec10 .sp_bg {
    background: url(../images/index/sp/sp_sec10_bg.webp) center center/cover no-repeat;
  }
}

.no-webp .sec10 {
  background: url(../images/index/sec10_bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .no-webp .sec10 {
    background: none;
  }
  .no-webp .sec10 .sp_bg {
    background: url(../images/index/sp/sp_sec10_bg.png) center center/cover no-repeat;
  }
}

/* =====footer===== */
.footer {
  color: #553618;
}

.footer a {
  color: #553618;
}

.footer .return_wrap {
  padding: 20px 0 0;
  background: #F9F9FA;
}

.footer .return_top {
  width: 40px;
  margin: 0 auto;
  text-align: center;
}

.footer .return_top a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .return_top img {
  display: block;
  margin: 0 0 13px;
}

.footer .body {
  padding: 50px 0 30px;
  background: #F9F9FA;
}

.footer .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px;
}

.footer .logo_box img {
  margin: 5px 0 0;
  height: 60px;
}

.footer .logo_text {
  font-size: 31px;
  line-height: 1;
  text-align: center;
}

.footer .logo_text .small {
  font-size: 18px;
  letter-spacing: .15em;
}

.footer .text01 {
  margin: 0 0 30px;
  text-align: center;
}

.footer .text02 {
  margin: 0 0 36px;
  text-align: center;
  letter-spacing: .14em;
}

.footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 930px;
  margin: 0 auto 50px;
}

.footer .tel {
  width: 349px;
  border-bottom: 3.5px solid #553618;
  font-size: 37px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.footer .body_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}

.footer .item:nth-of-type(1), .footer .item:nth-of-type(2) {
  margin: 0 10px 0 0;
}

.footer .text03 {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer .gmap iframe {
  width: 100%;
  height: 366px;
}

.footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  padding: 80px 0 0;
  margin: 0 auto 60px;
}

.footer .item {
  line-height: 3;
}

.footer .item a {
  line-height: 3;
}

.footer .list01 .item:not(:nth-of-type(1)) {
  padding: 0 0 0 5px;
}

.footer .list02 .item:nth-of-type(2),
.footer .list02 .item:nth-of-type(3),
.footer .list02 .item:nth-of-type(4),
.footer .list02 .item:nth-of-type(5){
  position: relative;
  padding: 0 0 0 35px;
}

.footer .list02 .item:nth-of-type(2):before,
.footer .list02 .item:nth-of-type(3):before,
.footer .list02 .item:nth-of-type(4):before,
.footer .list02 .item:nth-of-type(5):before{
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
  margin: auto 0;
  background: #553618;
}

.footer .list02 .item:nth-of-type(6) {
  padding: 0 0 0 10px;
}

.footer .footer_bottom {
  border-bottom: 70px solid #553618;
}

.footer .bottom_text {
  position: relative;
  width: 1024px;
  margin: 0 auto 14px;
  font-size: 11px;
  text-align: center;
}

.footer .bottom_text:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 84px;
  width: 60px;
  height: 47px;
  background: url(../images/villax/logo02.png) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .footer {
    color: #553618;
  }
  .footer a {
    color: #553618;
  }
  .footer .return_top {
    width: 40px;
    margin: 0 auto;
    text-align: center;
  }
  .footer .return_top a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .return_top img {
    display: block;
    margin: 0 0 13px;
  }
  .footer .body {
    padding: 50px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F9F9FA;
  }
  .footer .logo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 15px;
  }
  .footer .logo_box img {
    margin: 0;
    height: 60px;
  }
  .footer .logo_text {
    margin: 5px 0 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .footer .logo_text .small {
    font-size: 16px;
    letter-spacing: .15em;
  }
  .footer .text01 {
    margin: 0 0 30px;
    text-align: center;
  }
  .footer .text02 {
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: .14em;
  }
  .footer .box {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 50px;
  }
  .footer .tel {
    width: 313px;
    max-width: 100%;
    margin: 0 auto 30px;
    border-bottom: 3.5px solid #553618;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .footer .insta {
    margin: 0 0 30px;
    text-align: center;
  }
  .footer .facebook {
    text-align: center;
  }
  .footer .body_list {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 50px;
  }
  .footer .body_list .item {
    text-align: center;
  }
  .footer .body_list .item:nth-of-type(1), .footer .body_list .item:nth-of-type(2) {
    margin: 0 0 20px;
  }
  .footer .text03 {
    width: 100%;
    text-align: left;
  }
  .footer .gmap iframe {
    width: 100%;
    height: 366px;
  }
  .footer .sitemap {
    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;
    width: 100%;
    padding: 50px 20px 0;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer .item {
    line-height: 3;
    font-size: 14px;
  }
  .footer .item a {
    line-height: 3;
    font-size: 14px;
  }
  .footer .list01 {
    width: 45%;
  }
  .footer .list01 .item:not(:nth-of-type(1)) {
    padding: 0;
  }
  .footer .list02 {
    width: 45%;
    margin: 0 0 20px;
  }
  .footer .list02 .item:nth-of-type(5) a{
    line-height: 1;
  }
  .footer .list02 .item:nth-of-type(5) {
    line-height: 2;
  }
  .footer .list02 .item:nth-of-type(2),
  .footer .list02 .item:nth-of-type(3),
  .footer .list02 .item:nth-of-type(4),
  .footer .list02 .item:nth-of-type(5) {
    position: relative;
    padding: 0 0 0 15px;
  }
  .footer .list02 .item:nth-of-type(2):before,
  .footer .list02 .item:nth-of-type(3):before,
  .footer .list02 .item:nth-of-type(4):before,
  .footer .list02 .item:nth-of-type(5):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 1px;
    margin: auto 0;
    background: #553618;
  }
  .footer .list02 .item:nth-of-type(6) {
    padding: 0;
  }
  .footer .list03,
  .footer .list04 {
    width: 45%;
  }
  .footer .list05 {
    width: 50%;
  }
  .footer .list03 {
    margin: 0 0 20px;
  }
  .footer .footer_bottom {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 70px solid #553618;
  }
  .footer .bottom_text {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    font-size: 11px;
    text-align: left;
  }
  .footer .bottom_text:before {
    content: "";
    position: absolute;
    bottom: -51px;
    right: 20px;
    width: 60px;
    height: 47px;
    background: url(../images/villax/logo02.png) center center/cover no-repeat;
  }
}

/* =====side_links===== */
.side_links {
  position: fixed;
  right: 0;
  bottom: 20px;
}

.side_links .link {
  width: 48px;
  margin: 0 0 1px;
  background: #fff;
}

.side_links .link a {
  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;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-family: "noto sans", sans-serif;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: .1em;
}

.side_links .link img {
  margin: 0 0 10px;
}

.side_links .link02 a, .side_links .link03 a {
  background: #553618;
}

.side_links .link01 {
  height: 168px;
}

.side_links .link01 a {
  background: #81A69A;
}

.side_links .link02 {
  height: 132px;
}

.side_links .link03 {
  height: 135px;
}

.side_links .link02 img {
  min-height: 17px;
}

.side_links .link04 {
  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;
}

.side_links .link04 a {
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5A518;
}

.side_links .link04 img {
  min-height: 22px;
  margin: 0;
}

/* =====header_change===== */
.header_change {
  z-index: 100;
  position: fixed;
  top: -80px;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.header_change .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.header_change .item {
  padding: 10px 10px;
  text-align: center;
}

.header_change .item a {
  font-size: 13px;
}

.header_change.active {
  top: 0;
}

.header_change .item.drop {
  position: relative;
}

.header_change .sublist {
  position: absolute;
  display: none;
  padding: 10px 0 0;
}

.header_change .subitem {
  background: #fff;
  padding: 10px 0;
}

.header_change .subitem a {
  padding: 0 5px;
  line-height: 2;
}

/* =====tel_fixed===== */
@media screen and (max-width: 768px) {
  .tel_fixed {
    z-index: 800;
    position: fixed;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .tel_fixed .item {
    /* width: 50%; */
    text-align: center;
  }
  .tel_fixed .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-family: "noto sans jp", sans-serif;
  }
  .tel_fixed .item:nth-of-type(1) a {
    background: #F5A518;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tel_fixed .item:nth-of-type(2) a {
    background: #553618;

  }
  .tel_fixed .item:nth-of-type(3) a {
    background: #81A69A;
  }

  .tel_fixed .item:nth-of-type(1) {
    width: 20%;
  }

  .tel_fixed .item:nth-of-type(2) {
    width: 30%;
  }

  .tel_fixed .item:nth-of-type(3) {
    width: 50%;
  }

  .tel_fixed .item:nth-of-type(2) .icon img {
    padding: 0 0 2px;
  }
  .tel_fixed .item .icon {
    padding: 0 5px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */