@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.middle-box {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .middle-box {
    max-width: 1600px;
    background: #f5fafd;
    padding: 40px 0 100px;
  }
}
.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    padding-bottom: 20px;
  }
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #bdbdbd;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 10px;
  }
}
.com-dl > .in-dl > dt {
  background: transparent;
  color: #a1d7ef;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #000;
}

.c-table .in-table,
.c-table dd,
.c-table dt {
  box-sizing: border-box;
}
.c-table-contnets {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .c-table-contnets {
    gap: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-table-contnets {
    gap: 15px 0;
  }
}
.c-table > .in-table {
  border-bottom: 1px solid #bdbdbd;
}
.c-table > .in-table:nth-child(1) {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 767px) {
  .c-table > .in-table {
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 135px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-table > .in-table {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-table > .in-table > dt,
  .c-table > .in-table > dd {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .c-table > .in-table > dd {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .c-table > .in-table > dd {
    padding: 0 0 0 10px;
  }
}
.c-table > .in-table > dd a {
  color: #a1d7ef;
}

.title01 {
  line-height: 1.4;
}
.title01 .border-box {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .title01 .border-box {
    border-left: 3px solid #a1d7ef;
    font-size: 22px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title01 .border-box {
    border-left: 2px solid #a1d7ef;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 25px;
  }
}

.title02 {
  color: #a1d7ef;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.border-title {
  line-height: 1.6;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (min-width: 767px) {
  .border-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .border-title {
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
}

.c-title {
  line-height: 1.5;
}
.c-title .sub,
.c-title .main {
  display: block;
}
.c-title .sub {
  color: #a1d7ef;
}
.c-title.whit-title .sub,
.c-title.whit-title .main {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 45px;
  }
  .c-title .sub {
    font-size: 19px;
  }
  .c-title .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title .sub {
    font-size: 16px;
  }
  .c-title .main {
    font-size: 20px;
  }
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.lang-en {
  font-family: "Maven Pro", sans-serif;
}

.c-sns-list {
  gap: 20px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  line-height: 1.4;
}
.tag-list li {
  color: #a1d7ef;
  font-size: 12px;
}
.tag-list-activity li {
  border-radius: 8px;
  line-height: 1;
  padding: 5px 10px;
}
.tag-list-activity .tag-6527 {
  color: #d4232b;
  font-size: 13px;
  font-weight: 700;
  padding: 5px;
  animation: zoom 1s linear infinite;
}
.tag-list-activity .tag-6530 {
  color: #fff;
  background: #d4232b;
  font-weight: 700;
  animation: zoom 1s linear infinite;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tag-list-activity .tag-6702 {
  color: #fff;
  background: #a1d7ef;
  font-weight: 700;
}
.tag-list-activity .tag-6703 {
  background: #e6e6e6;
  color: #000;
}

.tag-list-box {
  display: flex;
  flex-wrap: wrap;
}
.tag-list-box-item {
  box-sizing: border-box;
  border: solid 1px #a1d7ef;
}
@media screen and (min-width: 767px) {
  .tag-list-box {
    gap: 20px;
  }
  .tag-list-box-item {
    padding: 5px 35px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tag-list-box {
    gap: 10px;
    flex-direction: column;
  }
  .tag-list-box-item {
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 14px;
  }
}

.detail-box {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.detail-box time {
  line-height: 1;
  font-size: 12px;
  width: 70px;
}
.detail-box .tag-list {
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid #a1d7ef;
  width: calc(100% - 70px);
  font-size: 12px;
  box-sizing: border-box;
}

.dotted-list-item {
  position: relative;
  box-sizing: border-box;
}
.dotted-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .dotted-list-item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dotted-list-item {
    padding-left: 20px;
  }
}

.googlemap {
  background: #f5fafd;
  width: 100%;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .googlemap {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .googlemap {
    height: 200px;
  }
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #a1d7ef;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 50px;
    border-radius: 8px;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    background: rgba(161, 215, 239, 0.4);
  }
  .c-button .ic {
    margin-right: 15px;
  }
  .c-button.small-button {
    width: 220px;
  }
  .c-button.middle-button {
    width: 220px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 50px;
    border-radius: 8px;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    background: rgba(161, 215, 239, 0.4);
  }
  .c-button .ic {
    margin-right: 15px;
  }
  .c-button.small-button {
    width: 80%;
  }
  .c-button.middle-button {
    width: 100%;
    height: 70px;
  }
}

.ic-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a1d7ef;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .ic-mail {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .ic-mail .bi {
    color: #fff;
  }
}
.ic-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a1d7ef;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .ic-mail {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .ic-mail .bi {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .ic-mail {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .ic-mail .bi {
    color: #fff;
  }
}

.ic-arw {
  border-radius: 50%;
  border: solid 1px #bdbdbd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.ic-arw .bi {
  color: #bdbdbd;
  transition: 0.2s all ease-in;
}
@media screen and (min-width: 767px) {
  .ic-arw {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ic-arw {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 767px) {
  .ic-reserve {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ic-reserve {
    font-size: 12px;
  }
}

.arw-button {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
  box-sizing: border-box;
}
.arw-button .text,
.arw-button .bi {
  transition: 0.2s all ease-in;
}
.arw-button .text {
  font-size: 15px;
}
.arw-button.arw-right {
  width: 100%;
  position: relative;
}
.arw-button.arw-right .ic-arw {
  position: absolute;
  right: 0;
}
.arw-button.arw-left {
  height: 50px;
  min-width: 145px;
  width: auto;
  left: 0;
}
.arw-button.arw-left .ic-arw {
  margin-right: 15px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 767px) {
  .arw-button:hover {
    background: #a1d7ef;
  }
  .arw-button.arw-right:hover {
    padding-left: 15px;
  }
  .arw-button.arw-right:hover .text {
    color: #fff;
  }
  .arw-button.arw-right:hover .ic-arw {
    right: 10px;
    border: solid 1px #fff;
  }
  .arw-button.arw-right:hover .bi {
    color: #fff;
  }
  .arw-button.arw-left {
    transition: 0.2s all ease-in;
  }
  .arw-button.arw-left:hover .text,
  .arw-button.arw-left:hover .bi {
    color: #fff;
  }
  .arw-button.arw-left:hover .ic-arw {
    left: 5px;
    border: solid #fff 1px;
  }
}
.arw-button-box .c-title {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .arw-button-box {
    margin-bottom: 50px;
  }
  .arw-button-box .c-title {
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 768px) {
  .arw-button-box .c-title {
    width: calc(100% - 145px);
  }
}

.c-button-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .c-button-list {
    gap: 30px;
  }
  .c-button-list .c-button {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-button-list {
    gap: 20px;
  }
  .c-button-list-item {
    width: 100%;
  }
  .c-button-list .c-button {
    width: 100%;
  }
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 300;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #000;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #a1d7ef;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  #bread-clumb li {
    position: relative;
    color: #000;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "・";
    position: absolute;
    display: block;
    right: -20px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #000;
  }
  #bread-clumb li a:hover {
    color: #a1d7ef;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
@media screen and (min-width: 767px) {
  .header {
    height: 120px;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .header .header-left {
    width: 162px;
  }
  .header .header-right {
    width: calc(100% - 162px);
  }
  .header .header-right-contents {
    gap: 0 20px;
    margin-bottom: 15px;
  }
  .header .nav-list-item {
    line-height: 1;
    display: flex;
    position: relative;
    align-items: center;
  }
  .header .nav-list-item:after {
    content: "";
    width: 8px;
    position: relative;
    top: 2px;
    height: 17px;
    display: block;
    margin: 0 15px;
    background: url(../img/common/nav_deco.png) no-repeat center/contain;
  }
  .header .nav-list-item:last-of-type:after {
    display: none;
  }
  .header .nav-list-item a {
    display: block;
    box-sizing: border-box;
    transition: 0.2s all ease-in;
  }
  .header .nav-list-item a:hover {
    color: #a1d7ef;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    background: #fff;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header .header-left {
    width: 90px;
    line-height: 1;
  }
  .header .header-right {
    position: fixed;
    border-top: 5px solid #f5fafd;
    left: 0;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    z-index: 100;
  }
  .header .header-right-contents {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 200px;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header .header-right .c-sns-list {
    justify-content: center;
  }
  .header .header-right .c-button {
    width: 90%;
  }
}

/*Mainvisual
=========================================================*/
@media screen and (min-width: 767px) {
  #mv {
    z-index: 0;
    height: 775px;
    position: relative;
  }
  #mv .bx-wrapper,
  #mv ul {
    height: 100%;
    overflow: hidden;
  }
  #mv .catch {
    text-align: center;
  }
  #mv .catch img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;
  }
  #mv li {
    height: 775px;
    animation-duration: 7s;
    animation-fill-mode: forwards;
  }
  #mv li.zoom-in {
    animation-name: zoomInFade;
  }
  #mv li.zoom-out {
    animation-name: zoomOutFade;
  }
  #mv li:nth-child(1) {
    background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
  }
  #mv li:nth-child(2) {
    background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
  }
  #mv li:nth-child(3) {
    background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
  }
  @keyframes zoomInFade {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }
    10% {
      opacity: 1;
    }
    100% {
      transform: scale(1.1);
      opacity: 0.5;
    }
  }
  @keyframes zoomOutFade {
    0% {
      transform: scale(1.1);
      opacity: 0.5;
    }
    10% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0.5;
    }
  }
  .mainvisual .catch img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    z-index: 0;
    height: calc(100vh - 145px);
    position: relative;
  }
  #mv .bx-wrapper,
  #mv ul {
    height: 100%;
    overflow: hidden;
  }
  #mv .catch {
    text-align: center;
  }
  #mv .catch img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;
  }
  #mv li {
    height: calc(100vh - 145px);
    animation-duration: 7s;
    animation-fill-mode: forwards;
  }
  #mv li.zoom-in {
    animation-name: zoomInFade;
  }
  #mv li.zoom-out {
    animation-name: zoomOutFade;
  }
  #mv li:nth-child(1) {
    background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
  }
  #mv li:nth-child(2) {
    background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
  }
  #mv li:nth-child(3) {
    background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
  }
  @keyframes zoomInFade {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }
    10% {
      opacity: 1;
    }
    100% {
      transform: scale(1.1);
      opacity: 0.5;
    }
  }
  @keyframes zoomOutFade {
    0% {
      transform: scale(1.1);
      opacity: 0.5;
    }
    10% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0.5;
    }
  }
  .mainvisual .catch img {
    width: 60%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 120px 0 50px;
  }
  .top-about-us {
    position: relative;
  }
  .top-about-us-img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 100px);
    height: 100%;
    background: url(../img/top/top_about-img.jpg) no-repeat center/cover;
  }
  .top-about-us-text {
    width: 540px;
    padding-bottom: 60px;
  }
  .top-about-list {
    background: #f5fafd;
    padding: 80px 0 100px;
    position: relative;
  }
  .top-about-list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    width: calc((100% - 1180px) / 2 + 50px);
  }
  .top-about-list .widebox {
    position: relative;
    z-index: 10;
    gap: 40px;
  }
  .top-about-list-card {
    width: 400px;
  }
  .top-about-list-card:nth-of-type(1) {
    margin-top: 100px;
  }
  .top-about-list-card:nth-of-type(2) {
    margin-top: 50px;
  }
  .top-about-list-card-img {
    margin-bottom: 30px;
  }
  .top-about-list-card-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .top-about-list-card .arw-button {
    margin-top: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #bdbdbd;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 80px 0 50px;
  }
  .top-about-us {
    position: relative;
    padding-top: 80%;
  }
  .top-about-us-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    padding-top: 60%;
    background: url(../img/top/top_about-img.jpg) no-repeat center/cover;
  }
  .top-about-us-text {
    padding-bottom: 60px;
  }
  .top-about-list {
    background: #f5fafd;
    padding: 60px 0;
    position: relative;
    flex-direction: column;
  }
  .top-about-list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #fff;
  }
  .top-about-list .widebox {
    position: relative;
    z-index: 10;
    gap: 60px 0;
  }
  .top-about-list-card {
    width: 100%;
  }
  .top-about-list-card-img {
    margin-bottom: 30px;
  }
  .top-about-list-card-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .top-about-list-card .arw-button {
    margin-top: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #bdbdbd;
  }
}

/*top-faq
=========================================================*/
.top-faq-container {
  background: #f5fafd;
}
.top-faq-list {
  gap: 15px;
}
.top-faq-list-card {
  background: #fff;
  box-sizing: border-box;
}
.top-faq-list-card-title {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #a1d7ef;
}
.top-faq-list-card-title .title {
  box-sizing: border-box;
}
.top-faq-list-card-title .ic {
  background: #a1d7ef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.top-faq-list-card-text {
  color: #555;
}
@media screen and (min-width: 767px) {
  .top-faq {
    padding: 50px 0;
    position: relative;
  }
  .top-faq:before, .top-faq:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    height: 100%;
    top: 0;
    width: calc((100% - 1280px) / 4);
  }
  .top-faq:before {
    left: 0;
  }
  .top-faq:after {
    right: 0;
  }
  .top-faq-container {
    padding: 80px 0 110px;
  }
  .top-faq-list {
    gap: 15px;
  }
  .top-faq-list-card {
    width: 350px;
    padding: 25px 30px;
  }
  .top-faq-list-card:nth-child(2n) {
    transform: translateY(30px);
  }
  .top-faq-list-card-title {
    font-size: 16px;
  }
  .top-faq-list-card-title .title {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
  .top-faq-list-card-title .ic {
    width: 30px;
    height: 30px;
  }
  .top-faq-list-card-text {
    font-size: 12px;
  }
  .top-faq-list .tag-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 50px 0;
    position: relative;
  }
  .top-faq-container {
    padding: 40px 0 60px;
  }
  .top-faq-list {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 40px;
  }
  .top-faq-list-card {
    width: 100%;
    padding: 25px 30px;
  }
  .top-faq-list-card-title {
    font-size: 16px;
    line-height: 1.6;
    align-items: flex-start;
  }
  .top-faq-list-card-title .title {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
  .top-faq-list-card-title .ic {
    width: 30px;
    height: 30px;
  }
  .top-faq-list-card-text {
    font-size: 12px;
  }
  .top-faq-list .tag-list {
    margin-top: 20px;
  }
}

/*top-message
=========================================================*/
.top-message {
  color: #fff;
  background: url(../img/top/top_message-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .top-message {
    padding: 80px 0;
  }
  .top-message .c-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .top-message {
    padding: 60px 0 80px;
  }
  .top-message .c-title {
    margin-bottom: 35px;
  }
}

/*top-activity
=========================================================*/
.top-activity-list a {
  color: #a1d7ef;
}
@media screen and (min-width: 767px) {
  .top-activity {
    padding: 120px 0;
  }
  .top-activity-list {
    gap: 25px;
  }
  .top-activity-list-card {
    width: 300px;
    transition: 0.2s all ease-in;
  }
  .top-activity-list-card:hover {
    transform: scale(0.95);
  }
  .top-activity-list-card a .com-img {
    height: 300px;
    margin-bottom: 15px;
  }
  .top-activity-list-card .tag-list {
    margin-bottom: 15px;
  }
  .top-activity-list-card-title {
    margin-bottom: 10px;
  }
  .top-activity-youtube {
    margin-top: 45px;
    transition: 0.2s all ease-in;
  }
  .top-activity-youtube:hover {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 768px) {
  .top-activity {
    padding: 60px 0;
  }
  .top-activity-list {
    margin-top: 50px;
    flex-direction: column;
    gap: 50px 0;
  }
  .top-activity-list-card {
    width: 100%;
  }
  .top-activity-list-card .com-img {
    padding-top: 100%;
    margin-bottom: 15px;
  }
  .top-activity-list-card .tag-list {
    margin-bottom: 15px;
  }
  .top-activity-list-card-title {
    line-height: 1.6;
  }
  .top-activity-list .detail-box {
    margin-top: 15px;
  }
  .top-activity-youtube {
    margin-top: 45px;
  }
}

/*top-news
=========================================================*/
.top-news {
  background: #f5fafd;
}
.top-news-list {
  background: #fff;
  box-sizing: border-box;
}
.top-news-list-item {
  border-bottom: 1px solid #bdbdbd;
  position: relative;
}
.top-news-list-item a {
  color: #a1d7ef;
  display: block;
  box-sizing: border-box;
}
.top-news-list-item .ic-arw {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 50px 0;
    position: relative;
  }
  .top-news:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background: #fff;
    height: calc(100% - 100px);
    width: calc((100% - 1080px) / 2);
    transform: translateY(-50%);
  }
  .top-news-contents {
    width: 235px;
    max-height: 350px;
    min-height: 200px;
    position: relative;
  }
  .top-news-contents .arw-button {
    position: absolute;
    bottom: 0;
  }
  .top-news-list {
    width: calc(100% - 235px);
    padding: 30px 0 50px 50px;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 0;
    transition: 0.2s all ease-in;
  }
  .top-news-list-item a:hover {
    background: rgba(245, 250, 253, 0.5);
    padding-left: 5px;
  }
  .top-news-list-item .detail-box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 50px 0;
    position: relative;
  }
  .top-news .inbox {
    flex-direction: column;
  }
  .top-news-contents {
    width: 100%;
    position: relative;
  }
  .top-news-contents .arw-button {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
  .top-news-list {
    width: 100%;
    padding: 30px;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 0;
    transition: 0.2s all ease-in;
    line-height: 1.6;
  }
  .top-news-list-item a:hover {
    background: rgba(245, 250, 253, 0.5);
    padding-left: 5px;
  }
  .top-news-list-item a .ic-arw {
    width: 30px;
    height: 30px;
    right: 0;
  }
  .top-news-list-item .detail-box {
    margin-bottom: 10px;
  }
}

/*l-cta
=========================================================*/
.l-cta {
  background: #fff;
}
.l-cta-detail {
  background: #f5fafd;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta-contents-text {
    width: 490px;
    font-size: 15px;
  }
  .l-cta-contents .c-button-list {
    width: calc(100% - 490px);
  }
  .l-cta-detail {
    margin-top: 30px;
    padding: 30px 160px 30px 170px;
  }
  .l-cta-detail dt {
    width: calc(100% - 270px);
  }
  .l-cta-detail-button {
    border-left: 1px solid #399d26;
    padding-left: 40px;
    box-sizing: border-box;
    width: 270px;
  }
  .l-cta-detail-button .arw-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta-contents {
    flex-direction: column;
    gap: 20px 0;
  }
  .l-cta-contents-text {
    width: 100%;
    font-size: 15px;
  }
  .l-cta-contents .c-button-list {
    width: 100%;
  }
  .l-cta-detail {
    margin-top: 30px;
    padding: 30px;
    flex-direction: column;
  }
  .l-cta-detail dt {
    margin-bottom: 30px;
  }
  .l-cta-detail-button {
    width: 100%;
    border-top: 1px solid #399d26;
    box-sizing: border-box;
  }
  .l-cta-detail-button .arw-button {
    margin-top: 30px;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}

/*=========================================================
	footer
=========================================================*/
.footer {
  background: #f5fafd;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 70px 0 30px;
  }
  .footer-left, .footer-right {
    width: 50%;
  }
  .footer .c-sns-list {
    margin-top: 30px;
  }
  .footer .footer-nav li {
    margin-bottom: 20px;
  }
  .footer .footer-nav li:last-of-type {
    margin-bottom: 0;
  }
  .footer .footer-nav li a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in;
  }
  .footer .footer-nav li a:hover {
    border-bottom: 1px solid #a1d7ef;
    color: #a1d7ef;
  }
  .footer .footer-nav.left-nav {
    width: calc(100% - 190px);
  }
  .footer .footer-nav.right-nav {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 90px;
  }
  .footer .inbox {
    flex-direction: column;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-left {
    text-align: center;
  }
  .footer-logo {
    width: 120px;
    margin: 0 auto 40px;
  }
  .footer .c-sns-list {
    margin: 0 0 40px;
    justify-content: center;
  }
  .footer .footer-nav li {
    margin-bottom: 20px;
  }
  .footer .footer-nav li:last-of-type {
    margin-bottom: 0;
  }
  .footer .footer-nav li a {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px;
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in;
  }
  .footer .footer-nav.left-nav {
    width: 50%;
  }
  .footer .footer-nav.right-nav {
    width: 50%;
  }
}

#copyright small {
  color: #000;
}
#copyright small a {
  color: #000;
}
@media screen and (min-width: 767px) {
  #copyright {
    margin-top: 60px;
    text-align: center;
    padding: 5px 0;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    margin-top: 40px;
    text-align: center;
    padding: 5px 0;
  }
  #copyright small {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/*Components
=========================================================*/
@media screen and (min-width: 767px) {
  .l-space {
    padding: 130px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-space {
    padding: 60px 0;
  }
}

.side-space-l, .side-space-r {
  position: relative;
}
.side-space-l:before, .side-space-r:before {
  content: "";
  background: #f5fafd;
  position: absolute;
  top: 0;
  height: 100%;
}
.side-space-l-inbox, .side-space-r-inbox {
  background: #f5fafd;
}
.side-space-l:before {
  left: 0;
}
.side-space-r:before {
  right: 0;
}
@media screen and (min-width: 767px) {
  .side-space-l:before, .side-space-r:before {
    width: calc((100% - 1080px) / 2);
  }
  .side-space-l-inbox, .side-space-r-inbox {
    background: #f5fafd;
  }
}
@media screen and (max-width: 768px) {
  .side-space-l:before, .side-space-r:before {
    width: 5%;
  }
  .side-space-l-inbox, .side-space-r-inbox {
    background: #f5fafd;
  }
}

.category-list-item {
  border-bottom: 1px solid #bdbdbd;
}
.category-list-item a {
  width: 100%;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s all ease-in;
}
.category-list-item a:hover {
  opacity: 0.5;
}
.category-list-item .ic-arw {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px) {
  .category {
    width: 300px;
  }
  .category .c-title {
    margin-bottom: 10px;
  }
  .category-list-item {
    border-bottom: 1px solid #bdbdbd;
  }
  .category-list-item a {
    padding-right: 50px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .category .c-title {
    margin-bottom: 10px;
  }
  .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
  }
  .category-list-item {
    line-height: 1.5;
    border-bottom: 1px solid #bdbdbd;
  }
  .category-list-item a {
    padding-right: 25px;
    height: 60px;
    font-size: 13px;
  }
  .category-list-item .ic-arw {
    width: 20px;
    height: 20px;
  }
}

.l-img-contents-item {
  display: grid;
}
@media screen and (min-width: 767px) {
  .l-img-contents-item {
    grid-template-columns: 520px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .l-img-contents-text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .l-img-contents-item {
    -moz-column-gap: 40px;
         column-gap: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .l-img-contents-img {
    text-align: center;
  }
}

.r-img-contents-item {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .r-img-contents-item {
    padding: 40px;
    grid-template-columns: 1fr 400px;
    grid-template-areas: "text image";
  }
  .r-img-contents-img {
    grid-area: image;
  }
  .r-img-contents-text {
    grid-area: text;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .r-img-contents-item {
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .r-img-contents-img {
    text-align: center;
  }
}

.gallery {
  display: grid;
}
@media screen and (min-width: 767px) {
  .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 27px;
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.box-container {
  display: flex;
  flex-direction: column;
}
.box-container .box-contents {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .box-container {
    gap: 50px 0;
  }
  .box-container .box-contents {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .box-container {
    gap: 20px 0;
  }
  .box-container .box-contents {
    padding: 20px;
  }
}

.box-contents {
  box-sizing: border-box;
  background: #f5fafd;
  display: flex;
  flex-direction: column;
}
.box-contents-item {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .box-contents {
    gap: 30px 0;
  }
  .box-contents-item {
    padding: 40px 35px;
  }
}
@media screen and (max-width: 768px) {
  .box-contents {
    gap: 30px 0;
  }
  .box-contents-item {
    padding: 30px 20px 40px;
  }
}

.column-two {
  display: grid;
}
@media screen and (min-width: 767px) {
  .column-two {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .column-two-card-text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .column-two {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .column-two-card-text {
    line-height: 2.2;
  }
}

.menu {
  display: flex;
  flex-direction: column;
}
.menu .title01 .border-box {
  margin-bottom: 0;
}
.menu-list {
  display: flex;
  flex-direction: column;
}
.menu-card-text, .menu-card-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.menu-card-list {
  box-sizing: border-box;
  background: #f5fafd;
}
.menu-card-list-item {
  box-sizing: border-box;
  background: #fff;
}
.menu-card-list-item-price {
  text-align: right;
  line-height: 1;
  color: #000;
}
.menu-card-list-item-text {
  border-top: 1px solid #bdbdbd;
}
.menu-card-list-item .title02 {
  color: #555;
}
@media screen and (min-width: 767px) {
  .menu {
    row-gap: 80px;
  }
  .menu .border-title {
    width: calc(100% - 26px);
    margin: 0 auto 15px;
  }
  .menu-list {
    row-gap: 40px;
  }
  .menu-card-text, .menu-card-list {
    width: calc(100% - 26px);
  }
  .menu-card-text {
    margin-bottom: 30px;
  }
  .menu-card-list {
    padding: 40px 27px;
    gap: 23px 0;
  }
  .menu-card-list-item {
    padding: 40px;
  }
  .menu-card-list-item-text {
    margin-top: 20px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    row-gap: 40px;
  }
  .menu-list {
    row-gap: 20px;
  }
  .menu-card-text {
    margin-bottom: 25px;
  }
  .menu-card-list {
    padding: 20px 15px;
    gap: 25px 0;
  }
  .menu-card-list-item {
    padding: 20px 20px 40px;
  }
  .menu-card-list-item-text {
    margin-top: 20px;
    padding-top: 15px;
  }
}

/*予約バナー
=========================================================*/
.reserve-banner {
  background: #f5fafd;
}
.reserve-banner-container {
  background: #fff;
}
.reserve-banner-box {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .reserve-banner {
    padding: 50px 0;
  }
  .reserve-banner .inbox {
    width: 1000px;
  }
  .reserve-banner-container {
    height: 306px;
    display: flex;
  }
  .reserve-banner-box {
    width: calc(100% - 480px);
    padding-left: 40px;
  }
  .reserve-banner .c-title {
    margin-bottom: 15px;
  }
  .reserve-banner-text {
    margin-bottom: 20px;
  }
  .reserve-banner-img {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .reserve-banner {
    padding: 50px 0;
  }
  .reserve-banner-box {
    padding: 30px 20px 40px;
    box-sizing: border-box;
  }
  .reserve-banner .c-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .reserve-banner-text {
    margin-bottom: 30px;
  }
  .reserve-banner-img img {
    display: none;
  }
  .reserve-banner .arw-button {
    justify-content: center;
  }
}

/*ヨガ教室について
=========================================================*/
@media screen and (min-width: 767px) {
  .about-yoga {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .about-yoga {
    padding: 60px 0;
  }
}

.yoga-feature .inbox {
  background: #f5fafd;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .yoga-feature .inbox {
    padding: 50px 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  .yoga-feature .inbox {
    padding: 30px 15px 60px;
  }
}

@media screen and (min-width: 767px) {
  .yoga-gallery {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .yoga-gallery {
    padding: 40px 0;
  }
}

.yoga-lesson-ttl {
  margin-bottom: 15px;
}
.yoga-lesson-caption {
  margin-bottom: 35px;
}
.yoga-lesson-caption p {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .yoga-lesson {
    padding: 50px 0;
  }
  .yoga-lesson-message {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .yoga-lesson {
    padding: 40px 0;
  }
  .yoga-lesson-message {
    margin-bottom: 40px;
  }
}

.schedule-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .schedule {
    padding: 50px 0 100px;
  }
  .schedule .inbox {
    width: 900px;
  }
  .schedule-list {
    gap: 80px 0;
  }
  .schedule-list-item {
    width: 100%;
  }
  .schedule-img {
    text-align: center;
  }
  .schedule-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 40px 0 60px;
  }
  .schedule-list {
    gap: 40px 0;
  }
  .schedule-list-item {
    width: 100%;
  }
  .schedule-text {
    margin-top: 20px;
  }
}

/*アナウンス/ナレーションについて
=========================================================*/
@media screen and (min-width: 767px) {
  .about-announcement {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .about-announcement {
    padding: 60px 0;
  }
  .about-announcement .arw-button {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 767px) {
  .about-service .inbox {
    padding: 50px 32px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .about-service .inbox {
    padding: 30px 5%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 767px) {
  .works-performed {
    padding: 60px 0;
  }
  .works-performed .middle-box {
    padding: 50px 0 60px;
  }
  .works-performed-contents {
    display: grid;
    grid-template-columns: 400px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .works-performed-title {
    margin-bottom: 30px;
  }
  .works-performed-text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .works-performed {
    padding: 60px 0;
  }
  .works-performed .middle-box {
    padding: 30px 0 40px;
  }
  .works-performed-contents {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
  .works-performed-title {
    margin-bottom: 30px;
  }
  .works-performed .arw-button {
    justify-content: flex-end;
  }
}

/*よくあるご質問
=========================================================*/
.faq-post {
  background: #f5fafd;
  box-sizing: border-box;
}
.faq-post-card {
  background: #fff;
  box-sizing: border-box;
}
.faq-post-card-title {
  display: flex;
  align-items: flex-start;
  color: #a1d7ef;
  border-bottom: 1px solid #bdbdbd;
}
.faq-post-card .ic {
  background: #a1d7ef;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .faq-post {
    width: 680px;
    padding: 50px 0 50px 50px;
  }
  .faq-post-card {
    padding: 30px;
    margin-bottom: 20px;
  }
  .faq-post-card:last-of-type {
    margin-bottom: 0;
  }
  .faq-post-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .faq-post-card .title {
    width: calc(100% - 30px);
    padding: 0 0 10px 10px;
  }
  .faq-post-card .ic {
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 19px;
  }
  .faq-post-card-text {
    font-size: 13px;
  }
  .faq-post-card .tag-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .all-faq-wrp:before {
    display: none;
  }
  .faq-container {
    gap: 40px 0;
    flex-direction: column;
  }
  .faq .category {
    width: 100%;
  }
  .faq-post {
    width: 100%;
    padding: 20px;
  }
  .faq-post-card {
    padding: 30px;
    margin-bottom: 20px;
  }
  .faq-post-card:last-of-type {
    margin-bottom: 0;
  }
  .faq-post-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .faq-post-card .title {
    width: calc(100% - 30px);
    padding: 0 0 10px 10px;
  }
  .faq-post-card .ic {
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 19px;
  }
  .faq-post-card-text {
    font-size: 13px;
  }
  .faq-post-card .tag-list {
    margin-top: 20px;
  }
}

/*運営概要
=========================================================*/
@media screen and (min-width: 767px) {
  .greeting {
    padding: 100px 0 120px;
  }
  .greeting .box-container {
    margin-top: 50px;
  }
  .greeting .dotted-list {
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting .box-container {
    margin-top: 30px;
  }
  .greeting .dotted-list {
    margin: 10px 0 20px;
  }
}

@media screen and (min-width: 767px) {
  .info .inbox {
    padding: 50px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .info .inbox {
    padding: 30px 15px;
    box-sizing: border-box;
  }
}

.sub-visual-yoga {
  background: url(../img/yoga/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-announcement_narration {
  background: url(../img/announcement_narration/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-info {
  background: url(../img/info/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-faq {
  background: url(../img/faq/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-site {
  background: url(../img/site/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-notfound {
  background: url(../img/notfound/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-news {
  background: url(../img/news/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-event {
  background: url(../img/event/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-privacy {
  background: url(../img/privacy/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-contact {
  background: url(../img/contact/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-complete {
  background: url(../img/complete/sv_bg.jpg) no-repeat center/cover;
}
.sub-visual-title span {
  display: block;
}
.sub-visual-title .sub {
  color: #a1d7ef;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 350px;
  }
  .sub-visual .inbox {
    height: 100%;
  }
  .sub-visual-title .lang-en {
    font-size: 19px;
  }
  .sub-visual-title .lang-ja {
    font-size: 38px;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 120px;
  }
  .sub-visual .inbox {
    height: 100%;
  }
  .sub-visual-title {
    line-height: 1.5;
  }
  .sub-visual-title .lang-en {
    font-size: 14px;
  }
  .sub-visual-title .lang-ja {
    font-size: 17px;
    letter-spacing: 0.2rem;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  background: #a1d7ef;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 16px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
.cont-dl .in-dl dt a {
  color: #a1d7ef;
  border-bottom: 1px solid #a1d7ef;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: 300;
  border: solid 1px #a1d7ef;
  background-color: #a1d7ef;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #a1d7ef;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #a1d7ef;
  color: #a1d7ef;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #a1d7ef;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #a1d7ef;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #000;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #a1d7ef;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #a1d7ef;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #a1d7ef;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: 300;
  color: #a1d7ef;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #000;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-tag {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-tag {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 10%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #a1d7ef;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #a1d7ef;
  font-weight: 300;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #a1d7ef;
  line-height: 1;
  font-size: 14px;
  color: #a1d7ef;
}
#contents-u.s-post .tag-name span {
  color: #a1d7ef;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #a1d7ef;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: 300;
  transition: 0.3s;
  color: #000;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px 35px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 10px 0 10px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -3px;
    border: solid 3px #a1d7ef;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -3px;
    border: solid 3px #a1d7ef;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #a1d7ef;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */