@charset "UTF-8";

html {
    font-size: 14px;
}

@media all and (min-width: 576px) {
    html {
        /* sm */
        font-size: 16px;
    }
}

body {
    color: #264446;
    font-family: Shin Maru Go Regular;
}

h3 {
    font-family: Maru Folk Medium;
    letter-spacing: 3px;
}

a {
    color: #264446;
    text-decoration: none;
}

a:link {
    color: #264446;
    text-decoration: none;
	outline: none;
}

a:visited {
    color: #264446;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

span.aks {
    /* あんまり改行 されたくない */
    display: inline-block;
}


/** header **/
#header {
    height: 4em;
    z-index: 9999;
}

.navbar img {
    padding-left: 0.5em;
    height: 2.8em;
    width: auto;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    font-family: 'Bootstrap-icons';
    content: '\F659';
    font-size: 1.4em;
}

#primary-menu li {
    font-size: 1.1em;
    padding: 0.5em;
}

/** footer **/
#footer {
	top: 4em;
  	background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #fffcf5;
    background-position: -14px 14px;
    position: relative;
}

#footer-menu {
    list-style: none;
    padding: 0;
}

#footer-menu li {
    padding: 0.7em 0;
}

.site-info {
    padding: 1.5em 4em 3em;
}

.footer-logo {
	width: 6em;
}

/** main **/
.site-main {
	position: relative;
	top: 4em;
}

.top-content {
    scroll-margin-top: 80px;
}

#top-msg,
#notice,
#fee,
#staff,
#partnership {
	background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #fffcf5;
    background-position: -14px 14px;
	position: relative;
}

#service,
#question {
	position: relative;
}

.background-l {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0 auto;
}

.background-r {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

/* top */
#top {
    height: 90svh;
}

/* top-msg */
.top-msg-item {
	min-height: 15em;
}

.top-msg-item p {
	padding-bottom: 1.3em;
	line-height: 1.8em;
	letter-spacing: 2px;
}

/* notice */
.notice-border {
    border-bottom: 1px solid #90abad;
}

.entry-date {
    font-size: small;
}

/* service */
.hana-o {
	position: absolute;
	width: 3.5em;
    right: 1.5em;
}
.service-item {
    margin-bottom: 4em;
    padding: 1.5em;
    background: #ffe5ce;
    box-shadow: 0px 0px 0px 15px #ffe5ce;
    border: 2px dashed #f7b182;
    border-radius: 8px;
}

.service-item h5 {
    margin-bottom: 1em;
    text-align: center;
}

/* fee */
#fee h5 {
    position: relative;
    margin-left: 2em;
}

#fee h5::before {
    content: "";
    position: absolute;
    left: -1.5em;
    background: #264446;
    height: 1.1em;
    width: 1.1em;
    border-radius: 50%;
    margin-top: 0.1em;
}

#fee h5 span {
	font-size: 0.7em;	
}

.fee-content {
	margin: 0 auto;
	width: fit-content;
}

.fee-table {
    margin: 2.3em auto;
	width: 90%;
    position: relative;
    z-index: 0;
}

.fee-table::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 1.2em;
    right: 0.5em;
    width: 47%;
    height: 20%;
    box-shadow: 0 20px 6px #b2b2b2;
    transform: rotate(3deg);
}

th,
td {
	padding-top: 1.2em;
    text-align: center;
	background-color: #fff;
}

tr:last-child th,
tr:last-child td {
    padding-bottom: 1.2em;
}

th {
    border-left: solid 2em #adc5c7;
}

.fee-table th {
	width: 45%;
}

.fee-table tr td:nth-of-type(1) {
	width: 8%;
}

.transfer-fee-table table,
.example-pricing table {
	font-size: 0.9em;	
}

.transfer-fee-table th {
	width: 55%;
}

.example-pricing th {
    width: 40%;
    border-left: solid 2em #f0e8d8;
}

.example-pricing td {
	padding-left: 5%;
	width: 60% !important;
    text-align: start;
}

.from-office {
	border-bottom: 4px double #adc5c7;
}

.fee-text p {
	position: relative;
	font-size: 0.9em;
}

.fee-text p::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: -1em;
    background: #264446;
    height: 0.3em;
    width: 0.3em;
    border-radius: 50%;
}

.transfer-fee .fee-text p::before,
.example-pricing .fee-text p::before {
	display: none;
}

.hana-bt {
	display: block;
	position: absolute;
	width: 3.5em;
	top: 1.5em;
	left: 2em;
	z-index: 2;
}

.hana-bb {
	display: none;
}

.hana-g {
	position: absolute;
	width: 2.5em;
	right: 3em;
	bottom: 3em;
	transform: rotate(45deg);
	z-index: 2;
}

.boy {
	position: absolute;
	display: none;
}

/* usage-guide */
#usage-guide h5 {
    position: relative;
    margin-left: 2em;
}

#usage-guide h5::before {
    content: "";
    position: absolute;
    left: -1.5em;
    background: #264446;
    height: 1.1em;
    width: 1.1em;
    border-radius: 50%;
    margin-top: 0.1em;
}

.usage-guide-list {
    width: fit-content;
    margin: 0 auto;
}

.usage-flow {
    width: fit-content;
    margin: 0 auto;
}

.usage-flow-item {
    margin-left: 1em;
    position: relative;
}

.usage-flow-item:before {
    content: "";
    position: absolute;
    left: 1.4em;
    top: 3.4em;
    width: 3px;
    height: 78%;
    background: repeating-linear-gradient(to bottom, transparent 0 8px, #333 8px 11px);
}

.usage-flow-item:first-child:before {
	height: 59%;
}

.usage-flow-item:after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-dots.png);
    width: 3.8em;
    height: 3em;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -0.4em;
}

.usage-flow-item:last-child:before,
.usage-flow-item:last-child:after {
    display: none;
}

.usage-flow-item h6 {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-top: 4em;
}

.usage-flow-item:first-child h6 {
	margin-top: 2em;
}

.usage-flow-item i {
	margin-right: 0.6em;
	background-color: #c9e7d0;
	height: 3.2em;
	width: 3.2em;
	border-radius: 51% 49% 61% 39% / 32% 48% 52% 68%;
	color: #fff;
	font-style: normal;
	display: flex;
    justify-content: center;
    align-items: center;
}

.usage-flow-item:nth-of-type(2) i {
	background-color: #f0e8d8;
	border-radius: 65% 35% 42% 58% / 59% 48% 52% 41%;
}

.usage-flow-item:nth-of-type(3) i {
	background-color: #e6c5cc;
	border-radius: 51% 49% 64% 36% / 40% 66% 34% 60%;
}

.usage-flow-item:nth-of-type(4) i {
	background-color: #afe1e2;
	border-radius: 56% 44% 48% 52% / 43% 67% 33% 57% ;
}

.usage-flow-item-p {
    padding: 0.5em 0 1.5em;
	margin: 0;
    padding-left: 4.2em;
    position: relative;
}

.required-items {
    margin: 3em 0;
	position: relative;
}

.items-list,
.requests-list {
    padding-left: 3em;
}

.items-list p,
.requests-list p {
    position: relative;
}

.items-list p::before,
.requests-list p::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: -1em;
    background: #264446;
    height: 0.3em;
    width: 0.3em;
    border-radius: 50%;
}

.babybottle {
    position: absolute;
    width: 7.5em;
	right: 12%;
	top: 11em;
}

.kuma {
	display: none;
}

/* staff */
#staff_slider {
	position: relative;
	margin: 0;
	padding-bottom: 4em;
	width: 100%;
	overflow: hidden;
}

.slick-list.draggable {
    padding: 2.5em !important;
}

.staff-item {
	width: 25em;
}

.staff-image {
	margin: auto;
	padding: 2.8em 2.2em;
	width: 15em;
	background-color: #fff;
	border: 4px double #264446;
	border-radius: 50%;
	overflow: hidden;
	transition: transform 0.5s ease-in-out;
}

.staff-image img {
	margin: auto;
}

.staff-image.active {
    transform: scale(1.2);
}

.staff-info {
	margin: 4em auto 1em;
    min-height: 6em;
	width: 22em;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.staff-name {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.slick-dots {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.prevbtn {
	position: absolute;
	padding: 0.3em;
	font-size: 2em;
	top: 20%;
	opacity: 0.7;
	z-index: 3;
}

.nextbtn {
	position: absolute;
	padding: 0.3em;
	font-size: 2em;
	top: 20%;
	right: 0;
	opacity: 0.7;
	z-index: 3;
}

/* partnership */
.partnership-text a {
	height: 3em;
	width: 12em;
	padding: 0 1.5em;
	background-color: #a3bcbe;
	border-radius: 40px;
    flex-wrap: nowrap;
}

.partnership-text i {
	width: 1em;
}

.partnership-img img{
	height: auto;
	width: 30em;
	border-radius: 10px;
}

.hana-r {
	position: absolute;
	width: 4em;
    right: 2em;
    bottom: -2em;
    z-index: 2;
}

/* question */
.reservation {
	display: none;
}

.question-list {
    width: fit-content;
    margin: 0 auto;
}

.question-item {
	margin-bottom: 2.3em;
}

.question-item h5 {
	font-size: 1.1em;
}

.question-item h5::before {
    content: "Q";
	margin-right: 0.5em;
}

.question-item p {
	margin-left: 1em;	
}

.hana-rb {
	position: absolute;
	display: none;
}

/* inquiry */
#inquiry {
    position: sticky;
    bottom: 0;
    z-index: 10;
	display: flex;
	justify-content: center;
}

.inquiry-item {
    position: relative;
    padding: 0.5em 0.8em;
    width: 50%;
    border: 1px solid #264446;
	background-color: #fff;
}

.inquiry-item:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #264446;
    border-bottom: 1px solid #264446;
}

.inquiry-item i {
	margin-left: 0.5em;
	font-size: 1.3em;
}

/** single.php **/
.single-page {
    margin-top: 56px;
	min-height: calc(100vh - 620px);
}

.single-page-container {
	width: fit-content;
	margin: 0 auto;	
}

.single-page .notice-border {
	border: none;
}

.single-page .entry-title{
    font-size: 1.5em;
	font-weight: bold;
}

.single-page .entry-content {
	margin-bottom: 2em;
}

/** page.php **/
.privacy-policy {
	margin: 5%;
}
.privacy-policy .entry-title {
	text-align: center;
	font-size: 1.4em;
}

.privacy-policy .title {
	font-size: 1.1em;
}

/** responsive **/
@media all and (max-width: 575px) {
    /* xs */
}

@media all and (min-width: 576px) {
    /* sm */
}

@media all and (min-width: 768px) {
    /* md */
	.babybottle {
		width: 9em;
		right: 15em;
		top: 9em;
	}
	
	.kuma {
		display: block;
		position: absolute;
		width: 11em;
		right: 5em;
		top: 2em;
	}
	
	.single-page-container {
		width: 60%;
		margin: 0 auto;	
	}
	
	.staff-info {
		width: 100%;
	}
	
	.prevbtn {
		top: 67%;
		left: 20%;
	}

	.nextbtn {
		top: 67%;
		right: 20%;
	}
}

@media all and (min-width: 992px) {
    /* lg */
	#footer-menu {
		padding: 3.5em 0;
	}
	
	#footer-menu li {
    	padding: 0 1em;
	}
	
	#top img {
		width: 80%;
	}
	
	.top-msg-item {
		width: 70%;
		margin: 0 auto;
	}
	
    .notice-r {
        padding-right: 15% !important;
    }

    .service-item {
        width: 30%;
    }
	
	.hana-o {
		right: 4em;
		bottom: 7em;
		transform: rotate(60deg);
	}
	
	.fee-content {
		width: 80%;
	}
	
	.sitting-fee-table .fee-table {
		margin: 1.8em 5% 1.8em 1em;
    }

    .fee-table {
		margin: 1.8em 1em;
    }
	
	.transfer-fee-table .fee-table {
		width: 50%;
    }
	
	.example-pricing .fee-table {
		width: 45%;
	}
	
	.hana-bt {
		display: none;
	}
	
	.hana-bb {
		display: block;
		position: absolute;
		width: 5em;
        right: 15em;
        bottom: 17em;
	}
	
	.hana-g {
		width: 4.5em;
		right: 10em;
        bottom: 13em;
	}
	
	.boy {
		display: block;
		width: 10em;
		right: 6em;
	}
	
	.babybottle {
		right: 25em;
	}
	
	.kuma {
		right: 15em;
	}
	
	.staff-item {
		width: 30em;
	}
	
	.staff-image {
		width: 20em;
	}
	
	.hana-r {
		display: none;
	}
	
	.question-list {
		width: 70%;
	}
	
	.reservation {
		display: block;
		position: absolute;
		width: 12em;
        top: 27%;
        right: 10%;
	}

	.single-page {
		min-height: calc(100vh - 490px);
	}
}

@media all and (min-width: 1200px) {
    /* xl */
	.reservation {
        top: 20%;
        right: 15%;
	}
	
	.privacy-policy .entry-content {
		margin: 1.5em auto;
		width: 65%;
	}
}

@media all and (min-width: 1400px) {
    /* xxl */
	.transfer-fee-table th {
		width: 45%;
	}
	
	.boy {
		width: 13.5em;
		top: 25%;
		right: 10%;
	}
	
	.babybottle {
		width: 11em;
		right: 25em;
		top: 12em;
	}
	
	.kuma {
		width: 14em;
		right: 12em;
        top: 3em;
	}
	
	.prevbtn {
		left: 30%;
	}

	.nextbtn {
		right: 30%;
	}
	
	.question-list {
		width: 50%;
	}
	
	.reservation {
		width: 14em;
	}
	
	.hana-rb {
		display: block;
		width: 5.5em;
		left: 10em;
		bottom: 10em;
	}
}

@media all and (min-width: 992px) and (max-width: 1262px) {
	.example1::after {
    	bottom: 3.9em;
	}
}
@media all and (min-width: 1263px) and (max-width: 1328px),
all and (min-width:1677px) {
	.example1::after {
    	bottom: 2.6em;
	}
}
