<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--- header ---*/
#header {
  margin: auto;
  width: 100%;
  max-width: 1920px;
}

#header .header_bg {
  background-image: url(../img/common/head_bg.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  /*
    max-width: 1280px;
    margin: auto;
    */
  padding: 14px 0;
}

#header .header_bg .header_logo {
  margin: auto 40%;
  width: 100%;
  max-width: 320px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #header .header_bg .header_logo {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #header .header_bg .header_logo {
    max-width: 240px;
  }
}

#header .menu_bg {
  background-color: #D24E4B;
}

#header .menu_bg .header_menu {
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  #header .menu_bg .header_menu&gt;li {
    display: none;
  }
}

#header .menu_bg .header_menu&gt;li:nth-child(1) {
  width: 100%;
  max-width: 110px;
}

#header .menu_bg .header_menu&gt;li:nth-child(2) {
  width: 100%;
  max-width: 109px;
}

#header .menu_bg .header_menu&gt;li:nth-child(3) {
  width: 100%;
  max-width: 186px;
}

#header .menu_bg .header_menu&gt;li:nth-child(4) {
  width: 100%;
  max-width: 122px;
}

#header .menu_bg .header_menu&gt;li:nth-child(5) {
  width: 100%;
  max-width: 141px;
}

.sp_menu&gt;li a {
  text-align: center !important;
}

.sp_menu&gt;li:nth-child(1) a img {
  width: 100%;
  max-width: 110px;
}

.sp_menu&gt;li:nth-child(2) a img {
  width: 100%;
  max-width: 109px;
}

.sp_menu&gt;li:nth-child(3) a img {
  width: 100%;
  max-width: 138px;
}

.sp_menu&gt;li:nth-child(4) a img {
  width: 100%;
  max-width: 160px;
}

.sp_menu&gt;li:nth-child(5) a img {
  width: 100%;
  max-width: 141px;
}

.sp_menu&gt;li:nth-child(6) a img {
  width: 100%;
  max-width: 141px;
}

main {
  margin: auto;
  width: 100%;
  max-width: 1280px;
}

main.under {
  padding: 50px 2%;
}

main.under2 {
  padding: 50px 0;
}

main.under3 {
  padding: 0;
}

main.top {
  max-width: 19200px;
}

section {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .slider_area {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.photo img {
  width: 12.1vw;
}

@media screen and (max-width: 768px) {
  .photo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .photo li {
    width: 100%;
  }

  .photo li img {
    width: 100%;
  }
}

.slick-slider {
  width: 75.1vw;
}

@media screen and (max-width: 768px) {
  .slick-slider {
    width: 100%;
  }
}

.slick-slider img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.info_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 0 1%;
  width: 100%;
  max-width: 1280px;
}

.info_area .info_image {
  margin: 20px auto 20px 0;
  width: 50%;
  max-width: 220px;
}

.info_area .info_image img {
  width: 100%;
}

.info_area .info_btn {
  margin: 20px 0 20px auto;
  text-align: center;
  width: 50%;
  max-width: 270px;
}

@media screen and (max-width: 768px) {
  .info_area .info_btn {
    max-width: 100px;
  }
}

.info_area .info_btn a {
  background-color: #D24E4B;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  padding: 10px 20px;
}

.info_area .info_blog {
  display: flex;
  align-items: center;
  margin-left: 3%;
  width: 42%;
}

@media screen and (max-width: 960px) {
  .info_area .info_blog {
    margin: 10px auto;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .info_area .info_blog {
    width: 100%;
  }
}

.info_area .info_blog .info_title {
  border-right: 1px solid #000;
  margin-right: 20px;
  padding: 3px 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 150px;
}

@media all and (max-width: 1024px) {
  .info_area .info_blog .info_title {
    font-size: 16px;
    width: 110px;
  }
}

.info_area .info_blog .blog_area {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
}

@media all and (max-width: 1024px) {
  .info_area .info_blog .blog_area {
    font-size: 16px;
  }
}

.info_area .info_blog .blog_area li::before {
  content: '●';
}

.top .news_blog {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 1%;
}

.news_title {
  margin-bottom: 30px;
  width: 100%;
  max-width: 228px;
}

.news_title img {
  width: 100%;
}

.blog_title {
  margin-bottom: 30px;
  width: 100%;
  max-width: 113px;
}

.blog_title img {
  width: 100%;
}

.news_list&gt;li {
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.news_list&gt;li .text_area {
  width: auto;
}

.news_list&gt;li .image_area {
  width: 93px;
}

.news_list&gt;li .image_area img {
  width: 93px;
  height: auto;
}

.news_list&gt;li a {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .news_list&gt;li a {
    font-size: 18px;
  }
}

.news_list&gt;li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .news_list&gt;li p {
    font-size: 16px;
  }
}

.blog_list&gt;li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 100px;
}

.blog_list&gt;li .text_area {
  width: auto;
}

.blog_list&gt;li .image_area {
  width: 93px;
}

.blog_list&gt;li .image_area img {
  width: 93px;
  height: auto;
}

.blog_list&gt;li a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .blog_list&gt;li a {
    font-size: 22px;
  }
}

.blog_list&gt;li .date {
  font-size: 23px;
  line-height: 1.4em;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .blog_list&gt;li .date {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.blog_list&gt;li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .blog_list&gt;li p {
    font-size: 16px;
  }
}

.blog_list&gt;li p img {
  margin: 20px auto;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  text-align: center;
}

.wp-pagenavi a {
  margin-left: 35px;
}

.wp-pagenavi span {
  margin-left: 35px;
}

.wp-pagenavi .current {
  border: none;
  color: #D24E4B;
  font-size: 18px;
  position: relative;
  z-index: 0;
}

.wp-pagenavi .current::after {
  content: '';
  border: 2px solid #D24E4B;
  background-color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: auto;
  position: absolute;
  top: -9px;
  left: -14px;
  z-index: -1;
}

.wp-pagenavi .page {
  border: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 0;
}

.wp-pagenavi .page::after {
  content: '';
  border: 2px solid #D24E4B;
  background-color: #D24E4B;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: auto;
  position: absolute;
  top: -9px;
  left: -14px;
  z-index: -1;
}

.wp-pagenavi .previouspostslink {
  color: #D24E4B;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0px;
}

.wp-pagenavi .nextpostslink {
  color: #D24E4B;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0px;
}

.bg_set {
  margin: auto;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

@media all and (max-width: 1280px) {
  .bg_set {
    position: static;
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .bg_set .bg_area img {
    width: 100%;
  }
}

.plan_title {
  margin: auto;
  width: 100%;
  max-width: 590px;
  position: relative;
  z-index: 1;
}

.plan_title img {
  width: 100%;
}

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

.plan_area&gt;li {
  width: 46%;
}

@media screen and (max-width: 624px) {
  .plan_area&gt;li {
    margin: auto;
    width: 90%;
  }
}

.plan_area&gt;li&gt;img {
  width: 100%;
}

.plan_area&gt;li .plan_list {
  margin: auto;
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 624px) {
  .plan_area&gt;li .plan_list {
    max-width: 400px;
  }
}

.plan_area&gt;li .plan_list&gt;li {
  margin: 30px auto;
}

.plan_area&gt;li .plan_list&gt;li&gt;a {
  display: flex;
  align-items: center;
}

.plan_area&gt;li .plan_list&gt;li&gt;a .list_thum {
  margin-right: 20px;
}

.plan_area&gt;li .plan_list&gt;li&gt;a .list_title {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

@media screen and (max-width: 960px) {
  .plan_area&gt;li .plan_list&gt;li&gt;a .list_title {
    font-size: 20px;
  }
}

.plan_head {
  position: relative;
}

.plan_head .plan_image {
  position: relative;
  text-align: center;
  width: 100%;
}

.plan_head .plan_image .plan_bg {
  position: absolute;
  bottom: 0;
}

.plan_head .plan_image img {
  width: 100%;
}

.plan_head .plan_cat {
  float: right;
  position: static;
  text-align: center;
  width: 100%;
  max-width: 150px;
}

@media all and (max-width: 1280px) {
  .plan_head .plan_cat {
    top: 55vw;
  }
}

@media all and (max-width: 1024px) {
  .plan_head .plan_cat {
    position: static;
    display: flex;
    align-items: center;
    padding: 20px 2% 0;
    max-width: inherit;
  }
}

.plan_head .plan_cat .course_title {
  font-size: 16px;
  line-height: 1.4em;
}

.plan_head .plan_cat .course_number {
  font-size: 24px;
  line-height: 1.4em;
}

.plan_head .plan_outline {
  margin: auto;
  padding: 50px 60px 50px;
  width: 100%;
  max-width: 1280px;
}

@media all and (max-width: 1024px) {
  .plan_head .plan_outline {
    padding: 20px 2%;
  }
}

.plan_head .plan_outline .plan_catch {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #808080;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.8em;
  width: 80%;
}

@media all and (max-width: 1024px) {
  .plan_head .plan_outline .plan_catch {
    font-size: 4vw;
    width: 100%;
  }
}

.plan_head .plan_outline .plan_name {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.4em;
  width: 80%;
}

@media all and (max-width: 1024px) {
  .plan_head .plan_outline .plan_name {
    font-size: 7vw;
    width: 100%;
  }
}

.plan_head .plan_outline .plan_note {
  font-size: 18px;
  line-height: 2em;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .plan_head .plan_outline .plan_note {
    font-size: 15px;
  }
}

.plan_contents {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 0 60px;
  width: 100%;
  max-width: 1280px;
}

@media all and (max-width: 1024px) {
  .plan_contents {
    padding: 0 2%;
  }
}

@media screen and (max-width: 960px) {
  .plan_contents {
    flex-wrap: wrap;
  }
}

.plan_contents .left_area {
  margin-right: 7%;
  width: 28%;
}

@media screen and (max-width: 960px) {
  .plan_contents .left_area {
    margin: auto;
    width: 100%;
    max-width: 500px;
  }
}

.plan_contents .left_area .plan_price {
  width: 100%;
}

.plan_contents .left_area .plan_price .bg {
  background-color: #969696;
  color: #fff;
}

.plan_contents .left_area .plan_price&gt;div {
  border: 1px solid #969696;
  font-size: 26px;
  line-height: 1em;
  text-align: center;
  padding: 15px 0;
}

.plan_contents .left_area .plan_price&gt;div span {
  font-size: 40px;
  font-weight: 700;
}

.plan_contents .left_area .plan_image2 li {
  margin-top: 30px;
}

.plan_contents .left_area .plan_image2 li img {
  width: 100%;
}

.plan_contents .left_area .plan_schedule {
  font-size: 22px;
  line-height: 1.6em;
  margin: auto;
  width: 100%;
  max-width: 280px;
}

.plan_contents .left_area .plan_schedule p {
  font-weight: 600;
}

.plan_contents .left_area .plan_schedule .date {
  display: flex;
  flex-wrap: wrap;
}

.plan_contents .left_area .plan_schedule .date&gt;li {
  width: 50%;
}

.plan_contents .right_area {
  width: 65%;
}

@media screen and (max-width: 960px) {
  .plan_contents .right_area {
    margin-top: 50px;
    width: 100%;
  }
}

.plan_contents .right_area .plan_travel {
  margin: auto;
}

.plan_contents .right_area .plan_travel&gt;li {
  display: flex;
}

.plan_contents .right_area .plan_travel&gt;li .td1 {
  background-color: #969696;
  border: 1px solid #C9C9C9;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 10px;
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .plan_contents .right_area .plan_travel&gt;li .td1 {
    font-size: 16px;
  }
}

.plan_contents .right_area .plan_travel&gt;li .td2 {
  border: 1px solid #C9C9C9;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  padding: 10px 31px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .plan_contents .right_area .plan_travel&gt;li .td2 {
    font-size: 16px;
    padding: 10px;
  }
}

.plan_contents .right_area .plan_travel&gt;li .td2 .meals {
  display: flex;
}

.plan_contents .right_area .plan_travel&gt;li .td2 .meals div {
  margin-right: 20px;
}

.plan_contents .right_area .plan_travel&gt;li .menu_name {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .plan_contents .right_area .plan_travel&gt;li .menu_name {
    font-size: 12px;
  }
}

.plan_apply {
  margin: 100px auto 0;
}

.plan_apply .apply_title {
  background-color: #EFEFEF;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.plan_apply .apply_bg {
  background-color: #EFEFEF;
  padding: 50px 0;
  width: 100%;
}

.plan_apply .apply_form {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .plan_apply .apply_form {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}

.plan_apply .apply_form&gt;li {
  display: flex;
  align-items: center;
  margin: auto 2%;
}

@media screen and (max-width: 960px) {
  .plan_apply .apply_form&gt;li {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.plan_apply .apply_form&gt;li .apply_name {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 5px 30px;
}

@media screen and (max-width: 768px) {
  .plan_apply .apply_form&gt;li .apply_name {
    font-size: 18px;
  }
}

.plan_apply .apply_form&gt;li .apply_item {
  background-color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px 30px;
}

@media screen and (max-width: 768px) {
  .plan_apply .apply_form&gt;li .apply_item {
    font-size: 18px;
  }
}

.plan_apply .apply_form&gt;li .apply_btn {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 5px 50px;
}

@media screen and (max-width: 768px) {
  .plan_apply .apply_form&gt;li .apply_btn {
    margin-top: 30px;
    font-size: 18px;
  }
}

.plan_apply .emergency {
  display: block;
  font-size: 15px;
  width: 100%;
  margin: 10px auto 0;
  max-width: 820px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .plan_apply .emergency {
    font-size: 12px;
    text-align: center;
  }
}

#day_plan .color_font {
  color: #89BF3F;
}

#day_plan .color_bg {
  background: #89BF3F;
}

#day_plan .color_btn {
  background: #89BF3F;
}

#day_plan .plan_travel .catch .text1::after {
  border-top: 50px solid #5B6F3A;
}

#order_plan .color_font {
  color: #2E318F;
}

#order_plan .color_bg {
  background: #9B005D;
}

#order_plan .color_btn {
  background: #9B005D;
}

#order_plan .plan_travel .catch .text1::after {
  border-top: 50px solid #9B005D;
}

.about_area .about_title {
  border-bottom: 1px solid #3F3F3F;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 30px auto;
  padding: 30px 0;
  text-align: center;
}

.about_area .about_note {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 100px;
}

.about_area .about_note .sign {
  margin: 20px auto;
  text-align: right;
}

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

.about_list&gt;li {
  width: 45%;
}

@media screen and (max-width: 960px) {
  .about_list&gt;li {
    width: 100%;
  }
}

.about_list&gt;li .company_name {
  font-size: 22px;
  font-weight: 500;
}

.about_list&gt;li .about_tbl {
  margin-top: 20px;
}

.about_list&gt;li .about_tbl td {
  font-size: 16px;
  line-height: 1.6em;
  vertical-align: top;
}

.about_list&gt;li .about_tbl .td1 {
  font-weight: 500;
  padding: 5px 50px 5px 0;
  text-align: justify;
  text-align-last: justify;
  width: 160px;
}

.about_list&gt;li .about_tbl .td2 {
  padding: 5px 0;
}

.about_list&gt;li iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 960px) {
  .about_list&gt;li iframe {
    margin-top: 10px;
    height: 300px;
  }
}

.about_agree {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about_agree&gt;li {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
  width: 45%;
}

@media screen and (max-width: 960px) {
  .about_agree&gt;li {
    width: 100%;
    text-align: center;
  }
}

.about_agree&gt;li .pdf_btn {
  display: inline-block;
  margin-left: 20px;
}

.pdf_btn {
  border: 2px solid #666666;
  text-align: center;
  padding: 1px 20px;
}

.contact_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact_note {
  color: #FF0000;
  font-size: 18px;
  line-height: 1.6em;
}

.contact_list&gt;li {
  font-size: 18px;
  line-height: 1.6em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.contact_list&gt;li::before {
  content: '○';
  margin-right: 10px;
}

.contact_title2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 50px;
  text-align: center;
}

.form_list {
  margin: 20px auto 50px;
}

.form_list li {
  display: flex;
}

.form_list li .th {
  border: 1px solid #C9C9C9;
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px;
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .form_list li .th {
    max-width: 150px;
  }
}

.form_list li .th span {
  font-size: 13px;
}

.form_list li .must {
  position: relative;
}

.form_list li .must::after {
  content: '※必須';
  color: #FF0000;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .form_list li .must::after {
    top: auto;
    bottom: 10px;
  }
}

.form_list li .td {
  border: 1px solid #C9C9C9;
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px 30px 10px 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form_list li .td {
    padding: 10px;
  }
}

.form_list li .td .two_column {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .form_list li .td .two_column {
    flex-wrap: wrap;
  }
}

.form_list li .td .two_column .form_area {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .form_list li .td .two_column .form_area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form_list li .td .two_column&gt;div {
    margin: 5px 0;
    width: 100%;
  }
}

.form_list li .td .text {
  font-size: 15px;
  margin-left: 10px;
}

.form_list li .td .wpcf7-list-item {
  margin-right: 2%;
}

.form_list li .td input[type=text] {
  border: 1px solid #C9C9C9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 5px;
}

.form_list li .td input[type=tel] {
  border: 1px solid #C9C9C9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 5px;
}

.form_list li .td input[type=email] {
  border: 1px solid #C9C9C9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 5px;
}

.form_list li .td input[type=number] {
  border: 1px solid #C9C9C9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 5px;
}

.form_list li .td textarea {
  border: 1px solid #C9C9C9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 5px;
  width: 100%;
}

.form_list li .td .short {
  width: 100%;
  max-width: 60px;
}

.form_list li .td .middle {
  width: 100%;
  max-width: 300px;
}

.form_list li .td .middle2 {
  width: 100%;
  max-width: 200px;
}

.form_list li .td .long {
  width: 100%;
}

.form_list li .td .note {
  line-height: 1.6em;
  margin: 10px auto;
}

.form_list li .contact_type&gt;p {
  width: 100%;
  max-width: 535px;
  display: inline-block;
}

.form_list li .contact_type&gt;div {
  display: inline-block;
  width: 195px;
}

.form_list li .contact_type .tour_num {
  width: 100%;
  max-width: 200px;
  font-size: 14px !important;
}

.form_list fieldset {
  display: flex;
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.ma_b10 {
  margin-bottom: 10px;
}

.ma_r5 {
  margin-right: 5%;
}

.font_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}

.policy {
  border: 1px solid #C9C9C9;
  margin: 10px auto 30px;
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
  height: 300px;
}

.policy dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 50px;
  margin-bottom: 10px;
}

.policy dd {
  font-size: 15px;
  line-height: 1.8em;
}

.policy dd ul {
  margin-top: 10px;
}

.policy dd ul li {
  margin-top: 10px;
}

.form_btn {
  margin: 30px auto;
  text-align: center;
}

.wpcf7-submit {
  border: none !important;
  background-color: #89D7F1 !important;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  max-width: 240px;
}

.wpcf7cp-cfm-edit-btn {
  border: none !important;
  background-color: #999 !important;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  max-width: 240px;
}

#wpcf7cpcnf table {
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

#wpcf7cpcnf table th {
  border: 1px solid #C9C9C9;
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px;
  width: 25%;
}

#wpcf7cpcnf table td {
  border: 1px solid #C9C9C9;
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px;
  width: 75%;
}

.wpcf7cp-btns {
  text-align: center;
}

#top {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.post_sec {
  margin: 50px auto 20px;
  padding: 0 5%;
  width: 100%;
  max-width: 1280px;
}

.post_sec .title_area {
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .post_sec .title_area {
    flex-wrap: wrap;
  }
}

.post_sec .title_area .post_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .post_sec .title_area .post_title {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .post_sec .title_area .post_date {
    order: 1;
    width: 100%;
  }
}

.post_sec .post_content {
  font-size: 18px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .post_sec .post_content {
    font-size: 15px;
    line-height: 1.6em;
  }
}

.wpcf7-response-output {
  font-size: 20px;
  line-height: 1.6em;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.wpcf7 form.failed .wpcf7-response-output {
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #000;
}

.blog_content {
  display: flex;
}

.blog_content .side_blog {
  margin-top: 100px;
  margin-right: 7%;
  width: 16%;
}

@media screen and (max-width: 768px) {
  .blog_content .side_blog {
    display: none;
    margin-right: 0;
  }
}

.blog_content .side_blog ul li {
  border-bottom: 2px dashed #D7D7D7;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

.blog_content .side_blog .month_cat {
  margin-bottom: 50px;
}

.blog_content .side_blog .year_cat&gt;li a::after {
  content: '年';
}

.blog_content .side_blog .cat_title {
  border-bottom: 2px solid #D7D7D7;
  color: #D24F4B;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.blog_content .news_blog {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .blog_content .news_blog {
    width: 100%;
  }
}

.sp_display {
  display: none;
}

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

.sns_list {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.sns_list li {
  margin: 20px 3%;
  width: 15%;
  max-width: 66px;
}

.sns_list li img {
  width: 100%;
}

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

.sns_list_sp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px auto;
}

.sns_list_sp li {
  margin: 20px 10%;
  width: 100%;
  max-width: 66px;
}

.sns_list_sp li img {
  width: 100%;
}

.tour a,
.order a {
  transition: all 1s ease;
}

.tour a:hover {
  color: #EA4025;
  transition: all 0.5s ease;
}

.order a:hover {
  color: #EA4025;
  transition: all 0.5s ease;
}</pre></body></html>