@charset "utf-8";
html {
    font-family: sans-serif;
    font-size: 62.5%;
    /*scroll-behavior: smooth;*/
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #333333;
    box-sizing: border-box;
}
img{max-width: 100%;height: auto;}

.flex_space_bt{
    display: flex;
    justify-content: space-between;
}
.flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.border_gray{
    border: solid 2px #d4d4d4;
    padding: 20px;
}
.bg_gray{
  background-color: #f6f6f6;
}
.bg_pink{
  background-color: #ebcde2;
}
/*二色混ぜ背景.bg_blue_pink{
    background:linear-gradient(350deg,#fcf3fc 0%,#fcf3fc 50%,#ddf2f9 50%,#ddf2f9 100%);
}*/
.center{text-align: center;} 
.left{text-align: left;}
.right{text-align: right;}

/*-----------------PC--------------------*/
.only_pc{display: block;}
.only_sp{display: none;}
.w1100 {
    width: 1100px;
    margin: auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.w900{
    width: 900px;
    margin: 0 auto;
}
.w650{
    width: 650px;
    margin: 0 auto;
}
.list_circle li{
    font-size: 1.4rem;
    padding-left: 1.5em;
    position: relative;
}
.list_circle li+li{
    margin-top: 10px;
}
.list_circle li:before{
    content: "●";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.notice{
    padding-left: 1.5em;
    font-size: 1.4rem;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_30{padding: 30px 0;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_10{margin-top: 10px;}
.maker{
    background: linear-gradient(transparent 75%, #edd24b 25%);
}
.flex_space_bt_pc{
    display: flex;
    justify-content: space-between;
}
.flex_wrap_pc{
    display: flex;
    flex-wrap: wrap;
}
/*---------contents-----------*/
.u-fsM {
    font-size: 1.6rem;
    margin: 10px 0 20px;
}
.u-fsS {
    font-size: 1.4rem;
    margin-top: 10px;
}
.header_top{
    padding-top: 20px;
}
#content{
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    background-image: url("../img/bg_01.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}
#FV_area{
    background-image: url("../img/title_bg.jpg");
    background-position: center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#FV_area h1{
    text-align: center;
}
#contents_area h2{
    margin-top:50px;
    border-bottom: 3px solid #b60081;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #b60081;
}
#contents_area > div >p{
    margin-top: 20px;
    font-size: 1.8rem;
}
.tel_box{
    text-align: center;
    margin: 40px 0 100px;
}
#btn_area {
    text-align: center;
}
#btn_area h3{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}
.btn_tel_box a:before,
.btn_tel_box a:after{
    display: inline-block;
    content: "";
    position: absolute;
}
.btn_tel_box a:before{
    background-image: url("../img/index_ic01.png");
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top: calc(50% - 20px);
    left:27px;
}
.btn_tel_box a:after{
    background-image: url("../img/btn_arrow.png");
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    top: calc(50% - 18px);
    right: 27px;
}
.btn_tel_box p{
    margin: 5px auto 0;
    width: 450px;
    border: 3px solid #b60081;
    border-radius: 5px;
    padding: 26px 0 12px 45px;
    font-size: 4.2rem;
    position: relative;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #b60081;
    line-height: 0.6;
}
.btn_tel_box p:before{
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url("../img/index_ic01.png");
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
    top: calc(50% - 28px);
    left:65px;
}
.btn_tel_box a{
    display: block;
    margin: 5px auto 0;
    width: 450px;
    border: 3px solid #b60081;
    box-shadow: 0 0 8px #cdc2c8;
    border-radius: 5px;
    padding: 26px 0 12px;
    font-size: 4.2rem;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    color: #b60081;
    line-height: 0.6;
}
.btn_tel_box a:hover{
    background: #ffe5f7;
} 
.btn_tel_box p span,
.btn_tel_box a span{
    font-size: 1.3rem;
    color: #333333;
    line-height: 1.4;
}
.btn_pink a{
    margin:10px auto 0;
    display: block;
    width: 450px;
    padding: 15px 0 12px;
    border-radius: 999px;
    background-color: #b60081;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.4rem;
    text-decoration: none;
    position: relative;
    box-shadow: 0 0 8px #cdc2c8;
}
.btn_pink a:hover{
    background-color: #d044a7;
}
.btn_pink a:after{
    display: inline-block;
    content: "";
    position: absolute;
   background-image: url("../img/btn_arrow_w.png");
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: calc(50% - 16px);
    right: 30px;
}
footer{
    background: #fff0fa;
    margin: 0;
    padding-bottom: 40px;
}
/*-----------------SP--------------------*/
@media screen and (max-width: 740px) {
    
.only_pc{display: none;}
.only_sp{display: block;}
.w1100,
.w1000,
.w900,
.w650{
    width: auto;
    margin: 0 15px;
}
.list_circle li{
    font-size: 1.3rem;
    padding-left: 1.5em;
    position: relative;
}
.list_circle li+li{
    margin-top: 10px;
}
.notice{
    padding-left: 1.5em;
    font-size: 1.2rem;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.pd_t_b_50{padding: 35px 0;}
.pd_t_b_30{padding: 20px 0;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 10px;}
.mt_10{margin-top: 5px;}
/*---------contents-----------*/
.u-fsM {
    font-size: 1.6rem;
    margin: 10px 0 20px;
}
.u-fsS {
    font-size: 1.4rem;
    margin-top: 10px;
}
.header_top{
    padding: 15px 5px 10px;
}
.header_top img{
    width: 40%;    
}
#content{
    padding-bottom: 60px;
}
#FV_area{
    background-image: url("../img/title_bg.jpg");
    background-position: right;
    background-size: cover;
    height: 150px;
}
#FV_area h1{
    width: 40%;
}
#contents_area h2{
    margin-top:30px;
    border-bottom: 2px solid #b60081;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 2.2rem;
}
#contents_area > div >p{
    margin-top: 20px;
    font-size: 1.5rem;
}
.tel_box{
    margin: 40px 0 100px;
}

#btn_area h3{
    font-size: 1.7rem;
    margin-top: 40px;
}
.btn_tel_box a:before,
.btn_tel_box a:after{
    display: inline-block;
    content: "";
    position: absolute;
}
.btn_tel_box a:before{
    background-image: url("../img/index_ic01.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: calc(50% - 15px);
    left:12px;
}
.btn_tel_box a:after{
    background-image: url("../img/btn_arrow.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: calc(50% - 15px);
    right: 12px;
}
.btn_tel_box a{
    display: block;
    margin: 10px 15px 0;
    width: auto;
    border: 3px solid #b60081;
    box-shadow: 0 0 8px #cdc2c8;
    border-radius: 5px;
    padding: 26px 0 12px;
    font-size: 3.8rem;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    color: #b60081;
    line-height: 0.6;
}
.btn_tel_box a span{
    font-size: 1.2rem;
}
.btn_pink a{
    margin:10px 15px 0;
    width: auto;
    font-size: 2.0rem;
    box-shadow: 1px 1px 8px #aea4a9;
}

.btn_pink a:after{
    display: inline-block;
    content: "";
    position: absolute;
   background-image: url("../img/btn_arrow_w.png");
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: calc(50% - 16px);
    right: 30px;
}
footer{
    padding-bottom: 20px;
}

}
