* {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.fix-wrap {
    position: fixed;
    bottom: 0;
    padding: 20px;
    width: 100%;
    color: #3e0801;
    background-color: #853665;
    display: none;
    transition: opacity 0.3s;
    font-weight: bold;
    border-top: 10px solid #ffc65b;
    z-index: 100;
}
.fix-wrap .listContact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.logo_footer_img {
  height: 87px;
  width: auto;
}
.star1 {
	font-size: 1.5em;
}
.accordion {
    margin: 20px auto;
    font-family: sans-serif;
}
.accordion-item {
    border: 2px solid #853665;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.accordion-header {
    background-color: #853665;
    padding: 15px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    color: #fff;
    font-size: 25px;
    padding: 15px 75px;
}
.accordion-header::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
}
.accordion-item.active .accordion-header::after {
    transform: translateY(-50%) rotate(45deg);
}
.accordion-content {
    max-height: 0;
    padding: 0 15px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    background-color: white;
}
.accordion-item.active .accordion-content {
    max-height: 200px;
    padding: 15px 75px;
}
.accordion-content {
    transform-origin: top;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.3s ease-out;
}
.accordion-item.active .accordion-content {
    opacity: 1;
    transform: scaleY(1);
}
.areaExample .titleExample {
  margin: 45px 0 15px 0;
}
.ribbon15 {  
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 74px;
    text-align: center;
    color: white;
    font-size: 1.5em;
    background: linear-gradient(#ff8000 0%, #ff9c3a 100%);
    border-radius: 2px 0 0 0;
}
.ribbon15:before {
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #bd5f00;
    border-right: solid 6px transparent;
}
.ribbon15:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 37px solid #ff9c3a;
    border-right: 37px solid #ff9c3a;
    border-bottom: 10px solid transparent;
}
.listContact li {
	margin: 0 10px;
}
.price_list th, .price_list td {
    border: 2px solid #000;
    padding: 10px;
}
.price_list th {
	background-color: #853665;
	color: #fff;
}
.price_list {
	width: 80%;
	margin: 20px auto;
	font-size: 1.3em;
}
.price_list_p {
	width: 80%;
	text-align: left;
	margin: 20px auto;
    color: #292929;
}
.point_div_flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.point_div {
	position: relative;
	background-color: #853665;
	color: #fff;
	padding: 15px 25px;
	font-size: 1.3em;
}
.ribbon20-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 55px 20px 30px 20px;
	background: #fff;
	color: #000;
	font-size: 1.5em;
	border-radius: 5px;
    border: 2px solid #853665;
}
.ribbon20 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: white;
	background: #ff8000;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	font-size: 1.2em;
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 46px;
  width: 7px;
  background: #ff8000;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #ff8000;
  border-radius: 5px 0 0 5px;
}
.areaService1 .inner {
  width: 1080px;
  margin: 0 auto;
  width: 65%;
}
.areaService.areaService2 {
    background: #fff;
}
.cv_area {
	margin: 0 auto;
}
.cv_area_box {
	width: fit-content;
	display: flex;
	justify-content: center;
	margin: 25px auto 0 auto;
	align-items: center;
}
.cv_area_img img {
	width: 175px;
	transform: scale(-1, 1);
}
.cv_area_tel {
  margin: 0 30px;
}
.cv_area_tel img {
    width: 75px;
}
.cv_area_tel span {
    font-size: 3em;
}
.cv_area_tel .p_flex {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.fast_tel_p {
    font-size: 1.3em;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #ffd804;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
}
.cv_btn_mail {
    background: linear-gradient(#ffb163, #ff8000);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.cv_btn_line {
    background: linear-gradient(#55e688, #00cc48);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.cv_btn_mail a, .cv_btn_line a {
    display: block;
    color: #fff;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}
.cv_area_tel span.cv_label {
	font-size: 1em;
	background-color: #853665;
	margin: 5px 5px 5px 0;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	color: #fff;
}
.cv_btn_mail a img, .cv_btn_line a img {
	width: 40px;
	margin-right: 10px;
}
.cv_space {
  margin: 15px auto;
}
.iconTel img {
  width: 45px;
}
.phoneNumber {
	font-size: 2em;
}

.cv_area_box {
	position: relative;
	border: solid 3px #f29422;
	border-radius: 3px 0 3px 0;
	padding: 2em;
    background-color: #fff;
}
.cv_area_box:before,.cv_area_box:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #f29422;
    border-radius: 50%;
}
.cv_area_box:after {
    top:-13px;
    left:-13px;
}
.cv_area_box:before {
    bottom:-13px;
    right:-13px;
}
.cv_area_box p {
    margin: 0; 
    padding: 0;
}
.cv_area.cv_area2 {
	background-color: #fff;
	padding: 3em 0 4em 0;
}
.p_flex {
	display: flex;
	align-items: center;
}
.p_flex img {
	width: 55px;
}
.p_flex span {
	font-size: 2em;
}
.areaGuidance.worries_aa .inner {
	max-width: 1400px;
}
.worries_q, .worries_a {
	display: flex;
	justify-content: space-around;
}
.worries_solution {
	margin: 2.5em auto 1em auto;
	font-size: 2em;
	text-align: center;
}
.worries_q_item {
	position: relative;
	text-align: center;
	background-color: #EFF2F9;
	padding: 15px;
	border-radius: 5px;
	width: 20%;
}
.worries_q_item::after {
    content: '';
    position: absolute;
    bottom: -5%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 38px solid #ffd700a3;
    border-right: 38px solid transparent;
    border-left: 38px solid transparent;
    border-bottom: 0px solid transparent;
    transform: translateX(-50%) translateY(100%);
}
.worries_q_item_text1 {
	font-size: 1.3em;
	color: #853665;
}
.worries_a_item {
    position: relative;
	text-align: center;
	background-color: #FFFACC;
	padding: 15px;
	border-radius: 5px;
	width: 20%;
}
.worries_q_item img {
	margin-bottom: 15px;
}
.worries_a_item_text1 {
	position: relative;
	font-size: 1.5em;
	width: fit-content;
	margin: 0 auto 1em;
}
.worries_a_item_text1::before, .worries_a_item_text1::after {
    position: absolute;
	top: 12%;
    height: 1.8rem;
    content: '';
}
.worries_a_item_text1::before {
	border-left: solid 3px;
	left: -.7em;
	transform: rotate(-30deg);
}
.worries_a_item_text1::after {
    border-right: solid 3px;
    right: -.7em;
    transform: rotate(30deg);
}
.worries_solution span {
	font-size: 1.3em;
	margin-left: 5px;
	color: #fdd630;
	text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333, 2px 0px 1px #333, 0px 2px 1px #333, -2px 0px 1px #333, 0px -2px 1px #333;
}
.worries_a_item_text2 {
	text-align: left;
}
.worries_a_item_btn {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.worries_a_item_btn a {
  display: flex;
  color: #fff;
  font-size: 1.5em;
  align-items: center;
}
.worries_a_item_btn a img {
    width: auto;
    margin-right: 10px;
    height: 35px;
}
.worries_a_item_btn {
    margin-top: 2em;
    font-size: .8em;
    padding-left: 1em;
}
.worries_a_item_btn.worries_a_item_btn_mail {
	background: linear-gradient(#ffb163, #ff8000);
}
.worries_a_item_btn.worries_a_item_btn_price {
    background: linear-gradient(#ffb1b1, #ff4747);
}
.worries_a_item_btn.worries_a_item_btn_line {
	background: linear-gradient(#55e688, #853665);
}
.worries_a_item_btn.worries_a_item_btn_tel {
	background: linear-gradient(#9bbcff, #428fe1);
}
.areaPlan .planCost .even.even2 {
margin-bottom: 39px;
}
.photo {
	position: relative;
}
.before_label {
background-color: #0070ff;
}
.after_label {
background-color: #f00;
}
.before_label, .after_label {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.5em;
	padding: 5px 15px;
}
.time, .phone .p_flex span a {
	color: #fff;
}
.headerBar .listContact {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.headerBar {
	width: 65%;
	margin: 0 auto;
}
.costPhoto2 {
    position: relative;
}
.tidying_label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    padding: 5px 15px;
    background-color: #853665;
}
.gallery-cell {
    width: 66%;
    margin-right: 10px;
}
.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
}
.areaWork.areaWork2 {
	background: #fff;
	padding: 59px 0 75px;
}
.gallery_box {
	background-color: #fff;
	border: 5px solid #853665;
	border-radius: 5px;
  padding: 15px;
}
.gallery_img {
	padding: 15px 0;
}
.gallery_title {
  color: #fff;
  background-color: #853665;
  font-size: 1.5em;
  padding: 5px 0 5px 15px;
}
.gallery_img1, .gallery_img2 {
	text-align: center;
    position: relative;
}
.gallery_img img {
	width: 75%;
	margin-top: 1em;
}
.gallery_img span {
	display: block;
}
.gallery_text .gallery_text_span1 {
	background-color: #853665;
	color: #fff;
	display: inline-block;
    padding: 5px 10px;
    width: 20%;
    text-align: center;
}
.gallery_text1 {
	border: 3px solid #853665;
	width: 90%;
	margin: 10px auto;
	border-radius: 5px;
}
.gallery_text_span2 {
	padding-left: 10px;
}
.gallery_text4 {
	width: 90%;
	margin: 20px auto;
	display: block;
}
.triangle {
    background: #853665;
    height: calc(tan(60deg) * 60px / 2);
    width: 100px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.gallery_img span {
	font-size: 1.5em;
	color: #853665;
	position: absolute;
	background-color: #fff;
    z-index: 1;
    padding: 5px;
    top: 2%;
    left: 5%;
    border: 2px solid #853665;
}
.flickity-button {
    background: hsla(0, 0%, 0%, 0.79) !important;
    color: #fff !important;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    height: 20em;
}
#customers-testimonials .shadow-effect p {
    font-family: "Noto Sans JP", serif;;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 5px 0;
    font-weight: 400;
}
#customers-testimonials .item {
    text-align: center;
    margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.owl-item.active.center {
  width: 550px !important;
}
.flickity-page-dots {
    bottom: -45px !important;
}
.owl-carousel .owl-stage-outer {
    height: 25em;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -moz-transform: translate3d(-75px,0,0) !important;
}
.boxTitle .titleJp .bigFont.bigFont2 {
	margin: 0 5px;
}
.form_area {
	width: 60%;
	margin: 0 auto;
}
.form_area dl, .form-group input, .form-group select {
	margin-bottom: 1em;
}
.checkbox-group {
    display: flex;
    gap: 10px;
}
.custom-checkbox {
    display: block;
    cursor: pointer;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}
.checkbox-text {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    border: 3px solid #853665;
    transition: all 0.3s ease;
    background-color: #fff;
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox-text {
    background-color: #853665;
    border-color: #853665;
    color: #fff;
}
.custom-checkbox:hover .checkbox-text {
    background-color: rgba(16,166,70, 0.22);
}
.form-control.schedule1 {
	margin: 1em 0;
}
.hissu_label {
	background-color: #ff2a2a;
	color: #fff;
	padding: 5px;
	margin-right: 3px;
	border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: fit-content;
}
.nini_label {
	background-color: #0064ff;
	color: #fff;
	padding: 5px;
	margin-right: 3px;
	border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: fit-content;
}
.form_submit {
	text-align: center;
}
.form_submit input {
	background: linear-gradient(#ffb163, #ff8000);
	color: #fff;
	font-size: 1.5em;
	padding: 5px 30px;
	border-radius: 5px;
}
.form_submit {
	margin: 4em auto;
}
.cv_area_top {
	background-color: #fffafd;;
    padding-bottom: 4em;
}
.areaParison {
    background-color: #fffafd;;
}
.areaPlan {
    background-color: #fffafd;;
}
.tab-container {
    margin: 20px auto;
}
.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.tab-input, .tab-close {
    display: none;
}
.tab-label {
    padding: 10px 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    margin-right: -1px;
    position: relative;
    z-index: 1;
    width: 25%;
    text-align: center;
}
.tab-content {
    max-height: 0;
    padding: 0 20px;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.tab-input:checked ~ .content1,
.tab-input:checked ~ .content2,
.tab-input:checked ~ .content3,
.tab-input:checked ~ .content4 {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 20px;
}
#tab1:checked ~ .content1,
#tab2:checked ~ .content2,
#tab3:checked ~ .content3,
#tab4:checked ~ .content4 {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    padding: 3% 4%;
}
.tab-close:checked ~ .content1,
.tab-close:checked ~ .content2,
.tab-close:checked ~ .content3,
.tab-close:checked ~ .content4 {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 20px;
}
#tab1:checked ~ .tabs label[for="tab1"],
#tab2:checked ~ .tabs label[for="tab2"],
#tab3:checked ~ .tabs label[for="tab3"],
#tab4:checked ~ .tabs label[for="tab4"] {
    background: #fff;
    border-color: #e4e4e4;
    z-index: 2;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: -1px;
    color: #853665;
    font-size: 1.3em;
}
.tab-close:checked ~ .tabs label {
    background: #f1f1f1;
    border-color: #ddd;
    border-bottom: none;
    margin-bottom: 0;
}
.tab-label:hover {
    background: #f4f4f4;
}
.tab-label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #853665;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
#tab1:checked ~ .tabs label[for="tab1"]::after,
#tab2:checked ~ .tabs label[for="tab2"]::after,
#tab3:checked ~ .tabs label[for="tab3"]::after,
#tab4:checked ~ .tabs label[for="tab4"]::after {
    transform: scaleX(1);
}
.tab-close:checked ~ .tabs label::after {
    transform: scaleX(0);
}
.content-inner {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease 0.1s;
}
#tab1:checked ~ .content1 .content-inner,
#tab2:checked ~ .content2 .content-inner,
#tab3:checked ~ .content3 .content-inner,
#tab4:checked ~ .content4 .content-inner {
    opacity: 1;
    transform: translateY(0);
}
.content-inner span {
	border: 2px solid #cecece;
	display: inline-block;
	margin: 3px;
	padding: 3px 10px;
}
html {
    scroll-behavior: smooth;
}
.etc_text .phone {
	width: fit-content;
	margin: 25px auto 0;
}
.fix-wrap.pc_only {
    position: relative;
    display: block;
    border: none;
    padding: 20px 0;
    background-color: #853665;
}
.fix-wrap.pc_only .logo_img {
  height: 82px;
  width: auto;
}
#copyright.copyright {
  padding: 15px 0;
}
.cv_title123 {
	background-color: #853665;
	text-align: center;
	padding: 1% 0;
}
.cv_area.cv_area2 {
  background-color: #fafffc;
}
.campaign_price_title2 {
	text-align: center;
	margin: 1em auto;
	font-size: 0.9em;
	color: #202020;
}
.campaign_price {
  font-size: 1.5em;
}
.campaign_price_arrow.pc_only {
  width: 10%;
  text-align: center;
}
.campaign_price_1 {
  color: #4b4b4b;
  position: relative;
  text-align: center;
}
.campaign_price_2 {
  font-size: 1.5em;
  color: #004cff;
  position: relative;
  text-align: center;
}
.campaign_price_div {
    background-color: #fff;
    border: 2px solid #ddd;
    box-shadow: 5px 3px 3px #bfbfbf;
    padding: 1em .2em;
    margin: 1em 0;
}
.inner.price_inner {
    padding: 3em 0;
}
.campaign_price_hiki {
	color: #ff8000;;
	border: 2px solid;
	border-radius: 45px;
    padding: 0 5px;
    font-size: .5em;
    position: absolute;
    top: -40%;
    left: 15%;
}
.campaign_price_title {
  display: block;
  text-align: center;
  font-size: 1.1em;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
}
.campaign_price_title {
  position: relative;
  padding-left: 25px;
}
.campaign_price_title:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #2064ff;
}
.campaign_price_title:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #2064ff;
}
.areaParison .tableParison table tr th {
  font-size: 22px;
  color: #853665;
  letter-spacing: 1.5px;
  padding-top: 13px;
  vertical-align: top;
  text-align: center;
}
.campaign_price .gallery-cell {
  width: 30%;
  margin-right: 30px;
}
.campaign_price .gallery_title {
  background-color: #fff;
  color: #000;
  font-size: 1.3em;
}
.campaign_price .gallery_box {
  border-radius: 5px;
  height: auto;
  background-color: #fff;
  border: 2px solid #ddd;
  box-shadow: 5px 3px 3px #bfbfbf;
  padding: 1em .2em;
  margin: 1em 0;
}
.campaign_title {
	margin: 3em 0 0;
	text-align: center;
}
.campaign_title_title {
	font-size: 2em;
	color: #f00;
	margin-bottom: 10px;
}
.campaign_title span {
  font-size: 1.5em;
}
.etc_text h2 {
	font-size: 1.5em;
	margin: 20px 0;
}
.etc_text {
	text-align: left;
}
.boxTitle .titleJp.etc_title {
	font-size: 2em;
}
.etc_text h3 {
	font-size: 1.3em;
}
.etc_text th {
	padding: 15px;
}
.area_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area_flex_item {
  width: 200px;
} 
.area_flex_img {
  width: 100%;
  cursor: pointer;
}
#simpleModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
  text-align: center;
  padding-top: 50px;
}     
#modalImg {
  max-width: 80%;
  max-height: 80%;
}   
#closeBtn {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.area_flex_item2 {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 670px) {
.ip_only {
    display: none !important;
}
.campaign_price_review {
	color: #404040;
	font-size: .7em;
	padding: 5px 2em 10px;
	border-top: 2px solid;
	width: 85%;
	margin: 0 auto;
}
.campaign_price_flex {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 1.5em;
  }
.campaign_price_div_flex {
    display: flex;
    justify-content: space-around;
    align-items: end;
}
.inner.price_inner {
    width: 1500px;
}
.campaign_price_div {
  width: 30%;
}
.cv_title {
	text-align: center;
	font-size: 2em;
	background-color: #853665;
	padding: 10px 0;
	color: white;;
}
.cv_title {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.cv_title:before, .cv_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cv_title:before {
  left:0;
  transform: rotate(-120deg);
}
.cv_title:after {
  right: 0;
}
.gallery_img {
	display: flex;
	align-items: center;
}
.gallery_text {
  display: flex;
  flex-wrap: wrap;
}
.gallery_text1 {
  border: 3px solid #853665;
  width: 45%;
}
.gallery_text .gallery_text_span1 {
  width: 45%;
  padding: 0;
}
.gallery_text_span2 {
  padding-left: 10px;
  width: 50%;
  display: inline-block;
  text-align: center;
}
.pdf_hik {
  width: 80%;
}
.point_area {
	margin: 3em auto;
}
.campaign_price_1 {
  width: 30%;
}
.campaign_price_2 {
  width: 40%;
}
.campaign_price_hikia {
  font-size: .8em !important;
  top: -100% !important;
  left: 20% !important;
}
}

@media (max-width: 670px) {
.pc_only {
    display: none !important;
}
.area_flex_item {
  width: 42% !important;
}
.campaign_price_hikia {
  font-size: .6em !important;
  top: -50% !important;
  left: 5% !important;
}
.campaign_price_review {
  color: #404040;
  font-size: .7em;
  padding: 5px 1em 10px;
  border-top: 2px solid;
  width: 80%;
  margin: 0 auto;
}
.point_area {
	margin: 1em auto;
}
.pdf_hik {
  width: 90%;
}
.gallery_box {
    height: 48.5em;
}
.gallery_text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.gallery_text1 {
  border: 3px solid #853665;
  width: 45%;
}
.gallery_text .gallery_text_span1 {
  width: 100%;
  padding: 0;
}
.campaign_price_flex {
	margin-top: 1em;
}
.campaign_price_flex span {
    display: block;
    text-align: center;
    font-size: 1.3em;
}
.cv_title {
	color: white;
	font-size: 5.5vw;
	padding: 10px 0;
}
.campaign_price_1 {
  font-size: .8em;
  margin-top: 1em;
}
.campaign_price_2 {
  margin-top: 1em;
  font-size: 1.5em !important;
}
.campaign_price_2 .campaign_price_hiki {
  font-size: .5em !important;
}
.cv_area_box {
  width: 90%;
  display: block;
  justify-content: center;
  margin: 25px auto 0 auto;
  align-items: center;
}
.fast_tel_p {
  font-size: 5vw;
}
.cv_area_btn {
  width: 95%;
  margin: 20px auto 0;
}
.cv_area_box .cv_area_img {
	display: none;
}
.price_list {
  width: 95%;
  font-size: 1em;
}
.price_list th, .price_list td {
    position: relative;
}
.price_list td.price_td_0 {
	padding: 10px;
}
.price_list .price_td_1, .price_list .price_td_2 {
    width: 40%;
}
.price_list.ip_only td span {
	position: absolute;
	left: 0;
	text-align: ;
	top: 0;
	background-color: #853665;
	padding: 3px;
	color: #fff;
}
#tab1:checked ~ .tabs label[for="tab1"], #tab2:checked ~ .tabs label[for="tab2"], #tab3:checked ~ .tabs label[for="tab3"], #tab4:checked ~ .tabs label[for="tab4"] {
  font-size: 5vw;
}
.tab-label {
  padding: 10px 0;
}
#tab1:checked ~ .content1, #tab2:checked ~ .content2, #tab3:checked ~ .content3, #tab4:checked ~ .content4 {
  max-height: fit-content;
}
.areaPlan .costContent .costTitle {
    font-size: 7vw;
    padding-left: 0;
}
.gallery_img span {
  font-size: 1em;
}
.gallery_img img {
  width: 85%;
}
.gallery_text .gallery_text_span1 {
  display: block;
}
.gallery_text_span2 {
	padding: 10px;
	display: block;
    text-align: center;
}
.gallery-cell {
  width: 85%;
}
.myBase .areaParison .tableParison table tr:first-child th:nth-child(2)::before {
	height: 12px;
}
.accordion-header {
  font-size: 4vw;
  padding: 15px 10px;
}
.accordion-item.active .accordion-content {
  padding: 15px 10px;
  font-size: 4vw;
}
.form_area {
  width: 90%;
}
.checkbox-group {
	flex-wrap: wrap;
}
.myBase #footer {
  padding: 100px 0 30px;
}
.hamburger123456789 {
  background-color: #853665;
}
.hamburger {
    position: fixed;
    top: 29px;
    right: 20px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 100;
}
.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s;
}
.hamburger.active span {
  background: #853665;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 11px;
}
.hamburger span:nth-child(3) {
    bottom: 0;
}
.hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}
.nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    z-index: 90;
}
.nav.active {
    right: 0;
}
.nav-list {
    padding-top: 40px;
    list-style: none;
}
.nav-item {
    margin-bottom: 20px;
    padding: 0 20px;
}
.nav-link {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
}
.nav-link:hover {
    color: #666;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 80;
}
.overlay.active {
    visibility: visible;
    opacity: 1;
}
.nav-list li {
    font-size: 1em;
    padding: 10px;
    width: 45%;
    margin: 0 auto;
    list-style: disclosure-closed;
}
.worries_a_item_btn.worries_a_item_btn_tel, .worries_a_item_btn.worries_a_item_btn_mail, .worries_a_item_btn.worries_a_item_btn_line {
  width: 80%;
  margin: 10% auto 0;
}
.sp_logo_img {
	width: auto;
	height: 61px;
	margin: 10px;
}
.footer_cv_sp.ip_only {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footer_tel {
  background: linear-gradient(#9bbcff, #428fe1);
}
.footer_mail {
  background: linear-gradient(#ffb163, #ff8000);
}
.footer_line {
  background: linear-gradient(#55e688, #00cc48);
}
.footer_tel, .footer_mail, .footer_line {
	width: calc(100% / 3);
    height: 6em;
}
.footer_cv_sp.ip_only img {
  height: 45px;
  display: block;
  margin: 10px auto;
}
.footer_cv_sp.ip_only a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 3vw;
}
.cv_area_box {
  padding: 2em 0;
}
.p__top-fv .p-home-mv {
  padding-top: 10px;
}
.cv_area_top {
    padding-bottom: 2em;
}
.inner.price_inner {
    padding-top: 1em;
}
.campaign_price .gallery-cell {
  width: 85%;
  margin-right: 10px;
}
.campaign_price_flex span.campaign_price_hiki {
	font-size: .6em;
	top: -50%;
	left: 5%;
}
.point_area {
  display: block !important;
  width: 95% !important;
}
.point_box {
  width: 95% !important;
  margin: 1em auto !important;
}
}

.pdf_hik {
  text-align: center;
  margin: 3em auto 0;
  border: 5px solid #853665;
  background-color: #fff;
  padding-top: 1em;
  border-radius: 15px;
}
.point_area {
	display: flex;
	justify-content: center;
	width: 75%;
}
.point_box_item1 {
	text-align: center;
	font-size: 2em;
	padding: 5% 0;
	background-color: #fff;
    border-radius: 15px 15px 0 0;
}
.point_box_item2 {
  background-color: #fff;
  border-top: 2px solid #853665;
  border-radius: 0 0 15px 15px;
  color: #151515;
}
.point_box {
	width: 30%;
	margin: 0 auto;
	border: 5px solid #853665;
	border-radius: 15px;
    box-shadow: 5px 3px 3px #e1e1e1;
}
.point_box div {
	padding: 10px;
}






.point_pdf_area_img {
  position: absolute;
  width: 45%;
  top: -5%;
  left: 1%;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}
.modal.is-open {
    visibility: visible;
    opacity: 1;
}
.modal-overlay, .modal-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 9999;
}
.modal.is-open .modal-container {
    transform: translate(-50%, -50%) scale(1);
}
.modal-content {
    width: 100%;
    min-height: min-content;
}
.menu-detail, .menu-detail2 {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 767px) {
.modal-container {
    width: 95%;
    padding: 15px;
    max-height: 80vh;
}
.triangle {
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	margin: 1em auto 0;
}
.gallery_title {
    font-size: 4vw;
  }
.menu-detail {
  width: 115%;
  max-width: none;
  margin-left: -7%;
}
.menu-detail2 {
    width: 100%;
    max-width: none;
}
.modal-content {
     overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-container {
  top: 48%;
}
}
.modal-close, .modal-close2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    z-index: 1;
}
.modal-close:hover, .modal-close2:hover {
    color: #000;
}
body.modal-open {
    overflow: hidden;
}
.menu_img.pc_only {
	border: 5px solid #853665;
}
.money_tabletd {
  vertical-align: middle;
}





.point_pdf_area_ul ul span {
  background-color: yellow;
}
.point_pdf_area_ul ul {
  list-style: decimal-leading-zero;
  margin: 0 2em 0 3em;
}
.point_pdf_area {
  position: relative;
  padding-top: 8em;
}
.point_pdf_area_ul {
  padding: 0 10px;
  margin-bottom: 10px;
}
.pdf_ip_check_area {
  margin: 1em 1em 0;
  border: 3px solid #ffc000;
  padding-bottom: 1em;
}
.pdf_ip_ul_area {
  padding: 0 8%;
}
.pdf_ip_ul_area ul {
  list-style: outside;
}
.pdf_ip_check_li {
  margin: 3% 0;
}
.pdf_ip_check {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
}
.pdf_ip_check .check_pdf {
  width: 10%;
  margin-right: 2%;
}
.pdf_ip_title {
  color: #00b0f0;
  font-size: 7vw;
}
.pdf_ip_title2 {
  font-size: 4vw;
}
.container_slider2 {
width: 1000px;
margin: 4em auto 0;
}
.slider {
width: 100%;
margin: 0 auto;
}
.slide {
height: 300px;
margin: 0 10px;
position: relative;
transition: all 0.3s ease;
border-radius: 10px;
overflow: hidden;
}
.slide-content {
height: 100%;
background-color: white;
border: 2px solid #ddd;
box-shadow: 5px 3px 3px #bfbfbf;
font-size: 24px;
font-weight: bold;
transition: all 0.3s ease;
transform: scale(0.85);
opacity: 0.7;
}
.slick-center .slide-content {
transform: scale(1);
opacity: 1;
}
.slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
cursor: pointer;
border: none;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
outline: none;
}
.slick-prev {
left: -25px;
}
.slick-next {
right: -25px;
}
.slick-prev:before, .slick-next:before {
font-size: 24px;
color: #000000;
opacity: 1;
}
.slick-dots {
bottom: -40px;
}
.slick-dots li button:before {
font-size: 12px;
color: #333;
}
.slick-dots li.slick-active button:before {
color: #6e8efb;
}
.slick-next::before, .slick-prev::before {
color: #000000 !important;
}

.hissu_label {
  background-color: #e74c3c;
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-right: 5px;
}
dl {
  margin: 20px 0;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border: 3px solid #853665;
}
.custom-radio.active,
.custom-radio:has(input:checked) {
  background-color: #853665;
  color: #fff;
}
.radio-text {
  margin-left: 5px;
}
.area_flex {
	display: flex;
	justify-content: space-between;
}
















.area_flex_item {
  width: 200px;
  padding: 5px;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
.area_flex_img {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.area_flex_img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
#simpleModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
  text-align: center;
  padding-top: 50px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#modalImg {
  max-width: 80%;
  max-height: 80%;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}
#closeBtn {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}





.menu_table {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}





.menu_table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 14px;
}
.menu_table th, .menu_table td {
	border: 2px solid #333;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.menu_table th {
	background-color: #90c695;
	font-weight: bold;
}
.category-header {
	background-color: #e8ffea;
	font-weight: bold;
	width: 80px;
}
.item-name {
	text-align: left;
	padding-left: 12px;
}
.price {
	text-align: right;
	padding-right: 12px;
	font-weight: bold;
}
.unit {
	width: 60px;
}
.note {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	text-align: left;
}
.small-table {
	margin-top: 15px;
}
.small-table th, .small-table td {
	font-size: 13px;
}

@media (max-width: 670px) {
.menu_table {
	overflow: scroll;
}
.menu_table table {
  width: 175%;
}
}