@charset "UTF-8";

/*wrapper*/
#wrapper {
  padding-top: 0 !important;
}
/*  mainvisual*/
#mainvisual {
  margin-top: 20px;
}
#mainvisual .slide_msg{
	position: absolute;
	bottom: calc(48% - 189px);
	left: calc(28% - 279px);
  display: flex;
  justify-content: center;
}
#mainvisual .slide_msg p{
	margin-right: 40px;
}
#mainvisual .slide_msg p:hover {
  opacity: 0.8;
}
#mainvisual .slide_msg p:last-child {
  margin-right: 0;
}
#mainvisual .slide_msg p a {
  display: block;
}

/*info*/
#info {
  padding-top: 50px;
}

#info .info_box {
  background: #F5F3F4;
  border-radius: 26px;
  margin-bottom: 40px;
}
#info .info_box .info_txt {
  text-align: center;
}
#info .info_box .info_txt a {
  display: block;
  color: #000;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 10px;
  position: relative;
}
#info .info_box .info_txt a::after {
  content: "";
  position: absolute;
  background: url("../images/index/index_ic01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*index_box01*/
#index_box01 {
    padding-top: 54px;
    padding-bottom: 90px;
    box-sizing: border-box;
}
#index_box01 .info {
  background: #F5F3F4;
  border-radius: 26px;
  margin-bottom: 40px;
}
#index_box01 .info .info_txt {
  text-align: center;
}
#index_box01 .info .info_txt a {
  display: block;
  color: #000;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 10px;
  position: relative;
}
#index_box01 .info .info_txt a::after {
  content: "";
  position: absolute;
  background: url("../images/index/index_ic01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box01 .about_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#index_box01 .about_box .about_box_left {
  width: 60%;
}
#index_box01 .about_box .about_box_left .about_box_img img {
  border-radius: 20px;
}
#index_box01 .about_box .about_box_right {
  width: 36%;
}
#index_box01 .about_box .about_box_right .about_box_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  text-align: left;
}
#index_box01 .about_box .box_award {
  margin-top: 30px;
}
#index_box01 .about_box .box_award p {
  font-size: 16px;
  color: #AA8E6D;
  text-align: center;
  font-weight: bold;
}
#index_box01 .about_box .box_award .box_award_img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#index_box01 .about_box .box_award .box_award_img p:first-child {
  margin-right: 60px;
}
/* box_content */

.box_content {
  background: #DED5CA;
  padding: 70px 0;
}
 @media screen and (max-width: 750px){
  .box_content{
    padding: 50px 0;
  }
 }

/*index_box_list*/


#index_box_list {
  margin-bottom: -170px;
  padding-top: 90px;
}

.circle_anker_box{
  display: flex;
  justify-content: space-around;
  max-width:900px;
  margin:0 auto;
}
.circle_anker_box a{
  color:#fff;
  display: block;
  margin:0 auto;
  width:100%;
}
.circle_anker_box li{
  box-sizing: border-box;
  width:220px;
  padding:3px 3px 50px;
  background-color: #AA8E6D;
  border-radius: 110px;
  color:#fff;
  position: relative;
}
.circle_anker_box li::after{
  position: absolute;
  bottom:13px;
  border-radius: 20px;
  content: "";
  font-size: 20px;
  margin:auto;
  right:0;
  left:0;
  background:url('../images/index/img_arrow01.png');
  height:35px;
  width:35px;
}
.circle_anker_box li img{
  margin:5px auto;
  display: block;
}
.index_box_list_ttl{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding:12px;
}
.index_box_list_txt{
  max-width:160px;
  font-size:12px;
  margin: 0 auto;
  padding-bottom:10px;
}


/*
#index_box_list ul {
  display: flex;
  justify-content: center;
}
#index_box_list ul li {
  margin-right: 60px;
  width: calc((100%/ 3 ) - 180px);
  border-radius: 110px;
  position: relative;
  cursor: pointer;
}

#index_box_list ul .list_img01::before {
  content: "";
  position: absolute;
  background: url('../images/index/index_img13.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 190px;
  height: 360px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box_list ul .list_img02::before {
  content: "";
  position: absolute;
  background: url('../images/index/index_img14.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 190px;
  height: 360px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box_list ul .list_img03::before {
  content: "";
  position: absolute;
  background: url('../images/index/index_img15.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 190px;
  height: 360px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box_list ul li:hover {
  opacity: 0.8;
}
#index_box_list ul li:last-child {
  margin-right: 0;
}
#index_box_list ul li a {
  color: #FFF;
  padding: 0 15px;
  display: block;
  position: relative;
  margin-top: 6px;
}
#index_box_list ul li a:hover {
  opacity: 1;
}
#index_box_list ul li .index_box_list_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#index_box_list ul li .index_box_list_txt {
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
}
*/
/*index_box02*/
#index_box02 {
    background: #F5F3F4;
    padding: 270px 0 100px 0;
    box-sizing: border-box;
}
#index_box02 .kodawari_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#index_box02 .kodawari_box .kodawari_box_list {
  width: 40%;
  margin-bottom: 40px;
}
#index_box02 .kodawari_box .kodawari_box_list .kodawari_box_img{
  margin-bottom: 10px;
}
#index_box02 .kodawari_box .kodawari_box_list .kodawari_box_img img{
  margin: 0 auto;
  display: block;
}
#index_box02 .kodawari_box .kodawari_box_list .kodawari_box_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#index_box02 .kodawari_box .kodawari_box_list .kodawari_box_txt {
  font-weight: bold;
  text-align: left;
}
#index_box02 .bnr_gcp {
  text-align: center;
  margin-top: 40px;
}

/*index_box03*/
#index_box03 {
  padding: 100px 0;
  box-sizing: border-box;
  background: #f5f3f4;
}
#index_box03 .list_case {
  width: 37%;
  margin: 40px auto 0;
  background: #FFF;
  border-radius: 26px;
  margin-bottom: 40px;
}
#index_box03 .list_case .list_case_txt {
  text-align: center;
}
#index_box03 .list_case .list_case_txt a {
  display: block;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 10px;
  position: relative;
  color: #000;
}
#index_box03 .list_case .list_case_txt a::after {
  content: "";
  position: absolute;
  background: url("../images/index/index_ic01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 49%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box03 .case_box {
  margin-top: 40px;
}
#index_box03 .case_box  .case_box_ct {
  padding-bottom: 40px;
}
#index_box03 .case_box .case_box_right {
  float: right;
}
#index_box03 .case_box .case_box_link {
  background: #FFF;
  border-radius: 40px;
  margin-top: 20px;
  position: relative;
}
#index_box03 .case_box .case_box_link::after {
  content: "";
  position: absolute;
  background: url(../images/index/index_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 49%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box03 .case_box .case_link {
  padding: 10px 30px 10px 0;
  display: block;
  color: #000;
  text-align: center;
  font-weight: bold;
}
#index_box03 .case_box .case_box_img img {
  max-width: 300px;
}
#index_box03 .case_box .case_box_ttl {
	font-size: 20px;
	margin-bottom: 20px;
  font-weight: bold;
}
#index_box03 .case_box .case_box_txt {
	color: #000;
	font-weight: normal;
}
#index_box03 .case_box .case_box_rental {
  color: #1BA83B;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
#index_box03 .ttl04 {
  position: relative;
  margin: 60px 0 0;
  text-align: center;
  font-size: 21px;
  padding-left: 0;
}
#index_box03 .ttl04::before {
  content: "";
  position: absolute;
  left: 38%;
  top: 43%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}
#index_box03 .ttl04::after {
  content: "";
  position: absolute;
  right: 38%;
  top: 43%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}
#index_box03 .pick_box {
  width: 70%;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
#index_box03 .pick_box_ct {
  width: calc((100% / 2) - 40px);
  padding: 40px;
  background: #f5f3f4;
}
#index_box03 .pick_box_ct:first-child {
  margin-right: 40px;
}
#index_box03 .pick_box_ct .pick_box_img {
  margin-bottom: 30px;
  text-align: center;
}
#index_box03 .pick_box_ct .pick_box_img img {
  max-width: 300px;
}
#index_box03 .pick_box_ct .pick_box_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#index_box03 .pick_box_link {
  margin: 20px 0 0 auto;
  width: 40%;
  text-align: right;
}
#index_box03 .pick_box_link .pick_link {
  color: #000;
  display: block;
  font-weight: bold;
}

/*index_box04*/
#index_box04 {
  background: #F5F3F4;
  padding: 100px 0;
  box-sizing: border-box;
}
#index_box04 .news_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#index_box04 .news_box_left {
  width: 64%;
  box-sizing: border-box;
  margin-right: 20px;
}
#index_box04 .news_box_leftct {
  border-bottom: 1px solid #000;
}
#index_box04 .news_box_leftct > a {
  text-decoration: none;
  color: #222;
}
#index_box04 .list01 {
  border-top: 1px solid #000;
  padding: 30px 10px;
  box-sizing: border-box;
  display: flex;
  color: #000;
}
#index_box04 .list01 dt {
  width: 160px;
  margin-right: 20px;
}
#index_box04 .list01 dt img {
  width: 100%;
}
#index_box04 .list01 dd {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index_box04 .list01 dd .news_list_ttl {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
#index_box04 .btn04 > .inner {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1em;
  background: #a28c47;
  border-radius: 4px;
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 7px 34px 7px 12px;
}
#index_box04 .btn04 .inner:after {
  position: absolute;
  content: "";
  background: url("/images/index/index_ic01.png") no-repeat;
  width: 14px;
  height: 14px;
  right: 8px;
  top: calc(50% - 7px);
  background-size: 14px auto;
}
#index_box04 .news_box_left .news_btn {
  background: #FFF;
  width: 60%;
  margin: 30px auto;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
#index_box04 .news_box_left .news_btn::after {
  content: "";
  background: url("../images/index/index_ic01.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box04 .news_box_left .news_btn a {
  color: #000;
  padding: 20px 40px 20px 10px;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
#index_box04 .news_box_right {
	width: 80%;
  text-align: center;
	margin: 0 auto;
  max-width:500px;
}

/*index_box05*/
#index_box05 {
  padding: 100px 0;
  box-sizing: border-box;
}
#index_box05 .price_txt {
  font-size: 16px;
}
#index_box05 .tab_area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}
#index_box05 .tab {
  width: calc((100% / 4) - 10px);
  text-align: center;
  color: #FFF;
  background-color: #aa8e6d;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
#index_box05 .tab .tab_ttl01 {
  font-size: 22px;
  font-weight: bold;
}
#index_box05 .tab .tab_ttl02 {
  font-size: 16px;
  line-height: 20px;
}
#index_box05 .tab .tab_ttl02 span {
  font-size: 14px;
}
#index_box05 .tab.active {
  background: #f5f3f4;
  color: #aa8e6d;
}
/* #index_box05 .tab::after {
  content: "";
  position: absolute;
  background: url(../images/index/img_arrow03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box05 .tab.active::after {
  content: "";
  position: absolute;
  background: url(../images/index/img_arrow02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
} */
/* #index_box05 .content_area {
  font-size: 30px;
  text-align: center;
}
#index_box05 .content {
  display: none;
}
#index_box05 .content.show {
  padding: 50px 0;
  display: block;
  background: #f5f3f4;
  width: 80%;
  margin: 0 auto 40px;
  border-radius: 0 0 20px 20px;
}
#index_box05 .content .plan_box {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
}
#index_box05 .content .plan_box .plan_list {
  text-align: left;
  font-weight: bold;
  margin-right: 60px;
}
#index_box05 .content .plan_box .plan_list p {
  margin-bottom: 6px;
}
#index_box05 .content .plan_box .plan_list .plan_txt {
  font-size: 14px;
}
#index_box05 .content .plan_box p img {
  max-width: 300px;
}
#index_box05 .content .plan_date_box {
  background: #FFF;
  width: 80%;
  margin: 40px auto 94px;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
#index_box05 .content .plan_date_box::after {
  content: "";
  position: absolute;
  background: url(../images/index/index_ic04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box05 .content .plan_date_box02::after {
  top: 130%;
}
#index_box05 .content .plan_date_box:last-child::after{
  content: none;
}
#index_box05 .content .plan_date_box:last-child {
  margin-bottom: 0;
}
#index_box05 .content .plan_date_box .plan_ttl {
  background: #575757;
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}
#index_box05 .content .plan_date_box .plan_date_txt {
  text-align: left;
  padding: 0 30px;
}
#index_box05 .content .plan_date_box .plan_date_list {
  display: flex;
  justify-content: space-around;
  text-align: left;
}
#index_box05 .content .plan_date_box .plan_date_list ul li {
  list-style: disc;
}
#index_box05 .price_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#index_box05 .price_box_list {
  margin-right: 100px;
	position: relative;
}
#index_box05 .price_box_list:last-child {
  margin-right: 0;
}
#index_box05 .price_box_list .price_box_img {
	width: 80%;
	display: block;
	margin: auto;
}
#index_box05 .price_box_list::after {
  content: "";
  background: url("../images/index/index_ic02.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 35%;
  left: 115%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box05 .price_box_list:last-child::after{
  content: none;
}
#index_box05 .price_box_list .price_box_txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
#index_box05 .price_size_box dl {
  display: flex;
  justify-content: space-between;
  width: 66%;
  background: #AA8E6D;
  color: #FFF;
  padding: 10px 60px 10px 40px;
  border-radius: 30px;
  font-size: 20px;
  margin: 0 auto 20px;
  position: relative;
}
#index_box05 .price_size_box dl::after {
  content: "";
  background: url("../images/index/index_ic03.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index_box05 .price_size_box dl dt,
#index_box05 .price_size_box dl dd {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#index_box05 .price_size_box dl dt span {
  margin-left: 20px;
}
#index_box05 .price_size_box .price_disc {
  text-align: center;
  font-weight: bold;
}
#index_box05 .price_option {
  margin-top: 60px;
  background: #F5F3F4;
  padding: 50px;
  border-radius: 30px;
}
#index_box05 .price_option_box {
  display: flex;
  justify-content: space-around;
}
#index_box05 .price_option_box .price_option_list {
  width: calc((100% / 2) - 90px);
}
#index_box05 .price_option_box .price_option_list .price_option_img {
  margin-bottom: 10px;
  text-align: center;
}
#index_box05 .price_option_box .price_option_list .price_option_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#index_box05 .price_option_box .price_option_list .price_option_ttl span {
  color: #1BA83B;
}
#index_box05 .price_option_box .price_option_list .price_option_txt {
  line-height: 2.2;
} */
#index_box05 .price_disc_box {
  display: flex;
  justify-content: space-between;
  background: #DED5CA;
  border-radius: 20px;
  margin-bottom: 40px;
  flex-flow: row-reverse;
}
#index_box05 .price_disc_box .price_disc_box_right .price_disc_img {
  height: 100%;
}
#index_box05 .price_disc_box .price_disc_box_left {
  width: 47%;
  margin-right: 0px;
  padding: 40px;
}
#index_box05 .price_disc_box .price_disc_box_left .price_type {
  background: #1ba83b;
  width: 30%;
  text-align: center;
  color: #FFF;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#index_box05 .price_disc_box .price_disc_box_left .price_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#index_box05 .price_disc_box .price_disc_box_left .price_txt {
  text-align: left;
  line-height: 2;
  padding-bottom: 30px;
}
#index_box05 .price_disc_box .price_disc_box_left .price_disc_btn {
  background: #FFF;
  border-radius: 30px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  position: relative;
}
#index_box05 .price_disc_box .price_disc_box_left .price_disc_btn::after {
  content: "";
  background: url("../images/index/index_ic05.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}
#index_box05 .price_disc_box .price_disc_box_left .price_disc_btn a {
  padding: 16px 34px 16px 0;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  display: block;
}
#index_box05 .price_disc_box .price_disc_box_right .price_disc_img img {
  border-radius: 0 20px 20px 0;
  display: block;
  height: 100%;
  object-fit: cover;
}
.plan_list {
  display: flex;
  justify-content: space-between;
	margin-top: 50px;
}
 .plan_list .plan_list_box {
  width: 30%;
  background: #F5F3F4;
  border-radius: 20px;
  position: relative;
  padding-bottom: 50px;
}
 .plan_list .plan_list_box .plan_img img {
  display: block;
  width: 100%;
}
 .plan_list .plan_list_box .plan_ttl {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
}
.plan_list .plan_list_box .plan_txt {
  text-align: justify;
  padding: 0 20px 20px;
}
 .plan_list .plan_list_box .plan_btn {
  position: absolute;
  background: #1ba83b;
  border-radius: 0 0 20px 20px;
  width: 100%;
  bottom: 0;
}
.plan_list .plan_list_box .plan_btn a::after {
  content: "";
  background: url(../images/index/index_ic06.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
 .plan_list .plan_list_box .plan_btn a {
  padding: 16px 34px 16px 0;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  display: block;
  position: relative;
}

/*index_box06*/
#index_box06 {
  background: #FAFAC7;
  padding: 100px 0;
}
#index_box06 .movie p {
  text-align: center;
}

/*introduced*/
#introduced {
	clear: both;
	padding-top: 0;
	margin-top: 80px;
}

.btn_01a{
  width: 37%;
  margin: 0 auto 40px;
  background: #F5F3F4;
  border-radius: 26px;
  margin-bottom: 40px;
  text-align: center;
}
.btn_01a a {
  display: block;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 10px;
  position: relative;
  color: #000;
}
.btn_01a a::after {
  content: "";
  position: absolute;
  background: url("../images/index/index_ic01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 49%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.plan_box{padding: 80px 0;box-sizing: border-box;}
.plan_bx{background: #DED5CA;border-radius: 20px;padding: 30px 0 50px 0;}
.plan_ct{position: relative;}
.plan_sub{position: absolute;top: -50px;left: 50%;transform: translateX(-50%);}
.plan_sub01_ct{display: inline-block;}
.plan_sub .plan_sub01_ct{background: #1BA8A8;border-radius: 20px;color: #fff;line-height: 40px;padding: 0 41px;font-size: 20px;}
.plan_list02{padding: 0 50px;box-sizing: border-box;display: flex;margin-bottom: 20px;}
.plan_list02_it{width: calc((100% - 60px) / 4);margin-right: 20px;background: #fff;color: #1BA8A8;line-height: 32px;font-size: 18px;padding: 18px 15px;border-radius: 20px;position: relative;font-weight: bold;}
.plan_list02_it:before{position: absolute;width: 0;height: 0;border-style: solid;border-width: 10px 10px 0 10px;border-color: #fff transparent transparent transparent;left: 50%;transform: translateX(-50%);bottom: -10px;content: "";}
.plan_list02_it:last-child{margin-right: 0;}
.list_plan_img{display: flex;margin-bottom: 30px}
.list_plan_img li{}
.list_plan_btn{display: flex;padding: 0 60px;box-sizing: border-box;}
.list_plan_btn li{width: calc((100% - 60px) / 2);margin-right: 60px;}
.list_plan_btn li:last-child{margin-right: 0;}
.list_plan_btn a{font-size: 20px;line-height: 32px;text-align: center;border-radius: 30px;padding: 14px 0;font-weight: bold;justify-content: center;align-items: center;display: flex;position: relative;}
.list_plan_btn li:first-child a{background: #1BA8A8;color: #fff;}
.list_plan_btn li:last-child a{background: #fff;color: #000;}


.ico{background: #fff;position: absolute;border-radius: 50%;width: 36px;height: 36px;right: 2%;}
.ico:before{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 14px;border-color: transparent transparent transparent #1BA8A8;top: calc(50% - 10px);left: calc(50% - 5px);}
.ico:after{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 8px 0 8px 12px;border-color: transparent transparent transparent #fff;top: calc(50% - 8px);left: calc(50% - 7px);}


.ico.white{background: #AA8E6D;position: absolute;border-radius: 50%;width: 36px;height: 36px;}
.ico.white:before{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 14px;border-color: transparent transparent transparent #fff;top: calc(50% - 10px);left: calc(50% - 5px);}
.ico.white:after{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 8px 0 8px 12px;border-color: transparent transparent transparent #AA8E6D;top: calc(50% - 8px);left: calc(50% - 7px);}

#plan01.adj_sroll_01{margin-top:-30px;}/* アンカー帳仕様 */
.adj_sroll_01{padding-top: 60px;}
.plan_sub.plan_sub01 .plan_sub01_ct{background: #EF7D7D;}
.plan_bx.plan_bx02 .plan_list02_it{color: #EF7D7D;}

.plan_bx.plan_bx02 .list_plan_btn li:first-child a{background: #EF7D7D;}


.ico.rose::before{border-color: transparent transparent transparent #EF7D7D;}

@media screen and (max-width: 750px) {
	p {
		font-size: 14px;
	}
  a:hover {
    opacity: 1;
  }
  .sp_none{
    display: none;
  }

	/*wrapper*/
	#wrapper {
		padding-top: 0 !important;
	}

	/*mainvisual*/
	#mainvisual {
		margin-top: 59px;
	}
	#mainvisual .slide_msg{
		top: calc(88% - 44px);
    left: calc(26% - 120px);
		padding: 15px;
		width: 320px;
		height: auto;
		border-radius: 10px;
		line-height: 1.2;
		font-size: 14px;
	}
	#mainvisual .slide_msg p {
		margin-right: 10px;
	}
  #mainvisual .slide_msg p:hover {
    opacity: 1;
  }

	/*info*/
  #info {
    padding-top: 20px;
  }

	#info .info_box {
		border-radius: 40px
	}
	#info .info_box .info_txt a {
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 1.7;
		padding: 4px;
	}
	#info .info_box .info_txt a::after {
		width: 30px;
		height: 30px;
	}

	/*index_box01*/
	#index_box01 {
		padding: 20px 0 40px;
	}
	#index_box01 .about_box {
		display: block;
	}
	#index_box01 .about_box .about_box_left {
		width: 100%;
	}
	#index_box01 .about_box_img {
		margin-bottom: 20px;
	}
	#index_box01 .about_box .about_box_right {
		width: 100%;
	}
	#index_box01 .about_box .about_box_right .about_box_txt {
		line-height: 1.8;
	}
  #index_box01 .about_box .about_box_right .box_award {
    padding: 15px 10px 0;
  }
  #index_box01 .about_box .about_box_right .box_award .box_award_img {
    margin-top: 10px;
    padding-bottom: 10px;
  }

	/*index_box_list*/
	#index_box_list {
		margin-bottom: -108px;
		padding-top: 40px;

	}
	#index_box_list ul li {
    width: 100%;
	}
  #index_box_list ul li:hover {
    opacity: 1;
  }
  .circle_anker_box li {
    margin: 5px;
  }
  .circle_anker_box{

  }
  .index_box_list_ttl {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    padding: 10px 2px;
  }
/*  #index_box_list ul .list_img01::before{
    width: 106px;
    height: 200px;
    top: 29%;
  }
  #index_box_list ul .list_img02::before{
    width: 106px;
    height: 200px;
    top: 29%;
  }
  #index_box_list ul .list_img03::before{
    width: 106px;
    height: 200px;
    top: 29%;
  }
  #index_box_list ul li::after {
    width: 26px;
    height: 26px;
    top: 160%;
  }
  #index_box_list ul li a {
    margin-top: 26px;
    padding: 0;
  }
  #index_box_list ul li .index_box_list_ttl {
    font-size: 14px;
  }*/

	/*index_box02*/
	#index_box02 {
    padding: 150px 0 60px;
	}
	#index_box02 .kodawari_box {
		display: block;
	}
	#index_box02 .kodawari_box .kodawari_box_list {
		width: 100%;
	}
	#index_box02 .kodawari_box .kodawari_box_list:last-child {
		margin-bottom: 0;
	}
	#index_box02 .kodawari_box .kodawari_box_list .kodawari_box_ttl {
		font-size: 18px;
	}

	/*index_box03*/
	#index_box03 {
		padding: 50px 0 60px;
	}
	#index_box03 .list_case {
		width: 100%;
		margin-bottom: 30px;
	}
	#index_box03 .list_case .list_case_txt a {
		padding: 16px;
		font-size: 16px;
	}
	#index_box03 .list_case .list_case_txt a::after {
		width: 30px;
		height: 30px;
		letter-spacing: 3px;
	}
  #index_box03 .case_box .case_box_right {
    float: none;
  }
  #index_box03 .case_box .case_box_img img {
    max-width: 100%;
  }
	#index_box03 .case_box .case_box_ttl {
		font-size: 18px;
    margin-bottom: 10px;
	}
  #index_box03 .case_box .case_box_rental {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #index_box03 .case_box .case_link {
    padding: 10px 30px 10px 0;
    font-size: 16px;
  }
  #index_box03 .ttl04::before {
    left: 12%;
  }
  #index_box03 .ttl04::after {
    right: 12%;
  }
  #index_box03 .pick_box {
    width: 100%;
    display: block;
  }
  #index_box03 .pick_box_ct {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  #index_box03 .pick_box_ct:first-child {
    margin-right: 0;
  }
  #index_box03 .pick_box_ct .pick_box_img {
    margin-bottom: 10px;
  }
  #index_box03 .pick_box_ct .pick_box_img img {
    max-width: 100%;
  }
  #index_box03 .pick_box_ct .pick_box_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

	/*index_box04*/
	#index_box04 {
		padding: 50px 0 60px;
	}
	#index_box04 .news_box {
		display: block;
	}
	#index_box04 .news_box_left {
		width: 100%;
	}
	#index_box04 .list01 {
		padding: 10px;
	}
	#index_box04 .list01 dt {
		width: 40%;
		margin-right: 10px;
	}
	#index_box04 .list01 dd {
		width: calc(100% - 140px);
	}
  #index_box04 .list01 dd .news_list_ttl {
    font-size: 16px;
  }
	#index_box04 .news_box_left .news_btn {
		width: 100%;
	}
	#index_box04 .news_box_left .news_btn a {
		font-size: 16px;
		padding: 16px 40px 16px 10px;
	}
  #index_box04 .news_box_right {
    width: 100%;
  }

	/*index_box05*/
	#index_box05 {
		padding: 50px 0 60px;
	}
  /* #index_box05 .tab_area {
    width: 100%;
    font-size: 14px;
    flex-wrap: wrap;
  }
  #index_box05 .tab {
    width: calc((100% / 2) - 4px);
    line-height: 24px;
    padding: 10px 0;
    margin-right: 4px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  #index_box05 .tab:nth-child(odd) {
    margin-left: 0;
  }
  #index_box05 .tab:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  #index_box05 .tab::after {
    width: 20px;
    height: 20px;
    top: 86%;
  }
  #index_box05 .tab.active::after {
    width: 20px;
    height: 20px;
    top: 86%;
  }
  #index_box05 .tab .tab_ttl01 {
    font-size: 16px;
  }
  #index_box05 .tab .tab_ttl02 {
    font-size: 14px;
  }
  #index_box05 .content.show {
    width: 100%;
    padding: 24px 0;
    border-radius: 20px;
  }
  #index_box05 .content .plan_box {
    display: block;
  }
  #index_box05 .content .plan_box p img {
    margin-bottom: 20px;
  }
  #index_box05 .content .plan_box .plan_list {
    margin: 0 20px;
  }
  #index_box05 .content .plan_date_box .plan_date_list {
    display: block;
  }
  #index_box05 .content .plan_date_box .plan_date_list ul {
    margin-right: 0;
    padding-left: 20px;
  }
  #index_box05 .content .plan_date_box .plan_date_list ul li {
    font-size: 14px;
    line-height: 2;
  }
  #index_box05 .content .plan_date_box .plan_date_txt {
    padding: 0;
  }
  #index_box05 .content .plan_date_box::after {
    top: 110%;
  }
  #index_box05 .content .plan_date_box02::after {
    top: 124%;
  }
  #index_box05 .content .plan_date_box .plan_ttl {
    padding: 6px;
  }
	#index_box05 .price_txt {
		font-size: 14px;
	}
	#index_box05 .price_box {
		display: block;
	}
	#index_box05 .price_box_list {
		margin-right: 0;
		margin-bottom: 80px;
	}
	#index_box05 .price_box_list::after {
		top: 112%;
		left: 50%;
	}
	#index_box05 .price_box_list:last-child {
		margin-bottom: 0;
	}
	#index_box05 .price_box_list .price_box_txt {
		font-size: 16px
	}
	#index_box05 .price_size_box dl {
		display: block;
		width: auto;
		padding: 10px 40px 10px 24px;
	}
	#index_box05 .price_size_box dl dt,
	#index_box05 .price_size_box dl dd {
		display: block;
		font-size: 16px;
		margin: 0 auto;
	}
	#index_box05 .price_option {
		padding: 40px 20px;
	}
	#index_box05 .price_option_box {
		display: block;
	}
	#index_box05 .price_option_box .price_option_list {
		width: 100%;
		margin-bottom: 20px;
	}
	#index_box05 .price_option_box .price_option_list:last-child {
		margin-bottom: 0;
	}
	#index_box05 .price_option_box .price_option_list .price_option_ttl {
		font-size: 18px;
	} */
  #index_box05 .price_disc_box {
    display: block;
  }
  #index_box05 .price_disc_box .price_disc_box_right .price_disc_img img {
    border-radius: 20px 20px 0px 0;
  }
  #index_box05 .price_disc_box .price_disc_box_left {
    width: auto;
    padding: 20px;
  }
  #index_box05 .price_disc_box .price_disc_box_left .price_type {
    width: 40%;
    padding: 6px;
    margin: 0 auto 10px;
  }
  #index_box05 .price_disc_box .price_disc_box_left .price_ttl {
    text-align: center;
    margin-bottom: 10px;
  }
  #index_box05 .price_disc_box .price_disc_box_left .price_txt {
    line-height: 1.8;
  }
  #index_box05 .price_disc_box .price_disc_box_left .price_disc_btn {
    width: auto;
  }
  #index_box05 .price_disc_box .price_disc_box_left .price_disc_btn a {
    font-size: 16px;
    padding: 16px 40px 16px 10px;
  }
 .plan_list {
    display: block;
  }
.plan_list .plan_list_box {
    width: 100%;
    margin-bottom: 40px;
    background: #F5F3F4;
    padding-bottom: 20px;
  }
.plan_list .plan_list_box .plan_img img {
    width: 100%;
  }
.plan_list .plan_list_box .plan_ttl {
    text-align: center;
  }
.plan_list .plan_list_box .plan_txt {
    font-size: 16px;
    padding-bottom: 30px;
		margin-bottom: 20px;
  }
.plan_list .plan_list_box .plan_btn a {
    font-size: 16px;
    padding: 16px 20px 16px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
  }
 .plan_list .plan_list_box .plan_btn::after {
    background: url(../images/index/index_ic05.png);
  }

  /*index_box06*/
  #index_box06 {
    padding: 50px 0 60px;
  }
	.plan_box .ttl02{font-size: 17px;}
	.plan_sub .plan_sub01_ct{font-size: 15px;}
.plan_sub{width: 100%;}
.plan_list02{padding: 0 15px;flex-wrap: wrap;box-sizing: border-box;}
.plan_list02_it{width: calc((100% - 10px) / 2);margin-right: 10px;margin-bottom: 20px;box-sizing: border-box;font-size: 14px;padding: 8px 0;line-height: 1.5em;border-radius: 10px;}
.plan_list02_it:nth-child(2n+2){margin-right: 0;}
.list_plan_img{flex-wrap: wrap;width: 100%;}
.list_plan_img li{width: 50%;line-height: 0;font-size: 0;}
.list_plan_btn{padding: 0 20px;flex-direction: column;}
.list_plan_btn li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.list_plan_btn a{font-size: 16px;}
.plan_bx{padding: 30px 0;}
.list_plan_btn li:last-child{margin-bottom: 0;}

.adj_sroll_01{padding-top: 40px;}







}
