@charset "UTF-8";

body {
	font-family: century-old-style-std, heisei-mincho-std,serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.flexbox {
	display: flex;
	flex-flow: wrap;
}

header {
    /* min-height: 42px; */
    padding: 10px 4em 10px 2.5%;
    background-color: #A0A0A0;
    justify-content: space-between;
    align-items: center;
    z-index: 13;
    position: relative;
}
h1 img {
	width: min(50vw, 376px);
}
.phone a {
	font-size: min(3.4vw, 30px);
	color: #fff;
}
.phone a i {
	font-size: min(3.4vw, 27px);
}

h2 {
	margin-top: 5%;
}
img {
	width: min(90%, 850px);
}
img.width750 {
	width: min(90%, 750px);
}

p {
	margin-bottom: 1.3em;
	font-size: min(3.6vw, 36px);
}
.gothicJp {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.arrow__under {
	content: url(../images/arrow__under.png);
	display: block;

	margin: 120px auto;
}
.under {
	margin-top: 200px;
	margin-bottom: 120px;
	padding-bottom: 50px;
	font-size: min(6.1vw, 66px);
}
.under::after {
    content: "";
    display: block;
    background-image: url(../images/heading__bg_.svg);
    background-repeat: no-repeat;
    background-size: min(130vw, 1980px);
    background-position: center bottom;
    aspect-ratio: 1401 / 166;
    margin-top: -8%;
}

.safety {
	max-width: min(90%,880px);
	margin: auto auto 150px auto;
	justify-content: space-between;
	gap: 2vw;
}
.safety li {
	width: min(28vw, 260px);
}
.safety li p {
	font-size: min(2.8vw, 21px);

	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.price {
	width: min(90%,770px);
	margin: auto auto 150px auto;
}
.parentheses {
	margin: 50px auto 150px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	justify-content: center;
}
.parentheses__left,
.parentheses__right {
    width: 2.8em;
    height: min(4.6em,233px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	font-size: 4.8vw;
}

.parentheses__left {
    background-image: url(../images/parentheses__left.svg);
}
.parentheses__right {
    background-image: url(../images/parentheses___right.svg);
}

.contactBox {
	width: min(90%, 673px);
	margin: auto;
}
.contactBox img {
	width: min(90%, 673px);
}

.border--gold {
	width: min(80%, 850px);
	margin: 0 auto 60px;
	border-bottom: 2px solid #CCB656;
	font-size: min(6vw, 36px);

	font-family: century-old-style-std, heisei-mincho-std,serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

/* ハンバーガーメニュー */
a{
text-decoration: none;
color: #333333;
}

/*ナビのスタイル*/
nav.NavMenu{
position: fixed;
z-index: 12;
top: 0;
left: 0;
background: #CC878790;
text-align: center;
width: 100%;
height: 100%;
display: none;
}

nav.NavMenu ul{
width: min(80%, 933px);
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
    font-size: min(5vw, 36px);
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 1em;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
}

nav.NavMenu ul li a{
display: block;
color: #fff;
padding: 15px 0;
font-size: min(5vw, 36px);
text-align: left;

background-image: url(../images/navmenu-a__bg.svg);
background-position: left bottom;
background-size: 100%;
background-repeat: no-repeat;
}

/*ボタンのスタイル*/
.Toggle {
position: absolute;
right:18px;
top: 50%;
width: 35px;
height: 35px;
cursor: pointer;
z-index: 13;
display: block;
transform: translateY(-65%);
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 4px #fff;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.Toggle span:nth-child(1) {
top: 9px;
}

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #fff;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #fff;
}
@media screen and (min-width: 426px) {
/* 426px以上の範囲に収めるデザインはこの中に記述 */
header {
	padding: 1em 4em 1em 2.5%;
}
.fa-phone-alt {
	margin-right: 0.3em;
}
}

@media screen and (max-width: 425px) {
/* 425px以下の範囲に収めるデザインはこの中に記述 */
.spHide {
	display: none;
}
.phone a i {
	font-size: 21px;
}
/* .Toggle {
	top: -2px !important;
} */
.arrow__under {
    content: url(../images/arrow__under.png);
	width: calc(85px * .75);
    display: block;
    margin: 60px auto;
}
.under {
    margin-top: 80px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.safety,
.price,
.parentheses {
	margin-bottom: 60px;
}
}
