@charset "UTF-8";
/********************************************************************************

page-first-time.css　初めての方へcss

********************************************************************************/

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-first-time #mainvisual  {
    background-image: url(../images/first-time/mainvisual-bg.jpg);
}
#page-first-time #セクション名  {
}

/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-sample .section {

}

/*============================================================
 セクション ヘッドライン
*============================================================*/
#page-first-time #headline .name{
    text-align: right;
}

/*============================================================
 セクション クリニックの所在地
*============================================================*/
#page-first-time #sec-location .block {
    margin-bottom: 56px;
    justify-content: space-between;
    gap: 48px;
}
#page-first-time #sec-location .block:last-child {
    margin-bottom: 0;
}
#page-first-time #sec-location .address {
	width: 370px;
}
#page-first-time #sec-location .address h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 22px;
}
#page-first-time #sec-location .address p {
    padding-left: 22px;
	position: relative;
	line-height: 100%;
    margin-bottom: 22px;
}
#page-first-time #sec-location .address p:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-pin.svg) no-repeat center center / contain;
	width: 18px;
	height: 20px;
	top: 0;
	left: 0;
}
#page-first-time #sec-location .address ul {
    width: 100%;
	padding-top: 22px;
	border-top: 1px solid #66554f;
	padding-left: 1rem;
}
#page-first-time #sec-location .address ul li {
	font-size: 14px;
	list-style: disc;
}
#page-first-time #sec-location .parts-btn {
    --margin: 22px auto 0 0; 
}
#page-first-time #sec-location .map {
    width: calc(100% - (370px + 48px));
    height: 300px;
}
#page-first-time #sec-location .map iframe {
    aspect-ratio: 21 / 10;
    max-width: 630px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1128px) {
    #page-first-time #sec-location .block {
        flex-direction: column;
    }
    #page-first-time #sec-location .address {
        width: 100%;
        margin-bottom: 0;
    }
    #page-first-time #sec-location .map {
        width: 100%;
    }
    #page-first-time #sec-location .map iframe {
        max-width: 100%;
    }
}
/*============================================================
 セクション 受診について
*============================================================*/
#page-first-time #sec-about .parts-btn {
    --margin: 0 auto 0 0; 
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-first-time #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-first-time #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-first-time #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-first-time #sec-location .address h3 {
        font-size: 18px;
    }
}
