@charset "UTF-8";


.wrap {
	overflow: hidden;
}

img {
width:100%;
max-width: 100%;
height: auto;
font-size:0;
}

#container{
width:100%;
}

body {
	margin:0;
	}
	
a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.7;
filter: alpha(opacity=50);        /* ie lt 8 */
-ms-filter: "alpha(opacity=50)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
background:none!important;
}
.bg {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0;
	line-height: 0;
}

.bg950 {
	height: auto;
	width: 100%;
	max-width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.img-text {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 950px;
	text-align: center;
	display: block;
}

.bg_grad {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/pc/03_bg_grad.png);
	object-fit: cover;
	z-index: -1;
}

.bg_light_blue {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e4f4fd;
}

.bg_Price_pink {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ea609e;
}

.bg_light_yellow {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #faeeb6;
}

.light_blue {
	background-color: #e4f4fd;
}
.light_yellow {
	background-color: #fffde1;
}
.light_pink {
	background-color: #fbe6ef;
}
.pink {
	background-color: #ea609e;
}
.blue {
	background-color: #5eb7e8;
}
.mid-blue {
	background-color: #0098d8;
}
.white {
	background-color: #fff;
}

.bg-gradient_pc {
	background: linear-gradient(to right, #eb8db7 0%, #fffde1 10%,  #fffde1 90%,#eb8db7 100%);
  }

  .bg-gradient_sp {
	background: linear-gradient(to right, #eb8db7 0%, #fffde1 5%,  #fffde1 95%,#eb8db7 100%);
  }


/* ===== Footer ===== */
.footer-wrap {
	height: auto;
	width: 100%;
	margin: o auto;
	background-color: #0098d8;
	justify-content: center; 
}
.footer-inner {
    display: flex;
    justify-content: center;   
    align-items: center;
    max-width: 950px;
    margin: 0 auto;            
    padding: 24px 20px;
    box-sizing: border-box;      
}


.footer-logo {
    padding-right: 20px;    
}


.footer-logo img {
	width: 162px;
	height: auto;
	display: block;
}
.footer-info {
	border-left: 1px solid rgba(255,255,255,1);
    padding-left: 40px;
    text-align: left;
    white-space: nowrap; 
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-tel {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
}
.footer-tel span {
	font-size: 22px;
	font-weight: bold;
}
.footer-address {
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.footer-closed {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 12px;
	line-height: 1.6;
}
.footer-closed-badge {
	display: inline-block;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px;
	white-space: nowrap;
	flex-shrink: 0;
}
.footer-closed-note {
	color: rgba(255,255,255,0.85);
	font-size: 12px;
	line-height: 1.6;
}

.tel-link {
    pointer-events: none;
    color: inherit;       
    text-decoration: none;
}


/* レスポンシブ */ 
.pc { display: block !important; }
.sp { display: none !important; }


@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

    .footer-inner {
        flex-direction: column; 
        padding: 30px 15px;     
    }

    .footer-logo {
        padding-right: 0;       
        margin-bottom: 20px;    
    }

    .footer-logo img {
        width: 180px;           
        margin: 0 auto;         
    }

    .footer-info {
        border-left: none;      
        padding-left: 0;       
        text-align: center;    
        white-space: normal;    
    }

    .footer-tel {
        font-size: 32px;        
    }

    .footer-tel span {
        font-size: 18px;
    }

    .footer-address {
        font-size: 12px;
    }

    .footer-closed {
        flex-direction: column;  
        align-items: center;     
        gap: 8px;                
        margin-top: 15px;
    }

    .footer-closed-badge {
        font-size: 13px;
        padding: 5px 12px;
    }

    .footer-closed-note {
        text-align: center;
    }
	.tel-link {
		pointer-events: inherit;
	}
}