﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
    font: inherit;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

main {
    display: block
}

img {
    vertical-align: middle
}

iframe[name=google_conversion_frame] {
    display: block;
    height: 0
}

html {
    min-height: 100vh;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-rendering: optimizeSpeed
}
html.is-menu-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

body.is-menu-active {
    overflow: hidden
}

.l-cover {
    overflow: hidden
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #;

}
.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding-left: 15px
}

.l-header__logo {
    margin-left: 20px;
}
.l-header__logo img {
    height: 25px;
}

@media screen and (max-width:500px) {
	.l-header__logo {
	    margin-left: 0;
	}
	.l-header__logo img {
	    height: 20px;
	}
}

.header_logo {
    transition: opacity 0.3s ease;
}
.header_logo.hidden {
    opacity: 0;
}

.l-header__button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background: #e9b1b1;
	cursor: pointer;
}
.l-header__button .line {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    background: #fff;
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1);
    transition: .5s cubic-bezier(.645, .045, .355, 1)
}
.l-header__button .line:nth-child(1) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.is-menu-active .l-header__button .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.is-menu-active .l-header__button .line:nth-child(2) {
    opacity: 0
}

.l-header__button .line:nth-child(3) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.is-menu-active .l-header__button .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.l-footer {
    text-align: center;
    color: #fff;
    background: #e16e6e
}
.l-footer__inner {
    padding: 90px 0
}

.is-menu-active .l-footer {
    pointer-events: none
}

.l-footer__back {
    display: block;
    margin-bottom: 2em;
    text-decoration: underline
}

.l-main {
    margin-top: 90px;
}

.l-main__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 90px
}

.is-menu-active .l-main {
    pointer-events: none
}

.c-menu {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color:rgba(225,110,110,0.95);
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1);
    transition: .5s cubic-bezier(.645, .045, .355, 1)
}

.is-menu-active .c-menu {
    overflow-y: auto;
    pointer-events: auto;
    -lateX(-100%);
    transform: translateX(-100%)
}

.c-menu__inner {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 0 15px;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
    transition: .5s cubic-bezier(.645, .045, .355, 1) .25s
}

.is-menu-active .c-menu__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.c-menu__inner a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    font-size: 18px;
    line-height: 2;
    color: #fff
}
.c-menu a {
    border-top: 1px solid rgba(255, 255, 255, .3)
}
.c-menu a:first-child {
    border-top: none
}
.c-menu li a {
    border-top: none
}
.c-menu ul li {
	list-style: none;
}
.c-menu li {
    position: relative;
    padding-left: 3px;
  }
.c-menu li:before {
    content: "";
    position: absolute;
    top: .50em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.c-item {
    width: 48%;
    margin-bottom: 30px
}
.c-item__visual {
    height: 150px;
    background: #ccc
}
.c-item__title {
    margin-top: 9px;
    font-size: 18px;
    line-height: 1.6
}
.c-item__description {
    font-size: 12px;
    line-height: 1.6
}

.u-noscroll {
    overflow: hidden;
    height: 100%
}

.u-erflowHidden {
    overflow: hidden
}

.u-noevent {
    pointer-events: none
}

.u-exSp {
    display: none
}

.u-preload * {
    -webkit-transition: none !important;
    transition: none !important
}

.u-preline {
    white-space: pre-line
}

@media screen and (min-width:801px) {
    a[href^=tel] {
        pointer-events: none;
        cursor: default
    }
	
    .l-header__inner {
        padding-left: 0
    }
	
	.l-main {
	    margin-top: 60px;
	}
	
    .l-main__inner {
        padding: 0 0 0px
    }
	
    .c-menu__inner {
        padding: 0
    }
    .c-item {
        width: 32%
    }
    .c-item__visual {
        height: 200px
    }
	
    .u-frame {
        max-width: calc(100% - 13.88889vw);
        margin-right: auto;
        margin-left: auto
    }
	
    .u-exSp {
        display: block
    }
	
    .u-sp {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .u-frame {
        max-width: 1240px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
	
    input, select, textarea, button {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media screen\0 {
    body {
        font-family: "Segoe UI", Meiryo, sans-serif
    }
	
    extarea, button {
        font-family: "Segoe UI", Meiryo, sans-serif
    }
}

