@charset "utf-8";

/* ****************** 共通部 ****************** */
html {
  font-size: 62.5%;
}

body {
  display: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: #1A2F21;
  text-align: center;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

a {
  color: #1A2F21;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: #000;
  -webkit-appearance: none;
}

h1 {
  font-size: 4rem;
  margin: 0;
}

h2 {
  font-size: 3.6rem;
  margin: 0;
}

h3 {
  font-size: 2.6rem;
  margin: 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

h5 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1.4rem;
  margin: 0;
}

input[type="checkbox"] {
  cursor: pointer;
}

input[type=checkbox]:checked:disabled{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:disabled::after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  content: '✓';
  text-align: center;
  font-size: 20px;
}

.mark_wave {
  width: 30rem;
  margin: 2rem auto;
}

.mark_flag {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}

/* メニューバー */
.menu_bar {
  display: none;
  position: fixed;
  top: 2rem;
  right: 7rem;
  width: 6.2rem;
  z-index: 100;
  cursor: pointer;
}

.res_menu {
  /* display: none; */
  position: fixed;
  top: 2rem;
  right: 7rem;
  width: 19rem;
  height: 40rem;
  padding: 2rem;
  border-radius: 1rem;
  border: solid 2px #000;
  background-color: #fff;
  z-index: 110;
}

.res_menu_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 4rem;
}

.res_menu_li {
  width: 100%;
  padding: 1.7rem 0;
  font-weight: bold;
  cursor: pointer;
}

.res {
  display: none;
}




/* ****************** common ****************** */
/* ナビ */
.navi_icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 105rem;
  margin: 4rem auto;
  font-size: 1.2rem;
  font-weight: bold;
}

.navi_title {
  width: 25rem;
}

.navi_icon {
  width: 12rem;
  height: 8rem;
  cursor: pointer;
  object-fit: cover;
}

/* ハンバーガーバー */
.menu_icons {
  position: fixed;
  top: 2rem;
  right: 7rem;
  display: none;
  width: 37rem;
  background: #FFE34B;
  z-index: 100;
}

.menu_icons h4 {
  font-weight: normal;
}

.menu_icons p {
  font-weight: bold;
}

.menu_icon_x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 2rem 2rem 0 0;
  float: right;
  background: #FFF;
  border: solid 1px #000;
  border-radius: 50%;
}

.menu_icon_up {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 10rem 1rem 0 1rem;
  padding: 0 2rem 4rem 2rem;
  border-bottom: solid 2px #FFF;
}

.menu_icon_middle {
  margin: 3rem 0;
}
.menu_icon_middle_halfs {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.menu_icon_middle_half {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.menu_icon_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 5rem;
  margin: 1.5rem 0;
}

.menu_icon_img {
  width: auto;
  height: 2rem;
  margin-top: .5rem;
}

.menu_icon_btn_img {
  width: auto;
  height: 100%;
  margin-right: .5rem;
  object-fit: cover;
}

.menu_icon_btn p {
  font-size: 1.2rem;
}

.menu_icon_down {
  display: flex;
  justify-content: space-around;
  border-top: solid 2px #FFF;
}

.menu_icon_down_btn {
  width: 100%;
  padding: .5rem 0 1rem 0;
  box-sizing: border-box;
}

.menu_icon_down_line {
  border-left: solid 2px #FFF;
}

/* スターロード */
.star_roads {
  display: flex;
  align-items: flex-start;
}

.star_road {
  height: 15rem;
  width: 25%;
  position: relative;
  margin-bottom: 10rem;
}

.star_road img {
  width: 7.5rem;
}

.mark_sun {
  position: absolute;
  left: -3.5rem;
  z-index: -1;
}

.mark_moon {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
}


/* 四隅スター  */
.mark_star_lu {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  width: 1.7rem;
}

.mark_star_ld {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 100%;
  left: 0;
  width: 1.7rem;
}

.mark_star_ru {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 0;
  left: 100%;
  width: 1.7rem;
}

.mark_star_rd {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 100%;
  left: 100%;
  width: 1.7rem;
}


/* よくある質問 */
.question {
  margin-bottom: 5rem;
}

.question_title {
  position: relative;
  border-bottom: solid 1px #707070;
  padding: 0 3rem 1rem 7rem;
  margin: 0 3rem;
}

.mark_q {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 2.8rem;
  top: 1rem;
  left: 4rem;
}

.mark_and, .mark_close {
  position: absolute;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  bottom: 15%;
  right: 0;
  display: block;
  width: 3.3rem;
  cursor: pointer;
}

.mark_close {
  display: none;
}

.mark_a {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 3.1rem;
  top: 4rem;
  left: 3.8rem;
}

.question_answer {
  position: relative;
  margin: 0 3rem;
  padding: 2rem 2rem 1rem 7rem;
  display: none;
}

.question_answer p {
  line-height: 1.8;
}


/* フッター */
footer {
  position: relative;
  padding: 5rem 10rem;
  text-align: left;
  font-size: 1.4rem;
  background-color: #F7F7F7;
}

.footer_ul {
  width: 20%;
}

.footer_btn {
  padding: 0;
  color: #1A2F21;
}

.footer_info {
  display: block;
  width: 20rem;
  margin: 3rem 0;
}

.footer_sns {
  position: relative;
  display: inline-block;
  width: 4.6rem;
  height: 4.6rem;
}

.instagram_bk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
}

.footer_nv {
  position: absolute;
  width: 15rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.footer_cr {
  text-align: center;
  color: #393F5E;
  font-weight: normal;
}

.res_footer_nv {
  display: none;
}




/* ****************** main ****************** */
.main_menu {
  position: fixed;
  top: 1rem;
  right: 5rem;
  display: flex;
  height: 10rem;
}

.main_menu_nv {
  height: 7rem;
  width: 7rem;
  margin: .5rem 2rem;
}

.main_menu_ul {
  position: relative;
  display: flex;
  align-items: center;
  height: 8rem;
  padding: 1rem;
  font-weight: bold;
  color: #FFF;
}

.main_menu_li {
  position: relative;
  width: 9rem;
  height: 4rem;
  padding-top: 1.5rem;
  cursor: pointer;
}

.main_menu_yellow {
  position: absolute;
  top: 50%;
  left: 32%;
  width: 12.5rem;
  padding: 1rem;
  transform: skew(-18deg, -18deg) rotate(18deg) translate(-50%, -50%);
  background: #FFF;
  opacity: .7;
  z-index: -1;
}

.slash {
  transform: rotate(120deg);
  border-top: solid 2px lightgray;
  width: 6rem;
  height: 0;
  margin: 0 -1.3rem;
}

#menu3 {
  position: relative;
}

.main_menu_lists {
  position: absolute;
  top: 60%;
  left: -34%;
  display: flex;
  flex-direction: column;
  width: 12rem;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: bold;
  border: solid 1px #000;
  background-color: #FFF;
}

.main_menu_list {
  height: 5.8rem;
  box-sizing: border-box;
  padding-top: .5rem;
}

.main_menu_list img {
  display: block;
  object-fit: cover;
  width: auto;
  height: 40%;
  margin: .5rem auto;
}

.res_main_title_icon {
  display: none;
}

.res_navi_icons {
  display: none;
}

.main_title {
  text-align: left;
}

.main_title_img {
  display: block;
  width: 44rem;
  margin: 15rem auto 7rem 10rem;
}

.res_main_title_img {
  display: none;
}

.main_section_enjoy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10rem 0;
}

.main_enjoy {
  padding-left: 1rem;
  text-align: left;
  font-weight: bold;
}

.main_enjoy_p {
  margin-top: 2rem;
  line-height: 3rem;
}

.main_enjoy_img {
  width: 62rem;
}

/* ボタン */
.main_enjoy_btn {
  position: relative;
  width: 21rem;
  height: 6.8rem;
  box-sizing: border-box;
  margin: 5rem 0;
  border-radius: 3.4em;
  background: #1A2F21;
  border: solid 1px #1A2F21;
}

.main_enjoy_btn_cont {
  display: flex;
  justify-content: space-between;
  width: 14.6rem;
  margin: auto;
}

.main_enjoy_btn_moji {
  width: 9.5rem;
}

.main_enjoy_btn_angle {
  width: 3.5rem;
}

.main_enjoy_btn_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 14.6rem;
}

.main_activity {
  padding: 10rem 0 20rem 0;
  text-align: left;
  font-weight: bold;
  background-color: #FFE34B;
}

.main_activity_div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 112rem;
  margin: auto;
}

.main_activity_map {
  width: 56rem;
  margin: 3rem 3rem 0 -5rem;
}

.res_main_activity_map {
  display: none;
}

.main_activity_right {
  width: 52rem;
}

.main_activity_title {
  width: 40%;
}

.main_activity_p {
  margin: 3rem auto;
  line-height: 2;
}

.main_activity_sliders {
  position: relative;
  display: flex;
  width: 90rem;
  float: right;
}

.main_activity_slider {
  width: 23rem;
  height: 23rem;
}

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

.prev {
  display: none;
}

.next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  height: 23rem;
  background: rgba(0, 0, 0, .5);
  z-index: 10;
  cursor: pointer;
}

.next_angle {
  width: 6rem;
}

.main_shien {
  width: 97rem;
  margin: 20rem auto 10rem auto;
}

.main_shien_suns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10rem auto;
}

.main_shien_sun {
  width: 6.7rem;
  height: 6.7rem;
}

.main_shien_div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 40rem;
  text-align: left;
  font-weight: bold;
}

.main_shien_img {
  width: auto;
  height: 27rem;
  margin: 0 auto;
}

.res_main_shien_img {
  display: none;
}

.main_shien_mojis {
  width: 48rem;
}

.main_shien_title {
  display: flex;
  align-items: flex-start;
}

.main_shien_title_img {
  width: 3.5rem;
  margin: 0 2rem .5rem 0;
}

.main_shien_moji {
  display: flex;
  margin-top: 2rem;
}

.main_shien_line {
  width: .8rem;
  margin-right: 3rem;
}

.main_shien_p {
  line-height: 2;
}

.main_blogs {
  position: relative;
}

.main_blogs {
  overflow: hidden;
}

.main_blog_title {
  width: 25rem;
  margin-bottom: 5rem;
}

/* ボタン */
.main_blog_btn {
  position: absolute;
  top: 5rem;
  left: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 3.4rem;
  border-radius: 1.7em;
  font-size: 1.5rem;
  font-weight: normal;
  background-color: #FFE34B;
  border: solid .5px #FFE34B;
}

.res_main_blog_btn {
  display: none;
}

.main_blog_btn_moji {
  width: 5.8rem;
  margin: 0 1rem;
}

.main_blog_btn_angle {
  width: 2.2rem;
}

.main_blog {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 5rem -5rem;
}

.main_blog_slider {
  position: relative;
  height: 21rem;
  width: 31rem;
  box-sizing: border-box;
  padding: .5rem;
  cursor: pointer;
}

.main_slider {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1em;
}

.slider_p {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
  padding: .3rem 1rem;
  font-size: 1.2rem;
  color: #F7F7F7;
  opacity: .7;
  background-color: #1A2F21;
}

.main_news_list {
  position: relative;
  width: 58rem;
  margin: 10rem auto;
}

.main_news_title {
  width: 25rem;
  margin-bottom: 5rem;
}

.main_news {
  display: flex;
  margin: 3rem auto;
  text-align: left;
}

.main_news a {
  color: #1a0dab;
}

.main_news_conts {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  max-height: 11rem;
  word-break: break-word;
  overflow: hidden;
}

.main_news_conts p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main_news_date {
  text-align: left;
  margin-right: 5rem;
}

.main_news_line {
  height: 1rem;
}

/* ボタン */
.main_news_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 3.4rem;
  margin: 5rem auto;
  border-radius: 1.7em;
  font-size: 1.5rem;
  font-weight: normal;
  background-color: #FFE34B;
  border: solid .5px #FFE34B;
}

.main_news_btn_moji {
  width: 5.8rem;
  margin: 0 1rem;
}

.main_news_btn_angle {
  width: 2.2rem;
}




/* ****************** about ****************** */
.about_header {
  height: 50rem;
  background: url(img/sun_about.png) 50% 18rem / 22.5rem no-repeat;
}

.about_header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50rem;
  width: 62rem;
  margin: auto;
  padding-top: 3rem;
}

.about_header h2 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.about_header_moon {
  width: 5.2rem;
  margin-top: -2rem;
}

.res_about_title {
  display: none;
}

.about_mission {
  position: relative;
  box-sizing: border-box;
  padding-top: 5rem;
  margin: 10rem 0;
  font-weight: bold;
  background-color: #FFE34B;
}

.about_mission_title_img {
  width: 25rem;
}

.about_mission_title {
  width: 96rem;
  margin: 3rem auto;
  background: url(img/mark_slush.png) 0 center / 8.5rem no-repeat,
  url(img/mark_slush2.png) 100% center / 8.5rem no-repeat;
}

.about_mission_title span {
  font-size: 4rem;
}

.about_mission_p {
  line-height: 3.4rem;
  margin-bottom: 8rem;
}

.about_mission_mark {
  position: absolute;
  top: 30%;
  left: 65%;
  width: 25rem;
}

.about_mission_img img {
  margin-bottom: -.5rem;
}

.about_vision {
  position: relative;
  width: 90rem;
  margin: 10rem auto 15rem auto;
  font-weight: bold;
}

.about_vision_star {
  width: 25rem;
  margin-bottom: 5rem;
}

.about_vision_p {
  margin: 5rem auto;
  line-height: 3.4rem;
}

.about_vision_mark {
  position: absolute;
  top: 85%;
  left: -10%;
  width: 25rem;
}

.about_value {
  position: relative;
  padding: 10rem 0;
  font-weight: bold;
  background-color: #FFE34B;
}

.about_value_star {
  width: 25rem;
}

.res_about_value_title {
  display: none;
}

.about_value_mark {
  position: absolute;
  top: 7rem;
  left: 70%;
  width: 25rem;
}

.about_value_conts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100rem;
  margin: 10rem auto;
}

.about_value_cont {
  position: relative;
  box-sizing: border-box;
  padding: 7rem 0;
  width: 30rem;
  border: solid 1px #707070;
}

.about_value_p {
  margin-top: 5rem;
  font-size: 2rem;
  line-height: 3.4;
}

.about_value_cont_mark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  width: 4rem;
}

.about_value_star1 {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 1.3rem;
}

.about_value_star2 {
  position: absolute;
  top: 90%;
  left: 90%;
  width: 1.3rem;
}

.about_ceo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100rem;
  margin: 10rem auto 0 auto;
  text-align: left;
}

.about_ceo_img {
  width: 40rem;
}

.about_ceo_moji {
  width: 56rem;
}

.about_ceo_p {
  margin: 2rem auto;
  line-height: 2;
}

/* ボタン */
.about_value_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 21rem;
  height: 5.8rem;
  box-sizing: border-box;
  margin: 3rem auto 5rem 0;
  padding: 0 2rem;
  border-radius: 2.9em;
  font-weight: normal;
  background-color: #F7F7F7;
  border: solid .5px #F7F7F7;
}

.about_value_btn_moji {
  width: 10.3rem;
  margin-left: 1rem;
}

.about_value_btn_angle {
  width: 3.8rem;
}

.about_jigyou {
  width: 90rem;
  margin: 15rem auto;
}

.about_jigyou_wave {
  width: 30rem;
  margin: 2rem auto 10rem auto;
}

.about_jigyou_subtitle {
  margin-bottom: 7rem;
}

.about_jigyou_conts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem auto;
}

.about_jigyou_cont {
  display: flex;
  flex-direction: column;
  width: 25rem;
}

.about_jigyou_cont1_moji {
  height: 25rem;
  box-sizing: border-box;
  padding: 7rem 0;
  background: url(img/mark_jigyou_moon.png) center top / 25rem no-repeat;
}

.about_jigyou_cont2_moji {
  width: 25rem;
  height: 25rem;
  box-sizing: border-box;
  padding: 7rem 0;
  background: url(img/mark_jigyou_moon.png) center top / 25rem no-repeat;
  transform: rotate(90deg);
}

.about_jigyou_cont2_rotate {
  transform: rotate(-90deg);
}

.about_jigyou_cont3_moji {
  width: 25rem;
  height: 25rem;
  box-sizing: border-box;
  padding: 7rem 0;
  background: url(img/mark_jigyou_moon.png) center top / 25rem no-repeat;
  transform: rotate(240deg);
}

.about_jigyou_cont3_rotate {
  transform: rotate(-240deg);
}

.about_jigyou_h2 {
  font-size: 5rem;
}

.about_jigyou_ul {
  position: relative;
  width: 25rem;
  height: 18rem;
  box-sizing: border-box;
  margin-top: 2rem;
  padding: 3rem 0 3rem 2rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.7;
  border: solid 1px #707070;
}

.about_gaiyou {
  margin: 10rem auto;
  font-weight: bold;
  letter-spacing: .2rem;
}

.about_gaiyou_wave {
  width: 30rem;
  margin: 2rem auto 5rem auto;
}

.about_gaiyou_company {
  line-height: 2.8;
}

.about_gaiyou h3 {
  font-size: 2.2rem;
}

/* ボタン */
.about_gaiyou_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 37rem;
  height: 6.8rem;
  box-sizing: border-box;
  margin: 5rem auto;
  padding: 0 3rem;
  border-radius: 3.4em;
  font-size: 2.2rem;
  font-weight: normal;
  background: #FFE34B;
  border: solid .5px #FFE34B;
}

.about_gaiyou_btn_angle {
  width: 3.5rem;
}




/* ****************** tours ****************** */
.tours_header {
  height: 50rem;
  background: url(img/sun_tours.png) 50% 18rem / 22.5rem no-repeat;
}

.tours_header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50rem;
  width: 46rem;
  margin: auto;
  padding-top: 3rem;
}

.tours_header h2 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.tours_header_moon {
  width: 5.2rem;
  margin-top: -2rem;
}

.tours_main {
  box-sizing: border-box;
  padding: 5rem 0;
  margin: 10rem 0 0 0;
  background-color: #FFE34B;
}

.tours_main_star {
  width: 25rem;
  margin-bottom: 3rem;
}

.tours_main_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 92rem;
  margin: auto;
}

.tours_main_moon {
  width: 6.7rem;
}

.res_tours_main {
  display: none;
}

.tours_try {
  margin: 10rem auto;
  font-weight: bold;
}

.tours_try_p {
  line-height: 2.5;
  margin: 5rem auto;
}

.tours_about {
  width: 108rem;
  margin: 5rem auto;
  font-weight: bold;
}

.tours_about_square_line {
  height: .8rem;
  background: url(img/mark_squareline2.png) center / auto .8rem space;
}

.tours_about_line {
  border-left: solid 1px #707070;
}

.tours_about_conts {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 3rem auto;
  padding: 0 5%;
}

.tours_about_cont {
  box-sizing: border-box;
  padding-bottom: 2rem;
}

.tours_about_img {
  width: auto;
  height: 14rem;
  margin: auto;
}

.tours_about_h4 {
  display: inline-block;
  margin: 2rem auto;
  padding-bottom: .5rem;
  border-bottom: solid 1px #707070;
}

.tours_questions {
  position: relative;
  width: 80rem;
  box-sizing: border-box;
  margin: 15rem auto;
  padding: 3rem;
  border: solid 1px #707070;
}

.tours_question {
  text-align: left;
  margin: 5rem auto;
}

.tours_question_blog{
  font-weight: bold;
}

.tours_minnas {
  width: 80rem;
  margin: auto;
}

.tours_minnas_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.tours_minnas_title_img {
  height: 21rem;
  width: auto;
}

.tours_minna {
  margin: 0 auto 10rem auto;
}

.tours_minna_slider {
  height: 49rem;
  box-sizing: border-box;
  margin: 5rem auto;
  padding: 5rem 3rem;
  background: url(img/mark_waku.png) center top / 100% no-repeat;
}

.tours_minna_mojis {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.tours_minna_moji {
  margin: 0 3rem;
  text-align: left;
}

.tours_minna_moji h4 {
  margin-bottom: 3.2rem;
}

.tours_minna_moji p {
  margin: 1rem auto;
  line-height: 2;
}

.tours_minna_motto {
  padding: 0;
  font-weight: bold;
}

.tours_minna_motto spna {
  color: #000;
}

.tours_btns {
  margin-bottom: 10rem;
}

.tours_btn_shadow {
  width: 80rem;
  height: 25rem;
  box-sizing: border-box;
  margin-top: 10rem;
  border: solid 3px #FFE34B;
  border-radius: 2rem;
}

.tours_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80rem;
  height: 25rem;
  margin: -1.2rem 0 0 -1.1rem;
  border-radius: 2rem;
  background:
  url(img/tours_btn_left.png) 3% center / 21.4rem 21.2rem no-repeat,
  url(img/tours_btn_right.png) 97% 45% / 20.5rem 21.3rem no-repeat,
  #FFE34B;
}

.tours_btn_mark {
  width: 19rem;
  margin: 3rem auto 1rem auto;
}

.tours_btn_moji {
  width: 51rem;
  margin: 1.8rem auto;
}

.res_tours_btn {
  display: none;
}





/* ****************** shop ****************** */
.shop_header {
  height: 50rem;
  background: url(img/sun_shop.png) 50% 18rem / 22.5rem no-repeat;
}

.shop_header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50rem;
  width: 46rem;
  margin: auto;
  padding-top: 3rem;
}

.shop_header h2 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.shop_header_moon {
  width: 5.2rem;
  margin-top: -2rem;
}

.shop_title_moji {
  width: 14.6rem;
  top: 50%;
  left: 50%;
}

.shop_section {
  width: 90rem;
  margin: 10rem auto;
  text-align: left;
}

.shop_div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10rem 0;
}

.shop_img {
  width: 37rem;
}

.res_shop_img {
  display: none;
}

.shop_mojis {
  width: 50rem;
}

.shop_title {
  display: flex;
  align-items: flex-start;
}

.shop_title_img {
  width: 3.5rem;
  margin: 0 2rem .5rem 0;
}

.shop_moji {
  display: flex;
  width: 47rem;
  margin-top: 2rem;
}

.shop_line {
  width: .8rem;
  margin-right: 3rem;
}

.shop_p {
  line-height: 2;
}

.shop_btn {
  position: relative;
  width: 24rem;
  height: 6.8rem;
  border-radius: 3.4em;
  margin: 1rem 3rem;
  font-weight: normal;
  background: #1A2F21;
  border: solid .5px #1A2F21;
}

.shop_btn_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7F7F7;
}

.shop_btn_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 6.8rem;
  color: #1A2F21;
}

.shop_btn_moji {
  margin: auto 1.5rem;
}

.shop_btn_angle {
  width: 3.5rem;
}

.shop_section span {
  font-size: 1.8rem;
}




/* ****************** lodging ****************** */
.lodging_header {
  height: 50rem;
  background: url(img/sun_lodging.png) 50% 18rem / 22.5rem no-repeat;
}

.lodging_header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46rem;
  height: 50rem;
  margin: auto;
  padding-top: 3rem;
}

.lodging_header h2 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.lodging_header_moon {
  width: 5.2rem;
  margin-top: -2rem;
}

.lodging_section {
  height: 110rem;
  margin: 20rem auto;
  background: url(img/lodging_main.png) center / 80rem no-repeat;
}

.lodging_soon {
  width: 30rem;
  margin-top: -10rem;
}




/* ****************** support ****************** */
.support_header {
  height: 50rem;
  background: url(img/sun_support.png) 50% 18rem / 22.5rem no-repeat;
}

.support_header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50rem;
  width: 46rem;
  margin: auto;
  padding-top: 3rem;
}

.support_header h2 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.support_header_moon {
  width: 5.2rem;
  margin-top: -2rem;
}

.support_main {
  margin: 10rem auto;
  padding: 5rem;
  font-weight: bold;
  background-color: #FFE34B;
}

.support_main_title {
  width: 25rem;
  margin: 0 auto 3rem auto;
}

.support_main_p {
  margin: 3rem auto;
  line-height: 3;
}

.support_section {
  width: 80rem;
  margin: 10rem auto;
}

.support_shiens {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto;
}

.support_shien {
  width: 38rem;
}

.support_shien_img {
  width: auto;
  height: 21rem;
  margin: 0 auto;
  object-fit: cover;
}

.support_shien_h3 {
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #707070;
}

.support_shien p {
  text-align: left;
}

.support_section_question {
  position: relative;
  width: 80rem;
  box-sizing: border-box;
  margin: 10rem auto;
  padding: 3rem;
  border: solid 1px #707070;
}

.support_questions {
  text-align: left;
  margin: 5rem auto;
}

.support_section_torikumi {
  width: 100rem;
  margin: 10rem auto;
}

.support_torikumis {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10rem auto;
}

.support_torikumi_btn {
  width: 30%;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

.support_torikumi_img {
  width: 30rem;
  height: 20rem;
}

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

.support_torikumi_h5 {
  margin: 2rem 0 1rem 0;
  color: #414141;
}

.support_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52rem;
  height: 9.6rem;
  border-radius: 4.8em;
  box-sizing: border-box;
  margin: 5rem auto;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #FFE34B;
  border: solid .5px #FFE34B;
}

.support_btn_moji {
  margin: auto 4rem;
  letter-spacing: .2rem;
}

.support_btn_angle {
  width: 3.5rem;
}





/* ****************** lecture ****************** */
.lecture_header {
  height: 50rem;
  background: url(img/sun_lecture.png) 50% 18rem / 22.5rem no-repeat;
}

.lecture_header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50rem;
  width: 46rem;
  margin: auto;
  padding-top: 3rem;
}

.lecture_header h2 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.lecture_header_moon {
  width: 5.2rem;
  margin-top: -2rem;
}

.lecture_main {
  margin: 10rem 0;
  padding: 5rem 0;
  background-color: #FFE34B;
}

.lecture_main_title {
  width: 25rem;
  margin: 0 auto 3rem auto;
}

.lecture_main_cont {
  display: flex;
  justify-items: flex-start;
  width: 80rem;
  margin: 5rem auto;
}

.lecture_main_img {
  width: 37rem;
  margin: auto;
}

.lecture_main_p {
  width: 37rem;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  line-height: 2;
}

.lecture_main_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70rem;
  height: 9.6rem;
  box-sizing: border-box;
  padding: 0 10rem;
  margin: 2rem auto 5rem auto;
  border-radius: 4.8em;
  font-size: 2.2rem;
  letter-spacing: .3rem;
  background-color: #F7F7F7;
  border: solid .5px #F7F7F7;
}

.lecture_main_angle {
  width: 3.5rem;
}

.lecture_suisens {
  width: 100rem;
  margin: 0 auto;
}

.lecture_suisen {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10rem auto;
  text-align: left;
}

.lecture_suisen_left {
  width: 32rem;
  background: url(img/mark_waku_suisen.png) top center/ 100% no-repeat;
}

.lecture_suisen_name {
  padding: 1rem 3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
}

.lecture_suisen_img {
  width: 26rem;
  display: block;
  margin: 4.1rem auto;
}

.lecture_suisen_moji {
  width: 61rem;
  line-height: 1.8;
}

.lecture_suisen_moji h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
}

.lecture_ideas {
  position: relative;
  width: 80rem;
  border: solid 1px #707070;
  margin: 5rem auto;
  box-sizing: border-box;
  text-align: left;
}

.lecture_idea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 7rem;
}

.lecture_line {
  width: 66rem;
  margin: auto;
  border-bottom: solid 1px #707070;
}

.lecture_idea_img {
  width: 6.4rem;
  margin-right: 2rem;
}

.lecture_idea_name {
  margin: 1rem auto;
  font-size: 1.2rem;
}

.lecture_idea_p {
  margin-right: .5rem;
  line-height: 2;
}

.lecture_sample {
  margin: 15rem auto;
  line-height: 2;
}

.lecture_sample_p {
  margin: 3rem auto;
  padding-right: 5rem;
  font-size: 1.2rem;
  letter-spacing: .2rem;
  line-height: 1.3;
}

.res_lecture_sample_p {
  display: none;
}

.lecture_sample_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70rem;
  height: 9.6rem;
  box-sizing: border-box;
  padding: 0 10rem;
  margin: 2rem auto 5rem auto;
  border-radius: 4.8em;
  font-size: 2.2rem;
  letter-spacing: .3rem;
  background-color: #FFE34B;
  border: solid .5px #FFE34B;
}

.lecture_sample_btn_angle {
  width: 3.5rem;
}




/* ****************** news ****************** */
.news_header {
  height: 32rem;
  margin-top: 10rem;
  background-color: #FFE34B;
}

.news_header_title {
  width: 25rem;
  margin: 6rem auto;
}

.news_main {
  width: 80rem;
  margin: 10rem auto;
}




/* ****************** blog_list ****************** */
.blog_list_header {
  height: 32rem;
  margin-top: 10rem;
  background-color: #FFE34B;
}

.blog_list_header_title {
  width: 25rem;
  margin: 6rem auto;
}

.blog_list_titles {
  margin: 3rem;
}

.blog_list_title {
  background: url(img/mark_flag_back.png) center /116rem no-repeat;
}

.res_blog_list_title {
  display: none;
}

.blog_list_flags {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 60rem;
  height: 12.5rem;
  margin: 0 auto;
}

.blog_list_flags button {
  width: auto;
  height: 8rem;
}

.blog_list_title_flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_list_main {
  width: 100rem;
  margin: 10rem auto;
}

.blog_list_conts {
  margin: 10rem 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.blog_list_cont {
  position: relative;
  width: 31rem;
  height: 21rem;
  box-sizing: border-box;
  margin: 1rem;
  padding: .5rem;
}

.blog_list_cont_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1em;
}

.blog_list_cont_p {
  margin: 0 2rem;
  text-align: left;
}

.blog_list_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto 10rem auto;
}

.blog_list_span {
  color: #000;
}

.blog_list_arrow {
  margin: 0 3rem;
}

.blog_list_arrow:disabled {
  cursor: auto;
}

.blog_list_num {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  margin: 0 .5rem;
}

.blog_list_num:disabled {
  color: #000;
  background-color: #FFE34B;
  cursor: auto;
}




/* ****************** contact ****************** */
.contact_header {
  height: 32rem;
  margin-top: 10rem;
  background-color: #FFE34B;
}

.contact_header_title {
  width: 25rem;
  margin: 6rem auto;
}

.contact_title {
  font-weight: bold;
  line-height: 2.5;
}

.contact_title_h3 {
  margin: 10rem auto 2rem auto;
}

#sendmail {
  width: 90rem;
  margin: 2rem auto;
  /* 送信確認用のボーダー */
  box-sizing: border-box;
  padding: 5rem;
  background: #FFF;
}

.contact_form {
  position: relative;
  width: 80rem;
  box-sizing: border-box;
  margin: 0;
  padding: 5rem;
  border: solid 1px #707070;
  background: #FFF;
}

.contact_form_p {
  font-size: 1rem;
}

.contact_checks {
  margin: 5rem auto;
  text-align: center;
}

.contact_checks p {
  font-size: .8rem;
  font-weight: bold;
}

.contact_check_conts {
  display: flex;
  justify-content: space-evenly;
  height: 9rem;
  margin: 3rem auto;
}

.contact_check_cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 9rem;
  cursor: pointer;
}

.contact_check {
  position: absolute;
  left: 0;
}

.contact_img {
  width: 9rem;
  height: 6rem;
  margin: 0 0 0 auto;
}

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

.check_others {
  box-sizing: border-box;
  padding-left: 4rem;
  font-size: 1.4rem;
}

.contact_input_conts {
  text-align: left;
  width: 65rem;
  margin: 10rem auto 5rem auto;
}

.contact_input_cont {
  display: flex;
  justify-content: flex-start;
  margin: 4rem 0;
}

.contact_input_span {
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #FF0000;
}

.contact_label {
  width: 14rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.contact_submit_p {
  width: 50rem;
  height: 2.5rem;
}

.contact_textarea {
  height: 21rem;
}

/* ボタン */
.contact_btns {
  display: flex;
  justify-content: center;
  margin: 5rem auto;
}

.cancel_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25rem;
  height: 6.8rem;
  box-sizing: border-box;
  margin: 0 2rem;
  padding: 0 3rem 0 5rem;
  font-size: 2.2rem;
  border-radius: 3.4em;
  border: solid .5px #000;
}

.conf_btn, .send_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25rem;
  height: 6.8rem;
  box-sizing: border-box;
  margin: 0 2rem;
  padding: 0 3rem 0 5rem;
  font-size: 2.2rem;
  border-radius: 3.4em;
  background: #FFE34B;
  border: solid .5px #FFE34B;
}

.contact_btn_angle {
  width: 3.5rem;
}

.contact_company {
  margin: 7rem auto 15rem auto;
  line-height: 2.2;
  letter-spacing: .3rem;
}

.contact_company h3 {
  font-size: 2.2rem;
}



/* ***************************************************** */
/* ****************** レスポンシブ ****************** */
@media (min-width: 1100px) {
  .main_section_enjoy {
    width: 1100px;
    margin: 10rem auto;
  }
}

@media (max-width: 960px) {

  html {
    font-size: 3.4vw;
  }

  .res {
    display: block;
  }

  .res_no {
    display: none;
  }

  /* ********** common ********** */
  .main_menu {
    display: none;
  }

  .mark_wave {
    width: 25rem;
  }

  /* ハンバーガーバー */
  .menu_icons {
    top: 0;
    right: 0;
    width: 100%;
  }

  .menu_icon_up {
    margin-top: 6rem;
    padding: 0 1rem 2rem 1rem;
  }

  .menu_icon_up p {
    font-size: 1.2rem;
  }

  .menu_icon_middle {
    margin: 2rem 0;
  }

  .menu_icon_middle_halfs {
    margin: auto;
  }

  .menu_icon_middle_half {
    width: 100%;
    margin-left: 1rem;
  }

  .menu_icon_btn {
    height: 3.5rem;
  }

  .menu_icon_btn p {
    font-size: .8rem;
    font-weight: normal;
  }

  /* フッター */
  footer {
    height: 45rem;
    padding: 0;
    text-align: center;
  }

  .res_footer_nv {
    display: block;
    width: 15rem;
    margin: auto;
    padding: 5rem 0;
  }

  .footer_nv {
    display: none;
  }

  .footer_ul {
    width: auto;
    margin: auto;
  }

  .footer_btn {
    width: auto;
    font-size: 1.2rem;
  }

  .footer_sns {
    margin-bottom: 2rem;
  }

  .footer_cr {
    font-size: 1.2rem;
  }

  .mark_wave {
    width: 20rem;
  }

  /* ********** main ********** */
  .menu_bar {
    display: block;
    right: 2rem;
    width: 4rem;
  }

  .main_title_img {
    width: 22rem;
    margin: 3rem auto;
  }

  .navi_icons {
    display: none;
  }

  .res_menu {
    right: 2rem;
    width: 12rem;
    height: 30rem;
    padding: 1rem;
    border-radius: .5rem;
  }

  .res_menu_li {
    padding: 0;
  }

  .res_menu_li a {
    display: block;
    height: 4rem;
    box-sizing: border-box;
    padding: 1rem 0;
  }

  .res_main_title_icon {
    display: block;
    width: 10rem;
    margin: 10rem auto 2rem auto;
  }

  .main_title_back_img {
    display: none;
  }

  .res_main_title_img {
    display: block;
    margin-top: 8rem;
  }

  .res_navi_icons {
    display: block;
    margin: 5rem auto;
    text-align: center;
  }

  .res_navi_title {
    width: 23rem;
    margin: 0 auto 3rem auto;
  }

  .res_navi_icons_div {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .res_navi_icon {
    position: relative;
    width: 8rem;
    height: 12rem;
    box-sizing: border-box;
    padding: 2rem .1rem;
    margin: 0 .5rem;
    font-size: .9rem;
    font-weight: bold;
    border-radius: 2rem;
    border: solid 1px #000;
    background-color: #fff;
  }

  .res_navi_img {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-bottom: .5rem;
  }

  .res_navi_shadow {
    position: absolute;
    bottom: -.5rem;
    right: -.5rem;
    width: 8rem;
    height: 12rem;
    border-radius: 2rem;
    background-color: #FFE34B;
    z-index: -1;
  }

  .res_line {
    width: 90%;
    margin: auto;
    border-bottom: solid 1px #000;
  }

  .main_section_enjoy {
    display: block;
    margin: 2rem 0 0 0;
  }
  
  .main_enjoy {
    margin: 3rem 1.5rem;
    padding: 0;
    text-align: center;
  }

  .main_enjoy h1 {
    font-size: 2.2rem;
    line-height: 2;
  }

  .main_enjoy_p {
    margin: .5rem auto 5rem auto;
    font-size: 1rem;
  }

  .main_enjoy_btn {
    width: 15rem;
    height: 5rem;
    box-sizing: border-box;
    margin: 2rem 0;
    padding: 0 1.5rem;
  }

  .main_enjoy_btn_cont, .main_enjoy_btn_hover {
    width: 12rem;
  }

  .main_enjoy_btn_moji {
    width: 7rem;
  }

  .main_enjoy_btn_angle {
    width: 3rem;
  }

  .main_enjoy_img {
    width: 100%;
    margin-bottom: -.5rem;
  }

  .star_road {
    display: none;
  }

  .main_activity {
    margin-bottom: 20rem;
    padding: 3rem 0;
  }
  
  .main_activity_div {
    flex-direction: column;
    width: auto;
    margin: 0 2rem 5rem 2rem;
    text-align: center;
  }

  .main_activity_map {
    width: 100%;
    margin: auto;
  }

  .main_activity_div h4 {
    font-size: 1rem;
  }

  .main_activity_div h1 {
    font-size: 2.2rem;
  }

  .main_activity_right {
    width: auto;
  }

  .main_activity_title {
    width: 23rem;
    margin: 2rem auto;
  }

  .main_activity_p {
    font-size: 1.1rem;
    font-weight: normal;
  }

  .res_bold {
    font-weight: bold;
  }

  .main_activity_sliders {
    width: 100%;
  }

  .main_activity_slider {
    width: 16rem;
    height: 16rem;
  }

  .main_shien {
    width: auto;
    margin-bottom: 0;
  }

  .main_shien_suns {
    display: block;
    margin: 3rem auto;
  }

  .main_shien_sun {
    display: none;
  }

  .main_shien_sun_moji {
    display: flex;
    flex-direction: column-reverse;
    margin: 8rem auto;
  }

  .main_shien h4 {
    font-size: 1.1rem;
  }

  .main_shien h1 {
    margin: 1rem auto;
    font-size: 2.2rem;
  }

  .main_shien_div {
    display: block;
    height: auto;
    margin: 7rem 2rem;
  }

  .main_shien_img {
    display: none;
  }

  .main_shien_mojis {
    width: auto;
  }

  .main_shien_title {
    align-items: center;
    justify-content: center;
  }

  .main_shien_title_img {
    width: 1.5rem;
    margin: 0 2rem;
  }

  .res_main_shien_img {
    display: block;
    margin: 3rem auto;
  }

  .main_shien_mojis h4 {
    margin-top: .3rem;
    font-size: 1.2rem;
  }

  .main_shien_mojis h3 {
    margin: 2rem auto;
    text-align: center;
    font-size: 1.5rem;
  }

  .main_shien_line {
    display: none;
  }

  .main_shien_p {
    font-size: 1.1rem;
    font-weight: normal;
  }

  .main_blogs {
    margin-top: 5rem;
  }

  .main_blog_title {
    width: 22rem;
    margin-bottom: 2rem;
  }

  .main_blog {
    flex-direction: column;
    margin: 2rem auto;
  }

  .main_blog form {
    margin: 0 auto;
  }
  
  .main_blog_dn {
    display: none;
  }
  
  .main_blog_slider {
    width: 26rem;
    height: 15rem;
    margin: 1.2rem auto;
  }

  .res_no_slider3 , .res_no_slider4 {
    display: none;
  }

  .main_blog_btn {
    display: none;
  }

  .res_main_blog_btn { 
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16rem;
  height: 5rem;
  box-sizing: border-box;
  margin: 2rem auto 10rem auto;
  padding: 0 2rem;
  border-radius: 3em;
  font-size: 2.5rem;
  font-weight: normal;
  background-color: #FFE34B;
  }

  .res_main_blog_btn_moji {
    width: 6rem;
  }

  .res_main_blog_btn_angle {
    width: 2.5rem;
  }

  .main_news_list {
    width: auto;
    margin: 5rem 0 10rem 0;
  }

  .main_news {
    margin: 1.5rem;
    font-weight: bold;
  }

  .main_news_date {
    margin-right: 2rem;
    font-size: 1rem;
  }

  .main_news_conts p {
    font-size: .9rem;
    line-height: 2;
  }

  .main_news_line {
    height: .5rem;
  }

  .main_news_btn {
    display: none;
  }


  /* ********** about ********** */
  .about_header {
    height: 18rem;
    background: url(img/sun_about.png) 50% / 14rem no-repeat;
  }

  .about_header h2 {
    margin: 0 auto 8rem auto;
    font-weight: bold;
    font-size: 2.1rem;
  }

  .about_header_title {
    width: auto;
    height: 18rem;
  }

  .about_header_moon {
    display: none;
  }

  .about_mission {
    margin: 0;
    padding: 11rem 0 0 0;
  }

  .res_about_mission_mark {
    position: absolute;
    top: 1rem;
    left: -3rem;
    width: 20rem;
  }

  .about_mission_title_img {
    width: 20rem;
    margin: auto;
  }

  .about_mission_title {
    width: auto;
    margin: 3rem auto;
    padding-bottom: 4rem;
    background: url(img/res_mark_slush.png) center 100% / 90% no-repeat;
  }

  .about_mission_title h1 {
    margin: auto;
    font-size: 2.1rem;
  }

  .about_mission_title img {
    display: none;
  }

  .about_mission_p {
    margin-bottom: 5rem;
    font-size: 1.2rem;
    line-height: 2;
  }

  .about_mission_img {
    width: 100%;
    height: 30rem;
  }
  
  .about_mission_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about_vision {
    width: auto;
    margin: auto;
    padding: 12rem 2rem 3rem 2rem;
    overflow: hidden;
    text-align: left;
  }

  .about_vision_star {
    width: 20rem;
    margin: 2rem auto;
  }

  .about_vision h1 {
    font-size: 1.5rem;
  }

  .about_vision_p {
    margin: 3rem 0;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2.2;
  }

  .about_vision_mark {
    top: 2rem;
    left: 50%;
    width: 20rem;
  }

  .about_value {
    padding: 12rem 0 2rem 0;
    overflow: hidden;
  }

  .about_value_star {
    width: 20rem;
    margin: auto;
  }

  .about_value_mark {
    top: 2rem;
    left: -3rem;
    width: 20rem;
  }

  .about_value_conts {
    flex-direction: column;
    width: auto;
    margin: 5rem 3rem;
  }

  .about_value_cont {
    width: 100%;
    margin: 3rem auto;
    padding: 5rem 0;
  }

  .about_value_cont h2 {
    font-size: 1.6rem;
  }

  .about_value_p {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 2;
  }

  .about_value_star1 {
    left: 5%;
  }

  .about_value_star2 {
    top: 80%;
  }

  .about_ceo {
    flex-direction: column;
    width: auto;
    margin: 5rem 0 2rem 0;
  }

  .about_ceo_img {
    width: 100%;
  }

  .about_ceo_moji {
    width: auto;
    margin: 4rem 2rem 0 2rem;
  }
  
  .about_ceo_moji h1 {
    font-size: 2rem;
  }
  
  .about_ceo_p {
    margin: 3rem 0 0 0;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .about_value_btn {
    width: 15rem;
    height: 5rem;
    margin-left: auto;
  }

  .about_value_btn_moji {
    width: 6rem;
  }

  .about_value_btn_angle {
    width: 2.5rem;
  }

  .about_jigyou {
    width: auto;
    margin: 6rem auto;
    overflow: hidden;
  }

  .about_jigyou_title {
    font-size: 2rem;
  }

  .about_jigyou_wave {
    width: 20rem;
    margin: 1rem auto;
  }

  .about_jigyou_subtitle {
    margin: 3rem auto 7rem auto;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
  }

  .about_jigyou_conts {
    flex-direction: column;
    margin: auto;
  }

  .about_jigyou_cont {
    margin: 5rem auto;
  }

  .about_jigyou_cont h3 {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .about_jigyou_h2 {
    font-size: 1.6rem;
  }

  .about_jigyou_cont1_moji {
    height: auto;
    padding: 4rem 0;
    background: url(img/mark_jigyou_moon.png) center top / 12rem no-repeat;
  }

  .about_jigyou_cont2_moji {
    height: auto;
    padding: 4rem 0;
    background: url(img/mark_jigyou_moon.png) center top / 12rem no-repeat;
  }

  .about_jigyou_cont3_moji {
    height: auto;
    padding: 4rem 0;
    background: url(img/mark_jigyou_moon.png) center top / 12rem no-repeat;
  }

  .about_jigyou_ul {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 2rem;
    padding: 3rem 0;
    font-size: 1.4rem;
  }

  .about_gaiyou {
    margin: 5rem 2rem;
    letter-spacing: 0;
  }

  .about_gaiyou_title {
    font-size: 2rem;
  }

  .about_gaiyou_wave {
    width: 20rem;
  }

  .about_gaiyou_company {
    line-height: 2;
  }

  .about_gaiyou_company h3 {
    font-size: 1.2rem;
  }

  .about_gaiyou_company h4 {
    font-size: 1.2rem;
  }

  .about_gaiyou_btn {
    width: 20rem;
    height: 5rem;
    font-size: 1.2rem;
    padding: 0 2rem;
  }

  .about_gaiyou_btn_angle {
    width: 2.5rem;
  }

  /* ********** tours ********** */
  .tours_header {
    height: 18rem;
    background: url(img/sun_tours.png) 50% / 14rem no-repeat;
  }

  .tours_header h2 {
    margin: 0 auto 8rem auto;
    font-weight: bold;
    font-size: 2.1rem;
  }

  .tours_header_title {
    width: auto;
    height: 18rem;
  }

  .tours_header_moon {
    display: none;
  }

  .tours_main {
    margin: 0 auto;
    padding-bottom: 8rem;
  }

  .tours_main_star {
    width: 20rem;
    margin: auto;
  }

  .tours_main_title {
    width: auto;
  }
  
  .tours_main_title h1 {
    margin: 3rem auto 0 auto;
    font-size: 2.2rem;
  }

  .tours_main_moon {
    display: none;
  }

  .tours_main_img {
    display: none;
  }

  .res_tours_main {
    display: block;
    margin-top: -4rem;
  }

  .tours_try {
    margin: 5rem auto;
  }

  .tours_try h3 {
    font-size: 2rem;
  }

  .tours_try_p {
    margin: 3rem auto;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2;
  }

  .tours_about {
    width: auto;
  }

  .tours_about_square_line {
  background: url(img/mark_squareline2.png) center / 15rem .8rem;
  }

  .tours_about_conts {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .tours_about_cont {
    padding: 8rem 0;
  }

  .tours_about_img {
    width: 80%;
    height: auto;
  }

  .tours_about_h4 {
    font-size: 1.4rem;
  }

  .tours_about_cont p {
    font-size: 1.2rem;
    line-height: 2;
  }

  .tours_questions {
    width: auto;
    margin: 5rem 1rem;
    padding: 4rem 0;
  }

  .tours_question {
    margin: 3rem auto 0 auto;
  }

  .tours_question h3 {
    font-size: 2rem;
  }

  .question {
    margin-bottom: 1.5rem;
  }

  .question_title {
    margin: auto;
    padding: 1rem 4rem 1rem 6rem;
    font-weight: bold;
  }
  
  .question_title p {
    font-size: 1.2rem;
  }

  .mark_q {
    top: 1.5rem;
    left: 3rem;
  }

  .mark_and, .mark_close {
    width: 2.3rem;
    top: .5rem;
    right: 1rem;
  }

  .mark_a {
    left: 3rem;
  }

  .question_answer {
    margin: auto;
    padding-left: 6rem;
  }
  
  .question_answer p {
    font-size: 1rem;
  }

  .tours_minnas {
    width: auto;
    margin: 2rem 1rem;
  }

  .tours_minnas_title {
    margin-bottom: 2rem;
  }

  .tours_minnas_title h3 {
    font-size: 1.6rem;
  }

  .tours_minnas_title_img {
    display: none;
  }

  .tours_minna {
    margin-bottom: 2rem;
  }

  .tours_minna_slider {
    height: 17rem;
    margin: 5rem auto 2rem auto;
    padding: 1.7rem 1rem;
  }

  .tours_minna_mojis {
    flex-direction: column;
  }

  .tours_minna_moji {
    margin-bottom: 3rem;
    width: auto;
  }

  .tours_minna_moji h4 {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }

  .tours_minna_moji p {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .tours_btns {
    margin-bottom: 5rem;
  }

  .tours_btn_shadow {
    display: none;
  }

  .res_tours_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 97%;
    height: 16rem;
    margin: 3rem 1rem 5rem auto;
    padding: 1rem;
    border-radius: 2rem;
    background: url(img/res_tours_btn.png) center / 95% no-repeat,
    #FFE34B;
    color: #000;
    -webkit-appearance: none;
  }
  
  .res_tours_btn_mark {
    width: 9rem;
  }
  
  .res_tours_btn_h4 {
    margin: .5rem auto;
    font-size: 2rem;
    letter-spacing: .2rem;
  }
  
  .res_tours_btn_span {
    margin-bottom: 1rem;
    font-size: .8rem;
    font-weight: bold;
  }

  .res_tours_btn_shadow {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 96%;
    height: 15.5rem;
    border: solid 3px #FFE34B;
    border-radius: 2rem;
    z-index: -1;
  }



  /* ********** shop ********** */
  .shop_header {
    height: 18rem;
    background: url(img/sun_shop.png) 50% / 14rem no-repeat;
  }

  .shop_header h2 {
    margin: 0 auto 8rem auto;
    font-weight: bold;
    font-size: 2.1rem;
  }

  .shop_header_title {
    width: auto;
    height: 18rem;
  }

  .shop_header_moon {
    display: none;
  }

  .shop_section {
    width: auto;
    margin: 0 2rem 10rem 2rem;
    text-align: center;
  }

  .shop_div {
    display: block;
    margin: 5rem 0;
  }

  .shop_img {
    display: none;
  }

  .res_shop_img {
    display: block;
    margin: 3rem auto;
  }

  .shop_mojis {
    width: auto;
  }

  .shop_mojis h4 {
    font-size: 1.1rem;
  }

  .shop_mojis h3 {
    font-size: 1.6rem;
  }

  .shop_title {
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .shop_title_img {
    width: 1.5rem;
    margin: 0 1rem;
  }

  .shop_moji {
    width: auto;
    margin: 3rem auto;
  }

  .shop_line {
    display: none;  
  }

  .shop_p {
    font-size: 1rem;
    margin: 0 1.1rem;
    text-align: left;
  }

  .shop_btn {
    width: 15rem;
    height: 5rem;
    margin: 1rem auto;
  }

  .shop_btn_moji {
    margin: 1.1rem;
    font-size: 1.2rem;
  }

  .shop_btn_angle {
    width: 2.5rem;
  }

  .shop_section span {
    font-size: 1.2rem;
  }


  /* ********** lodging ********** */
  .lodging_header {
    height: 18rem;
    background: url(img/sun_lodging.png) 50% / 14rem no-repeat;
  }

  .lodging_header h2 {
    margin: 0 auto 8rem auto;
    font-weight: bold;
    font-size: 2.1rem;
  }

  .lodging_header_title {
    width: auto;
    height: 18rem;
  }

  .lodging_header_moon {
    display: none;
  }

  .lodging_section {
    height: 50rem;
    margin: 10rem auto 0 auto;
    background: url(img/lodging_main.png) center / 100% no-repeat;
  }

  .lodging_soon {
    width: 23rem;
    margin-top: -3rem;
  }

  /* ********** support ********** */
  .support_header {
    height: 18rem;
    background: url(img/sun_support.png) 50% / 14rem no-repeat;
  }

  .support_header h2 {
    margin: 0 auto 8rem auto;
    font-weight: bold;
    font-size: 2.1rem;
  }

  .support_header_title {
    width: auto;
    height: 18rem;
  }

  .support_header_moon {
    display: none;
  }

  .support_main {
    margin: 0 auto 5rem auto;
    padding: 5rem 1rem;
  }

  .support_main_title {
    width: 20rem;
  }

  .support_main h1 {
    font-size: 1.9rem;
  }

  .support_main_p {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2;
  }

  .support_section {
    width: auto;
    margin: 5rem auto;
  }

  .support_section_h3 {
    font-size: 2.1rem;
  }

  .support_shiens {
    flex-direction: column;
    margin: 5rem auto;
  }

  .support_shien {
    width: auto;
    margin: 2rem;
  }

  .support_shien_img {
    width: 60%;
    height: auto;
    margin-bottom: 2rem;
  }

  .support_shien_h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .support_shien p {
    margin: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .support_section_question {
    width: auto;
    margin: 5rem 2.5rem;
    padding: 3rem 0 0 0;
  }

  .support_section_torikumi {
    width: auto;
    margin: 7rem 1.6rem;
  }

  .support_section_torikumi h3 {
    font-size: 2rem;
  }

  .support_torikumis {
    flex-direction: column;
    margin: 5rem auto 0 auto;
  }

  .support_torikumi_btn {
    width: auto;
    margin-bottom: 4rem;
  }

  .support_torikumi_img {
    width: auto;
    height: auto;
  }

  .support_torikumi_h5 {
    font-size: 1.1rem;
  }

  .support_torikumi p {
    font-size: 1.2rem;
  }

  .support_btn {
    width: 25rem;
    height: 5rem;
    margin: 0 auto 5rem auto;
    font-size: 1.5rem;
  }

  .support_btn_moji {
    margin: auto 1rem;
  }

  .support_btn_angle {
    width: 2.5rem;
  }


  /* ********** lecture ********** */
  .lecture_header {
    height: 18rem;
    background: url(img/sun_lecture.png) 50% / 14rem no-repeat;
  }

  .lecture_header h2 {
    margin: 0 auto 8rem auto;
    font-weight: bold;
    font-size: 2.1rem;
  }

  .lecture_header_title {
    width: auto;
    height: 18rem;
  }

  .lecture_header_moon {
    display: none;
  }

  .lecture_main {
    margin: 0 auto 5rem auto;
    padding: 5rem 1rem;
  }

  .lecture_main_title {
    width: 20rem;
  }

  .lecture_main h1 {
    font-size: 1.4rem;
  }

  .lecture_main_cont {
    flex-direction: column;
    width: auto;
    margin: auto;
  }

  .lecture_main_img {
    width: 85%;
    margin: 3rem auto;
  }

  .lecture_main_p {
    width: auto;
    margin: 0 2.2rem;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .lecture_main_btn {
    justify-content: center;
    width: 25rem;
    height: 7rem;
    margin: 3rem auto;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }

  .lecture_main_angle {
    width: 2.5rem;
    margin-left: 1rem;
  }

  .lecture_suisens {
    width: auto;
    margin: 0 1rem;
  }

  .lecture_suisens h2 {
    font-size: 1.8rem;
  }

  .lecture_suisen {
    flex-direction: column;
    margin: 3rem auto;
  }

  .lecture_suisen_left {
    width: 90%;
    margin: auto;
  }

  .lecture_suisen_img {
    width: 20rem;
  }

  .lecture_suisen_name {
    padding: 1rem 0;
    font-size: 1.1rem;
    text-align: center;
  }

  .lecture_suisen_moji {
    width: auto;
  }
  
  .lecture_suisen_moji h3 {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: center;
  }
  
  .lecture_suisen_moji p {
    margin: 2rem 3rem;
    font-size: 1.1rem;
  }

  .lecture_section_idea {
    margin: 7rem 3rem;
  }

  .lecture_section_idea h2 {
    font-size: 1.8rem;
  }

  .lecture_ideas {
    width: auto;
    margin: 2rem auto;
    padding-bottom: 5rem;
  }

  .lecture_idea {
    flex-direction: column;
    margin: 2rem;
  }

  .lecture_idea_img {
    margin: 2rem auto;
  }

  .lecture_idea_moji h4 {
    font-size: 1.4rem;
  }

  .lecture_idea_name {
    margin: 1rem 0;
    font-size: 1.1rem;
  }

  .lecture_idea_p {
    margin: 0;
    font-size: 1.1rem;
  }

  .lecture_line {
    display: none;
  }

  .lecture_sample {
    margin: 5rem auto;
  }

  .lecture_sample h3 {
    font-size: 1.8rem;
  }

  .lecture_sample_p {
    display: none;
  }

  .res_lecture_sample_p {
    display: block;
    margin: 1rem auto;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .lecture_sample_btn {
    justify-content: flex-end;
    width: 25rem;
    height: 8rem;
    margin: 4rem auto 15rem auto;
    padding: 0;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .lecture_sample_btn_angle {
    width: 2.5rem;
    margin: 1.5rem;
  }

  /* ********** news ********** */
  .news_header {
    height: 20rem;
    margin: 0;
  }

  .news_header_title {
    width: 20rem;
    margin: 3rem auto 5rem auto;
  }

  .news_header h1 {
    font-size: 2rem;
  }

  .news_main {
    width: auto;
    margin: 5rem auto;
  }

  /* ********** blog_list ********** */
  .blog_list_header {
    height: 20rem;
    margin: 0;
  }

  .blog_list_header_title {
    width: 20rem;
    margin: 3rem auto 5rem auto;
  }

  .blog_list_header h1 {
    font-size: 2rem;
  }

  .blog_list_titles {
    margin: 3rem auto;
  }

  .blog_list_title {
    margin-bottom: 1.5rem;
    background: url(img/mark_flag_back.png) center /100% no-repeat;
  }

  .res_blog_list_title {
    display: block;
  }
  
  .blog_list_flags {
    justify-content: center;
    width: 90%;
    height: auto;
  }

  .blog_list_flags button {
    height: 4rem;
  }

  .res_no_flag {
    display: none;
  }

  .blog_list_main {
    width: auto;
    margin: 3rem auto 5rem auto;
  }

  .blog_list_conts {
    flex-direction: column;
    margin: auto;
  }

  .blog_list_cont {
    width: 96%;
    height: 16rem;
    margin: 3rem 2% 0 2%;
  }


  /* ********** contact ********** */
  .contact_header {
    height: 20rem;
    margin: 0;
  }

  .contact_header_title {
    width: 20rem;
    margin: 3rem auto 5rem auto;
  }

  .contact_header h1 {
    font-size: 2rem;
  }

  .contact_title {
    margin: 1.5rem;
  }

  .contact_title_h3 {
    margin: 4rem auto 1rem auto;
    font-size: 2.4rem;
  }

  .contact_title_h4 {
    font-size: 1.2rem;
    font-weight: normal;
  }

  #sendmail {
    width: auto;
    padding: 1rem 2rem;
  }

  .contact_form {
    width: auto;
    padding: 3rem 2rem;
  }

  .contact_form_title {
    font-size: 2.2rem;
  }

  .contact_form_p {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .contact_checks {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
  }

  .contact_check_conts {
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
  }

  .contact_check_cont {
    width: 12rem;
    height: 10rem;
  }

  .contact_check {
    left: 15%;
    transform: scale(1.5, 1.5);
  }

  .contact_img {
    width: 6rem;
    height: 4rem;
  }

  .contact_img p {
    margin: 0 -1rem;
  }

  .contact_input_conts {
    width: auto;
    margin: 2rem auto;
  }

  .contact_input_cont {
    flex-direction: column;
    margin: 2rem auto;
  }

  .contact_label {
    margin: 1rem;
  }

  .contact_submit_p {
    width: 100%;
    box-sizing: border-box;
    border-radius: .3rem;
  }

  .contact_textarea {
    height: 25rem;
  }

  .contact_btns {
    flex-direction: column;
  }
  
  .contact_btns span {
    font-weight: normal;
    color: #000;
  }

  .cancel_btn {
    margin-bottom: 2rem;
  }

  .contact_company {
    margin: 12rem auto 10rem auto;
    letter-spacing: 0;
  }

  .contact_company h3, .contact_company h4 {
    font-size: 1.2rem;
  }

}
