@charset "UTF-8";
/* CSS Document */
/* mainAreaTop01 */
.mainAreaTop01 {
	text-align: center;
	position: relative;
	z-index: -10;
}
.swiper-container {
	width: 100%;
}
@keyframes zoomUp { 
  0% {
		transform: scale(1.15);
  }
  100% {
		transform: scale(1);
  }
}

.swiper-slide {
 overflow: hidden;
}
.swiper-container .swiper-slide-active .slide-img,
.swiper-container .swiper-slide-duplicate-active .slide-img,
.swiper-container .swiper-slide-prev .slide-img { 
	animation: zoomUp 10s linear 0s;
	animation-fill-mode: both;
}
.swiper-container .swiper-slide .slide-img {
	height: calc(55vh - 20px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.swiper-container .slide01 {
	background-image: url("../img/top/main01.jpg");
}
.swiper-container .slide02 {
	background-image: url("../img/top/main02.jpg");
}
.swiper-container .slide03 {
	background-image: url("../img/top/main03.jpg");
}
.swiper-container .slide04 {
	background-image: url("../img/top/main04.jpg");
}
.mainAreaTop01 .main_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	width: 30%;
    display: none;
}
.mainAreaTop01 .main_inner p {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-style: normal;
	font-size: 33px;
	color: #766255;
	line-height: 1.2;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.swiper-container02 {
	overflow: hidden;
	background-color: #000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#staffArea {
	padding-top: 100px;
	margin-top: -100px;
}
/* mainAreaTop */
.mainAreaTop {
	margin-top: -130px;
	position: relative;
}
.mainAreaTop:before {
	content: "";
	position: absolute;
	top: 130px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 60vh;
	background-color: #FFF;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90%), 0 100%);
}
.mainAreaTop .inner {
	display: flex;
	justify-content: center;
	padding: 60px 20px 20px;
}
.mainAreaTop .inner .left,
.mainAreaTop .inner .right {
	width: calc(100% / 2);
}
.mainAreaTop .inner .left {
}
.mainAreaTop .inner .right {
	display: flex;
	align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	padding: 35px 40px 25px;
	background: rgb(237,235,240);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(237,235,240,1) 100%);
	box-shadow: 1px 1px 6px rgb(17 17 17 / 15%);
}
.mainAreaTop .inner .right .desc h2 {
	font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-style: normal;
    font-size: min(5vw,31px);
    color: #000;
    line-height: 1.8;
    padding-bottom: 30px;
}
.mainAreaTop .inner .right .desc p {
	font-weight: 500;
	font-style: normal;
    font-size: min(3.5vw,16px);
	color: #333;
	line-height: 1.8;
}
.mainAreaTop .inner .right .desc p:first-of-type {
	padding-bottom: 20px;
}
.mainAreaTop .inner .right .desc .btn a {
    font-style: normal;
    font-size: min(4vw,15px);
    line-height: inherit;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    position: relative;
    padding: 10px 20px 10px 30px;
	background: #111;
}
.mainAreaTop .inner .right .desc .btn a:hover {
	background: #c7c7c7;
}

/*fade*/
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.8s;
animation-fill-mode: forwards;
opacity: 0;
}

@keyframes fadeUpAnime {
  from {
	opacity: 0;
	transform: translateY(180px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.fadeUpTrigger {
	opacity: 0;
}

/* lineArea */
.lineArea .inner {
	padding: 40px 20px 0;
}
.lineArea .inner .desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	padding: 20px 25px;
	background-color: #FFF;
	box-shadow: 1px 1px 6px #e1e1e1;
}
.lineArea .inner .desc .left h2 {
	font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-style: normal;
    font-size: min(4.5vw,23px);
    color: #111;
    line-height: 1;
    padding-bottom: 8px;
}
.lineArea .inner .desc .left p {
	line-height: 1;
}
.lineArea .inner .desc .right .btn04 {
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	padding: 8px 20px;
	text-align: center;
	border-radius: 6px;
	transition: ease .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #37aa0e;
	border: 2px solid #37aa0e;
}
.lineArea .inner .desc .right .btn04:hover {
	background: #fff;
	color:  #37aa0e;
}
.lineArea .inner .desc .right .btn04 span {
	font-size: 30px;
	padding-right: 20px;
}
.lineArea .inner .desc .right .btn04 .line {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background: #fff;
	mask: url("../img/top03/line.svg") no-repeat center center / contain;
	-webkit-mask: url("../img/top03/line.svg") no-repeat center center / contain;
	transition: all 0.3s;
}
.lineArea .inner .desc .right .btn04:hover .line {
	background: #37aa0e;
}

/* focusArea */
.focusArea .inner {
	padding: 40px 20px;
}
.focusArea .inner .h1Area {
	width: 100%;
	position: relative;
}
.focusArea .inner .h1Area:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 100px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #edebf0;
}
.focusArea .inner .h1Area h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-left: 26px;
	position: relative;
	color: #000;
}
.focusArea .inner .h1Area h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 20px;
	background-color: #edebf0;
}
.focusArea .inner ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 30px;
}
.focusArea .inner ul li {
	width: 18%;
	margin: 0 1%;
}
.focusArea .inner ul li a {
	display: block;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
	transition: all .3s;
	border-radius: 10px;
	overflow: hidden;
}
.focusArea .inner ul li a:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
}
.focusArea .inner ul li a .img {
	width: 256px;
	height: 178px;
	overflow: hidden;
	background-color: #666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.focusArea .inner ul li a .img img {
	object-fit: cover;
	width:100%;
	height:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.focusArea .inner ul li a:hover .img img {
	transform: scale(1.1);
	transition: transform .6s;
	opacity: .7;
}
.focusArea .inner ul li a dl {
	min-height: 80px;
	padding: 12px 12px 16px;
}
.focusArea .inner ul li a dl dt {
	font-size: min(4vw,16px);
	color: #111;
}
.focusArea .inner ul li a dl dd p {
	line-height: 1.2;
	font-size: min(2.5vw,12px);
	color: #666;
}
.focusArea .inner ul li a:hover dl dt,
.focusArea .inner ul li a:hover dl dd p {
	color: #999;
}

/*contentArea*/
.contentArea .h2Area {
	padding: 40px 8vw 0;
	text-align: center;
}
.contentArea .h2Area h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-left: 26px;
	color: #000;
}
.contentArea .inner {
	padding: 60px 20px 40px;
}
.contentArea .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.contentArea .inner .content {
	width: 25%;
    margin-bottom: 25px;
	text-align: center;
}
.contentArea .inner .content a {
	width: 13rem;
	height: 13rem;
	display: inline-block;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
	background-color: #FFF;
	border-radius: 50%;
	overflow: hidden;
	transition: ease .2s;
	position: relative;
}
.contentArea .inner .content a:hover {
	transform: scale(1.1);
	transition: transform .6s;
}
.contentArea .inner .content a .desc {
	position: relative;
}
.contentArea .inner .content a .desc .left .img {
	width: 4rem;
	height: 4rem;
	margin: 25px auto 10px;
	border-radius: 50%;
	background-color: #111;
}
.contentArea .inner .content a .desc .right {
	text-align: center;
}
.contentArea .inner .content a .desc .right h2 {
	width: 100%;
	font-size: min(3.2vw,12px);
	line-height: 1.2;
	font-weight: 500;
	padding: 8px 0;
	color: #999;
}
.contentArea .inner .content a .desc .right h2 span {
	display: block;
	font-size: 1.8em;
	line-height: 2;
	color: #000;
}
.bgcenterout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(41,36,49,.3);
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
	border-radius: 50%;
}
.bgcenterout:hover:before {
	transform:scale(1, 1);
	border-radius: 50%;
}

/* newsArea */
.newsArea .inner {
	padding: 40px 20px;
}
.newsArea .inner .news_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsArea .inner .news_top .left {
	width: 130px;
}
.newsArea .inner .news_top .left h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	width: 130px;
	padding-left: 26px;
	position: relative;
	color: #000;
}
.newsArea .inner .news_top .left h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 20px;
	background-color: #111;
}
.newsArea .inner .news_top .right {
	width: 100%;
	text-align: right;
	position: relative;
}
.newsArea .inner .news_top .right:before {
	content:"";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 84%;
	height: 2px;
	background-color: #edebf0;
}
.newsArea .inner .news_top .right .btn a {
	color: #111;
	padding: 10px 0;
}
.newsArea .inner .news_top .right .btn a:hover {
	color: #999;
}
.newsArea .inner .news_top .right .btn a .view {
	padding: 0 20px;
	transition: all .3s;
	position: relative;
}
.newsArea .inner .news_top .right .btn a .view:before {
	content: "";
	background-image: url("../img/common/arrow_r_bk.svg");
	position: absolute;
    width: 15px;
    background-size: contain;
    height: 15px;
    background-repeat: no-repeat;
	right: -25px;
    top: 4px;
}
.newsArea .inner .news_top .right .btn a .fas {
	padding-left: 10px;
	font-size: 16px;
}
.newsArea .inner .news_top .right .btn a .view:hover {
	padding-right: 0;
}
.newsArea .inner .news_bottom {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsArea .inner .news_bottom .desc {
	width: 100%;
	border-top: 2px solid #edebf0;
	border-left: 2px solid #edebf0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top-left-radius: 10px;
	padding: 20px 20px 20px 30px;
	background: rgb(251 251 251 / 50%);
}
.newsArea .inner .news_bottom .desc .h2Area {
	display: flex;
	justify-content: space-between;

}
.newsArea .inner .news_bottom .desc .h2Area .left {
	margin-top: -30px;
}
.newsArea .inner .news_bottom .desc .h2Area .left h3 {
	background-color: #edebf0;
	padding: 12px 2em;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #4d4d4d;
}
.newsArea .inner .news_bottom .desc .h2Area .right .btn a span:hover {
	padding-right: 0;
	color: #4d4d4d;
}
.newsArea .inner .news_bottom .contents {
	position: relative;
}
.newsArea .inner .news_bottom .desc .contents dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #edebf0;
	padding: 0 8px;
	margin-bottom: 10px;
	min-height: 50px;
}
.newsArea .inner .news_bottom .desc .contents dl dt {
	width: 28%;
	text-align: center;
	position: relative;
}
.newsArea .inner .news_bottom .desc .contents dl dt:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #c7c7c7;
}
.newsArea .inner .news_bottom .desc .contents dl dd {
	width: 72%;
}
.newsArea .inner .news_bottom .desc .contents dl dd p {
	line-height: 1.2;
	padding: 0 16px;
}
.newsArea .inner .news_bottom .desc .contents dl dd p a {
	color: #111;
}
.newsArea .inner .news_bottom .desc .contents dl dd p a:hover {
	color: #c7c7c7;
}


.bgcenterout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(41,36,49,.3);
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
	border-radius: 10px;
}
.bgcenterout:hover:before {
	transform:scale(1, 1);
}

/* accsessArea */
.accsessArea .inner {
	padding: 60px 20px 40px;
}
.accsessArea .inner .h1Area {
	width: 100%;
	position: relative;
}
.accsessArea .inner .h1Area:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 100px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #edebf0;
}
.accsessArea .inner .h1Area h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-left: 26px;
	position: relative;
	color: #000;
}
.accsessArea .inner .h1Area h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 20px;
	background-color: #edebf0;
}
.accsessArea .inner .accsess {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	padding-top: 50px;
}
.accsessArea .inner .accsess .left {
	width: 56%;
	padding-right: 40px;
}
.accsessArea .inner .accsess .left .map {
	height: 476px;
}
.accsessArea .inner .accsess .right {
	width: 44%;
}
.accsessArea .inner .accsess .right h3 {
	width: 318px;
	padding-bottom: 30px;
}
.accsessArea .inner .accsess .right .tel {
	font-size: 23px;
	padding-bottom: 10px;
}
.accsessArea .inner .accsess .right .tel a {
	font-size: 23px;
	padding-bottom: 10px;
}
.accsessArea .inner .accsess .right .tel span {
	font-size: 14px;
	padding-right: 20px;
}
.accsessArea .inner .accsess .right .caution {
	padding-left: 18px;
	position: relative;
}
.accsessArea .inner .accsess .right .caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.accsessArea .inner .accsess .right .table {
	padding-top: 16px;
	width: 90%;
}
.accsessArea .inner .accsess .right .table .ttl_time {
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 10px;
}
.accsessArea .inner .accsess .right .table tr {
	border-bottom: 4px solid #fff;
	background-color: #edebf0;
}
.accsessArea .inner .accsess .right .table tr th {
	padding: 10px;
	text-align: center;
}
.accsessArea .inner .accsess .right .table tr td {
	padding: 10px;
	text-align: center;
}
.accsessArea .inner .accsess .right .table .ttl {
	width: 30%;
	padding: 10px;
	text-align: left;
	border-right: 4px solid #fff;
}
.accsessArea .inner .accsess .right .table .day {
	width: 10%;
}
.accsessArea .inner .accsess .right .btn {
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.btn02 {
	position: relative;
	display: block;
	width: 350px;
    background: #111;
	color: #FFF;
	padding: 10px 20px;
	text-align: left;
	transition: ease .2s;
	border-radius: 6px;
}
.btn02:hover {
    background: #c7c7c7;
	color: #fff;
}
.btn02:hover span {
	background: #fff;
}
.btn03 {
	width: 45%;
    position: relative;
	background-color: #fff;
    display: block;
    color: #000;
	padding: 30px 60px 30px 120px;
    text-align: left;
    transition: ease .2s;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    border-radius: 6px;
}
.btn03:hover {
	color: #000;
	background-color: #edebf0;
}
.btnarrow:after {
	content: "";
	background-image: url("../img/common/arrow_r.svg");
	position: absolute;
    width: 30px;
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
    right: 30px;
    top: 7px;
}
.btn03.btnarrow:after {
	top: 35px;
}
.btnarrow:hover:after {
	right: 10px;
	transition: .3s;
}


/* f_contentArea */
.f_contentArea .inner {
	padding: 40px 20px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_contentArea .inner .leftArea,
.f_contentArea .inner .rightArea {
	width: calc(50% - 40px / 2);
}
.f_contentArea .inner .leftArea h2 {
	width: 320px;
	padding-bottom: 30px;
}
.f_contentArea .inner .leftArea .add {
	padding-left: 60px;
}
.f_contentArea .inner .rightArea .desc {
	display: flex;
	justify-content: center;
}
.f_contentArea .inner .rightArea .desc .d_left {
	width: 40%;
}
.f_contentArea .inner .rightArea .desc .d_right {
	width: 60%;
}
.f_contentArea .inner .rightArea .desc .d_left .tel {
	font-size: 23px;
}
.f_contentArea .inner .rightArea .desc .d_left .tel a {
	font-size: 23px;
}
.f_contentArea .inner .rightArea .desc .d_left .tel span {
	display: block;
	font-size: 14px;
}
.f_contentArea .inner .rightArea .desc .d_right .caution {
	padding-left: 18px;
	position: relative;
}
.f_contentArea .inner .rightArea .desc .d_right .caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.f_contentArea .inner .rightArea .btn {
	padding-top: 30px;
}


@media screen and (max-width: 1400px) {
/* mainAreaTop */
	.mainAreaTop .inner .right .desc h2 {
		font-size: 28px;
	}
	.mainAreaTop .inner .right .desc p {
		font-size: 16px;
	}	
}


@media screen and (max-width: 1300px) {
/* mainAreaTop */
	.mainAreaTop .inner .right .desc h2 {
		font-size: 26px;
	}
	.mainAreaTop .inner .right .desc p {
		font-size: 14px;
	}	
	/* focusArea */
	.focusArea .inner ul li a dl dt,
	.focusArea .inner ul li a dl dd p {
		font-size: 12px;
	}
	
/* accsessArea */
	.accsessArea .inner .accsess .right .table {
    width: 100%;
	}	
	
/* f_contentArea */
	.f_contentArea .inner .leftArea {
		width: 40%;
	}	
	.f_contentArea .inner .rightArea {
		width: 60%;
	}	
}

@media screen and (max-width: 1200px) {
/* mainAreaTop */
	.mainAreaTop .inner .right .desc h2 {
		font-size: 22px;
	}	
	.mainAreaTop .inner .right .desc p {
		font-size: 13px;
	}	
/* focusArea */
	.focusArea .inner ul li a dl {
		min-height: 92px;
	}	
/* newsArea */
	.newsArea .inner .news_bottom .desc .contents dl {
		min-height: 66px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 32%;
		font-size: 11px;
	}	
	.newsArea .inner .news_bottom .desc .contents dl dd {
		width: 68%;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p {
		padding: 0 10px;
	}	
	.newsArea .inner .news_bottom .desc .contents dl dd p a {
		font-size: 12px;
	}	
	
/* accsessArea */
	.accsessArea .inner .accsess .left,
	.accsessArea .inner .accsess .right {
		width: 50%;
	}	
	
}

@media screen and (max-width: 1000px) {
	.swiper-slide .slide-img {
		height: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.mainAreaTop .inner .left {
		height: auto;
	}
	.swiper-container02 {
		background-color: inherit;
		border-top-left-radius: inherit;
		border-bottom-left-radius: inherit;
	}
	.mainAreaTop .inner .right {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.mainAreaTop01 .main_inner {
		padding: 0 3vw;
	}
	.mainAreaTop01 .main_inner p {
		font-size: 28px;
	}
/* mainAreaTop */
	.mainAreaTop {
		padding-top: 20px;
	}
	.mainAreaTop .inner {
		display: block;
		padding: 30px 3vw;
	}
	.mainAreaTop .inner .left,
	.mainAreaTop .inner .right {
		width: 100%;
	}
	.mainAreaTop .inner .left {
		height: auto;
		background-position: top center;
	}
	.mainAreaTop .inner .right {
		display: flex;
		align-items: center;
		padding: 30px 5vw;
	}
	.mainAreaTop .inner .right .desc h2 {
		padding-bottom: 10px;
		line-height: 1.4;
	}
	.mainAreaTop .inner .right .desc p {
		font-size: 14px;
		line-height: 1.4;
	}
	.mainAreaTop .inner .right .desc .btn a::before {
    width: 26px;
    height: 26px;
    left: 18px;
    top: 6px;
}

/* lineArea */
	.lineArea .inner {
		padding: 20px 8vw;
	}
	.lineArea .inner .desc {
		display: block;
		padding: 16px;
	}
	.lineArea .inner .desc .left h2 {
		font-size: 16px;
	}
	.lineArea .inner .desc .left p {
		line-height: 1.2;
	}
	.lineArea .inner .desc .right {
		padding-top: 16px;
	}
	.lineArea .inner .desc .right .btn04 {
		width: 80%;
		margin: 0 auto;
	}
	/* focusArea */
	.focusArea .inner {
		padding: 40px 8vw 10px;
	}
	.focusArea .inner ul li {
		width: 48%;
		padding-bottom: 30px;
	}
	.focusArea .inner ul li a .img {
		width: 100%;
		height: 180px;
	}
	.focusArea .inner ul li a dl dt,
	.focusArea .inner ul li a dl dd p {
		font-size: 13px;
	}
/* contentArea */
	.contentArea .inner {
		padding: 40px 8vw 0;
	}
	.contentArea .inner {
		padding-top: 50px;
	}
	.contentArea .inner .content {
		width: calc(33% - 20px / 2);
		padding-bottom: 40px;
	}
	
/* newsArea */
	.newsArea .inner {
		padding: 40px 8vw 10px;
	}
	.newsArea .inner .news_top .right:before {
		width: 76%;
	}
	.newsArea .inner .news_bottom {
		display: block;
	}
	.newsArea .inner .news_bottom .desc {
		width: 100%;
		margin-bottom: 30px;
	}
	.newsArea .inner .news_bottom .desc .h2Area .right .btn a {
		padding: 20px 0;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 20%;
		padding: 0 10px;
		font-size: 13px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd {
		width: 80%;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p {
		line-height: 1.2;
		padding: 0 30px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p a {
		font-size: 13px;
	}

/* accsessArea */
	.accsessArea .inner {
		padding: 20px 8vw 40px;
	}
	.accsessArea .inner .accsess {
		display: block;
	}
	.accsessArea .inner .accsess .left {
		width: 100%;
		padding-right: 0;
	}
	.accsessArea .inner .accsess .left .map {
		height: 200px;
	}
	.accsessArea .inner .accsess .right {
		width: 100%;
		padding-bottom: 30px;
	}
	.accsessArea .inner .accsess .right h3 {
		width: 200px;
		padding-bottom: 16px;
	}
	.accsessArea .inner .accsess .right .tel {
		font-size: 20px;
	}
	.accsessArea .inner .accsess .right .tel a {
		font-size: 20px;
	}
	
/* f_contentArea */
	.f_contentArea .inner {
		padding: 36px 8vw 60px;
		display: block;
	}
	.f_contentArea .inner .leftArea,
	.f_contentArea .inner .rightArea {
		width: 100%;
	}
	.f_contentArea .inner .leftArea {
		padding-bottom: 30px;
	}
	.f_contentArea .inner .leftArea h2 {
		width: 200px;
		padding-bottom: 16px;
	}
	.f_contentArea .inner .leftArea .add {
		padding-left: 0;
	}
	.f_contentArea .inner .rightArea .desc .d_left {
		width: 50%;
	}
	.f_contentArea .inner .rightArea .desc .d_right {
		width: 50%;
		font-size: 14px;
	}
}

@media screen and (max-width: 860px) {
/* f_contentArea */
	.f_contentArea .inner .rightArea .desc .d_right {
		font-size: 12px;
	}
}


@media screen and (max-width: 767px) {
/* contentArea */
	.contentArea .inner {
		padding: 40px 6vw 0;
	}
	.contentArea .inner {
		display: block;
		padding-top: 40px;
	}
	.contentArea .inner .content {
		width: 100%;
	}
	.contentArea .inner .content a {
		padding: 20px;
		border-radius: 6px;
	}
	.contentArea .inner .content a .desc .left .img {
		min-height: inherit;
	}
	.contentArea .inner .content a .desc {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contentArea .inner .content a .desc .left {
		width: 30%;
	}
	.contentArea .inner .content a .desc .right {
		width: 70%;
	}
	.contentArea .inner .content:first-of-type a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content:nth-of-type(2) a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content:nth-of-type(3) a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content:last-of-type a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content a .desc .right {
		text-align: center;
	}
	.contentArea .inner .content a .desc .right h2 {
		min-height: inherit;
		font-size: 15px;
		padding: 8px 16px;
		text-align: left;
		display: block;
	}
	.contentArea .inner .content a .desc .right .txt {
		min-height: inherit;
		text-align: left;
	}
	.contentArea .inner .content a .desc .right .btn {
		display: flex;
		justify-content: flex-end;
		font-size: 16px;
	}
/* newsArea */
	.newsArea .inner .news_top .right:before {
		width: 60%;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 28%;
	}	
	
/* f_contentArea */
	.f_contentArea .inner .rightArea .desc {
		display: block;
	}	
	.f_contentArea .inner .leftArea {
    padding-bottom: 16px;
	}
	.f_contentArea .inner .rightArea .desc .d_left,
	.f_contentArea .inner .rightArea .desc .d_right {
		width: 100%;
		font-size: 13px;
	}	
	.f_contentArea .inner .rightArea .desc .d_left .tel {
		font-size: 20px;
	}	
	.f_contentArea .inner .rightArea .desc .d_left .tel a {
		font-size: 20px;
	}	
	.f_contentArea .inner .rightArea .desc .d_right .time {
		padding-bottom: 8px;
	}	
	.f_contentArea .inner .rightArea .desc .d_right .caution {
		line-height: 1.2;
	}	
}


@media screen and (max-width: 600px) {
/* mainAreaTop */
	.mainAreaTop .inner {
		padding: 20px 3vw;
	}
	.mainAreaTop .inner .left {
		height: 320px;
	}
	.mainAreaTop .inner .right {
		padding: 20px 5vw;
	}
	.mainAreaTop .inner .right .desc h2 {
		font-size: 20px;
	}
	.mainAreaTop .inner .right .desc p {
		font-size: 13px;
	}
	
/* lineArea */
	.lineArea .inner {
		padding: 16px 6vw;
	}
	/* focusArea */
	.focusArea .inner {
    padding: 40px 6vw 10px;
}
	.focusArea .inner .h1Area h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}	
	.focusArea .inner .h1Area h2:before {
		width: 12px;
		height: 17px;
	}	
	.focusArea .inner ul li {
		width: 48%;
		padding-bottom: 20px;
	}	
	.focusArea .inner ul li a {
		border-radius: 6px;
	}	
	.focusArea .inner ul li a .img {
		height: 80px;
		border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	}
	.focusArea .inner ul li a .img img {
		border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	}
	.focusArea .inner ul li a dl dt,
	.focusArea .inner ul li a dl dd p {
		font-size: 11px;
	}	
	.focusArea .inner ul li a dl {
		min-height: 86px;
	}	
	
/* newsArea */
	.newsArea .inner {
		padding: 30px 6vw 0;
	}	
	.newsArea .inner .news_top {
		display: block;
	}	
	.newsArea .inner .news_top .left {
		width: 100%;
	padding-bottom: 10px;
	}	
	.newsArea .inner .news_top .left h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}	
	.newsArea .inner .news_top .left h2:before {
		width: 12px;
		height: 17px;
	}	
	.newsArea .inner .news_top .right .btn a {
		display: block;
	}	
	.newsArea .inner .news_top .right .btn a .vew {
		padding: 0 0;
		font-size: 12px;
	}	
	.newsArea .inner .news_top .right .btn a .fas {
		padding-left: 8px;
	}	
	.newsArea .inner .news_top .right:before {
		width: 70%;
		height: 1px;
		top: calc(50% - 1px);
		background-color: #949494;
	}	
	.newsArea .inner .news_bottom .desc {
		border-top-left-radius: 6px;
		padding: 16px 16px 0 30px;
		margin-bottom: 46px;
	}
	.newsArea .inner .news_bottom .contents {
		padding-top: 10px;
	}	
	.newsArea .inner .news_bottom .desc .contents:before {
		position: absolute;
		left: -26px;
		top: -26px;
		color: #c7c7c7;
		font-size: 13px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}	
	.newsArea .inner .news_bottom .desc .contents dl {
		display: block;
		padding: 0 0;
		margin-bottom: 20px;
		min-height: inherit;
	}	
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 100%;
		text-align: left;
		position: static;
		padding-bottom: 6px;
	}	
	.newsArea .inner .news_bottom .desc .contents dl dt:before {
		 display: none;
	}	
	.newsArea .inner .news_bottom .desc .contents dl dd {
		width: 100%;
		padding: 0 10px 10px;
	}	
	.newsArea .inner .news_bottom .desc .contents dl dd p {
		line-height: 1.2;
		padding: 0;
	}	
	.newsArea .inner .news_bottom .desc .h2Area .right .btn a {
		padding: 16px;
	}	
	.newsArea .inner .news_bottom .desc .h2Area .right .btn a span {
		padding: 0 0;
	}	
	

	
/* accsessArea */
	.accsessArea .inner {
		padding: 20px 6vw 30px;
	}
	.accsessArea .inner .h1Area h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}	
	.accsessArea .inner .h1Area h2:before {
		width: 12px;
		height: 17px;
	}	
	.accsessArea .inner .accsess {
    padding-top: 30px;
	}
	.accsessArea .inner .accsess .right h3 {
		width: 180px;
		padding-bottom: 6px;
	}
	.accsessArea .inner .accsess .right .tel {
		font-size: 18px;
	}
	.accsessArea .inner .accsess .right .tel a {
		font-size: 18px;
	}
	.accsessArea .inner .accsess .right .caution {
		line-height: 1.2;
	}
	.accsessArea .inner .accsess .right .caution02 {
		padding-top: 6px;
		font-size: 12px;
	}
	.accsessArea .inner .accsess .right .time {
		padding-bottom: 8px;
	}
	.accsessArea .inner .accsess .right .add {
		padding-top: 8px;
	}
	.accsessArea .inner .accsess .right .table .ttl {
		padding: 4px;
		font-size: 12px;
		text-align: center;
		border-right: 2px solid #fff;
	}	
	.accsessArea .inner .accsess .right .table tr {
		border-bottom: 2px solid #fff;
	}
	.accsessArea .inner .accsess .right .table tr th {
		padding: 4px;
		font-size: 12px;
	}
	.accsessArea .inner .accsess .right .table tr td {
		padding: 4px;
		font-size: 12px;
		vertical-align: middle;
	}
	.btn02 {
		width: 100%;
	}	
	
/* f_contentArea */
	.f_contentArea .inner {
		padding: 30px 6vw 60px;
	}
	.f_contentArea .inner .leftArea h2 {
		width: 180px;
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 500px) {
/* mainAreaTop */
	.mainAreaTop .inner .left {
		height: 260px;
	}
	.mainAreaTop .inner {
		padding: 16px 3vw;
	}
	.mainAreaTop .inner .right .desc h2 {
    font-size: 19px;
	}
}

@media screen and (max-width: 400px) {
/* mainAreaTop */
	.mainAreaTop .inner .left {
		height: 200px;
	}
	.mainAreaTop .inner .right .desc h2 {
		font-size: 18px;
	}
	
/* contentArea */
	.contentArea .inner .content a .desc .left .img {
		margin-left: 0;
	}
	.contentArea .inner .content a .desc .right h2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 380px) {
/* newsArea */
	.newsArea .inner .news_top .right:before {
		width: 60%;
	}
}
@media screen and (min-width: 1180px) {
	.contentArea .inner .content a .desc .right .txt {
    min-height: 80px;
}
}