@charset "UTF-8";



.page_block_header{
    padding-bottom: 5px;
    text-align: center;
}

@media only screen and (max-width: 54em){
.page_block_header {
    padding-bottom: 5%;
    }
}


/* block_sub_title */
.topics_sub_title {
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .topics_sub_title {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .topics_sub_title br {
    display: none;
  }
}

/* block_sub_title */
.topics_sub_title02 {
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 15px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
  .topics_sub_title02 {
    margin: auto;
    max-width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 30em) {
  .topics_sub_title02 br {
    display: none;
  }
}




/* ===pageNation=== */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
/*
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 2;
}
.swiper-pagination-bullet-active{
    background-color: #aa8e76;
}
*/
/*グレー版スライド .swiper_boxに.swipe_grayが付く場合、エリア背景白で要素背景グレー */
.swiper_box.swipe_gray .swiper-pagination-bullet {
    background: #000;
}
.swiper_box.swipe_gray .swiper-pagination-bullet-active{
    background-color: #5d7e2a;
}
/* ===pageNation=== */

.swiper_box{
    padding: 30px 0;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
div.swiper-wrapper{
    margin-bottom: 10px;
    align-items: stretch;
    background-color: #fff;
}

/* 汎用swipe */
div.neo_common_slide{
    background-color: #fff;
    height: auto;
    margin-bottom: 30px;
}
/*グレー版スライド*/
.swiper_box.swipe_gray div.neo_common_slide{
    background-color: #eeeeee;
}
div.neo_common_slide a{
    text-decoration: none;
}
div.neo_common_slide a:visited{
    color: #000;
}
div.neo_common_slide a:hover{
    opacity: 0.8;
}
img.neo_common_image{
    display: block;
    margin: 0;
    padding: 0;
}
/*
div.neo_common_slide_inner{
    padding: 10px 10px;
}
*/
div.swiper_icon_box{
    margin: 0 0 10px 0;
}
/*
span.swiper_icon{
    display: inline-block;
    width: 100px;
    margin: 0 5px 0 0;
    text-align: center;
    background-color:#aa8e76;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
    padding: 3px;
    font-family: "Quicksand";
}
*/


div.areaG_swiper{
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
div.areaG_swiper_item{
    border: solid 1px #bca475;
    padding: 30px;
}
div.areaG_swiper_item figure{
    padding: 20px;
}
div.areaG_swiper_item span.areaG_num{
    color: #bca475;
    font-size: 20px;
}
div.areaG_swiper_item p.areaG_text1{
    color: #575757;
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #bca475;
}
div.areaG_swiper_item p.areaG_text2{
    font-size: 16px;
}
/* 480px */
@media only screen and (max-width: 30em) {
div.areaG_swiper_item{
    padding: 20px 50px;
}
}



/*flex_2G 2段 50:50*/
.flex_2G{
	display: flex;
	justify-content: space-between;
}
.flex_2G .flex_2G_innerA{
	width: 50%;
    order: 1;
	padding-right: 5px;
}
.flex_2G .flex_2G_innerB{
	width: 50%;
    order: 2;
}

/* 480px */
@media only screen and (max-width: 30em) {
.flex_2G{
	display: block;
}
}



/*====アコーディオン====*/
.accordion-003 {
  max-width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
  transition: transform .5s, opacity .5s;
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 1em 1em 1.5em;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  background-color: #009944;
  color: #fff;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}
.accordion-003[open] summary::after {
  transform: rotate(225deg);
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #000000;
  transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

@media only screen and (max-width: 48em) {
.accordion-003 summary {
  font-size: 15px;
  padding: 1em;
}
}
/*====アコーディオン====*/





/* =========== PLAN =========== */
.topics-container{
  padding: 4% 0;
}
.topics-area img{
  border-radius: 5px;
}
.topics-box_img{
  width: 50%;
}
.topics-box_container {
  padding: 0 20px;
  width: 70%;
}
@media only screen and (max-width: 48em) {
  .topics-area {
    padding: 0;
	  margin: 0 0 6% 0;
  }
  .topics-area img{
    border-radius: 0;
  }
  .topics-box_img{
    width: 100%;
  }
  .topics-box_img img{
    margin-bottom: 5% !important;
  }
  .topics-box_container {
    width: 100%;
    margin: 0;
  }
  .topics-area{
    display: block;
  }
}


/* =========== 詳細 =========== */
.price_area{
  display: flex;
  background-color: #f5f5f5;
  margin-top: 20px;
  justify-content: space-between;
}
.price_title{
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
}
.price_box{
  width: 100%;
  padding: 15px;
}
.price_text{
  padding: 15px 0 0;
  text-align: center;
}
.price_text2{
  padding: 15px;
}
.price_text span{
  font-size: 20px;
  font-weight: 600;
}
.topics-box_title {
  margin-bottom: 5%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Akshar', sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 600;
}
.topics-box_title2 {
  margin-bottom: 2%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: #f3f0ea;
  padding: 20px 0;
}
.plan_title{
  margin-bottom: 5%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 600;
  color: #009944;
}

@media only screen and (max-width: 48em) {
  .topics-box_title {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
.price_area{
  display: block;
  width: 90%;
  margin: auto;
}
.topics-box_title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 600;
  background-color: #f3f0ea;
  padding: 10px 0;
  margin: auto;
}
.topics-box_title2 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 20px 10px;
}
.plan_title{
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
}



/*=============== サービス内容 ===============*/
.topics-box_service{
	margin: 2% 0;
}
.topics-box_service p{
  line-height: 2;
  text-align: left;
  font-weight: 600;
}
/*
.parent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top: 50px;
}
.othet-item{
  width: 32%;
}
.othet-item img{
  border-radius: 5px;
}
*/
@media only screen and (max-width: 48em) {
.parent-container {
  display: block;
  justify-content: space-between;
  margin-top: 10px;
  flex-direction: column;
}
/*
.othet-item{
  width: 100%;
  padding: 0;
}
*/
}


/*=============== 4つのポイント ===============*/
.point_container{
  margin: 4% auto;
}
.point_area{
  padding: 0 50px;
  margin-bottom: 30px;
}
.point_box{
  width: 50%;
  display: grid;
  align-content: center;
}
.point_box p{
  font-weight: 500;
  font-size: 15px;
}
.point_box-img{
  width: 50%;
  padding: 20px 0;
}
.point_box p.point_text{
  font-size: 20px;
  font-family: Akshar, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #009944;
  margin-bottom: 20px;
}
.point_maintitle{
  font-weight: bold;
  font-size: 18px;
  color: #444;
}
.point_box p.point_title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 48em) {
.point_area{
  padding: 30px 20px;
}
.point_box{
  width: 100%;
}  
.point_box p{
  font-size: 13px;
}
.point_box-img{
  width: 100%;
  padding: 20px 0 0 0;
}
.point_maintitle{
  font-size: 16px;
}
}



/*=============== スケジュール ===============*/
.schedule_area{
  display: flex;
  padding: 15px 10px;
  position: relative;
  margin: 4% auto;
}
.schedule_box{
  margin: 20px 25px;
}
.schedule_box p{
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
.schedule_box-img{
  margin-bottom: 20px;
}

/*足跡*/
.schedule_icon-top{
  position: absolute;
  z-index: 10;
  top: -45px;
  left: -20px;
  width: 20%;
}
/*足跡*/
.schedule_icon-bottom{
  position: absolute;
  z-index: 10;
  bottom: -30px;
  right: -20px;
  width: 20%;
}

@media only screen and (max-width: 48em) {
.schedule_area{
  display: block;
  padding: 50px 20px 20px 20px;
}  
.schedule_box{
  margin: 0;
}
.schedule_box p{
  font-size: 15px;
  margin-bottom: 30px;
}
.schedule_box-img{
  width: 80%;
  margin: 0 auto 20px;
}
/*足跡*/
.schedule_icon-top{
  top: 70px;
  left: -80px;
  width: 60%;
  transform:rotate(90deg);
}
/*足跡*/
.schedule_icon-bottom{
  bottom: 70px;
  right: -80px;
  width: 60%;
  transform:rotate(90deg);
}
}


.schedule_pc{
  display: block;
}
.schedule_mb{
  display: none;
}
@media only screen and (max-width: 48em) {
.schedule_pc{
  display: none;
}
.schedule_mb{
  display: block;
}
}









/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

.bg_color_beige{
  background-color: #f7f6ee;
}