@charset "utf-8";

/* 202511_add_pricelist
------------------ */

/* common
-----------------------------*/

.common_box {
  margin: 0 auto 80px auto;
}

.cta_box {
	margin: 50px auto 40px auto;
}

.page_top {
	position: fixed;
	right: 10px;
	bottom: 12px;
	z-index: 1000;

	opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page_top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#custom_buttons,
#custom_buttons02 {
	display: none;
}

#index_menu::before,
.common_box::before {
	content: "";
	display: block;
	height: 110px;
	margin-top: -110px;
}

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

	#index_menu::before,
	.common_box::before {
		height: 80px;
		margin-top: -80px;
	}

	.common_box .indent._type02 {
		padding: 0;
	}

	.cta_box {
		margin: 20px auto 40px auto;
	}

	.page_top {
		display: none;
	}

	.page_btn a span {
		padding: 0 20px;
	}

	#custom_buttons02 {
		display: block;
		position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 10000;
	}
	#custom_buttons02 .index_menu {
		position: absolute;
		right: 5px;
		bottom: 80px;
	}
	#custom_buttons02 .index_menu a{
		opacity: 1!important;
	}
	#custom_buttons02 img {
		width: inherit;
	}
	#custom_buttons02 ul {
    background: rgba(227, 39, 40, 0.9);
	}
	#custom_buttons02 .btn_list {
	  display: inline-block;
	  font-size: 1.2em;
	  width: 49%;
	}
	#custom_buttons02 .btn_list a {
    text-decoration: none;
    color: #fff;
    padding: 10% 0;
    display: block;
    line-height: 1;
	}
	#custom_buttons02	.btn_list a span {
	  font-size: .8em;
	}
	#custom_buttons02	.btn_list.call {
    border-right: 1px solid #f5b1b1;
	}
	#custom_buttons02	.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	#custom_buttons02	.fa-phone:before {
	    content: "\f095";
	}
	#custom_buttons02 .fa-envelope:before {
    content: "\f0e0";
	}
}

.common_box .indent20 {
	padding: 0 20px;
}

.common_box .indent25 {
	padding: 0 25px;
}

.common_box .indent30 {
	padding: 0 30px;
}

.common_box .indent40 {
	padding: 0 40px;
}

.common_box .indent50 {
	padding: 0 50px;
}

.common_box .indent60 {
	padding: 0 60px;
}

.common_box .indent70 {
	padding: 0 70px;
}

.common_box .indent80 {
	padding: 0 80px;
}

.common_box .indent90 {
	padding: 0 90px;
}

.common_box .indent._type02 {
	padding: 0 30px;
}

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

	.common_box {
	  position: relative;
		width: 100%;
    margin: 0 0 80px 0;
	}
	.common_box .indent20,.common_box .indent25,.common_box .indent30,.common_box .indent40,
	.common_box .indent50,.common_box .indent60,.common_box .indent70,
	.common_box .indent80,.common_box .indent90 {
		padding: 0 10px;
	}

}

.btn_wrap ._btn {
	position: relative;
	display: block;

	width: fit-content;
	margin: 0 auto;
	padding: 10px 30px;
  box-shadow: 0 3px 0 rgba(167, 93, 33, 1);
	border: none;

	text-align: center;
	font-size: 1em;

	transition: all 0.3s ease;
}

.btn_wrap ._btn:hover {
	transform: translateY(4px);
	box-shadow: none;
	opacity: 1;
}

.btn_wrap ._btn:after {
	position: absolute;
	right: 10px;
	bottom: 33%;

  content: "";
  transform: translateY(-50%);

	border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}

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

	.sub_ttl {
    padding: 10px;
		line-height: 1.4;
  }

	.sub_ttl02 {
    padding: 15px;
		line-height: 2;
  }

}

/* #index
-----------------------------*/

#index .price_index {
	margin: 30px 0 20px 0;
}

#index .price_index .data {
	display: inline-block;
	margin: 0 10px 0 0;
}

#index .price_index .data:nth-child(4) {
	margin: 0;
}

#index .price_index .inner {
	padding: 15px;
	border-radius: 0 0 4px 4px;

	border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#index .price_index h2 {
	display: table;
	width: 100%;
	background: #E12E31;
	border-radius: 4px 4px 0 0;

	line-height: 1;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

#index .price_index h2 span {
	display: table-cell;
  vertical-align: middle;
	width: 100%;
	height: 35px;
	padding: 10px 0;
}

#index .price_index h2 small {
	font-size: .7em;
	color: #F5FF00;
}

#index .price_index .menu {
	margin: 20px 0;
	text-align: center;
}

#index .price_index .btn_wrap ._btn:after {
	bottom: 25%;

	border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

#index .caution {
	text-align: right;
	padding: 0 10px 0 0;
}


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

	#index .main_ttl {
		margin: 0 10px 20px 10px;
	}
	#index .price_index {
		margin: 20px 0 0 0;

		word-break: keep-all;
		white-space: nowrap;
	}
	#index .price_index .inner {
    padding: 15px 15px 20px 15px;
	}
	#index .price_index .data {
		width: 300px;
	}
	#index .price_index li {
		width: 300px;
	}
	#index .price_index h2 span {
		height: 55px;
	}
	#index .caution {
		text-align: center;
	}
	#index .price_index .menu {
		margin: 15px 0;
	}

}


/* #campaign
-----------------------------*/

#campaign .info {
	margin: 0 0 40px 0;
}

#campaign .info .sub_ttl {
	text-align: left;
	color: #e12f2f;
}

#campaign .info .remarks_box {
	width: fit-content;
	background: #f7f7f7;
	margin: 20px 0 0 0;
	padding: 15px;
	border: 1px dotted #ccc;
}


/* #point
-----------------------------*/

#point .point_box {
	background: #f7f7f7;
	margin: 20px 0 40px 0;
	padding: 20px 15px 0 15px;
	border: 1px dotted #ccc;
}

#point .point_box .item {
	position: relative;
	margin: 0 0 20px 40px;
}

#point .point_box .img_box {
	display: flex;
	gap: 20px;
	margin: 10px 0 30px 40px;
}

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

	#point .point_box .img_box {
    margin: 10px 0 30px 5px;
		gap: 10px;
	}

	#point .point_box .img_box img {
		width: 100%;
		height: 100%;
	}

}

#point .point_box .item:last-child {
	margin: 0 0 20px 40px;
}

#point .point_box .item::before {
	position: absolute;
	content: "";
	top: 3px;
	left: -30px;

	width: 20px;
	height: 20px;
	background: url("/images/pricelist/icon_price_check.svg") no-repeat 0 0 / contain;
}

#point .point_box b {
	font-size: inherit;
}

#point .point_box small {
	display: block;
	line-height: 1.8;
	font-size: .8em;
}

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

	#point .point_box small {
		margin: 10px 0 0 0;
	}

}


/* #faq
-----------------------------*/

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

	#faq .page_btn {
		margin: 0 auto 40px auto;
	}

}
