@charset "UTF-8";
/*
 * style.css
 *
 */

/* !contents
---------------------------------------------------------- */
.contents{
}

/* top-img */
.top-img{
    position: relative;
    z-index: 7;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    border-top: 4px solid #f39800;
    border-bottom: 4px solid #f39800;
    background: #f39800;
}

.top-img .container{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.top-img img{ width: 100%; }

.txt-container{
    border: 2px solid rgba( 255 , 255 , 255 , 0.5 );
    position: absolute;
    top: 10px;
    left: 20px;
}

.txt-container p{
    background: rgba( 255 , 255 , 255 , 0.5 );
    margin: 10px;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
}

.top-img .bt01{
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 50px;
    margin-left: -25px;
}

@media ( min-width: 768px ){
    .top-img{ background: #ddd5be; }
    .top-img .container{ padding-bottom: 0; }
    
    .txt-container{
        top: 50px;
        left: 5%;
        width: 160px;
    }

    .txt-container p{
        margin: 20px;
        width: 120px;
        height: 120px;
        line-height: 120px; }
}

@media ( min-width: 1024px ){
    .txt-container{ left: 10%; }
}

/* box01 */
.box01{
    padding: 50px 0 100px;
    background: #efefef;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 6;
}

.box01 dl{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
}

.caption{
    color: #727171;
    text-align: center;
}

.subttl{ text-align: center; }

.box01 dl dt{ padding-top: 20px; }
.box01 dl dd{ padding-top: 40px; }

.box01 dl .right{
    text-align: right;
    line-height: 1;
}

@media ( min-width: 1024px ){
    .caption,
    .subttl{ text-align: left; }
}

/* 共通要素 */
.box02,
.box05,
.box04,
.box06{
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: relative;
    padding: 100px 0;
}

.box02 ul,
.box05 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.box02 ul .tit,
.box05 ul .tit{
    font-size: 1.8rem;
    width: 30%;
    text-align: center;
}

.box02 ul .line,
.box05 ul .line{
    width: 35%;
    height: 6px;
    background: #fff;
}

.box02 p,
.box05 p{
    width: 90%;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    line-height: 1.5;
}

.box02 dl,
.box05 dl{
    width: 90%;
    max-width: 1000px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}

.box02 dl div,
.box05 dl div{ margin-top: 20px; }

.box02 dl dt,
.box05 dl dt{
    font-size: 1.8rem;
    color: #595757;
    background: #fff;
    border: 7px solid #fff;
    border-radius: 14px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.box02 dl dd,
.box05 dl dd{
    padding-top: 20px;
    text-align: left;
    line-height: 1.5;
}

.box04,
.box06{ background: #efefef; }

.box04 ul,
.box06 ul{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.box04 ul li,
.box06 ul li{ text-align: center; }

.box04 ul .sub-inner,
.box06 ul .sub-inner{ padding-top: 20px; }

.box04 dl,
.box06 dl{ line-height: 1.5; }

.box04 dl dt,
.box06 dl dt{
}

.box04 dl dd,
.box06 dl dd{
    padding-top: 40px;
}

.box04 dl dd span,
.box06 dl dd span{ font-size: 2.4rem; }

.box04 p,
.box06 p{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.box04 p span,
.box06 p span{ font-size: 1.9rem; }

@media ( min-width: 768px ){
    .box02 dl,
    .box05 dl{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    
    .box02 dl div,
    .box05 dl div{ width: 45%; }
}

@media ( min-width: 1024px ){
    .box02 dl div,
    .box05 dl div{ width: 30%; }
    
    .box04 ul,
    .box06 ul{
        display: flex;
        justify-content: space-between;
    }
    
    .box04 ul li,
    .box06 ul li{ text-align: left; }
    
    .box04 ul .main-inner,
    .box06 ul .main-inner{ width: 540px; }

    .box04 ul .sub-inner,
    .box06 ul .sub-inner{
        padding-top: 0;
        text-align: right;
    }
    
    .box04 ul .sub-inner img,
    .box06 ul .sub-inner img{ width: 380px; }
    
    .box04 dl,
    .box06 dl{ padding-top: 0; }
}

/* box02 */
.box02{
    z-index: 5;
    background: #f8b62d;
}

.box02 dl{
    padding-bottom: 40px;
}

.box02 .bg01{
    width: 95%;
    height: 30px;
    z-index: 0;
    background: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
}

.insurance{
}

.insurance-button{
	display: block;
	width: 90%;
	max-width: 280px;
	background: #fff;
	border-radius: 14px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

.insurance-button .arrow{
	display: block;
	clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
	height: 6px;
	aspect-ratio: 1;
	background: #000;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -3px;
}

.insurance-button:hover .arrow{ background:#f39800; }

/* popup */
.popup {
	width: 90%;
	max-width: 500px;
	background: #fff;
	border-radius: 14px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.popup-container {
}

.popup-title {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 25px;
	padding-bottom: 30px;
}

.popup-text {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1.5;
	padding-bottom: 30px;
}

.popup-url {
	font-family: 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	padding-bottom: 30px;
	color: #EEB94D;
}

.popup-text .text-row {
	display: inline-block;
}

.popup-button {
	display: flex;
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
}

.popup-access {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	width: 200px;
	padding: 20px 0;
	font-size: 25px;
	color: #fff;
	background: #EEB94D;
	border-radius: 14px;
	margin-right: 20px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}

.popup-access:hover {
	color: #fff;
	opacity: 0.8;
}

.popup-close {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	width: 200px;
	padding: 20px 0;
	font-size: 25px;
	color: #EEB94D;
	border: 1px solid #EEB94D;
	border-radius: 14px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}

.popup-close:hover {
	color: #EEB94D;
	opacity: 0.8;
}

/* box04 */
.box04{ z-index: 3; }

/* box05 */
.box05{
    z-index: 2;
    background: #d5ead8;
}

/* box06 */
.box06{ z-index: 1; }

/* tel-box */
.tel-box{ background: #036eb8; }
.tel-box h4 a{ color: #fff; }

.tel-box .txt{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    letter-spacing: 0.25rem;
}
