﻿@charset “utf-8”;
html {
	font-size: 62.5%;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
			"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #333333;
}

body {
	background-color: whitesmoke;
	font-size: 1.6em;
	height: auto;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
/* ----------------------------------------------------------------------------------------------- */
.headergroup {
	background-color: whitesmoke;
	margin: 0;
	position: relative;
	width: 100%;
	height: 56.25vw;
	max-height: 450px;
	overflow: hidden;
	color: white;
	box-shadow: 0px 5px 5px lightgray;
	animation-name: headergroup;
	animation-duration: 5s;
	animation-delay: 3s;
    animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
@keyframes headergroup {
	0%{
	box-shadow: 0px 0px 0px lightgray;
	}
	90%{
	box-shadow: 0px 0px 0px lightgray;
	}
	100%{
	box-shadow: 0px 5px 5px lightgray;
	}
}
.headergroup img {
	position: absolute;
	width: 100%;
	max-height: 56.25vw;
}
.headpic {
	min-height: 56.25vw;
}
.title {
	color: white;
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow: 0 0 15px black;
	position: absolute;
	top: 40%;
	left: 50%;
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	animation-name: title;
	animation-duration: 3s;
	animation-delay: 8s;
    animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
@keyframes title {
	0%{
	opacity: 0;
	}
	100%{
	opacity: 1;
	}
}

.headergroup span {
	color: yellow;
}
.headpic {
	animation-name: headpic;
	animation-duration: 5s;
	animation-delay: 3s;
    animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
@keyframes headpic {
	0% {
	filter: blur(200px) grayscale(1);
	opacity: 0;
	}
	75% {
	filter: blur(200px) grayscale(1);
	opacity: 0;
	}
	100% {
	filter: blur(0px) grayscale(0);
	opacity: 1;
	}
}
.headpic2 {
	animation-name: headpic2;
	animation-duration: 5s;
	animation-iteration-count: 1;
	animation-delay: 3s;
    animation-fill-mode: backwards;
	animation-timing-function: linear;
}
@keyframes headpic2 {
	0% {
	filter: drop-shadow(250px 0px 100px rgba(0,0,0,0)) grayscale(1);
	opacity: 1;
	}
	10% {
	filter: drop-shadow(150px 0px 60px rgba(0,0,0,1)) grayscale(1);	
	opacity: 1;
	}
	25% {
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0)) grayscale(1);	
	}
	50% {
	filter: drop-shadow(0px 0px 50px rgba(255,255,0,1)) grayscale(0);
	}
	100% {
	filter: drop-shadow(0px 0px 100px rgba(255,255,0,0)) grayscale(0);
	}

}

/* --------------------------------------------------------------------------------------------------------------------------- */
h2 {
	font-size: 2.4rem;
	text-shadow: 1px 1px 1px lightgray;
}
h3 {
	font-size: 2.0rem;
	text-shadow: 1px 1px 1px lightgray;
}
.mainmenu {
	text-align: center;
}
.titlehead {
	color: whitesmoke;
	text-shadow: 1px 1px 5px gray, -1px -1px 5px white;
}
.mainmenu img {
	height: 6rem;
	filter: drop-shadow(1px 1px 5px gray) drop-shadow(-1px -1px 5px white);
}
/* ----------------------------------------------------------------------------------------------- */
a {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
b {
	color: #333333;	
}
/* ----------------------------------------------------------------------------------------------- */
.typeA {
	margin: 5% 0 5% 10%;
}
.typeB {
	margin: 5% 10% 5% 0;
}
.label1, .label2{
	background-color: yellow;
	width: 3px;
	height: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
}
.label1 {
	left: 0;
}
.label2 {
	right: 0;
}
/* ----------------------------------------------------------------------------------------------- */
.update, .calendar, .diagnosismenu, .inquiry, .access {
	position: relative;
	padding: 1% 2.5% 2.5% 2.5%;
	background-color: white;
	box-shadow: 5px 5px 5px lightgray;
	overflow: hidden;
}
.note {
	color: gray;
	font-size: 1.4rem;
}
.update {
	overflow-y : visible;
}
.update table {
	width: 100%;
}
.update td {
	text-align: left;
	vertical-align: top;
}
/* ----------------------------------------------------------------------------------------------- */
.calendar{
/*	display: none; */
}

.calendar table {
	text-align: center;
	font-size: 2rem;
	color: #333333;
	width: 100%;
/*	max-width: 720px; */
}
.days{
	font-size: 1.6rem;
	color: gray;
}
caption {
	text-align: right;
	font-size: 1.4rem;
	caption-side: bottom;
}
.on, .pm, .pmsolo{
	color: #333333;
	text-shadow: 1px 1px 1px lightgray;
	font-weight: bold;
}
.off {
	color: lightgray;
}
.am{
	color: lightgray;
	position: relative;
	}
/*
.am:before, .pm:before {
	color: #333333;
	position: absolute;
	font-size: 1rem;
	text-shadow: 1px 1px 1px lightgray;
	font-weight: bold;
	left: 50%;
	transform: translate(-50%);
	word-break: keep-all;
}
.am:before {
	content: 'AMのみ';
	top: 15%;
}
*/
.pm:before {
	content: '*';
	opacity: 0;
}
.pm:after {
	content: '*';
}
/* ----------------------------------------------------------------------------------------------- */
.diagnosismenu {
	background-color: white;
	font-size: 1.6rem;
}
.accordion {
    padding: 0;
}

.accordion label {
	margin: 5% 0 0 0;
	position:relative;
    display: block;
    padding : 0 0 0 0;
    color : #333333;
    background : white;
    border-top: 0px;
    border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #333333;
    cursor :pointer;
    transition: all 0.5s;
	word-break: keep-all;
}

.questions label {
	margin: 5% 0 0 0;
	position:relative;
    display: block;
    padding : 0 0 0 0;
    color : #333333;
    background : white;
    border-top: 0px;
    border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
    cursor :pointer;
    transition: all 1s;
	word-break: keep-all;
}

.reccomend {
	word-break: keep-all;
}
.price{
	vertical-align: bottom;
	text-align: right;
	min-width: 125px;
}
.reccomend {
	color: red;
}
.forrepeater {
	color: orange;
}

/*チェックは隠す*/
.accordion input,
.questions input {
	display: none;
}

.open_modal2 {
  text-decoration: underline;
}
.open_modal2:hover {
  font-weight: bold;
}

.answer1,
.answer2,
.answer3,
.answer4,
.answer5,
.answer6,
.answer7,
.answer8,
.answer9 {
	padding: 1rem 0 0rem 0;
    overflow: hidden;
    opacity: 0;
	height: 0;
	transition: all 0.5s;
}

.qanda {
	text-indent: -2rem;
}

.question1-1:hover,
.question2-1:hover,
.question3-1:hover,
.question4-1:hover,
.question5-1:hover,
.question6-1:hover,
.question7-1:hover,
.question8-1:hover,
.question9-1:hover,
.question1:checked ~ .question1-1,
.question2:checked ~ .question2-1,
.question3:checked ~ .question3-1,
.question4:checked ~ .question4-1,
.question5:checked ~ .question5-1,
.question6:checked ~ .question6-1,
.question7:checked ~ .question7-1,
.question8:checked ~ .question8-1,
.question9:checked ~ .question9-1 {
 	font-weight: 600;
}

/*中身を非表示にしておく*/
.menu0detail,
.menu1detail,
.menu2detail,
.menu3detail,
.menu4detail,
.menu5detail,
.menu6detail,
.menu7detail,
.menu8detail {
    padding: 0 2rem 0 2rem;
    overflow: hidden;
    opacity: 0;
	height: 0;
	transition: all 1s;
}

/*クリックで中身表示*/
.question1:checked ~ .answer1,
.question2:checked ~ .answer2,
.question3:checked ~ .answer3,
.question4:checked ~ .answer4,
.question5:checked ~ .answer5,
.question6:checked ~ .answer6,
.question7:checked ~ .answer7,
.question8:checked ~ .answer8,
.question9:checked ~ .answer9 {
    height: auto;
	margin: 0;
    opacity: 1;
    transition: all 0.25s;
    color: salmon;
}

.menu0:checked ~ .menu0detail,
.menu1:checked ~ .menu1detail,
.menu2:checked ~ .menu2detail,
.menu3:checked ~ .menu3detail,
.menu4:checked ~ .menu4detail,
.menu5:checked ~ .menu5detail,
.menu6:checked ~ .menu6detail,
.menu7:checked ~ .menu7detail,
.menu8:checked ~ .menu8detail {
    height: auto;
	margin: 0;
    opacity: 1;
    transition: all 2s;
    box-shadow: 0px 5px 5px lightgray;
}
.diagnosismenu table{
	margin: 0;
	padding: 0;
	width: 100%;
}
.menunumber {
  vertical-align: top;
  width: 4.8rem;
}
.menunumber:before {
  content: "";
  display: inline-block;
  padding-left: -1rem;
  width: 1rem;
  height: 1rem;
  border-top: lightgray 2px solid;
  border-right: lightgray 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  margin: auto;
}

input[type="radio"]:checked + label .menunumber:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: #333333 2px solid;
  border-right: #333333 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  margin: auto;
}

.swiper-parent {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	
    align-items: center;
}
.slider-pics {
	min-width: 240px;
	min-height: 280px;
}
.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	border: 0;
	outline: none;
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
  border: 0;
  outline: none;
}
.swiper-wrapper:hover ~ .swiper-button-prev:after {
  content: '' !important;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid lightgray;
  border-left: 2px solid lightgray;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.swiper-wrapper:hover ~ .swiper-button-next:after {
  content: '' !important;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid lightgray;
  border-right: 2px solid lightgray;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.swiper-button-prev:hover:after {
  content: '' !important;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid gray;
  border-left: 2px solid gray;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.swiper-button-next:hover:after {
  content: '' !important;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid gray;
  border-right: 2px solid gray;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.swiper-button-prev:hover {
	border: 0;
	outline: none;
	background: none;
}
.swiper-button-next:hover {
	border: 0;
	outline: none;
	background: none;
 }
.swiper-button-prev:active {
	border: 0;
	outline: none;
	background: none;
}
.swiper-button-next:active {
	border: 0;
    outline: none;
	background: none;
}
.swiper-button-prev:active:after {
  content: '' !important;
  display: none;
}
.swiper-button-next:active:after {
  content: '' !important;
  display: none;
}
.swiper-pagination-bullet-active {
  background: yellow !important;
}

.menuphoto {
	width: 30%;
}
.menuexplanation {
	padding: 0 0 0 1.6rem;
	width: 70%;
	vertical-align: middle;
}
.accordion img{
	width: 100%;
	max-width: 240px;
}
.menunotation {
	color: gray;
	font-size: 1.4rem;
}
.samplerequest {
	color: gray;
	font-size: 1.4rem;
}

/* ----------------------------------------------------------------------------------------------- */

input, select, textarea {
	font-size: 1.6rem;
	margin: 0;
}

.questions input, select {
	color: #333333;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 2px solid #333333;
    border-radius: 0px;
	background-color: transparent;
	padding: 0 1rem 0 1rem;
	outline: red;
	-webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none; /* 標準のスタイルを無効にする */ 
}

input {
	color: #333333;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
    border-radius: 0px;
	background-color: transparent;
	padding: 0 1rem 0 1rem;
	outline: red;
	-webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none; /* 標準のスタイルを無効にする */ 
}

.inquiry input:focus,
select:focus {
    outline: none;
    resize: none;
    border-bottom: 2px solid #333333;
}
.inquiry input:valid {
	border-bottom: 1px solid gray;
}

.reserveday {
	max-width: 50%;
}
#menuoption {
	width: 100%;
	max-width: 540px;
}
textarea:focus,
.open_modal:focus,
.reset_label:focus,
.submit:focus {
    border: 2px solid #333333;
}
.inquiry input {
	width: 240px;
	height: 3rem;
}
input::placeholder {
	color: gray;
}
select {
	position: relative;
	width: 200px;
	height: 3rem;
	color: gray;
	border-bottom: 1px solid gray;
}
select::-ms-expand {
    display: none;
}
textarea {
	width: 96.8%;
	padding: 0 0 0 1rem;
	border-radius: 5px;
	border: 2px solid #333333;
}
}
textarea:focus {
    outline: none;
}
textarea::placeholder {
	color: gray;
	font-size: 1.6rem;
}
input:placeholder-shown {
	border-bottom: 1px solid gray;
}
textarea:placeholder-shown {
	border: 1px solid gray;
}



.open_modal,
.reset_label,
.submit {
	color: gray;
	border: 1px solid gray;
}
.open_modal,
.reset_label,
.submit {
	box-shadow: 0px 5px 5px -2px lightgray;
	width: 120px;
    border-radius: 5px;
   	text-align: center;
	display: inline-block;
}
.open_modal:active,
.reset_label:active,
.submit:active {
	color: gray;
	box-shadow: 0px 5px 5px lightgray inset;
}
.submit {
	background-color: whitesmoke;
}
.modal_overlay,
.modal_overlay2 {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.submit_label,
.submit_label2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content,
.modal_content2 {
    position: relative;
    align-self: center;
    width: 80%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: whitesmoke;
    line-height: 1.6rem;
    transition: 0.5s;
}
.close_button,
.close_button2 {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    font-size: 2.4rem;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay,
.modal_wrap2 input:checked ~ .modal_overlay2 {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

/* ----------------------------------------------------------------------------------------------- */
footer{
}
.profile{
	padding: 0 10% 10% 10%;
}
.profile a, .flos {
	color: gray;
	font-size: 1.2rem;
}
.profile table{
	margin: 0;
}
.profiletable{
	width: 100%;
}
.profiletableright {
	vertical-align: top;
	width: 70%;
}
.profiletableinside{
	width: 100%;
}
.profile img{
	width: 100%;
	max-width: 150px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.25));
}
.profilesquare {
	vertical-align: top;
	width: 2rem;
}
.profileexplanation{
}
.profilephoto{
	width: 30%;
	text-align:center;
}
.certification, .instagram {
	display: inline;
	color: gray;
	font-size: 1.2rem;
}

/* ----------------------------------------mail.php-------------------------------------------- */
.error {
	margin: 5%;
	text-align: center;
}
.error_check {
	color: red;
	text-align: center;
}
#formWrap {
	margin: 5%;
	color: #333333;
}
#formWrap {
	text-align: left;
}
.input_check {
	text-align: left;
}
.formTable {
	padding: 0.8rem 0 0.8rem 0;
}

/* ----------------------------------------map.html-------------------------------------------- */
.access_map_body {
	display: inline-block;
	margin: 5%;
	background-color: whitesmoke;
	word-break: keep-all;
}
.map1_box {
	position: relative;
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.map1_text {
	position: absolute;
	background-color: whitesmoke;
	box-shadow: 0 5px 5px lightgray;
	right: 2%;
	top: 5%;
}
.map1, .map2, .map3, .house_pic {
	width: 100%;
	box-shadow: 0 5px 5px lightgray;
	position: relative;
}

.map2_box, .map3_box, .house_view, .name_plate {
	display: inline-block;
	position: relative;
	width: 49%;
/*	margin: 0 4.5%;*/
}
.house_view {
	text-align: center;
}
.bus_taxi, .house {
	text-align: center;
}
.bus_taxi_text, .name_plate_text {
	margin: 2.5% 0%;
	background-color: whitesmoke;
/*	box-shadow: 0 5px 5px lightgray;*/
	text-align: left;
}
.odakyu_line {
	background:linear-gradient(transparent 90%, lightblue 10%)
}
.yokohama_line {
	background:linear-gradient(transparent 90%, lightgreen 10%)
}
.bus_line {
	background:linear-gradient(transparent 90%, orange 10%)
}
.taxi_line {
	background:linear-gradient(transparent 90%, yellow 10%)
}
.bus {
	color: orange;
}
.taxi {
	color: yellow;
}
.name_plate_pic {
	width: 75%;
	box-shadow: 0 5px 5px lightgray;
	position: relative;
}

/* ----------------------------------------questionnaire.html-------------------------------------------- */

.questionnaire {
	position: relative;
	padding: 1% 2.5% 2.5% 2.5%;
	background-color: white;
	box-shadow: 5px 5px 5px lightgray;
	overflow: scroll;
	margin: 10%;
	font-size: 1.4rem;
}


/* ====================================================================== */


@media screen and (min-width:1200px) {
	.on:hover {
		color: gray;
		text-shadow: none;
	}
	.pm:hover {
		color: gray;
		text-shadow: none;
	}
	.pmsolo:hover {
		color: gray;
		text-shadow: none;
	}


	.am:hover:before {
		color: gray;
	}
	.pm:hover:before {
		color: gray;
	}
	.pmsolo:hover:before {
		color: gray;
	}
/*ラベルホバー時*/
	.accordion label:hover {
	    color : lightgray;
		border-bottom: 2px solid lightgray;
	}
	.inquiry input:hover,
	select:hover {
		outline: none;
		resize: none;
		border-bottom: 2px solid #333333;
	}
	textarea:hover,
	.open_modal:hover,
	.reset_label:hover,
	.submit:hover {
    	border: 2px solid #333333;
	}
	.open_modal:hover,
	.reset_label:hover,
	.submit:hover {
		color: #333333;
	}
.profile a:hover{
	text-decoration:underline;
}
}

@media screen and (max-width:480px) {
html {
	font-size: 50%;
}
.title {
	top: 30%;
}
.swiper-parent {
	display: block;
}
.slider-pics {
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------- */
.typeA, .typeB {
	margin: 10% 5% 10% 5%;
}
.label1, .label2{
	width: 30%;
	height: 3px;
	position: absolute;
	top: 0;
}
.label1 {
	left: 0;
}
.label2 {
	right: 0;
}
.am:before, .pm:before {
	transform: translate(-50%) scale(0.8);
}
/* ----------------------------------------------------------------------------------------------- */
#menuoption {
	width: 100%;
}
.profiletableright {
	transform: scale(0.9);
}
.map1_text {
	transform: scale(0.8);
	top: 2.5%;
	font-size: 1rem;
}
.bus_taxi_text, .name_plate_text {
/*	transform: scale(0.8);*/
	font-size:1rem;
	margin: 0;
}
}

@media screen and (max-width:350px) { 
.questions label,
.accordion label {
	word-break: normal;
}
.am:before, .pm:before {
	transform: translate(-50%) scale(0.6);
}
.map1_text {
	transform: scale(0.6);
	right: 0;
	top: 0;
}
}





