body {
	font-family: "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, sans-serif ;
	line-height: 1.6;
	color: #333;
	background-color: #FFFFFF;
}

img {
	width: auto;
	vertical-align: bottom;
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1, h2, h3, h4, p, dl, dd {
	padding: 0;
	margin: 0;
}

main p + p {
    margin-top: 1rem;
}

a:link, a:visited {
    color: #00814c;
}

a:hover, a:active {
    color: #006139;
}

.f-small {
  font-size: .9rem;
}

/*container
---------------------------------------------------------------------------*/
.container {
	box-sizing: border-box;
	margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 980px) {
	.container {
		width: 980px;
    }
}

@media screen and (min-width: 700px) {
    .container--slim {
        width: 700px;
    }
}

.wrapper {
    overflow: hidden;

}


/*parts
---------------------------------------------------------------------------*/
/* button */
.btn-line,
.btn-fill {
    vertical-align: middle;
}
.btn-line:link,
.btn-line:visited {
    display: block;
    border: 1px solid #d06e97;
    border-radius: 5px;
    background: #fff;
    color: #d06e97;
    text-decoration: none;
    text-align: center;
}

.btn-line:hover,
.btn-line:active {
    background: #f7f6f6;
}

.btn-line__txt {
    font-size: 1.5rem;
}

.btn-line__txt,
.btn-fill__txt {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    vertical-align: middle;
}

.btn-fill:link,
.btn-fill:visited {
    display: block;
    border-radius: 5px;
    background: #d06e97;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.btn-fill:hover,
.btn-fill:active {
    background: #cc5486;
}


.btn-fill--about {
    font-size: 1.125rem;
}

.btn-fill--footer {
    display: block;
    font-size: 1.125rem;
}

.btn-line--footer,
.btn-fill--footer {
    box-sizing: border-box;
    padding: 0 .5rem;
    line-height: 45px;
}

/* ico */
.ico-tel,
.ico-mail {
    vertical-align: middle;
}

.ico-tel:before {
    content: "";
    display: inline-block;
    background: url(../image/common/ico_tel.png) no-repeat center;
    background-size: contain;
    width: 19px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.ico-mail:before {
    content: "";
    display: inline-block;
    background: url(../image/common/ico_mail.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 17px;
    margin-right: 8px;
    vertical-align: middle;
}

.ico-arrow:before {
    content: "";
    display: inline-block;
    background: url(../image/common/ico_arrow.png) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 13px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width: 769px) {
    .btn-fill--about {
        width: 235px;
        margin: 2.625rem auto 0;
        padding: .7rem 0;
    }

    .btn-fill--inquiry {
        padding: .7rem;
        margin-bottom: 1rem;
        width: 270px;
        font-size: 1.25rem;
    }

    .ico-tel--inquity:before {
        width: 32px;
        height: 42px;
    
    }

    .ico-mail--inquity:before {
        width: 30px;
        height: 23px;
    }

}

@media screen and (max-width: 768px) {
    .btn-fill--about {
        margin: 1rem auto 0;
        padding: .5rem;
    }

    .btn-fill--inquiry {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
        padding: .5rem;
    }

    .ico-tel--inquity:before {
        width: 23px;
        height: 29px;
    
    }

    .ico-mail--inquity:before {
        width: 34px;
        height: 26px;
    }
}

/* title */
.ttl-mid {
    color: #e23170;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    background: transparent url("../image/common/img_border_title.png") repeat-x bottom;
    font-feature-settings: "palt";
}

.ttl-mid--index {
    display: inline;
    padding-bottom: 0.4rem;
    line-height: 1.7;
    position: relative;
}

.ttl-mid--index:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
}

.ttl-mid--page {
    display: inline-block;
}

.ttl-small {
    color: #5c594c;
}

* + .ttl-small {
    margin-top: 1.75rem;
}

.section__header + .ttl-small {
    margin-top: 0;
}

.number-li {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.3rem;
}


.dot-list {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.3rem;
}

.number-li li + li,
.dot-list li + li {
    margin-top: .5rem;
}

.number-li--nomar li + li {
    margin-top: 0;
}

.number-li--stop {
    font-weight: bold;
    margin-top: 1rem;
}

@media screen and (min-width: 769px) {
    .ttl-mid--index {
        font-size: 1.625rem;
    }

    .ttl-mid--index + p {
        margin-top: 1.4rem;
    }

    .ttl-mid--page {
        font-size: 1.75rem;
        margin-bottom: 2.65rem;
    }

    .ttl-mid--page br {
        display: none;
    }

    .ttl-small {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

}

@media screen and (max-width: 768px) {
    .ttl-mid {
        font-size: 1.5rem;
        margin-bottom: 1.8rem;
    }

    .ttl-mid--index {
        font-size: 1.5rem;
    }

    .ttl-mid--index + p {
        margin-top: 1rem;
    }

    .ttl-small {
        font-size: 1.25rem;
        margin-bottom: .7rem;
    }

}

/*header, footer
---------------------------------------------------------------------------*/
.logo img {
    width: auto;
    max-width: 252px;
}

.header__pc {
    padding: 1.375rem 0;
}

.nav-main-pc li {
    line-height: 60px;
    margin-top: 2px;
    text-align: right;
}

.nav-main-pc a {
    padding-bottom: 0.4rem;
}

.nav-main-pc a:link,
.nav-main-pc a:visited {
    text-decoration: none;
    color: #333;
}

.nav-main-pc a:hover,
.nav-main-pc .current {
    background: transparent url("../image/common/img_border_title.png") repeat-x bottom;
}

.header__sp {
    position: fixed;
    width: 100%;
    z-index: 1100;
    background: #fff;
    border-bottom: 1px solid #faf1f4;
}

@media screen and (min-width: 769px) {
    .header__sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header__pc {
        display: none;
    }

    .menu-sp {
        padding: .8rem 1rem;
        box-sizing: border-box;
        position: relative;
    }

    .menu-sp__line {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -10px;
    }

    .menu-sp__logo,
    .menu-sp__logo img {
        height: 53px;
    }

    .menu-sp__logo img {
        position: absolute;
        z-index: 110;
    }

    .menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
    }

	.menu-trigger {
		position: relative;
		width: 22px;
		height: 20px;
	}

    .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #e24f83;
        border-radius: 2px;
        z-index: 100;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.show .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.show .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.show .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
    }
    
    .nav-main-sp {
        display: none;
        background: rgba(255,255,255,1);
        height: 100%;
        position: fixed;
        width: 100%;
        top: 79px;
        z-index: 1000;

    }

    .nav-main-sp.show {
        display: block;
    }

    .nav-main-sp__wrap {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: absolute;
        width: 100%;
    }

    .nav-list-sp {
        margin: -79px 0 0;
    }

    .nav-list-sp a {
        color: #333;
        font-size: 1.125em;
        text-decoration: none;
        padding: .5rem;
    }

    .nav-list-sp li {
        text-align: center;
    }

    .nav-list-sp li + li {
        margin-top: 1.5rem;
    }

    .nav-list-sp a:hover{
        background: transparent url("../image/common/img_border_title.png") repeat-x bottom;

    }
}

.footer__upper {
    background: #faf1f4;
}

.foot-address__logo img {
    width: auto;
    max-width: 108px;
}

.foot-address__txt .name {
    font-size: 1.25rem;
    margin-bottom: .2rem;
}

.foot-address__txt .company {
    margin-bottom: 1rem;
    font-size: .91rem;
}

.foot-contact__button {
    margin-top: 1rem;
}

.footer__downer {
    background: #eff3bc;
}

.foot-link {
    font-size: 0.875rem;
}

.footer__downer a:link,
.footer__downer a:visited,
.foot-copyright a:link,
.foot-copyright a:visited {
    color: #333
}

@media screen and (min-width: 769px) {
    .footer__upper {
       padding: 2.625rem 0 1.625rem;
    }

    .foot-address__logo {
        padding-right: 2.625rem;
    }

    .foot-address {
        display: flex;
    }

    .footer__downer {
        padding: 1.625rem 0 3rem;
    }

    .foot-link {
        letter-spacing: -.4em;
    }
    
    .foot-link li {
        letter-spacing: normal;
        display: inline-block;
        margin-right: 1rem;
    }

    .foot-copyright {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .footer__upper {
       padding-top: 1.25rem;
    }

    .footer__downer {
        padding: 0 .5rem;
    }

    .foot-address__logo {
        text-align: center;
        margin-bottom: 1.875rem;
    }

    .foot-link {
        margin-top: 1.5rem;
    }
}

/* page */
.page-main {
    background: #faf1f4;
}

.page-main__inner {
    background: #fff;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.page-main__inner:before,
.page-main__inner:after {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: 99;
}

.page-main__inner:before {
    background: transparent url("../image/common/ico_hero_flower_left.png") no-repeat center;
    background-size: cover;
}

.page-main__inner:after {
    background: transparent url("../image/common/ico_hero_flower_right.png") no-repeat center;
    background-size: cover;
}

.page-title {
    width: 100%;
}

.page-title h2 {
    color: #e24f83;
    font-weight: normal;
    font-feature-settings: "palt";
}

.page-title h2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.page-title--about h2:before {
    background: transparent url("../image/common/ico_header_about.png") no-repeat center;
    background-size: cover;
}

.page-title--information h2:before {
    background: transparent url("../image/common/ico_header_info.png") no-repeat center;
    background-size: cover;
}

.page-title--access h2:before {
    background: transparent url("../image/common/ico_header_access.png") no-repeat center;
    background-size: cover;
}

.page-title--inquiry h2:before {
    background: transparent url("../image/common/ico_header_inquiry.png") no-repeat center;
    background-size: cover;
}

.section {
    padding: 4rem 0 4.75rem;
}

.section:nth-of-type(even) {
    background: #fbf9f2;
}

.section__header {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .page-main {
        padding: 12px 0;
    }

    .page-main__inner {
        height: 150px;
    }

    .page-main__inner:before {
        width: 66px;
        height: 62px;
        top: -7px;
        left: -32px;
    }

    .page-main__inner:after {
        width: 119px;
        height: 76px;
        right: -57px;
        bottom: -14px;
    }

    .page-title {
        font-size: 2rem;
    }

    .page-title--about h2:before {
        width: 130px;
        height: 74px;
        margin-right: 1.5rem;
    }

    .page-title--information h2:before {
        width: 74px;
        height: 90px;
        margin-right: 3rem;
    }

    .page-title--access h2:before {
        width: 99px;
        height: 88px;
        margin-right: 2rem;
    }

    .page-title--inquiry h2:before {
        width: 97px;
        height: 77px;
        margin-right: 2rem;
    }

}
@media screen and (max-width: 768px) {

    .page-main {
        padding: 8px .5rem;
        margin-top: 79px;
    }

    .page-main__inner {
        height: 100px;
    }

    .page-main__inner:before {
        width: 33px;
        height: 31px;
        top: -10px;
        left: -7px;
    }

    .page-main__inner:after {
        width: 59px;
        height: 38px;
        right: -7px;
        bottom: -10px;
    }

    .page-title {
        font-size: 1.25rem;
    }

    .page-title--about h2:before {
        width: 79px;
        height: 45px;
        margin-right: 1rem;
    }

    .page-title--information h2:before {
        width: 50px;
        height: 61px;
        margin-right: 1rem;
    }

    .page-title--access h2:before {
        width: 66px;
        height: 61px;
        margin-right: .8rem;
    }

    .page-title--inquiry h2:before {
        width: 68px;
        height: 54px;
        margin-right: .87rem;
    }

    .section {
        padding: 2.75rem .5rem 3rem;
    }


}

/*index
---------------------------------------------------------------------------*/
.index-exp__img img {
    width: 100%;
}

.index-exp__txt {
    background: transparent url("../image/index/img_title_flower.png") no-repeat right top ;
}

.hero__inner h2 {
    color: #e24f83;
    font-weight: normal;
}

.index-info {
    background: #fbf9f2;
}

.news-block {
    background: #fff;
    overflow: auto;
    border: solid 3px #faf1f4;
    padding: 15px 18px 15px;
}

.news-list dt {
    margin-bottom: 8px;
    font-weight: bold;
}

.news-list dd + dt {
    border-top: 1px dashed #afada4;
    margin-top: 20px;
    padding-top: 22px;
}

.news-list .number-li + p,
.news-list .dot-list + p {
    margin-top: 1rem;
}

.news-list p + .number-li,
.news-list p + .dot-list {
    margin-top: .5rem;
}

.news-list em {
    color: #e23170;
    font-style: normal;
} 

@media screen and (min-width: 769px) {
    
    .hero {
        background: transparent url("../image/index/img_main.jpg") no-repeat center;
        background-size: cover;
    }

    .hero__inner {
        padding: 170px 0 180px;
    }

    .hero__inner h2 {
        font-size: 3.75rem;
        line-height: 1.2;
        margin-left: 50%;
    }

    .index-exp {
        margin: 4.5rem 0 3.5rem;
    }

    .index-exp__txt {
        background-size: 101px;
        margin-top: -18px;
        padding-top: 18px;
    }

    .index-exp__img img {
        max-width: 480px;
    }

    .index-info {
        padding: 3.5rem 0;
    }

    .news-block {
        height: 27rem;
    }
}

@media screen and (max-width: 768px) {
    
    .hero {
        background: transparent url("../image/index/img_main_sp.jpg") no-repeat center;
        background-size: cover;
    }

    .hero__inner {
        padding: 7.3rem .5rem 8.75rem;
    }

    .hero__inner h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .index-exp {
        margin: 2rem 0;
    }

    .index-exp__txt {
        background-size: 70px;
        margin-top: -11px;
        padding-top: 11px;
    }

    .index-info {
        padding: 2rem .5rem;
    }

    .news-block {
        height: 25rem;
    }

}

/*page
---------------------------------------------------------------------------*/
.supplement {
    padding: .5rem;
    background: #eff3bc;
    border-radius: 5px;
}

.supplement--link {
    padding: .5rem;
}

@media screen and (min-width: 769px) {
    
    .supplement--link {
        padding: .5rem 0;
        margin-top: .8rem;
        text-align: center;
    }

    .supplement--nav {
        padding: 1rem;
        margin: 4rem 0 0;
    }
}

@media screen and (max-width: 768px) {
    
    .supplement--link {
        margin-top: .5rem;
    }

    .supplement--nav {
        padding: .7rem;
        margin: 2rem .5rem 0;
    }
}

.li-staff li {
    text-align: center;
}

.li-staff img {
    margin-bottom: .8rem;
}

.li-staff__profile dt {
    font-weight: bold;
    color: #5c594c;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.li-staff__profile dd {
    text-align: left;
}

@media screen and (min-width: 769px) {
    
    .li-staff img {
        width: 210px;
    }
}
@media screen and (max-width: 768px) {
    
    .li-staff img {
        width: 100%;
        max-width: 315px;
    }
}

.info-nav {}

.info-nav__inner li + li {
    margin-top: .5rem;
}

.conditions-inquiry {
    border: 2px solid #eb6e9a;
    padding: .6rem .8rem;
}

.conditions-inquiry dt {
    margin-bottom: .3rem;
    font-weight: bold;
    color: #e24f83;
}

.flow-li li {
    background: #f4d8e2;
    position: relative;
}

.flow-li li:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 216, 226, 0);
    border-top-color: #f4d8e2;
    border-width: 16px;
    margin-left: -16px;
}

.flow-li li:last-child:after {
    border: none;
}

.flow-li li + li {
    margin-top: 1.8rem;
}

.flow-ttl {
    font-weight: bold;
}

.flow-ttl__number {
    display: inline-block;
    background: #eb6e9a;
    color: #fff;
    border-radius: 300px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: .5rem;
    text-align: center;
}

.font-price {
    font-size: 1.125rem;
}

.font-tax {
    font-size: .875rem;
}

.supplement-li {
    margin-top: 1rem;
}

.supplement-li li:before {
    content: "※";
}

.table-price {
    border-collapse: collapse;
    border: 1px solid #333;
}

.table-price th,
.table-price td {
    border: 1px solid #333;
}

.table-price tbody th {
    text-align: left;
    line-height: 1.4;

}

.table-price tbody td {
    text-align: right;
}
.table-price__only {
    font-weight: normal;
    font-size: 0.875rem;
}

.table-price__only:before {
    content: "※";
}

.table-price th,
.table-price td {
    padding: .75rem .5rem;
    width: 33%;
    box-sizing: border-box;
}

.table-price thead th {
    padding: .3rem;
}

.advance-sign {
    font-weight: bold;
    text-align: right;
}

@media screen and (min-width: 769px) {
    
    .info-nav {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .conditions-inquiry {
        margin-top: 2rem;
    }

    .flow-li li {
        padding: 1rem .8rem;
    }

    .flow-ttl + dd {
        margin-top: .8rem;
    }

    .table-price {
        margin-top: 1rem;
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    
    .conditions-inquiry {
        margin-top: 1.5rem;
    }

    .flow-li li {
        padding: .7rem;
    }

    .flow-ttl + dd {
        margin-top: .5rem;
    }

    .table-price {
        margin-top: .75rem;
        width: 100%;
    }


}

.tel-number {
    font-weight: bold;
    text-decoration: none;
}

.ttl-small + .tel-number {
    display: block;
    margin-bottom: 1rem;
}

.tel-number:link,
.tel-number:visited {
    color: #333;
}

.tel-number:hover,
.tel-number:active {
    color: #000;
}

.tel-number__number {
    vertical-align: middle;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1;
}

@media screen and (min-width: 769px) {
    
    .tel-number__number {
        font-size: 3.25rem;
    }
}
@media screen and (max-width: 768px) {
    

    .tel-number__number {
        font-size: 2.25rem;
    }

}

.access-map {
    margin: 1rem 0;
}

@media screen and (min-width: 769px) {
    
    .access-map img {
        display: block;
        width: 73%;
        margin: auto;
    }

}

@media screen and (max-width: 768px) {

    .access-map img {
        width: 100%;
    }

}