@charset "utf-8";
/* CSS Document */

/* shinseikai.jp - himari
-----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}
img {
    max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}

/* ==============================================
    body
============================================== */
body,a {
	color: #3b2f01;
}

body {
	text-align: center;
	line-height: 1;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight: 500;
	font-size: 100%;
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.7;
	}
}

/* ==============================================
    
============================================== */
#breadcrumb,
main,
.inner {
	margin: 0 auto;
    width: 94%;
    max-width: 1200px;
	text-align: left;
}

.tab,
.sp {
	display: none;
}
.switch {}
.call {}

/* ==============================================
    container
============================================== */
#container {
	position: relative;
    overflow: hidden;
}

/* ==============================================
    header / footer
============================================== */
header .inner,
footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header h1 img,
footer h2 img {
    width: 478px;
}
header .call,
footer .call {
    text-align: center;
    font-size: 20px;
}
header .call strong,
footer .call strong {
    position: relative;
    display: block;
    margin-top: 0.3em;
    font-size: 1.5em;
    color: #e7368e;
}
header .call strong::before,
footer .call strong::before {
    position: absolute;
    left: -1.125em;
    bottom: 0;
    content: "";
    width: 0.82em;
    height: 0.82em;
    background: url("image/icon_call.svg") no-repeat left bottom;
    background-size: contain;
}

/* ==============================================
    footer
============================================== */
footer {
    padding-top: 30px;
    border-top: 1px solid #f39800;
}
address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-style: normal;
}
address p {
    margin-left: 3em;
    line-height: 1.5em;
}

@media screen and (max-width: 1150px) {
    address {
        display: block;
    }
    address p {
        margin-top: -0.7em;
        margin-left: 103px;
        font-size: 13px;
    }
    address p br {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    header h1 img,
    footer h2 img {
        width: 59vw;
    }
    header .call,
    footer .call {
        font-size: clamp(0.875rem, -0.25rem + 3vw, 1.25rem);
    }
    address p {
        margin-left: 12.6vw;
    }
}
@media screen and (max-width: 700px) {
    footer .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    address p br {
        display: block;
    }
    footer .call {
        margin-top: 2em;
    }
}
@media screen and (max-width: 590px) {
    header h1 img,
    footer h2 img {
        width: 345px;
    }
    header .call strong {
        font-size: 1.25em;
    }
    header .call strong::before,
    footer .call strong::before {
        left: -1em;
        width: 0.9em;
        height: 0.9em;
        transform: rotate(15deg);
    }
}
@media screen and (max-width: 530px) {
    header .call {
        display: none;
    }
}

/* ==============================================
    header
============================================== */
header {
    padding-top: 1.5em;
}
header nav {
    margin-top: 0.625em;
    padding: 0.875em 0.6em;
    background: #f8cc83;
    font-size: 1.0625em;
}
header ul {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 2em;
    width: 98%;
    max-width: 520px;
    margin: auto;
}
header li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    background: #fff;
    border: 1px solid #f39800;
    border-radius: 2em;
}
@media screen and (max-width: 700px) {
    header ul {
        max-width: 440px;
        grid-gap: 0 1em;
    }
    header li a {
        height: 2.4em;
    }
}
@media screen and (max-width: 400px) {
    header nav {
        /*font-size: 0.875em;*/
        font-size: 1em;
    }
}

/* ==============================================
    title
============================================== */
#title {
    margin-bottom: 28px;
    padding: 40px 0;
    background: url("image/title.png") no-repeat top center;
}
#title h1 {
    font-size: 36px;
    text-align: center;
}
@media screen and (min-width: 2001px) {
    #title {
        background-size: 100% auto;
    }
}
@media screen and (max-width: 700px) {
    #title {
        margin-bottom: clamp(0.625rem, -0.875rem + 6vw, 1.75rem);
        padding: clamp(1.625rem, 0.458rem + 4.67vw, 2.5rem) 0;
        background-size: auto 250%;
    }
    #title h1 {
        font-size: clamp(1.5rem, 0.5rem + 4vw, 2.25rem);
    }
}

/* ==============================================
    breadcrumb
============================================== */
#breadcrumb {
    margin-bottom: 1.75em;
}
#breadcrumb ol {
	list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875em;
}
#breadcrumb li a::after {
	content: ">";
	display: inline-block;
	padding: 0 1em;
}

/* ==============================================
    copyright
============================================== */
#copyright {
    margin-top: 25px;
    padding: 1em;
    background: #f8cc83;
	text-align: center;
}
@media screen and (max-width: 800px) {
    #copyright {
        font-size: 0.875em;
    }
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed; /*固定表示*/
    bottom: 10px;
    right: 3px;
    display: none; /*通常は非表示に*/
    transition: transform 0.4s ease;
}
#pagetop img {
	cursor: pointer;
    width: 100px;
}
#pagetop::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -120%);
    content: "";
    display: block;
    width: 22px;
    height: 18px;
    background: #f8a6c9;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (hover: hover) {
    #pagetop:hover {
        transform: translateY(-5px);
    }
}
@media screen and (max-width: 800px) {
    #pagetop img {
        width: clamp(4.063rem, 1.875rem + 8.75vw, 6.25rem);
    }
    #pagetop::before {
        width: clamp(0.938rem, 0.5rem + 1.75vw, 1.375rem);
        height: clamp(0.813rem, 0.5rem + 1.25vw, 1.125rem);
    }
}

/* ==============================================
    main
============================================== */
main {
    padding-bottom: 100px;
    font-size: 1.125em;
}

main section {
    margin-top: 80px;
}
main > section:first-child {
    margin-top: 0;
}

main h2 {
    margin-bottom: 1.125em;
    padding-top: 1.5em;
    background: url("image/tit.svg") no-repeat top center;
    background-size: 3em auto;
    font-size: 40px;
    line-height: 1.2;
    color: #f39800;
    text-align: center;
}
main h3 {
    margin: 1em 0 0.5em;
    font-size: 1.375em;
    font-size: 1.25em;
    line-height: 1.3;
    color: #e83f93;
}
.column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 5%;
}
.column h2 {
    margin-bottom: 0.9em;
}
@media screen and (max-width: 1000px) {
    main h2 {
        font-size: clamp(1.438rem, 0.8rem + 2.72vw, 2.5rem);
    }
}
@media screen and (max-width: 800px) {
    main {
        padding-bottom: clamp(4.375rem, 2.5rem + 7.5vw, 6.25rem);
    }
    .column {
        display: block;
    }
}
@media screen and (max-width: 700px) {
    main section {
        margin-top: clamp(2.188rem, -1.058rem + 13.85vw, 5rem);
    }
    main h3 {
        font-size: clamp(1.125rem, 0.792rem + 1.33vw, 1.375rem)
    }
}

main p {
    line-height: 1.5em;
}
main li {
    list-style: none;
    margin-top: 0.5em;
    line-height: 1.375em;
}

p.memo,
.memo li {
    padding-left: 1em;
    text-indent: -1em;
}
.memo li {
    margin-top: 0.1em;
}
p.center {
    text-align: center;
}
p.center img {
    max-width: 100%;
}

.btn {
    text-align: center;
}
.btn a {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: auto;
    padding: 0.9em 1em 0.7em;
    border-radius: 3em;
    border: 1px solid #e83f93;
    background: #fff;
}
.btn a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.375em;
    height: 1.375em;
    margin-right: 0.5em;
    background: no-repeat left center;
    background-size: contain;
}

.box {
    padding: 25px 4%;
    background: #f2fbdc;
    border-radius: 30px;
}

.listDot li {
    position: relative;
    padding-left: 1em;   
}
.listDot li::before {
    position: absolute;
    left: 4px;
    top: 0.5em;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f39800;
}

main #contact h2 {
    margin-bottom: 0.75em;
}
#contact .box {
    margin-top: 1em;
    padding: 30px 4%;
}
#contact .box h3 {
    font-size: 1.125em;
}
#contact .box p {
    margin-top: 1em;
}
@media screen and (max-width: 700px) {
    #contact .box {
        padding: 20px 6%;
        border-radius: clamp(0.938rem, -0.313rem + 5vw, 1.875rem);
    }
}
