@charset "utf-8";

/*===============================
 Base
===============================*/
html {
	height: 100%;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		overflow-x: hidden;
	}
}

/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 95px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	left: 0;
	top: 0;
}
.header_inner {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2.5% 0;
	width: 100%;
	/* margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex; */
}
.header_lg {
	margin-top: 30px;
	width: 60px;
	height: 150px;
	position: absolute;
	left: 40px;
	top: 0;
}
.header_lg {
	display: block;
	max-width: 200px;
	width: 40%;
	height: 80px;
	background: url("../img/h1-logo.png") 0 0 / 100% auto no-repeat;
	text-indent: -9999px;
	/* cursor: pointer; */
}
.cp_kinen{
	width: 220px;
	position: fixed;
	top: 60%;
	left: 0;
}
.page-top {
	width: 15%;
	margin: 0 ;
	padding: 0 ;
	position: fixed;
	top: 60%;
	left: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and (min-width: 769px) {
	.sp {display:none;}
	#colorbox .yoyaku_btn a {
  		padding: 0.5rem 1rem!important;
	}
    #cboxPrevious{position:absolute; bottom:60px; left:0px; background:url("../img/prev.gif") no-repeat 0 0; width:70px; height:70px;background-size: 70px;}
    #cboxNext{position:absolute; bottom:60px; right:0px; background:url("../img/next.gif") no-repeat 0 0; width:70px; height:70px;background-size: 70px;}
    #cboxClose{
        background-size: 43px;
    }
	
}
@media screen and (max-width: 768px) {
	.pc {display:none;}
	
    #colorbox .yoyaku_btn {
      width:55%;
        margin:40px auto 0;

    }
    #colorbox .yoyaku_btn a {
      padding: 1rem;
    }
    #cboxPrevious{position:absolute; bottom:60px; left:0px; background:url("../img/prev.gif") no-repeat 0 0; width:50px; height:50px;background-size: 50px;}
    #cboxNext{position:absolute; bottom:60px; right:0px; background:url("../img/next.gif") no-repeat 0 0; width:50px; height:50px;background-size: 50px;}
    #cboxClose{
        position: absolute;
        bottom: -10px;
        right: 0;
        background: url("../img/close2.gif") no-repeat 0 0;
        background-size: auto;
        width: 150px;
        height: 50px;
        left: 0;
        margin: auto;
        background-size: 150px;
    }
}

@media screen and (max-width: 768px) {
	.header {
		height: 45px;
		z-index: 1;
	}
	.header_inner {
		padding: 0 3.4375%;
	}
	.header_lg {
		margin-top: 15px;
		width: 70%;
		position: absolute;
		left: 20px;
		top: 0;
	}
	.header_lg {
		width: 50%;
		max-width: 70%;
		height: 70px;
		background: url(../img/h1-logo.png) left top / 80% auto no-repeat;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.page-top {
		display: none !important;
	}
}

/*===============================
 Key visual 
===============================*/
.kv {
	position: relative;
	width: 100%;
	padding-top: calc(80VH + 160px);
}
.kv_catch {
	position: absolute;
	  top: 100px;
    left: calc(50% - 365px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: 730px;
    height: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_banner {
	position: absolute;
	  bottom: 160px;
    left: calc(50% - 320px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: 640px;
    height: auto;
}
.kv_banner p{
    line-height: 55px;
	font-size:34px;
	color:#fff;
	font-weight:bold;
        text-shadow: 
            black 2px 0px 2px, black -2px 0px 2px,
            black 0px -2px 2px, black -2px 0px 2px,
            black 2px 2px 2px, black -2px 2px 2px,
            black 2px -2px 2px, black -2px -2px 2px,
            black 1px 2px 2px, black -1px 2px 2px,
            black 1px -2px 2px, black -1px -2px 2px,
            black 2px 1px 2px, black -2px 1px 2px,
            black 2px -1px 2px, black -2px -1px 2px,
            black 1px 1px 2px, black -1px 1px 2px,
            black 1px -1px 2px, black -1px -1px 2px;
}
.kv_banner img {
	width: 100%;
	height: auto;
}
.kv_cam {
	left: 23.04%;
	bottom: 81.53%;
	width: 64.36%;
}

@media screen and (max-width: 768px) {
	.kv {
        position: relative;
	}
	.kv_catch {
		position: absolute;
		top: 58VW;
    	width: 90%;
		left: 5%;
	}
	
    .kv_banner {
        position: absolute;
        bottom: 160px;
        left: 0;
        width: 100%;
    }
    .kv_banner p{
		font-size: 2.1rem;
    }
}


/*===============================
 Campaign
===============================*/
.camp {
	background-color: #efefef;
	/* background: url("../img/back.jpg") center top / auto repeat; */
}
.camp_w {
	background-color: #fff!important;
}
.camp_inner {
	padding: 0 5.58% 90px;
	margin: 0 auto;
	display: block;
}
.cp_tit {
	background-color: #319C9F;
	padding: 2rem;
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 5rem;
	color: #fff;
}
.camp_img img {
    width: 100%;
    height: auto;
}
.mab20 {
    margin-bottom: 20px;
}
.mab60 {
    margin-bottom: 20px;
}
.conf{
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
    .camp_inner {
        width: 1200px;
    }
    .camp_inner .switch {
        width: 640px;
        margin: 0 auto 150px;
        display: block;
        height: 178px;
    }
	
	.course_title {
		text-align: center;
		padding:35px 0 75px;
	}
	/*index__list*/
	.index__list  {
		display: block;
        position:relative;
        margin: 0 auto 60px;
		height:343px;
		width:1200px;
	}
	.index__list > img.text__course {
        position:absolute;
        top:0px;
        left:0px;
	}
	.index__list ul  {
		width:1140px;
        position:absolute;
        top:23px;
        right:0px;
        padding:55px 65px 35px;
        background:url("../image/illust02.png") right 30px bottom 10px no-repeat;
        background-color: #fff;
	}
	.index__list ul li {
        padding-left:42px;
		line-height:40px;
	}
	
	#index01 {
		height:343px;
	}
	#index01.index__list ul {
        top:68px;
	}
	#index01.index__list > img.text__course {
        top:45px;
		z-index: 1;
	}
	#index02.index__list ul  {
        left:0px;
        padding:85px 30px 85px 250px;
        background-color: #fff;
	}
	#index02.index__list > img.text__course {
        left:935px;
		z-index: 1;
	}
	.course__text p small{
		font-size:16px;
	}
	
	.menu {
	}
	.menu .inner {
		width:1300px;
		padding:50px 0;
        background:url("../img/2410/menu_header2.png") left top 30px no-repeat;
	}
	.menu ul{
		width:1200px;
		height:120px;
		margin:35px auto 0px;
	}
	.menu ul li{
		float:left;
		width:350px;
		margin-right:65px;
	}
	.menu ul li:last-child{
		margin-right:0px;
	}
	
	#course {
		padding:60px 0;
	}
	#course h2 {
		font-size:30px;
		padding: 0 0.25em 0;
	}
	#course h2 small {
		font-size:24px;
	}
	#course h2 + p{
		font-size:16px;
		margin-top: 70px;
	}
	#course01::before,
	#course02::before,
	#course03::before {
		margin-left:calc(50VW - 600px);
	}
	.course__body {
        position:relative;
		width:100%;
		height:450px;
		margin:0 auto 74px;
	}
	.course__body > img.photo {
        position:absolute;
        bottom:0px;
        right:0px;
		z-index: 1;
		width:1100px;
	}
	.course__body img.illust {
		display: block;
		width: 154px;
		margin:0 0 18px 0;
	}
	.course__body > .course__text{
        box-sizing:border-box;/*ボーダー内側*/
        position:absolute;
        left:calc(50VW - 600px);
        bottom:40px;
		width:640px;
		height:370px;
		padding:60px 50px 0px 50px;
		font-size:18px;
		line-height:34px;
		z-index: 2;
        background-color: rgba(255,255,255,0.9);/*白50%*/
	}
	.course__body .course__text2{
		font-size: 16px;
    	margin-bottom:25px;
	}
	.course__body > .course__btn{
	}
	
	.course__text .yellow{
		font-size:120px;
	}
	/*index__list*/

}

@media screen and (max-width: 768px) {
.camp {
	height: 35VW;
	padding: 0px 5.35% 0px;
	background-color: #efefef;
}
.camp_inner {
	padding: 0 5.58% 0px;
}
.camp h2{
font-size: 2.6rem;
margin: 0 auto 20px;
}
.cp_tit {
	background-color: #319C9F;
	padding: 2rem .5rem;
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	color: #fff;
}
	
	
	
    #course {
        padding: 5VW 0;
		margin-top: -3VW;
    }
	
	.course_title {
		text-align: center;
		padding:35px 4%;
	}
	.course_title img{
		width:100%;
	}
	
	/*index__list*/
	.index__list  {
		display: block;
        margin: 0 auto 60px;
		width:100%;
	}
	.index__list > div > img.text__course {
		margin:0 0 -5VW 2%;
	}
	.index__list ul  {
		width:92%;
        margin: 0 auto 0;
        padding:55px 5% 50VW;
        background:url("../image/illust02.png") center bottom -7VW no-repeat;
		background-size: 50%;
        background-color: #fff;
	}
	#index02.index__list ul  {
        background:url("../image/illust03.png") center bottom -7VW no-repeat;
		background-size: 50%;
        background-color: #fff;
	}
	.index__list ul li {
        padding-left:42px;
		line-height:1.75em;
		margin-bottom:15px;
	}
	
	#course h2 {
		font-size:20px;
		line-height:1.25em;
		padding:5VW 0;
	}
	.course__text .yellow{
		font-size:120px;
	}
	
	.three__course .course__body {
		margin:5VW auto 10VW;
	}
	.three__course .course__body > .course__text{
        bottom:0px;
        right:0px;
		width:92%;
		margin: 0 2% 0 6%;
		padding:10VW 5% 10VW;
		font-size:16px;
		line-height:1.6em;
		margin-top: -5VW;
	}
	.three__course .course__body .course__text2{
		padding: 0VW 2% 5VW 0;
  		text-align: left;
		font-size:14px;
		line-height:1.25em;
	}
	.three__course .course__body .photo {
        width:94%;
		margin-left:2%;
		margin-right:4%;
		height:auto;
	}
	.three__course .course__body > .course__text p small{
		font-size:10px;
	}
	#course h2 {
		font-size:14px;
		line-height:1.5em;
		  margin-bottom: 1.5em;
	}
	#course .course__body p{
		font-size:14px;
	}
	/*index__list*/
}
/*==================================================
ふわっ
===================================*/

.box{
	opacity: 0;
  }

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	/* アニメーションスタートの遅延時間を決めるCSS*/
	.delay-time02{
	animation-delay: 0.2s;
	}
	
	.delay-time04{
	animation-delay: 0.4s;
	}

	.delay-time04{
	animation-delay: 0.6s;
	}
	
	.fadein {
	  opacity: 0;
	  -webkit-transform: translateY(50px);
		  -ms-transform: translateY(50px);
			  transform: translateY(50px);
	  -webkit-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	}
@media screen and (max-width: 768px) {
	.fadein {
		opacity: 1;
		transform: none;
		transition: none;
		}
}
/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}

/*===============================
 reservation_area
===============================*/
#reservation_area {
	/* background: url("../img/back.jpg") center top / auto repeat; */
	margin: -20px 0 0 0;
	/*background-color: #F5F5F5;*/
}
#reservation_area .inner {
	padding: 1px 5.58% 50px;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 769px) {
	#reservation_area {
		padding-top:50px;
	}
	#reservation_area .inner {
		width: 1200px;
		padding: 1px 0 50px;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
	#reservation_area {
		padding-top: 1px;
		background-color: #F5F5F5;
	}
	
}
.showrooms_list > ul{
	width:1050px;
	margin: 0 auto;
}
.itemCard {
	width: 500px !important;
	float:left;
	background-color: #e2e2e2;
	margin: 0 50px 50px 0;
	padding: 25px;
}
li.itemCard:nth-child(2n) {
	margin-right: 0;
}
.itemCard p {
	padding:15px 0;
	font-size: 1.4rem;
	height: 5.0em;
}
.itemCard p.showrooms_address {
	border-top:1px solid #000;
	height: 5.0em;
}
.itemCard figure {
	position:relative;
	width:100%;
	height:292px;
	overflow: hidden;
}
.itemCard figure .viewmore {
    position:absolute;
    bottom:10px;
    right:10px;
	width:50px;
	height:50px;
}
.showrooms_list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.catmark01 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #86BD20;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 500;
	color: #fff;
}
.catmark02 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FF9E2C;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 500;
	color: #fff;
}
.catmark03 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #5AB2FF;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 500;
	color: #fff;
}
.showrooms_name {
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 700;
	font-size: 2.2rem;
	padding: 0 0 .8rem;
	line-height: 140%;
}
.showrooms_name span {
	display: inline-block;
	background-color: #86bd21;
	color:#fff;
	font-weight:bold;
	padding:0 15px;
	font-size: 16px;
	margin-right: 15px;
}
.showrooms_address {
	font-size: 1.6rem;
}
.itemCard dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0;
}
.commentBox {
	background-color: #EAEAEA;
	padding: .8rem;
	margin-top: 15px;
}
.commentBox p {
	font-size: 1.2rem;
}
.arrow_box{
    position:absolute;
	top: 28%;
	right: 10px;
    width:100px;
    height:100px;
    background:#F2DF3A;
	padding: 2rem 1rem;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0;
    color:#000;
    font-size:1.4rem;
    font-weight:500;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(242, 223, 58, 0);
    border-top-width: 20px;
    border-bottom-width: 7px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -10px;
    border-top-color: #F2DF3A;
    top: 98%;
    left: 50%;
}



.sec_titBox {
	margin: 10px auto 40px;
	text-align: center;
}
.sec_titBox02 {
	margin: 0px auto 40px;
	text-align: center;
	padding: 0px 0 30px;
}
.sec_tit {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 3.6rem;
	font-weight: 700;
	color: #354756;
	letter-spacing: .2rem;
}
.showroomTit  {
	padding: .7rem 4rem;
	color: #233E8B;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
/*見出し部分*/
.balloon-under-line {
	width: 98%;
	position:relative;
	padding-bottom: 1rem;
	border-bottom: 3px solid currentColor;
   }
   /*吹き出し部分*/
   .balloon-under-line::before{
	content:'';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(-35deg);
	height: 30px;
	width: 30px;
	border-right: 4px solid currentColor;
	background-color: #FFF !important;
	/*Lightning見出しデザイン設定のCSS対策*/
	border-left: none;
	border-top: unset;
	border-bottom: unset;
}

#course {
	background-color: #efefef;
}
#course h2 {
    line-height:1.5em;
    background: linear-gradient(transparent 60%, #ef97c9 60%);
    display: inline;
    font-weight:bold;
}
#course .balloon-under-line::before{
	background-color:#efefef!important;
}

/* 来場予約ボタン */
.yoyaku_btn {
	text-align: center;
	width: 60%;
  	margin: 30px auto 0;
  }
  .yoyaku_btn a {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 0rem 4rem;
	text-decoration: none;
	color: #fff !important;
	/*border-radius: 8px;*/
	transition: .4s;
	line-height: 60px !important;
	font-size: 1.8rem;
	position: relative;
	text-align: center;
    background:url("../img/icon_yajirushi.png") right 20px center no-repeat;
	background-color: #df007f;
  }
  .yoyaku_btn a:after {
	position: absolute;
	content: '';
	top: 42%;
	right: 8%;
	display: block;
	display: inline-block;
	width: 16px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	background-size: contain;
	background-repeat: no-repeat;
  }
  .yoyaku_btn a:hover {
	background-color: #ef339e;
  }
  .tel_btn a {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 0rem 0rem;
	text-decoration: none;
	color: #000 !important;
	/*border-radius: 8px;*/
	transition: .4s;
	line-height: 60px !important;
	font-size: 16px;
	  font-weight:bold;
	position: relative;
	text-align: center;
	  text-indent: 1.25em;
    background:url("../img/icon_tel.png") left 18px center no-repeat;
	background-color: #ffffff;
  }
  .tel_btn a:after {
	position: absolute;
	content: '';
	top: 42%;
	right: 8%;
	display: block;
	display: inline-block;
	width: 16px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	background-image: url(../img/btn_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
  }
  .tel_btn a:hover {
	background-color: #f4f4f4;
  }
  #map {
	width: 100%;
	height: 500px;
	margin-top: 80px;
  }

.btn li {
	float:right;
	width: 46%;
	margin:0 0 0 8%;
}
.btn li:nth-child(2) {
	margin-left:0;
	float:left;
}

.showrooms_header{
	width:100%;
	margin:50px auto 50px;
	border-bottom:5px solid #233E8B;
}
.showrooms_header ul.areaselect {
	width:1050px;
	margin:0px auto 0px;
}
.showrooms_header ul.areaselect li {
	float:left;
	width: 500px;
  	margin: 0 50px 0 0;
}
.showrooms_header ul.areaselect li a {
	pointer-events: none;
	/*border:2px solid #F00;*/
    display:block;
    width:100%;
    height:60px;
	border-radius: 10px 10px 0 0;
	border: 3px solid #233E8B;
	border-bottom:0;
    text-align:center;
    color:#fff;
    font-size:20px;
    line-height:60px;
    text-decoration: none;
	/*background: url("../img/icon_yajirushi.png") right 20px center no-repeat;*/
    background-color: #233E8B;
}
.showrooms_header ul.areaselect li:nth-child(2) {
	margin-right:0;
}
.showrooms_header ul.areaselect li.btn_off a{
    color:#233E8B;
    background-color: #e6e6e6;
	pointer-events: auto;
}

@media screen and (max-width: 768px) {
	#reservation_area .inner {
		padding: 10px 4% 32px;
	}
	.showrooms_list {
		display: block;
		padding: 0px 1.28% 0px;
	}
    .showrooms_list > ul{
        width:100%;
        margin: 0 auto 30px;
    }
	.itemCard {
		width: 49% !important;
		position: relative;
		padding: 1rem 2%;
		/* border: 1px solid #000; */
		position: relative;
		min-height: auto;
		margin-top: 24px;
    	margin-right: 2%;
    	margin-bottom: 0px;
	}
    .itemCard figure {
        height:36VW;
    }
    .itemCard p {
        height: auto!important;
		  font-size: 1.2rem;
    }
    .itemCard figure .viewmore {
		display:none;
        /*position:absolute;
        bottom:5px;
        right:5px;
        width:30px;
        height:30px;*/
    }
    .itemCard p {
		height: 11em!important;
    }
    .itemCard p.showrooms_address {
		height: 8em!important;
		border-top:0;
    }
	
    .btn li {
        float:none;
        width: 100%;
        margin:0;
    }
    .btn li:nth-child(2) {
        margin-top:3VW;
    }
	.tel_btn a {
		font-size: 1.3rem;
		background-position: left 5% center;
    }
	.yoyaku_btn a {
		font-size: 1.6rem;
		background-position: right 5% center;
    }
	.showrooms_name {
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.5rem;
		padding: .8rem 0;
		line-height: 140%;
	}
	.showrooms_name.kakogawa{
		font-size: 1.3rem;
	}
	.showrooms_name span {
        padding: 0 5px;
        font-size: 12px;
        margin-right: 10px;
    }
	.sec_titBox {
		margin: 0px auto 40px;
		text-align: center;
		padding: 0px 0 20px;
	}
	.sec_titBox02 {
		margin: 0px auto 10px;
		text-align: center;
		padding: 30px 0 20px;
	}
	.sec_tit {
		display: inline;
		background: linear-gradient(transparent 60%, #ffff66 60%);
		font-size: 2.8rem;
		font-weight: 700;
		color: #354756;
		letter-spacing: .2rem;
	}
	.showroomTit  {
		padding: .7rem 0rem;
		color: #233E8B;
		font-size: 2.4rem;
		font-weight: 700;
		text-align: center;
		display: inline-block;
	}
	/*見出し部分*/
	.balloon-under-line {
		width: 98%;
		position:relative;
		padding-bottom: 1rem;
		border-bottom: 3px solid currentColor;
	   }
	   /*吹き出し部分*/
	   .balloon-under-line::before{
		content:'';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%) skew(-35deg);
		height: 30px;
		width: 30px;
		border-right: 4px solid currentColor;
		background-color: #F5F5F5 !important;
		/*Lightning見出しデザイン設定のCSS対策*/
		border-left: none;
		border-top: unset;
		border-bottom: unset;
	}
	.yoyaku_btn {
		text-align: center;
		position: static;
  		width:55%;
		margin:30px auto 0;
	  }
	#colorbox .yoyaku_btn {
        transform: translateX(-10px);
	  }
	  .yoyaku_btn a {
		display: inline-block;
		height: auto;
		width: 100%;
		padding: 2rem 0rem;
		text-decoration: none;
		color: #fff !important;
		background-color: #df007f;
		/*border-radius: 2rem;*/
		/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
		transition: .4s;
		line-height: 150% !important;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 2rem;
		position: relative;
		text-align: center;
		letter-spacing: 0;
		  padding: 1rem;
	  }
	  .yoyaku_btn a:after {
		position: absolute;
		content: '';
		top: 45%;
		right: 7%;
		display: block;
		display: inline-block;
	  }
	  .yoyaku_btn a:hover {
	  }
	
      .showrooms_header{
          width:100%;
          margin:15VW auto 5VW;
          border-bottom:5px solid #233E8B;
      }
      .showrooms_header ul.areaselect {
          width:90%;
          margin:0 auto 0;
      }
      .showrooms_header ul.areaselect li {
          float:left;
          width: 49%;
          margin:0 2% 0 0;
      }
      .showrooms_header ul.areaselect li:nth-child(2) {
          margin-right:0;
      }
      .showrooms_header ul.areaselect li a {
		  height:auto;
          font-size:14px;
          line-height:1.5;
		  padding:3VW 4% 3VW 4%;
      }
}

@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}



.pat85 {
    padding-top: 85px;
}
.mat10 {
    margin-top: 10px;
}
.mat20 {
    margin-top: 20px;
}
.mat40 {
    margin-top: 40px;
}
.mat80 {
    margin-top: 80px;
}
.pc_mat40 {
    margin-top: 40px;
}



@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
	.pat85 {
		padding-top: 0px;
	}
	
    .pc_mat40 {
        margin-top: 0px;
    }
}

.right-txt {
	padding-left: 7.5%;
}
.palt {
	font-feature-settings: "palt";
}
.pat60 {
	padding-top: 60px;
}


.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 60px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.2rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700;
	letter-spacing: 0;
}
.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}
.pc_mat60 {
	margin-top: 60px;
}
.pab60 {
	padding-bottom: 60px !important;
}

.pc_on {
	display: block !important;
}
.pc_no {
	display: none !important;
	}

@media screen and (max-width: 768px) {
	.pc_mat60 {
		margin-top: 0px;
	}

    .pc_no {
        display: none;
        }
    .pc_on {
        display: none;
    }
    .sp_on {
        display: block;
    }

    .pab40 {
        padding-bottom: 10px !important;
    }

    .navyBox {
        border: 2px solid #00053A;
        padding: 1rem;
        margin-bottom: 30px;
    }
    .navytit {
        font-size: 1.6rem;
        color: #00053A;
        font-weight: 400;
    }
    .navytitB {
        font-size: 2.4rem;
        color: #00053A;
        font-weight: 400;
    }
    .graytit {
        font-size: 1.6rem;
        color: #3E3A39;
        font-weight: 700 !important;
        letter-spacing: 0;
    }
}

/*===============================
 Detail
===============================*/
.detail {
	background: #fff;
	  clear: both;
}
.detail_inner {
	padding: 80px 5.58% 0px;
	margin: 0 auto;
	background-color: #fff;
}
.detailsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.detailsec_tit {
    padding: 1rem 0;
    background-color: #0f4d7c;
    color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
}

.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 81%;
}
ul.detaillist {
	padding: 60px 5.58% 0px;
}
ul.detaillist li {
	list-style: disc;
	line-height: 180%;
}
.txtred {
	color: #f00;
}
p.detailtxt {
	padding: 15px 5.58% 90px;
}
.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.mat60 {
    margin-top: 60px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.text-center {
    text-align: center;
}
/* .detail_data li:first-of-type{
	padding-top: 18px;
} */
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li{
	list-style: none;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
@media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
}
@media screen and (max-width: 768px) {
	/* .detail h2{
	font-size: 2.1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}
.detail h2:before{
	width: 6px;
	height: 30px;
} */
ul.detaillist {
	padding-top: 20px;
}
.detail_flex {
	display: block;
	margin-top: 20px;
}
	.detail_tab {
		display: block;
	}
	.detail_tab {
		width: 100%;
	}
	.detail_inner{
		padding: 50px 5.58% 45px;
	}
	.detailsec_tit {
		padding: 1rem 4rem 1rem 3rem;
		margin-bottom: 0px;
		font-size: 2.4rem;
	}
	.detail_head {
		position: relative;
		display: block;
		width: 100%;
		font-size: 1.8rem;
		font-weight: 700;
		color: #7A6A56;
		text-align: left;
	}
	.detail_head:after {
		display: none;
	}
	.detail_midashi {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 160%;
		color: #7A6A56;
		text-align: left;
		padding-top: 1rem;
	}
	.indent_midashi {
		text-indent: -1rem;
	}
	.detail_data {
		width: 100%;
		padding: 1rem 1.4rem 14px;
		font-size: 1.4rem;
	}
	.detail_privacy{
		font-size: 1.4rem;
		padding: 18px 0 30px;
		word-break: break-all;
	}
	.detail_data li span:first-of-type{
		width: 6.87%;
	}
	.detail_data li span:last-of-type{
		width: 100%;
	}
}

/*===============================
 Footer
===============================*/
.footer {
	width: 100%;
	color: #000;
	text-align: center;
	max-width: 1296px;
	padding: 45px 5.83%;
	font-size: 1.2rem;
	margin: 0 auto;
}
.copyright {
	background: #F5E900;
	color: #000;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer_lg {
	width: 40.52%;
}
.footer_lg p{
	text-align: left;
	font-weight: bold;
}
.footer_lg p a{
	color: #000;
}
.footer_lg img{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.footer_nav {
	font-size: 1.4rem;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_qr{
	width: 36.26%;
}
.footer_qr p{
	text-align: left;
	font-weight: bold;
}
.footer_qr img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.footer_nav li {
	line-height: 2;
	text-align: left;
}
.footer_nav p {
	font-size: 1.2rem;
}
.footer_copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0 13px;
}
.footer_caption{
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 11.55%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 5.625% 50px;
	}
	.footer_lg {
		width: 100%;
		margin: 0 auto 25px;
	}
	.footer_qr{
		width: 100%;
	}
	.footer_nav {
		font-size: 1.2rem;
		margin-bottom: 20px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_caption{
	padding: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.footer_caption p{
	width: 100%;
	text-align: left;
}
	.footer_copy {
		font-size: 1rem;
		padding: 12px 5.625%;
	}
}

/*フロートバナー*/
@media only screen and (max-width: 767px) {
	
    .ban__fix__sp {
        position: fixed;
		width: 92%;
        left: 4%;
		bottom: 3VW;
		z-index: 9999;
    }
    .ban__fix__sp img{
        width: 100%;
		height:auto;
    }
    .ban__fix__inner {
        position: relative;
        width: 100%;
    }
    #closebanner-sp,
    #closebanner-sp1,
    #closebanner-sp2 {
        position: absolute;
        top:-10px;
        right: -10px;
        display: block;
        height: 30px;
        width: 30px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 30px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix{
		display: none;
	}
    #banner-sp {
		/*opacity: 0;*/
    }
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 768px) {
    .ban__fix {
        position: fixed;
        width: 290px;
        height: 250px;
        bottom: 50px;
        right:50px;
        display: block;
		z-index: 9999;
    }
    .ban__fix__inner {
        position: relative;
        width: 290px;
    }
    #closebanner {
        position: absolute;
        top:-7px;
        right: -7px;
        display: block;
        height: 20px;
        width: 20px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 20px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix__sp{
		display: none;
	}
    #banner {
		opacity: 0;
    }
    #banner.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
}



/*===============================
 CV
===============================*/
.cv-top {
	width: 760px;
	padding-top: 60px;
	margin-top: -160px;
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* .cv-top a img{
    width: 100%;
	max-width: 860px;
} */
.cv-top a {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff100;
	color:#204188;
    display: block;
    padding:2.7rem 4rem !important;
    /*border-radius: 60px;*/
    box-shadow: 0 10px 0px 0 rgba(255,162,0,1);
	text-align: center;
	font-size:26px;
	font-weight: bold;
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
/* @keyframes yureru-j {
	0% {
    	top: -4px;
			box-shadow: 0px 8px 4px 0px rgba(0,0,0,0.4);
  }
  50% {
			top: 0;
			box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	}
} */
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
}
/* @keyframes yureru-j {
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
} */

.cv a {
	width: 860px;
	padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv a img{
    width: 100%;
	max-width: 860px;
}

.cv {
  margin-left: auto;
  margin-right: auto;
}
.cv a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	top: -30px;
}
.camp_w .cv-top {
	top: -22VW;
}
	
.cv-top a {
    padding:2.7rem 1rem !important;
	font-size:20px;
}
.cv {
	width: 100%;
	margin: 40px auto 40px;
	position: relative;
	}

.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
	}
}

#cboxCurrent{display:none}
	
.delay01 {
  animation-delay: 0.1s;
}
.delay02 {
  animation-delay: 0.5s;
}
.delay03 {
  animation-delay: 0.7s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUp0{
animation-name:fadeUpAnime0;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime0{
  from {
    opacity: 0;
  transform: translateY(0px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger,
.fadeUp0Trigger,
.fadeLRTrigger,
.fadeRLTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

    ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }

.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}