@charset "UTF-8";
html {
  line-height: 1.8;
}

html,
div,
p,
a {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo;
}

body {
  background-color: #F7F6F2;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .adj-br:before {
    content: '\A';
    white-space: pre;
  }
}
.is-pc {
	display:block;
}
.is-sp {
	display: none;
}
@media screen and (max-width: 767px){
	.is-pc {
		display:none;
	}
	.is-sp {
		display:block;
	}
}

.header {
  display: flex;
  justify-content: center;
  position: relative;
}

.header__decoration {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}

.header__decoration .square-main {
  position: absolute;
  top: 0;
  left: 138px;
  width: 140px;
  height: 140px;
  background-color: rgba(168, 117, 166, 0.8);
  z-index: 10;
}

@media screen and (max-width: 1535px) {
  .header__decoration .square-main {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 1365px) {
  .header__decoration .square-main {
    left: 16px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header__decoration .square-main {
    left: 10px;
    width: 40px;
    height: 40px;
  }
}

.header__decoration .square-sub {
  position: absolute;
  top: 98px;
  left: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  background-color: #ff9000;
}

@media screen and (max-width: 1535px) {
  .header__decoration .square-sub {
    top: 60px;
    left: 200px;
    width: 68px;
    height: 68px;
  }
}

@media screen and (max-width: 1365px) {
  .header__decoration .square-sub {
    top: 50px;
    left: 66px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .header__decoration .square-sub {
    top: 30px;
    left: 40px;
    width: 38px;
    height: 38px;
  }
}

.header__decoration .square-sub__inner {
  width: 47px;
  height: 47px;
  background-color: #ebaa4e;
}

@media screen and (max-width: 1535px) {
  .header__decoration .square-sub__inner {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1365px) {
  .header__decoration .square-sub__inner {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .header__decoration .square-sub__inner {
    width: 16px;
    height: 16px;
  }
}

.header__logo {
  display: block;
  width: 268px;
  cursor: pointer;
}

@media screen and (max-width: 1535px) {
  .header__logo {
    width: 168px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 128px;
  }
}

.header__logo img {
  margin-top: 28px;
}

.header__menu {
  position: fixed;
  top: 28px;
  right: 40px;
  z-index: 10;
}

@media screen and (max-width: 1535px) {
  .header__menu {
    top: 16px;
    right: 40px;
  }
}

@media screen and (max-width: 1365px) {
  .header__menu {
    top: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu {
    right: 20px;
  }
}

.header__menu .siteHeader__trigger {
  display: block;
  background-color: #fff;
  border-radius: 100%;
  outline: 0;
  cursor: pointer;
  width: 112px;
  height: 112px;
  border: none;
  box-shadow: 10.607px 10.607px 0px 0px #E0E0E0;
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media screen and (max-width: 1535px) {
  .header__menu .siteHeader__trigger {
    width: 96px;
    height: 96px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu .siteHeader__trigger {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 410px) {
  .header__menu .siteHeader__trigger {
    width: 64px;
    height: 64px;
  }
}

.header__menu .siteHeader__trigger:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.header__menu .siteHeader__trigger .siteHeader__triggerLine {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 40px;
  height: 38px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1535px) {
  .header__menu .siteHeader__trigger .siteHeader__triggerLine {
    width: 32px;
    height: 38px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu .siteHeader__trigger .siteHeader__triggerLine {
    width: 22px;
    height: 38px;
    top: 10px;
  }
}

@media screen and (max-width: 410px) {
  .header__menu .siteHeader__trigger .siteHeader__triggerLine {
    top: 6px;
  }
}

.header__menu .siteHeader__trigger .siteHeader__triggerText {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo;
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

@media screen and (max-width: 1535px) {
  .header__menu .siteHeader__trigger .siteHeader__triggerText {
    font-size: 1.2rem;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu .siteHeader__trigger .siteHeader__triggerText {
    font-size: 1rem;
    bottom: 16px;
  }
}

@media screen and (max-width: 410px) {
  .header__menu .siteHeader__trigger .siteHeader__triggerText {
    font-size: 0.9rem;
    bottom: 10px;
  }
}

.header .siteMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.header .siteMenu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 11;
}

.header .siteMenu__close {
  position: fixed;
  top: 28px;
  right: 128px;
  z-index: 12;
  display: block;
  background-color: #00a297;
  border-radius: 100%;
  outline: 0;
  cursor: pointer;
  width: 112px;
  height: 112px;
  border: none;
  box-shadow: 10.607px 10.607px 0px 0px #E0E0E0;
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media screen and (max-width: 1535px) {
  .header .siteMenu__close {
    top: 16px;
    right: 100px;
    width: 96px;
    height: 96px;
  }
}

@media screen and (max-width: 1365px) {
  .header .siteMenu__close {
    top: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__close {
    right: 20px;
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 410px) {
  .header .siteMenu__close {
    width: 64px;
    height: 64px;
  }
}

.header .siteMenu__close:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.header .siteMenu__close::before {
  top: 24px;
  width: 36px;
  height: 36px;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/header/icon_close.svg) no-repeat 0 0;
}

@media screen and (max-width: 1535px) {
  .header .siteMenu__close::before {
    top: 24px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__close::before {
    top: 16px;
    width: 24px;
    height: 24px;
  }
}

.header .siteMenu__close .buttonClose__text {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo;
  position: absolute;
  bottom: 25px;
  left: 50%;
  color: white;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1535px) {
  .header .siteMenu__close .buttonClose__text {
    bottom: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__close .buttonClose__text {
    bottom: 16px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 410px) {
  .header .siteMenu__close .buttonClose__text {
    bottom: 10px;
    font-size: 1rem;
  }
}

.header .siteMenu__list {
  margin-top: 16rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

@media screen and (max-width: 1535px) {
  .header .siteMenu__list {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .siteMenu__list {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__list {
    margin-top: 8rem;
    gap: 20px;
  }
}

@media screen and (max-width: 359px) {
  .header .siteMenu__list {
    margin-top: 5rem;
  }
}

.header .siteMenu__item {
  width: calc(50% - 40px);
  padding-left: 178px;
  display: flex;
  align-items: center;
  z-index: 12;
}

@media screen and (max-width: 1535px) {
  .header .siteMenu__item {
    padding-left: 112 px;
  }
}

@media screen and (max-width: 1365px) {
  .header .siteMenu__item {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .header .siteMenu__item {
    width: calc(50% - 20px);
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__item {
    width: 100%;
    padding-left: 2rem;
  }
}

.header .siteMenu__item .square {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header .siteMenu__item .square {
    width: 20px;
    height: 20px;
  }
}

.header .siteMenu__item .square__inner {
  width: 50%;
  height: 50%;
}

.header .siteMenu__item a {
  margin-left: 3rem;
  font-size: 3rem;
  color: #242424;
  font-weight: bold;
  transition: opacity .3s ease;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header .siteMenu__item a {
    font-size: 1.4rem;
  }
}

.header .siteMenu__item a:hover {
  opacity: 0.5;
}

.header .siteMenu__actions {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header .siteMenu__actions {
    margin-top: 4rem;
  }
}

.header .siteMenu__action {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .header .siteMenu__action {
    width: 100%;
  }
}

.header .siteMenu__action .btn-action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 112px;
  border-radius: 9999px;
  box-shadow: 14.607px 14.607px 0px 0px #E0E0E0;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .header .siteMenu__action .btn-action {
    width: 328px;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__action .btn-action {
    width: 100%;
    height: 60px;
  }
}

.header .siteMenu__action .btn-action:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.header .siteMenu__action .btn-action span {
  display: block;
  font-size: 3rem;
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header .siteMenu__action .btn-action span {
    font-size: 1.2rem;
  }
}

.header .siteMenu__action .btn-action.tour {
  background-color: #FF9000;
}

.header .siteMenu__action .btn-action.contact {
  background-color: #E9488E;
}

.header .siteMenu__action + .siteMenu__action {
  margin-left: 120px;
}

@media screen and (max-width: 1023px) {
  .header .siteMenu__action + .siteMenu__action {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header .siteMenu__action + .siteMenu__action {
    margin-left: 20px;
  }
}

.square-color__orange {
  background-color: #FF9000;
}

.square-color__orange .square__inner {
  background-color: #18B2B0;
}

.square-color__eggplant {
  background-color: #9A5E9A;
}

.square-color__eggplant .square__inner {
  background-color: #C5CDD8;
}

.square-color__cherry {
  background-color: #EA2052;
}

.square-color__cherry .square__inner {
  background-color: #9A5E9A;
}

.square-color__fish {
  background-color: #56C7DB;
}

.square-color__fish .square__inner {
  background-color: #D6D5DB;
}

.square-color__banana {
  background-color: #EFCD1E;
}

.square-color__banana .square__inner {
  background-color: #EA2052;
}

.square-color__lychee {
  background-color: #C5CDD8;
}

.square-color__lychee .square__inner {
  background-color: #EA2052;
}

.square-color__melon {
  background-color: #7BDD66;
}

.square-color__melon .square__inner {
  background-color: #D6D5DB;
}

.common-topics .tour-entry {
  margin-top: 6rem;
}

.common-topics .tour-entry__title {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 1535px) {
  .common-topics .tour-entry__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry__title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry__title {
    font-size: 1.7rem;
  }
}

.common-topics .tour-entry__title span {
  padding-left: 8rem;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry__title span {
    padding-left: 6rem;
  }
}

.common-topics .tour-entry__box {
  position: relative;
  border: solid 4px #57C7DB;
  border-radius: 4px;
  margin-top: 1rem;
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
}

.common-topics .tour-entry__box .free {
  position: absolute;
  top: -98px;
  left: -32px;
  width: 122px;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #57C7DB;
  border-radius: 100%;
}

@media screen and (max-width: 1023px) {
  .common-topics .tour-entry__box .free {
    left: -16px;
  }
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry__box .free {
    top: -68px;
    left: 0;
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry__box .free {
    top: -60px;
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry__box .free {
    top: -54px;
    width: 56px;
    height: 56px;
  }
}

.common-topics .tour-entry__box .free span {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry__box .free span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry__box .free span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry__box .free span {
    font-size: 1.7rem;
  }
}

.common-topics .tour-entry__box .free::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #57C7DB;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry__box .free::after {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry__box .free::after {
    width: 30px;
    height: 30px;
  }
}

.common-topics .tour-entry__box .decoration {
  position: absolute;
  top: 158px;
  left: -28px;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry__box .decoration {
    display: none;
  }
}

.common-topics .tour-entry__box .decoration__bg {
  position: absolute;
  top: -36px;
  left: -10px;
  width: 190px;
  height: 190px;
  transform: rotate(-20deg);
  background-image: linear-gradient(rgba(250, 227, 115, 0.8) 50%, rgba(255, 255, 255, 0) 51%);
  background-size: 20px 20px;
  z-index: -1;
}

.common-topics .tour-entry__box .decoration__img {
  position: absolute;
  width: 180px;
  height: 180px;
  transform: rotate(26deg);
  border: solid 10px #57C7DB;
}

.common-topics .tour-entry .guide {
  margin-top: 4rem;
  padding: 0 5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .guide {
    font-size: 2rem;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry .guide {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry .guide {
    font-size: 1.6rem;
  }
}

.common-topics .tour-entry .accept {
  padding: 0 2rem;
}

.common-topics .tour-entry .accept__tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .accept__tel {
    justify-content: center;
    margin-top: 2rem;
  }
}

.common-topics .tour-entry .accept__tel .label {
  color: #57C7DB;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .accept__tel .label {
    font-size: 1.8rem;
    padding: 0 1rem 0 0;
  }
}

.common-topics .tour-entry .accept__tel .value {
  color: #57C7DB;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 1535px) {
  .common-topics .tour-entry .accept__tel .value {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .accept__tel .value {
    font-size: 3rem;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry .accept__tel .value {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry .accept__tel .value {
    font-size: 2rem;
  }
}

.common-topics .tour-entry .accept__hours {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .accept__hours {
    margin-top: 2rem;
    justify-content: center;
  }
}

.common-topics .tour-entry .accept__hours .label {
  background-color: #57C7DB;
  color: white;
  font-size: 2rem;
  padding: 1rem 2.5rem;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .accept__hours .label {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry .accept__hours .label {
    font-size: 1.6rem;
  }
}

.common-topics .tour-entry .accept__hours .value {
  margin-left: 2rem;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .accept__hours .value {
    margin-left: 1.5rem;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry .accept__hours .value {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry .accept__hours .value {
    font-size: 1.6rem;
  }
}

.common-topics .tour-entry .web-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto;
  width: 60%;
  min-width: 300px;
  border-radius: 9999px;
  background-color: #57C7DB;
  text-decoration: none;
}

.common-topics .tour-entry .web-entry:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .web-entry {
    width: 92%;
    min-width: initial;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry .web-entry {
    margin: 3rem auto;
  }
}

.common-topics .tour-entry .web-entry span {
  padding: 1.5rem 0;
  color: white;
  font-size: 3rem;
}

@media screen and (max-width: 1535px) {
  .common-topics .tour-entry .web-entry span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .common-topics .tour-entry .web-entry span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 410px) {
  .common-topics .tour-entry .web-entry span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359px) {
  .common-topics .tour-entry .web-entry span {
    font-size: 1.6rem;
  }
}

.common-topics .company {
  margin-top: 30px;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .common-topics .company {
    padding-bottom: 4rem;
  }
}

.common-topics .company__logo {
  max-width: 268px;
  margin: 0 auto;
}

@media screen and (max-width: 1535px) {
  .common-topics .company__logo {
    max-width: 168px;
  }
}

.common-topics .company__name {
  margin-top: 3rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .common-topics .company__name {
    font-size: 2rem;
  }
}

.common-topics .company__tel {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}

.common-topics .sns-links ul {
  display: flex;
  justify-content: center;
}

.common-topics .sns-links ul .link {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0.75rem;
}

@media screen and (max-width: 410px) {
  .common-topics .sns-links ul .link {
    width: 48px;
    height: 48px;
  }
}

.common-topics .sns-links ul .link.fb {
  background-color: #3b5997;
}

.common-topics .sns-links ul .link.twitter {
  background-color: #1da1f3;
}

.common-topics .sns-links ul .link.hb {
  background-color: #00a5df;
}

.common-topics .sns-links ul .link.line {
  background-color: #00ba01;
}

.common-topics .sns-links ul .link + .link {
  margin-left: 4rem;
}

@media screen and (max-width: 410px) {
  .common-topics .sns-links ul .link + .link {
    margin-left: 2rem;
  }
}

.common-topics .sns-links.pc {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .common-topics .sns-links.pc {
    display: none;
  }
}

.common-topics .sns-links.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .common-topics .sns-links.sp {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 4rem;
  }
}

.side-menu {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width: 896px) {
  .side-menu {
    right: 0;
    bottom: 6px;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px 16px;
  }
}
/* @media screen and (max-width: 1535px) {
  .side-menu {
    right: 11rem;
  }
}

@media screen and (max-width: 1365px) {
  .side-menu {
    right: 2rem;
  }
} */

.side-menu .btn-side-menu {
  display: block;
  min-width: 300px;
  min-height: 88px;
  padding: 20px 8px 20px;
  border: 4px solid #fff;
  /* padding: 3.5rem 0; */
  text-align: center;
  position: relative;
  border-radius: 80px;
  box-shadow: 14.607px 14.607px 0px 0px #e0e0e0;
  text-decoration: none;
  z-index: 10;
  transition: all .5s;
}

@media screen and (max-width: 896px) {
  .side-menu .btn-side-menu {
    padding: 16px 8px;
    width: 49%;
    min-width: 0;
    min-height: 40px;
    border: 2px solid #fff;
    margin: 0;
  }
}

/* @media screen and (max-width: 1535px) {
  .side-menu .btn-side-menu {
    width: 240px;
    padding: 2rem 0;
  }
} */

.side-menu .btn-side-menu:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.side-menu .btn-side-menu .text {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 896px) {
  .side-menu .btn-side-menu .text {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
  }
}

/* @media screen and (max-width: 1535px) {
  .side-menu .btn-side-menu .text {
    font-size: 2rem;
  }
} */

.side-menu .btn-side-menu .caret-right {
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 4rem;
  color: white;
  transform: translateY(-50%)
}
@media screen and (max-width: 896px) {
  .side-menu .btn-side-menu .caret-right {
    display: none;
  }
}
/* @media screen and (max-width: 1535px) {
  .side-menu .btn-side-menu .caret-right {
    font-size: 3.5rem;
  }
} */

.side-menu .btn-side-menu + .btn-side-menu {
  /* margin-top: 3rem; */
  margin-left: 14px; 
}

.side-menu .btn-side-menu.contact {
  background-color: #E9488E;
}

.side-menu .btn-side-menu.tour {
  background-color: #ff9000;
}

.footer {
  background-color: #1d2088;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  opacity: 0.5;
}

.footer.pc .container {
  display: flex;
  justify-content: space-around;
  padding: 6rem 0;
}

.footer.pc .container .footer__col {
  width: 20%;
}

.footer.pc .container .footer__col .footer__item + .footer__item {
  margin-top: 1.5rem;
}

.footer.sp .container {
  padding: 3rem 0;
  text-align: center;
  color: white;
}

.footer-sp-cta {
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.footer-sp-cta .sp-ctas {
  display: flex;
  justify-content: space-between;
}

.footer-sp-cta .sp-ctas .sp-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 2rem 0;
  border-radius: 9999px;
  box-shadow: 14.607px 14.607px 0px 0px #E0E0E0;
  text-decoration: none;
}

.footer-sp-cta .sp-ctas .sp-cta span {
  display: block;
  font-size: 1.6rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo;
}

.footer-sp-cta .sp-ctas .sp-cta.tour {
  background-color: #FF9000;
}

.footer-sp-cta .sp-ctas .sp-cta.contact {
  background-color: #E9488E;
}

.sidebar {
  text-align: center;
}

.tsukuru-education .education {
  margin-top: 6rem;
  display: flex;
  background-color: white;
  padding: 5rem 2rem;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .tsukuru-education .education {
    margin-top: 4rem;
    flex-wrap: wrap;
    padding: 2rem;
  }
}

.tsukuru-education .education__title {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .tsukuru-education .education__title {
    width: 100%;
  }
}

.tsukuru-education .education__title .title-img {
  width: 242px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1535px) {
  .tsukuru-education .education__title .title-img {
    width: 168px;
  }
}

@media screen and (max-width: 767px) {
  .tsukuru-education .education__title .title-img {
    width: 128px;
  }
}

.tsukuru-education .education__title .title-text {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1535px) {
  .tsukuru-education .education__title .title-text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .tsukuru-education .education__title .title-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .tsukuru-education .education__title .title-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 410px) {
  .tsukuru-education .education__title .title-text {
    font-size: 1.4rem;
  }
}

.tsukuru-education .education__description {
  width: 50%;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .tsukuru-education .education__description {
    width: 100%;
  }
}

@media screen and (max-width: 410px) {
  .tsukuru-education .education__description {
    padding: 1rem 0;
  }
}

.wave {
  background-color: white;
}

/*----------------------------------------------
// ページTOPへ戻るボタン
----------------------------------------------*/
#page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 40px;
  bottom: 50px;
  transition-duration: 0.5s;
  background: #ffdedc;
  opacity: 0;
  border-radius: 50%;
  /* z-index: 1; */
  padding: 2rem 2.2rem;
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  #page-top{
    right: 20px;
    bottom: 20px;
  }
}


#page-top .icon-angle-up {
  font-size: 2rem;
  color: tomato;
}

#page-top.active {
  opacity: 0.6;
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
}

/*----------------------------------------------
// パンくずリスト
----------------------------------------------*/
.tsukuru-breadcrumb {
  position: relative;
  z-index: 1;
}

.tsukuru-breadcrumb #topicPath {
  position: absolute;
  top: -152px;
  left: 0;
}

.tsukuru-breadcrumb #topicPath ol {
  display: flex;
}

.tsukuru-breadcrumb #topicPath ol > li {
  font-size: 1.6rem;
}

.tsukuru-breadcrumb #topicPath ol > li a {
  text-decoration: underline;
  color: #333;
}

.tsukuru-breadcrumb #topicPath ol > li strong {
  font-weight: normal;
}

.tsukuru-breadcrumb #topicPath ol li + li {
  margin-left: 0.5rem;
}

/* btn */
.btn-feature {
  display: block;
  min-height: 80px;
  padding: 12px 40px;
  text-align: center;
  position: relative;
  background-color: #e96a00;;
  border-radius: 9999px;
  box-shadow: 14.607px 14.607px 0px 0px #e0e0e0;
  text-decoration: none;
  transition: all 0.5s;
}
.btn-feature .text {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 56px;
}
.btn-feature .caret-right {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 4rem;
  color: white;
  transform: translateY(-50%);
}