@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body{
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    color: #584D41;
    letter-spacing: 0.1em;
}
img{
max-width: 100%;
margin: 0;
padding: 0;
vertical-align: bottom;
height:auto;
}
h1,h2,h3,h4,h5,h6,p,ul {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
line-height:1;
}
ul {
list-style-type: none;
	margin: 0;
	padding: 0;
}
.cl {
clear: both;
}
a {
	text-decoration: none;
color: inherit;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1001;
    background-color: #FFFFFF;
}
#header_inner {
    padding-right: 3.07%;
    padding-left: 3.07%;
    padding-top: 16px;
}
#head_ue{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#head_logo {
    width: 288px;
    box-sizing: border-box;
    min-width: 288px;
    margin-right: 16px;
}
#header_ue_contact {
    /*    height: 56px;*/
    display: flex;
    align-items: center;
    width: 608px;
    justify-content: end;
}
#head_tel {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    width: 312px;
    letter-spacing: -1px;
}
#head_tel img {
	display: inline-block;
    width: 30px;
    margin-right: 8px;
      vertical-align: sub;
	margin-bottom: 1px;
}
#header_ue_contact ul{
	display: flex;
	    width: 336px;
	justify-content: space-between;
}
#header_ue_contact ul li{
	    font-size: 19px;
    line-height: 1em;
    font-weight: 500;
    border-radius: 24px;
    display: inline-block;
    box-sizing: border-box;
	color: #FFFFFF;
}
#header_ue_contact ul li a{
    padding-top: 10px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
	
}
.btn_yoyaku{
	background-color: #E463A1;
}
.btn_yoyaku img{
	width: 14px;
	margin-right: 10px;
	    margin-top: 2px;
}
.btn_line{
	background-color: #5AA949;
}
.btn_line img{
	width: 22px;
	margin-right: 10px;
}
#sp_header_contact {
    display: none;
}


/*ここまでヘッダー*/


.br_sp{
		display: none;
	}
.br_pc{
	display: inherit;
}
.sp_only{
		display: none;
	}
.pc_only{
	display: inherit;
}
.font-purple{
	color: #C23986;
}
.font-pink{
	color: #E463A1;
}
.font-blue{
	color: #9fb8dd
}
.content_wrap{
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6.15%;
    padding-left: 6.15%;
}
.inline-b{
	display: inline-block;
}
.btn_txt-only{
	
}
.btn_txt-only a{
    width: 216px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 17px;
    padding-bottom: 20px;
    border-radius: 32px;
    letter-spacing: .048em;
}
.btn_txt-only.green a{
	background-color: #5AA949;
}
.btn_txt-only.pink a{
	background-color: #E463A1;
}
.btn_txt{
	
}
.btn_txt a{
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	font-size: 17px;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	padding: 14px;
	padding-left: 0;
	border-radius: 28px;
	background-color: #584D41;
	padding-bottom: 16px;
    background-image: url("../images/ico_arr_brown.svg");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: right 20px center;
	pointer-events: none;
}
.titue-icon{
    width: 48px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}
.titue-icon._put img{
	margin-top: -40px;
}
.titue-icon._put{
	position:relative;
}
.titue-icon._put::before{
	position:absolute;
	content: "";
	background-image: url("../images/half-maru_pink.svg");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	    top: -88px;
  width: 264px;
  height: 304px;
  left: 50%;
  transform: translateX(-50%);
	z-index: -1;
}
.btn2_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn2_flex .btn_txt-only{
    margin: 8px;
}



#yobou-baby{
	
}
#y-b_in{
	    border-radius: 24px;
	background-color: #FAF0F5;
	padding-top: 7.69%;
	padding-bottom:7.69%;
	padding-right: 6.15%;
	padding-left: 6.15%;
	box-sizing: border-box;
}
#yobou-baby ul{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#yobou-baby ul li{
	width: 48.46%;
	box-sizing: border-box;
}
#yobou-baby ul li h2{
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: .064em;
}
#yobou-baby ul li a{
	display: flex;
	align-items: center;
	background-color: #FFFCF1;
	padding: 3.84% 5.38%;
	border: 2.8px solid #584D41;
	border-radius: 20px;
	background-image: url("../images/ico_arr_beige.svg");
	background-size: 20px auto;
	background-position: right 24px center;
	background-repeat: no-repeat;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
}
.yb_big-ico{
	width: 19.23%;
	margin-right: 8px;
	box-sizing: border-box;
}
#yobou-baby ul li:nth-child(2n) .yb_big-ico{
	width: 16.92%;
	margin-right: 22px;
}
.margin-b{
    margin-bottom: 1.53%;
}


/*以下フッター*/
footer{
	background-color: #FAF0F5;
    padding-top: 0;
    padding-bottom: 4.61%;
    box-sizing: border-box;
}
footer h2{
	    position: relative;
	width: 216px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3.84%;
}
footer h2::before {
    position: absolute;
    content: "";
    background-image: url(../images/half-maru_pink.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    top: -104px;
    width: 392px;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
footer h2 img{
	display: inline-block;
	    margin-top: -56px;
	width: 100%;
}
#foot_acc{
	margin-bottom: 3.84%;
}
#foot_acc p{
	text-align: center;
	font-size: 15px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 10px;
}
footer ul{
    display: flex;
    justify-content: center;
    margin-bottom: 5.38%;
    flex-wrap: wrap;
}
footer ul li{
    margin-right: 3.07%;
    margin-bottom: 3.07%;
}
footer ul li:last-child{
	margin-right: 0;
}
footer ul li a{
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
	pointer-events: none;
}
#foot_all-right{
	font-size: 13px;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
}
#pagetitle_wrap {
    position: relative;
}
#pagetitle_box {
    background-color: #FFFFFF;
    padding-top: 48px;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 48px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    border-top-right-radius: 104px;
    border-bottom-right-radius: 104px;
    background-image: url(../images/onp_16_pink.svg),url("../images/onp_4_green.svg");
    background-repeat: no-repeat;
    background-position: left 40px top 20px,right 48px bottom 32px;
    background-size: 32px auto;
    align-items: center;
    min-width: 200px;
}
#pagetitle {
    font-size: 30px;
    line-height: 1.3em;
}
.pagetitle_img {
    width: 78.46%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
    margin-left: auto;
    padding-top: 12.3%;
    padding-bottom: 12.3%;
}
.pagetitle_img.doctor {
	background-image: url("../images/pagetitle_doctor.png");
}
.pagetitle_img.general {
	background-image: url("../images/pagetitle_general.png");
}
.pagetitle_img.allergy {
	background-image: url("../images/pagetitle_allergy.png");
}
.pagetitle_img.shishunki {
    background-image: url(../images/pagetitle_shishunki.png);
    background-position: left 0%;
}
.pagetitle_img.onesho {
    background-image: url(../images/pagetitle_onesho.png);
}
.pagetitle_img.second-opinion {
    background-image: url(../images/pagetitle_second-opinion.png);
}
.pagetitle_img.mental-consul {
    background-image: url(../images/pagetitle_mental-cosul.png);
}
.pagetitle_img.facility {
    background-image: url(../images/pagetitle_facility.png);
}
.pagetitle_img.nyuyouji {
    background-image: url(../images/pagetitle_nyuyoji.png);
}
.pagetitle_img.yobouseshu {
    background-image: url(../images/pagetitle_yoboseshu.png);
}
.pagetitle_img.time-reserve {
    background-image: url(../images/pagetitle_time-reserve.png);
}
.pagetitle_img.adolescent-dysmenorrhea {
    background-image: url(../images/pagetitle_adolescent-dysmenorrhea.png);
}

.pagetitle_img.other {
    background-image: url(../images/pagetitle_other.png);
}


/*外来ページ 関連サイトコンテンツここから*/


.related-sites {
    padding-top: 24px;
    padding-bottom: 24px;
	background-image: url("../images/onp_16_pink.svg"),url("../images/onp_8_blue.svg"),url("../images/onp_8_blue.svg"),url("../images/onp_4_green.svg");
    background-size: 4.61% auto, 3.07% auto, 3.07% auto, 4.61% auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 4.61% top 11.53%, left 4.61% bottom 11.53%, right 4.61% top 10%, right 4.61% bottom 12.3%;
}

.related-sites h2 {
    text-align: center;
    line-height: 1.4em;
    font-size: 32px;
}
.related-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.related-list li {
  flex: 1 1 calc(50% - 16px); /* PCで2列 */
  max-width: 500px;
  display: flex;
}

.related-list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* [disabled]position: relative; */
    text-align: center;
    width: 100%;
    min-height: 96px;
    background-color: #F9F8FF;
    border: 0.12em solid #584d41;
    padding: 16px 40px 16px 16px; /* アイコン分右余白 */
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 10px;
    color: #584D41;
    background-image: url(../images/external-link_brwn.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px auto;
}

.related-list a .line-small {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #E463A1;
}

.related-list a .line-large {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.related-list a .ext-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 20px;
  height: 20px;
}

/* スマホ時：1列 */
@media (max-width: 767px) {
  .related-list li {
    flex: 1 1 100%;
  }
}

/*外来ページ 関連サイトコンテンツここまで*/


.dl-yoyaku{
    margin-right: auto;
    margin-left: auto;
    width: 87.7%;
    margin-bottom: 3.07%;
}
.dl-yoyaku .content_wrap{
    display: flex;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap;
}
.dl-yoyaku_btn {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;

}
.dl-yoyaku_btn a {
    display: flex;
    text-align: center;
    padding-top: 10px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 10px;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}
.dl-yoyaku_btn img{
    display: inline-block;
    width: 19px;
    margin-left: 16px;
    vertical-align: sub;
}
.dl-yoyaku_btn .blue {
	background-color: #9FB8DD;
}
.dl-yoyaku_btn .pink {
	background-color: #E463A1;
}
.dl-yoyaku_btn .brown {
	background-color: #584d41;
}
.dl-yoyaku_btn .green {
	background-color: #a1dba6;
}
.dl-yoyaku_btn.wide {
    width: 100%;
}
.dl-yoyaku_btn.wide a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dl-yoyaku_btn.agreement_btn {
}
.dl-yoyaku_btn.agreement_btn a {
    color: #E463A1;
    background-color: #FFFFFF;
    border: 0.15em solid #E463A1;
}


#pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
}
#pagetop a img {
	width: 80px;
}
#now_reopening {
    padding-top: 6.15%;
    padding-bottom: 6.15%;
}
#reopening_cont h2 {
    text-align: center;
    font-size: 34px;
    color: #E463A1;
    margin-bottom: 16px;
    line-height: 1.5em;
}
#reopening_cont p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}
#reopening_cont p .font-pink {
    font-weight: 600;
}
#reopening_cont p a {
    text-decoration: underline;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 12px;
    border-radius: 4px;
    background-color: #EDDBE3;
    margin-top: 16px;
}
