/*==========　ここから「共通使用」 ==========*/
#offer {
	margin-top:-100px;
	padding-top:100px;
}

.p_top {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

/*--------ここから「リフレクション」-----------------------------*/

/*
<div class="reflection-img" align="center">
★光らせたいコンテンツ★
<div class="reflection"></div>
*/

.reflection-img{
    position    :relative;
    overflow    :hidden;
}
 
.reflection {
    height      :100%;
    width       :45px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*-------ここから「アコーディオン」--------------------------------*/
/*
<div class="cp_box">
<input id="cp01" type="checkbox" autocomplete="off"><label for="cp01"></label>
<div class="cp_container"> 
★隠すコンテンツ★
</div>
</div>
*/

.cp_box {
    position: relative;
    margin-bottom: 2em;
}

.cp_box input {
    display: none;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    width: 100%;
	height: 100px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box label::after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: FontAwesome;
    content:"続きをよむ";
    transform: translate(-50%, 0px);
    letter-spacing: 0.05em;
    color: rgb(255, 255, 255);
    background-color: #26c6da;
    border-radius: 20px;
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
}

.cp_box input:checked+label {
    background: inherit;
}


@media (max-width: 480px){
.cp_box .cp_container {
    overflow: hidden;
    height: 440px;
    transition: all 0.5s;
}
}

.subpageBox {
    width: 97%;
    margin: 0 auto;
    padding: 16px;
}
@media (max-width: 763px){
.subpageBox {
    width: 96%;
    margin: 0 auto;
    padding: 0px 8px;
}
}


.subpageBox:after, .subpageBox:before {
    clear: both;
    content: "";
    display: block;
}

.pt2em {
    padding-top: 2em;
}
.subpageBoxR {
    width: 50%;
    float: right;
    padding: 8px;
}


.subpageBoxL {
    width: 40%;
    float: left;
    padding: 8px;
    margin-bottom: 1.2em;
}

@media (max-width: 763px){
.subpageBoxL {
    width: 96%;
    float: none;
    padding: 8px;
    margin-bottom: 0;
}

.subpageBoxR {
    width: 96%;
    float: none;
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
}

}


@media (max-width: 763px){
.subpageBoxL {
    width: 96%;
    float: none;
    padding: 8px;
    margin-bottom: 0;
}

.subpageBoxR {
    width: 96%;
    float: none;
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
}

}

.cp_box input:checked + label::after {
    font-family: FontAwesome;
    content:"閉じる";
}

.cp_box *, .cp_box *:before, .cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
}
.cp_box .cp_container {
    overflow: hidden;
    height: 600px;
    transition: all 0.5s;
}



/*==========　ここから「ヘッダー」 ==========*/
.header_inmei {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.sp_header_inmei {
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;	
}

/*==========　ここから「フッター」 ==========*/
.footer_inmei {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 5em;
	color: #000;
}
@media (max-width: 763px) {
	.footer_inmei {
		margin-right: 0em;
	}
}

/*--------------アコーディオンメニュー-------------------*/
.footer_menu_btn {
	background-color: #ea1e63;
}

.footer_title_2 {
	color: #fff; 
	border-bottom: unset;
	margin-left: 1em;
}

.btn.focus, .btn:focus {
	box-shadow: unset; 
	text-decoration: unset;
}

.btn-link:hover {
    color: unset;
    text-decoration: unset;
}

/*==========　ここから「サブページ」 ==========*/
/*----- ここから「スライダー」-----*/
.zassi_slider {
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 763px) {
	.zassi_slider {
		width: 95%;
		margin: 0 auto;
	}
}

/*----- ここから「お客様の声」-----*/
.voice_title {
	border-left: solid 5px #ea1e63;
	font-size: 1.2em;
	font-weight: bold;
}

/*========== ここから「料金表」  ==========*/
.tableBasic01 table {
    border-collapse: collapse;
    font-size: 95%;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

.tableBasic01 table {
    border-style: solid;
    border-color: #f3f3f3;
    border-size: 1px;
    width: 100%;
}

.tableBasic01 td {
    padding: 10px;
    line-height: 2em;
}

.tableBasic01 tr {
    padding: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dotted #e1e1e1;
}

.tableBasic01 {
    padding: 8px;
}


.tableBasic01 table th {
    background: #f4f4f4;
    text-align: center;
    padding: 16px 5px;
    border-right: 1px dotted #fff;
    border: 1px solid #ddd;
}

.tableBasic01 table td {
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ddd;
    text-align: left;
}

.taC {
    text-align: center !important;
}

.w25per {
    width: 25% !important;
}

.w50per {
    width: 50% !important;
}
/* 下部バナー　
========================================================================== */

.koteiTel{
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 888;
}

.koteiR{
    width:50%;
    margin-left:auto;
    margin-right:auto;
    float:left;
}

.koteiL{
    width:50%;
    margin-left:auto;
    margin-right:auto;
    float:left; 
}

.btn-group-lg>.btn, .btn-lg {
	z-index: 999
}
/*========================================================================== */