
/* common & component
-----------------------------------------*/
body{
  font-family: 
   "游ゴシック体", YuGothic,
   "游ゴシック", "Yu Gothic",
    "Helvetica Neue",
    "Helvetica",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
     Meiryo,
     sans-serif;
     color:#1A1A1A;
}

a:hover{
	text-decoration: none;
	opacity: .8;
	transition:.3s;
}

.wrap{
  margin: 0 16px;
}

/* #sp__footer {
	margin-bottom: 100px;
} */

label{
	cursor: pointer;
}

@media screen and (min-width: 961px) {

  .wrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
	#sp__footer {
		display: none;
	}

 } 

@media screen and (max-width: 960px) {
	#header_All02{
		display: none;
	}

	#footer_bottom02{
		display: none;
	}

	#footer02{
		display: none;
	}

	.pagetop{
		display: none;
	}
}


/*-------------c-pankuzu------------------*/

.c-pankuzu{
	display: flex;
	flex-wrap: wrap;
	max-width: 950px;
	margin: 16px auto;
}

.c-pankuzu li{
	margin-bottom: 6px;
}

.c-pankuzu li a{
	color: #1067B8;
	text-decoration: underline;
}

.c-pankuzu li::after{
	content:">";
	margin: 0 10px ;
}

.c-pankuzu li:last-child::after{
	display:none;
}

@media screen and (max-width: 767px) {
	.c-pankuzu{
		margin: 80px 16px 0;
		font-size: 11px;
	}


}

/*-------------c-orange-btn------------------*/

.c-orange-btn{
  text-align: center;
}

.c-orange-btn a{
  background-color: #FA9A00;
  border-radius: 80px;
  padding: 19px 53px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 3px 16px -9px rgba(0,0,0,0.6);
}

.c-orange-btn a::before{
  content:"";
  background: url(../../assets/images/common/icon-pen.svg) no-repeat 50% 50% / cover;
  display: inline-block;
  width: 27px;
  height: 25px;
  margin-right: 5px;
}

@media screen and (min-width:768px) {

	.c-orange-btn a{
		padding: 30px 32px;
		font-size: 24px;
	}

	.c-orange-btn a:hover{}

	.c-orange-btn a::before{
		width: 28px;
		height: 26px;
	}

}

/*---------------c-sr-orange-btn----------------*/

.c-sr-orange-btn{
  text-align: center;
}

.c-sr-orange-btn a{
  background-color: #FA9A00;
  border-radius: 60px;
  padding: 19px 0 19px 30%;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  display: block;
  box-shadow: 0px 3px 16px -9px rgba(0,0,0,0.6);
  position: relative;
  text-align: left;
  line-height: 1.42;
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-sr-orange-btn a::before{
  content:"";
  background: url(../../assets/images/common/icon-pen.svg) no-repeat 50% 50% / cover;
  display: inline-block;
  width: 41px;
  height: 38px;
  position: absolute;
  left: 15%;
  top: 22px;
  margin: auto;
}

@media screen and (min-width:768px) {

	.c-sr-orange-btn a{
		padding: 30px 0;
		font-size: 23px;
		width: 513px;
		margin: 50px auto;
		text-align: center;
	}

	.c-sr-orange-btn a br{
		display: none;
		text-align: center;
	}

	
	.c-sr-orange-btn a::before{
		width: 28px;
		height: 26px;
		position: static;
		margin-right: 5px;
	}

}

/*--------------c-blue-btn-----------------*/

.c-blue-btn a{
  border-radius: 80px;
  padding: 14px 0;
  text-align: center;
  color: #00267D;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #00267D;
  display: block;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1;
}

.c-blue-btn a::after{
  content:"";
  background: url(../../assets/images/common/icon-arrow.svg) no-repeat 50% 50% / cover;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  margin-bottom: -5px;
}

@media screen and (min-width:1024px) { 

	.c-blue-btn a{
		border-radius: 40px;
		padding: 16px 0 ;
		font-size: 18px;
	}

	.c-blue-btn a::after{
		width: 18px;
		height: 18px;
		margin-left: 5px;
		margin-bottom: -3px;
		transition:.3s;
	}

	.c-blue-btn a:hover::after{
		 transform:translateX(5px);
	}
}

/*--------------c-secttl-----------------*/

.c-secttl{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color:#00267D;
  line-height: 1.2;
}

.c-secttl::after{
  content:"";
  width: 90px;
  height: 4px;
  background-color: #00267D;
  display: block;
  margin: 16px auto 32px;
}

.c-secttl-w{
  color:#fff;
}

.c-secttl-w::after{
  background-color: #fff;
}

@media screen and (min-width:768px) {

	.c-secttl{
		font-size: 40px;
		line-height: 1.7;
	}

	.c-secttl::after{
		margin: 13px auto 36px;
	}

	.c-secttl br{
		display: none
	}

}

/*---------------fix__orange-btn----------------*/


.fix__orange-btn{
	position: fixed;
	bottom: -100px;
	left: 5%;
	z-index: 101;
	width: 90%;
	opacity: 0;
	transition: .3s;
}

.fix__orange-btn.act{
	bottom: 10px;
	opacity: 1;
}

.fix__orange-btn a{
	display: block;
	padding: 10px 0 15px;
	font-size: 16px;
}

.fix__orange-btn a::before{
	width: 25px;
	height: 23px;
}

@media screen and (min-width:768px) {

	.fix__orange-btn{
		left: auto;
		right: 10px;
		width: 431px;
	}

	.fix__orange-btn a{
		padding: 19px 0 24px;
		font-size: 20px;
	}

}


/* スマホナビ
-----------------------------------------*/
#sp__header {
  position: fixed;
  width: 100%;
  height: 63px;
  background: #fff;
  z-index: 888;
  top: 0;
}

#sp__nav{
  position: absolute;
  height: 100vh;
  width: 90%;
  right: -90%;
  top: 0;
  background: #ffffff;
  transition: .7s;
  z-index: 889;
  box-shadow: 0px 3px 16px -9px rgba(0,0,0,0.6);
}

#sp__nav ul{
  padding-top: 60px;
}

#sp__nav ul li{
  list-style-type: none;
}
#sp__nav a{
  display: block;
  text-decoration: none;
  color: #00267D;
  padding: 20px 50px;
  transition: .5s;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
  font-weight: bold;
}

#sp__nav a::before{
	content:"";
    background: url(../../assets/images/common/icon-arrow.svg) no-repeat 50% 50% / cover;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 24px;
}

#sp__nav ul li.cv a{
	background-color: #F5F8FF;
}

#sp__nav ul li.cv a::before{
	display: none;
}

#sp__ham {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 30px;
  height: 23px;
  cursor: pointer;
  transition: 1s;
  z-index: 890;
}
#sp__header .inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #00267D;
  transition: 1s;
  border-radius: 4px;
}


#line1 {
  top: 0;
}
#line2 {
  top: 10px;
}
#line3 {
  bottom: 0px;
}

.sp__header__logo{
	margin-top: 24px;
	margin-left: 16px;
}

.sp__header__logo img{
	width: 137px;
}

#sp__header .sp__header__hum {
  display: none;
}

#sp__header .in{
  transform: translateX(-100%);
}

#sp__header .line_1 {
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}
#sp__header .line_2 {
  opacity: 0;
}
#sp__header .line_3 {
  transform: translateY(-10px) rotate(45deg);
  bottom: 0;
}

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

#sp__nav a{
  font-size: 15px;
}
 
}

@media screen and (min-width:768px) {
	#sp__header{
		display: none;
	}
}





/* top
-----------------------------------------*/
.top__mv{
  margin-bottom: 48px;
  margin-top: 10px;
}

.top__mv img{
  width: 100%;
  height: 262px;
  object-fit: cover;
}

.top__orange-btn a{
	display: block;
	line-height: 1.3;
	padding: 10px 0 15px;
	width: 300px;
	margin: 0 auto;
	text-indent: -32px;
}

@media screen and (min-width:1024px) {

	.top__mv{
	  margin-bottom: 100px;
	  margin-top: 0px;
	}

	.top__mv img{
	  height: 554px;
	}

	.top__orange-btn{
		position: absolute;
		top: 667px;
		right: 34px;
		z-index: 2;
	}

	.top__orange-btn a{
		display: inline-block;
		line-height: 1.3;
		padding: 19px 53px;
		width: auto;
		margin: 0 auto;
		text-indent: 0;
	}

	.top__orange-btn br{
		display: none;
	}
		
}

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

.swiper-pagination-bullet{
	border-radius: 0;
	width: 12px;
	height: 12px;
	background: #DDD;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	width: auto;
	left: 15px;
	bottom: 20px;
}

.swiper-pagination-bullet-active{
	background: #00267D;
}

.swiper-button-prev{
	width:auto;
	left: 0;
}

.swiper-button-prev:after{
	content: "";
	font-size: 0;
	background: url(../../assets/images/top/icon_arrow-left.png) no-repeat 50% 50% / cover;
	width: 32px;
	height: 32px;
	display: block;
	left: 0;
}

.swiper-button-next{
	width:auto;
	right: 0;
}

.swiper-button-next:after{
	content: "";
	font-size: 0;
	background: url(../../assets/images/top/icon_arrow-right.png) no-repeat 50% 50% / cover;
	width: 32px;
	height: 32px;
	display: block;
	left: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img img{
  display: block;
}
/*-------------------------------*/

.top__ttl{
  text-align: center;
  color: #00267D;
  line-height: 1.2;
  margin-bottom: 39px;
}

.top__ttl em{
   font-weight: bold;
  font-family: "Helvetica Neue","Helvetica";
}

.top__ttl em.kokuyo{
  font-size: 56px;
}

.top__ttl em.showroom{
  font-size: 38px;
}

.top__ttl span{
  font-weight: bold;
  font-size: 21px;
  display: block;
  margin-top: 8px;
}

@media screen and (min-width:1024px) {

	.top__ttl{
		position: absolute;
		top: 290px;
		left: 140px;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.8);
		width: 415px;
		height: 280px;
		padding-top: 40px;
	}

	.top__ttl em.kokuyo{
		font-size: 77px;
	}

	.top__ttl em.showroom{
		font-size: 53px;
	}

	.top__ttl span{
		font-size: 19px;
		margin-top: 14px;
	}
	
}

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

.top__event{
  margin-top: 100px;
  margin-bottom: 50px;
}

.top__event__list{
  border-top:1px solid #D6D6D6;
  padding: 20px 0 15px;
}

.top__event__list:last-child{
  border-bottom:1px solid #D6D6D6;
}

.top__event__list .date{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top__event__list .ttl{
  font-size: 15px;
  line-height: 1.73;
  color:#707070;
  font-weight: bold;
}

@media screen and (min-width:1024px) {

	.top__event{
		max-width: 770px;
		margin: 150px auto 90px;
	}

	.top__event .c-secttl{
		font-size: 32px;
	}

	.top__event__list{
		border-top:0;
		padding: 0;
		display: flex;
		margin-bottom: 16px;
	}

	.top__event__list:last-child{
		border-bottom:0;
	}

	.top__event__list .date{
		font-size: 18px;
		margin-bottom: 0px;
		margin-right: 32px;
		margin-top: 5px;
	}

	.top__event__list .ttl{
		font-size: 18px;
		line-height: 1.73;
	}

}

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

.top__about__ttl{
  background-color: #00267D;
  padding: 40px 0;
}

.top__about__ttl .txt{
  color:#fff;
  margin: 0 16px;
  font-size: 3.7vw;
  line-height: 1.68;
  text-align: center;
}

.top__about__point img{
  width: 100%;
  height: 282px;
  object-fit: cover;
}

.top__about__point .txt{
  background-color: #fff;
  margin: -60px 16px 64px;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}

.top__about__point .ttl{
  text-align: center;
  font-weight: bold;
  color:#00267D;
  margin-bottom: 32px;
}

.top__about__point .ttl small{
  display: block;
  font-size: 15px;
  letter-spacing: .4em;
  margin-right: -0.3em;
  margin-bottom: 30px;
  font-weight: bold;
}

.top__about__point .ttl em{
  font-size: 56px;
  font-weight: bold;
}

.top__about__point .ttl em.omotenashi{
  font-size: 46px;
}

.top__about__point dt{
  text-align: center;
  font-size: 5vw;
  margin-bottom: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.top__about__point dd{
  font-size: 16px;
  line-height: 2;
  color:#707070;
  font-weight: bold;
}

@media screen and (min-width:1024px) {

	.top__about__ttl{
		padding: 83px 0;
	}

	.top__about__ttl .txt{
		font-size: 16px;
	}

	.top__about__point{
		display: flex;
		margin-bottom: 116px;
	}

	.top__about__point.reverse{
		flex-direction: row-reverse;
		background-color: #F5F8FF;
		padding: 68px 0;
	}

	.top__about__point > .img{
		width: 52%;
		flex: none;
	}

	.top__about__point.first > .img{
		margin-top:-32px;
	}

	.top__about__point img{
		width: 100%;
		height: 414px;
	}

	.top__about__point .txt{
		margin: 0;
		padding: 116px 80px 0;
		background-color: transparent;
	}

	.top__about__point .ttl{
		margin-bottom: 32px;
		display: flex;
		align-items: center;
	}

	.top__about__point .ttl small{
		display: inline-block;
		font-size: 19px;
		margin-right: 16px;
		margin-bottom: 0px;
	}

	.top__about__point .ttl em.omotenashi{
		font-size: 56px;
		width: 280px;
	}

	.top__about__point dt{
		text-align: left;
		font-size: 30px;
		margin-bottom: 32px;
		line-height: 1.53;
	}

	.top__about__point dt br.sp{
		display: none;
	}

}

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

.top__srInfo{
  background-color: #00267D;
  padding: 40px 0 24px;
}

.top__srInfo__inner  > div{
  margin-bottom: 16px;
}

.top__srInfo__inner img{
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.top__srInfo__inner .txt{
  background-color: #fff;
  padding: 32px 24px;
}

.top__srInfo__inner h3{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.top__srInfo__inner .txt p{
  font-size: 15px;
  line-height: 1.6;
  color:#707070;
  font-weight: bold;
  margin-bottom: 20px;
}

.top__srInfo__inner .txt p:last-child{
  margin-bottom: 0;
}

@media screen and (min-width:1024px) {

	.top__srInfo{
		padding: 100px 0 ;
	}

	.top__srInfo__inner{
		display: flex;
		justify-content: center;
	}

	.top__srInfo__inner  > div{
		margin-bottom: 0px;
		width: 421px;
		margin: 0 10px;
		position: relative;
	}

	.top__srInfo__inner img{
		height: 236px;
	}

	.top__srInfo__inner .txt{
		padding: 40px 40px;
		height: 325px;
	}

	.top__srInfo__inner h3{
		font-size: 32px;
		margin-bottom:32px;
	}

	.top__srInfo__inner .txt p{
		margin-bottom: 20px;
	}

	.top__srInfo__inner .c-blue-btn{
		position: absolute;
		bottom: 24px;
		left: 0;
		right: 0;
		width: 341px;
		margin: auto;
	}

}

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

.top__panorama{
  padding: 100px 0 36px;
}

.top__panorama__txt{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color:#707070;
  font-weight: bold;
  margin-bottom: 22px;
}

.top__panorama img{
  width: 100%;
  margin-bottom: 32px;
}

.top__panorama .c-blue-btn{
  margin-bottom: 24px;
}

@media screen and (min-width:1024px) {

	.top__panorama{
		padding: 110px 0 ;
	}

	.top__panorama__txt{
		font-size: 16px;
		line-height: 1.68;
		margin-bottom: 32px;
	}

	.top__panorama__txt br.sp{
		display: none;
	}

	.top__panorama img{
		width: 344px;
		display: block;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.top__panorama .c-blue-btn{
		margin-bottom: 0px;
	}

	.top__panorama__btn{
		display: flex;
		justify-content: center;
	}

	.top__panorama__btn > p{
		width: 281px;
	}

}

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

.top__flow{
  padding: 58px 0 28px;
  background-color: #F7F7F7;
}

.top__flow__inner .cont{
  background-color: #fff;
  padding: 32px 24px 1px;
  margin-bottom: 40px;
  position: relative;
}

.top__flow__inner .cont::after{
  content:"";
  background: url(../../assets/images/common/icon-arrow-bottom.svg) no-repeat 50% 50% / cover;
  display: block;
  width: 34px;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.top__flow__inner .cont.last::after{
  display: none;
}

.top__flow__inner span{
  background-color: #00267D;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 12px 0;
  color:#fff;
  letter-spacing: .16em;
  padding-left: 0.8em;
}

.top__flow__inner img{
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.top__flow__inner h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.top__flow__inner .txt{
  font-size: 15px;
  font-weight: bold;
  color:#707070;
  line-height: 1.6;
  margin-bottom: 24px;
}

.top__flow__inner .c-blue-btn{
  margin-bottom: 16px;
}

.top__flow__inner .c-blue-btn:last-child{
  margin-bottom: 24px;
}

@media screen and (min-width:1024px) {

	.top__flow{
		padding: 80px 0 97px;
	}

	.top__flow__inner {
		display: flex;
		justify-content: space-between;
	}

	.top__flow__inner > div{
		width: 29%;
		flex: none;
	}

	.top__flow__inner .cont{
		background-color: #fff;
		height: 200px;
		padding: 40px 30px;
		margin-bottom: 0px;
	}

	.top__flow__inner .cont::after{
		bottom: 0px;
		top: 0;
		left: auto;
		right: -60px;
		transform: rotate(-90deg);
	}

	.top__flow__inner img{
		height: 186px;
	}

	.top__flow__inner h3{
		margin-bottom: 24px;
	}

	.top__flow__inner .txt{
		margin-bottom: 16px;
	}

	.top__flow__inner .c-blue-btn{
		margin-bottom: 10px;
	}

	.top__flow__inner .c-blue-btn a{
		font-size: 15px;
		padding: 10px 0;
		max-width: 100%;
	}

	.top__flow__inner .c-blue-btn:last-child{
		margin-bottom: 0px;
	}

}


/* sr
-----------------------------------------*/

.sr__ttl{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #00267D;
	margin-bottom: 20px;
	margin-top: 24px;
}

.sr__ttl small{
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 0.3em;
}

@media screen and (min-width:1024px) {

	.sr__ttl{
		font-size: 42px;
		margin-bottom: 32px;
		margin-top: 32px;
	}

	.sr__ttl small{
		font-size: 16px;
	}

}

.sr__panorama {
	width: 100%;
	height: 224px;
	position: relative;
}

.sr__panorama iframe{
	width: 100%;
	height: 100%;
}

.sr__panorama.act::before{
	content: "";
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: block;
}

.sr-scroll-down{
	display: none;
}



@media screen and (min-width:1024px) {

	.sr__panorama{
	     width: 100%;
	     height: 739px;
       }

		.sr-scroll-down{
			display: block;
			position: absolute;
			z-index: 1000;
			top: 50px;
			left: 60px;
			width: 63px;
			animation: flash 3s ease infinite;
		}

			@keyframes flash {
			  0%,30%,100% {
			    opacity: 1;
			  }

			  50% {
			    opacity: 0.2;
			  }

			  60%{
			  	opacity: 0.2;
			  }
			}

		.sr-scroll-down::before{
			content: "";
			width: 13px;
			height: 13px;
			background-color: #fff;
			border-radius: 50%;
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			top: 35px;
			margin: auto;
			transition: .3s;
			z-index: -1;
		}

		.sr-scroll-down:hover::before{
			top: 80px;
		}

		.sr-scroll-down a{
			display: block;
		}

		.sr-scroll-down a:hover{
			opacity: 1;
		}

		.sr-scroll-down a img{
			width: 100%;
		}

}

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

.sr__com{
	background-color: #FFF5F5;
	border: 1px solid #E64747;
	color: #E64747;
	padding: 20px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 50px;
}

@media screen and (min-width:1024px) {

	.sr__com{
		font-size: 16px;
		line-height: 2;
		padding: 30px 30px;
		margin-bottom: 100px;
		margin-top: 120px;
	}

}

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

.sr__info{
	background-color: #F5F8FF;
	padding: 60px 0 36px;
}

.sr__info___inner__box h3{
	background-color: #00267D;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0;
}

.sr__info___inner__box h3.time::before{
	content: "";
	background: url(../../assets/images/sr/icon-clock.svg) no-repeat 50% 50% / cover;
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 auto 16px;
}

.sr__info___inner__box h3.tel::before{
	content: "";
	background: url(../../assets/images/sr/icon-tel.svg) no-repeat 50% 50% / cover;
	width: 54px;
	height: 59px;
	display: block;
	margin: 0 auto 16px;
}

.sr__info___inner__box h3.access::before{
	content: "";
	background: url(../../assets/images/sr/icon-access.svg) no-repeat 50% 50% / cover;
	width: 56px;
	height: 56px;
	display: block;
	margin: 0 auto 16px;
}

.sr__info___inner__box h3.bill::before{
	content: "";
	background: url(../../assets/images/sr/icon-bill.svg) no-repeat 50% 50% / cover;
	width: 58px;
	height: 63px;
	display: block;
	margin: 0 auto 16px;
}

.sr__info___inner__box .detail{
	background-color: #fff;
	padding: 24px;
	margin-bottom: 16px;
}

.sr__info___inner__box p.time{
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.4;
}

.sr__info___inner__box p.time em{
	font-size: 1.3em;
	font-weight: bold;
}


.sr__info___inner__box .txt{
	font-size: 15px;
	line-height: 1.68;
	margin-bottom: 20px;
}

.sr__info___inner__box .txt:last-child{
	margin-bottom: 0;
}

.sr__info___inner__box dl{
	margin-bottom: 24px;
}

.sr__info___inner__box dt{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.68;
}

.sr__info___inner__box dd a{
	border:3px solid #00267D;
	border-radius:60px;
	color:#00267D;
	font-size: 5.5vw;
	line-height: 1;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}

.sr__info___inner__box dd a:before{
	content: "";
	background: url(../../assets/images/sr/icon-tel02.svg) no-repeat 50% 50% / cover;
	width: 16px;
	height: 24px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -3px;
}

.sr__info___inner__box .c-blue-btn a{
	width: 251px;
	font-size: 15px;
	margin-bottom: 16px;
}

.sr__info___inner__box .c-blue-btn:last-child a{
	margin-bottom: 0;
}

.sr__info___inner__box .com{
	font-size: 14px;
	line-height: 1.7;
	text-indent: -1em;
	margin-left: 1em;
}

.sr__info___inner__box .com a{
	color:#000;
	display: block;
	margin-left: 1em;
}

.sr__info___inner__box dd a small{
	font-size: 0.8em;
}

@media screen and (min-width:767px) {

	.sr__info{
		padding: 60px 0 100px;
	}

	.sr__info___inner{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		max-width: 926px;
		margin: 0 auto;
	}

	.sr__info___inner__box{
		width: 49%;
		background-color: #fff;
		margin-bottom: 16px;
	}

	.sr__info___inner__box h3{
		font-size: 26px;
	}

	.sr__info___inner__box .detail{
		padding: 38px 40px;
		margin-bottom: 4%;
		min-height: 242px;
	}

	.sr__info___inner__box .detail.last{
		min-height: 142px;
	}

	.sr__info___inner__box p.time{
		font-size: 18px;
		margin-bottom: 16px;
	}

	.sr__info___inner__box .txt{
		margin-bottom: 20px;
	}

	.sr__info___inner__box dl{
		margin-bottom: 20px;
	}

	.sr__info___inner__box dt{
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.68;
	}

	.sr__info___inner__box dd a{
		border:0;
		color:#1A1A1A;
		font-size: 26px;
		text-align: left;
		padding: 0;
		width: 100%;
	}

	.sr__info___inner__box dd a small{
	font-size: 0.6em;
}

	.sr__info___inner__box dd a:before{
		display: none;
	}

	.sr__info___inner__box .com{
		font-size: 13px;
	}

}

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

.sr__contact{
	padding: 60px 0;
}

.sr__contact__txt{
	text-align: center;
	font-size: 4.5vw;
	line-height: 1.68;
	color:#707070;
	font-weight: bold;
	margin-bottom: 32px;
}

.sr__contact a{
  background-color: #FA9A00;
  border-radius: 80px;
  padding: 19px 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 3px 16px -9px rgba(0,0,0,0.6);
  display: block;
}

.sr__contact a::after{
  content:"";
  background: url(../../assets/images/sr/icon-arrow-w.svg) no-repeat 50% 50% / cover;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  margin-bottom: -3px;
}

/* @media screen and (min-width:1024px) {

	.sr__contact{
		padding: 110px 0;
	}

	.sr__contact__txt{
		font-size:18px;
		margin-bottom: 32px;
	}

	.sr__contact__txt br.sp{
		display: none;
	}

	.sr__contact a{
		width: 409px;
		font-size: 24px;
	}

} */

@media screen and (min-width:700px) {

	.sr__contact__txt br.sp{
		display: none;
	}

}

@media screen and (min-width:400px) {

	.sr__contact{
		padding: 110px 0;
	}

	.sr__contact__txt{
		font-size:18px;
		margin-bottom: 32px;
	}

	.sr__contact a{
		width: 409px;
		font-size: 24px;
	}

}

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

.sr__maincopy{
	font-size: 18px;
	line-height: 2.1;
	margin-top: 40px;
}

.sr__maincopy br{
	display: none;
}

.sr__maincopy span{
	font-weight: bold;
}

@media screen and (min-width:1024px) {

	.sr__maincopy{
		font-size: 18px;
		line-height: 2.1;
		width: 670px;
		margin: 50px auto 0;
	}

	.sr__maincopy br{
		display: block;
	}

}




/* sr
-----------------------------------------*/
.sr__popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.sr__popup.is-show {
  opacity: 1;
  visibility: visible;
}

.sr__popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 700px;
  padding: 5%;
  background-color: #fff;
  z-index: 2;
  border: 5px solid #E5ECFD;
  text-align: center;
}

.sr__popup-inner img {
  max-width: 100%;
}

.sr__close-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.sr__close-btn img {
  width: 20px;
  height: 20px;
}
.sr__black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

@media screen and (min-width:1024px) {

	.sr__popup-inner {
		width: 90%;
		max-width: 578px;
		padding: 50px;
		border: 11px solid #E5ECFD;
	}

.sr__close-btn {
  right: 20px;
  top: 30px;
}

	.sr__close-btn img {
		width: 30px;
		height: 30px;
	}

}

@media screen and (max-height:900px) and (min-width:769px) {

	.sr__popup-inner {
		width: 40%;
		max-width: auto;
		max-height: 80vh;
		padding: 10px;
		border: 6px solid #E5ECFD;
	}

	.sr__popup-inner img {
       max-height: 80vh;
    }

}


/* 見学予約
-----------------------------------------*/

.request__ttl{
	font-size: 32px;
	line-height: 1.18;
	color: #00267D;
	font-weight: 700;
	margin-top: 32px;
	text-align: center;
	margin-bottom: 21px;
}

.request__ttl em{
	display: block;
	font-weight: 700;
	margin-top: 24px;
}

.request__ttl em span{
	border-bottom: 4px solid #00267D;
	padding-bottom: 3px;
}

.request__maintxt{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 32px;
}

.request__maintxt__umeda{
	margin-bottom: 60px;
}

.request__secttl{
	border-left: 2px solid #00267D;
	font-size: 20px;
	font-weight: 700;
	padding-left: 14px;
	margin-bottom: 24px;
}

@media screen and (min-width:1024px) {

	.request__ttl{
		font-size: 42px;
		margin-top: 60px;
		margin-bottom: 32px;
	}

	.request__ttl br{
		display: none;
	}

	.request__maintxt{
		margin-bottom: 40px;
		max-width: 900px;
	}

	.request__maintxt__umeda{
		margin-bottom: 100px;
	}

	.request__secttl{
		border-left: 4px solid #00267D;
		font-size: 24px;
		height: 23px;
		padding-top: 5px;
	}

	.request__maintxt{
		font-size: 18px;
	}

}

/*-------------------------------*/
.request__place{
	margin-bottom: 40px;
	margin-top: -80px;
	max-width: 820px;

}

.request__place__items {
	display: flex;
	justify-content: space-between;
}

.request__place input[type="radio"]{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: -2px;
	position: relative;
}
.request__place input{
	border: 1px solid #CBCBCB;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.77;
	background-color: #FAFAFA;
	width: 100%;
	padding: 3px 5px;
}

.request__place input[type="radio"]:checked::after{
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	background-color: #00267D;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 5px;
}

.request__place label{
	font-size: 20px;
	font-weight: bold;
	padding: 18px 0;
	color: #707070;
}
.request__place__items {
	display: flex;
}
.request__place label.act{
	color:#00267D
}


@media screen and (max-width: 767px) {
	.request__place__items{
		flex-direction: column;
		margin: 20px 0;
	}

}

@media screen and (min-width: 768px) {
	.request__place{
		margin-bottom: 40px;
	}
	.request__place__items {
		justify-content: space-around;
	}
}

@media screen and (min-width:1024px) {

	.request__place__items {
		justify-content: space-between;
	}
}
/*-------------------------------*/

.request__cal {
	margin-bottom: 40px;
	opacity: 0;
	transition: .2s;
	transform: translateY(-10px);
	height: 0;
}

.request__cal.act{
	opacity: 1;
	transform: translateY(0px);
	height:auto;
}

.request__cal__txt{
	text-align: center;
	color: #707070;
	font-size: 16px;
	line-height: 1.68;
	font-weight: 700;
	margin-bottom: 13px;
}

.request__cal .cal{
	margin-bottom: 20px;
}

.request__cal table{
	width: 100%;
}

.request__cal th{
	background-color: #EBEBEB;
	font-size: 19px;
	padding: 10px 0;
	font-weight: bold;
}

.request__cal th:first-child,
.request__cal th:last-child{
	background-color: #FFBFBF;
}

.request__cal td{
	background-color: #F2F2F2;
	font-size: 19px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

.request__cal td.act{
	background-color: #C72B2B;
	color: #fff;
}

.request__cal td:first-child,
.request__cal td:last-child,
.request__cal td.holiday{
	background-color: #FFF2F2;
}

.request__cal td:first-child.act,
.request__cal td:last-child.act{
	background-color: #C72B2B;
}

.request__cal td .noDay{
	color: #aaa;
}

.request__cal .month{
   background-color: #707070;
   text-align: center;
   color: #fff;
   font-size: 22px;
   font-weight: 700;
   padding: 10px 0;
}


@media screen and (min-width:1024px) {
	.request__cal {
		position: relative;
		max-width: 820px;
		margin-bottom: 40px;
	}

	.request__cal__inner{
		display: flex;
		justify-content: center;
	}

	.request__cal__inner > div{
		width: 338px;
		margin: 0 12px;
	}

	.request__cal__txt{
		position: relative;
		top: -51px;
		left: 140px;
		text-align: left;
		margin-bottom: 0px;
	}

	.request__cal__txt br{
		display: none;
	}

	.request__cal .cal{
		margin-bottom: 0px;
	}

	.request__cal .month{
		font-size: 20px;
		padding: 12px 0;
	}

}

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


.request__time{
	margin-bottom: 16px;
	opacity: 0;
	transition: .2s;
	transform: translateY(-10px);
	height: 0;
}

.request__time.act{
	opacity: 1;
	transform: translateY(0px);
	height:auto;
}

.request__time table{
	width: 100%;
	text-align: center;
	border: 1px solid #C7C7C7;
	table-layout: fixed;
}

.request__time th{
	background-color: #00267D;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 10px 0;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

.request__time td{
	font-size: 30px;
	padding: 20px 0;
	border-right: 1px solid #C7C7C7;
}

.request__time td.maru{
	cursor: pointer;
}

.request__time td.maru{
	background-color: #FFF5F5;
	color: #C72B2B;
}

@media screen and (min-width:1024px) {

	.request__time{
		margin-bottom: 24px;
		max-width: 820px;
	}

	.request__time th{
		font-size: 22px;
	}

}

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


.request__result{
	border: 1px solid #C7C7C7;
	position: relative;
	margin-top: 60px;
	opacity: 0;
	transition: .2s;
	height: 0;
	transform: translateY(-10px);
}

.request__result.act{
	opacity: 1;
	height: auto;
	transform: translateY(0px);
}

.request__result::before{
	content: "";
	position: absolute;
	margin: 16px auto;
	top: -44px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 47.5px 0 47.5px;
    border-color: #D8D8D8 transparent transparent transparent;
}

.request__result h3{
	background-color: #00267D;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 16px;
}

.request__result p{
	color: #C72B2B;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}

.request__result ul{
	margin: 16px 16px 16px 32px;
	text-indent: -1em;
}

.request__result ul li{
	margin-bottom: 7px;
}

@media screen and (min-width:1024px) {

	.request__result{
		max-width: 820px;
		display: flex;
	}

	.request__result > div{
		padding: 24px;
	}

	.request__result h3{
		text-align: center;
		padding: 10px 0;
		width: 214px;
		text-align: center;
		display: flex;
		flex: none;
		align-items: center;
		justify-content: center;
		margin-bottom: 0px;
	}

	.request__result p{
		font-size: 24px;
		text-align: left;
	}

	.request__result p br{
		display: none;
	}

	.request__result ul{
		margin: 8px 16px 0px 0px;
		margin-left: 1em;
		font-size: 14px;
	}

}


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


.request__form dt{
	background-color: #858EA0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 8px 16px;
	margin-bottom: 16px;
	position: relative;
	line-height: 1.4;
}

.request__form dt span{
	background-color: #AD0026;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: bold;
	position: absolute;
	right: 16px;
	top: 7px;
}


.request__form dt.trigger br.pc{
	display: none;
}

.request__form dt span.ninni{
	background-color: #7C7C7C;
}

.request__form dd{
	font-size: 16px;
	font-weight: bold;
}

.request__form dd.column{
	display: flex;
	flex-wrap: wrap;
}

.request__form dd > label{
	margin-right: 16px;
	margin-bottom: 16px;
	min-width: 33%;
	display: flex;
	align-items: center;
}

.request__form dd > label.column__other{
	width: 100%;
}

.request__form dd > label.column__other span{
	width: 100px;
}

.request__form dd > label.column__other input[type="text"]{
	padding: 5px 8px;
	font-size: 14px;
	margin-top: 8px;
}

.request__form dl{
	margin-bottom: 24px;
}

.request__form input::placeholder {
  color: #7C7C7C;
}

/* IE */
.request__form input:-ms-input-placeholder {
  color: #7C7C7C;
}

/* Edge */
.request__form input::-ms-input-placeholder {
  color: #7C7C7C;
}

.request__form input,
.request__form textarea{
	border: 1px solid #CBCBCB;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.77;
	background-color: #FAFAFA;
	width: 100%;
	padding: 3px 5px;
}

.request__form .errorFrame {
	border-color: #AD0026;
	border-width: 2px;
}

.request__form select{
	border: 1px solid #CBCBCB;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.77;
	background-color: #FAFAFA;
	width: 60%;
	max-width: 100px;
	padding: 3px 5px;
	background: url(../../assets/images/common/select-arrow.svg) #FAFAFA no-repeat 90% 50% / 16px 9px;
	font-size: 15px;
}

.request__form input[type="radio"]{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: -2px;
	position: relative;
}

.request__form input[type="radio"]:checked::after{
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 5px;
}

.request__form input[type="checkbox"]{
	width: 24px;
	height: 24px;
	border-radius: 4px;
	margin-right: 8px;
	position: relative;
}

.request__form input[type="checkbox"]:checked::after{
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background-color: #000;
	position: absolute;
	left: 6px;
	top: 6px;
}




@media screen and (min-width: 768px) {
	.request__form__submit__button__wrap {
		display: flex!important;
		flex-flow: row-reverse;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-around;
		margin-top: 0!important;
	}
	.request__form input[type="submit"],.request__form input[type="button"]{
			width: 317px!important;
	}
}
.request__form__submit__button__wrap {
	margin-top: 60px;
}

.request__form input[type="submit"],.request__form input[type="button"]{
	background: url(../../assets/images/sr/icon-arrow-w.svg) #FA9A00 no-repeat 90% 50% / 21px 21px;
    border-radius: 80px;
    padding: 19px 53px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 3px 16px -9px rgba(0,0,0,0.6);
		margin-bottom: 50px;
		width: 100%;
}
.request__form .request__form__back {
	background: url(../../assets/images/sr/icon-arrow-back-w.svg) #6E6E6E no-repeat calc(10% + 21px) 50% / 21px 21px!important;
  background-color: #6E6E6E!important;
}

.rotate90 {
	transform:rotateZ(90deg);

}

.request__form textarea{
	height: 70px;
}

.request__form input.small{
	width: 24%;
	margin-right: 5px;
}

.request__form input.medium{
	width: 31%;
	margin-right: 5px;
}

.request__form .com{
	font-size: 15px;
	color: #7C7C7C;
	font-weight: bold;
	width: 100%;
	margin-top: 8px;
	line-height: 1.5;
}

.request__form .ttl{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 16px;
	line-height: 1.3;
	width: 100%;
}

.request__form .name{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.request__form .name > div{
	width: 48%;
}

.request__form .name > div > span{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

.request__form__agree{
	font-size: 17px;
	text-align: center;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 40px;
}

.request__form__agree a{
	display: block;
	text-decoration: underline;
	color: #00267D;
}

.request__form__agree label{
	font-size: 16px;
}

@media screen and (min-width:1024px) {

	.request__form{
		max-width: 820px;
	}

	.request__form dt{
		background-color: #fff;
		color: #1A1A1A;
		font-size: 16px;
		font-weight: bold;
		padding: 8px 0px;
		margin-bottom: 0px;
		width: 241px;
		flex: none;
		margin-right: 24px;
	}

	.request__form dt.trigger br.pc{
		display: block;
	}

	.request__form dt span{
		right: 0px;
		top: 7px;
		color: #fff;
	}

	.request__form dd{
		font-size: 16px;
		font-weight: bold;
		width: 100%;
	}

	.request__form dd.mt{
		margin-top: 0px;
		margin-bottom: -12px;
	}

	.request__form dd > label{
		min-width: 30%;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.request__form dd > label.column__other{
		width: 100%;
		flex-wrap: nowrap;
	}

	.request__form dd > label.column__other span{
		width: 100px;
	}

	.request__form dd > label.column__other input[type="text"]{
		padding: 5px 8px;
		font-size: 15px;
		margin-top: 0px;
		width: 100%;
	}

	.request__form dl{
		margin-bottom: 16px;
		display: flex;
		border-bottom: 1px solid #C3C3C3;
		padding-bottom: 16px;
	}

	.request__form textarea{
		height: 70px;
	}

	.request__form input[type="submit"],.request__form input[type="button"]{
		background: url(../../assets/images/sr/icon-arrow-w.svg) #FA9A00 no-repeat 87% 50% / 21px 21px;
	    width: 317px;
	}

	.request__form .request__form__back {
		background: url(../../assets/images/sr/icon-arrow-back-w.svg) #6E6E6E no-repeat calc(13% + 21px) 50% / 21px 21px!important;
		background-color: #6E6E6E!important;
	}
	

	.request__form__submit {
		text-align: center;
	}

	.request__form input.small{
		width: 18%;
	}

	.request__form input.medium{
		width: 24%;
	}

	.request__form .com{
		font-size: 13px;
	}

	.request__form .name{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.request__form .name > div{
		width: 40%;
		margin-right: 16px;
	}

	.request__form__agree{
		margin-bottom: 64px;
		margin-top: 64px;
	}

}



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


.request_tab__radio{
	display:none;
}
.request__tab_area{
	font-size:0;
	margin:0 10px;
	display: flex;
}

.request__tab_area label{
	width:50%;
	display:inline-block;
	padding:12px 0;
	color:#707070;
	text-align:center;
	font-size:16px;
	font-weight: 700;
	cursor:pointer;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.request__tab_area label:last-child{
	border-right: 0;
}

.request__tab_area label:hover{
}

.panel_area{
	background:#fff;
}

.tab_panel{
	width:100%;
	padding:80px 0;
	display:none;
}

.tab_panel_selectLO {
}

.request__panel_area {
	min-height: 60vh;
}

#tab1:checked ~ .request__tab_area .tab1_label{
	color:#00267D;
	border-top: 1px solid #707070;
	border-bottom:0;
	padding:11px 0 12px;
}

/* #tab1:checked ~ .request__panel_area #panel1{
	display:block;
	animation: fadeIn .5s ease 0s 1 normal;
} */

#tab2:checked ~ .request__tab_area .tab2_label{
	color:#00267D;
	border-top: 1px solid #707070;
	border-bottom:0;
	padding:11px 0 12px;
}

/* #tab2:checked ~ .request__panel_area #panel2{
	display:block;
	animation: fadeIn .5s ease 0s 1 normal;
} */


@keyframes fadeIn {
    0% {opacity: 0;transform: translateY(-20px);}
    100% {opacity: 1;transform: translateY(0px);}
}

@media screen and (min-width:1024px) {


	.request__tab_area{
		margin:0 auto;
		max-width: 967px;
	}

	.request__tab_area label{
		padding:24px 0;
		font-size:26px;
		margin-bottom: 100px;
	}

	 
	#tab1:checked ~ .request__tab_area .tab1_label{
		color:#00267D;
		border-top: 1px solid #707070;
		border-bottom:0;
		padding:23px 0 24px;
	}


	/* #tab1:checked ~ .request__panel_area #panel1{
		display:block;
	} */

	#tab2:checked ~ .request__tab_area .tab2_label{
		color:#00267D;
		border-top: 1px solid #707070;
		border-bottom:0;
		padding:23px 0 24px;
	}

	/* #tab2:checked ~ .request__panel_area #panel2{
		display:block;
	} */

}

/*---------------error----------------*/


.request__form__error{
	border: 2px solid #AD0026;
	color: #AD0026;
	font-size: 17px;
	padding: 20px;
	margin-top: 0px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.7;
	opacity: 0;
	height: 0;
}

.request__form__error.act{
	opacity: 1;
	height: auto;
	margin-top: 20px;
}



/*-------------request__info------------------*/

.request__info{
	background-color: #00267D;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 32px;
	opacity: 1;
	transition: .5s;
	position: relative;
	animation: gradation 1.4s infinite;
}
@media screen and (min-width:1024px) {
	.request__info{
		width: 820px;
	}
}
@keyframes gradation {
0% { background-color: #00267D; }
50% { background-color: #00567D; }
100% { background-color: #00266D; }
}

.request__info.hide{
	opacity: 0;
	margin-bottom: -60px;
}


/* 見学予約 確認画面
-----------------------------------------*/

.request__form__confirm .name > div > span{
	margin-bottom: 0;
}

.request__form__confirm dl dd{
  	line-height: 1.4;
}

@media screen and (min-width:1024px) {
  .request__maintxt_confirm{
		max-width: 820px;
  }

  .request__form__confirm .ttl{
  	margin-top: 32px;
  }

  .request__form__confirm .request__form__submit{
  	margin-top: 100px;
	}

  .request__form__confirm dl{
    display: flex;
  }

  .request__form__confirm dt{
  	padding: 0;
  }

  .request__form__confirm .name{
  	align-items: center;
  }

  .request__form__confirm .name > div > span{
	margin-bottom: 0;
  }
}

/* 見学予約 完了画面
-----------------------------------------*/
.request__maintxt_complete{
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-top: 40px;
}

.request__complete__mes{
	font-size: 16px;
	line-height: 1.87;
	margin-bottom: 70px;
}

.request__complete__mes p{
	margin-bottom: 32px;
}

.request__complete__info{
	background: #F5F8FF;
	text-align: center;
	padding: 32px 0 40px;
	margin-bottom: 80px;
}

.request__complete__info h2{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 32px;
}

.request__complete__info dt{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 32px;
}

.request__complete__info dt span{
	font-size: 0.56em;
}

.request__complete__info dd{
	font-size: 19px;
}

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

	.request__complete__info h2{
		font-size: 22px;
		margin-bottom: 18px;
	}

	.request__complete__info dt{
		font-size: 28px;
		margin-bottom: 13px;
	}

	.request__complete__info dd{
		font-size: 16px;
	}
	
}


.request__complete__btn a{
  background-color: #FA9A00;
  border-radius: 80px;
  padding: 19px 0;
  text-align: center;
  width: 317px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 3px 16px -9px rgba(0,0,0,0.6);
  display: block;
  margin-bottom: 80px;
}

.request__complete__btn a::after{
  content:"";
  background: url(../../assets/images/sr/icon-arrow-w.svg) no-repeat 50% 50% / cover;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  margin-bottom: -3px;
}

@media screen and (min-width:1024px) {

	.request__maintxt_complete{
		font-size: 33px;
	}

	.request__complete__mes{
		font-size: 18px;
		line-height: 2.1;
		max-width: 957px;
		margin: 0 auto 100px;
	}

	.request__complete__mes .wrap{
		width: 100%;
	}

	.request__complete__info{
		margin-bottom: 80px;
		max-width: 957px;
		margin: 0 auto 60px;
	}

	.request__complete__info dd{
		font-size: 21px;
	}
		
}


/* 追記 */

.form_varidation_error {
	color: #AD0026;
	margin-top: 10px;
}


.opacity05 {
	opacity: 0.5;
}
.request__form__submit {
	text-align: center;
}

.word-break{
	word-break: break-all;
}



/*-------------------------------*/
 
.sr__link{
	max-width: 1190px;
    margin: auto;
}

/*
.sr__link a img{
display: block;
margin: auto;
width: 100%;
max-width: 560px;
box-shadow: 4px 4px #CCC;
} */



/* @media screen and (min-width:1024px) {

	.sr__link{
		padding: 0 0 110px 0;
	}

	.sr__link a img{
		width: 95%;
		display: block;
		margin: auto;
		max-width: 560px;
	}

} */


/* --------add210215------------ */
.sr__topimg{
	width: 100%;
	max-height: 760px;
	overflow: hidden;
	position: relative;
	max-width: 1400px;
    margin: auto;
}

.sr__topimg img{
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: auto;
	height: auto; 
	position: relative;  
  }
  .sr__topimg__btn{
  position: absolute;
  top: 468px;
  right: 10%;
  display: block;
  border: 2px solid #FFF;
  background:rgba(55, 60, 195, 0.612);
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  width: 459px;
  box-shadow: 6px 6px rgba(20, 18, 43, 0.502);
  line-height: 1.6;
  padding: 1.4em;
}
.sr__topimg a::after {
    content: "";
    background: url(../../assets/images/sr/icon-arrow-w.svg) no-repeat 50% 50% / cover;
    display: inline-block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 82%;
    top: 62%;
	margin: auto;
}
.sr__topimg a.sr__topimg__btn:hover{
	color: #FFF;
	/* opacity: 0.6; */
	box-shadow: none;
	transform: translateX(6px);
	transform: translateY(6px);
}



@media screen and (min-width:1494px) {
	.sr__topimg__btn{
		/* margin-right: 13vw; */
	}
}


@media screen and (max-width:1240px) {
.sr__topimg__btn{
	right: 4%;
	top: 58%;
}
}
@media screen and (max-width:1023px) {
	.sr__topimg__btn{
		font-size: 28px;
	}
}
@media screen and (max-width:984px) {
.sr__topimg__btn{
		top: 50%;
}
}
@media screen and (max-width:744px) {
	.sr__topimg__btn{
		top: 47%;
		font-size: 22px;
	    width: 330px;
}
.sr__topimg a::after {
	width: 32px;
	height:32px;
}
}
@media screen and (max-width:600px) {
	.sr__topimg__btn{
		width: 90%;
		display: block;
		left: 0;
		right: 0;
		height: 90%;
		bottom: 0;
		top: 0%;
		background: #373bc342;
		border: 2px solid #FFF;
		margin: auto;
		top: 0;
		padding: 1em;
		font-size: 4.2vw;
}
}
@media screen and (max-width:600px) {
	.sr__topimg a::after {
		content: "";
		background: url(../../assets/images/sr/icon-arrow-w.svg) no-repeat 50% 50% / cover;
		display: inline-block;
		width: 28px;
		height:28px;
		position: absolute;
		left: 85%;
		top: 74%;
		margin: auto;
	}
}


/* ----------banner----------- */
.mv__cont{
	display: block;
    width: 500px;
    margin: auto;
	border: 2px solid #CCC;
    box-shadow: 6px 6px #CCC;
    padding: 2em;
	margin-bottom: 8em;
	border-radius:5px;
}
.mv__cont:hover{
	/* opacity: 0.6; */
	box-shadow: none;
	transform: translateX(6px);
	transform: translateY(6px);
}
.mv__cont_ttl {
	width: 100%;
	height: auto;
	margin: 1em auto;
	line-height: 1.2;
	order: 2;
	font-size: 32px;
	text-align: center;
	color: #000;
  }
  .mv__cont_img{
	width: 100%;
	height: auto;
  }
  .mv__cont_sub {
	display: block;
	padding: .6em 1em;
	border-radius: 100px;
	box-sizing: border-box;
	background: #5AA5A0;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	order: 1;
	line-height: 1.6;
  }
  .mv__cont_copy {
	text-align: left;
	line-height: 2;
	font-feature-settings: 'palt';
	font-size: 1.6em;
	order: 3;
	color: #000;
  }
  .mv__cont_sub .sp_block{
	  display: none;
  }


  
  @media only screen and (max-width: 768px) {
	.mv__cont_copy {
	  font-feature-settings: auto;
	}
  }

  @media only screen and (max-width: 506px) {
	.mv__cont{
		width: 90%;
		padding: 1em;
	
	}
	.mv__cont_sub .sp_block{
		display: block;
	}
	.mv__cont_copy .pc{
	display: none;  
	}
}


.request__place__items label span {
	display: block;
	font-size:12px;
	padding-left:30px;
	margin-top:10px;
}

.request__maintxt__alert {
	font-size:14px;
}
.request__maintxt__alert__red {
	text-align:center;
	display:block;
	color:red;
	font-weight: bold;
	font-size: 180%;
}

.individual_place_label1, .individual_place_label2 {
	font-size: 20px;
	font-weight: bold;
	color: #707070;
	line-height:150%;
}
@media only screen and (max-width: 768px) {
	.individual_place_label2 {
		display: block;
		margin-left: 30px;
	}
}