@charset "UTF-8";
/* CSS Document */

.header_subtxt24 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	padding: 1.5% 0 0 0;
	color: #000;
}

.cmn_cont01 {
	color: #000000;
	max-width: 920px;
}
.cmn_cont01 h2 {
	background-color: #24bbb7;
    color: #fff;
    font-weight: 700;
    padding: 20px 25px;
	text-align: center;
	font-size: 3em;
}
@media screen and (max-width: 1000px) {
	.cmn_cont01 h2 {
		font-size: 4vw;
		padding: 1.5vw 2vw;
	}
}
.cmn_cont01 .img_title {
	border-bottom: 0;
	font-weight: 700;
	padding: 0;
	margin-top: 3em;
	background: none;
}
.cmn_cont01 .cmn_photo01 img {
	max-width: 100%;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.detail {
	margin: 3em auto;
	text-align: right;
	/* max-width: 80%; */
	font-weight: bold;
	font-size: 2em;
	line-height: 1.25;
}
.detail.detail_center {
	text-align: center;
	/*
	display: flex;
    justify-content: center;
	*/
}
.detail a {
	background: url(/img/price/new_service_img_detail.png) no-repeat right center;
	color: #e1004f;
	text-decoration: underline;
    padding: 0 32px 0 0;
    display: inline-block;
    min-height: 37px;
}
.detail a:hover {
	text-decoration: none;
}
.detail.detail_center a {
	margin: 0 20px 20px;
}
/*
.b {
	color: #222;
	font-weight: bold;
}
p.caution {
	font-weight: bold;
	color: #f00;
	background-color: yellow;
}
*/
.heading_txt {
	font-size: 1.9em;
	font-weight: bold;
}
.line {
	background: linear-gradient( transparent 0%, transparent 70%, #ffff00 70%, #ffff00 100%);
}
.s_txt {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
}

.s_txt2 {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
}

.ttxt {
	font-size: 0.5em;
	font-weight: normal;
}

.deco {
    line-height: 42px;
    color: #24bbb7;
}

.s_txt2 {
	text-align: center;
	color: #000;
	font-size: 27px;
	margin: 0;
}

.s_txt3 {
	text-align: center;
	color: #24bbb7;
	font-size: 27px;
	font-weight: bolder;
	margin: 0;
	padding: 2% 0;
}

.ppri {
	font-size: 60px !important;
}

.spri {
	font-size: 60px !important;
}

h2.contents-title2 {
	padding: 2% 0 !important;
	font-size: 3.5em !important;
	border-bottom: 7px solid #24bbb7;
	border-top: 3px solid #24bbb7;
	border-right: 8px solid #24bbb7;
	border-left: 3px solid #24bbb7;
	background-color: #fff;
	color: #e1004f;
	margin-top: 4%;
	letter-spacing: -1px;
	
}

.d-price2 {
	color: #e1004f;
	font-weight: bold;
	font-size: 46px;
	top: -20px;
	position: relative;
	
}

.d-price2 span {
	font-size: 100px;
}

.d-price2 span2 {
	color: #000;
	font-size: 20px;
}

.d-price2 span span {
	font-size: 30px;
}

.d-price3 {
	color: #e1004f;
	font-weight: bold;
	font-size: 46px;
	top: -20px;
	position: relative;
	
}

.d-price3 span {
	font-size: 100px;
}

.d-price3 span2 {
	color: #000;
	font-size: 20px;
}

.d-price3 span span {
	font-size: 30px;
}

.detail-link2 a {
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	background-color: #f80;
	color: #fff;
	display: block;
	margin: 0 auto 10% auto;
	padding: 1% 2%;
	width: 35%;
}

.styleimg {
	display: block;
	padding: 2% 0;
	width: 90%;
	margin: 0 auto;
}


.border{
	display: inline-block;         /* 打ち消し線と文字の幅を揃えられるようにする */
	position: relative;            /* 打ち消し線の位置を調整する時の基準点になるようにする */
}

.border::before {
	content: '';                	/* 擬似要素に実体を持たせる */
	width: 100%;                	/* 打ち消し線の幅を指定する*/
	height: 1px;                	/* 線を表示させるために1pxだけ高さを入れる */
	border-top: solid 3px #000;     /* 二重線の上側になる線をひく */
	position: absolute;            	/* 線の位置を自由に動かせるようにする */
	left: 0 ;                   	/* 線の位置を左に揃える */
	top: calc(58% - 12px);           /* 線の位置を真ん中から3px上にする */
}

.border::after {
	content: '';                	/* 擬似要素に実体を持たせる */
	width: 100%;                	/* 打ち消し線の幅を指定する*/
	height: 1px;                	/* 線を表示させるために1pxだけ高さを入れる */
	border-bottom: solid 3px #000;  /* 二重線の上側になる線をひく */
	position: absolute;            	/* 線の位置を自由に動かせるようにする */
	left: 0 ;                    	/* 線の位置を左に揃える */
	bottom: calc(40% - 3px);        /* 線の位置を真ん中から3px下にする */
}



.item_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	font-weight: bold;
	font-size: 1.7em;
	margin-left: auto;
    margin-right: auto;
    max-width: 90%;
	line-height: 1.25;
}
.item_list li {
	width: 49%;
	/*margin: 0 0 10px;*/
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.item_list li a.boxref {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: -99999px;
    z-index: 1;
}
.item_list li a.boxref:hover {
    border: 10px solid #ffcf99;
}
.item_list p {
	margin: 0;
}
.item_list .item_img {
	text-align: center;
	position: relative;
}
.item_list .icon-brand {
	position: absolute;
	max-width: 74px !important;
	max-height: 35px;
	z-index: 99;
	top: 0;
	left: 0;
}
.item_list .item_img img {
	max-width: 60%;
}
.item_list .item_name {
	display: flex;
	justify-content: center;
	font-size: 90%;
}
.item_list .item_price {
	display: flex;
	justify-content: center;
	color: #e1004f;
	align-items: baseline;
	line-height: 1;
	flex-wrap: wrap;
}
.item_list .item_price .price {
	font-size: 1.4em;
}
.item_list .item_price .price_s {
	font-size: 1.8em;
}
.waribiki {
	color: #e1004f;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
}
.waribiki .price_s {
	font-size: 1.8em;
}
.otodoke {
	color: #e1004f;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
}
.safety_cnt {
	display: flex;
	/* max-width: 80%; */
    margin-left: auto !important;
    margin-right: auto !important;
}
.safety_cnt .safety_img {
	min-width: 60%;
    max-width: 60%;
}
.safety_cnt .safety_img img {
	max-width: 100%;
}
.safety_cnt .safety_txt {
	/* width: 40%; */
	text-align: left;
	font-size: 1.8em;
    padding: 35px 0 0;
    font-weight: 500;
}
.lineup {
	color: #e1004f;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	margin-top: 2em;
}
.caution {
	color: red;
	font-weight: bold;
	display: flex;
	justify-content: center;
	font-size: 1.8em;
}
.banner_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3em 0;
	font-weight: 500;
}
.banner_list li {
	width: 49%;
	text-align: center;
}
.banner_list li img {
	max-width: 98%;
}
.banner_list li a:hover img {
	opacity: 0.5;
}
/***
youtube
***/
.mov {
	position: relative;
	text-align: center;
}
.mov img {
	max-width: 100%;
}
.mov .yt_icon{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.9;
}
.mov_title {
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	margin: 0;
}
.tl {
	display: flex;
	
}
.tl2 {
	display:block;
	width: 40%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	
	.header_subtxt24 {
        font-size: 18px;
        line-height: 27px;
	}
	.heading_txt {
		font-size: 4.8vw;
	}
	.cmn_cont01 h2 {
		margin-top: 5%;
	}
	.cmn_cont01 .cmn_photo01 {
		margin: 2em 0;
	}
	h2.contents-title2 {
		font-size: 26px !important;
	}
	.s_txt {
		font-size: 35px !important;
	}
	.s_txt2 {
		font-size: 21px !important;
	}
	.s_txt3 {
		font-size: 23px !important;
		margin: 2%;
	}
	.deco {
		line-height: 35px;
		display: block;
		margin: 1%;
    }
    .detail {
		margin: 2em 0;
	}
	.items {
		font-size: 15px;
	}
	.item_list {
		font-size: 3vw;
		max-width: 100%;
	}
	.item_list .item_name {
		font-size: 100%;
	}
	.item_list .icon-brand {
		max-width: 8vw !important;
	}
	.item_list li a.boxref:hover {
		border: 5px solid #ffcf99;
	}
	.detail {
		font-size: 4vw;
	}
	.detail a {
		background-size: auto 4vw;
		min-height: 4vw;
		padding-right: 4vw;
	}
	.caution {
		font-size: 4vw;
	}
	.otodoke {
		font-size: 4.6vw;
	}
	.safety_cnt .safety_img {
		min-width: 40%;
		max-width: 40%;
		width: 40%;
	}
	.safety_cnt .safety_txt {
		padding: 0;
		font-size: 3.8vw;
	}
	.lineup {
		font-size: 5vw;
	}
	.waribiki {
		font-size: 5vw;
	}
	.mov_title {
		font-size: 3.8vw;
	}
	.ppri {
		font-size: 40px !important;
	}
	.d-price2 span {
		font-size: 80px;
	}
	.d-price2 {
		line-height: 80px;
	}
	.d-price3 span {
		font-size: 80px;
	}
	.d-price3 {
		line-height: 80px;
	}
	.detail-link2 a {
		font-size: 16px;
		width: 80%;
		margin: 3% auto 15% auto;
    }
    .bigp {
		width: 85%;
		display: block;
		margin: 0 auto;
	}
}