@charset "utf-8";

/*2023/09/08 料金・エリアマップ前頁共通*/
/*カラークラス*/
.price-day-color-red {
    color: #c40009;
}
.price-color-brown {
	color: #634C0B;
}
.price-color-blue {
	color: #22BED2;
}
.price-color-green {
	color: #1BB053;
}
.price-color-yellow {
	color: #FFC626;
}
.price-color-yellow-thin {
	color: #FFFCF2;
}
.plam-color-pink {
	color: #E94F4F;
}

/*マーカー*/
.marker-yellow {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

/*.plan-price-list > li {
  padding-right: 15px;
  padding-left: 15px;
}*/

/* プラン 料金カード タイトルカラー*/
.plan-price-one .plan-price-head {
  background-color:  #FFC626;
}
.plan-price-two .plan-price-head {
  background-color: rgb(115, 171, 220);
}
.plan-price-three .plan-price-head {
  background-color: rgb(40, 141, 40);
}
.plan-price-four .plan-price-head {
  background-color: rgb(255, 148, 186);
}


/*プラン 汎用パーツ*/
.plan-price-label-start {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: inline-block;
    padding: 8px 10px;
    border-left: 2px solid #212529;
    border-right: 2px solid #212529;
    border-bottom: 2px solid #212529;
    border-radius: 2px;
    background-color: #fffad3;
    color: #c40009;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
}

.only-price .plan-price-main {
    margin-top: 22px;
}

.plan-price-after {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
}

.plan-price-list {
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
}

.plan-price-item {
  display: flex;
  justify-content: center;
  color:  #212529;
  padding-left: 0;
  padding-right: 0;
  max-width: 360px;
  margin-bottom: 30px
}
.plan-price-wrap {
  width: 90%;
  border: 2px solid #212529;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.plan-price-head {
  width: 100%;
  padding: 16px 12px;
  position: relative;
}

.plan-price-sub {
  display: inline-block;
  display: block;
  text-align: center;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 10px;
}
.plan-price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  font-size: 22px;
}
.plan-price-main span {
  border-radius: 50%;
  background-color: #212529;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
}
.plan-price-content {
  padding: 30px 20px 20px;
  margin-bottom: 0;
  flex-grow: 1;
}
.plan-price-content dt {
  background-color: #FFFCF2;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
}
.plan-price-content dd {
  background-color: #f7f6f6;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #E94F4F;
  text-align: center;
  position: relative;
/*
  display: flex;
  align-items: center;
  justify-content: center;
*/
}
.plan-price-content dd span {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  background-color: #fff;
  color:  #634C0B;
  font-size: 14px;
}
.plan-price-content dd small {
  display: inline-block;
  padding-left: 3px;
  font-size: 60%;
  color: #333;
}
.plan-price-btn {
  padding: 10px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 30px;
  display: block;
  background: #fff;
}
.plan-price-btn span {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 16px 16px;
  background-color: #212529;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.plan-price-btn span::after {
  font-family: "Font Awesome 5 Free";
  content: '\f055';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.plan-price-btn span:hover {
  opacity: 0.6;
}

.plan-price-copy {
	background-color: #FFF9F9;
	font-size: 20px;
}

.plan-point,
.plan-price-content dd span.plan-point {
    padding: 5px; 
    display: inline-block;
    background-color: #fff;
    color: #199446;
    border: 1px dotted #199446;
    margin-left: 5px;
    font-size: 13px;
}

@media (max-width: 1461px) {
  .plan-price-item {
    max-width: 360px;
  }
}

@media (max-width: 1460px) {
    .plan-price-list {
        flex-wrap: nowrap;
    }
    
    .plan-price-item {
        max-width: 340px;
   }
}


@media (max-width: 1376px) {
    .plan-price-list {
        flex-wrap: wrap;
    }
    
    .plan-price-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    
    .plan-price-label-start {
        font-size: 13px;
    }

   .plan-price-after {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .plan-price-list {
        flex-wrap: wrap;
        margin-left: inherit;
        margin-right: inherit;
    }
}

@media (max-width: 650px) {
  .plan-price-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
	
  /*.plan-price-wrap {
	 width: 90%;
  }*/
}

@media (max-width: 480px) {
	/*.plan-price-wrap {
		width: 100%;
	}*/
}

/*プライスナビゲーション*/
.list-price-nav{
	display: flex;
	background: #fff;
	border: solid 2px #333;
	border-radius: 100px;
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
	align-items: stretch;
}
.list-price-nav li{
	width: 100%;
	display: flex;
	align-items: stretch;
}
.list-price-nav li a {
	display: flex;
	align-items:center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	color: #333 !important;
	padding: 10px 5px;
	font-size: 18px;
	position: relative;
	background: #fff;
	font-weight: 500;
	text-align: center;
	border-right: 1px dotted #333;
}
.list-price-nav li:last-child a{
	border-right: none;
}
.list-price-nav li a:before{
	content: "\f0d7";
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	/*top: calc(50% + 10px);*/
	top: 50%;
	right: 3%;
	font-size: 24px;
	transform: translate(0, -50%);
}

.list-price-nav li a .copy {
    display: block;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 3px;
    margin-bottom: 5px;
	background-color: #fff2f2;
}
.list-price-nav li a .num {
  border-radius: 50%;
  background-color: #212529;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
}

.list-price-nav li a {
	display: flex;
	width: 100%;
	text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 20px;
}
@media (max-width: 767px){
	.list-price-nav{
		display: block;
		border-radius: 4px;
		border: solid 2px #333;
	}
	.list-price-nav li{
		display: block;
	}
	.list-price-nav li a{
		padding: 0% 4% 2% 4%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: none;
		border-bottom: 1px dotted #333;
		text-align: center;
        font-size: 18px;
	}
	.list-price-nav li:last-child a{
		border: none;
	}
}

@media (max-width: 330px){
	.list-price-nav li a {
		padding: 10px 5px 10px 18px;
	}
}

/*料金モーダル内
----------------------------------------------*/
.plan-price-modal .plan-price-modal-content {
	border-radius: 30px;
	overflow: hidden;
}

.plan-price-modal .modal-footer {
	justify-content: center;
	padding: 1rem;	
}

.plan-price-modal .modal-footer button {
	background: #666;
    color: #fff;
    display: block;
    padding: 0.5rem;
    border-radius: 10px;
}


.plan-price-modal .plan-price-head-wrap {
  width: 100%;
  border: none;
}

.plan-price-feature-list {
  padding: 20px 20px 0;
}

.plan-price-feature-list li {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.plan-price-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #212529;
  left: 0;
  top: 0;
  width: 14px;
}
.plan-price-ex-box {
  padding: 20px 20px 30px;
	width: 100%;
	margin: 0 auto;
}
.plan-price-ex-box-wrap {
  background-color: #ececec;
  padding: 20px;
}
.plan-price-ex-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}
.plan-price-ex-sample {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto 20px;
}
.plan-price-ex-sample li {
  position: relative;
  display: block;
}
.plan-price-ex-sample li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.plan-price-ex-sample li span {
  text-align: center;
}
.plan-price-ex-sample li span:last-child {
  font-size: 14px;
  font-weight: bold;
}
.plan-price-ex-result {
  background-color: #fef9f8;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.plan-price-ex-result span {
  font-weight: bold;
  color: #e94f4f;
}


/* プランキャンペーン
--------------------------*/
.plan-campaign-box {
    width: 80%;
    max-width: 900px;
    padding: 16px 20px 30px;
    margin: 0 auto 60px;
    background-color: #fffcf2;
    border: 2px dashed #ffc627;
/*    border: 2px dashed #F04848;*/
/*    background-color: #f1e5e5;*/
    border-radius: 5px;
}

.plan-campaign-box-ttl {
    padding: 10px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    background-color: #ffc627;
/*    background-color: #F04848;*/
    /*color: #fff;*/
    position: relative;
}

.plan-campaign-box-ttl::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -26px;
    transform: translateX(-50%);
    border: 16px solid transparent;
    border-top: 16px solid #ffc627;
}

.plan-campaign-box-text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {

    .plan-campaign-box {
         width: 100%;
         padding: 16px 10px 20px;
         margin: 0 auto 40px;
         border-radius: 5px;
     }

    .plan-campaign-box-ttl {
        padding: 10px;
        margin-bottom: 16px;
        font-size: 18px;    
    }

    .plan-campaign-box-text {
        font-size: 20px;
    } 
}


/*mobi-共通エリアマップ
---------------------------------------------*/
#mobiArea {
	padding: 100px 0 0;	
}
#mobiArea.mobi-area-page-top {
	padding: 0;	
}

@media (max-width:768px) {
	#mobiArea {
		padding: 40px 0 0;
	}
}
/*TOPのみ非表示*/
.mobi-area-page-top .title-concept {
	display: none;
}

.mobi-area {
	width: 100%;
}
/*.mobi-area-map {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.mobi-area-map img {
	max-width: 100%;
}*/

.mobi-area-wrap {
  margin-bottom: 30px;
}

.mobi-area-wrap p {
  text-align: center;
}

.mobi-area-map {
  width: 100%;
  max-width: 518px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.mobi-area-map img {
  max-width: 100%;
}

.mobi-area-linklist li {
  min-width: 60px;
  position: absolute;
  z-index: 1;
  display: block;
}

.mobi-area-linklist li a {
  display: block;
  padding: 1%;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.mobi-area-linklist li a:hover {
  opacity: 0.6;
}

.area-hokkaido {
  top: 63px;
  right: 43px;
  background-color: #59b2e2;
}

.area-tohoku {
  top: 200px;
  right: 90px;
  background-color: #52bbad;
}

.area-hokushinetsu {
  top: 283px;
  right: 170px;
}

.area-kanto {
  bottom: 146px;
  right: 94px;
  background-color: #f18f6c;
}

.area-tokai {
  bottom: 90px;
  right: 168px;
  background-color: #bbc73d;
}

.area-kansai {
  top: 373px;
  right: 261px;
  background-color: #f08e0c;
}

.area-chugoku {
  left: 108px;
  bottom: 112px;
  background-color: #a785b9;
}

.area-shikoku {
  left: 130px;
  bottom: 55px;
  background-color: #ca986c;
}

.area-kyusyu {
  left: 30px;
  bottom: 77px;
  background-color: #e38f68;
}

.area-okinawa {
  top: 200px;
  left: 100px;
  background-color: #c08eb3;
}

@media (max-width: 517px) {
	.mobi-area-wrap p {
	  text-align: left;
	}
  .mobi-area-map {
    max-width: 100%;
  }
  .area-hokkaido {
    top: 12vw;
    right: 7vw;
  }
  .area-tohoku {
    top: 40vw;
    right: 16vw;
  }
  .area-hokushinetsu {
    top: 53vw;
    right: 37vw;
  }
  .area-kanto {
    bottom: 28vw;
    right: 16vw;
  }
  .area-tokai {
    bottom: 13vw;
    right: 30vw;
  }
  .area-kansai {
    top: 68vw;
    right: 48vw;
  }
  .area-chugoku {
    left: 18vw;
    bottom: 26vw;
  }
  .area-shikoku {
    left: 20vw;
    bottom: 6vw;
  }
  .area-kyusyu {
    left: 3vw;
    bottom: 13vw;
  }
  .area-okinawa {
    top: 37vw;
    left: 10vw;
  }
}

/*リンククリックできない状態*/
.unarea a,
a.clickable-none {
  pointer-events: none;
  position: relative;
  background-color: #eee;
}

.unarea a,
a.clickable-none::after {
  content: none;
}

/*.clickable-none::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	border-radius: 5px;
}*/



.mobi-area-text {
	width: 100%;
}

.mobi-area-container {
  margin-bottom: 30px;
}

.mobi-area-heading {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.4;
}
.mobi-area-list {
  margin-bottom: 20px;
}
.mobi-area-list li {
  display: block;
  margin-bottom: 20px;
}
.mobi-area-list a {
  color: #212529;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}
.mobi-area-list a:hover {
  text-decoration: none;
  background: #fff9f9;
}
.mobi-area-list a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 2%;
  color: #bbb;
	transform: translateY(-50%);
}
.mobi-area-list .text-area .area-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
/*.mobi-area-list .text-area dt .num {
  border: 1px solid #212529;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #212529;
}*/
.mobi-area-list .text-area .area-name small {
  font-size: 80%;
  vertical-align: baseline;
}
.mobi-area-list span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.mobi-area-list p.text {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

.text-red {
	color: #f04848;
}

/*エリア見出しカラー*/
.mobi-area-hokkaido .mobi-area-heading {
  background-color: #c3e8f4;
}
.mobi-area-kanto .mobi-area-heading {
  background-color: #f0d7cc;
}
.mobi-area-tokai .mobi-area-heading {
  background-color: #e3e5d6;
}
.mobi-area-hokushinetsu .mobi-area-heading {
  background-color: #abd3c0;
}
.mobi-area-kansai .mobi-area-heading {
  background-color: #f7e8c4;
}
.mobi-area-shikoku .mobi-area-heading {
  background-color: #e0cfc1;
}
.mobi-area-chugoku .mobi-area-heading {
  background-color: #dacfe2;
}
.mobi-area-tohoku .mobi-area-heading {
  background-color: #d0e2de;
}
.mobi-area-kyusyu .mobi-area-heading {
  background-color: #f2cab8;
}
.mobi-area-okinawa .mobi-area-heading {
  background-color: #cc8bb5;
}

.mobi-area-overseas .mobi-area-heading {
	background-color: #bbb;
}

/*その他エリア*/
.title-endarea{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.list-other-endarea{
	margin: 0 auto 40px;
	width: 100%;
	max-width: 220px;
}
.list-other-endarea li{
	padding-left: 20px;
	position: relative;
}
.list-other-endarea li + li{
	margin-top: 10px;
}
.list-other-endarea li a{
	color: #111;
}
.list-other-endarea li:before{
	content: "●";
	font-size: 80%;
	position: absolute;
	top: 3px;
	left: 0;
	color: #ccc;
}
.label-end {
	background: #ccc;
	padding: 3px 8px;
	margin-left: 5px;
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
	font-size: 80%;
	position: relative;
	top: -2px;
}
.text-nomal {
	font-weight: 400;
}


/*リンククリックできない状態*/
a.clickable-none {
	pointer-events: none;
	position: relative;
    background-color: #eee;
}
a.clickable-none::after {
	content: none;
}
/*.clickable-none::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
	border-radius: 5px;
}*/


/*アプリダウンロードモーダル
-------------------------------------*/
/*
.list-apps-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.list-apps-qr-img  {
	max-width: 100%;
    text-align: center;
    height: 156px;
    margin-bottom: 20px;
}



@media (max-width: 768px){
	
	.list-apps-qr-img  {
		height: auto;
		margin-bottom: 16px;
	}
}
*/


