#main {
  background: url(../images/main_bg.png) no-repeat center center;
  background-size: cover;
  height: 400px;
}
#main .main_img {
  width: 100%;
  max-width: 1005px;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
#main .main_img img {
  width: 100%;
  display: block;
}

.sectioin1 {
  margin: 65px 0;
}

.sectioin2 {
  padding: 65px 0;
  background: url(../images/index/sectioin2_bg.png) no-repeat center center;
  background-size: cover;
}

.sectioin3 {
  padding: 65px 0 0;
}

.sectioin4 {
  padding: 0 0;
  position: relative;
}
.sectioin4:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 170px);
  bottom: -70px;
  left: 0;
  background: url(../images/index/sectioin4_bg.png) no-repeat center center;
  background-size: 100%;
  z-index: -1;
}

.sectioin5 {
  padding: 165px 0 65px;
}

.section_title {
  font-size: 3.8rem;
  color: #017dc5;
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.section_title .l_size {
  font-size: 4.8rem;
  color: #017dc5;
}
.section_title .m_size {
  font-size: 3.8rem;
  color: #017dc5;
}
.section_title .s_size {
  font-size: 2.8rem;
  color: #017dc5;
}
.section_title .normal_text {
  font-size: 2.4rem;
  color: #5c5c5c;
}

.read {
  font-size: 2.4rem;
  text-align: center;
  color: #5c5c5c;
}

.reason_list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.reason {
  width: 264px;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}
.reason img {
  width: 100%;
  display: block;
}

.reason:nth-of-(3) {
  margin-right: 0;
}

.plan_list_wrap .plan_catch {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 60px 0 40px;
}
.plan_list_wrap .plan_catch .catch {
  font-size: 3.0rem;
  position: relative;
}
.plan_list_wrap .plan_catch .catch:before, .plan_list_wrap .plan_catch .catch:after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 1px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.plan_list_wrap .plan_catch .catch:before {
  right: 100%;
  transform: translateX(-1rem);
}
.plan_list_wrap .plan_catch .catch:after {
  left: 100%;
  transform: translateX(1rem);
}
.plan_list_wrap .plan_list {
  display: flex;
  width: 100%;
  justify-content: center;
}
.plan_list_wrap .plan_list .plan {
  width: 402px;
  margin-right: 39px;
  position: relative;
}
.plan_list_wrap .plan_list .plan:nth-of-type(2n) {
  margin-right: 0;
}
.plan_list_wrap .plan_list .plan .icon_ranking {
  width: 110px;
  height: 105px;
  position: absolute;
  top: -25px;
  left: -27px;
  background: url(../images/index/icon_ranking.png) no-repeat left top;
  background-size: 110px;
  display: none;
}
.plan_list_wrap .plan_list .plan .icon_ranking.is_show {
  display: block;
}
.plan_list_wrap .plan_list .plan .icon_coupon {
  color: #91af2e;
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 120px;
  right: 10px;
  border: 3px solid #91af2e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FFF;
  line-height: 1.2;
}
.plan_list_wrap .plan_list .plan .icon_coupon .coupon_text1 {
  font-size: 1.2rem;
  color: #91af2e;
  font-weight: 500;
}
.plan_list_wrap .plan_list .plan .icon_coupon .coupon_text1 em {
  font-size: 1.0rem;
  font-style: normal;
  color: #91af2e;
}
.plan_list_wrap .plan_list .plan .icon_coupon .coupon_text2 {
  font-size: 2.0rem;
  color: #91af2e;
  font-weight: 600;
}
.plan_list_wrap .plan_list .plan .icon_coupon .coupon_text2 em {
  font-size: 1.3rem;
  font-style: normal;
  color: #91af2e;
  font-weight: 500;
}
.plan_list_wrap .plan_list .plan .icon_coupon .coupon_text3 {
  font-size: 1.8rem;
  color: #91af2e;
  font-weight: 500;
}
.plan_list_wrap .plan_list .plan .icon_coupon .coupon_text3 em {
  font-size: 1.0rem;
  font-style: normal;
}
.plan_list_wrap .plan_list .plan .plan_block {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.plan_list_wrap .plan_list .plan .plan_title {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #105d5c;
}
.plan_list_wrap .plan_list .plan .plan_title .plan_name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}
.plan_list_wrap .plan_list .plan .plan_title .capacity {
  font-size: 1.6rem;
  background: #FFF;
  color: #105d5c;
  display: flex;
  line-height: 1;
  padding: 3px 8px 4px;
  margin-left: 15px;
}
.plan_list_wrap .plan_list .plan .plan_reads {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.plan_list_wrap .plan_list .plan .plan_img {
  width: 100%;
  padding: 0 32px;
  position:relative;
}
.plan_list_wrap .plan_list .plan .plan_img.korezou:after {
  content:"";
  display:block;
  width:90px;
  height:98px;
  position:absolute;
  right:10px;
  bottom:-10px;
  background: url(../images/index/korezou2.png) no-repeat;
  background-size: contain;
}
.plan_list_wrap .plan_list .plan .plan_img img {
  display: block;
  width: 100%;
}
.plan_list_wrap .plan_list .plan .plan_category {
  width: calc(100% - 60px);
  display: flex;
  margin: auto;
  margin-top: 25px;
}
.plan_list_wrap .plan_list .plan .plan_category .category_name {
  width: calc((100% - 12px)/5);
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  line-height: 23px;
  background: #105d5c;
  color: #FFF;
  font-size: 1.4rem;
}
.plan_list_wrap .plan_list .plan .plan_category .category_name:last-of-type {
  margin-right: 0;
}
.plan_list_wrap .plan_list .plan .plan_price {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #105d5c;
  margin-top: 15px;
}
.plan_list_wrap .plan_list .plan .plan_price .price {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FFF;
}
.plan_list_wrap .plan_list .plan .plan_price .unit_price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}
.plan_list_wrap .plan_list .plan .plan_price .price2 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #FFF;
}
.plan_list_wrap .plan_list .plan .plan_price .unit_price2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
.plan_list_wrap .plan_banner {
  width: 100%;
  max-width: 732px;
  margin: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.plan_list_wrap .plan_banner img {
  display: block;
  width: 100%;
}
.plan_list_wrap .plan_banner .banner_text_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan_list_wrap .plan_banner .banner_text_area .banner_title {
  font-size: 3.0rem;
  color: #6c49b8;
}
.plan_list_wrap .plan_banner .banner_text_area .banner_title span {
  font-size: 2.5rem;
  color: #6c49b8;
}
.plan_list_wrap .plan_banner .banner_text_area .banner_text {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 1.5;
}

.plan_list_wrap .plan_catch.plan1 .catch {
  color: #105d5c;
}

.plan_list_wrap .plan_catch.plan1 .catch:before,
.plan_list_wrap .plan_catch.plan1 .catch:after,
.plan_list_wrap .plan_list .plan.plan1 .plan_category .category_name,
.plan_list_wrap .plan_list .plan.plan1 .plan_title {
  background: #105d5c;
}

.plan_list_wrap .plan_list .plan.plan1 .plan_category .category_name.not {
  background: #b7cece;
}

.plan_list_wrap .plan_list .plan.plan1 .plan_price {
  background: #379392;
}

.plan_list_wrap .plan_list .plan.plan1 .plan_title .capacity {
  color: #105d5c;
}

.plan_list_wrap .plan_catch.plan2 .catch {
  color: #233e8b;
}

.plan_list_wrap .plan_catch.plan2 .catch:before,
.plan_list_wrap .plan_catch.plan2 .catch:after,
.plan_list_wrap .plan_list .plan.plan2 .plan_category .category_name,
.plan_list_wrap .plan_list .plan.plan2 .plan_title {
  background: #233e8b;
}

.plan_list_wrap .plan_list .plan.plan2 .plan_category .category_name.not {
  background: #bdc5dc;
}

.plan_list_wrap .plan_list .plan.plan2 .plan_price {
  background: #5077e4;
}

.plan_list_wrap .plan_list .plan.plan2 .plan_title .capacity {
  color: #233e8b;
}

.plan_list_wrap .plan_catch.plan3 .catch {
  color: #b88b03;
}

.plan_list_wrap .plan_catch.plan3 .catch:before,
.plan_list_wrap .plan_catch.plan3 .catch:after,
.plan_list_wrap .plan_list .plan.plan3 .plan_category .category_name,
.plan_list_wrap .plan_list .plan.plan3 .plan_title {
  background: #b88b03;
}

.plan_list_wrap .plan_list .plan.plan3 .plan_category .category_name.not {
  background: #edd898;
}

.plan_list_wrap .plan_list .plan.plan3 .plan_price {
  background: #deb743;
}

.plan_list_wrap .plan_list .plan.plan3 .plan_title .capacity {
  color: #b88b03;
}

.plan_list_wrap .plan_catch.plan4 .catch {
  color: #d0021a;
}

.plan_list_wrap .plan_catch.plan4 .catch:before,
.plan_list_wrap .plan_catch.plan4 .catch:after,
.plan_list_wrap .plan_list .plan.plan4 .plan_category .category_name,
.plan_list_wrap .plan_list .plan.plan4 .plan_title {
  background: #d0021a;
}

.plan_list_wrap .plan_list .plan.plan4 .plan_price {
  background: #ee7785;
}

.plan_list_wrap .plan_list .plan.plan4 .plan_title .capacity {
  color: #d0021a;
}

.plan_list_wrap .plan_catch.plan5 .catch {
  color: #a4219a;
}

.plan_list_wrap .plan_catch.plan5 .catch:before,
.plan_list_wrap .plan_catch.plan5 .catch:after,
.plan_list_wrap .plan_list .plan.plan5 .plan_category .category_name,
.plan_list_wrap .plan_list .plan.plan5 .plan_title {
  background: #a4219a;
}

.plan_list_wrap .plan_list .plan.plan5 .plan_price {
  background: #e556da;
}

.plan_list_wrap .plan_list .plan.plan5 .plan_title .capacity {
  color: #a4219a;
}

/*
.plan_list_wrap .plan_catch.plan4 .catch {
  color: #6c49b8;
}

.plan_list_wrap .plan_catch.plan4 .catch:before,
.plan_list_wrap .plan_catch.plan4 .catch:after {
  background: #6c49b8;
}
*/

.box_korezou{width: 840px; margin: 60px auto; display: flex; padding: 20px 30px; background-color: #fefefe; border-radius: 20px;}
.box_korezou .figure{width: 100px; margin-right: 30px;}
.box_korezou .figure img{width:100%;}
.box_korezou .text{font-size: 24px; width: 670px; line-height: 1.5; display: flex; align-items: center;}

.map_area {
  width: 100%;
  max-width: 946px;
  display: flex;
  margin: 60px auto;
  position: relative;
}
.map_area .map {
  width: 453px;
  margin-right: 40px;
  position: relative;
}
.map_area .map.west {
  margin-right: 0;
}
.map_area .map img {
  width: 100%;
  display: block;
}
.map_area .map .map_info {
  position: absolute;
  top: -18px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.map_area .map .map_info .map_name {
  font-size: 2.0rem;
  color: #FFF;
  padding: 11px 30px;
  margin-bottom: 16px;
}
.map_area .map .map_info .map_locatioon {
  font-size: 1.6rem;
}
.map_area .map .map_info .map_locatioon a {
  font-size: 1.6rem;
  margin-right: 8px;
}
.map_area .map .map_info .map_locatioon a:last-of-type {
  margin-right: 0;
}
.map_area .icon_place_num {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.map_area .icon_place_num img {
  width: 197px;
  height: 197px;
  display: block;
}

.map_area .map .map_info .map_name {
  background: #e09b15;
}

.map_area .map.west .map_info .map_name {
  background: #287171;
}

.info_list {
  width: 100%;
  max-width: 680px;
  margin: 60px auto 40px;
}
.info_list .info {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ababab;
  padding-bottom: 24px;
}
.info_list .info .yymmdd {
  width: 250px;
  font-size: 1.4rem;
  font-weight: bold;
}
.info_list .info .info_text {
  width: calc(100% - 250px);
  font-size: 1.4rem;
  line-height:2;
}
.info_list .info + .info {
  margin-top: 24px;
}

.plan_list_wrap .plan_list .plan .plan_block {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.map_area .map .map_info .map_locatioon a:hover,
.plan_list_wrap .plan_list .plan .plan_block:hover {
  opacity: 0.8;
}

.news_list {
  margin-top: 40px;
}
.news_list .list {
  display: flex;
  border-bottom: 1px solid #ababab;
  padding-bottom: 12px;
}
.news_list .list .update {
  width: 134px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}
.news_list .list .news_headline {
  font-size: 1.4rem;
  line-height: 2;
  display: block;
  width: calc(100% - 134px);
}
.news_list .list + .list {
  margin-top: 20px;
}

.add_info {
  display: flex;
  justify-content: center;
  width: calc(100% - 30px);
  max-width: 600px;
  margin: 60px auto 0;
}
.add_info .information {
  display: flex;
  width: 100%;
  border: 2px solid #CCC;
  padding: 16px 16px 17px 16px;
  justify-content: center;
  position: relative;
}
.add_info .information a {
  display: flex;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 40px;
}
.add_info .information a:after {
  content: "i";
  position: absolute;
  display: flex;
  top: -2px;
  left: 8px;
  border: 1px solid #5c5c5c;
  width: 18px;
  height: 18px;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding-bottom: 2px;
}

@media screen and (min-width: 768px) {
.plan_list_wrap .plan_list .plan .plan_title.no1{margin-left: 20px; flex-direction: column;}
.plan_list_wrap .plan_list .plan .plan_title.no1 .plan_name {font-size: 2.2rem; margin-bottom: 5px;}
.temple_banner a {background: url(https://korekara-sougi.jp/wp-content/themes/korekara/common/images/index/temple_banner_pc.png) center/contain no-repeat!important;}
.flower_banner a {background: url(https://korekara-sougi.jp/wp-content/themes/korekara/common/images/index/flower_banner_pc.png) center/contain no-repeat!important;}
}

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

  .spHide{display:none!important;}

  .sectioin1 {
    margin: 30px 0;
  }

  #main {
    padding: 20px 0;
    height: auto;
  }

  .reason_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .reason {
    width: 264px;
    margin-right: 0;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .reason:nth-of-(3) {
    margin-right: 0;
  }

  .reason + .reason {
    margin-top: 40px;
  }

  .read {
    font-size: 1.3rem;
  }

  .section_title {
    font-size: 2.3rem;
  }

  .section_title .l_size {
    font-size: 2.8rem;
  }

  .section_title .m_size {
    font-size: 2.3rem;
  }

  .section_title .s_size {
    font-size: 1.7rem;
  }

  .plan_list_wrap {
    padding: 20px 20px;
    width: 100%;
  }

  .plan_list_wrap .plan_catch {
    margin: 30px 0 40px;
  }

  .plan_list_wrap .plan_list {
    display: block;
    padding: 0;
  }

  .plan_list_wrap .plan_catch .catch:after,
  .plan_list_wrap .plan_catch .catch:before {
    display: none;
  }

  .plan_list_wrap .plan_catch.plan3{margin-top:10px;}

  .plan_list_wrap .plan_list .plan {
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .plan_list_wrap .plan_list .plan + .plan {
    margin-top: 40px;
  }

  .plan_list_wrap .plan_list .plan .icon_ranking {
    width: 80px;
    height: 76px;
    position: absolute;
    top: -25px;
    left: -18px;
    background: url(../images/index/icon_ranking.png) no-repeat left top;
    background-size: 80px;
  }

  .plan_list_wrap .plan_list .plan .icon_coupon {
    right: -18px;
    transform: scale(0.8);
  }

  .plan_list_wrap .plan_list .plan .plan_title {
    position: relative;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #105d5c;
    flex-direction:column;
}
  .plan_list_wrap .plan_list .plan .plan_title.no1{
    padding-left:0;
}
  .plan_list_wrap .plan_list .plan .plan_title .capacity {
    margin:5px auto 0;
  }

  .plan_list_wrap .plan_list .plan .plan_category {
    width: calc(100% - 30px);
  }

  .plan_list_wrap .plan_list .plan .plan_img {
    padding: 0 15px;
  }
  .plan_list_wrap .plan_list .plan .plan_price {
    flex-direction:column;
    height:70px;
  }
  .plan_list_wrap .plan_list .plan .plan_price .price2 {
    margin-top:5px;
  }
  .plan_list_wrap .plan_banner {
    background: url(../images/index/plan_banner_sp.png) no-repeat right center;
    background-size: cover;
    height: auto;
    position: relative;
  }

  .plan_list_wrap .plan_banner .banner_text_area .banner_title {
    font-size: 2.0rem;
  }

  .plan_list_wrap .plan_banner .banner_text_area .banner_text {
    padding-right: 90px;
    margin-top: 10px;
  }

  .plan_list_wrap .plan_banner:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #6c49b8 transparent transparent transparent;
  }

  .plan_list_wrap .plan_banner:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #6c49b8 transparent;
  }

  .plan_list_wrap .plan_banner img {
    display: none;
  }

  .plan_list_wrap .plan_banner .banner_text_area {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.box_korezou{width: calc(100% - 40px); margin: 20px auto 0; display: flex; padding:15px; background-color: #fefefe; border-radius: 15px;}
.box_korezou .figure{width:calc(25vw - 17.5px); margin-right:0;}
.box_korezou .figure img{width:100%;}
.box_korezou .text{font-size:4vw; width:calc(75vw - 52.5px); line-height: 1.5; display: flex; align-items: center; padding-left:10px;}

  .map_area {
    display: block;
    padding: 0 20px;
  }

  .map_area .map {
    width: 100%;
    margin-right: 0;
  }

  .map_area .map.west {
    margin-top: 50px;
  }

  .map_area .icon_place_num {
    /*width: 100%;
    height: 100%;
    position: relative;
	margin:-40px 0 20px;
	justify-content: flex-start;
	z-index:10;*/
    justify-content: flex-start;
  }

  .map_area .icon_place_num img {
    width: 95px;
    height: 95px;
    display: block;
    margin-left: 10px;
  }

  .sectioin4:after {
    width: 100%;
    height: 100%;
    bottom: -70px;
    background: url(../images/index/sectioin4_bg.png) no-repeat center center;
    background-size: cover;
  }

  .info_list {
    padding: 0 15px;
    margin: 40px auto 40px;
  }

  .info_list .info {
    display: block;
  }

  .info_list .info .yymmdd {
    width: 100%;
    display: block;
  }

  .info_list .info .info_text {
    width: 100%;
    display: block;
    margin-top: 8px;
  }

  .plan_list_wrap .plan_banner .banner_text_area .banner_text br {
    display: none;
  }

  .plan_list_wrap .plan_banner .banner_text_area .banner_title span {
    font-size: 2.0rem;
  }

  .contact_banner_list .list .list_text_area .text br {
    display: none;
  }

  .add_info {
    margin: 30px auto 0;
  }

  .add_info .information a {
    font-size: 1.4rem;
  }

  .add_info .information a:after {
    top: -3px;
    left: 12px;
    font-size: 1.4rem;
  }

	.temple_banner a {background: url(https://korekara-sougi.jp/wp-content/themes/korekara/common/images/index/temple_banner_sp.png) center/contain no-repeat!important;}
	.flower_banner a {background: url(https://korekara-sougi.jp/wp-content/themes/korekara/common/images/index/flower_banner_sp.png) center/contain no-repeat!important;}
}

@media screen and (max-width: 374px) {
  .footter_btnarea a {
    font-size: 1.0rem;
  }

  .plan_list_wrap .plan_list .plan .plan_title .plan_name {
    font-size: 1.8rem;
  }

  .plan_list_wrap .plan_list .plan .plan_category .category_name {
    font-size: 1.0rem;
  }

  .h_acsess .tel_number .icon {
    font-size: 1.3rem;
    height: 28px;
    padding: 0 4px;
    margin-right: 6px;
  }

  .contact_banner .contact_banner_block .h_acsess .tel_number .number {
    font-size: 2.3rem;
  }

  .contact_banner .contact_banner_block .h_acsess .catch span {
    font-size: 1.4rem;
  }

  .contact_banner_list .list .list_text_area {
    width: 80%;
    transform: translateX(-20px);
  }

  .plan_list_wrap .plan_list .plan .plan_title .capacity {
    font-size: 1.2rem;
  }

  .plan_list_wrap .plan_list .plan .plan_reads {
    font-size: 1.2rem;
  }

  .plan_list_wrap .plan_list .plan .plan_price .price {
    font-size: 2.4rem;
  }

  .plan_list_wrap .plan_list .plan .plan_price .unit_price {
    font-size: 1.6rem;
  }

  .section_title .l_size {
    font-size: 2.4rem;
  }

  .section_title .normal_text {
    font-size: 2.0rem;
  }

  .plan_list_wrap .plan_catch .catch {
    font-size: 2.2rem;
  }

  .f_area_wrap .f_area span {
    font-size: 1.2rem;
  }

  .f_area_wrap .f_area a {
    font-size: 1.1rem;
    white-space: nowrap;
  }

  .footer .footer_list:nth-of-type(3) .f_area_wrap .f_area span {
    max-width: 120px;
  }
}

/* lp_tokyo */
/*
body.page-template-lp_tokyo .plan_list_wrap .plan_catch{
margin: 60px 0 30px;
}
body.page-template-lp_tokyo .plan_list_wrap .plan_catch .catch{
font-size:2.5rem;
}
body.page-template-lp_tokyo .plan_list_wrap .plan_catch .catch:before,
body.page-template-lp_tokyo .plan_list_wrap .plan_catch .catch:after{
content:none;
}
body.page-template-lp_tokyo .plan_list_wrap .plan_list .plan.plan5{
margin-right:0;
}
body.page-template-lp_tokyo li.plan.plan3 a,
body.page-template-lp_tokyo li.plan.plan4 a,
body.page-template-lp_tokyo li.plan.plan5 a{
pointer-events:none;
}
@media screen and (min-width: 768px){
body.page-template-lp_tokyo .plan_list_wrap .plan_list .plan .icon_ranking{
position: absolute;
top: 90px;
left: -27px;
}
body.page-template-lp_tokyo .plan_list_wrap .plan_list .plan .plan_title.no1{
margin-left:0;
padding-left:30px;
flex-direction:unset;
}
}
@media screen and (max-width: 767px){
body.page-template-lp_tokyo sectioin.sectioin2 h1{
margin-bottom:0;
}
body.page-template-lp_tokyo .plan_list_wrap{
padding:0 20px;
}
body.page-template-lp_tokyo .plan_list_wrap .plan_catch .catch{
font-size:5.5vw;
}
body.page-template-lp_tokyo .plan_list_wrap .plan_list .plan .icon_ranking{
position: absolute;
top: 45px;
left: -18px;
}
}
*/