@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');


/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
.top-kv {
	height: 48rem;
	position: relative;
}
.top-kv-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
	color: #fff;
	z-index: 999;
	width: 100%;
}
.top-kv-logo h1 {
	font-size: 4.8rem;
	text-align: center;
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.top-kv .slider > div {
	height: 48rem;
}
.slide-1 {
	background: url(../img/top-slide1.jpg) no-repeat center / cover;
}
.slide-2 {
	background: url(../img/top-slide2.jpg) no-repeat center / cover;
}
.slide-3 {
	background: url(../img/top-slide3.jpg) no-repeat center / cover;
}
.top-intro {
	padding: 12rem 10% 20rem 10%;
	position: relative;
}
.top-intro::before {
	content: "";
	display: block;
	background: #f2e0e6;
	width: 52%;
	height: 26rem;
	position: absolute;
	left: 0;
	bottom: 14rem;
}
.top-intro h2 {
	text-align: center;
	line-height: 1;
	font-size: 3.2rem;
	margin-bottom: 12rem;
	letter-spacing: 0.1em;
}
.top-intro-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.top-intro-wrap > * {
	width: 48%;
}
.top-intro-img {
	position: relative;
}
.top-intro-img::before {
	content: "";
	display: block;
	border: solid 1px #e0ccde;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -3rem;
	top: -3rem;
}
.top-intro-txt {
	padding: 0 0 0 10%;
}
.top-intro p {
	margin-bottom: 4rem;
	font-size: 1.8rem;
}
.top-reason {
	padding: 12rem 10%;
	background: #f8f7f7;
}
.top-reason-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-reason-wrap > * {
	width: 30%;
	margin: 0 1.5%;
	background: #fff;
	padding: 4rem 0 3rem 0; 
	position: relative;
}
.top-reason-wrap > *:nth-of-type(1),
.top-reason-wrap > *:nth-of-type(2),
.top-reason-wrap > *:nth-of-type(3) {
	margin-bottom: 4%;
}
.top-reason-wrap > * > div {
	padding-right: 10%;
}
.top-reason-wrap h3 span {
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	width: 10rem;
}
.top-reason-wrap h3 {
	margin: 2rem 0 1rem 0;
	padding: 0 2rem;
}
.top-reason-wrap h3 strong {
	font-size: 1.6rem;
	display: inline-block;
}
.top-reason-wrap > div:nth-of-type(1) h3 strong {
	background: linear-gradient(to top, #fff3b8 55%, transparent 55%);	
}
.top-reason-wrap > div:nth-of-type(2) h3 strong {
	background: linear-gradient(to top, #e5c1cd 55%, transparent 55%);
}
.top-reason-wrap > div:nth-of-type(3) h3 strong {
	background: linear-gradient(to top, #c0cee6 55%, transparent 55%);	
}
.top-reason-wrap > div:nth-of-type(4) h3 strong {
	background: linear-gradient(to top, #f6e5cc 55%, transparent 55%);	
}
.top-reason-wrap > div:nth-of-type(5) h3 strong {
	background: linear-gradient(to top, #bee0c2 55%, transparent 55%);	
}
.top-reason-wrap p {
	line-height: 1.8;
	padding: 0 2rem;
}
.top-facility {
	padding: 12rem 10%;
}
.top-facility-wrap {
	display: flex;
	justify-content: space-between;
}
.top-facility-wrap > * {
	width: 48%;
}
.top-facility-wrap > div:first-of-type h3 {
	background: url(../img/top-bg1.jpg) no-repeat center / cover;
	text-align: center;
	line-height: 1.6;
	padding: 1rem;
	font-size: 2.8rem;
	margin-bottom: 3rem;
	transition: all .3s;
}
.top-facility-wrap > div:last-of-type h3 {
	background: url(../img/top-bg3.jpg) no-repeat center / cover;
	text-align: center;
	line-height: 1.6;
	padding: 1rem;
	font-size: 2.8rem;
	margin-bottom: 3rem;
	transition: all .3s;
}
.top-facility-wrap h3 span {
	background: rgba(255,255,255,0.6);
	padding: 12rem 0;
	display: block;
}
.top-facility-wrap h3:hover {
	opacity: 0.4;
}
.top-facility .more {
	margin: 0 auto;
}
.top-fee {
	background: url(../img/top-bg2.jpg) no-repeat center / cover;
	padding: 12rem 10%;
}
.top-fee-wrap {
	background: rgba(255,255,255,0.85);
	padding: 10rem 10%;
}
.top-fee p {
	margin-bottom: 4rem;
}
.top-fee .more {
	margin: 0 auto;
}
.top-flow {
	padding: 12rem 10%;
}
.top-flow ul {
	margin-bottom: 4rem;
	position: relative;
	z-index: 999;
}
.top-flow h3 {
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
.top-flow h3 span {
	font-size: 1.4rem;
}
.top-flow > .btn .more {
	margin: 0 auto;
}
.step-wrap {
	display: flex;
	justify-content: space-between;
}
.step-img {
	width: 25%;
}
.step-img img {
	border-radius: 4rem;
}
.step-txt {
	width: 70%;
	padding-left: 8rem;
}
.step-txt dl dt {
	font-weight: bold;
	font-size: 1.8rem;
}
.step-txt dl dd:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
.step-txt .note {
	color: #e60012;
}
.step-pdf {
	background: rgba(244,191,155,0.7);
	margin-top: 1rem;
	font-size: 1.6rem;
	position: relative;
	z-index: 999999;
}
.step-pdf a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 0;
}
.step1 {
	background: url(../img/step-bg1.png) no-repeat center bottom;
	background-size: cover;
	padding: 3rem 3rem 12rem 3rem;
	position: relative;
	z-index: 0;
}
.step2 {
	background: url(../img/step-bg2.png) no-repeat center bottom;
	background-size: cover;
	padding: 6rem 3rem 12rem 3rem;
	margin-top: -9rem;
	position: relative;
	z-index: -1;	
}
.step3 {
	background: url(../img/step-bg3.png) no-repeat center bottom;
	background-size: cover;
	padding: 6rem 3rem 12rem 3rem;
	margin-top: -9rem;	
	position: relative;
	z-index: -2;	
}
.step4 {
	background: url(../img/step-bg4.png) no-repeat center bottom;
	background-size: cover;
	padding: 6rem 3rem 12rem 3rem;
	margin-top: -9rem;	
	position: relative;
	z-index: -3;	
}
.step5 {
	background: url(../img/step-bg5.png) no-repeat center bottom;
	background-size: cover;
	padding: 6rem 3rem 12rem 3rem;
	margin-top: -9rem;	
	position: relative;
	z-index: -4;	
}
.step6 {
	background: url(../img/step-bg6.png) no-repeat center bottom;
	background-size: cover;
	padding: 6rem 3rem 3rem 3rem;
	margin-top: -9rem;	
	position: relative;
	z-index: -5;	
}
.top-flow ul li:nth-child(1) .step-txt {
	background: url(../img/step1.png) no-repeat left top;
	background-size: 5rem auto;
}
.top-flow ul li:nth-child(2) .step-txt {
	background: url(../img/step2.png) no-repeat left top;
	background-size: 5rem auto;
}
.top-flow ul li:nth-child(3) .step-txt {
	background: url(../img/step3.png) no-repeat left top;
	background-size: 5rem auto;
}
.top-flow ul li:nth-child(4) .step-txt {
	background: url(../img/step4.png) no-repeat left top;
	background-size: 5rem auto;
}
.top-flow ul li:nth-child(5) .step-txt {
	background: url(../img/step5.png) no-repeat left top;
	background-size: 5rem auto;
}
.top-flow ul li:nth-child(6) .step-txt {
	background: url(../img/step6.png) no-repeat left top;
	background-size: 5rem auto;
}
.top-contact {
	width: 80%;
	margin: 0 auto 12rem auto;
	border: 2px solid #898989;
	padding: 6rem 8rem;
}
.top-contact-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-contact-wrap > * {
	width: 48%;
	background: #f7f6f5;
	padding: 3rem;
}
.top-contact-tel {
	text-align: center;
}
.top-contact-tel dl dt {
	font-size: 1.8rem;
	font-weight: bold;
}
.top-contact-tel dl dd:first-of-type {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}
.top-contact-tel i {
	font-size: 2.4rem;
	margin-right: 0.5rem;
}
.top-contact-link p {
	text-align: center;
	margin-bottom: 1rem;
	font-weight: bold;
}
.top-contact-link .more {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.top-kv {
		height: 48rem;
	}
	.top-kv-logo h1 {
		font-size: 4.0rem;
		line-height: 1.5;
	}
	.top-kv .slider > div {
		height: 48rem;
	}
	.top-intro {
		padding: 8rem 5% 10rem 5%;
	}
	.top-intro::before {
		width: 80%;
		height: 26rem;
		bottom: 28rem;
	}
	.top-intro h2 {
		line-height: 1.6;
		font-size: 2.8rem;
		margin-bottom: 6rem;
	}
	.top-intro-wrap {
		display: block;
	}
	.top-intro-wrap > * {
		width: 100%;
	}
	.top-intro-img {
		margin-bottom: 2rem;
	}
	.top-intro-img::before {
		left: -1.5rem;
		top: -1.5rem;
	}
	.top-intro-txt {
		padding: 0;
	}
	.top-reason {
		padding: 8rem 5%;
		background: #f8f7f7;
	}
	.top-reason-wrap {
		display: block;
	}
	.top-reason-wrap > * {
		width: 100%;
		margin: 0;
	}
	.top-reason-wrap > *:nth-of-type(1),
	.top-reason-wrap > *:nth-of-type(2),
	.top-reason-wrap > *:nth-of-type(3),
	.top-reason-wrap > *:nth-of-type(4) {
		margin-bottom: 8%;
	}
	.top-reason-wrap > * > div {
		padding-right: 5%;
	}
	.top-reason-wrap h3 span {
		width: 14rem;
	}
	.top-reason-wrap h3 strong {
		font-size: 2rem;
	}
	.top-facility {
		padding: 8rem 5%;
	}
	.top-facility-wrap {
		display: block;
	}
	.top-facility-wrap > * {
		width: 100%;
	}
	.top-facility-wrap > *:first-of-type {
		margin-bottom: 4rem;
	}
	.top-facility-wrap h3 {
		font-size: 3.2rem;
	}
	.top-fee {
		padding: 8rem 5%;
	}
	.top-fee-wrap {
		padding: 6rem 10%;
	}
	.top-flow {
		padding: 8rem 5%;
	}
	.top-flow ul {
		margin-bottom: 4rem;
		position: relative;
		z-index: 999;
	}
	.top-flow h3 {
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.top-flow h3 span {
		font-size: 1.2rem;
		display: block;
	}
	.top-flow > .btn .more {
		margin: 0 auto;
	}
	.step-wrap {
		display: block;
	}
	.step-img {
		width: 90%;
		margin: 0 auto 3rem auto;
	}
	.step-txt {
		width: 100%;
	}
	.step-pdf {
		font-size: 1.3rem;
	}
	.step-pdf a {
		padding: 1.5rem 1rem;
	}
	.top-contact {
		width: 90%;
		margin: 0 auto 8rem auto;
		padding: 4rem 2rem;
	}
	.top-contact-wrap {
		display: block;
	}
	.top-contact-wrap > * {
		width: 100%;
	}
	.top-contact-wrap > *:first-of-type {
		margin-bottom: 2rem;
	}
}

/*  ----------------------------------------------------------

float

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
	body {
		padding-bottom: 10rem;
	}
}
.float-contact {
	background: url(../img/ptn.png);
	background-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 998;
}
.float-contact > div  {
	display: flex;
	justify-content: center;
	align-items: center;
}
.float-contact > div > div:first-of-type {
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: bold;
}
.float-contact > div > div:nth-of-type(2) {
	margin: 0 4rem;
}
.float-contact-tel {
	text-align: center;
}
.float-contact-tel dl dt {
	font-size: 1.8rem;
	font-weight: bold;
}
.float-contact-tel dl dd:first-of-type {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}
.float-contact-tel i {
	font-size: 2.4rem;
	margin-right: 0.5rem;
}
.float-contact-link p {
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.float-contact-link .more {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	body {
		padding-bottom: 12rem;
	}
	.float-contact {
		height: 12rem;
	}
	.float-contact > div  {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.float-contact > div > div:nth-of-type(2) {
		margin: 0 2rem 0 0;
	}
	.float-contact-tel dl dt {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.float-contact-tel dl dd:first-of-type {
		font-size: 2.8rem;
		margin-bottom: 0;
	}
	.float-contact-tel i {
		font-size: 1.8rem;
		margin-right: 0.6rem;
	}
	.float-contact-link p {
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.float-contact-link .more {
		margin: 0 auto;
		width: 20rem;
		background: none;
		font-size: 1.2rem;
		padding: 2.0rem 0;
	}
	.float-contact-link .more::after {
		left: 0.6rem;
		top: 0.6rem;
	}	
}



/*  ----------------------------------------------------------

コンセプト

----------------------------------------------------------  */
.concept-lead {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 4rem;
	line-height: 1.8;
}
.concept-wrap {
	display: flex;
	justify-content: space-between;
}
.concept ul.img {
	display: flex;
	width: 40%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.concept ul.img li {
	width: 48.5%;
}
.concept ul.img2 {
	display: flex;
	width: 40%;
	justify-content: space-between;
}
.concept ul.img2 li {
	width: 32%;
}
.concept-wrap > div {
	width: 55%;
}
.concept-wrap > div ul {
	margin-left: 1rem;
	margin-bottom: 2rem;
}
.concept-wrap > div ul li {
	list-style: disc;
}
.concept strong {
	font-weight: bold;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.concept-wrap {
		display: block;
		justify-content: space-between;
	}
	.concept ul.img {
		width: 100%;
		margin: 0 auto 3rem auto;
	}
	.concept ul.img li {
		width: 48.5%;
	}
	.concept ul.img2 {
		width: 100%;
		margin: 0 auto 3rem auto;
	}
	.concept-wrap > div {
		width: 100%;
	}
	.concept-wrap > div ul {
		margin-left: 2rem;
	}
}



/*  ----------------------------------------------------------

キャンパスライフ

----------------------------------------------------------  */
.campus > h3 {
	width: 60%;
	margin: 0 auto 4rem auto;
}
.campus-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.campus-wrap > * {
	width: 47%;
}
.campus-wrap p {
	margin-bottom: 3rem;
	line-height: 1.8;
}
.campus-wrap ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -3rem;
}
.campus-wrap ul li {
	width: 23%;
	margin-bottom: 3rem;
	margin-right: calc(8% / 3);
}
.campus-wrap ul li:nth-child(4n) {
	margin-right: 0;	
}
.campus-wrap ul li span {
	display: block;
	text-align: center;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.campus > h3 {
		width: 100%;
	}
	.campus-wrap {
		display: block;
		margin-bottom: 6rem;
	}
	.campus-wrap > * {
		width: 100%;
	}
	.campus-wrap > *:first-of-type {
		margin-bottom: 4rem;
	}
	.campus-wrap ul {
		display: flex;
		justify-content: space-between;
	}	
	.campus-wrap ul li {
		width: 48%;
		margin-bottom: 3rem;
		margin-right: 0;
	}
}



/*  ----------------------------------------------------------

お食事紹介

----------------------------------------------------------  */
.menu video {
	width: 70%;
	height: auto;
	margin: 0 auto 1rem auto;
	display: block;
}
.menu video + p {
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.menu video {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

料金

----------------------------------------------------------  */
.fee table {
	width: 100%;
}
.fee table th {
	background: #dee1f0;
	padding: 2rem 1.5rem;
	border: solid 1px #ccc;
	vertical-align: middle;
	width: calc(100% / 3);
}
.fee table th.kokubunji {
	background: #f6e6ee;
}
.fee table th.higobashi {
	background: #e1f0fa;
}
.fee table td {
	border: solid 1px #ccc;
	padding: 2rem 1.5rem;	
	text-align: center;
	vertical-align: middle;
}
.fee table caption {
	caption-side:bottom;
	margin-top: 1rem;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.6;
}



/*  ----------------------------------------------------------

お問い合わせ・資料請求

----------------------------------------------------------  */
.CMS-FORM-GROUP label:first-child {
    font-size: 1.6rem;
    font-weight: bold;
}
form > div {
    margin-bottom: 4rem;
}
form div label {
    display: block;
    margin-bottom: 1rem;
}
form select {
    padding: 2rem;
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 2px;
}
form input, form textarea {
    width: 100%;
    padding: 2rem;
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 2px;
    font-size: 1.4em;
}
form textarea {
    height: 16rem;
}
form input[type="submit"] {
    border: none;
    width: 24rem;
    color: #fff;
    background: #9cb3fd;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    padding: 2rem 0;
    margin: 0 auto;
    border-radius: 2px;
    display: block;
}   
form input[type="radio"] {
    width: 2rem;    
    vertical-align: -0.18rem;
    margin-right: 1rem;
}
.CMS-FORM-RADIO label{
    display: inline-block;
}

.his {
	background: rgba(200,0,0,1);
	border-radius: 2px;
	line-height: 1;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.6rem 1rem 0.4rem 1rem;
	margin-left: 1rem;
	vertical-align: 0.1rem;
	display: inline-block;
}
.contact-tel {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 3rem 0 2.8rem 0;
	background: url(../img/ptn.png);
	background-size: 10px;	
}
.contact-tel i {
	font-size: 2.8rem;
	vertical-align: -0.2rem;
	margin-right: 0.5rem;
}

.note {
	font-size: 1.2rem;
}




/*  ----------------------------------------------------------

各寮案内

----------------------------------------------------------  */
.hide {
	display: none;
}

.tab-area {
	display: flex;
	margin: 10rem 10% 0 10%;
	justify-content: space-between;
}
.tab-area > li {
	width: 49.5%;
	text-align: center;
	transition: all .3s;
}
.tab-area a {
	padding: 1.5rem 0;
	background: #f8f7f7;
	font-weight: bold;
	display: block;
  border-radius: 50px;
}
.tab-area .select {
	background: #9dabf7;
	color: #fff;
}
.tab-area > li:hover {
	opacity: 0.6;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.tab-area {
		display: flex;
		margin: 6rem 5% 0 5%;
		justify-content: space-between;
	}
	.tab-area > li {
		line-height: 1.6;
	}
}



/*  ----------------------------------------------------------

modal

----------------------------------------------------------  */
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
  }
  .modal.is-show {
	opacity: 1;
	visibility: visible;
}
.modal-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	padding: 6rem;
	background-color: #fff;
	z-index: 2;
}
.modal-inner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	right: 2rem;
	top: 2rem;
	text-align: center;
	cursor: pointer;
}
.close-btn i {
	font-size: 20px;
	color: #333;
}
.modal-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
	cursor: pointer;
}
#js-show-modal:hover {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.modal-inner {
		width: 95%;
		height: 75%;
		padding: 4rem;
	}
}




/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}

.slick-prev, 
.slick-next {
  position: absolute;
  top: 30%;
  cursor: pointer;
  outline: none;
  padding: 8px 10px;
  background-color: #fff;
  border: solid 1px #333;
  z-index: 9;
}
.slick-prev {
  left: -5.0%;
}
.slick-next {
  right: -3.5%;
}

.slick-dots {
  text-align:center;
  margin:0px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:20px;
  height:20px;
  display:block;
  border-radius:50%;
  background:#fff;
  cursor: pointer;
}

.slick-dots .slick-active button{
  background:#333;
}

.slider-for {
  max-width: 960px;
  margin: auto;
}

.slider-nav img {
  cursor: pointer;
}





/* 共通 */
nav.gnav-sp .inner ul.add_ul {
  display: flex;
  margin-bottom:2rem;
}
nav.gnav-sp .inner ul.add_ul li {
  padding-bottom: 0;
  font-size: 1.3rem;
  border-bottom: none;
}
nav.gnav-sp .inner ul.add_ul li a::before {
  content: "";
}
.more.btm_fix {
  padding: 1.5rem 0;
}

.peripheral .slider-for {
  margin-bottom: 2.0rem;
}
.peripheral .slider-for span {
  font-weight: bold;
}
.peripheral .slider-nav span {
  font-size: 1.0rem;
  line-height: 1.0;
  position: relative;
  top: -10px;
}


#fee table{
  width: 100%;
  border-collapse: collapse;
}
#fee table tr{
  border-bottom: solid 2px #fff;
}
#fee table tr:last-child{
  border-bottom: none;
}
#fee table th{
  position: relative;
  width: 40%;
  background-color: #52c2d0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}
#fee table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 30px);
  right: -30px;
  border-left: 30px solid #52c2d0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#fee table td{
  text-align: left;
  width: 60%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
#fee table .goukei th {
  background-color: #d05252;
  font-weight: bold;
}
#fee table .goukei th:after{
  border-left: 30px solid #d05252;
}
#fee table .goukei td {
  font-weight: bold;
  background-color: #ffe1e1;
}

.gmap {
  margin: 5rem auto 8rem;
}

.lb-container .lb-nav a.lb-prev ,
.lb-container .lb-nav a.lb-next {
  opacity: 1;
}

/*動画*/
.top_video {
  margin: auto;
  width: 100%;
}
.top_video video {
  width: 30%;
  margin: 0 1%;
}
.video_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 676px) {
  .top_video {
    margin: auto;
    width: 600px;
    max-width: 100%;
  }
  .top_video video {
    width: 100%;
  }
  .video_flex {
    display: block;
  }

}

.top_video {
  margin: 100px auto 100px;
}

.top_video h2 {
  font-size: 40px;
  margin-bottom: 20px;
}


/* PC用 */
@media screen and (min-width: 768px) {


}



/* スマホ用 */
@media screen and (max-width: 767px) {

  #fee table th:after{
    top:calc(50% - 20px);
    right: -20px;
    border-left: 20px solid #52c2d0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #fee table .goukei th:after{
    border-left: 20px solid #d05252;
  }

  .peripheral .slider-nav {
    width: 100%;
    height: 100px;
  }
  .peripheral .slider-nav span {
    display: none;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }



}

