@charset "UTF-8";
html,
body {
    border: none;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
}
}
body {
    box-sizing: border-box;
    color: #4d4d4d;
    font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.6rem;
    text-align: left;
    position: relative;
}
body:before {
    content: "";
    background: rgb(180,201,196);
    background: -moz-linear-gradient(90deg, rgba(180,201,196,1) 42%, rgba(240,205,43,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(180,201,196,1) 42%, rgba(240,205,43,1) 100%);
    background: linear-gradient(90deg, rgba(180,201,196,1) 42%, rgba(240,205,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4c9c4",endColorstr="#f0cd2b",GradientType=1);
    position: fixed;
    display: block;
    z-index: 90;
    height: 8px;
    width: 100%;
    left: 0;
    top: 0;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}
p {
    margin-bottom: 0.5rem;
}

section a {
    color: #ea4f5c;
    text-decoration: underline;
}
section a:hover {
    text-decoration: none;
    color: #f2959d;
}
/* ====================
  Header
==================== */

header {
    padding: 1rem 1rem 0;
    transition: .3s;
    background-color: rgba(255,255,255,0);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.is-fixed {
    position:  fixed;
    top: 5px;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all .4s ease 0s,background .6s ease .2s;
    transition: all .4s ease 0s,background .6s ease .2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 75px;
}
header.is-fixed h1 img {
    width: 60%;
}
.header-wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align: center; /*IE10*/
    -webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center; /* Safari6.1以降 */
    align-items:center;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.header-wrap ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style: none;
    -ms-flex-align: center; /*IE10*/
    -webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center; /* Safari6.1以降 */
    align-items:center;
}
.header-wrap ul li:not(:last-child) {
    margin-right: 2rem;
}
.header-wrap ul li a {
    color: #758585;
    letter-spacing: 0.1em;
    font-size: 1.9rem;
}
.header-wrap ul li.reserve a,
.reserve-btn a,
.reserve-tel-btn a {
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    padding: 0.8rem 2rem;
    font-size: 2rem;
    display: block;
    -webkit-transition: 600ms;
            transition: 600ms;
    text-decoration: none;
}
.header-wrap ul li.reserve a,
.reserve-btn a {
    border: 1px solid #ea4f5c;
    background-color: #ea4f5c;
}
.reserve-tel-btn a {
    border: 1px solid #7871a9;
    background-color: #7871a9;
}
.reserve-btn a i,
.reserve-tel-btn a i {
    margin-right: 0.3rem;
}
.header-wrap ul li.reserve a:hover,
.reserve-btn a:hover {
    border: 1px solid #ea4f5c;
    background: #fff;
    color: #ea4f5c;
}
.reserve-tel-btn a:hover {
    border: 1px solid #7871a9;
    background: #fff;
    color: #7871a9;
}

.header-wrap ul li.sns {
    margin-right: 0.5em;
}



.sp-menu {
    display: none;
}
.outer-menu {
    position: fixed;
    top: 23px;
    right: 13px;
    z-index: 100;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 0.5em 1em;
    background: #B4C9C4;
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}
.outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div {
    width: 200vw;
    height: 200vw;
    color: #fff;
    background: rgba(117, 133, 133, 0.9);
    border-radius: 50%;
    transition: all 0.4s ease;
    flex: none;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
    color: #fff;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    text-decoration: none;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    transition: width 0.4s ease;
}
.outer-menu .menu > div > div > ul > li.sns-icn {
    margin: 1em 0 0;
}
li.sns-icn p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}
li.sns-icn p:before,
li.sns-icn p:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #fff;
}
li.sns-icn p:before {
    transform: rotate(60deg);
}
li.sns-icn p:after {
    transform: rotate(-60deg);
}
li.sns-icn img {
    margin: 0 auto;
}



/* ====================
  Main
==================== */
main {
    /*margin: 1rem auto;*/
}
.data-in .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
          animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.data-in [data-scroll] .char {
  transform: translate(0, -300%) skewX(20deg);
  opacity: 0;
}
.data-in [data-scroll="in"] .char {
  transform: translate(0, 0) skewX(-20deg);
  opacity: 1;
}

.catch-copy {
    background-color: #a0bab5;
    color: #fff;
    padding: 4rem 2rem;    

}
.main-visual .reserve-btn a {
    display: inline-block;
}
.main-visual h2 {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
}
.main-visual p {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 2rem 0;
}
.main-visual p span {
    text-decoration: #F0CD2B wavy underline;
    -webkit-text-decoration: #F0CD2B wavy underline;
    font-weight: bold;
}
.main-visual .reserve-tel-btn p {
    font-size: 1.6rem;
    margin: 0.3rem 0 0 0.5rem;
}
.circle01-box {
	opacity: 0;
	transform : translateY(100%);
	-webkit-transform : translateY(100%);
	-moz-transform : translateY(100%);
	transition : all 3000ms;
	-webkit-transition : all 3000ms;
	-moz-transition : all 3000ms;
}
.circle01-box.active,
.circle02-box.active,
.circle04-box.active {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}
.circle01 {
    margin-top: -1rem;
}
.circle01-txt {
    -webkit-animation: slide-down 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-down 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 0;
    animation-delay : 2s;
    max-width: 235px;
    margin: 0 auto;
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
  }
}
-webkit-@keyframes slide-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
  }
}
.circle02-box {
	opacity: 0;
	transform : translateY(100%);
	-webkit-transform : translateY(100%);
	-moz-transform : translateY(100%);
	transition : all 3000ms;
	-webkit-transition : all 3000ms;
	-moz-transition : all 3000ms;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.circle02-txt {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 0;
    animation-delay : 3s;
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    opacity: 1;
  }
}
-webkit-@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    opacity: 1;
  }
}
.circle03-box {
	opacity: 0;
	transform : translateY(100%);
	-webkit-transform : translateY(100%);
	-moz-transform : translateY(100%);
	transition : all 3500ms;
	-webkit-transition : all 3500ms;
	-moz-transition : all 3500ms;
}

.circle04-box {
	opacity: 0;
	transform : translateY(100%);
	-webkit-transform : translateY(100%);
	-moz-transform : translateY(100%);
	transition : all 3000ms;
	-webkit-transition : all 3000ms;
	-moz-transition : all 3000ms;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.circle04-txt {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 0;
    animation-delay : 4s;
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    opacity: 1;
  }
}
-webkit-@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    opacity: 1;
  }
}
.circle02-txt {
    margin-left: -17px;
    margin-top: 30px;
}





.main-visual .reserve-btn {
    /*display: inline-block;*/
}
.main-visual .reserve-btn {
    margin: 1rem 2rem 1rem 0;
}
.main-visual .reserve-tel-btn {
    margin: 1rem 0;
}
.main-visual .reserve-btn a,
.main-visual .reserve-tel-btn a  {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
}
.reserve-tel-btn {
    display: none;
}

.main-wrap {
    max-width: 1200px;
    margin: 5rem auto;
}
.main-wrap h2,
.howto .main-wrap h2.terms-title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    color: #758585;
    font-weight: 500;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 6rem;
    margin-top: -100px;
    padding-top: 100px;
}
.main-wrap h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
    border-radius: 3px;
    background: #f0cd2b;
}
/* animation */
.main-wrap.fadein {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;

}
.main-wrap.fadein.show {
    opacity : 1;
}
.about-txt h3 {
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    padding:0.25em 1em;
    display: inline-block;
    margin-bottom: 4rem;
}
.about-txt h3:before,
.about-txt h3:after {
    content:"";
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.about-txt h3:before {
    border-left: solid 1px #ea4f5c;
    border-top: solid 1px #ea4f5c;
    top:0;
    left: 0;
}
.about-txt h3:after {
    border-right: solid 1px #ea4f5c;
    border-bottom: solid 1px #ea4f5c;
    bottom:0;
    right: 0;
}
.about-txt h4,
.profile-txt h4 {
    font-size: 2.1rem;
    color: #758585;
    margin-bottom: 1rem;
    position: relative;
    font-style: italic;
    padding-left: 5rem;
}
.about-txt h4:before,
.profile-txt h4:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 2px;
    content: "";
    background: #758585;
}
.about-txt-box {
    padding: 0 4rem;
    line-height: 1.8;
    margin-top: 1rem;
}
.about-txt-box p {
    letter-spacing: 0.05em;
    margin: 1.5rem 0;
}
.about-txt-box p.emphasis {
    font-weight: bold;
    font-size: 1.8rem;
}
.about-txt-box p.emphasis span {
    background: linear-gradient(transparent 80%,#f0cd2b 80%);
}
.profile-box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 4rem 0;
    padding: 0 4rem;
}

.profile-photo {
    margin-right: 3rem;
}

.profile-txt {

}
.profile-txt h5 {
    font-size: 1.7rem;
    border-bottom: 1px solid;
    padding-left: 0.5rem;
}
.profile-txt ul {
    margin-bottom: 3rem;
}
ul li {
    margin-bottom: 0.5rem;
}

.howto {
    background-color: #a0bab5;
    color: #fff;
    padding: 2rem;   
}
.howto .main-wrap {
    margin: 1rem auto 3rem;
}
.howto .main-wrap h2 {
    color: #fff;
}
.use h3,
.use h4 {
    text-align: center;
}
.use h3 {
    color: #758585;
    font-size: 3rem;
}
.use h4 {
    font-size: 2.5rem;
    color: #ea4f5c;
    margin: 1rem 0 0;
}
.use-box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
}
.use {
    background: #fff;
    padding: 2rem;
    width: 45%;
    margin: 0 2rem 4rem;
}
.use svg {
    margin: 0 auto;
}
.use p {
    font-size: 1.7rem;
}
.use .reserve-btn {
    text-align: center;
}
.howto-txt {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    color: #758585;
}
.howto-txt-box:not(:last-child) {
    border-bottom: 2px dashed #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.howto-txt-box p {
    font-size: 1.7rem;
    margin: 0.5rem 0 0;
    padding: 0 3.5rem;
}
.howto-txt h5 {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.reserve-box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-align: center; /*IE10*/
    -webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center; /* Safari6.1以降 */
    align-items:center;
    margin: 2rem 1rem;
}
.reserve-btn {
    margin-right: 3rem;
}
.tel-reserve {
}
.tel-reserve h6 {
    font-size: 2.8rem;
    color: #ea4f5c;
}
.tel-reserve h6 a {
    color: #ea4f5c;
    text-decoration: none; 
}
.tel-reserve h6 a:hover {
    text-decoration: none;    
}
.howto-txt h5 i,
.tel-reserve h6 i {
    margin-right: 0.5rem;
}
.howto-txt h5 i {
    background-color: #758585;
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.tel-reserve p {
    margin-bottom: 0;
}
.tel-reserve h6 span {
    font-size: 1.7rem;
    font-weight: normal;
    color: #4d4d4d;
}
.accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
  box-sizing: border-box;
}

/* 料金について */

.price-box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.price-box > div {
    margin: 0 1rem 0 0;
}
.price-box h3 {
    letter-spacing: 0.1rem;
    text-align: center;
}

h4.price-title,
h4.repair-title {
    font-size: 2.5rem;
    position: relative;
    padding: 0 65px;
    text-align: center;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid;
}
h4.price-title {
    color: #758585;
    margin-bottom: 0.8em;
}
h4.repair-title {
    color: #7871a9;
}
h4.price-title svg,
h4.repair-title svg {
    display: inline-block;
    vertical-align: middle;
}
.price-details,
.repair-details {
    padding: 2rem;
    margin: 1rem 0;
    border-radius: 20px;
}
.price-details {
    border: 2px solid #c8cece;
}
.repair-details {
    border: 2px solid #c9c6dd;
    margin-top: 3rem;
}
.price-details h5 {
    font-size: 2.3rem;
    color: #ea4f5c;
    margin: 2rem 0 1rem;
    border-left: 5px solid;
    padding: 0 0 0 1rem;
}
p.city-name {
    font-size: 2rem;
    margin-bottom: 0.3rem;
}
p.last-name {
    margin-top: 1.5rem;
}
p.city-name i {
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}
p.town {

}
.area:not(:last-child) {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
table.repair-list {
    margin: 2rem 0 1rem;
    width: 100%;
}

table.repair-list th,
table.repair-list td {
     padding: 10px; 
     border: 1px solid #ddd;
}
table.repair-list th {
     background: #f4f4f4;
}
table.repair-list td {
    font-size: 1.8rem;
}
span.cap {
     color: #f6113c;
}
.repair-list-link-box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin: 2rem 0 1rem;
}
.repair-list-link {
    margin-right: 2rem;
}
.care {
    margin-right: 0;
}
.repair-list-link a,
.care a {
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    padding: 0.8rem 2rem;
    font-size: 1.8rem;
    display: block;
    -webkit-transition: 600ms;
            transition: 600ms;
    text-decoration: none;
    margin-top: 1rem;
}
.repair-list-link a {
    border: 1px solid #7871a9;
    background-color: #7871a9;
}
.repair-list-link a:hover {
    border: 1px solid #7871a9;
    background: #fff;
    color: #7871a9;
}
.repair-list-link a i {
    margin-left: 0.3rem;    
}
.care a {
    border: 1px solid #ea4f5c;
    background-color: #ea4f5c;
}
.care a:hover {
    border: 1px solid #ea4f5c;
    background: #fff;
    color: #ea4f5c;
}


/* ご利用ガイド */

.terms-box {
    margin-top: 10rem;
}
.terms-box h3 {
    border-left: 5px solid;
    padding: 0 0 0 0.8rem;
    margin: 3rem 0 1rem;
}
.howto .terms-box {
    margin-top: 0;
}

.howto-txt .terms-box {
    color: #4d4d4d;
}

/* モーダルウィンドウ */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 1000px;
    padding: 2rem 3rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content .main-wrap {
    margin: 1rem auto;
}

.modal-content h3 {
    border-left: 5px solid;
    padding: 0 0 0 0.8rem;
    margin: 4rem 0 1rem;
}
.modal-content table.repair-list {
    margin: 0;
    width: 95%;
}
.modal-content table.repair-list th {
    width: 30%;
}
.modal-content table.repair-list td {
    width: 18%;
}
.modal-content .terms-box {
    margin-top: 0;
}
.modal-content dl dt {
    margin: 2rem 0 0.5rem;
}
.modal-content p span.emphasis {
    color: #ea4f5c;
    font-size: 1.8rem;
    font-weight: 700;
}

/* ====================
  Reserve
==================== */
#main {
    padding-bottom: 10rem;
}
table.form {
    width: 100%;
    margin: 0 0 2rem;
}
table.form th,
table.form td {
    padding: 2rem 1rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
table.form th {
    background: #f4f4f4;
    width: 30%; 
    text-align: left;
}
table.form td {
    line-height: 2;
    word-break: break-all;
}

form input[type="submit"]{
    padding: 1rem 3rem;
    font-size: 1.8rem;
}
table.form td select {
    padding: 0.5rem;
    width: 30%;
}
table.form td select option {
    padding: 0.5rem;
}
table.form td select.preferred_date {
    margin-right: 0.5rem;
}
table.form td select.address {
    margin-bottom: 1rem;
}
table.form td input {
    width: 63%;
}
table.form td textarea {
    padding: 0.5rem;
    min-height: 100px;
    width: 100%;
}
table.form th span.red {
    background: #ea4f5c;
    color: #fff;
    padding: 0 0.5rem;
    font-size: 1.4rem;
    border-radius: 5px;
    margin-left: 1rem;
}  
table.form td p {
    line-height: 1.6;
    margin-top: 1rem;
}
.privacy-box {
    height: 150px;
    overflow: auto;
    border: 1px solid #999999;
    padding: 2rem;
    background-color: #f7f7f7;
    font-size: 90%;
    margin-bottom: 1rem;
}
.privacy-box .main-wrap {
    margin: 0 auto;
}
.privacy-box .main-wrap h2 {
    display: none;
}
p.form-cap {
    text-align: center;
}
p.form-txt {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
}
p.form-txt input {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 0.3rem;
}
.form-btn {
    text-align: center;
    margin: 3rem 0;
}
 
.form-btn input[type="submit"].send {
    border: 1px solid #ea4f5c;
    background-color: #ea4f5c;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: 600ms;
            transition: 600ms;
    text-decoration: none;
    cursor: pointer;
}
.form-btn input[type="submit"].send:hover {
    border: 1px solid #ea4f5c;
    background: #fff;
    color: #ea4f5c;
}
.form-btn input[type="submit"].form-btn-off {
    cursor: default;
    background-color: #ccc;
    border: 1px solid #333;
}
.form-btn input[type="submit"].form-btn-off:hover {
    border: 1px solid #333;
    background: #ccc;
    color: #fff;
}
.form-btn .reset,
.form-btn .back {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.7rem;
    margin-right: 2rem;
}
.form-btn .reset:hover {
    text-decoration: none;
}
#errorMessage {
    color: #ea4f5c;
    padding: 1rem;
    font-size: 2rem;
    border: 3px solid;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}
span.required {
    display: block;
    font-weight: bold;
    color: #ea4f5c;
}
select:disabled {
    opacity: 0.9;
}
table.form td select.bike_type {
    width: 45%;
}

.comp h3 {
    font-size: 2.5rem;
    color: #ea4f5c;
    text-align: center;
    margin-bottom: 1rem;
}
.comp p {
    font-size: 2rem;
    text-align: center;
}


/* ====================
  Footer
==================== */

footer {
    background-color: #a0bab5;
    color: #fff;
    padding: 4rem 2rem;
}
.footer-wrap {
    max-width: 1200px;
    margin: 5rem auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.address h2 {
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin: 1rem 0 0;
}
.address h3 {
    font-weight: normal;
}
.address p {
    font-family: "Robot";
    font-size: 2rem;
}
.footer-wrap ul {
    list-style: none;
    margin: 0;
}
.footer-wrap ul li {
    margin-bottom: 1rem;    
}
.footer-wrap ul li:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5rem;
    content: "\f054";
}
.footer-wrap ul li a {
    color: #fff;
    text-decoration: underline;
}
.footer-wrap ul li a:hover {
    text-decoration: none;
}
footer .modal-content {
    color: #4d4d4d;
}
footer .modal-content h4 {
    margin: 2rem 0 1rem;
}
footer .modal-content ul {
    list-style: decimal;
}
footer .modal-content table.repair-list th {
    width: 24%;
}
footer .modal-content table.repair-list td {
    width: auto;
    font-size: 1.6rem;
}
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background: rgba(236,153,64, 0.8);
    position: fixed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(0);
    text-decoration: none;
}
#fixedTop a {
    color: #fff;
    font-size: 3rem;
}
#fixedTop a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#fixedTop.show-goto{
    transform: scale(1);
    -webkit-transform: translateZ(0);
	-webkit-animation: bounce 0.8s linear 0s 1;
	animation: bounce 0.8s linear 0s 1;
}
@-webkit-keyframes bounce {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes bounce {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.footer-sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}
.footer-sns h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}
.footer-sns h4:before,
.footer-sns h4:after {
    content: "";
    width: 40px;
    height: 5px;
    background: #fff;
}
.footer-sns h4:before {
    transform: rotate(60deg);
}
.footer-sns h4:after {
    transform: rotate(-60deg);
}


@media screen and (min-width:1200px) {
.visual-wrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content:space-around;
    overflow: hidden;
    align-items:center;
    max-width: 1920px;
}
.main-visual {
    width: 51%;
    margin-left: 4rem;
}
.animation-area {
    width: 48%;
    position: relative;
    min-height: 586px;
}

.circle01-box {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 40%;
}
.circle02-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}
.circle04-box {
    position: absolute;
    bottom: 45px;
    right: 0;
    width: 60%;
    justify-content: flex-end;
}
.circle03-box {
    position: absolute;
    bottom: 50px;
    left: 40%;
    width: 22%;
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    opacity: 0;
    animation-delay : 3s;
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 1;
  }
}
-webkit-@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 1;
  }
}


}

@media screen and (max-width:1400px) {
.circle03-box {
    left: 30%;
}
}

@media screen and (max-width:1199px) {
header {

}
.main-visual {
    width: 100%;
}
.animation-area {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-around;/*--- safari（PC）用 ---*/
    justify-content:space-around;

}
.circle01-box {
}
.circle03-box.active {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}
.main-wrap {
    padding: 0 1rem;
}
.reserve-tel-btn {
    display: inline-block;
}
.animation-area {
    margin-top: 2rem;
}
.circle04-box {
    align-self: self-end;
}
}

@media screen and (max-width:1190px) {
.pc-menu {
    display: none;
}
.sp-menu {
    display: block;
}
header.is-fixed h1 img {
    width: 9%;
}
.header-wrap {
    display: block;
    position: relative;
}
.sp-menu .reserve-btn {
    position: fixed;
    top: 29px;
    right: 130px;
}
.sp-menu .sp-sns {
    position: fixed;
    top: 29px;
    right: 91px;
}
header.is-fixed .sp-menu .reserve-btn,
header.is-fixed .sp-menu .sp-sns {
    top: 20px;
}

header.is-fixed .outer-menu .hamburger {
    top: -9px;
}
.sp-menu .reserve-btn a {
    letter-spacing: 0.1em;
}
.sp-menu .reserve-btn a i {
    margin-right: 0.3em;
}

}

@media screen and (max-width:1024px) {
.circle02-box {
    margin-left: 1em;
}
.circle02-txt {
    margin-left: -7px;
}
.circle04-box {
    margin-left: -80px;
}
}
@media screen and (max-width:768px) {
header.is-fixed h1 img {
    width: 14%;
}
.main-visual h2 {
    font-size: 4rem;
}
.use {
    padding: 1rem;
    width: 100%;
    margin: 0 1rem 4rem;
}
.use h4 {
    font-size: 2rem;
}
.reserve-box {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 2rem 1rem 1rem;
}
.sp-menu .reserve-btn {
    margin-right: 0;
    margin-bottom: 1rem;
    right: 157px;
}
.modal-wrapper .modal-window {
    width: 90%;
    padding: 2rem 1rem;
}
table.form td select {
    width: 48%;
}
table.form td select.bike_type {
    width: 100%;
}
}
@media screen and (max-width:600px) {
p,
.howto-txt-box p {
    font-size: 1.4rem;
}
.is-fixed {
    height: 55px;
}

.header-wrap h1 {
    width: 25%;
}
header.is-fixed h1 img {
    width: 77%;
}
.sp-menu .reserve-btn {
    top: 21px;
}
.sp-menu  .reserve-btn a {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    padding: 0.3rem 1.5rem;
}
.outer-menu .checkbox-toggle,
.outer-menu .hamburger {
    width: 40px;
    height: 40px;
}
.outer-menu .hamburger {
    padding: 1em 0.6em;
    top: -7px;
    right: -5px;
}
.outer-menu .hamburger > div:before {
    top: -7px;
}
.outer-menu .hamburger > div:after {
    top: 7px;
}
.sp-menu .reserve-btn {
    right: 112px;
}
.sp-menu .sp-sns {
    top: 18px;
    right: 63px;
    width: 35px;
}
header.is-fixed .sp-menu .sp-sns {
    top: 16px;
}
.catch-copy {
    padding: 2rem 1.5rem;
}
.main-visual h2,
.main-wrap h2,
.howto .main-wrap h2.terms-title {
    font-size: 2rem;
}
.main-wrap h2:before {
    bottom: -5px;
}
.main-visual p {
    font-size: 1.3rem;
    margin: 1rem 0;
}
.main-visual .reserve-btn,
.main-visual .reserve-tel-btn {
    margin: 0 0 2rem;
}
.main-visual .reserve-btn a,
.main-visual .reserve-tel-btn a {
    font-size: 1.5rem;
}
.main-wrap {
    margin: 2rem auto;
}
.main-wrap h2 {
    margin-bottom: 5rem;
}
.about-txt h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.about-txt h4, 
.profile-txt h4,
.about-txt-box p.emphasis {
    font-size: 1.6rem;
    line-height: 1.6;
}
.about-txt-box {
    padding: 0 1rem;
}
.profile-box {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 0 1rem;
    margin: 4rem 0 0;
}
.profile-photo {
    margin-right: 0;
}
.profile-txt {
    margin-top: 2rem;
}
ul {
    padding-left: 2rem;
    font-size: 1.4rem;
}
.use-box {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.use {
    width: 46%;
    margin: 0 0.5rem 1rem;
}
.use h3,
.use h4 {
    font-size: 1.6rem;
    margin: 0.5rem 0 0;
}
.use .reserve-btn a {
    font-size: 1.5rem;
}
.howto .main-wrap {
    padding: 0;
}
.howto,
.howto-txt {
    padding: 1rem;
}
.howto-txt h5,
.tel-reserve h6,
.price-details h5 {
    font-size: 2rem;
}
.tel-reserve h6 span {
    display: block;
    font-size: 1.6rem;
}
.reserve-box {
    display: block;
}
.reserve-box .reserve-btn a {
    font-size: 1.6rem;
    text-align: center;
}
p.city-name {
    font-size: 1.8rem;
}

table.repair-list {
    width: 100%;
}
table.repair-list:last-child {
    margin-top: 1rem;
}
table.repair-list th,
table.repair-list td,
.modal-content table.repair-list th,
.modal-content table.repair-list td,
table.form th,
table.form td,
footer .modal-content table.repair-list th,
footer .modal-content table.repair-list td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
}
.modal-wrapper {
}
.modal-wrapper .modal-window .modal-content {
    max-height: 70vh;
}
.modal-content table.repair-list th.list-none,
.modal-content table.repair-list td.list-none {
    display: none;
}
p.repair-list-link a {
    font-size: 1.5rem;
    text-align: center;
    display: block;
}
.terms-box h3 {
    font-size: 1.6rem;
    margin: 1.5rem 0 1rem;
}
.footer-wrap {
    display: block;
    margin: 0;
}
.footer-wrap ul {
    padding-left: 0;
    margin-top: 2rem;
}
.address p span {
    display: block;   
}

.repair-list-link-box {
    display: block;
}
.repair-list-link {
    margin-right: 0;
    margin-bottom: 2rem;
}
.repair-list-link a, 
.care a {
    font-size: 1.6rem;
    text-align: center;
    padding: 0.8rem 1rem;
}
.care {
    margin: 0;
}
.terms-box {
    margin-top: 5rem;
}
table.form td select.preferred_date {
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
}
table.form td select,
table.form td input {
    width: 100%;
}
.privacy-box {
    height: 100px;
    font-size: 80%;
    padding: 1rem;
}
.main-visual .reserve-tel-btn p {
    font-size: 1.2rem;
}
.circle02-txt,
.circle04-box,
.circle03-box {
    display: none;
}
.circle04-box {
    margin-right: 0;
}
.footer-sns {
    margin-top: 2em;
}
.footer-sns h4 {
    font-size: 1.5rem;
}
.footer-sns h4:before, 
.footer-sns h4:after {
    width: 30px;
    height: 4px;
}
}