@charset "utf-8";
/*
Theme Name: miyama_hp
  */
*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  background-color: #EFF5FF;
  scroll-behavior: smooth;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.15em;
}

body{
  /* font-family: 'Zen Old Mincho', serif; */
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  display: flex;
  flex-flow: column;
}

.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}


a{
  text-decoration: none;
  color: #fff;
}


/*------------ フォント関係 ------------*/
.font_18{
  font-size: 16px;
  line-height: 30px;
}
.font_18_contact{
  font-size: 16px;
  line-height: 22px;
}
.font_20{
  font-size: 16px;
  line-height: 30px;
}
.font_22{
  font-size: 18px;
  line-height: 32px;
}
.font_26{
  font-size: 22px;
  line-height: 36px;
}
.font_30{
  font-size: 26px;
  line-height: 40px;
}
.font_40{
  font-size: 36px;
  line-height: 50px;
}
.font_50{
  font-size: 40px;
  line-height: 60px;
}
.font_60{
  font-size: 56px;
  line-height: 70px;
}
.font_100{
  font-size: 90px;
  line-height: 110px;
}
.font_regular{
  font-weight: 400;
}
.font_bold{
  font-weight: 600;
}
.font_co_base{
  color: #333333;
}
.font_co_white{
  color: #fff;
}
.font_co_blue{
  color: #1F60C7;
}
.font_co_red{
  color: #EB0E0E
}
.font_co_purple{
  color: #B19DCC;
}
.font_cursive{
  font-family: 'Tangerine', cursive;
  letter-spacing: 1px;
  font-size: 38px;
}
.font_diagonal{
  transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.link_text{
  color: #333333;
  transition: color 0.4s ease-out;
}
.link_pickup_text{
  color: #fff;
  transition: color 0.4s ease-out;
}
.link_text.link_text_color_scroll{
  color: #707070;
  transition: color 0.4s ease-out;
}
@media screen and (max-width: 880px) {

}
@media screen and (max-width: 400px) {

}



/*------------ 背景色 ------------*/
.back_co_base{
  background-color: #F8F5FF
}
.back_co_white{
  background-color: #FFFFFF;
}
.back_co_purple{
  background-color: #B19DCC;
}
.back_co_darkpurple{
  background-color: #BFAAED;
}
.back_co_lightpurple{
  background-color: #F8F5FF;
}
.back_co_lightpurple2{
  background-color: #CBBBF0;
}
.back_co_purple2{
  background-color: #A181E8;
}
.back_co_red{
  background-color: #FF3131;
}
.back_co_white_a{
  background-color: rgba( 255, 255, 255, 0.9 );
}
.back_co_blue_a{
  background-color: rgba( 31, 96, 199, 0.9 );
}
.menu_back {
  background-color: none;
  transition: background-color 0.2s ease-out;
}
.menu_back.menu_back_color_scroll {
  background-color: #FFFFFF;
  transition: background-color 0.2s ease-out;
}

/*------------ 余白 ------------*/
.margin_t_60{
  margin-top: 60px;
}
.margin_t_90{
  margin-top: 90px;
}
.margin_t_120{
  margin-top: 120px;
}
.margin_b_20{
  margin-bottom: 20px;
}
.margin_b_30{
  margin-bottom: 30px;
}
.margin_b_60{
  margin-bottom: 60px;
}
.margin_b_120{
  margin-bottom: 120px;
}
.margin_b_90{
  margin-bottom: 90px;
}
.margin_t_40{
  margin-top: 40px;
}
.margin_t_30{
  margin-top: 30px;
}
.margin_t_20{
  margin-top: 20px;
}
.margin_t_10{
  margin-top: 10px;
}
.padding_t_60{
  padding-top: 60px;
}

/*------------ 画像 ------------*/
.menu_logo_icon{
  height: 50px;
  width: 360px;
  margin-left: 10px;
  background-image: url(./images/icon/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.main_hero_img{
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(./images/hero/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub_hero_img{
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(./images/hero/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home_contact_icon{
  height: 100%;
  width: 100%;
  background-image: url(./images/icon/icon_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.comp_hero_img{
  height: 311px;
  width: 100%;
  position: absolute;
  background-image: url(./images/company/hero_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.busi_hero_img{
  height: 311px;
  width: 100%;
  position: absolute;
  background-image: url(./images/business/hero_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cont_hero_img{
  height: 311px;
  width: 100%;
  position: absolute;
  background-image: url(./images/contact/hero_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.work_hero_img{
  height: 311px;
  width: 100%;
  position: absolute;
  background-image: url(./images/works/hero_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_logo_icon{
  height: 100%;
  width: 100%;
  background-image: url(./images/icon/footer_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 640px) {
  .footer_icon{
    margin-top: 80px;
  }
}
@media screen and (max-width: 400px) {
  .menu_logo_icon{
    height: 36px;
    margin-left: 0px;
  }
}
.img_cover{
  width: 100%;
  height: 100%;
  background-color: #0066B2;
  opacity: 0.15;
}


/*------------ メニュー ------------*/
.menu{
  position: fixed;
  display: inline-block;
  width: 100%;
  /* height: 72px; */
  /* box-shadow: 0px 3px 8px #444; */
  /* padding: 10px; */
  z-index: 993;
  border-bottom: 2px solid #A181E8;
}
.menu_first{
  display: flex;
}
.menu_second{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_second_text_box{
  line-height: 40px;
  margin: 10px 20px 0 20px;
  cursor: pointer;
}
.menu_logo{
  display: flex;
  float: left;
  padding: 10px;
}
.menu_pickup{
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 10px;
  margin-top: 24px;
  margin-bottom: 0px;
  text-align: center;
  border-radius: 10px;
}
.menu_pickup_link{
  display: flex;
  justify-content: space-around;
  margin-left: auto;
}

/* ハンバーガー */
.menu-btn {
    position: fixed;
    top: 6px;
    right: 6px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 994;
    background-color: #B19DCC;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.3s;
}
.menu-btn span:before {
    bottom: 8px;
    transition: all 0.3s;
}
.menu-btn span:after {
    top: 8px;
    transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
#menu-btn-check {
    display: none;
}
.sp_menu_items {
  width: 100%;
  height: 550px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 992;
  transition: all 0.5s;
  opacity: 0.95;
}
.sp_menu_link {
  width: 100%;
  margin-top: 90px;
  line-height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#menu-btn-check:checked ~ .sp_menu_items {
    top: 0;
}
.pc_menu {
  display: flex;
  flex-flow: column;
}
.sp_menu {
  display: none;
  z-index: 993;
}
@media screen and (max-width: 1050px) {
  .menu_first{
    display: flex;
    flex-flow: column;
  }
  .menu_pickup_link{
    margin-right: auto;
    margin-top: 10px;
  }
  .menu_pickup{
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
/* ハンバーガー */
  .pc_menu {
    display: none;
  }
  .sp_menu {
    display: block;
  }
  .menu_logo{
    width: 100%;
    position: fixed;
    padding-bottom: 10px;
    margin-left: 0px;
    z-index: 994;
    border-bottom: 2px solid #A181E8;
  }
}
@media screen and (max-width: 400px) {
  .menu-btn{
    top: 4px;
    right: 4px;
    height: 50px;
    width: 50px;
  }
}

/* フッター */
.footer_contents{
  display: flex;
  flex-flow: column;
  width: 100%;
  border-top: 2px solid #A181E8;
}
.footer_sitemap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.footer_sitemap_text{
  margin: 10px;
}
.footer_company{
  margin-top: 20px;
  margin-left: 10px
}
.footer_company_text{
  margin: 10px;
}
.footer_logo{
  display: flex;
  float: right;
  margin: 10px;
  margin-left: auto;
}

.copyright_contents{
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 400px) {

}

.banner_box {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  z-index: 993;
  transform: translateY(150%);
}
.banner_box.show {
  transform: translateY(0);
}
@media screen and (max-width: 1032px) {
  .banner_box {
    height: 180px;
    transform: translateY(150%);
  }
  .banner_box.show {
    transform: translateY(0);
  }
}
.banner_back {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.banner_contents{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner_contents_1{
  display: flex;
  width: 500px;
  height: 60px;
  aspect-ratio: 500 / 60;
  margin: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.banner_contents_2{
  display: flex;
  width: 500px;
  height: 60px;
  aspect-ratio: 500 / 60;
  border: 2px solid #A181E8;
  margin: 10px;
  border-radius: 10px;
  background-image: url(./images/banner/banner_2_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 35%;
  cursor: pointer;
}
.banner_contents_1_img{
  height: 40px;
  width: 40px;
  margin: 10px;
  margin-left: 20px;
  background-image: url(./images/banner/banner_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_contents_1_text_1{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  margin-right: 10px;
  letter-spacing: -0.1em;
}
.banner_contents_1_text_2{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 0em;
  border-radius: 10px;
  padding: 5px 10px;
  /* line-height: 60px; */
}
.banner_contents_1_text_3{
  transform: translateY(3px);
}
.banner_contents_2_img{
  height: 40px;
  width: 40px;
  margin: 8px;
  margin-left: 20px;
  background-image: url(./images/banner/banner_2_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_contents_2_text{
  margin-right: 10px;
  letter-spacing: 0em;
  /* line-height: 60px; */
  margin-bottom: 5px;
}
.floating_button {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #7C63B3;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 993;
  transform: translateY(350%);
}
.floating_button.show {
  transform: translateY(0);
}
.floating_button:hover {
  background-color: #6C579B;
}
.dli_chevron_up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(10%) rotate(-45deg);
}
@media screen and (max-width: 1032px) {
  .floating_button{
    bottom: 190px;
  }
}
@media screen and (max-width: 880px) {
  .floating_button{
    bottom: 180px;
  }
}
@media screen and (max-width: 640px) {
  .floating_button{
    bottom: 160px;
  }
}
@media screen and (max-width: 400px) {
  .floating_button{
    bottom: 140px;
  }
}

/* バナーコンテンツのスマホ対応（880px以下） */
@media screen and (max-width: 880px) {
  .banner_box{
    height: 170px;
    transform: translateY(150%);
  }
  .banner_box.show {
    transform: translateY(0);
  }
  .banner_contents_1,
  .banner_contents_2 {
    width: 90%;
    max-width: 400px;
    height: 54px;
    margin: 8px 5%;
  }
  
  .banner_contents_1_img {
    height: 36px;
    width: 36px;
    margin: 12px;
    margin-left: 18px;
  }
  
  .banner_contents_2_img {
    height: 36px;
    width: 36px;
    margin: 10px;
    margin-left: 18px;
  }
  
  .banner_contents_1_text_1.font_40,
  .banner_contents_2_text.font_40 {
    font-size: 27px;
    line-height: 40px;
  }
  .banner_contents_1_text_3{
    transform: translateY(7px);
  }
  .banner_contents_1_text_1.font_40 {
    font-size: 27px;
  }
  
  .banner_contents_1_text_2 {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px 8px;
  }
  
  .banner_contents_1_text_2.font_40 {
    font-size: 30px;
  }
  
  .banner_contents_1_text_2 .font_30 {
    font-size: 22px;
    line-height: 30px;
  }
  
  .banner_contents_2_text {
    margin-bottom: 4px;
  }
  
  .banner_contents_2_text.font_40 {
    font-size: 30px;
    line-height: 50px;
  }
}

/* より小さいスマホ（640px以下）での追加調整 */
@media screen and (max-width: 640px) {
  .banner_box{
    height: 150px;
    transform: translateY(150%);
  }
  .banner_box.show {
    transform: translateY(0);
  }
  .banner_contents_1,
  .banner_contents_2 {
    width: 92%;
    max-width: 360px;
    height: 50px;
    margin: 7px 4%;
  }
  
  .banner_contents_1_img {
    height: 32px;
    width: 32px;
    margin: 10px;
    margin-left: 15px;
  }
  
  .banner_contents_2_img {
    height: 32px;
    width: 32px;
    margin: 9px;
    margin-left: 15px;
  }
  
  .banner_contents_1_text_1 {
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 32px;
  }
  
  .banner_contents_1_text_1.font_40 {
    font-size: 25px;
  }
  
  .banner_contents_1_text_2 {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 3px 7px;
  }
  
  .banner_contents_1_text_2.font_40 {
    font-size: 26px;
  }
  
  .banner_contents_1_text_2 .font_30 {
    font-size: 20px;
    line-height: 26px;
  }
  
  .banner_contents_2_text {
    margin-bottom: 3px;
  }
  
  .banner_contents_2_text.font_40 {
    font-size: 26px;
    line-height: 48px;
  }
}

/* 最小サイズ（400px以下）での調整 */
@media screen and (max-width: 400px) {
  .banner_box{
    height: 130px;
    transform: translateY(150%);
  }
  .banner_box.show {
    transform: translateY(0);
  }
  .banner_contents_1,
  .banner_contents_2 {
    width: 95%;
    height: 45px;
    margin: 6px 2.5%;
  }
  
  .banner_contents_1_img {
    height: 28px;
    width: 28px;
    margin: 9px;
    margin-left: 12px;
  }
  
  .banner_contents_2_img {
    height: 28px;
    width: 28px;
    margin: 8px;
    margin-left: 12px;
  }
  
  .banner_contents_1_text_1 {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    line-height: 28px;
  }
  
  .banner_contents_1_text_1.font_40 {
    font-size: 28px;
    line-height: 30px;
  }
  
  .banner_contents_1_text_2 {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 6px;
  }
  
  .banner_contents_1_text_2.font_40 {
    font-size: 22px;
  }
  
  .banner_contents_1_text_2 .font_30 {
    font-size: 18px;
    line-height: 22px;
  }
  
  .banner_contents_2_text {
    margin-bottom: 2px;
  }
  
  .banner_contents_2_text.font_40 {
    font-size: 22px;
    line-height: 44px;
  }
}
@media screen and (max-width: 380px) {
  .banner_contents_1_text_1.font_40{
    font-size: 20px;
  }
  .banner_contents_1_text_3{
    transform: translateY(12px);
  }
}


.linc_button_flo_rig {
  top: 10px;
  right: 20px;
}
.linc_button {
  position: absolute;
  width: 63px;
  height: 63px;
}
.linc_button_front {
  width: 55px;
  height: 55px;
  border-radius: 20px;
  border: solid 4px #fff;
  margin-top: -61px;
}
.linc_button_front_back {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 0.5;
}
.linc_button_back {
  width: 55px;
  height: 55px;
  border-radius: 20px;
  margin-left: 6px;
  margin-top: 6px;
}
.linc_arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 6px;
  background-color: #fff;
  margin-top: -26px;
  margin-left: 6px;
}
.linc_arrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -4px;
  display: block;
  width: 16px;
  height: 7px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.linc_arrow::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -4px;
  display: block;
  width: 16px;
  height: 7px;
  background-color: #fff;
  transform: rotate(45deg);
}


.main_hero_contents{
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 900;
}
.main_hero_img_cover{
  /* margin-top: 50%; */
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  /* opacity: 0.5; */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.main_hero_text{
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 60px;
  margin-bottom: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 500px) {
  .main_hero_text{
    font-size: 30px;
    margin-left: 30px;
  }
}

.sub_hero_contents{
  position: relative;
  height: 500px;
  width: 100%;
  z-index: 900;
}
.sub_hero_img_cover{
  /* margin-top: 50%; */
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  /* opacity: 0.5; */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.sub_hero_text{
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 60px;
  margin-bottom: 40px;
  margin-left: 40px;
}

/*------------ ホーム ------------*/

.main_1_contents_area{
  display: block;
  position: relative;
  width: 100%;
}
.main_1_contents{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.main_1_contents_box{
  position: relative;
  width: 325px;
  height: 280px;
  margin: 20px;
  border: 4px solid #A181E8;
  border-radius: 15px;
}
.main_1_contents_title{
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 30;
}
.main_1_contents_text{
  position: absolute;
  line-height: 30px;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 30;
}
.main_1_contents_img_1{
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 100px;
  width: 100px;
  background-image: url(./images/index/main_1_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}
.main_1_contents_img_2{
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 100px;
  width: 100px;
  background-image: url(./images/index/main_1_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}
.main_1_contents_img_3{
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 100px;
  width: 100px;
  background-image: url(./images/index/main_1_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}
.main_1_contents_area_end{
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  bottom: 0;
  /* opacity: 0.5; */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(191, 170, 237, 0.8));
  z-index: 10;
}

.main_2_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.main_2_contents_area_img{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./images/index/main_2_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.2;
}
.main_2_contents_area_title{
  width: 100%;
  text-align: center;
}
.main_2_contents{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.main_2_contents_box{
  margin: 10px;
}
.main_2_contents_img_1{
  position: relative;
  width: 490px;
  height: 327px;
  border: 2px solid #fff;
  border-radius: 15px;
  aspect-ratio: 490 / 327;
  background-image: url(./images/index/main_2_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_2_contents_img_2{
  position: relative;
  width: 490px;
  height: 327px;
  border: 2px solid #fff;
  border-radius: 15px;
  aspect-ratio: 490 / 327;
  background-image: url(./images/index/main_2_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_2_contents_img_3{
  position: relative;
  width: 490px;
  height: 327px;
  border: 2px solid #fff;
  border-radius: 15px;
  aspect-ratio: 490 / 327;
  background-image: url(./images/index/main_2_4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_2_contents_img_4{
  position: relative;
  width: 490px;
  height: 327px;
  border: 2px solid #fff;
  border-radius: 15px;
  aspect-ratio: 490 / 327;
  background-image: url(./images/index/main_2_5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_2_contents_img_cover{
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  /* border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff; */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(191, 170, 237, 1));
}
.main_2_contents_img_text{
  position: absolute;
  line-height: 40px;
  width: 90%;
  left: 10px;
  bottom: 5px;
}
.main_2_contents_text{
  position: relative;
  line-height: 24px;
  margin: 10px;
}

.main_3_contents_area{
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
}
.main_3_contents_area_img{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./images/index/main_3_1.jpg);
  background-size: 140%; /* 画像を縦横いっぱいに表示 */
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
  filter: blur(5px);
}
.main_3_contents_area_title{
  width: 100%;
  text-align: center;
}
.main_3_video_area {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.main_3_video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding-bottom: 56.25%; /* 16:9 の比率 */
  margin: 60px auto;
}
.main_3_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}


.main_4_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.main_4_contents_area_title{
  width: 100%;
  text-align: center;
}
.main_4_contents{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.main_4_contents_max1000{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main_4_contents_box{
  position: relative;
  width: 405px;
  height: 300px;
  margin: 10px;
  border-radius: 15px;
}
.main_4_contents_title_box{
  height: 60px;
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.main_4_contents_title{
  line-height: 60px;
  text-align: center;
}
.main_4_contents_text_1{
  margin-left: 20px;
  margin-top: 20px;
}
.main_4_contents_text_2{
  position: absolute;
  display: flex;
  width: 100%;
  /* line-height: 100px; */
  justify-content: center;
  align-items: flex-end;
  bottom: 40px;
}
.main_4_contents_text_3{
  transform: translateY(10px);
}
.main_4_contents_explanation_1{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}
.main_4_contents_explanation_2{
  display: flex;
  width: 90%;
  justify-content: flex-end;
  line-height: 20px;
}

.main_5_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.main_5_contents_area_title{
  width: 100%;
  text-align: center;
}
.main_5_contents{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.main_5_contents_box{
  position: relative;
  width: 90%;
  max-width: 830px;
  padding: 30px;
  border: 4px solid #A181E8;
  border-radius: 15px;
}
.main_5_contents_box_explanation{
  line-height: 24px;
}
.main_5_contents_box_test_1{

}
.main_5_contents_box_test_2{
  line-height: 24px;
}
.main_5_contents_link_box{
  position: relative;
  width: 90%;
  max-width: 830px;
  height: 376px;
  padding: 30px;
  border-radius: 15px;
  background-image: url(./images/index/main_3_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.main_5_contents_link_text{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.main_5_contents_link_text_1{
  line-height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
}
.main_5_contents_link_text_2{
  display: flex;
  align-items: flex-end;
}



.sub1_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub1_1_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub1_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub1_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 832px;
  padding: 30px;
  border-radius: 15px;
}
.sub1_1_contents_title{
  margin: 20px;
  text-align: center;
}
.sub1_1_contents_explanation{
  padding: 20px;
  border-radius: 15px;
}
.sub1_1_contents_explanation_text_1{
  line-height: 32px;
  margin-left: 10px;
}
.sub1_1_contents_explanation_text_2{
  margin-left: 40px;
  line-height: 28px;
}
.sub1_1_contents_link_img{
  width: 311px;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub1_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub1_1_contents_link_text{
  text-align: center;
}

.sub1_2_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub1_2_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub1_2_video_area {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sub1_2_video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding-bottom: 56.25%; /* 16:9 の比率 */
  margin: 60px auto;
}
.sub1_2_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.sub1_3_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub1_3_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub1_3_contents{
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 30px auto;
  line-height: 24px;
}

.sub1_4_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub1_4_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub1_4_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub1_4_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.sub1_4_contents_company{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.sub1_4_contents_company_title{
  width: 160px;
}
.sub1_4_contents_company_text{
  margin-left: 20px;
}


.sub_menu_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub_menu_contents{
  width: 95%;
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sub_menu_contents_box{
  width: 260px;
  height: 80px;
  border-radius: 15px;
  padding: 2px;
  border: 2px solid #CBBBF0;
  margin: 5px;
  cursor: pointer;
}
.sub_menu_2_contents_box{
  width: 260px;
  height: 80px;
  border-radius: 15px;
  padding: 2px;
  border: 2px solid #CBBBF0;
  margin: 5px;
  cursor: pointer;
}
.sub_menu_contents_text{
  text-align: center;
  width: 250px;
  line-height: 68px;
  border-radius: 10px;
  border: 2px solid #CBBBF0;
}

.sub2_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub2_1_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub2_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub2_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
  border: 1px solid #CBBBF0;
}
.sub2_1_contents_title_box{
  display: flex;
  flex-wrap: wrap;
}
.sub2_1_contents_title_box.sub2_1_contents_title_box--two .sub2_1_contents_title_box_text3{
  width: 50%;
  flex: 1 1 50%;
}
.sub2_1_contents_title_box_text{
  text-align: center;
  line-height: 50px;
  border: 1px solid #CBBBF0;
  width: 330px;
  cursor: pointer;
}
.sub2_1_contents_title_box_text2{
  text-align: center;
  line-height: 50px;
  border: 1px solid #CBBBF0;
  width: 50%;
  cursor: pointer;
}
.sub2_1_contents_title_box_text3{
  text-align: center;
  line-height: 50px;
  height: 60px;
  border: 1px solid #CBBBF0;
  width: 330px;
  cursor: pointer;
}
.sub2_1_contents_title_box_title{
  text-align: center;
  line-height: 60px;
  border: 1px solid #CBBBF0;
  width: 100%;
}
.sub2_1_contents_plan_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px;
  border: 1px solid #CBBBF0;
}
.sub2_1_contents_plan_box_container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #CBBBF0;
}
.sub2_1_contents_flex_space_between{
  justify-content: space-between;
}
.sub2_1_contents_plan_box_text_1{
  margin: 20px;
  margin-right: auto;
}
.sub2_1_contents_plan_box_text_2{
  margin: 20px;
  margin-right: 40px;
  margin-left: auto;
}
.sub2_1_contents_plan_box_text_baseline{
  align-items: baseline;
}
.plan-box{
  width: 100%;
}
.sub2_1_contents_plan_box_title{
  width: 100%;
  padding: 20px;
  border: 2px solid #A181E8;
  border-radius: 15px;
}
.sub2_1_contents_flex{
  display: flex;
  flex-wrap: wrap;
}
.sub2_1_contents_column{
  display: flex;
  flex-direction: column;
}
.sub2_1_contents_link{
  width: 80%;
  text-align: center;
  line-height: 40px;
  border-radius: 15px;
  border: 2px solid #CBBBF0;
}
.sub2_1_contents_plan_box_item_box{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}
.sub2_1_contents_plan_box_item{
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100px;
}
.sub2_1_contents_plan_box_item_text{
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.sub2_1_contents_plan_box_item_img_okan{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_okan.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_noukanshi{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_noukanshi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_anchisitsu{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_anchisitsu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_anchisitsu1{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_anchisitsu1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_butsugu{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_butsugu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_butsui{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_butsui.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_doraiaice{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_doraiaice.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_flower{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_flower.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_iei{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_iei.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kaiintokutengoitaihokan{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kaiintokutengoitaihokan.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kaiintokutensaidan{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kaiintokutensaidan.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kaisouhennreihin{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kaisouhennreihin.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kanbuton{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kanbuton.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kashiotyacohe{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kashiotyacohe.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kashishingu{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kashishingu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kikaku{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kikaku.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_kotubone{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_kotubone.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_koukyubutui{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_koukyubutui.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_makurakazari{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_makurakazari.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_morikago{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_morikago.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_onkyosetubi{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_onkyosetubi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_reikyuusya{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_reikyuusya.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_rissyoku{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_rissyoku.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_saidan{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_saidan.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_saidankazaribana{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_saidankazaribana.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_saidanmorimono{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_saidanmorimono.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_seika{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_seika.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_shindaisya{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_shindaisya.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_siraki{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_siraki.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_syousyuzai{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_syousyuzai.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_syozhinotoshi{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_syozhinotoshi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_tsuyahurumai{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_tsuyahurumai.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_plan_box_item_img_tsuyahurumai15{
  width: 100px;
  height: 100px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/item/item_tsuyahurumai15.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_flower_box_1{
  width: 50%;
}
.sub2_1_contents_flower_box_2{
  width: 100%;
}
.sub2_1_contents_flower_text{
  width: 100%;
  text-align: center;
}
.sub2_1_contents_flower_1{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 279 / 214;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/flower_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_flower_2{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 279 / 214;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/flower_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_flower_3{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 568 / 243;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/flower_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanbutsu_box{
  width: 50%;
}
.sub2_1_contents_kanbutsu_text{
  width: 100%;
  text-align: center;
}
.sub2_1_contents_kanbutsu_1{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 279 / 300;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanbutsu_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanbutsu_2{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 279 / 300;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanbutsu_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_toro_box{
  width: 50%;
}
.sub2_1_contents_toro_text{
  width: 100%;
  text-align: center;
}
.sub2_1_contents_toro_1{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 342 / 269;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/toro_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_toro_2{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 342 / 269;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/toro_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanoke_0_box{
  width: 100%;
}
.sub2_1_contents_kanoke_0_text{
  width: 100%;
  text-align: center;
}
.sub2_1_contents_kanoke_0{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 15 / 12;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanoke_0.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanoke_1{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 15 / 12;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanoke_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanoke_2{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 15 / 12;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanoke_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanoke_3{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 15 / 12;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanoke_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_kanoke_4{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 15 / 12;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/kanoke_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_1{
  width: 30%;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_2{
  width: 30%;;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_3{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 5071 / 3385;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_4{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 5071 / 3385;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_5{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 5071 / 3385;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_6{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 5071 / 3385;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_7{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 2762 / 2019;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_8{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 2601 / 2057;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_9{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 6016 / 4016;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_10{
  width: 50%;
  max-width: 450px;
  aspect-ratio: 6016 / 4016;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_11{
  width: 30%;;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_12{
  width: 30%;;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_12.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_13{
  width: 30%;;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_14{
  width: 30%;;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_14.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub2_1_contents_butsudan_15{
  width: 30%;;
  max-width: 300px;
  aspect-ratio: 1840 / 2756;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/prices/butsudan_15.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown {
  width: 100%;
  position: relative; /* ← 追加ポイント */
}

.dropbtn {
  padding: 10px 20px;
  border: 1px solid #CBBBF0;
  width: 100%;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  display: block;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  color: black;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-content.show {
  display: block !important; /* ← 明示的に表示 */
}

.sub3_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub3_1_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub3_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub3_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
  border: 1px solid #CBBBF0;
}
.sub3_1_contents_title_box{
  display: flex;
  flex-wrap: wrap;
}
.sub3_1_contents_title_box_text{
  text-align: center;
  line-height: 50px;
  border: 1px solid #CBBBF0;
  width: 330px;
  cursor: pointer;
}

.sub3_2_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub3_2_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub3_2_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub3_2_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
}
.sub3_2_contents_title{
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #B19DCC;
}
.sub3_2_contents_img{
  width: 90%;
  max-width: 710px;
  aspect-ratio: 710 / 1147;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_2_contents_text{
  width: 90%;
  max-width: 710px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.sub3_3_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub3_3_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub3_3_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub3_3_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
}
.sub3_3_contents_title{
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #B19DCC;
}
.sub3_3_contents_text_1{
  width: 90%;
  max-width: 710px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.sub3_3_contents_text_2{
  width: 110%;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}
.sub3_3_contents_explanation{
  padding: 10px;
  width: 110%;
  margin-left: 30px;
  border-radius: 15px;
}
.sub3_3_contents_explanation_text_1{
  line-height: 32px;
  margin-left: 10px;
}
.sub3_3_contents_explanation_text_2{
  margin-left: 25px;
  line-height: 28px;
  padding: 5px;
}
.sub3_3_contents_explanation_text_3{
  width: 110%;
  margin-left: 30px;
  text-align: right;
  line-height: 28px;
}

.sub3_4_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub3_4_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub3_4_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub3_4_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
}
.sub3_4_contents_title{
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #B19DCC;
}
.sub3_4_contents_text_1{
  width: 90%;
  max-width: 710px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.sub3_4_contents_text_2{
  width: 110%;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
.sub3_4_contents_text_3{
  padding-left: 30px;
}
.sub3_4_contents_img{
  width: 90%;
  max-width: 656px;
  aspect-ratio: 656 / 70;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub3_5_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub3_5_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub3_5_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub3_5_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
}
.sub3_5_contents_text_1{
  width: 90%;
  max-width: 756px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.sub3_5_contents_text_2{
  width: 90%;
  max-width: 756px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.sub3_5_contents_select{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.sub3_5_contents_select_img_1{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_select_img_2{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_select_img_3{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_select_img_4{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_select_img_5{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_select_img_6{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_select_img_7{
  width: 90%;
  max-width: 756px;
  aspect-ratio: 756 / 255;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub3_5_7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_img{
  width: 311px;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub1_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub3_5_contents_img_text{
  text-align: center;
  line-height: 30px;
}


.sub4_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub4_1_contents_area_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub4_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub4_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
}
.sub4_1_contents_box_title{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sub4_1_contents_box_text{
  width: 80%;
  max-width: 900px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.sub4_1_contents_box_text_2{
  width: 80%;
  max-width: 900px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.sub4_1_contents_img{
  width: 90%;
  max-width: 596px;
  aspect-ratio: 596 / 224;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub4_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub4_2_contents_img{
  width: 90%;
  max-width: 596px;
  aspect-ratio: 596 / 224;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub4_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub4_3_contents_img{
  width: 90%;
  max-width: 596px;
  aspect-ratio: 596 / 224;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub4_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub4_4_contents_img{
  width: 90%;
  max-width: 596px;
  aspect-ratio: 596 / 224;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/sub/sub4_4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.sub5_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.sub5_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub5_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
  padding: 30px 20px;
  border: 2px solid #B19DCC;
  display: flex;
  border-radius: 15px;
}
.sub5_1_contents_img{
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub5_1_contents_text_box{
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.sub5_1_contents_text_1{
  line-height: 26px;
}
.sub5_1_contents_text_2{
  line-height: 40px;
}
.sub5_1_contents_group{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.single_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
}
.single_contents_box_border{
  border-radius: 15px;
  padding: 40px;
}
.single_contents_box_date{

}
.single_contents_box_title{
  width: 100;
  border-bottom: solid 2px #A181E8;
  padding: 10px;
}
.single_contents_box_img{
  width: 90%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.single_contents_box_text{
  width: 90%;
  padding: 20px;
}

.contact1_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.contact1_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact1_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
  padding: 30px 20px;
  display: flex;
  flex-direction:column;
}
.contact1_1_contents_box_border{
  border: 2px solid #B19DCC;
  border-radius: 15px;
}
.contact1_1_contents_title{
  margin: 0 auto;
  text-align: center;
}
.contact1_1_flex{
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
.contact1_1_flex_sub{
  display: flex;
  flex-wrap: wrap;
  margin: 4px;
  margin-left: 20px;
}
.contact1_1_column{
  display: flex;
  flex-direction: column;
  margin: 4px;
  margin-left: 20px;
}
.contact1_1_item_title{
  margin-top: 20px;
}
.contact1_1_item_name{
  min-width: 250px;
  height: 30px;
}
.contact1_1_item_name_sub{
  min-width: 100px;
  height: 30px;
}
.contact1_1_input_text{
  width: 550px;
  height: 30px;
  border: 1.5px solid #444;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .contact1_1_input_text{
    width: 400px;
  }
}
@media screen and (max-width: 320px) {
  .contact1_1_input_text{
    width: 300px;
  }
}
.contact1_1_input_textarea{
  display: block;
  width: 80%;
  height: 120px;
  border: 1.5px solid #444;
  border-radius: 5px;
  margin: 0 auto;
}
.contact1_1_birthdate_group{
  display: flex;
  justify-content: flex-start;
}
.contact1_1_birthdate_group #birth_year,
.contact1_1_birthdate_group #birth_month,
.contact1_1_birthdate_group #birth_day,
.contact1_1_birthdate_group #kazoku1birth_year,
.contact1_1_birthdate_group #kazoku1birth_month,
.contact1_1_birthdate_group #kazoku1birth_day,
.contact1_1_birthdate_group #kazoku2birth_year,
.contact1_1_birthdate_group #kazoku2birth_month,
.contact1_1_birthdate_group #kazoku2birth_day,
.contact1_1_birthdate_group #kazoku3birth_year,
.contact1_1_birthdate_group #kazoku3birth_month,
.contact1_1_birthdate_group #kazoku3birth_day,
.contact1_1_birthdate_group #kazoku4birth_year,
.contact1_1_birthdate_group #kazoku4birth_month,
.contact1_1_birthdate_group #kazoku4birth_day{
  height: 30px;
  border: 1.5px solid #444;
}
.contact1_1_checkbox_name{
  line-height: 20px
}
.contact1_1_input_submit{
  display: block;
  width: 100px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 2px solid #B19DCC;
  border-radius: 15px;
}


.contact2_1_contents_area{
  position: relative;
  display: block;
  width: 100%;
}
.contact2_1_contents{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact2_1_contents_box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 992px;
  padding: 30px 20px;
  border: 2px solid #B19DCC;
  display: flex;
  flex-direction:column;
  border-radius: 15px;
}
.contact2_1_contents_title{
  margin: 0 auto;
  text-align: center;
}
.contact2_1_flex{
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
.contact2_1_flex_2{
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 40px;
}
.contact2_1_flex_sub{
  display: flex;
  flex-wrap: wrap;
  margin: 4px;
  margin-left: 20px;
}
.contact2_1_column{
  display: flex;
  flex-direction: column;
  margin: 4px;
  margin-left: 20px;
}
.contact2_1_column_textarea{
  display: flex;
  flex-direction: column;
  margin: 4px;
  margin-left: 20px;
  width: 100%;
}
.contact2_1_item_title{
  margin-top: 20px;
}
.contact2_1_item_name{
  min-width: 250px;
  /* height: 30px; */
}
.contact2_1_item_name_sub{
  min-width: 100px;
  height: 30px;
}
.contact2_1_input_text{
  width: 500px;
  height: 30px;
  border: 1.5px solid #444;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .contact2_1_input_text{
    width: 400px;
  }
}
@media screen and (max-width: 320px) {
  .contact2_1_input_text{
    width: 300px;
  }
}
.contact2_1_item_name_textarea{
  width: 100%;
}
.contact2_1_input_textarea{
  width: 90%;
  height: 60px;
  border: 1.5px solid #444;
  border-radius: 5px;
  margin-top: 10px;
  float: left;
}
.contact2_1_date_group #date_year,
.contact2_1_date_group #date_month,
.contact2_1_date_group #date_day{
  height: 30px;
  border: 1.5px solid #444;
}
.contact2_1_checkbox_name{
  line-height: 20px
}
.contact2_1_input_submit{
  display: block;
  width: 100px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 2px solid #B19DCC;
  border-radius: 15px;
}
.contact2_1_box_column{
  display: flex;
  flex-direction: column;
  margin: 40px 20px 10px 20px;
}
.contact2_1_box_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact2_1_box_border {
  border: 1.5px solid #444;
  border-radius: 5px;
}
.contact2_1_box_border_bottom {
  border-bottom: 1.5px solid #444;
}
.contact2_1_box {
  text-align: center;
  width: 100%;
}
.contact2_1_box_item{
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: 15px;
}
.contact2_1_box_item_text{
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.contact2_1_box_item_img_seika_syo{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/seika_syo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_seika_tyu{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/seika_tyu.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_seika_dai{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/seika_dai.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_morikago_syo{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/morikago_syo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_morikago_tyu{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/morikago_tyu.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_morikago_dai{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/morikago_dai.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_tourou{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/tourou.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_baburutoro{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/baburutoro.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact2_1_box_item_img_shikimi{
  width: 170px;
  height: 226px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/offerings/shikimi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkbox {
  display: flex;
  height: 30px;
}
/* .custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  padding-left: 30px;
  margin: 4px;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #B19DCC;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.custom-checkbox input[type="checkbox"]:checked + div::before {
  background-color: #B19DCC;
}
.custom-checkbox input[type="checkbox"]:checked + div::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 2px;
  color: #000;
  font-size: 16px;
} */

.wpcf7-list-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  padding-left: 30px;
  margin: 4px;
}
.wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #B19DCC;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
/* チェック済みのときのスタイル */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #B19DCC;
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 2px;
  color: #000;
  font-size: 16px;
}



.loading_effect{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  /* opacity: 0.9; */
}
/* .effect_fade{
  opacity: 0;
}
.effect_fade_text{
  opacity: 0;
} */



.first_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.is_active{
  opacity: 1;
  visibility: visible;
}
.spinner {
  position: fixed;
  width: 120px;
  height: 120px;;
  top: 55%;
  left: 50%;
  transform: translate(-45%, -50%);
}
.spinner > div {
  width: 24px;
  height: 24px;
  background-color: #B19DCC;
  margin-left: 2px;
  margin-right: 2px;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 2.4s infinite ease-in-out both;
  animation: sk-bouncedelay 2.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner .loading_icon {
  background-color: #1F60C7;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.0);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sub2_1_contents_title_box .dropdown {
  width: 330px;
}
.sub2_1_contents_title_box .dropbtn {
  width: 100%;
  height: 60px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #CBBBF0;
}
.sub2_1_contents_select_menu{
  display: flex;
  flex-wrap: wrap;
}

.sub2_1_contents_select_menu .sub2_1_contents_title_box_text3{
  width: 100%;
}

.sub2_1_contents_title_box .dropbtn {
  padding-top: 4px;
  padding-bottom: 16px;
}

.contact2_1_download_btn{
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #B19DCC;
  border-radius: 15px;
}