@charset "utf-8";

/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-break: strict;
	position: relative;
	word-wrap: break-word;
    overflow: auto;
	overflow-wrap: break-word;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
	color: #222222;
}
body.fixed {
    overflow: hidden;
}
a {
    transition: opacity 0.3s ease-out;
	color: #222222;
}
a:hover {
    opacity: 0.7;
}
img{
	width: 100%;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/* -----------------------------------------
page Layout
-----------------------------------------*/
:root{
    --white: #FFFFFF;
    --f-notoJ: "Noto Sans JP", sans-serif;
	--f-urban: 'Urbanist', sans-serif;
}

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

.l-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: var(--white);
    border-bottom: solid 2px #FFD5B1;
    z-index: 1000;
}
.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
}
.header__logo-block{
    margin-top: 6px;
    margin-left: 40px;
}
.header__logo{
    display: block;
    width: 240px;
}
.header__nav{
    display: flex;
    align-items: center;
}
.nav__list{
    display: flex;
    margin-left: 40px;
    font-size: 16px;
    line-height: 1.5;
}
.nav__list li{
    position: relative;
    margin-right: 40px;
}
.nav__list li:first-child{
    margin-left: 0;
}
.nav__list .current::before,
.nav__list li a:hover:before{
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    line-height: 6px;
    background-color: #FFCB1F;
    border-radius: 50%;
    text-align: center;
}
.nav__list li a:hover{
    opacity: 1;
}
.nav__list li a::before{
    display: none;
}
.header__phone{
    margin-right: 40px;
    color: #D64209;
    text-align: center;
}
.header__phone-text{
    font-size: 14px;
    color: #D64209;
}
.header__phone-number{
    position: relative;
    padding-left: 22px;
    font-family: var(--f-urban);
    font-size: 18px;
    color: #D64209;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.334;
    cursor: pointer;
}
.header__phone-number::before{
    display: block;
    content: "";
    background-image: url(../images/common/icon_phone.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14.5px;
}
.l-header .header__ham {
    display: none;
} 
@media (max-width: 1210px) {
    .l-header{
        height: 5.95vw;
    }
    .header-wrap{
        max-width: 105.785vw;
    }
    .header__logo-block{
        margin-top: 0.4958vw;
        margin-left: 3.306vw;
    }
    .header__logo{
        width: 19.835vw;
    }
    .nav__list{
        margin-left: 3.306vw;
        font-size: 1.322vw;
    }
    .nav__list li{
        margin-right: 3.306vw;
    }
    .nav__list li:first-child{
        margin-left: 0;
    }
    .nav__list li a:hover:before,
    .nav__list .current::before{
        bottom: -0.826vw;
        width: 0.496vw;
        height: 0.496vw;
        line-height: 0.496vw;
    }
    .header__phone{
        margin-right: 3.306vw;
    }
    .header__phone-text{
        font-size: 1.157vw;
    }
    .header__phone-number{
        padding-left: 1.818vw;
        font-size: 1.488vw;
    }
    .header__phone-number::before{
        width: 1.157vw;
        height: 1.198vw;
    }
}
@media screen and (max-width: 768px){
    .l-header {
        height: 13.867vw;
        border-bottom: solid 1px #FFD5B1;
    }
    .header-wrap {
        width: 100%;
    }
    .header__logo-block {
        position: relative;
        z-index: 10000;
        margin-top: 1.0667vw;
        margin-left: 4vw;
    }
    .header__logo {
        display: block;
        width: 48vw;
    }
    .header__nav {
        display: block;
        position: absolute;
        top: 13.867vw;
        right: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        background: #FFF5D2;
        padding: 9.067vw 0;
        z-index: 1000;
        transition: all 0.4s;
        overflow-y: scroll;
    }
    .l-header.openNav .header__nav {
        transform: translateX(0);
    }
    .header__nav nav{
        width: 82.933vw;
        margin: 0 auto;
    }
    .nav__list {
        display: block;
        margin: 0 auto;
        font-size: 5.333vw;
        line-height: 1.5;
        text-align: center;
    }
    .nav__list li {
        margin-right: 0;
        border-bottom: solid 2px var(--white);
    }
    .nav__list li a:hover:before,
    .nav__list .current::before{
        display: none;
    }
    .nav__list li a{
        display: block;
        padding: 5.333vw 0;
    }
    .header__phone {
        width: 82.933vw;
        margin: 8.5334vw auto 16vw;
        color: #D64209;
        background-color: var(--white);
        text-align: center;
        border-radius: 2.133vw;
    }
    .header__phone a{
        display: block;
        padding: 6.933vw 0;
    }
    .header__phone-text {
        font-size: 4.8vw;
    }
    .header__phone-number {
        display: inline-block;
        padding-left: 8.533vw;
        font-size: 7.467vw;
    }
    .header__phone-number::before {
        width: 5.333vw;
        height: 5.333vw;
    }

    .l-header .header__ham {
        display: block;
        position: relative;
        z-index: 10000;
        width: 13.867vw;
        height: 13.867vw;
        border: none;
        background: #EE6F4A;
        transition: all 0.4s;
        cursor: pointer;
    }
    .l-header .header__ham .header__ham-line {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5.867vw;
        height: 0.533vw;
        background: var(--white);
        border-radius: 2.667vw;
        transition: all 0.4s;
    }
    .l-header .header__ham .header__ham-line:nth-child(1) {
        width: 5.867vw;
        transform: translate(-50%, -2.1334vw);
    }
    .l-header .header__ham .header__ham-line:nth-child(2) {
        transform: translate(-50%, 0);
    }
    .l-header .header__ham .header__ham-line:nth-child(3) {
        width: 5.867vw;
        transform: translate(-50%, 2.1334vw);
    }
    .l-header.openNav .header__ham .header__ham-line:nth-child(1) {
        width: 6.933vw;
        transform: translate(-50%, 0) rotate(40deg);
    }
    .l-header.openNav .header__ham .header__ham-line:nth-child(2) {
        opacity: 0;
    }
    .l-header.openNav .header__ham .header__ham-line:nth-child(3) {
        width: 6.933vw;
        transform: translate(-50%, 0) rotate(-40deg);
    }

}

/* -----------------------------------------
footer
-----------------------------------------*/
.l-footer{
    width: 100%;
    height: 80px;
    background: #FFF4EB;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
}
.footer__logo-block{
    display: block;
    width: 240px;
    margin-top: 6px;
    margin-left: 40px;
}
.footer__group-logo-block{
    margin-right: 20px;
    font-size: 15px;
    font-weight: 700;
}
.footer__copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    color: #fff;
    background-color: #EE6F4A;
}
.footer__copyright-text{
    font-family: var(--f-urban);
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 1210px) {
    .l-footer{
        width: 100%;
        height: 6.612vw;
    }
    .footer-wrap{
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .footer__logo-block{
        width: 19.835vw;
        margin-top: 0.4958vw;
        margin-left: 3.306vw;
    }
    .footer__group-logo-block{
        margin-left: 3.306vw;
        font-size: 1.2396vw;
    }
    .footer__copyright{
        height: 1.983vw;
    }
    .footer__copyright-text{
        font-size: 0.992vw;
    }
}
@media screen and (max-width: 768px){
	.l-footer{
        height: 14.933vw;
    }
    .footer-wrap{
        width: 100%;
        margin: 0 auto;
    }
    .footer__logo-block{
        width: 34.667vw;
        margin-top: 1.0667vw;
        margin-left: 4.267%;
        line-height: 0;
    }
    .footer__group-logo-block{
        margin-right: 4.267%;
        transform: none;
        font-size: 2.6667vw;
        line-height: 0;
    }
    .footer__copyright{
        height: 6.4vw;
    }
    .footer__copyright-text{
        font-size: 3.2vw;
        line-height: 1;
    }
}


/* -----------------------------------------
main
-----------------------------------------*/
.l-main{
    padding-top: 72px;
    overflow: hidden;
}
@media (max-width: 1210px) {
    .l-main{
        padding-top: 5.9504vw;
    }
}
@media screen and (max-width: 768px){
    .l-main{
        padding-top: 13.8667vw;
    }    
}

/* -----------------------------------------
breadcrumbs
-----------------------------------------*/
.breadcrumbs{
    max-width: 1280px;
    width: 100%;
    margin: 170px auto 10px;
}
.breadcrumbs ol{
    display: flex;
    margin-left: 40px;
    font-size: 12px;
}
.breadcrumbs ol li:nth-child(n+2){
    position: relative;
    padding-left: 22px;
}
.breadcrumbs ol li:nth-child(n+2)::before{
    display: block;
    content: "";
    position: absolute;
    top: 52%;
    left: 9px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #FFCB1F;
    border-radius: 50%;
    text-align: center;
}
@media (max-width: 1210px) {
    .breadcrumbs{
        margin: 14.049vw auto 0.8264vw;
    }
    .breadcrumbs ol{
        margin-left: 3.306vw;
        font-size: 0.992vw;
    }
    .breadcrumbs ol li:nth-child(n+2){
        padding-left: 1.818vw;
    }
    .breadcrumbs ol li:nth-child(n+2)::before{
        top: 52%;
        left: 0.744vw;
        width: 0.331vw;
        height: 0.331vw;
    }
}
@media (max-width: 768px) {
    .breadcrumbs{
        margin: 29.8667vw auto 1.6vw;
    }
    .breadcrumbs ol{
        margin-left: 4.267%;
        font-size: 2.933vw;
    }
    .breadcrumbs ol li:nth-child(n+2){
        padding-left: 4.267vw;
    }
    .breadcrumbs ol li:nth-child(n+2)::before{
        top: 52%;
        left: 1.867vw;
        width: 0.8vw;
        height: 0.8vw;
    }
}

/* -----------------------------------------
button_pagetop
-----------------------------------------*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 52px;
	height: 52px;
	z-index: 100;
}
.page-top.fixed {
    position: fixed !important;
}
.page-top img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.page-top {
		bottom: 4.267vw;
		right: 4.267vw;
		width: 11.7334vw;
    	height: 11.7334vw;
	}
}
