@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
* {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
* :focus {
  outline: none;
}

[type=reset], [type=submit], button, html [type=button], input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button {
  border-radius: 0;
}

button {
  border: none;
  background: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 12px;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #323232;
  background-color: #fff;
  font-feature-settings: "palt";
}
body.hm-active {
  height: 100%;
  overflow: hidden;
}

.jp {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}

.en {
  font-family: "Source Sans 3", sans-serif;
}

.ttl {
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
}
.ttl span {
  font-weight: 300;
}

.ttl_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ttl_box .ttl {
  font-weight: 300;
  color: #C5B895;
  letter-spacing: 0.2em;
  line-height: 1;
}
.ttl_box .ttl.h2 {
  font-size: 26px;
}
.ttl_box .ttl.h3 {
  font-size: 34px;
}
.ttl_box .ttl.h3 span {
  font-size: 50px;
  font-weight: 200;
}
.ttl_box .ttl_sub {
  font-size: 18px;
  letter-spacing: 0.25em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  line-height: 1.5;
}
.ttl_box .ttl_sub span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.ttl_box .ttl_sub small {
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #7D6E44;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

br.sp {
  display: block !important;
}

br.tb {
  display: none !important;
}

br.pc {
  display: none !important;
}

br.sp_tb {
  display: block;
}

br.tb_pc {
  display: none;
}

ul {
  list-style: none;
}

p {
  text-align: justify;
}

a {
  color: #333;
}
a:not(.logolink) {
  text-decoration: none;
}
a:not(.logolink):hover {
  text-decoration: none;
}
.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.wrapper {
  width: 100%;
  padding-top: 80px;
}
.wrapper.top, .wrapper.tokiwagi, .wrapper.mahoroba, .wrapper.dormy {
  padding-top: 60px;
}

.image-box {
  margin: 0;
  padding: 0;
}
.image-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.image-box.sp {
  display: block;
}
.image-box.pc {
  display: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}
.header_wrapper.scrolled header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header_wrapper .ghnav_box {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 45px;
  padding-bottom: 90px;
  background: #fff;
  pointer-events: none;
  overflow: auto;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.header_wrapper .ghnav_box.hm-active {
  pointer-events: auto;
  opacity: 1;
}
.header_wrapper .ghnav_box .nav_box {
  width: calc(100% - 60px);
  margin: 82px auto 30px;
}
.header_wrapper .ghnav_box .nav_box .nav_item {
  margin-bottom: 40px;
  line-height: 1;
}
.header_wrapper .ghnav_box .nav_box .nav_item a {
  font-size: 26px;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #323232;
}
.header_wrapper .ghnav_box .nav_box .nav_item a span {
  display: inline-block;
}
.header_wrapper .ghnav_box .nav_box .nav_item a:hover {
  cursor: pointer;
}
.header_wrapper .ghnav_box .nav_box .nav_contact {
  margin-top: 20px;
  line-height: 1.33;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 16px 24px 20px;
  text-align: center;
  border-radius: 14px;
  color: #fff;
  transition: all 0.3s ease;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a .en {
  font-size: 26px;
  letter-spacing: 0.15em;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a:hover {
  background-color: #fff;
  cursor: pointer;
}
.header_wrapper .ghnav_box .nav_box .nav_contact.purple a {
  background-color: #AD0079;
  border: 1px solid #AD0079;
}
.header_wrapper .ghnav_box .nav_box .nav_contact.purple a:hover {
  color: #AD0079;
}
.header_wrapper .ghnav_box .nav_box .nav_contact.brown a {
  background-color: #7D6E44;
  border: 1px solid #7D6E44;
}
.header_wrapper .ghnav_box .nav_box .nav_contact.brown a:hover {
  color: #7D6E44;
}
.header_wrapper header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1999;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header_wrapper header .header_box {
  width: 100%;
}
.header_wrapper header .header_box .box_lr {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  height: 60px;
  margin: 0 0 0 auto;
  align-items: center;
}
.header_wrapper header .header_box .box_lr .box_l {
  width: 160px;
}
.header_wrapper header .header_box .box_lr .box_l .logo {
  display: flex;
  width: 100%;
  margin: 0;
}
.header_wrapper header .header_box .box_lr .box_l .logo a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  opacity: 1;
  transition: all 0.3s ease;
}
.header_wrapper header .header_box .box_lr .box_l .logo a .image_box {
  display: inline-flex;
  width: auto;
  align-items: center;
  line-height: 0;
}
.header_wrapper header .header_box .box_lr .box_l .logo a .image_box img {
  width: 100%;
  height: auto;
}
.header_wrapper header .header_box .box_lr .box_l .logo a:hover {
  opacity: 0.7;
}
.header_wrapper header .header_box .box_lr .box_r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 45px;
  gap: 10px;
}
.header_wrapper header .header_box .box_lr .box_r .header_nav {
  display: none;
}
.header_wrapper header .header_box .box_lr .box_r .header_contact_box {
  display: none;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #AD0079;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 12px;
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  text-align: right;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div {
  position: absolute;
  display: inline-block;
  left: 50%;
  width: 26px;
  height: 1px;
  box-sizing: border-box;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(1) {
  width: 26px;
  top: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(2) {
  opacity: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(3) {
  width: 26px;
  bottom: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open {
  width: 24px;
  height: 24px;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div {
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(1) {
  top: 52%;
  left: 0;
  width: 26px;
  transform: rotate(-45deg);
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(2) {
  opacity: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(3) {
  bottom: 44%;
  left: 0;
  width: 26px;
  transform: rotate(45deg);
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu:hover {
  cursor: pointer;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box:hover {
  cursor: pointer;
}
.header_wrapper header .hnav-box {
  display: none;
}
.header_wrapper header.hm_active .header_subbox {
  display: none;
  opacity: 0;
}

.footer_wrapper footer .footer_box .pagetop_box {
  position: fixed;
  display: none;
  bottom: 80px;
  right: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 30;
}
.footer_wrapper footer .footer_box .pagetop_box a {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.footer_wrapper footer .footer_box .pagetop_box a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.3s ease;
}
.footer_wrapper footer .footer_box .pagetop_box a:hover img {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .pagetop_box.scrolled {
  opacity: 1;
  pointer-events: inherit;
  transition: all 0.3s;
}
.footer_wrapper footer .footer_box .bnr_box .bnr {
  margin-bottom: 20px;
}
.footer_wrapper footer .footer_box .bnr_box .bnr a {
  display: block;
  width: 100%;
  max-width: 162px;
  margin: 0 auto;
  color: #9c9c9c;
  opacity: 1;
  transition: all 0.3s;
}
.footer_wrapper footer .footer_box .bnr_box .bnr a:hover {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .bnr_box .bnr p {
  font-size: 10px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 14px;
  text-align: center;
  color: #565656;
}
.footer_wrapper footer .footer_box .bnr_box .bnr:last-child a {
  max-width: 126px;
}
.footer_wrapper footer .footer_box .privacy_box {
  margin-bottom: 50px;
  text-align: center;
}
.footer_wrapper footer .footer_box .privacy_box a {
  font-size: 12px;
  color: #565656;
  opacity: 1;
  transition: all 0.3s ease;
}
.footer_wrapper footer .footer_box .privacy_box a:hover {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .copyright_box {
  margin-bottom: 120px;
}
.footer_wrapper footer .footer_box .copyright_box .copyright {
  font-size: 10px;
  text-align: center;
  color: #565656;
}
.footer_wrapper footer .footer_box .copyright_box.lcr {
  margin-bottom: 160px;
}

.footer_link {
  position: fixed;
  bottom: -100px;
  left: 50%;
  width: 100%;
  margin-bottom: 20px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.footer_link.scrolled {
  bottom: 0;
}
.footer_link.lcr {
  bottom: -150px;
}
.footer_link.lcr.scrolled {
  bottom: 0;
}
.footer_link .box_lcr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  gap: 10px;
}
.footer_link .box_lcr .box_l,
.footer_link .box_lcr .box_c,
.footer_link .box_lcr .box_r {
  width: 100%;
}
.footer_link .box_lcr .box_l .link_btn,
.footer_link .box_lcr .box_c .link_btn,
.footer_link .box_lcr .box_r .link_btn {
  width: 100%;
}
.footer_link .box_lcr .box_l .link_btn a,
.footer_link .box_lcr .box_c .link_btn a,
.footer_link .box_lcr .box_r .link_btn a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1.33;
}
.footer_link .box_lcr .box_l .link_btn a:hover,
.footer_link .box_lcr .box_c .link_btn a:hover,
.footer_link .box_lcr .box_r .link_btn a:hover {
  background-color: #fff;
}
.footer_link .box_lcr .box_l .link_btn a span,
.footer_link .box_lcr .box_c .link_btn a span,
.footer_link .box_lcr .box_r .link_btn a span {
  color: #fff;
  letter-spacing: 0.05em;
}
.footer_link .box_lcr .box_l .link_btn a,
.footer_link .box_lcr .box_r .link_btn a {
  background-color: #AD0079;
  border: 1px solid #AD0079;
}
.footer_link .box_lcr .box_l .link_btn a:hover span,
.footer_link .box_lcr .box_r .link_btn a:hover span {
  color: #AD0079;
}
.footer_link .box_lcr .box_c .link_btn a {
  background-color: #7D6E44;
  border: 1px solid #7D6E44;
}
.footer_link .box_lcr .box_c .link_btn a:hover span {
  color: #7D6E44;
}
.footer_link .box_lr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  gap: 10px;
}
.footer_link .box_lr .box_l,
.footer_link .box_lr .box_r {
  width: 100%;
}
.footer_link .box_lr .box_l .link_btn,
.footer_link .box_lr .box_r .link_btn {
  width: 100%;
}
.footer_link .box_lr .box_l .link_btn a,
.footer_link .box_lr .box_r .link_btn a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1.33;
}
.footer_link .box_lr .box_l .link_btn a:hover,
.footer_link .box_lr .box_r .link_btn a:hover {
  background-color: #fff;
}
.footer_link .box_lr .box_l .link_btn a:hover span,
.footer_link .box_lr .box_r .link_btn a:hover span {
  color: #fff;
}
.footer_link .box_lr .box_l .link_btn a span,
.footer_link .box_lr .box_r .link_btn a span {
  color: #fff;
  letter-spacing: 0.05em;
}
.footer_link .box_lr.tokiwagi .box_l .link_btn a,
.footer_link .box_lr.tokiwagi .box_r .link_btn a {
  background-color: #AD0079;
  border: 1px solid #AD0079;
}
.footer_link .box_lr.tokiwagi .box_l .link_btn a:hover,
.footer_link .box_lr.tokiwagi .box_r .link_btn a:hover {
  background-color: #fff;
}
.footer_link .box_lr.tokiwagi .box_l .link_btn a:hover span,
.footer_link .box_lr.tokiwagi .box_r .link_btn a:hover span {
  color: #AD0079;
}
.footer_link .box_lr.mahoroba .box_l .link_btn a, .footer_link .box_lr.dormy .box_l .link_btn a {
  background-color: #7D6E44;
  border: 1px solid #7D6E44;
}
.footer_link .box_lr.mahoroba .box_l .link_btn a:hover, .footer_link .box_lr.dormy .box_l .link_btn a:hover {
  background-color: #fff;
}
.footer_link .box_lr.mahoroba .box_l .link_btn a:hover span, .footer_link .box_lr.dormy .box_l .link_btn a:hover span {
  color: #7D6E44;
}
.footer_link .box_lr.mahoroba .box_r .link_btn a, .footer_link .box_lr.dormy .box_r .link_btn a {
  background-color: #AD0079;
  border: 1px solid #AD0079;
}
.footer_link .box_lr.mahoroba .box_r .link_btn a:hover, .footer_link .box_lr.dormy .box_r .link_btn a:hover {
  background-color: #fff;
}
.footer_link .box_lr.mahoroba .box_r .link_btn a:hover span, .footer_link .box_lr.dormy .box_r .link_btn a:hover span {
  color: #AD0079;
}

.wrapper.top .sec_page01 .news_box {
  margin-bottom: 80px;
  padding: 30px 20px 40px;
  background-color: #F3F1EA;
}
.wrapper.top .sec_page01 .news_box .box_lr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_l {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic {
  position: relative;
  color: #C5B895;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p span {
  font-size: 36px;
  font-weight: 200;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r {
  width: auto;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p {
  display: flex;
  flex-direction: column;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p .date {
  width: 100%;
  white-space: nowrap;
}
.wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p span {
  font-size: 14px;
  width: 100%;
}
.wrapper.top .sec_page02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page02 .intro_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page02 .intro_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.top .sec_page02 .intro_box .intro_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.top .sec_page02 .intro_box .intro_contents .txt_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.top .sec_page02 .intro_box .intro_contents .txt_box p {
  font-size: 14px;
  line-height: 2.2;
}
.wrapper.top .sec_page02 .intro_box .intro_contents .mov_box {
  width: 100%;
  aspect-ratio: 16/9;
}
.wrapper.top .sec_page02 .intro_box .intro_contents .mov_box iframe {
  width: 100%;
  height: 100%;
}
.wrapper.top .sec_page03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page03 .recommend_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page03 .recommend_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.top .sec_page03 .recommend_box .recommend_list {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.wrapper.top .sec_page03 .recommend_box .recommend_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wrapper.top .sec_page03 .recommend_box .recommend_list ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.top .sec_page03 .recommend_box .recommend_list ul li .list_ttl {
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
  background: url(../images/top/recommend_bg.svg) no-repeat;
  background-position: right top;
  background-size: cover;
}
.wrapper.top .sec_page03 .recommend_box .recommend_list ul li .list_txt {
  font-size: 14px;
}
.wrapper.top .sec_page04 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page04 .type_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page04 .type_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.top .sec_page04 .type_box .dormy_list {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li {
  display: flex;
  width: 100%;
  background-color: #7D6E44;
  border: 1px solid #7D6E44;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  gap: 15px;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .cat {
  font-size: 10px;
  padding: 1px 10px;
  color: #fff;
  white-space: nowrap;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .cat.girl {
  background-color: #EB6D9A;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .cat.boy {
  background-color: #26B2C3;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .name {
  font-size: 18px;
  letter-spacing: 0.25em;
  color: #fff;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name.suisen {
  justify-content: center;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_img {
  width: 100%;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li:hover {
  background-color: #fff;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li:hover a .dormy_name .name {
  color: #7D6E44;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li:first-child {
  background-color: #AD0079;
  border: 1px solid #AD0079;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li:first-child:hover {
  background-color: #fff;
}
.wrapper.top .sec_page04 .type_box .dormy_list ul li:first-child:hover a .dormy_name .name {
  color: #AD0079;
}
.wrapper.top .sec_page04 .type_box .map_box {
  width: 100%;
}
.wrapper.top .sec_page04 .type_box .map_box .access_map {
  overflow-x: auto;
  margin-bottom: 20px;
}
.wrapper.top .sec_page04 .type_box .map_box .access_map .map_img {
  width: 680px;
}
.wrapper.top .sec_page04 .type_box .map_box .access_map .map_img .img_box {
  width: 100%;
  background-color: #F3F1EA;
}
.wrapper.top .sec_page05 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page05 #feature {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page05 .feature_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page05 .feature_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.top .sec_page05 .feature_box .ttl_box .ttl {
  display: block;
}
.wrapper.top .sec_page05 .feature_box .list_box {
  width: 100%;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  gap: 60px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_ttl {
  font-size: 22px;
  font-weight: 500;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_txt {
  font-size: 14px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom .list_link {
  font-size: 10px;
  text-align: right;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom .list_link a .arrow {
  position: relative;
  padding-right: 32px;
  opacity: 1;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom .list_link a .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom .list_link a:hover span {
  opacity: 0.7;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top {
  gap: 40px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r {
  gap: 40px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_top .list_img {
  width: calc(50% - 4px);
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_img {
  width: 25%;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_bnr {
  width: 100%;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_bnr a {
  font-size: 12px;
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px 40px 20px 20px;
  background-color: #F3F1EA;
  align-items: center;
  gap: 20px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_bnr a span {
  width: calc(100% - 80px);
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_bnr a::before {
  position: relative;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/ic_instagram.svg) no-repeat;
  background-position: center;
  background-size: 40px 40px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_bnr a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r .list_bottom .list_bnr a:hover {
  opacity: 0.7;
}
.wrapper.top .sec_entry {
  width: 100%;
  margin-bottom: 40px;
}
.wrapper.top .sec_entry .entry_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrapper.top .sec_entry .entry_box .ic_box_l,
.wrapper.top .sec_entry .entry_box .ic_box_r {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.wrapper.top .sec_entry .entry_box .ic_box_l a,
.wrapper.top .sec_entry .entry_box .ic_box_r a {
  display: block;
}
.wrapper.top .sec_entry .entry_box .ic_box_l a .ic_img,
.wrapper.top .sec_entry .entry_box .ic_box_r a .ic_img {
  display: none;
}
.wrapper.top .sec_entry .entry_box .ic_box_l a .ic_txt,
.wrapper.top .sec_entry .entry_box .ic_box_r a .ic_txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  color: #fff;
  text-align: center;
  gap: 10px;
}
.wrapper.top .sec_entry .entry_box .ic_box_l a .ic_txt span,
.wrapper.top .sec_entry .entry_box .ic_box_r a .ic_txt span {
  font-size: 20px;
  line-height: 1.22;
}
.wrapper.top .sec_entry .entry_box .ic_box_l a:hover,
.wrapper.top .sec_entry .entry_box .ic_box_r a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.wrapper.top .sec_entry .entry_box .ic_box_l a {
  background-color: #AD0079;
}
.wrapper.top .sec_entry .entry_box .ic_box_r a {
  background-color: #7D6E44;
}

.wrapper.tokiwagi .top_bnr {
  margin-bottom: 40px;
  background-color: #F3F1EA;
}
.wrapper.tokiwagi .top_bnr p {
  display: inline-block;
  width: 100%;
  padding: 6px 40px;
  text-align: center;
  color: #fff;
  background: #AD0079;
  letter-spacing: 0.4em;
}
.wrapper.tokiwagi .sec_page01 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.tokiwagi .sec_page01 .dormy_box {
  margin-bottom: 80px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -80px;
  padding-top: 80px;
  border-radius: 20px;
  gap: 40px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl {
  display: flex;
  width: calc(100% - 100px);
  flex-direction: column;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl {
  color: #C5B895;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p {
  font-size: 34px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p span {
  font-size: 50px;
  font-weight: 200;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #fff;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box span {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 2px;
  background-color: #EB6D9A;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .ttl_sub {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box::before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/tokiwagi/tokiwagi_circle_img.svg) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box,
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_ttl,
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_ttl {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  letter-spacing: 0.25em;
  line-height: 1;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_access .access_map,
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_access .access_map {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_access .access_map iframe,
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_access .access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_img,
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_img {
  width: 100%;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box:last-child,
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box:last-child {
  margin-bottom: 0;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l {
  width: 100%;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.Dormy {
  margin-bottom: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail {
  margin-bottom: 30px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide .txt_box {
  font-size: 12px;
  padding: 2px 8px;
  background-color: #F3F1EA;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img_box {
  position: relative;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #AD0079;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box {
  margin-bottom: 30px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list {
  display: flex;
  flex-direction: column;
  gap: 0 12px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item {
  display: inline-flex;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
  font-size: 12px;
  display: inline-flex;
  gap: 12px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 2px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle p {
  display: flex;
  justify-content: space-between;
  width: 60px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle::before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #C5B895;
  border-radius: 12px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .ast {
  align-items: baseline;
  white-space: nowrap;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
  width: 100%;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item.inline {
  display: inline-flex;
  width: auto;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
  width: calc(25% - 7.5px);
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
  font-size: 12px;
  width: 105px;
  padding: 14px 0;
  background-color: #F3F1EA;
  text-align: center;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price span {
  font-size: 10px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p {
  width: calc(100% - 115px);
  line-height: 1.3;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
  font-size: 46px;
  font-weight: 400;
  color: #AD0079;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
  font-size: 14px;
  font-weight: 500;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt span {
  width: auto;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link {
  font-size: 12px;
  text-align: right;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a {
  display: inline-block;
  padding: 10px 20px;
  pointer-events: all;
  color: #fff;
  border: 1px solid #492C65;
  background-color: #492C65;
  transition: all 0.3s ease;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a span {
  position: relative;
  padding-right: 30px;
  opacity: 1;
  transition: all 0.3s ease;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow_white.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a:hover {
  color: #492C65;
  background-color: #fff;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a:hover span::before {
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .caution_txt {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.tokiwagi .sec_page01 .dormy_box .caution_txt span {
  width: auto;
}
.wrapper.tokiwagi .sec_page02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.tokiwagi .sec_page02 .message_box {
  margin-bottom: 80px;
}
.wrapper.tokiwagi .sec_page02 .message_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l,
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r {
  position: relative;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l .list_inner,
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r .list_inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-right: 0;
  padding-top: 6px;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l .list_inner .name,
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r .list_inner .name {
  margin-bottom: 10px;
  padding-left: 80px;
  background-color: #F3F1EA;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l .list_inner .txt,
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r .list_inner .txt {
  padding-left: 80px;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l::before,
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l::before {
  background: url(../images/tokiwagi/tokiwagi_message_img01.webp) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r::before {
  background: url(../images/tokiwagi/tokiwagi_message_img02.webp) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.tokiwagi .sec_page03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.tokiwagi .sec_page03 .feature_box {
  margin-bottom: 80px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l,
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r {
  width: 100%;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box,
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box {
  background-color: #F3F1EA;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box .contents_ttl,
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .contents_ttl {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  letter-spacing: 0.15em;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box .contents_ttl::before,
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .contents_ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #AD0079;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box {
  padding: 20px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .contents_ttl {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .txt {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .img {
  width: 100%;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin: 0 auto;
  gap: 10px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_l {
  font-size: 12px;
  padding: 4px 10px;
  background-color: #fff;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_l p {
  text-align: center;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 4px;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul li {
  font-size: 12px;
  display: flex;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul li .ast {
  white-space: nowrap;
}
.wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul li span {
  position: relative;
  display: block;
}
.wrapper.tokiwagi .sec_page04 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.tokiwagi .sec_page04 .interview_box {
  margin-bottom: 80px;
}
.wrapper.tokiwagi .sec_page04 .interview_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul li .question_txt {
  display: flex;
  padding: 20px 20px 20px 0;
  align-items: center;
  background-color: #F3F1EA;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul li .question_txt .question {
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  background-color: #AD0079;
}
.wrapper.tokiwagi .sec_page05 {
  width: 100%;
  padding: 40px 20px;
  background-color: #F3F1EA;
}
.wrapper.tokiwagi .sec_page05 .flow_box {
  width: 100%;
}
.wrapper.tokiwagi .sec_page05 .flow_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num {
  position: relative;
  display: flex;
  padding-right: 30px;
  align-items: center;
  gap: 20px;
}
.wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num .num {
  width: 30px;
  color: #AD0079;
}
.wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num .num_ttl {
  font-size: 18px;
  width: calc(100% - 50px);
}
.wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow_brown.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.tokiwagi .sec_entry {
  width: 100%;
  margin-bottom: 40px;
}
.wrapper.tokiwagi .sec_entry .entry_box {
  width: 100%;
}
.wrapper.tokiwagi .sec_entry .entry_box .ic_box {
  width: 100%;
}
.wrapper.tokiwagi .sec_entry .entry_box .ic_box a {
  display: flex;
  flex-direction: column;
  background-color: #AD0079;
}
.wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_img {
  display: none;
  width: 100%;
}
.wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  color: #fff;
  text-align: center;
  gap: 10px;
}
.wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_txt span {
  font-size: 16px;
  line-height: 1.22;
}
.wrapper.tokiwagi .sec_entry .entry_box .ic_box a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.wrapper.mahoroba .top_bnr {
  margin-bottom: 40px;
  background-color: #F3F1EA;
}
.wrapper.mahoroba .top_bnr p {
  display: inline-block;
  width: 100%;
  padding: 6px 40px;
  text-align: center;
  color: #fff;
  background: #978B69;
  letter-spacing: 0.4em;
}
.wrapper.mahoroba .sec_page01 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.mahoroba .sec_page01 .dormy_box {
  margin-bottom: 80px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -80px;
  padding-top: 80px;
  border-radius: 20px;
  gap: 40px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl {
  display: flex;
  width: calc(100% - 100px);
  flex-direction: column;
  gap: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl {
  color: #C5B895;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p {
  font-size: 34px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p span {
  font-size: 50px;
  font-weight: 200;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #fff;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box span {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 2px;
  background-color: #26B2C3;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .ttl_sub {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box::before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/mahoroba/mahoroba_circle_img.svg) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box,
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_ttl,
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_ttl {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  line-height: 1;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_access .access_map,
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_access .access_map {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_access .access_map iframe,
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_access .access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_img,
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_img {
  width: 100%;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box:last-child,
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box:last-child {
  margin-bottom: 0;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l {
  width: 100%;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.Dormy {
  margin-bottom: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail {
  margin-bottom: 30px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide .txt_box {
  font-size: 12px;
  padding: 2px 8px;
  background-color: #F3F1EA;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img_box {
  position: relative;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #978B69;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box {
  margin-bottom: 30px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 0 12px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item {
  display: inline-flex;
  width: 100%;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
  font-size: 12px;
  display: inline-flex;
  gap: 12px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 2px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle p {
  display: flex;
  justify-content: space-between;
  width: 60px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle::before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #C5B895;
  border-radius: 12px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .ast {
  align-items: baseline;
  white-space: nowrap;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
  width: 100%;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item.inline {
  display: inline-flex;
  width: auto;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item.wrap {
  width: auto;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
  width: calc(25% - 7.5px);
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
  font-size: 12px;
  width: 105px;
  padding: 14px 0;
  background-color: #F3F1EA;
  text-align: center;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price span {
  font-size: 10px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p {
  width: calc(100% - 115px);
  line-height: 1.3;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
  font-size: 46px;
  font-weight: 400;
  color: #7D6E44;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
  font-size: 14px;
  font-weight: 500;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt span {
  width: auto;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link {
  font-size: 12px;
  text-align: right;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a {
  display: inline-block;
  padding: 10px 20px;
  pointer-events: all;
  color: #fff;
  border: 1px solid #492C65;
  background-color: #492C65;
  transition: all 0.3s ease;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a span {
  position: relative;
  padding-right: 30px;
  opacity: 1;
  transition: all 0.3s ease;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow_white.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a:hover {
  color: #492C65;
  background-color: #fff;
}
.wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a:hover span::before {
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .caution_txt {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.wrapper.mahoroba .sec_page01 .dormy_box .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.mahoroba .sec_page01 .dormy_box .caution_txt span {
  width: auto;
}
.wrapper.mahoroba .sec_page02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.mahoroba .sec_page02 .message_box {
  margin-bottom: 80px;
}
.wrapper.mahoroba .sec_page02 .message_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_l,
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_r {
  position: relative;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_l .list_inner,
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_r .list_inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-right: 0;
  padding-top: 6px;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_l .list_inner .name,
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_r .list_inner .name {
  margin-bottom: 10px;
  padding-left: 80px;
  background-color: #F3F1EA;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_l .list_inner .txt,
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_r .list_inner .txt {
  padding-left: 80px;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_l::before,
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_r::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_l::before {
  background: url(../images/mahoroba/mahoroba_message_img01.webp) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.mahoroba .sec_page02 .message_box .message_list .message_r::before {
  background: url(../images/mahoroba/mahoroba_message_img02.webp) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.mahoroba .sec_page03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.mahoroba .sec_page03 .feature_box {
  margin-bottom: 80px;
}
.wrapper.mahoroba .sec_page03 .feature_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box {
  padding: 20px;
  background-color: #F3F1EA;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_ttl {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  letter-spacing: 0.15em;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #7D6E44;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .txt {
  margin-bottom: 20px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner {
  display: flex;
  flex-direction: column;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_l .txt {
  margin-bottom: 20px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .img {
  display: flex;
  gap: 10px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .img .img_box {
  width: calc(50% - 5px);
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_l {
  font-size: 12px;
  padding: 4px 10px;
  background-color: #fff;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_l p {
  text-align: center;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 0px 14px;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul li {
  font-size: 12px;
  display: flex;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul li .ast {
  white-space: nowrap;
}
.wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul li span {
  position: relative;
  display: block;
}
.wrapper.mahoroba .sec_page04 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.mahoroba .sec_page04 .interview_box {
  margin-bottom: 80px;
}
.wrapper.mahoroba .sec_page04 .interview_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_page04 .interview_box .interview_list {
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_page04 .interview_box .interview_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.mahoroba .sec_page04 .interview_box .interview_list ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.mahoroba .sec_page04 .interview_box .interview_list ul li .question_txt {
  display: flex;
  padding: 20px 20px 20px 0;
  align-items: center;
  background-color: #F3F1EA;
  gap: 20px;
}
.wrapper.mahoroba .sec_page04 .interview_box .interview_list ul li .question_txt .question {
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  background-color: #978B69;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item {
  display: flex;
  flex-direction: column;
  padding: 34px 20px 20px;
  background-color: #F3F1EA;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  align-items: center;
  gap: 10px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl span {
  font-size: 22px;
  font-weight: 500;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl .badge {
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  color: #fff;
  background-color: #AD0079;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl_sub {
  font-size: 13px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_inner .contents_txt .txt_box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  gap: 10px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_inner .contents_txt .txt_box .caution {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_top {
  font-size: 11px;
  width: 100%;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service {
  font-size: 13px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom {
  display: flex;
  justify-content: space-between;
  text-align: right;
  align-items: center;
  gap: 20px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_tel {
  display: flex;
  width: 100%;
  max-width: 164px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt span {
  width: auto;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt {
  line-height: 1;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a {
  font-size: 11px;
  position: relative;
  display: inline-flex;
  padding-right: 30px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_triangle_brown.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a:hover {
  filter: opacity(0.7);
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top {
  padding: 10px;
  background-color: #fff;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table {
  width: 100%;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th {
  color: #fff;
  background-color: #978B69;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
  border-bottom: solid 1px #DCD4BF;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th, .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
  font-size: 11px;
  padding: 4px;
  text-align: center;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th:first-child, .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td:first-child {
  white-space: nowrap;
  border-right: solid 1px #DCD4BF;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_img {
  width: 100%;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .txt_sec {
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .txt_sec .sec {
  white-space: nowrap;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box {
  font-size: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 4px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 14px 10px;
  color: #fff;
  background-color: #978B69;
  text-align: center;
  gap: 4px;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .img {
  width: 40%;
  margin: 0 auto;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .txt {
  display: inline-block;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .txt p {
  text-align: center;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom {
  padding: 10px;
  color: #fff;
  background-color: #978B69;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec {
  font-size: 13px;
  display: flex;
  justify-content: center;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec .sec {
  white-space: nowrap;
}
.wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec span {
  letter-spacing: 1;
}
.wrapper.mahoroba .sec_page05 {
  width: 100%;
  padding: 40px 20px;
  background-color: #F3F1EA;
}
.wrapper.mahoroba .sec_page05 .flow_box {
  width: 100%;
}
.wrapper.mahoroba .sec_page05 .flow_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_page05 .flow_box .flow_list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num {
  position: relative;
  display: flex;
  padding-right: 30px;
  align-items: center;
  gap: 20px;
}
.wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num .num {
  width: 30px;
  color: #AD0079;
}
.wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num .num_ttl {
  font-size: 18px;
  width: calc(100% - 50px);
}
.wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow_brown.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.mahoroba .sec_entry {
  width: 100%;
  margin-bottom: 40px;
}
.wrapper.mahoroba .sec_entry .entry_box {
  width: 100%;
}
.wrapper.mahoroba .sec_entry .entry_box .ic_box {
  width: 100%;
}
.wrapper.mahoroba .sec_entry .entry_box .ic_box a {
  display: flex;
  flex-direction: column;
  background-color: #7D6E44;
}
.wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_img {
  display: none;
  width: 100%;
}
.wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  color: #fff;
  text-align: center;
  gap: 10px;
}
.wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_txt span {
  font-size: 16px;
  line-height: 1.22;
}
.wrapper.mahoroba .sec_entry .entry_box .ic_box a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.wrapper.dormy .top_bnr {
  margin-bottom: 40px;
  background-color: #F3F1EA;
}
.wrapper.dormy .top_bnr p {
  display: inline-block;
  width: 100%;
  padding: 6px 40px;
  text-align: center;
  color: #fff;
  background: #978B69;
  letter-spacing: 0.4em;
}
.wrapper.dormy .sec_page01,
.wrapper.dormy .sec_page02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.dormy .sec_page01 .dormy_box,
.wrapper.dormy .sec_page02 .dormy_box {
  margin-bottom: 80px;
}
.wrapper.dormy .sec_page01 .dormy_box .ttl_box,
.wrapper.dormy .sec_page02 .dormy_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 80px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -80px;
  padding-top: 80px;
  gap: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box {
  display: flex;
  color: #fff;
  white-space: nowrap;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box span {
  font-size: 12px;
  display: inline-block;
  padding: 2px 14px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box.girl span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box.girl span {
  background-color: #EB6D9A;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box.boy span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box.boy span {
  background-color: #26B2C3;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box.boygirl span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box.boygirl span {
  background-color: #867CB7;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl small,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .txt_box,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .txt_box {
  font-size: 12px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .circle,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .circle {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 2px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .circle::before,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .circle::before {
  position: relative;
  display: block;
  content: "";
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #C5B895;
  border-radius: 12px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price {
  display: flex;
  align-items: baseline;
  line-height: 1.3;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price .num,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price .num {
  font-size: 40px;
  font-weight: 400;
  color: #7D6E44;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price span {
  font-size: 10px;
  font-weight: 500;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .list_img,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .list_img {
  width: 100%;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link {
  font-size: 10px;
  text-align: right;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link a span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link a span {
  position: relative;
  padding-right: 30px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link a span::before,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_triangle_brown.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link a:hover,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link a:hover {
  opacity: 0.7;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .caution_txt,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .caution_txt {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .caution_txt .caution,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .dormy_list .caution_txt span,
.wrapper.dormy .sec_page02 .dormy_box .dormy_list .caution_txt span {
  width: auto;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item {
  display: flex;
  flex-direction: column;
  padding: 34px 20px 20px;
  background-color: #F3F1EA;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  align-items: center;
  gap: 10px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl span,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl span {
  font-size: 22px;
  font-weight: 500;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl .badge,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl .badge {
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  color: #fff;
  background-color: #AD0079;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl_sub,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl_sub {
  font-size: 13px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_inner,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_inner .contents_txt .txt_box,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_inner .contents_txt .txt_box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  gap: 10px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_inner .contents_txt .txt_box .caution,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_inner .contents_txt .txt_box .caution {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top {
  font-size: 11px;
  width: 100%;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service {
  font-size: 13px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom {
  display: flex;
  justify-content: space-between;
  text-align: right;
  align-items: center;
  gap: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_tel,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_tel {
  display: flex;
  width: 100%;
  max-width: 164px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt .caution,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt .caution {
  position: relative;
  display: inline-flex;
  width: 20px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt span,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt span {
  width: auto;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt {
  line-height: 1;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a {
  font-size: 11px;
  position: relative;
  display: inline-flex;
  padding-right: 30px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a::before,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_triangle_brown.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a:hover,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a:hover {
  filter: opacity(0.7);
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top {
  padding: 10px;
  background-color: #fff;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table {
  width: 100%;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th {
  color: #fff;
  background-color: #978B69;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
  border-bottom: solid 1px #DCD4BF;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th, .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
  font-size: 11px;
  padding: 4px;
  text-align: center;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th:first-child, .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td:first-child,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th:first-child,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td:first-child {
  white-space: nowrap;
  border-right: solid 1px #DCD4BF;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_img,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_img {
  width: 100%;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .txt_sec,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .txt_sec {
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .txt_sec .sec,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .txt_sec .sec {
  white-space: nowrap;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box {
  font-size: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 4px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 14px 10px;
  color: #fff;
  background-color: #978B69;
  text-align: center;
  gap: 4px;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .img,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .img {
  width: 40%;
  margin: 0 auto;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .txt,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .txt {
  display: inline-block;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .txt p,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_top .or_box .block .txt p {
  text-align: center;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom {
  padding: 10px;
  color: #fff;
  background-color: #978B69;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec {
  font-size: 13px;
  display: flex;
  justify-content: center;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec .sec,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec .sec {
  white-space: nowrap;
}
.wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec span,
.wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec span {
  letter-spacing: 1;
}
.wrapper.dormy .sec_page03 {
  width: 100%;
  padding: 40px;
  background-color: #F2F2F2;
}
.wrapper.dormy .sec_page03 .flow_box {
  width: 100%;
}
.wrapper.dormy .sec_page03 .flow_box .ttl_box {
  margin-bottom: 40px;
}
.wrapper.dormy .sec_page03 .flow_box .flow_list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wrapper.dormy .sec_page03 .flow_box .flow_list ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num {
  position: relative;
  display: flex;
  padding-right: 30px;
  align-items: center;
  gap: 20px;
}
.wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num .num {
  width: 30px;
  color: #AD0079;
}
.wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num .num_ttl {
  font-size: 18px;
  width: calc(100% - 50px);
}
.wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow_brown.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transform: translateY(-50%);
}
.wrapper.dormy .sec_entry {
  width: 100%;
  margin-bottom: 40px;
}
.wrapper.dormy .sec_entry .entry_box {
  width: 100%;
}
.wrapper.dormy .sec_entry .entry_box .ic_box {
  width: 100%;
  margin-bottom: 14px;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a {
  display: flex;
  flex-direction: column;
  background-color: #7D6E44;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_img {
  display: none;
  width: 100%;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  color: #fff;
  text-align: center;
  gap: 10px;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt span {
  font-size: 16px;
  line-height: 1.22;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

header {
  z-index: 1900;
}

.footer_link {
  z-index: 20;
}

@media (min-width: 768px) {
  body {
    font-size: 1.4vw;
    line-height: 1.66;
  }
  a {
    transition: all 0.5s;
  }
  br.sp {
    display: none !important;
  }
  br.tb {
    display: block !important;
  }
  br.pc {
    display: none !important;
  }
  br.tb_pc {
    display: block !important;
  }
  .ttl_box .ttl.h2 {
    font-size: 2.4vw;
  }
  .ttl_box .ttl.h3 {
    font-size: 5.3vw;
  }
  .ttl_box .ttl.h3 span {
    font-size: 7vw;
  }
  .ttl_box .ttl_sub {
    font-size: 2.4vw;
  }
  .ttl_box .ttl_sub span {
    font-size: 2.4vw;
  }
  .ttl_box .ttl_sub small {
    font-size: 1.4vw;
  }
  .wrapper {
    padding-top: 85px;
  }
  .wrapper.top, .wrapper.tokiwagi, .wrapper.mahoroba, .wrapper.dormy {
    padding-top: 65px;
  }
  .header_wrapper .ghnav_box {
    padding-top: 65px;
  }
  .header_wrapper .ghnav_box .nav_box {
    width: calc(100% - 120px);
  }
  .header_wrapper .ghnav_box .nav_box .nav_item a {
    font-size: 2vw;
  }
  .header_wrapper .ghnav_box .nav_box .nav_content a {
    font-size: 2vw;
  }
  .header_wrapper .ghnav_box .nav_box .nav_content a .en {
    font-size: 2.8vw;
  }
  .header_wrapper header .header_box .box_lr {
    width: calc(100% - 40px);
    height: 65px;
  }
  .header_wrapper header .header_box .box_lr .box_l {
    width: 190px;
  }
  .header_wrapper header .header_box .box_lr .box_r {
    width: calc(100% - 280px);
    width: 65px;
    height: 65px;
  }
  .header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
    width: 65px;
    height: 65px;
  }
  .footer_wrapper footer .footer_box .pagetop_box {
    display: block;
    bottom: 0;
    right: 0;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr {
    margin-bottom: 50px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr:last-child {
    margin-bottom: 20px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr p {
    font-size: 1.2vw;
    max-width: 240px;
  }
  .footer_wrapper footer .footer_box .privacy_box a {
    font-size: 1.4vw;
  }
  .footer_wrapper footer .footer_box .copyright_box {
    margin-bottom: 70px;
  }
  .footer_wrapper footer .footer_box .copyright_box .copyright {
    font-size: 1.2vw;
  }
  .footer_wrapper footer .footer_box .copyright_box.lcr {
    margin-bottom: 90px;
  }
  .footer_link.lcr {
    bottom: -80px;
  }
  .footer_link .box_lcr {
    flex-direction: row;
    max-width: 640px;
    justify-content: center;
    gap: 20px;
  }
  .footer_link .box_lcr .box_l,
  .footer_link .box_lcr .box_c,
  .footer_link .box_lcr .box_r {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .footer_link .box_lcr .box_l .link_btn,
  .footer_link .box_lcr .box_c .link_btn,
  .footer_link .box_lcr .box_r .link_btn {
    width: 100%;
    max-width: 100%;
  }
  .footer_link .box_lcr .box_l .link_btn a,
  .footer_link .box_lcr .box_c .link_btn a,
  .footer_link .box_lcr .box_r .link_btn a {
    font-size: 1.6vw;
    padding: 8px 0;
  }
  .footer_link .box_lr {
    flex-direction: row;
    max-width: 640px;
    justify-content: center;
    gap: 20px;
  }
  .footer_link .box_lr .box_l,
  .footer_link .box_lr .box_r {
    width: calc(50% - 10px);
  }
  .footer_link .box_lr .box_l .link_btn,
  .footer_link .box_lr .box_r .link_btn {
    width: 100%;
    max-width: 100%;
  }
  .footer_link .box_lr .box_l .link_btn a,
  .footer_link .box_lr .box_r .link_btn a {
    font-size: 1.6vw;
    padding: 8px 0;
  }
  .wrapper.top .sec_page01 .news_box {
    margin-bottom: 80px;
    padding: 20px 20px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr {
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% - 40px);
    align-items: center;
    gap: 40px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic {
    white-space: nowrap;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p {
    font-size: 3.2vw;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p span {
    font-size: 4.5vw;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p {
    flex-direction: row;
    gap: 20px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p .date {
    width: auto;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p span {
    font-size: 1.6vw;
    width: auto;
  }
  .wrapper.top .sec_page02 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page02 .intro_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page02 .intro_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page02 .intro_box .ttl_box .ttl {
    font-size: 4.8vw;
  }
  .wrapper.top .sec_page02 .intro_box .intro_contents {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .wrapper.top .sec_page02 .intro_box .intro_contents .txt_box {
    width: calc(40% - 20px);
  }
  .wrapper.top .sec_page02 .intro_box .intro_contents .txt_box p {
    font-size: 1.6vw;
  }
  .wrapper.top .sec_page02 .intro_box .intro_contents .mov_box {
    width: calc(60% - 20px);
  }
  .wrapper.top .sec_page03 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page03 .recommend_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page03 .recommend_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page03 .recommend_box .ttl_box .ttl {
    font-size: 4.8vw;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul {
    gap: 40px;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul li {
    width: calc(33.3333333333% - 26.6666666667px);
    flex-grow: 1;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul li .list_ttl {
    font-size: 2vw;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul li .list_txt {
    font-size: 1.6vw;
  }
  .wrapper.top .sec_page04 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page04 .type_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page04 .type_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page04 .type_box .ttl_box .ttl {
    font-size: 4.8vw;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list {
    margin-bottom: 30px;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul {
    gap: 30px;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul li {
    width: calc(33.3333333333% - 20px);
    flex-grow: 1;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .cat {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .name {
    font-size: 2vw;
  }
  .wrapper.top .sec_page04 .type_box .map_box .access_map .map_img {
    width: 880px;
  }
  .wrapper.top .sec_page05 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page05 #feature {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page05 .feature_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page05 .feature_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page05 .feature_box .ttl_box .ttl {
    font-size: 4.8vw;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 60px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item {
    width: calc(50% - 30px);
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_contents .list_top .list_ttl {
    font-size: 2.4vw;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_contents .list_top .list_txt {
    font-size: 1.6vw;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_contents .list_bottom .list_link {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list.top {
    gap: 10px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_l {
    width: calc(50% + 20px);
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_l .list_top .list_ttl {
    width: calc(100% - 30px);
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_l .list_top .list_txt {
    width: calc(100% - 30px);
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_l .list_bottom .list_link {
    width: calc(100% - 30px);
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list.top .list_item.list_r {
    width: calc(50% - 30px);
  }
  .wrapper.top .sec_entry {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_entry .entry_box {
    flex-direction: row;
  }
  .wrapper.top .sec_entry .entry_box .ic_box_l,
  .wrapper.top .sec_entry .entry_box .ic_box_r {
    width: 50%;
  }
  .wrapper.top .sec_entry .entry_box .ic_box_l a,
  .wrapper.top .sec_entry .entry_box .ic_box_r a {
    display: flex;
    align-items: center;
  }
  .wrapper.top .sec_entry .entry_box .ic_box_l a .ic_img,
  .wrapper.top .sec_entry .entry_box .ic_box_r a .ic_img {
    display: block;
    width: 50%;
  }
  .wrapper.top .sec_entry .entry_box .ic_box_l a .ic_txt,
  .wrapper.top .sec_entry .entry_box .ic_box_r a .ic_txt {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .wrapper.top .sec_entry .entry_box .ic_box_l a .ic_txt span,
  .wrapper.top .sec_entry .entry_box .ic_box_r a .ic_txt span {
    font-size: 2.2vw;
  }
  .wrapper.tokiwagi .top_bnr {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .top_bnr p {
    font-size: 1.4vw;
    width: auto;
    padding: 6px 120px 6px 40px;
    background: linear-gradient(135deg, rgb(173, 0, 121) 0%, rgb(173, 0, 121) 86%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
  }
  .wrapper.tokiwagi .sec_page01 {
    width: calc(100% - 80px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box {
    margin-bottom: 90px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item {
    margin-top: -100px;
    padding-top: 100px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl {
    width: calc(100% - 140px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p {
    font-size: 5.3vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p span {
    font-size: 7.7vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box span {
    font-size: 1.4vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box::before {
    width: 36px;
    height: 36px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .ttl_sub {
    font-size: 2.8vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box::before {
    width: 120px;
    height: 120px;
    background: url(../images/tokiwagi/tokiwagi_circle_img.svg) no-repeat;
    background-position: center;
    background-size: 120px 120px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_ttl,
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_ttl {
    font-size: 1.5vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.Dormy {
    margin-bottom: 20px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper .swiper-wrapper .swiper-slide .txt_box {
    font-size: 1vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
    width: 60%;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
    font-size: 1.4vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
    width: calc(12.5% - 8.75px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
    font-size: 1.4vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price span {
    font-size: 1.2vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
    font-size: 4.8vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
    font-size: 1.4vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link {
    font-size: 1.4vw;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.tokiwagi .sec_page02 {
    width: calc(100% - 80px);
  }
  .wrapper.tokiwagi .sec_page02 .message_box {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_page02 .message_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.tokiwagi .sec_page02 .message_box .message_list {
    flex-direction: row;
    align-items: flex-start;
  }
  .wrapper.tokiwagi .sec_page02 .message_box .message_list .message_l,
  .wrapper.tokiwagi .sec_page02 .message_box .message_list .message_r {
    width: calc(50% - 10px);
  }
  .wrapper.tokiwagi .sec_page03 {
    width: calc(100% - 80px);
  }
  .wrapper.tokiwagi .sec_page03 .feature_box {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box .contents_ttl,
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .contents_ttl {
    font-size: 2vw;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box {
    padding: 30px 30px 50px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box {
    padding: 30px 0 40px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .contents_ttl {
    width: calc(100% - 60px);
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .txt {
    margin-bottom: 20px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .img {
    margin-bottom: 10px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list {
    flex-direction: row;
    width: calc(100% - 60px);
    gap: 14px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_l {
    font-size: 1.4vw;
    display: flex;
    padding: 4px 20px;
    align-items: center;
    white-space: nowrap;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul {
    margin-bottom: 0;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul li {
    font-size: 1.4vw;
  }
  .wrapper.tokiwagi .sec_page04 {
    width: calc(100% - 80px);
  }
  .wrapper.tokiwagi .sec_page04 .interview_box {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .interview_list {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul {
    gap: 30px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul li .question_txt .question {
    font-size: 1.8vw;
  }
  .wrapper.tokiwagi .sec_page05 {
    padding: 60px 40px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul {
    flex-direction: row;
    gap: 30px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num {
    padding-right: 20px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num .num_ttl {
    font-size: 1.6vw;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num::before {
    width: 12px;
    height: 24px;
    background: url(../images/common/ic_arrow_brown.svg) no-repeat;
    background-position: center;
    background-size: 12px 24px;
  }
  .wrapper.tokiwagi .sec_entry {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_entry .entry_box .ic_box a {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_img {
    display: block;
    width: 25%;
  }
  .wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_txt {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_txt span {
    font-size: 2.8vw;
  }
  .wrapper.mahoroba .top_bnr {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .top_bnr p {
    font-size: 1.4vw;
    width: auto;
    padding: 6px 120px 6px 40px;
    background: linear-gradient(135deg, rgb(151, 139, 105) 0%, rgb(151, 139, 105) 86%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
  }
  .wrapper.mahoroba .sec_page01 {
    width: calc(100% - 80px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box {
    margin-bottom: 90px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item {
    margin-top: -100px;
    padding-top: 100px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl {
    width: calc(100% - 140px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p {
    font-size: 5.3vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p span {
    font-size: 7.7vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box span {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box::before {
    width: 36px;
    height: 36px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .ttl_sub {
    font-size: 2.8vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box::before {
    width: 120px;
    height: 120px;
    background: url(../images/mahoroba/mahoroba_circle_img.svg) no-repeat;
    background-position: center;
    background-size: 120px 120px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_ttl,
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_ttl {
    font-size: 1.5vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper.Dormy {
    margin-bottom: 20px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .swiper .swiper-wrapper .swiper-slide .txt_box {
    font-size: 1vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
    width: 60%;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
    width: calc(12.5% - 8.75px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price span {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
    font-size: 4.8vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page02 {
    width: calc(100% - 80px);
  }
  .wrapper.mahoroba .sec_page02 .message_box {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_page02 .message_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.mahoroba .sec_page02 .message_box .message_list {
    flex-direction: row;
    align-items: flex-start;
  }
  .wrapper.mahoroba .sec_page02 .message_box .message_list .message_l,
  .wrapper.mahoroba .sec_page02 .message_box .message_list .message_r {
    width: calc(50% - 10px);
  }
  .wrapper.mahoroba .sec_page03 {
    width: calc(100% - 80px);
  }
  .wrapper.mahoroba .sec_page03 .feature_box {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box {
    padding: 40px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_ttl {
    font-size: 2vw;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner {
    flex-direction: row;
    gap: 40px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_l {
    width: calc(40% - 20px);
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r {
    width: calc(60% - 20px);
    gap: 40px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list {
    flex-direction: row;
    margin-bottom: 14px;
    gap: 14px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_l {
    font-size: 1.4vw;
    display: flex;
    padding: 4px 20px;
    align-items: center;
    white-space: nowrap;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul {
    margin-bottom: 0;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul li {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page04 {
    width: calc(100% - 80px);
  }
  .wrapper.mahoroba .sec_page04 .interview_box {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list ul {
    gap: 30px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list ul li .question_txt .question {
    font-size: 1.8vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item {
    padding: 40px 20px 20px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl {
    font-size: 2.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl span {
    font-size: 2.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl .badge {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl_sub {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents {
    gap: 20px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_top {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top {
    padding: 20px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th, .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
    font-size: 1.4vw;
    text-align: center;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
    font-size: 1.4vw;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box .block .txt {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom {
    padding: 6px 20px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec {
    font-size: 1.4vw;
    text-align: center;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .caution {
    font-size: 1.2vw;
  }
  .wrapper.mahoroba .sec_page05 {
    padding: 60px 40px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul {
    flex-direction: row;
    gap: 30px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num {
    padding-right: 20px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num .num_ttl {
    font-size: 1.6vw;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num::before {
    width: 12px;
    height: 24px;
    background: url(../images/common/ic_arrow_brown.svg) no-repeat;
    background-position: center;
    background-size: 12px 24px;
  }
  .wrapper.mahoroba .sec_entry {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_entry .entry_box .ic_box a {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_img {
    display: block;
    width: 25%;
  }
  .wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_txt {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_txt p span {
    font-size: 2.8vw;
  }
  .wrapper.dormy .top_bnr {
    margin-bottom: 80px;
  }
  .wrapper.dormy .top_bnr p {
    font-size: 1.4vw;
    width: auto;
    padding: 6px 120px 6px 40px;
    background: linear-gradient(135deg, rgb(151, 139, 105) 0%, rgb(151, 139, 105) 86%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
  }
  .wrapper.dormy .sec_page01,
  .wrapper.dormy .sec_page02 {
    width: calc(100% - 80px);
  }
  .wrapper.dormy .sec_page01 .dormy_box,
  .wrapper.dormy .sec_page02 .dormy_box {
    margin-bottom: 80px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .ttl_box,
  .wrapper.dormy .sec_page02 .dormy_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list {
    margin-bottom: 80px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item {
    width: calc(50% - 10px);
    margin-top: -100px;
    padding-top: 100px;
    gap: 30px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents {
    height: 100%;
    justify-content: space-between;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl {
    margin-bottom: 30px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box span,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box span {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl small,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl small {
    font-size: 1.6vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl span,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl span {
    font-size: 2.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .txt_box,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .txt_box {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price {
    width: auto;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price .num,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price .num {
    font-size: 4.6vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price span,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price span {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .caution_txt,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item {
    padding: 40px 20px 20px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl {
    font-size: 2.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl span,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl span {
    font-size: 2.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl .badge,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl .badge {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl_sub,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl_sub {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents {
    gap: 20px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top {
    padding: 20px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th, .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
    font-size: 1.4vw;
    text-align: center;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box .block .txt,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box .block .txt {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom {
    padding: 6px 20px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_bottom .txt_sec {
    font-size: 1.4vw;
    text-align: center;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .caution,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .caution {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page03 .flow_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul {
    flex-direction: row;
    gap: 30px;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul li {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num {
    padding-right: 20px;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num .num_ttl {
    font-size: 1.6vw;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num::before {
    width: 12px;
    height: 24px;
    background: url(../images/common/ic_arrow_brown.svg) no-repeat;
    background-position: center;
    background-size: 12px 24px;
  }
  .wrapper.dormy .sec_entry {
    margin-bottom: 80px;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a {
    flex-direction: row;
    align-items: center;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_img {
    display: block;
    width: 25%;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p span {
    font-size: 2.8vw;
  }
}
@media (min-width: 1080px) {
  body {
    font-size: 14px;
  }
  br.sp {
    display: none !important;
  }
  br.pc {
    display: block !important;
  }
  br.tb {
    display: none !important;
  }
  br.sp_tb {
    display: none;
  }
  .ttl_box .ttl.h2 {
    font-size: 28px;
  }
  .ttl_box .ttl.h3 {
    font-size: 48px;
  }
  .ttl_box .ttl.h3 span {
    font-size: 70px;
  }
  .ttl_box .ttl_sub {
    font-size: 24px;
  }
  .ttl_box .ttl_sub span {
    font-size: 24px;
  }
  .ttl_box .ttl_sub small {
    font-size: 16px;
  }
  .wrapper {
    padding-top: 90px;
  }
  .wrapper.top {
    padding-top: 90px;
  }
  .wrapper.top.fixed {
    padding-top: 90px;
  }
  .wrapper.tokiwagi, .wrapper.mahoroba, .wrapper.dormy {
    padding-top: 90px;
  }
  .wrapper.tokiwagi.fixed, .wrapper.mahoroba.fixed, .wrapper.dormy.fixed {
    padding-top: 90px;
  }
  .wrapper.top .sec_page01 .news_box {
    margin-bottom: 100px;
    padding: 40px 20px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr {
    max-width: 1000px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p {
    font-size: 32px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_l .news_ic p span {
    font-size: 45px;
  }
  .wrapper.top .sec_page01 .news_box .box_lr .box_r .news_ttl p span {
    font-size: 16px;
  }
  .wrapper.top .sec_page02 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page02 .intro_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page02 .intro_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page02 .intro_box .ttl_box .ttl {
    font-size: 48px;
  }
  .wrapper.top .sec_page02 .intro_box .intro_contents .txt_box p {
    font-size: 16px;
  }
  .wrapper.top .sec_page03 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page03 .recommend_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page03 .recommend_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page03 .recommend_box .ttl_box .ttl {
    font-size: 48px;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list {
    margin-bottom: 65px;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul li {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul li .list_ttl {
    font-size: 20px;
  }
  .wrapper.top .sec_page03 .recommend_box .recommend_list ul li .list_txt {
    font-size: 16px;
  }
  .wrapper.top .sec_page04 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page04 .type_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page04 .type_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page04 .type_box .ttl_box .ttl {
    font-size: 48px;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul li {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .cat {
    font-size: 12px;
  }
  .wrapper.top .sec_page04 .type_box .dormy_list ul li a .dormy_name .name {
    font-size: 20px;
  }
  .wrapper.top .sec_page04 .type_box .map_box .access_map .map_img {
    width: 100%;
  }
  .wrapper.top .sec_page05 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page05 #feature {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page05 .feature_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page05 .feature_box .ttl_box .ttl {
    font-size: 48px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top {
    gap: 20px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_ttl {
    font-size: 24px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_txt {
    font-size: 16px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom .list_link {
    font-size: 12px;
  }
  .wrapper.top .sec_entry {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_entry .entry_box .ic_box_l a .ic_txt span,
  .wrapper.top .sec_entry .entry_box .ic_box_r a .ic_txt span {
    font-size: 22px;
  }
  .wrapper.tokiwagi .top_bnr p {
    font-size: 14px;
  }
  .wrapper.tokiwagi .sec_page01 {
    max-width: 1000px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box {
    margin-bottom: 100px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item {
    margin-top: -130px;
    padding-top: 130px;
    gap: 60px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p {
    font-size: 53px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p span {
    font-size: 77px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box span {
    font-size: 14px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .ttl_sub {
    font-size: 28px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents {
    flex-direction: row;
    gap: 50px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_ttl,
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_ttl {
    font-size: 15px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_l {
    width: calc(60% - 25px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r {
    width: calc(40% - 25px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list {
    gap: 0 14px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
    width: 100%;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
    font-size: 14px;
    gap: 14px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle::before {
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
    width: calc(25% - 7.5px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
    font-size: 14px;
    width: 120px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price span {
    font-size: 12px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p {
    width: calc(100% - 120px);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
    font-size: 48px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
    font-size: 14px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
    font-size: 12px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link {
    font-size: 14px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a span::after {
    width: 18px;
    height: 18px;
    background: url(../images/common/ic_arrow_white.svg) no-repeat;
    background-position: center;
    background-size: 18px 18px;
    transform: translateY(-50%);
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a:hover span::before {
    background: url(../images/common/ic_arrow.svg) no-repeat;
    background-position: center;
    background-size: 18px 18px;
  }
  .wrapper.tokiwagi .sec_page01 .dormy_box .dormy_item .caution_txt {
    font-size: 12px;
  }
  .wrapper.tokiwagi .sec_page02 {
    max-width: 1000px;
  }
  .wrapper.tokiwagi .sec_page02 .message_box {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_page02 .message_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.tokiwagi .sec_page03 {
    max-width: 1000px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box {
    margin-bottom: 80px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list {
    flex-direction: row;
    gap: 40px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l .contents_box .contents_ttl,
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .contents_ttl {
    font-size: 20px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_l {
    width: calc(45% - 20px);
    gap: 40px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r {
    width: calc(55% - 20px);
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_l {
    font-size: 14px;
  }
  .wrapper.tokiwagi .sec_page03 .feature_box .feature_list .feature_r .contents_box .list .list_r ul li {
    font-size: 14px;
  }
  .wrapper.tokiwagi .sec_page04 {
    max-width: 1000px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box {
    margin-bottom: 120px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul {
    flex-direction: row;
    gap: 50px;
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul li {
    width: calc(33.3333333333% - 33.3333333333px);
  }
  .wrapper.tokiwagi .sec_page04 .interview_box .interview_list ul li .question_txt .question {
    font-size: 18px;
  }
  .wrapper.tokiwagi .sec_page05 {
    padding: 80px 40px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box {
    display: flex;
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    gap: 60px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .ttl_box {
    white-space: nowrap;
    margin-bottom: 60px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list {
    width: auto;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul {
    gap: 30px;
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.tokiwagi .sec_page05 .flow_box .flow_list ul li .list_num .num_ttl {
    font-size: 16px;
  }
  .wrapper.tokiwagi .sec_entry {
    margin-bottom: 100px;
  }
  .wrapper.tokiwagi .sec_entry .entry_box .ic_box a .ic_txt span {
    font-size: 28px;
  }
  .wrapper.mahoroba .top_bnr p {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page01 {
    max-width: 1000px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box {
    margin-bottom: 100px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item {
    margin-top: -130px;
    padding-top: 130px;
    gap: 60px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p {
    font-size: 53px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .ttl p span {
    font-size: 77px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .cat_box span {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .top_box .top_ttl .list_ttl .ttl_sub {
    font-size: 28px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents {
    flex-direction: row;
    gap: 50px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l .detail_box .detail_ttl,
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .detail_box .detail_ttl {
    font-size: 15px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_l {
    width: calc(60% - 25px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r {
    width: calc(40% - 25px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list {
    gap: 0 14px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
    width: 100%;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
    font-size: 14px;
    gap: 14px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .circle::before {
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
    width: calc(25% - 7.5px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
    font-size: 14px;
    width: 120px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price span {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p {
    width: calc(100% - 120px);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
    font-size: 48px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a span::after {
    width: 18px;
    height: 18px;
    background: url(../images/common/ic_arrow_white.svg) no-repeat;
    background-position: center;
    background-size: 18px 18px;
    transform: translateY(-50%);
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .list_contents .contents_r .list_link a:hover span::before {
    background: url(../images/common/ic_arrow.svg) no-repeat;
    background-position: center;
    background-size: 18px 18px;
  }
  .wrapper.mahoroba .sec_page01 .dormy_box .dormy_item .caution_txt {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page02 {
    max-width: 1000px;
  }
  .wrapper.mahoroba .sec_page02 .message_box {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_page02 .message_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.mahoroba .sec_page03 {
    max-width: 1000px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box {
    margin-bottom: 80px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .ttl_box {
    margin-bottom: 50px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_ttl {
    font-size: 22px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_l {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page03 .feature_box .contents_box .contents_inner .contents_r .list .list_r ul li {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 {
    max-width: 1000px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box {
    margin-bottom: 120px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list {
    margin-bottom: 100px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list ul {
    flex-direction: row;
    gap: 50px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list ul li {
    width: calc(33.3333333333% - 33.3333333333px);
  }
  .wrapper.mahoroba .sec_page04 .interview_box .interview_list ul li .question_txt .question {
    font-size: 18px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item {
    width: calc(50% - 20px);
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl {
    font-size: 24px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl span {
    font-size: 24px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl .badge {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_ttl .ttl_sub {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_top {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th, .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec {
    font-size: 14px;
  }
  .wrapper.mahoroba .sec_page04 .interview_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .caution {
    font-size: 12px;
  }
  .wrapper.mahoroba .sec_page05 {
    padding: 80px 40px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box {
    display: flex;
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    gap: 60px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .ttl_box {
    white-space: nowrap;
    margin-bottom: 60px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list {
    width: auto;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul {
    gap: 30px;
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.mahoroba .sec_page05 .flow_box .flow_list ul li .list_num .num_ttl {
    font-size: 16px;
  }
  .wrapper.mahoroba .sec_entry {
    margin-bottom: 100px;
  }
  .wrapper.mahoroba .sec_entry .entry_box .ic_box a .ic_txt span {
    font-size: 28px;
  }
  .wrapper.dormy .top_bnr p {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01,
  .wrapper.dormy .sec_page02 {
    max-width: 1000px;
  }
  .wrapper.dormy .sec_page01 .dormy_box,
  .wrapper.dormy .sec_page02 .dormy_box {
    margin-bottom: 100px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .ttl_box,
  .wrapper.dormy .sec_page02 .dormy_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list {
    margin-bottom: 100px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul {
    gap: 60px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item {
    width: calc(50% - 30px);
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl {
    flex-direction: row;
    align-items: flex-start;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box span,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .cat_box span {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl small,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl small {
    font-size: 16px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl span,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .list_ttl .ttl span {
    font-size: 24px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .txt_box,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .txt_box {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .circle::before,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .circle::before {
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price .num,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price .num {
    font-size: 46px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price span,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .contents_inner .detail_list ul li .price span {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .list_ul .list_item .list_contents .list_link {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .dormy_list .caution_txt,
  .wrapper.dormy .sec_page02 .dormy_box .dormy_list .caution_txt {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item {
    width: calc(50% - 20px);
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl {
    font-size: 24px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl span,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl span {
    font-size: 24px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl .badge,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl .badge {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl_sub,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_ttl .ttl_sub {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_top.service {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .caution_txt {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item .list_contents .contents_link .link_bottom .link_txt a {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th, .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr th,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item01 .list_contents .contents_inner .contents_txt .txt_top .txt_table tr td {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page01 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .caution,
  .wrapper.dormy .sec_page02 .dormy_box .support_list .list_ul .list_item.item02 .list_contents .contents_inner .contents_txt .txt_box .caution {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page03 {
    padding: 80px 40px;
  }
  .wrapper.dormy .sec_page03 .flow_box {
    display: flex;
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    gap: 60px;
  }
  .wrapper.dormy .sec_page03 .flow_box .ttl_box {
    white-space: nowrap;
    margin-bottom: 60px;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list {
    width: auto;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul {
    gap: 30px;
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul li {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.dormy .sec_page03 .flow_box .flow_list ul li .list_num .num_ttl {
    font-size: 16px;
  }
  .wrapper.dormy .sec_entry {
    margin-bottom: 100px;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt span {
    font-size: 28px;
  }
  .header_wrapper {
    position: fixed;
    top: 0px;
    transition: all 0.5s ease;
  }
  .header_wrapper.hide {
    top: -170px;
  }
  .header_wrapper .ghnav_box {
    display: none;
  }
  .header_wrapper header {
    position: inherit;
    box-shadow: none;
  }
  .header_wrapper header .header_box .box_lr {
    height: 90px;
    margin: 0 0 0 auto;
  }
  .header_wrapper header .header_box .box_lr .box_l {
    width: 220px;
  }
  .header_wrapper header .header_box .box_lr .box_r {
    width: calc(100% - 220px);
    height: 90px;
    gap: 0;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav {
    display: flex;
    justify-content: flex-end;
    margin: 0 20px 0 auto;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li {
    display: inline-flex;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li a {
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    border-radius: 14px;
    color: #333;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li a:hover {
    opacity: 0.7;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li.last {
    background: none;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box {
    display: flex;
    height: 90px;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact {
    margin-right: 0px;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact .btn_contact {
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact.contact_l .btn_contact {
    background-color: #AD0079;
    border: 1px solid #AD0079;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact.contact_l .btn_contact:hover {
    color: #AD0079;
    background-color: #fff;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact.contact_r .btn_contact {
    background-color: #7D6E44;
    border: 1px solid #7D6E44;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact.contact_r .btn_contact:hover {
    color: #7D6E44;
    background-color: #fff;
  }
  .header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
    display: none;
  }
  .header_wrapper header .header_subbox {
    display: none;
  }
  .header_wrapper header.fixed {
    position: fixed;
    top: 0;
  }
  .footer_wrapper footer .footer_box_top {
    padding: 80px 0;
  }
  .footer_wrapper footer .footer_box_top .footer_logo {
    max-width: 630px;
  }
  .footer_wrapper footer .footer_box .pagetop_box {
    width: 60px;
    height: 60px;
  }
  .footer_wrapper footer .footer_box .pagetop_box a {
    width: 60px;
    height: 60px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr p {
    font-size: 12px;
  }
  .footer_wrapper footer .footer_box .privacy_box a {
    font-size: 14px;
  }
  .footer_wrapper footer .footer_box .copyright_box {
    margin-bottom: 90px;
  }
  .footer_wrapper footer .footer_box .copyright_box .copyright {
    font-size: 12px;
  }
  .footer_link .box_lcr {
    max-width: 1000px;
  }
  .footer_link .box_lcr .box_l .link_btn a,
  .footer_link .box_lcr .box_c .link_btn a,
  .footer_link .box_lcr .box_r .link_btn a {
    font-size: 16px;
    padding: 12px 0;
  }
  .footer_link .box_lr {
    max-width: 680px;
  }
  .footer_link .box_lr .box_l .link_btn a,
  .footer_link .box_lr .box_r .link_btn a {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media (min-width: 1280px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .image_box.sp {
    display: none;
  }
  .image_box.pc {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */