@charset "UTF-8";
/*
Theme Name:switch_tcd063_child
Version:1.0
Template:switch_tcd063
*/
/*** The new CSS reset - version 1.8.4 (last updated 14.2.2023) ***/
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #4d361f;
}

body {
  font-family: "Roboto", "Zen Maru Gothic", "Noto Sans JP", sans-serif !important;
  color: #4d361f !important;
  margin: 0;
  line-height: 1.8;
  background: #fffae8;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

/**slider**/
.slick-slide {
  height: 100vh !important;
}
@media (max-width: 1450px) {
  .slick-slide {
    height: 100% !important;
  }
}
.slick-slide .slick-slide {
  height: 100vh !important;
}
@media (max-width: 1450px) {
  .slick-slide .slick-slide {
    height: 100% !important;
  }
}
.slick-slide #menu-header {
  margin-right: 390px;
}
@media (max-width: 1199px) {
  .slick-slide #menu-header {
    margin-right: 0;
  }
}
.slick-slide .p-header-content__title {
  opacity: 1;
}
.slick-slide .header_main {
  position: relative;
}
.slick-slide .p-header-content__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.slick-slide .l-header__logo img {
  width: 180px;
  height: auto;
}
@media (max-width: 1199px) {
  .slick-slide .l-header__logo img {
    width: 120px !important;
    height: auto !important;
  }
}
.slick-slide .l-header__inner {
  max-width: 100%;
  width: 100%;
  margin-left: clamp(30px, 4.39238653vw, 60px);
}
@media (max-width: 1199px) {
  .slick-slide .l-header__inner {
    margin-left: 0;
  }
}
.slick-slide #js-header {
  overflow: hidden;
}
.slick-slide .slider_title {
  margin-top: clamp(25px, 3.074670571vw, 42px);
  font-size: clamp(24px, 2.196193265vw, 30px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.slick-slide .slider_space {
  display: none;
}
@media (max-width: 600px) {
  .slick-slide .slider_space {
    display: block;
  }
}

.s01 {
  padding-bottom: clamp(69px, 6.8081991215vw, 93px);
}
.s01 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.s01 .inner .wrap {
  margin: 0 20px;
  text-align: center;
}
.s01 .inner .wrap .icon {
  text-align: center;
  margin-bottom: 21px;
}
.s01 .inner .wrap .icon img {
  max-width: 70px;
  height: auto;
  width: 100%;
}
.s01 .inner .wrap .title {
  font-size: clamp(28px, 2.635431918vw, 36px);
  font-weight: bold;
  margin-bottom: 31px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
@media (max-width: 400px) {
  .s01 .inner .wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .s01 .inner .wrap .title {
    font-size: 21px;
  }
}
.s01 .inner .wrap .content {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8;
  font-weight: 500;
  font-size: clamp(17px, 1.317715959vw, 18px);
  margin-bottom: clamp(30px, 2.7818448023vw, 38px);
}
@media (max-width: 769px) {
  .s01 .inner .wrap .content {
    text-align: start;
  }
}
.s01 .inner .wrap .button a {
  max-width: 340px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.s01 .inner .wrap .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.s01 .inner .wrap .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}

.page_bg {
  margin: 0 10px;
}

.white_bg {
  background: #fff;
  padding-top: 40px;
  padding-bottom: clamp(70px, 8.0527086384vw, 110px);
  border-top-right-radius: 300px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.white_bg::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_footprints.png) no-repeat center
    center;
  background-size: contain;
  right: -60px;
  bottom: -35px;
  width: clamp(111px, 16.2518301611vw, 222px);
  height: clamp(91.5px, 13.3967789165vw, 183px);
}
@media (max-width: 769px) {
  .white_bg::after {
    right: 0;
    bottom: -50px;
  }
}
.white_bg .s02 {
  position: relative;
  padding-bottom: 178px;
}
@media (max-width: 700px) {
  .white_bg .s02 {
    padding-bottom: 200px;
  }
}
@media (max-width: 425px) {
  .white_bg .s02 {
    padding-bottom: 160px;
  }
}
.white_bg .s02::after {
  content: "";
  left: 27px;
  bottom: 0;
  background: url(/wp-content/uploads/top_town.png) no-repeat center center;
  background-size: contain;
  width: clamp(150px, 20.3513909224vw, 278px);
  height: clamp(150px, 20.3513909224vw, 278px);
  position: absolute;
}
@media (max-width: 425px) {
  .white_bg .s02::after {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 340px) {
  .white_bg .s02::after {
    width: 110px;
    height: 110px;
  }
}
.white_bg .s02::before {
  position: absolute;
  content: "";
  right: 27px;
  bottom: 0;
  background: url(/wp-content/uploads/top_img001.png) no-repeat center center;
  background-size: contain;
  width: clamp(150px, 15.9590043924vw, 218px);
  height: clamp(200px, 20.3513909224vw, 278px);
}
@media (max-width: 425px) {
  .white_bg .s02::before {
    width: 120px;
    height: 160px;
  }
}
@media (max-width: 340px) {
  .white_bg .s02::before {
    width: 110px;
    height: 150px;
  }
}
.white_bg .s02 .wrap {
  margin: 0 14px;
  text-align: center;
}
.white_bg .s02 .wrap .icon {
  max-width: clamp(300px, 36.6032210835vw, 500px);
  width: 100%;
  margin: 0 auto 30px auto;
}
@media (max-width: 600px) {
  .white_bg .s02 .wrap .icon {
    max-width: 250px;
  }
}
@media (max-width: 425px) {
  .white_bg .s02 .wrap .icon {
    max-width: 200px;
  }
}
.white_bg .s02 .wrap .title {
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 2.635431918vw, 36px);
  margin-bottom: clamp(27px, 3.3674963397vw, 46px);
}
.white_bg .s02 .wrap .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(17px, 1.317715959vw, 18px);
  margin-bottom: clamp(48px, 4.7584187408vw, 65px);
}
@media (max-width: 425px) {
	.white_bg .s02 .wrap .title{
		font-size:23px;
	}
}
@media (max-width: 730px) {
  .white_bg .s02 .wrap .content {
    text-align: start;
  }
}
@media (max-width: 730px) {
  .white_bg .s02 .wrap .content .s02_space {
    display: none;
  }
}
.white_bg .s02 .wrap .button a {
  max-width: 340px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.white_bg .s02 .wrap .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.white_bg .s02 .wrap .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}

.s03 .wrap {
  margin: 0 clamp(14px, 5.4172767204vw, 74px);
  padding-top: clamp(30px, 5.1244509517vw, 70px);
  padding-bottom: clamp(60px, 7.3206442167vw, 100px);
}
.s03 .flex_box {
  display: flex;
  -moz-column-gap: clamp(25px, 3.513909224vw, 48px);
  column-gap: clamp(25px, 3.513909224vw, 48px);
  margin-bottom: clamp(21px, 3.4407027818vw, 47px);
}
@media (max-width: 769px) {
  .s03 .flex_box {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.s03 .flex_box .col {
  width: 50%;
}
@media (max-width: 769px) {
  .s03 .flex_box .col {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s03 .flex_box .bg1 {
  background: url(/wp-content/uploads/top_dots.png) no-repeat center center;
  background-size: cover;
  padding-left: 20px;
}
@media (max-width: 769px) {
  .s03 .flex_box .bg1 {
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .s03 .flex_box .bg1 {
    padding: 0 10px;
  }
}
.s03 .flex_box .bg1 .cat {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  color: #f6ad64;
}
.s03 .flex_box .bg1 .title {
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 2.635431918vw, 36px);
  margin-bottom: clamp(30px, 2.7086383602vw, 37px);
}
@media (max-width: 370px) {
  .s03 .flex_box .bg1 .title {
    font-size: 24px;
  }
}
.s03 .flex_box .bg1 .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(17px, 1.317715959vw, 18px);
}
.s03 .button a {
  max-width: 340px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.s03 .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.s03 .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}

.s04 .parallax_bg {
  height: 393px;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  background: url(/wp-content/uploads/top_img002.jpg) no-repeat;
  background-attachment: fixed;
}

.s04 .parallax_bg::after {
  content: "";
  background-image: url(/wp-content/uploads/top_img002.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .s04 .parallax_bg::after {
    content: "";
    background-image: url(/wp-content/uploads/top_img002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    background-position-x: 38%;
  }
}
.p-index-content01 figure {
  margin-bottom: clamp(30px, 3.4260614934vw, 46.8px);
}
@media (max-width: 769px) {
  .p-index-content01 figure {
    max-width: 300px;
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 425px) {
  .p-index-content01 figure {
    max-width: 220px;
    margin: 0 auto 10px auto;
  }
}
.p-index-content01 .title {
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(25px, 2.0497803807vw, 28px);
  color: #fff;
}
@media (max-width: 769px) {
  .p-index-content01 .title {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .p-index-content01 .title {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .p-index-content01 .title {
    font-size: 16px;
  }
}
.p-index-content01 .header_space {
  display: none;
}
@media (max-width: 600px) {
  .p-index-content01 .header_space {
    display: block;
  }
}

.s05 {
  margin: 0 14px;
}
.s05 .s05_pc {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .s05 .s05_pc {
    display: none;
  }
}
.s05 .s05_sp {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 500px) {
  .s05 .s05_sp {
    display: inherit;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 35px auto;
  }
}
@media (max-width: 360px) {
  .s05 .s05_sp {
    display: inherit;
    max-width: 240px;
    width: 100%;
    margin: 0 auto 35px auto;
  }
}
.s05 .inner {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}
.s05 .wrap {
  padding-top: clamp(40px, 5.1244509517vw, 70px);
}
.s05 .wrap .cat {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #f6ad64;
}
.s05 .wrap .title {
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 2.635431918vw, 36px);
  margin-bottom: clamp(20px, 1.756954612vw, 24px);
  position: relative;
  display: inline-block;
}
.s05 .wrap .title::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/top_footprints.png) no-repeat center
    center;
  background-size: contain;
  left: 110%;
  bottom: 0;
  width: clamp(111px, 16.2518301611vw, 222px);
  height: clamp(91.5px, 13.3967789165vw, 183px);
}
@media (max-width: 370px) {
  .s05 .wrap .title {
    font-size: 24px;
  }
}
.s05 .wrap .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(17px, 1.317715959vw, 18px);
  line-height: 1.8;
  margin-bottom: clamp(25px, 3.6603221083vw, 50px);
	text-align:center;
}
@media (max-width: 425px) {
.s05 .wrap .content {

	text-align:start;
}
}
.s05 .flex_box {
  max-width: 1118px;
  margin-left: auto;
  width: 100%;
  display: flex;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
  column-gap: clamp(30px, 3.6603221083vw, 50px);
  margin-bottom: clamp(60px, 5.1244509517vw, 70px);
}
@media (max-width: 769px) {
  .s05 .flex_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
.s05 .flex_box .top_dog {
  max-width: 590px;
  width: 100%;
}
@media (max-width: 769px) {
  .s05 .flex_box .top_dog {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s05 .flex_box .box_wrap {
  max-width: 340px;
  width: 100%;
  text-align: center;
}
@media (max-width: 769px) {
  .s05 .flex_box .box_wrap {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s05 .flex_box .box_wrap figure {
  margin-bottom: 25px;
}
.s05 .flex_box .box_wrap .flex_content {
  margin-bottom: clamp(40px, 3.953147877vw, 54px);
  font-weight: 400;
  text-align: start;
  padding-left: 1em;
  font-size: 16px;
}
@media (max-width: 360px) {
  .s05 .flex_box .box_wrap .flex_content {
    font-size: 14px;
  }
}
.s05 .flex_box .bg1 {
  background: url(/wp-content/uploads/top_dots.png) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.s05 .button a {
  max-width: 340px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.s05 .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.s05 .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}

.s06 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.s06 .wrap {
  margin: 0 14px;
}
.s06 .wrap .flex_box {
  display: flex;
  -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
  column-gap: clamp(30px, 4.39238653vw, 60px);
}
@media (max-width: 769px) {
  .s06 .wrap .flex_box {
    flex-direction: column;
    row-gap: 45px;
  }
}
.s06 .wrap .flex_box .col {
  width: 50%;
}
@media (max-width: 769px) {
  .s06 .wrap .flex_box .col {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.s06 .wrap .flex_box .col figure {
  position: relative;
}
.s06 .wrap .flex_box .col figure .button {
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.s06 .wrap .flex_box .col figure .button a {
  width: 340px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.s06 .wrap .flex_box .col figure .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
@media (max-width: 425px) {
  .s06 .wrap .flex_box .col figure .button a {
    width: 320px;
  }
}
@media (max-width: 400px) {
  .s06 .wrap .flex_box .col figure .button a {
    width: 300px;
  }
}
@media (max-width: 375px) {
  .s06 .wrap .flex_box .col figure .button a {
    width: 275px;
  }
}
@media (max-width: 350px) {
  .s06 .wrap .flex_box .col figure .button a {
    width: 250px;
  }
}
.s06 .wrap .flex_box .col figure .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}

.s07 {
  padding-top: clamp(70px, 7.3206442167vw, 100px);
}
.s07 .inner {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
}
.s07 .inner .wrap {
  margin: 0 10px;
}
.s07 .inner .wrap .white_box {
  border-radius: 20px;
  background: #fff;
  padding-top: clamp(81px, 6.6617862372vw, 91px);
  padding-bottom: clamp(49px, 6.8081991215vw, 93px);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: relative;
}
.s07 .inner .wrap .white_box::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 5.4px;
  background: url(/wp-content/uploads/top_reservation01.png) no-repeat center
    center;
  background-size: contain;
  width: clamp(120px, 13.1039531479vw, 179px);
  height: clamp(60px, 10.4685212299vw, 143px);
}
.s07 .inner .wrap .white_box::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  background: url(/wp-content/uploads/top_reservation02.png) no-repeat center
    center;
  background-size: contain;
  width: clamp(90px, 12.8111273792vw, 175px);
  height: clamp(75px, 11.3469985359vw, 155px);
}
.s07 .inner .wrap .white_box .cat {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #f6ad64;
}
.s07 .inner .wrap .white_box .title {
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 2.635431918vw, 36px);
  margin-bottom: clamp(33px, 4.6120058565vw, 63px);
}
/* .s07 .inner .wrap .white_box .button {
  margin-bottom: clamp(25px, 5.710102489vw, 78px);
} */
.s07 .inner .wrap .white_box .button a {
  max-width: 340px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #76ab5d;
  margin: 0 auto 15px auto;
  position: relative;
}
.s07 .inner .wrap .white_box .button a .button_small {
  font-size: clamp(16px, 1.317715959vw, 18px);
}
.s07 .inner .wrap .white_box .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}

.s07 .inner .wrap .white_box .button.bg2 a::before {
  content: "";
  background: url(/wp-content/uploads/icon_line.png);
  background-size: contain;
  width: 27px;
  height: 27px;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;

  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 7%;
}
.s07 .inner .wrap .white_box .button a:hover {
  background: #5bac34;
  transition: 0.4s;
}
.s07 .inner .wrap .white_box .button.bg1 a {
  border: 2px solid #76ab5d !important;
  color: #76ab5d;
  background: #fff !important;
}
.s07 .inner .wrap .white_box .button.bg1 a:hover {
  border: 2px solid #76ab5d !important;
  color: #fff !important;
  background: #76ab5d !important;
}

.s07 .inner .wrap .white_box .button.bg2 a {
  border: 2px solid #06c755 !important;
  color: #fff;
  background: #06c755 !important;
}
.s07 .inner .wrap .white_box .button.bg2 a:hover {
  border: 2px solid #06c755 !important;
  color: #06c755 !important;
  background: #fff !important;
}

.s07 .inner .wrap .white_box .icon_flex {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 29px;
  column-gap: 29px;
  margin-bottom: 10px;
}
.s07 .inner .wrap .white_box .icon_flex .col img {
  width: 60px;
  height: 60px;
}
.s07 .inner .wrap .white_box .content {
  font-size: 16px;
  font-weight: 500;
}

.s08 {
  /* background: url(/wp-content/uploads/top_sponsor.png) no-repeat center top;
  background-size: contain; */
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto ;
}
@media (max-width: 950px) {
  .s08 {
    background: none;
    padding-top: 83px;
    padding-bottom: 20px;
  }
}
.s08 .sp_icon {
  text-align: center;
  display: none;
  padding: 0 20px;
}
@media (max-width: 950px) {
  .s08 .sp_icon {
    display: inherit;
  }
}
.s08 .sp_icon img {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.s08 .inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.s08 .inner .wrap {
  margin: 0 20px;
  text-align: center;
}
.s08 .inner .wrap .content {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8;
  font-weight: 500;
  font-size: clamp(17px, 1.317715959vw, 18px);
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
  margin-top: -80px;
}
@media (max-width: 950px) {
  .s08 .inner .wrap .content {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 769px) {
  .s08 .inner .wrap .content {
    padding-top: 15px;
  }
}
@media (max-width: 370px) {
  .s08 .inner .wrap .content {
    font-size: 15px;
  }
}
@media (max-width: 325px) {
  .s08 .inner .wrap .content {
    font-size: 14px;
  }
}
.s08 .inner .wrap .button_grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 950px) {
  .s08 .inner .wrap .button_grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 950px) {
  .s08 .pc_icon {
    display: none;
  }
}

.s08 .inner .wrap .button a {
  max-width: 100%;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 20px;
  background: #f6ad64;
  margin: 0 auto 20px auto;
  text-align: start;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1130px) {
  .s08 .inner .wrap .button a {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .s08 .inner .wrap .button a {
    font-size: 12px;
  }
}
@media (max-width: 950px) {
  .s08 .inner .wrap .button a {
    max-width: 340px;
    width: 100%;
    font-size: 18px;
    align-items: center;
    height: 80px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .s08 .inner .wrap .button a {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .s08 .inner .wrap .button a {
    font-size: 14px;
    height: 70px;
  }
}
.s08 .inner .wrap .button a .button_small {
  font-size: 18px;
}
.s08 .inner .wrap .button a::after {
  content: "";
  display: inline-block;
  font-style: normal;
  background: url(/wp-content/uploads/icon_blank.svg) no-repeat center center;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 75%;
  position: absolute;
  right: 5%;
}
@media (max-width: 950px) {
  .s08 .inner .wrap .button a::after {
    content: "";
    display: inline-block;
    font-style: normal;
    background: url(/wp-content/uploads/icon_blank.svg) no-repeat center center;
    background-size: contain;
    width: 19px;
    height: 19px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 5%;
  }
}
.s08 .inner .wrap .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}

.p-info {
  display: none;
}

.p-footer-nav {
  padding-top: 33px;
  padding-bottom: 50px;
  background: #fffae8 !important;
  border-bottom: none;
}
.p-footer-nav a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #4d361f;
}

.p-copyright {
  color: #4d361f;
  font-size: clamp(12px, 1.1713030747vw, 16px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  height: 80px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .p-copyright {
    padding-bottom: 100px;
  }
}

.dog_section {
  height: 30px;
  background: #76ab5d;
  width: 100%;
  position: relative;
}
.dog_section::after {
  position: absolute;
  content: "";
  top: -113px;
  background: url(/wp-content/uploads/footerbg.svg) no-repeat center center;
  background-size: contain;
  right: 70px;
  width: 151px;
  height: 118px;
}
@media (max-width: 769px) {
  .dog_section::after {
    width: 100px;
    height: 80px;
    top: -80px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__logo:not(.c-logo--retina) img {
    max-height: 40px !important;
  }
}
.p-index-content01 {
  background: url(/wp-content/uploads/top_mvbg.jpg) center center !important;
}

#side_button {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 258px;
  font-size: 16px;
  transform: translateX(0px);
  transition: transform 0.35s;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side_button a {
  text-align: center;
  display: block;
  line-height: 62px;
  color: #fff;
  padding: 23px 0 23px 0;
  min-height: 216px;
  height: auto;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.4em;
  font-size: 18px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #76ab5d;
  transition: 0.4s;
  border-right: none;
  z-index: 101;
}
#side_button a .ready {
  font-size: 14px;
  padding-top: 24px;
}
@media (max-width: 1250px) {
  #side_button a {
    display: none;
  }
}
#side_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.3s;
}
#side_button a:hover {
  background: #5bac34;
  opacity: 1;
  transition: 0.4s;
}
#side_button a:hover::after {
  opacity: 0;
}
#side_button a span i {
  margin-top: 10px;
}

.home.l-inner {
  max-width: 100%;
}

#menu-header a {
  font-size: clamp(14px, 1.1713030747vw, 16px) !important;
	    padding-right: 11px;
    padding-left: 11px;
}
@media (max-width: 1300px) {
  #menu-header a {
  font-size: 13px !important;
}
}
#menu-header a:hover {
  color: #5bac34 !important;
}

.p-footer-nav {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-footer-nav {
    flex-direction: column;
  }
}

/*ボタン装飾*/
.hidden_area label {
  max-width: 340px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.hidden_area label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.hidden_area label:hover {
  background: #fe9023;
  transition: 0.4s;
}

/*ボタンホバー時*/
/*チェックは見えなくする*/
.hidden_area input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_area .show-contents {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_area input:checked ~ .show-contents {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}
/* 
.l-header__logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 1199px) {
  .l-header__logo img {
    width: 140px !important;
    height: auto !important;
  }
} */
.c-footer-bar__item:first-child {
  background: #6cb0f3;
}
.c-footer-bar__item:first-child a {
  color: #fff;
}

.c-footer-bar__item:last-child {
  background: #6cb0f3;
}
.c-footer-bar__item:last-child a {
  color: #fff;
}
.header_fix_icon {
  position: fixed;
  display: flex;
  column-gap: 15px;
  top: 29px;
  right: 33px;
  z-index: 150;
}
.header_fix_icon img {
  width: 27px;
  height: 27px;
}
.inn_2 {
  max-width: 1800px !important;
  padding-right: 80px !important;
}
@media (max-width: 1199px) {
  .header_fix_icon {
    display: none;
  }
}
@media (max-width: 425px) {
  .s07 .inner .wrap .white_box .button a {
    font-size: 18px;
  }
}
.p-header-video {
  position: relative;
  width: 100%;
  padding-bottom: 44.25%;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 769px) {
  .p-header-video {
    height: 100%;
  }
}
.p-header-video video {
  height: 100vh;
}
@media (max-width: 769px) {
  .p-header-video video {
    height: 100%;
  }
}
.s_insta .inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.s_insta .inner .wrap {
  margin: 0 20px;
}
.s_insta .insta_flex_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  column-gap: 30px;
}
@media (max-width: 769px) {
  .s_insta .insta_flex_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
.s_insta .title {
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(28px, 2.635431918vw, 36px);
}
@media (max-width: 769px) {
  .s_insta .title {
    text-align: center;
  }
}

.s_insta .button a {
  width: 240px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.317715959vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.4s;
  font-family: "Zen Maru Gothic", serif;
  border-radius: 29px;
  background: #f6ad64;
  margin: 0 auto;
  position: relative;
}
.s_insta .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.s_insta .button a:hover {
  background: #fe9023;
  transition: 0.4s;
}
.c-footer-bar a {
  display: block;
  padding: 0;
}
.c-footer-bar__icon::before {
  margin-bottom: 0;
}

.c-footer-bar a {
  font-weight: bold;
}
.s02_space2{
  display: none;
}
@media (max-width: 769px) {
  .s02_space2{
display: block;
}
}
.first_work {
  font-weight: bold;
  font-size: clamp(18px, 1.4641288433vw, 20px) !important;
  text-align: center;
  color: crimson;
 line-height:1.4 !important;
}
.first_space {
  display: none;
}
@media (max-width: 425px) {
  .first_space {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
