@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #686565;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: auto;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.cl {
	clear: both;
}
a {  
  color: inherit;
	text-decoration: none;
}
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;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
	
}
.pic-box img{
	width: 100%;
}
._shadow {
    text-shadow: -1px -1px 3px rgb(0 0 0 / 10%), -1px -1px 3px rgb(0 0 0 / 10%);
}
.under-border.pink{
	position: relative;
}
.under-border.pink::after{
	position: absolute;
	content: "";
	background-color: #f26d9a;
	width: 64px;
	height: 6px;
	bottom: -32px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.under-border.yellow{
	position: relative;
}
.under-border.yellow::after{
	position: absolute;
	content: "";
	background-color: #ffcc5a;
	width: 64px;
	height: 6px;
	bottom: -32px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#head_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 104px;
    padding-left: 5.38%;
	padding-right: 5.38%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.btn_pink {
	width: 208px;
	color: #f26d9a;
	font-weight: 400;
	line-height: 1em;
	font-size: 16px;
	text-align: center;
}
.btn_pink a {
	display: block;
	padding: 20px 34px;
	background-image: url("../images/right-arrow_p.svg");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right 28px center;
	border: #f26d9a 1px solid;
	border-radius: 28px;
	background-color: #FFFFFF;
}
.btn_gray {
	width: 192px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1em;
	font-size: 15px;
	text-align: center;
}
.btn_gray a {
	display: block;
	padding: 20px 34px;
	background-image: url("../images/right-arrow_w.svg");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right 28px center;
	border-radius: 28px;
	background-color: #686565;
}

.content_wrap{
	padding-right: 5.38%;
	padding-left: 5.38%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
.font-gray{
	color: #686565;
}
#pagetitle_wrap{
    margin-top: 6.15%;
    margin-bottom: 4.61%;
    position: relative;
}
#pagetitle_wrap::before{
	position: absolute;
	content: "";
	height: 1px;
	background-color: #f26d9a;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
	
}
#pagetitle_wrap h1{
	padding: 18px 40px;
    border: #f26d9a 1px solid;
    border-radius: 32px;
    background-color: #FFFFFF;
    color: #f26d9a;
    font-weight: 600;
    line-height: 1em;
    font-size: 22px;
    text-align: center;
	margin-left: 5.38%;
	display: inline-block;
	
}
.p-margin-b{
	margin-bottom: 3.07%;
}
.font_p-bg_y {
	color: #f26d9a;
	background-color: #fceaca;
	font-size: 20px;
	line-height: 1em;
	font-weight: 500;
	padding: 16px 56px;
	position: relative;
}
.font_p-bg_y::before{
	position: absolute;
	content: "";
	background-color: #f26d9a;
	width: 8px;
	height: 24px;
	left: 32px;
}
.bg_pink_p {
	background-color: #f9d7e3;
	display: inline-block;
	padding: 10px 24px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	position: relative;
}
.bg_pink_p::after{
	position: absolute;
	content: "";
	background-image: url("../images/pink-triangle.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 20px;
	height: 16px;
	bottom: -8px;
	left: 34px;
}
.br_sp{
	display: none;
}

/*------------------------
header
-----------------------*/


#head-name {
	font-size: 26px;
	font-weight: 600;
	line-height: 1em;
}
#head-name span {
	display: block;
	font-size: 13px;
	color: #f26d9a;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#head_r_box {
	display: flex;
}
#shinryou-time_box {
    display: flex;
	align-items: center;
	margin-right: 24px;
}
#shinryou-time {
	background-color: #319b91;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 14px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 400;
	border-radius: 8px;
	margin-right: 12px;
}
#shinryou-time_txt {
}
#am-pm {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 8px;
}
#shinroyu-time_kome {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 400;
}
#head_tel {
    border-radius: 8px;
    border: 1px solid #f26d9a;
	padding: 14px 28px;
}
#head_tel p{
	color: #f26d9a;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
}
#head_tel #head_tel_num{
	color: #f26d9a;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 1px;
	margin-top: 8px;
}
#head_tel #head_tel_num img{
	width: 16px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}
.pc_navi {
	    padding: 0 5.38%;
    background-color: #f9d7e3;
}
.pc_navi ul {
	display: flex;
	    max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.pc_navi ul li {
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 400;
    background-color: #f789a9;
    width: 16.6%;
	padding:6px 8px;
}
.pc_navi ul li:nth-child(2n){
	background-color: #f26d9a;
}
.pc_navi ul li a {
	padding-top:7.69%;
	padding-bottom:7.69%;
	    display: inline-block;
	width: 100%;
	border: 1px dashed #FFFFFF;
}
.pc_navi .pic-box {
	width: 26px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------
info
--------------------s*/
#info {
background-color: #fcf4e8;
}
.info_in {
	padding-top: 6.92%;
    padding-right: 9.23%;
    padding-left: 9.23%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
	
}
#info h2 {
	font-size: 21px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 1.4px;
	text-align: center;
	margin-bottom: 10%;
}
#info_flex {
    display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	padding-bottom: 9.23%;
}
#info_txt {
    width: 40.76%;
}
#info_txt ._name {
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
}
#info_txt ._name span {
    display: block;
    font-size: 16px;
    font-weight: 400;
	margin-top: 8px;
    margin-bottom: 16px;
}
#info_txt ._ad {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
	margin-bottom: 24px;
}
#info_txt ._contact {
	width: 248px;
	text-align: center;
	line-height: 1em;
}
#info_txt ._contact p{
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #319b91;
	color: #FFFFFF;
}
#info_txt ._contact a{
	display: block;
	background-color: #FFFFFF;
	color: #319b91;
	font-size: 26px;
	font-weight: 500;
	padding-top: 14px;
	padding-bottom: 16px;
	pointer-events: none;
}
#info_txt ._contact a img{
	width: 16px;
	vertical-align: baseline;
	margin-right: 6px;
}

#info_time {
    width: 53.84%;
}
#info_time table {
    width: 100%;
	border-spacing: 0;
}
#info_time table{
	background-color: #FFFFFF;
}
#info_time table tbody{
}
#info_time table tbody tr{
}
#info_time table tbody th {
	border-bottom: #e5e5e5 1px solid;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 10px;
    padding-left: 10px;
	
}
#info_time table tbody ._tit{
	border-right: #e5e5e5 1px solid;
	width: 30%;
}
#info_time table tbody .bottom-no_b{
	border-bottom:0;
}
#info_time table tbody td{
	border-bottom: #e5e5e5 1px solid;
	color: #ffcc5a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	    text-align: center;
	padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
}
#info_time table tbody .font-gray{
	color: #686565;
}
#info_time .kome {
	display: flex;
	margin-top: 3.07%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6em;
}
#info_time .kome span {
}
#info-under_map{
    background-color: #fcf4e8;
}
#info-under_map iframe {
	width: 100%;
	height: 344px;
	
}
.sp_navi {
    display: none;
}
#fixed_nav_wrap {
    padding-left: 5.38%;
    padding-right: 5.38%;
    position: fixed;
    top: 0px;
    background-color: hsla(0,0%,100%,0.89);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
#fixed_nav-logo {
    font-size: 26px;
    font-weight: 600;
    line-height: 1em;
    width: 256px;
    margin-right: 24px;
    min-width: 256px;
}
#fixed_nav-logo span {
	display: block;
	font-size: 13px;
	color: #f26d9a;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.fixed_navi {
    width: 70%;
}
.fixed_navi ul {
    display: flex;
    justify-content: space-between;
}
.fixed_navi ul li {

}
.fixed_navi ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #E91581;
}





/*-------------------
footer
--------------------*/
footer {
    background-color: #f26d9a;
	color: #FFFFFF;
	padding:0 5.38%;
	padding-bottom: 1.53%;
	
}
footer ul {
	margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    display: flex;
	justify-content: center;
	padding-bottom: 2.3%;
}
footer ul li{
	width: 15.38%;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 400;
}

footer ul li a{
	width: 100%;
	display: inline-block;
	padding-top: 16.92%;
	padding-bottom: 10%;
} 
footer p{
	font-size: 11px;
	line-height: 1.4em;
	font-weight: 300;
	text-align: center;
}
