@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');



*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: 700;
	color: #d89700;
}

ul {
}
ul li {
	list-style:none;	
}

img {
	width: 100%;
	height: auto;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #282828;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	opacity: 0.6;
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}


.btn {
	display: block;
	margin: 10px 0;
}
.btn a {
	text-align: center;
	width: 100%;
	display: block;
	background: #d89700 url("../img/arrow05.svg") no-repeat 96% center;
	background-size: 26px;
	color: #fff;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 3px;
}
.btn a:hover {
	display: block;
	background: #fff url("../img/arrow05.svg") no-repeat 98% center;
	background-size: 26px;
	color: #d89700;
}






/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
	table th {
	}
	table td {
	}
main table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	background: #FFF;
	border-top: solid 1px #d6cdbf;
	border-left: solid 1px #d6cdbf;
	
	margin: 20px 0;
}
	main table th {
		background: #ef9c94;
		color: #FFF;
		padding: 15px;
		border-bottom: solid 1px #d6cdbf;
		border-right: solid 1px #d6cdbf;
	}
	main table td {
		padding: 15px;
		border-bottom: solid 1px #d6cdbf;
		border-right: solid 1px #d6cdbf;
	}



.anchor {
	
}
	.anchor ul {
		background: #FFF;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 40px;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding-bottom: 2%;
		border-bottom: solid 1px #b1b1b1;
	}
		.anchor li:nth-child(2n) {
			margin-right: 0%;
		}
		.anchor li:last-child {
			margin-bottom: 0%;
			padding-bottom: 0%;
			border-bottom: none;
		}
		.anchor li:nth-last-child(2) {
			margin-bottom: 0%;
			padding-bottom: 0%;
			border-bottom: none;
		}
		.anchor li a {
			font-size: 1.8rem;
		}




.box {
	margin: 15px 0;
	background: #FFF;
	border-radius: 10px;
	padding: 30px;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	background: #f6f6f6;
	color: #282828;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}














/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
.cell {
	margin-bottom: 50px;
}
.cell:last-child {
	margin-bottom: 0;
}


.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




#header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(216, 151, 0, 0.9);
  color: #fff;
  padding: 10px;
  z-index: 100000;
}
#header .inner div {
	width: 40px;
	float: left;
}
#header .inner ul {
	width: 1100px;
	float: left;
	padding-top: 8px;
}
#header .inner ul li {
	display: inline;
	margin-left: 25px;
}
#header .inner ul li a {
	color: #FFF;
}

#header.show {
}





.title {
	text-align: center;
	margin-bottom: 30px;
}
.title h2 {
	font-size: 2.4rem;
	color: #d89700;
	margin-bottom: 5px;
}
.title p {
	font-size: 1.1rem;
	color: #000;
}

h3 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}



#mainimage--sp {
	display: none;
}

#mainimage {
	position: relative;
	background: url("../img/mainimage-kanagawa.webp") no-repeat center top;
	background-size: 100%;
	text-align: center;
	padding: 100px 0 50px 0;
}
#mainimage dl.logo {
	margin-bottom: 40px;
	color: #FFF;
}
#mainimage dl.logo dt {
	margin: 0 auto;
	width: 108px;
	margin-bottom: 20px;
}
#mainimage dl.logo dd {
	font-size: 1.8rem;
	font-weight: 700;
}
#mainimage h1 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 30px;
	color: #FFF;
}
#mainimage h1 span {
	font-size:2.4rem;
	display: block;
}

#mainimage .nav {
	margin-top: 60px;
	margin-bottom: 60px;
}
#mainimage .nav .info {
	width: 49%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-right: 2%;
}
.info {
	text-align: left;
	position: relative;
}
.info p.link {
	position: absolute;
	top: 40px;
	right: 40px;
}
.info .title {
	text-align: left;
	margin-bottom: 20px;
}
.info ul {
}
.info ul li {
	border-bottom: solid 1px #a9a9a9;
	padding: 20px 0;
	background: url("../img/arrow05.svg") no-repeat right center;
	
	background-size: 26px;
}
.info ul li:last-child {
	border-bottom: none;
}
.info ul li span {
	text-align: center;
	display: inline-block;
	background: #f6f6f6;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 3px;
	width: 105px;
	margin-left: 20px;
	margin-right: 10px;
	color: #d89700;
}
.info ul li span.Important {
	text-align: center;
	display: inline-block;
	background: #d89700;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 3px;
	width: 105px;
	margin-left: 20px;
	margin-right: 10px;
	color: #fff;
}


.calendarSet {
	width: 49%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.calendarSet .web {
	margin-bottom: 20px;
	text-align: left;
}
.calendarSet .web .set p {
	width: 49%;
	margin-right: 2%;
}
.calendarSet .web .set p:last-child {
	margin-right: 0%;
}

.calendarSet .tel p {
	float: left;
}
.calendarSet .tel .telText {
	font-weight: 700;
	font-size: 4rem;
	float: right;
	line-height: 1;
}
.calendarSet .tel .telText a {
	color: #d89700;
}
.calendar {
	margin-bottom: 20px;
}









.message {
	padding: 60px 0;
	background: #fff;
}
.message .text {
	float: right;
	width: 70%;
}
.message .text p {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.message .text p.name {
	text-align: right;
	font-size: 1.8rem;
}
.message .text p.name span {
	font-size: 1.4rem;
	display: block;
}
.message .photo {
	float: left;
	width: 25%;
}
.message .photo img {
	border-radius: 6px;
}




.feature {
	padding: 60px 0;
}
.feature .slider-feature div {
}
.feature .slider-feature div img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.arrow_box-feature {
	width: 100%;
    position: absolute;
	top: 40%;
	
	display: flex;
    align-items: center;
    justify-content: space-around;
}





.visit {
	padding: 60px 0;
	background: #FFF;
}
.visit .text {
	float: left;
	width: 45%;
}
.visit .title {
	text-align: left;
}
.visit .text p {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.visit .photo {
	float: right;
	width: 50%;
}
.visit .photo img {
	border-radius: 6px;
}



.symptoms {
	background: url("../img/bg_symptoms.webp") no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.symptoms a {
	display: block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.symptoms a:nth-child(2n) {
	margin-right: 0%;
}
.symptoms a img {
	border-radius: 6px;
}
.symptoms a dl {
	position: relative;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.symptoms a dl dt {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 1.8rem;
	color: #FFF;
	background-color: rgba(216, 151, 0, 0.9);

	border-radius:0 0 6px 6px;
	padding: 20px;
}


.case {
	padding: 60px 0;
	background: #fff;
	position: relative;
}
.case .set p {
	width: 50%;
}
.case p.coming {
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -60px;
	background: #FFF;
	display: inline-block;
	font-size: 3rem;
	color: #d89700;
	font-weight: 700;
	padding: 20px;
}


.gallery {
	padding: 60px 0;
}
.gallery .slider div {
}
.gallery .slider div img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.sliderArea {
	position: relative;
}
.arrow_box {
	width: 100%;
    position: absolute;
	top: 40%;
	
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #d89700;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}










ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #ef9c94;
	}

ul.link li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
	ul.link li:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #2a3174;
		border-right: solid 1px #2a3174;
		position: absolute;
		top: 55%;
		left: 0;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	ul.link li a {
		display: block;
	}
	ul.link li a:hover {
		color: #e57f80;
	}
	ul.link li:hover:before {
		border-top: solid 1px #e57f80;
		border-right: solid 1px #e57f80;
	}








/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

	
	
body {
	font-size: 1.4rem;
}

.half {
	width: 100%;
	margin-right: 0%;
}

.cell {
	margin-bottom: 30px;
}
.cell:last-child {
	margin-bottom: 0;
}
	
.title {
	text-align: left;
	margin-bottom: 30px;
}
.title h2 {
	font-size: 2.4rem;
	color: #d89700;
	margin-bottom: 5px;
}
.title p {
	font-size: 1.1rem;
	color: #000;
}

h3 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}


	#header {
		display: none;
	}


#mainimage {
	display: none;
}
#mainimage--sp {
	display: block;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 0;
	position: relative;
	background: url("../img/mainimage-kanagawa.webp") no-repeat left top;
	background-size: 300%;
}
#mainimage--sp dl.logo {
	width: 80%;
	position:  absolute;
	top: 10px;
	left: 10px;
	text-align: left;
	color: #FFF;
}
#mainimage--sp dl.logo dt {
	width: 50px;
	float: left;
	margin-right: 10px;
}
#mainimage--sp dl.logo dd {
	font-size: 1.6rem;
	font-weight: 700;
}
#mainimage--sp dl.logo dd span {
	font-size: 1.2rem;
}

#mainimage--sp h1 {
	font-size: 1.8rem;
	color: #d89700;
	margin-bottom: 10px;
}

#mainimage--sp .nav {
	margin-top: 100px;
	margin-bottom: 60px;
}
#mainimage--sp .nav .info {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-right: 0%;
	margin-bottom: 10px;
}
.info {
	text-align: left;
	position: relative;
}
.info p.link {
	position: absolute;
	top: 40px;
	right: 40px;
}
.info .title {
	text-align: left;
	margin-bottom: 20px;
}
.info ul {
	width: 100% !important;
}
.info ul li {
	border-bottom: solid 1px #a9a9a9;
	padding: 20px 0;
	background: url("../img/arrow05.svg") no-repeat right center;
	
	background-size: 26px;
}
.info ul li:last-child {
	border-bottom: none;
}
.info ul li span {
	text-align: center;
	display: inline-block;
	background: #f6f6f6;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 3px;
	width: 105px;
	margin-left: 20px;
	margin-right: 10px;
	color: #d89700;
}
.info ul li span.Important {
	text-align: center;
	display: inline-block;
	background: #d89700;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 3px;
	width: 105px;
	margin-left: 20px;
	margin-right: 10px;
	color: #fff;
}


.calendarSet {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.calendar {
	margin-bottom: 20px;
}

.calendarSet .web {
	margin-bottom: 20px;
	text-align: left;
}
.calendarSet .web .set p {
	width: 49%;
	margin-right: 2%;
}
.calendarSet .web .set p:last-child {
	margin-right: 0%;
}

.calendarSet .tel p {
	float: left;
}
.calendarSet .tel .telText {
	font-weight: 700;
	font-size: 3rem;
	float: right;
	line-height: 1;
}
.calendarSet .tel .telText a {
	color: #d89700;
}
	
	
	
	
	
	



.info {
	padding: 0 0 30px 0;
}
.info .inner {
	background: #FFF;
	border-radius: 6px;
}
.info dl {
	position: relative;
	text-align: left;
	float: none;
	background: #d89700;
	width: 100%;
	color: #FFF;
	margin-right: 0;
	padding: 20px 20px;
	border-radius:6px 6px 0 0;
	
}
.info dl dt {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0;
}
.info dl dt span {
	display: block;
	font-size: 1.1rem;
}
.info dl dd {
	position: absolute;
	top: 30px;
	right: 20px;
}
.info ul {
	margin: 0 auto;
	width: 90%;
	float: none;
	
}
.info ul li {
	border-bottom: solid 1px #a9a9a9;
	padding: 20px 30px 20px 0;
	background: url("../img/arrow05.svg") no-repeat right center;
	
	background-size: 26px;
}
.info ul li:last-child {
	border-bottom: none;
}
.info ul li span {
	text-align: center;
	display: inline-block;
	background: #f6f6f6;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 3px;
	width: 105px;
	margin-left: 20px;
	margin-right: 10px;
	color: #d89700;
}
.info ul li span.Important {
	text-align: center;
	display: inline-block;
	background: #d89700;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 3px;
	width: 105px;
	margin-left: 20px;
	margin-right: 10px;
	color: #fff;
}





.message {
	padding: 30px 0;
	background: #fff;
}
.message .text {
	float: none;
	width: 100%;
}
.message .text p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.message .text p.name {
	text-align: right;
	font-size: 1.6rem;
}
.message .text p.name span {
	font-size: 1.2rem;
	display: block;
}
.message .photo {
	float: none;
	width: 60%;
	margin: 0 auto;
}
.message .photo img {
	border-radius: 6px;
}




.feature {
	padding: 30px 0;
}
.feature .title {
	margin-left: 5%;
}
.feature .slider-feature div {
}
.feature .slider-feature div img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.arrow_box-feature {
	width: 100%;
    position: absolute;
	top: 40%;
	
	display: flex;
    align-items: center;
    justify-content: space-around;
}





.visit {
	padding: 30px 0;
	background: #FFF;
}
.visit .text {
	float: none;
	width: 100%;
}
.visit .title {
	text-align: left;
}
.visit .text p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.visit .photo {
	float: none;
	width: 100%;
}
.visit .photo img {
	border-radius: 6px;
}


	
.symptoms {
	background: url("../img/bg_symptoms.webp") no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.symptoms a {
	display: block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.symptoms a:nth-child(2n) {
	margin-right: 0%;
}
.symptoms a img {
	border-radius: 6px;
}
.symptoms a dl {
	position: relative;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.symptoms a dl dt {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 1.6rem;
	color: #FFF;
	background-color: rgba(216, 151, 0, 0.9);

	border-radius:0 0 6px 6px;
	padding: 10px;
}


.case {
	padding: 30px 0;
	background: #fff;
	position: relative;
}
.case .set p {
	width: 50%;
}
.case p.coming {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -60px;
	background: #FFF;
	display: inline-block;
	font-size: 1.8rem;
	color: #d89700;
	font-weight: 700;
	padding: 20px;
}


.gallery {
	padding: 30px 0;
}
.gallery .title {
	padding-left: 5%;
}
.gallery .slider div {
}
.gallery .slider div img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.sliderArea {
	position: relative;
}
.arrow_box {
	width: 100%;
    position: absolute;
	top: 40%;
	
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #d89700;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
	
	
	
	







ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #ef9c94;
	}

ul.link li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
	ul.link li:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #2a3174;
		border-right: solid 1px #2a3174;
		position: absolute;
		top: 55%;
		left: 0;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	ul.link li a {
		display: block;
	}
	ul.link li a:hover {
		color: #e57f80;
	}
	ul.link li:hover:before {
		border-top: solid 1px #e57f80;
		border-right: solid 1px #e57f80;
	}


	
}