@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

/* ホバー */
p {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
}

div h2 {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #3c3d3d;
  text-align: center;
}

div h3 {
  font-size: 2.4rem;
  font-weight: 300;
}

div h4 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #63b7af;
}

div a {
  font-size: 1.6rem;
}

a:link {
  color: #444444;
}

a:visited {
  color: #444444;
}

a:active {
  color: #444444;
}

a:hover {
  opacity: 0.6;
  transition: all;
  transition: all 1s ease-out;
}

img {
  align-items: center;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

#range_mainvidual {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/mv_range.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#range_mainvidual .mainvidual_inner {
  display: table;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #range_mainvidual .mainvidual_inner {
    margin-top: 70px;
  }
}
#range_mainvidual .mainvidual_inner .mainvidual_title {
  font-size: 4rem;
  letter-spacing: 0.3em;
  text-align: left;
  margin-bottom: 30px;
}
#range_mainvidual .mainvidual_inner p {
  color: #fff;
  margin-bottom: 10px;
}
#range_mainvidual .mainvidual_inner p span {
  display: block;
}

#range_mainvidual .mainvidual_wrapper {
  display: table-cell;
  vertical-align: middle;
}

#range_mainvidual .mainvidual_btn {
  display: block;
  width: 325px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #63b7af;
  font-size: 1.6rem;
}
#range_mainvidual .mainvidual_btn a {
  color: #fff;
}

#range_mainvidual .mainvidual_wrapper {
  width: 100%;
  margin: 0 auto;
}

#range_mainvidual .mainvidual_inner .mainvidual_title {
  text-align: center;
  font-size: 3rem;
}

#range_mainvidual .range_mv_title {
  color: #fff;
}

#range_mainvidual .range_mv_title::after {
  display: block;
  content: "RANGE";
  letter-spacing: 0.3em;
  color: #ffffff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
}

#area {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}

#area .area_wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #area .area_wrapper {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

#area .areamap {
  width: 50%;
}
#area .areamap img {
  min-width: 335px;
  width:100%;
  object-fit: cover;
}

.area_contents .area_ttl {
  font-size: 2.4rem;
  line-height: 2;
  font-weight:700;
  color: #63b7af;
}
.area_txt_wrapper li {
  margin-top: 10px;
  font-size:1.8rem;
  line-height:1.5;
  color: #63b7af;
}

.area_txt_wrapper p {
  margin-top: 10px;
  font-size:1.8rem;
  line-height:1.5;
  color: #63b7af;
}

.area_txt_wrapper span {
  display: block;
}

#area .area_contents {
  margin-left: 30px;
}
@media screen and (max-width: 700px) {
  #area .area_contents {
    width:50%;
    margin-top: 20px;
    margin-left: 0;
  }
}

#area_cta {
  width: 100%;
  background: #63b7af;
}

.area_cta_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  align-items: center;
}
.area_cta_wrapper a:visited {
  color: #fff;
}

.area_cta_ttl .area_cta_p {
  font-size: 2.7055150884vw;
  color: #fff;
}
.area_cta_ttl .area_cta_p span {
  display: block;
}

.area_cta_btn {
  width: 250px;
  background: #3c3d3d;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

#menu_mainvidual {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/mv_menu.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#menu_mainvidual .mainvidual_inner {
  display: table;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #menu_mainvidual .mainvidual_inner {
    margin-top: 70px;
  }
}
#menu_mainvidual .mainvidual_inner .mainvidual_title {
  font-size: 4rem;
  letter-spacing: 0.3em;
  text-align: left;
  margin-bottom: 30px;
}
#menu_mainvidual .mainvidual_inner p {
  color: #fff;
  margin-bottom: 10px;
}
#menu_mainvidual .mainvidual_inner p span {
  display: block;
}

#menu_mainvidual .mainvidual_wrapper {
  display: table-cell;
  vertical-align: middle;
}

#menu_mainvidual .mainvidual_btn {
  display: block;
  width: 325px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #63b7af;
  font-size: 1.6rem;
}
#menu_mainvidual .mainvidual_btn a {
  color: #fff;
}

#menu_mainvidual .menu_mv_title {
  color: #fff;
}

#menu_mainvidual .menu_mv_title::after {
  display: block;
  content: "MENU";
  letter-spacing: 0.3em;
  color: #ffffff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
}

#under_menu {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

#under_menu .menu_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

#under_menu .menu_card {
  width: 420px;
  padding: 40px 10px;
  margin: 0 auto;
  background: #fff;
}
#under_menu .menu_card .under_menu_photo {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

#under_menu .menu_course {
  color: #63b7af;
}

#under_menu .menu_line {
  width: 100%;
  height: 1px;
  background: #63b7af;
  margin: 20px 0;
}

#under_menu .menu_list {
  list-style: inside;
  list-style-type: disc;
  text-align: left;
  line-height: 2;
  font-size: 1.4rem;
  padding: 0 4px;
}

#under_menu .menu_footer .menu_price {
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  text-align: right;
}

#under_menu_images {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 700px) {
  #under_menu_images {
    display: block;
  }
}

.under_fig_box {
  height: auto;
}

.under_menu_photo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu .kome {
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0;
}

#under_menu .kome {
  font-size: 1.2rem;
  text-align: left;
}

#representative_mainvidual {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/mv_menu.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: table;
}

.representative_mainvidual_inner {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .representative_mainvidual_inner {
    margin-top: 70px;
    display: block;
  }
}
.representative_mainvidual_inner h2:after {
  display: block;
  content: "PROFILE";
  letter-spacing: 0.3em;
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
}
.representative_mainvidual_inner p {
  color: #fff;
  margin-bottom: 10px;
}
.representative_mainvidual_inner p span {
  display: block;
}

#message_mainvidual .mainvidual_btn {
  display: block;
  width: 325px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #63b7af;
  font-size: 1.6rem;
}
#message_mainvidual .mainvidual_btn a {
  color: #fff;
}

.mainvidual_cta_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: #3c3d3d;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.mainvidual_cta_wrapper P {
  color: #fff;
}

.mv_cta_tel {
  font-size: 2.6rem;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
}

.mv_time {
  font-size: 1.4rem;
  line-height: 2;
}
.mv_time span {
  display: block;
}

.representative_mv_title {
  color: #fff;
}

#profile {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
}

#profile .profile_wrapper {
  display: flex;
}
@media screen and (max-width: 700px) {
  #profile .profile_wrapper {
    display: block;
  }
}

#profile .profile_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 700px) {
  #profile .profile_txt {
    margin-top: 30px;
  }
}
#profile .profile_txt h3 {
  font-size: 3rem;
  color: #3c3d3d;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#profile .profile_txt h3::after {
  content: "MESSAGE";
  display: block;
  font-size: 1.2rem;
  color: #a5a5a5;
}
#profile .profile_txt p {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
}

#profile .profile_photo {
  margin-right: 30px;
}
@media screen and (max-width: 700px) {
  #profile .profile_photo {
    margin-right: 0;
  }
}

#profile .profile_list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
  padding-top: 5px;
}
#profile .profile_list li a:link {
  font-size: 1.4rem;
}
#profile .profile_list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #8b6b4e;
}

.profile_danraku {
  margin-top: 30px;
}

#profile .profile_footer {
  margin-top: 40px;
  margin-left: auto;
}
#profile .profile_footer p {
  font-size: 1.4rem;
  text-align: right;
}
#profile .profile_footer .profile_negiya {
  font-size: 1.8rem;
  text-align: right;
}

#page-cta {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background: url(../img/mv.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#page-cta .mainvidual_inner {
  display: table;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #page-cta .mainvidual_inner {
    margin-top: 70px;
  }
}
#page-cta .mainvidual_inner p {
  color: #fff;
  margin-bottom: 10px;
}
#page-cta .mainvidual_inner p span {
  display: block;
}

#page-cta .mainvidual_wrapper {
  display: table-cell;
  vertical-align: middle;
}
#page-cta .mainvidual_wrapper h2 {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
#page-cta .mainvidual_wrapper h2::after {
  display: block;
  content: "CONTACT";
  letter-spacing: 0.3em;
  color: #ffffff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
}

#page-cta .mainvidual_btn {
  display: block;
  width: 325px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #63b7af;
  font-size: 1.6rem;
}
#page-cta .mainvidual_btn a {
  color: #fff;
}

.mainvidual_cta_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: #3c3d3d;
  padding: 20px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.mainvidual_cta_wrapper P {
  color: #fff;
}
@media screen and (max-width: 850px) {
  .mainvidual_cta_wrapper {
    display: block;
  }
}

.mv_cta_tel {
  font-size: 2.6rem;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
}

.mv_time {
  font-size: 1.4rem;
  line-height: 2;
}
.mv_time span {
  display: block;
}

.tel_icon_wrapper {
  display: inline-block;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-99%, -50%);
}
.tel_icon_wrapper img {
  width: 100%;
}

.mv_icontel_wrapper {
  display: inline-block;
  margin-left: 30px;
}

.img_icon_tel {
  display: inline-block;
  height: 30px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(-50%, -50%);
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #ffffff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s;
}

/*ボタン内側*/
.openbtn4 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  height: 4px;
  border-radius: 5px;
  background: #333;
  width: 60%;
}

.openbtn4 span:nth-of-type(1) {
  top: 5px;
}

.openbtn4 span:nth-of-type(2) {
  top: 15px;
}

.openbtn4 span:nth-of-type(3) {
  top: 25px;
}

.openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 10px;
  left: 0px;
  letter-spacing: 0;
  color: #333;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content: "Close";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 12px;
  left: 32%;
}

#g-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -120%;
  transition: all 0.3s;
  display: none;
}

#g-nav.panelactive {
  position: absolute;
  top: 95px;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #d4f3ef;
  opacity: 1;
  z-index: 100;
  transition: all 0.4s;
}
#g-nav.panelactive .ul_panelactive {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding-top: 34px;
}
#g-nav.panelactive .ul_panelactive li {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 20px 20px;
}
#g-nav.panelactive .ul_panelactive li::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: 18px;
}

.blog_all_h2 {
  font-size: 3rem;
  color: #333333;
}
.blog_all_h2 span {
  font-size: 2.2rem;
  color: #777777;
}

#blog_all {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #d4f3ef;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #blog_all {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#blog_all .allblog_posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

#blog_all .allblog_column_card {
  display: flex;
  align-items: center;
  text-align: left;
  background: #fff;
}

#blog_all .allblog_column_imgbox {
  width: 136px;
}

#blog_all .allblog_column_imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 155px;
}

#blog_all .column_h2::after {
  display: block;
  content: "COLUMN";
  letter-spacing: 0.3em;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 2.7;
}

.allblog_posts .column_day {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 1.2rem;
  font-weight: 700;
}

.allblog_posts .column_h4 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
  -moz-text-align-last: left;
       text-align-last: left;
}

#blog_all .card_contents {
  width: 353px;
  letter-spacing: 0;
  padding: 20px 20px;
}
#blog_all .card_contents .column_day {
  font-size: 1.2rem;
  font-weight: 700;
}
#blog_all .card_contents .column_h4 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
}
#blog_all .card_contents .column_line {
  width: 100%;
  height: 1px;
  background: #63b7af;
  margin: 10px 0;
}
#blog_all .card_contents .column_text {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 300;
}

#blog_all .blog_li {
  margin-bottom: 20px;
}

.home_blog_btn {
  display: block;
  margin-top: 60px;
  background: #fff;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 350px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #63b7af;
  border-radius: 5px;
  margin: 57px auto;
}
.home_blog_btn a:link {
  color: #63b7af;
}
.home_blog_btn a:visited {
  color: #63b7af;
}
.home_blog_btn a:hover {
  color: #bfe3e0;
}

#blog .arrow_right {
  position: relative;
}

#blog .arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}

#allblog_pagenation {
  background: #ffffff;
  text-align: center;
  height: 80px;
}

.pagination {
  margin: 40px 0 0;
}

.nav-links {
  display: flex;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 3px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0;
  border: 1px solid #63b7af;
  border-radius: 20px;
  color: #63b7af;
}

.pagination .current {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0;
  background: #63b7af;
  border-radius: 20px;
  color: #ffffff;
}

.pagination .prev,
.pagination .next {
  color: #63b7af;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

.btn {
  display: block;
  width: 290px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #63b7af;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 auto;
}
.btn .arrow_right {
  position: relative;
}
.btn .arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}
.btn a:visited {
  color: #fff;
}
.btn a .arrow_right:hover {
  color: #23527c;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  .btn {
    width: 80%;
    margin: 0 auto;
  }
}

#cta .btn {
  display: block;
  width: 244px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #3c3d3d;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 auto;
  /*アニメーションの指定*/
  transition: 0.3s ease-out;
}
#cta .btn .arrow_right {
  position: relative;
}
#cta .btn .arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}
#cta .btn a:visited {
  color: #fff;
}
#cta .btn a .arrow_right:hover {
  color: #23527c;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  #cta .btn {
    width: 80%;
    margin: 0 auto;
  }
}

#cta .btn:hover {
  background: #3a938a;
  border-radius: 15px;
}

#column .btn {
  display: block;
  margin-top: 60px;
  background: #3c3d3d;
  color: #fff;
  text-align: center;
  width: 162px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  margin: 57px auto;
  /*アニメーションの指定*/
  transition: 0.3s ease-out;
}
#column .btn .arrow_right {
  position: relative;
}
#column .btn .arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}
#column .btn a:visited {
  color: #fff;
}
#column .btn a .arrow_right:hover {
  color: #23527c;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  #column .btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}

#column .btn:hover {
  background: #3a938a;
  border-radius: 15px;
}

#single_blog {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

#single_blog .sigle_title {
  text-align: center;
}

#single_blog .home_blog_inner {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  #single_blog .home_blog_inner {
    display: block;
  }
}

#single_blog .single_blog_card {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}

#single_blog .column_h4 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
}

#single_blog p {
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
  margin-top: 16px;
}

#single_blog .single_column_wrapper {
  display: block;
  width: 90%;
}
@media screen and (max-width: 700px) {
  #single_blog .single_column_wrapper {
    width: 100%;
  }
}

#single_blog .sidebar {
  width: 35%;
}
@media screen and (max-width: 700px) {
  #single_blog .sidebar {
    width: 100%;
  }
}

#single_blog .column_line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #e6e6e6;
}

#single_blog .column_line::after {
  content: "";
  width: 85px;
  height: 2px;
  background: #63b7af;
  position: absolute;
  bottom: 0;
  left: 0;
}

#category {
  width: 300px;
}
@media screen and (max-width: 700px) {
  #category {
    width: 100%;
    margin-top: 30px;
  }
}

#category .cate_box {
  width: 100%;
}
#category .cate_box h3 {
  background: #63b7af;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

#category .cate_txt_box {
  padding: 10px;
}

#category .cate_txt {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

#category .category_inline {
  padding: 10px;
  background-color: var(--user-color-accent);
  color: #fff;
  font-weight: bold;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#category .new_box {
  background-color: var(--user-color-accent);
  color: #fff;
  font-weight: bold;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#category .new_box h3 {
  background: #63b7af;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px;
}
#category .new_box .cate_new_h4 {
  font-size: 1.3rem;
}
#category .new_box .cate_time {
  font-size: 1.3rem;
  color: #63b7af;
}

.new_contents {
  padding: 20px;
}

.new_contents ul {
  font-size: 10px;
}

.new_contents li {
  font-size: 10px;
  background: #B5ECE8;
  padding: 0px 8px;
  line-height: 34px;
  border-radius: 5px;
  display: inline-block;
  gap: 10px;
  margin: 3px 0;
}

.new_contents a {
  font-size: 10px;
  color: #fff;
}

.new_article_contents {
  padding: 30px 10px;
}

.new_article_contents ul {
  font-size: 10px;
}

.new_article_contents li {
  font-size: 10px;
}

.new_article_contents a {
  font-size: 13px;
}

.new_cate_time {
  font-size: 10px;
}

.new_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 5px;
  margin-bottom: 15px;
}

#category .shinchaku {
  background-color: #fff;
  color: #fff;
  font-weight: normal;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  margin-top: 20px;
}
#category .shinchaku ul {
  padding: 20px;
}
#category .shinchaku h3 {
  background: #63b7af;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px;
}
#category .shinchaku .cate_title a {
  font-size: 1.3rem;
  color: #63b7af;
  text-shadow: none;
  letter-spacing: 0;
}
#category .shinchaku .cate_time {
  font-size: 1rem;
  color: #63b7af;
  margin-top: 5px;
  letter-spacing: 0;
}
#category .shinchaku .new_article_contents {
  padding: 30px 20px;
}
#category .shinchaku .new_article_contents ul {
  display: block;
  color: #63b7af;
  letter-spacing: 0;
}
#category .shinchaku .new_article_contents li {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}
#category .shinchaku .new_article_contents li.title {
  font-size: 1.3rem;
  line-height: 1.7;
}

#blog_new {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #blog_new {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#blog_new .inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #blog_new .inner {
    margin-top: 70px;
  }
}

#blog_new .blog_new_mv_title {
  font-size: 3rem;
  font-weight: 700;
  color: #707070;
}

#blog_new .blog_new_column_wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  #blog_new .blog_new_column_wrapper {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

#blog_new .column_card {
  display: block;
  align-items: center;
  text-align: left;
  background: #fff;
}

#blog_new ul {
  width: 100%;
  margin: 0 auto;
}

#blog_new li {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

#blog_new .column_imgbox {
  width: 100%;
  height: 180px;
}

#blog_new .column_card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 210px;
}

#blog_new .column_h2::after {
  display: block;
  content: "COLUMN";
  letter-spacing: 0.3em;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 2.7;
}

#blog_new .card_contents {
  letter-spacing: 0;
  padding: 20px 20px;
}
#blog_new .card_contents p {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
#blog_new .card_contents .column_h4 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 5px;
  text-align: left;
}
#blog_new .card_contents .column_line {
  width: 100%;
  height: 1px;
  background: #63b7af;
  margin: 10px 0;
}

#blog_new .blog_li {
  margin-bottom: 20px;
}

#blog_new .btn {
  display: block;
  margin-top: 60px;
  background: #3c3d3d;
  color: #fff;
  text-align: center;
  width: 162px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  margin: 57px auto;
}

.arrow_right {
  position: relative;
}

.arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}

#wrap {
  position: relative;
}
#wrap #page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background: #63b7af;
  box-sizing: border-box;
  padding-top: 30px;
  opacity: 0.8;
  border-radius: 30px;
}
#wrap #page_top .page_top {
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  line-height: 0px;
  font-weight: 700;
  color: #fff;
}
#wrap #page_top a:hover {
  background: #ade2dc;
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.inner {
  width: 100%;
  max-width: 961px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 700px) {
  .wrapper {
    padding: 0 5px;
  }
}

#header {
  width: 100%;
}
@media screen and (max-width: 700px) {
  #header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -9px 18px 0 rgba(0, 0, 0, 0.3);
  }
}

#header .header_inner {
  width: 90%;
}

#header p {
  font-size: 10px;
  line-height: 0;
  letter-spacing: 0;
}

.header {
  width: 100%;
  background: #d4f1ee;
  padding: 11px 35px;
}

.header_nav_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.logo {
  width: 257px;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .logo {
    width: 226px;
    padding: 10px 0;
  }
}

.header_list {
  display: flex;
  justify-content: space-between;
}
.header_list li {
  padding-right: 18px;
}
.header_list li a {
  font-size: 1.4rem;
  color: #63b7af;
}
@media screen and (max-width: 850px) {
  .header_list {
    display: none;
  }
}

#mainvidual {
  width: 100%;
  height: 600px;
  position: relative;
  background: url(../img/mv.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  #mainvidual {
    background-position: 0% 50%;
  }
}

#mainvidual .mainvidual_inner {
  display: table;
  height: 600px;
  color: #fff;
  margin-left: 10%;
}
#mainvidual .mainvidual_inner .mainvidual_title {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 18px;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 700px) {
  #mainvidual .mainvidual_inner .mainvidual_title {
    text-align: center;
  }
}
#mainvidual .mainvidual_inner p {
  color: #fff;
  margin-bottom: 19px;
}
@media screen and (max-width: 700px) {
  #mainvidual .mainvidual_inner p {
    text-align: center;
  }
}
#mainvidual .mainvidual_inner p span {
  display: block;
}
@media screen and (max-width: 700px) {
  #mainvidual .mainvidual_inner {
    margin: 0 auto;
  }
}

#mainvidual .mainvidual_wrapper {
  display: table-cell;
  vertical-align: middle;
}

#mainvidual .btnchangeradius {
  /*ボタンの形状*/
  width: 350px;
  text-align: center;
  display: inline-block;
  background: #63b7af;
  color: #fff;
  padding: 20px 20px;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: 0.3s ease-out;
}

/*hoverした際の角丸のアニメーション*/
#mainvidual .btnchangeradius a:link {
  color: #fff;
}
#mainvidual .btnchangeradius a:visited {
  color: #fff;
}

#mainvidual .btnchangeradius:hover {
  background: #3a938a;
  border-radius: 15px;
}

#mainvidual .mainvidual_btn {
  display: block;
  width: 350px;
  line-height: 54px;
  text-align: center;
  border-radius: 3px;
  background: #63b7af;
  font-size: 1.6rem;
  color: #fff;
}
#mainvidual .mainvidual_btn .arrow_right {
  position: relative;
}
#mainvidual .mainvidual_btn .arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}
#mainvidual .mainvidual_btn a:visited {
  color: #fff;
}
#mainvidual .mainvidual_btn a .arrow_right:hover {
  color: #23527c;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  #mainvidual .mainvidual_btn {
    width: 80%;
    margin: 0 auto;
  }
}

#mainvidual .mainvidual_cta_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: #3c3d3d;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #mainvidual .mainvidual_cta_wrapper {
    display: block;
  }
}
#mainvidual .mainvidual_cta_wrapper P {
  color: #fff;
  font-size: 1.6rem;
}

.mv_icontel_wrapper .mv_tel_a {
  display: block;
  font-size: 2.6rem;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  padding-left: 42px;
  margin-left: 24px;
  padding-right: 42px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .mv_icontel_wrapper {
    margin-left: 0;
  }
}

.img_icon_tel {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translate(-50%, -50%);
}

#mainvidual .mv_time {
  font-size: 1.4rem;
  line-height: 2;
}
#mainvidual .mv_time span {
  display: block;
}

.mv_cta_tel {
  padding-left: 0px;
  padding-right: 0px;
}

#concept {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #concept {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#concept .concept_h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
}

#concept .concept_h2::after {
  display: block;
  content: "SELF CARE";
  letter-spacing: 0.3em;
  color: #a5a5a5;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
  line-height: 2.7;
}

#concept .concept_line {
  width: 100%;
  height: 1px;
  background: #63b7af;
}

#concept .business_h3 {
  color: #63b7af;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 700px) {
  #concept .business_h3 {
    text-align: left;
  }
}

#concept .business_h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  top: 10px;
  background: #63b7af;
}

#concept .business_h3 span {
  display: block;
}

#concept p {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 20px;
  font-size: 14px;
}
#concept p span {
  display: block;
}
@media screen and (max-width: 700px) {
  #concept p {
    text-align: left;
  }
}

#business {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #d4f3ef;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #business {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#business .business_h2 span {
  display: block;
  line-height: 1.5;
}

#business .business_h2::after {
  display: block;
  content: "BUSINESS TRIP";
  letter-spacing: 0.3em;
  color: #a5a5a5;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
  line-height: 2.7;
}

#business .business_h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  #business .business_h3 {
    text-align: left;
  }
}

#business .business_h3 span {
  display: block;
}

#business p {
  margin-top: 20px;
}

#business business_check_list .material-symbols-outlined {
  display: block;
  width: 20px;
  height: 20px;
  background: url(./img/icn_done.svg);
}

#business .business_check_list {
  width: 100%;
  padding: 30px 32px;
  margin-top: 40px;
  background: #fff;
}

#business .business_check_list dl {
  line-height: 28px;
  text-align: left;
}
#business .business_check_list dt {
  font-weight: 700;
  margin-top: 12px;
  position: relative;
  padding-left: 24px;
}
#business .business_check_list dt:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  transform: rotate(50deg);
  width: 10px;
  height: 15px;
  border-right: 3px solid #63b7af;
  border-bottom: 3px solid #63b7af;
}
#business .business_check_list dd {
  font-size: 14px;
  line-height: 28px;
  color: #3c3d3d;
  padding-left: 24px;
}

#photos {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #photos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#photos .photos_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  gap: 18px;
}

#photos .photos_wrapper_under {
  width: 250px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  #photos .photos_wrapper_under {
    display: block;
  }
}

#photos .photos_wrapper_under img {
  aspect-ratio: 5/5;
}

#covid {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #63b7af;
  text-align: center;
}

#covid .covid_h2 {
  text-decoration: underline #ffffff;
}
#covid .covid_h2 a {
  font-size: 2.2rem;
  color: #fff;
}
#covid .covid_h2 span {
  display: block;
}

#menu {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #D4F3EF;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.menu_h2::after {
  display: block;
  content: "MENU";
  letter-spacing: 0.3em;
  color: #a5a5a5;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 13px;
}

#menu .menu_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  #menu .menu_wrapper {
    display: block;
    width: auto;
  }
}

#menu .menu_card {
  width: 420px;
  padding: 40px 29px;
  margin: 0 auto;
  background: #fff;
}
#menu .menu_card img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  border-radius: 120px;
}
@media screen and (max-width: 700px) {
  #menu .menu_card {
    width: auto;
  }
}

#menu .menu_course {
  color: #63b7af;
}

#menu .menu_line {
  width: 100%;
  height: 1px;
  background: #63b7af;
  margin: 20px 0;
}

#menu .menu_list {
  list-style: inside;
  list-style-type: disc;
  text-align: left;
  line-height: 2;
  font-size: 1.4rem;
  padding: 0 4px;
  letter-spacing: 0;
}

#menu .menu_footer .menu_price {
  font-size: 30px;
  font-weight: 700;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  text-align: right;
}

#cta {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #63b7af;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#cta .cta_h3 {
  color: #fff;
  line-height: 1.7;
}

#cta .cta_h4 {
  font-size: 20px;
}

#cta p {
  font-size: 14px;
  color: #63b7af;
  letter-spacing: 0;
  margin-top: 30px;
}

#cta .btn {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

#cta .btn .arrow_right {
  position: relative;
  padding-left: 3px;
}

#cta .btn .arrow_right::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}

#cta .cta_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 32px;
  margin-top: 30px;
}

#cta .cta_card {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cta .cta_h4 {
  font-size: 2rem;
}

#cta .cta_tel {
  display: block;
  font-size: 2.6rem;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  position: relative;
}

#cta .fontawasom_tel {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#cta .fontawasom_tel .fa fa-phone {
  color: #63b7af;
}

#cta .sidebarcta_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  #cta .sidebarcta_wrapper {
    display: block;
  }
}

#column {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: #d4f3ef;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#column .column_wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 700px) {
  #column .column_wrapper {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.column_card {
  display: flex;
  align-items: center;
  text-align: left;
  background: #fff;
}

.column_imgbox {
  width: 136px;
  height: 150px;
}

.column_card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.column_h2::after {
  display: block;
  content: "COLUMN";
  letter-spacing: 0.3em;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 2.7;
}

.junpei .column_day {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 1.2rem;
  font-weight: 700;
}

.junpei .column_h4 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
  -moz-text-align-last: left;
       text-align-last: left;
}

#column .card_contents {
  width: 353px;
  letter-spacing: 0;
  padding: 20px 20px;
}
#column .card_contents .column_day {
  font-size: 1.2rem;
  font-weight: 700;
}
#column .card_contents .column_h4 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
}
#column .card_contents .column_line {
  width: 100%;
  height: 1px;
  background: #63b7af;
  margin: 10px 0;
}
#column .card_contents .column_text {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 300;
}

#column .blog_li {
  margin-bottom: 20px;
}

#ad {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #ad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ad_wrapper {
  display: flex;
  justify-content: center;
}
.ad_wrapper li + li {
  padding: 5px;
}
@media screen and (max-width: 700px) {
  .ad_wrapper {
    display: block;
  }
}

.ad_card_under {
  width: 340px;
  margin-top: 50px;
}

.ad_card_under .ad_p {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  margin-top: 10px;
}

.ad_card {
  padding: 10px;
}
.ad_card .ad_card:last-child {
  padding: 0;
}

#under_menu_images {
  display:flex;
  justify-content: center;
  width:100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cocomomi_banner {
  width: 28%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
  margin: 0 auto;
}

#footer {
  width: 100%;
  padding-top: 80px;
  margin-top: 80px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 700px) {
  #footer {
    padding-top: 50px;
  }
}

#footer .footer_wrapper {
  display: block;
}

#footer .footer_wrapper img {
  width: 300px;
}

#footer .footer_logo {
  width: 220px;
}

.footer_contents {
  margin-top: 30px;
}

.footer_contents p {
  text-align: left;
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.footer_wrapper_box {
  display: block;
  justify-content: space-between;
}

.footer_list {
  font-size: 1.4rem;
}

.footer_nav {
  margin-top: 80px;
  color: #ffffff;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  background: #333333;
}
.footer_nav a {
  color: #ffffff;
}

.fn {
  margin: 0 auto;
  text-align: center;
}

.footer_nav .footer_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer_nav .footer_list li {
  padding-right: 30px;
}
.footer_nav .footer_list a {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 700px) {
  .footer_nav .footer_list {
    display: block;
  }
  .footer_nav .footer_list li {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_nav .footer_list li::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: relative;
    top: 10px;
  }
}

.cr {
  background: #333333;
  text-align: center;
  padding: 10px;
  font-size: 10px;
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

#news {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#news .date {
  display: inline-block;
  margin-top: 20px;
}

#news .ttl {
  display: inline-block;
  margin-top: 8px;
}

.news_wrapper {
  display: flex;
}

.drawer_wrapper {
  display: none;
}
@media screen and (max-width: 850px) {
  .drawer_wrapper {
    display: flex;
  }
}

.drawer_mail {
  width: 50px;
  height: 50px;
  background: #fff;
}

.junpei_wrapper {
  display: flex;
  justify-content: space-between;
}

#g-nav.panelactive {
  top: 92px;
}
/*# sourceMappingURL=style.css.map */