@charset "UTF-8";

@font-face{
    font-family: "AudiType-ExtendedNormal"; 
    src: url("font/AudiType-ExtendedNormal_4.03.ttf") format("truetype");
    font-display: swap;
}
@font-face{
    font-family: "AudiType-Normal"; 
    src: url("font/AudiType-Normal_4.03.ttf") format("truetype");
    font-display: swap;
}



html {
	width: 100%;
	height: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	font-family: 'AudiType-ExtendedNormal',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Verdana",sans-serif;
	line-height: 1.43;
	counter-reset:number;
	height: 100%;
	-webkit-text-size-adjust: none;
}

.auditype-normal {
    font-family: 'AudiType-Normal';
}


table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend{ color:#555;}

select,input,button,textarea{ font-family: bmwTypeWeb,Arial,Helvetica,"Noto Sans CJK JP","Noto Sans",sans-serif; }

pre,code,kbd,samp,tt{
	font-family: monospace;
	line-height: 100%;
}

main { display: block; }

a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none; }

li img,
dt img,
dd img{ vertical-align: top; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
body { -webkit-text-size-adjust: 100%; }

.clear { clear: both; }
.cf:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
}

#wrapper {
	/*line-height: 0;*/
	overflow: hidden;
	text-align: center;
}


#wrapper > header {
	background: url(images/main_bg.jpg);
	background-position: bottom 20% right 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: -1;
	min-height: 100vh;
}


#cont_inner {
    background-color: #FFF;
    position: relative;
    z-index: 999;
}



/* pc / tab / sp
============================================================================================================ */
.sp {
    display: none;
}
.pc{
    display: block;
}  
.tab{
display:none;
}
.pc_tab {
    display: bloxk;;
}
.tab_sp{
    display: none;
}

@media screen and (max-width:768px){
    .tab {
    display: none !important;
}
    .pc{
    display: none !important;
}  
    .sp {
    display: block;
}
.pc_tab {
    display: none!important;
}
.tab_sp {
    display: block !important;
}

}



/**********************
main_copy
***********************/
#main_copy {
    z-index: 2;
    padding: 100px 0 20px;
	position: relative;
}
#main_copy .main_copy {
    margin-bottom: 0;
}
#main_copy h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.583;
  letter-spacing: .07em;
    margin-bottom: 30px;
}
#main_copy p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.2em;
}

.subtt_wh { 
    font-size: 18px;
    color: #FFF;
    line-height: 1.8;
    letter-spacing: .07em;
    margin-bottom: 50px;
}


.car_contact_btn {
  display: block;
  width: 400px;
  margin: 80px auto;
  text-align: left;
}
.car_contact_btn a{
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  font-size: 16px;
  padding: 13px 0;
  line-height: 1.75;
  letter-spacing: .05em;
  width: 400px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.car_contact_btn a:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -5px auto 0 1%;
  vertical-align: middle;
}




.search_btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.search_btn .search_block {
    width: 350px;
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    border: 1px solid #000;
}
.search_btn .search_block.btn_bk {
    margin-right: 30px;
    background-color: #000;
    color: #FFF;
}


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


    .subtt_wh { 
        font-size: 14px;
        margin-bottom: 50px;
    }


    .car_contact_btn {
        width: auto;
        margin: 40px auto 80px;
    }
    .car_contact_btn a{
        width: 100%;
    }
    
    
    
    .search_btn {
        display: block;
        margin-top: 30px;
    }
    .search_btn .search_block {
        width: auto;
        margin-bottom: 15px;
    }
    .search_btn .search_block.btn_bk {
        margin-right: 0;
    }
    
    
    
}




/**********************
event_date
***********************/
#event_date {
	color: #000;
	background: #fff;
    z-index: 2;
	position: relative;
}
#event_date h3{
  padding: 0;
  margin: 0;
  text-align: left;
}
.event_info_inner{
  max-width: 1100px;
  display: flex;
  margin: 0 auto auto auto;
  padding: 0 0 150px 0px;
  box-sizing: border-box;
  position: relative;
  color: #000;
}
.event_info_inner .event_img{
  margin: 0;
  padding: 0 0 0 70px;
  width: 50%;
  max-width: 480px;
  
}
.event_info_inner .event_img img{
  object-fit: cover;
  display: block;
  width: 100%;
}
.event_info_inner .event_img img{
  width: 100%;
}
.event_info_inner .text_box{
  margin: 0 0 0 auto;
  padding-left: 30px;
  max-width:556px;
  width: 54.73%;
  box-sizing: border-box;
}
.event_info_inner .text_box h2{
  padding-top: 5px;
}
.event_info_inner .text_box .event_time {
  font-size: 16px;
  text-align: left;
  margin: 20px 0 5px;
}
.event_info_inner .text_box .event_bikou {
  font-size: 11px;
  text-align: left;
  margin-bottom: 14px;
}

.event_info_inner .text_box .text{
  font-size: 16px !important;
  line-height: 2 !important;
  text-align: left;
  margin-top: 14px !important;
  padding-bottom: 15px;
  max-width: 430px;
  letter-spacing: -.05em;

}
.event_info_inner .text_box .bikou{
  line-height: normal;
  margin: 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.636;
}

.event_info_inner .btn {
  display: block;
  margin:0;
  text-align: left;
}
.event_info_inner .btn a{
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #000;
  margin: 22px 0 0;
  font-size: 20px;
  padding: 13px 0;
  line-height: 1.75;
  letter-spacing: .05em;
  /* width: 44.16%; */
  width: 82%;
  /* min-width: 530px; */
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.event_info_inner .btn a:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -5px auto 0 1%;
  vertical-align: middle;
}

@media screen and (min-width:769px){
  .event_info_inner .btn{
    margin-top: 0;
  }
}
@media screen and (max-width:768px){
  #event_date h2{
    font-size: 21px;
    letter-spacing: .02em;
  }

	#june_fest.scrolled:before,
	#june_fest.scrolled #mainVis {
		opacity: 0;
	}
	#june_fest.scrolled #wrapper > header {
		z-index: -1;
	}
	#mainVis { 
        padding: 10% 0 11.5625% 4.5%; 
        text-align: left;
        width: 85%;
        position: relative;
        z-index: 900;
  }
	
	#event_date p {
		font-size: 12px;
		line-height: 24px;
		text-align: left;
		margin-top: 22px;
    word-break: break-all;
	}
  .event_info_inner p.btn{
    margin-top: 15px !important;
    }
    .event_info_inner .text_box .bikou{
        padding-left:1em;
        text-indent:-1em;
}
    
    
    
}




/**********************
bg_black
***********************/

#bg_black{
    overflow: hidden;
    background: #000;
    text-align: center;
    padding: 110px 0 50px;
}
#bg_white {
    background: #FFF;
    text-align: center;
    padding: 110px 0 50px;
}

#bg_white.bw-pt50 {
    padding: 70px 0 0;
}

.car_box {
    margin-bottom: 50px;
}
.car_box01 {
    margin-bottom: 30px;
}
.car_box02 {
    margin-bottom: 100px;
}
.car_box03 {
    margin-bottom: 150px;
}


@media screen and (max-width:768px){
  /*特別条件の車両をご用意 #conditions sp*/
  #bg_black{
    padding: 12% 6% 0;
  }
  #bg_white {
    padding: 12% 6% 0;
  }

  .car_box {
        margin-bottom: 40px;
  }
  .car_box01 {
        margin-bottom: 20px;
   }
  .car_box02 {
        margin-bottom: 70px;
   }
   .car_box03 {
        margin-bottom: 100px;
   }
}






.width1002 {
    width: 1002px;
    margin: 0 auto 50px;
    text-align: left;
}
.width1002.mt100 {
    margin: 100px auto 50px;
}

#bg_black h4,
#bg_white h4 { 
    margin-bottom: 40px;
}


#bg_black h5 {
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
}
.txt01-wh {
    margin: 20px 0;
    color: #FFF;
    font-size: 18px;
    line-height: 1.8em;
}
.txt02-wh {
    margin: 20px 0;
    color: #FFF;
    font-size: 12px;
    line-height: 2.0;
}
.txt01-bk {
    margin: 20px 0;
    color: #000;
    font-size: 18px;
    line-height: 1.8em;
}
.txt02-bk {
    margin: 20px 0;
    color: #000;
    font-size: 12px;
    line-height: 2.0;
}




.wd1002 {
    max-width: 1002px;
    margin: 0 auto 70px;
}
.pl90 {
    padding-left: 90px;
}
.imgwd-nomal {
    max-width: none;
}




.monitor_box {
    color: #FFF;
}
.monitor_box .main_copy {
    margin-bottom: 30px;
}
.monitor_box p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.4em;
}
.monitor_box .promo {
    width: 940px;
    margin: 70px auto;
}
.monitor_box .promo .promo_box {
    display: flex;
    margin-bottom: 15px;
}
.monitor_box .promo .promo_tt {
    width: 170px;
    margin-right: 30px;
    padding: 10px 0 8px;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 18px;
}
.monitor_box .promo .promo_txt {
    font-size: 18px;
    line-height: 2.4em;
}


.monitor_box .event_info_inner {
    color: #FFF;
    padding: 0;
}
.monitor_box .event_info_inner h3 {
    text-align: left;
}
.monitor_box .event_info_inner .text_box .event_time {
    line-height: 2.0em;
    margin: 30px 0;
}
.monitor_box .bikou02 {
    width: 1030px;
    font-size: 11px;
    text-align: left;
    margin: 30px auto 0;
    padding-left: 70px;
}



@media screen and (max-width:768px){
    
    .width1002 {
        width: auto;
        margin: 30px auto 20px;
    }
    .width1002.mt100 {
        margin: 50px auto 20px;
    }
    .width1002.spmb50 {
        margin-bottom: 50px;
    }
    
    
    #bg_black h4,
    #bg_white h4 { 
        margin-bottom: 20px;
    }
    
    #bg_black h4 { 
        width: 60%;
    }
    #bg_white h4 { 
        width: 60%;
    }
    #bg_white h5 {
        width: 70%;
    }
    .txt01-wh {
        margin: 20px 0;
        font-size: 14px;
        line-height: 1.8em;
    }
    .txt02-wh {
        margin: 20px 0;
        font-size: 10px;
        line-height: 2.0;
    }
    .txt01-bk {
        margin: 20px 0;
        font-size: 14px;
        line-height: 1.8em;
    }
    .txt02-bk {
        margin: 20px 0;
        font-size: 10px;
        line-height: 2.0;
    }
    
    

    
    .monitor_box .main_copy {
        width: 70%;
        margin: 0 auto 30px;
    }
    .monitor_box p {
        text-align: left;
        font-size: 11px;
        line-height: 2.0em;
    }
    .monitor_box .promo {
        width: auto;
        margin: 30px auto;
    }
    .monitor_box .promo .promo_box {
        margin-bottom: 10px;
    }
    .monitor_box .promo .promo_tt {
        width: 70px;
        margin-right: 10px;
        padding: 6px 0 4px;
        font-size: 10px;
    }
    .monitor_box .promo .promo_txt {
        font-size: 10px;
        line-height: 2.6em;
    }

    .monitor_box .event_info_inner h3 {
        width: 60%;
    }
    .monitor_box .event_info_inner .text_box .event_time {
        margin: 20px 0;
    }
    .monitor_box .event_info_inner .text_box .bikou {
        padding-left: 0;
        text-indent: 0;
    }
    .monitor_box .bikou02 {
        width: auto;
        margin: 20px 0 0;
        padding-left: 1em;
        text-indent: -1em;
    }
    
    
}








/**********************
support
***********************/

#support{
  overflow: hidden;
  background: #000;
  color: #FFF;
  text-align: center;
}

#support .support_box {
	padding: 90px 0 0;
    position: static;
    height: auto;
}
#support .support_box p {
	font-size: 18px;
    line-height: 2.0em;
    margin: 50px 0;
}
#support .support_box p.txt_01 {
    margin: 0 0 50px;
}
#support .support_box h2 {
	font-size: 40px;
    font-weight: bold;
	margin-top: 10px;
    padding-bottom: 12px;
    letter-spacing: 0.05em;
}
#support .support_box h3 {
	font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
}


#support .support_box .btn {
  display: block;
  width: 430px;
  margin: 40px auto;
  text-align: left;
}
#support .support_box .btn a{
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  font-size: 20px;
  padding: 13px 0;
  line-height: 1.75;
  letter-spacing: .05em;
  width: 430px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#support .support_box .btn a:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -5px auto 0 1%;
  vertical-align: middle;
}





@media screen and (max-width:768px){
  /*特別条件の車両をご用意 #conditions sp*/
   #support {
        text-align: center;
        padding: 13% 10% 0;
   }
    #support .support_box {
		padding: 0 0 30px;
	}
	#support .support_box p {
		font-size: 11px;
        margin: 20px 0;
	}
	#support .support_box h2 {
        font-size: 20px;
        margin-top: 0;
        padding-bottom: 0;
	}
	#support .support_box h3 {
	font-size: 16px;
	}
    
    #support .support_box p.txt_01 {
        margin: 10px 0 20px;
    }
	#support .support_box .btn {
		width: 100%;
		margin: 20px auto;
	}
	#support .support_box .btn a{
		font-size: 16px;
		padding: 8px 0;
		width: 100%;
	}
  

}









/**********************
MOVIE
***********************/


.vid_contents {
    width: 100%;
    margin: 0;
    background: url(images/video_bg.jpg) no-repeat;
    background-size: cover;
}
.vid_contents02 {
    width: 100%;
    margin: 0;
    background: url(images/video_bg02.jpg) no-repeat;
    background-size: cover;
}
video.vid_main {
    width: 100%;
}

@media screen and (max-width:768px){
    .vid_contents {
        margin: 70px 0 0;
    }
}




/*online-service*/
#online-service {
	background: #fff;
	text-align: center;
  padding-bottom: 107px;
    margin-top: 100px;
}
#online-service h2 {
	padding: 20px 0 53px;
}
#online-service > div {
	color: #fff;
	background: #000;
	position: relative;
	padding: 67px 48% 75px 0;
  margin-right: 6.25%;
  margin-left: 6.25%;
  width: 87.5%;
  box-sizing: border-box;
  margin: auto;
}
#online-service > div:before {
	top: 0;
	right: 0;
	bottom: 0;
	width: 55%;
	content: "";
	display: block;
	position: absolute;
	background: url(images/online-service_bg.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#online-service > div .text {
	width: 90%;
	margin: 0 auto 1em;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	letter-spacing: -0.05em;
  max-width: 380px;
}
#online-service > div .link a {
	color: #000;
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	background: #fff;
	line-height: 70px;
  max-width: 380px;
}


@media (max-width: 960px) {
    
    
    #online-service{
        padding-bottom: 0;
        margin-top: 100px;
    }
	#online-service h2 {
		padding: 0 0 25px;
	}
    #online-service h2 img{
        width: 79.0625%;
        margin: auto;
    }
	#online-service > div {
		padding: 0;
	}
	#online-service > div:before {
		width: auto;
		position: static;
		padding-top: 55%;
	}
	#online-service > div .text {
		width: auto;
        padding: 25px 25px 0;
        font-size: 14px;
        line-height: 1.857;
	}
	#online-service > div .link {
        padding: 2px 20px 28px;
	}
	#online-service > div .link a {
		width: 95%;
        font-size: 18px;
        line-height: 50px;
	}


}







/**********************
ft_image
***********************/

#ft_image {
    max-width: 1100px;
    padding: 0 0 100px;
    margin: 0 auto;
}

#last_image {
    max-width: 1100px;
    padding: 0 0 100px;
    margin: 0 auto;
}

@media screen and (max-width:768px){
  #ft_image {
    width: 90.625%;
    margin: auto;
    padding: 0 0 5%;
  }

  #last_image {
    width: 90.625%;
    margin: auto;
    padding-top: 5%;
  }
}


@media screen and (max-width: 960px) {
    
    
    header {
		position: relative;
	}

	header:before {
		top: 0;
		left: 0;
		content: "";
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: url(images/sp/main_bg.jpg) no-repeat center center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
        z-index: -2;
	}
    
  #main_copy { 
    padding: 12% 6% 0;
  }
  #main_copy .main_copy {
    margin-bottom: 40px;
      display: flex;
      justify-content: center;
  }
  #main_copy h2 {
      font-size: 18px;
      letter-spacing: 0;
   }
  #main_copy p {
      font-size: 12px;
      line-height: 1.8em;
  }
    #event_date { 
    padding: 12% 6% 5%;
  }
}

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

	/*#mainVis { padding: 60px 0 550px; }*/
	#event_date { padding: 80px 30px 0; }
	#greeting { padding: 87px 30px 73px; }
	#souvenir { padding: 122px 30px 108px; }

	#mainVis {
		text-align: left;
		padding: 75px 63px;
        z-index: 900;
	}
	#event_date p {
		font-size: 16px;
		line-height: 32px;
	}
  #june_fest .pc{display: initial;}

	#special {
		font-size: 18px;
		line-height: 26px;
		background-image: url(images/special_bg.png);
	}
	#special p {
		padding: 80px 0 calc(64vw - 230px);
	}
	#special figcaption {
		font-size: 12px;
		line-height: 20px;
		padding: 55px 0 85px;
	}

	#days {
		padding:118px 0 126px;
		box-sizing: border-box;
    margin-top: 0;
	}
  #days img{
    vertical-align: bottom;
  }
  #days .days_ttl {
		margin: 0 auto;
    padding:0 0 0;
    text-align: center;
	}
  #days .days_ttl02 {
    text-align: center;
    padding-top: 127px;
	}
  #days .days_ttl03 {
    text-align: center;
    padding-top: 101px;
	}

	#shops { padding: 100px 20px 76px; }
	#shops ul {
		max-width: 850px;
		margin: 25px auto 0;
	}
	#shops li {
		overflow: hidden;
		padding: 10px 0;
		border-bottom: 1px solid #000;
	}
	#shops li:last-child {
		border-bottom: none;
	}
	#shops .shop {
		float: left;
		margin-top: 22px;
	}
	#shops .shop02 {
		float: left;
		margin-top: 0;
	}
	#shops .shop02 {
		float: left;
		margin-top: 0;
	}
	#shops .mt_15 {
		margin-top: 15px;
	}
	#shops .btn {
		float: right;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		margin-top: 5px;
		/*width: 290px;*/
		grid-gap: 5px;
	}
	#shops .btn a {
		/*width: 145px;*/
		margin-top: 3px;
		line-height: 48px;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	#shops .b_btn {
		text-align: right;
		margin-right: 8px;
	}
}
@media screen and (max-width: 960px) {
  #days .days_ttl02{
    bottom: 9.24VW;
  }
  .event_info_inner{
    max-width: inherit;
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 0 10%;
  }
  .event_info_inner .text_box h2{
    width: 92%;
  }
  .event_info_inner .event_img img{
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .event_info_inner .text_box{
    margin: 6% auto 0;
    padding-left: 0;
    width:100%;
    box-sizing: border-box;
  }
  .event_info_inner .event_img{
    position: static;
    width: 100%;
    max-width: inherit;
    padding: 0;
  }
  .event_info_inner .text_box .event_time {
    font-size: 13px;
  }
  .event_info_inner .text_box .text{
    padding-top: 0;
    padding-bottom: 3%;
    font-size: 12px !important;
    line-height: 1.78 !important;
    letter-spacing: 0;
    margin-top: 2% !important;
  }
  .event_info_inner .text_box ul li{
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left;
    line-height: 1.556;
    width: 108%;
  }
  .event_info_inner .btn a{
    width: 100%;
    font-size: 13px;
    padding: 12px 0 10px;
    margin-top: 10px;
  }
  .event_info_inner .btn a:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: -1px auto 0 1%;
  }
}
@media screen and (max-width:768px){
  
	#greeting { padding: 9.375% 7.25% 11.5625%; position: relative; }
	#shops.bghide {
		margin-top: -20px;
		padding: 12.5vw 0 11.875vw;
	}
	#special {
		font-size: 10px;
		line-height: 20px;
		text-align: left;
		background-image: url(images/sp/special_bg.png);
	}
	#special > p {
		height: calc(117vw + 20px);
		padding: 50px 40px 0;
		box-sizing: border-box;
	}
  
	#special figure {
		padding: 0 40px 40px;
	}

	#days {
    padding: 0 0 18%;
		box-sizing: border-box;
    margin:11% auto auto;
	}

  #days .days_ttl {
		margin: 0 auto 0;
    width: 90.625%;
	}
  #days .days_ttl02 {
    padding-top: 10%;
    width: 87.5%;
    margin: auto;
	}
  #days .days_ttl03 {
    padding-top: 10%;
    width: 87.5%;
    margin: auto;
	}


	#shops { 
		padding: 12.5vw 6.25vw 11.875vw;
	}
	#shops h2 img {
		width: 49.375vw;
		margin-bottom: 6.25vw;
	}
	#shops p {
		margin-bottom: 20px;
	}
	/*#shops.boder_top li:first-child { 
		border-top: 1px solid #000;
	}*/
	#shops li { 
		padding: 5vw 0;
		border-bottom: 1px solid #000;
	}
	#shops li:last-child { 
		border-bottom: none;
	}
	#shops .shop { text-align: left; }
	#shops .shop img { width: 100%; }
	#shops .btn a {
		width: 49%;
		margin: 5vw 0 0;
		font-size: 3.125vw;
		line-height: 8.125vw;
		border-radius: 0.9375vw;
		-moz-border-radius: 0.9375vw;
		-webkit-border-radius: 0.9375vw;
	}
	#shops .b_btn {
		padding: 3vw 0 0;
	}
	#shops .btn {
		display: flex;
		justify-content: space-between;
	}
}





/* footer
============================================================================================================ */

footer{
  padding: 0;
}
.bg_black{background: #000000;}
.bg_white{background: #FFFFFF;}

footer .foot_area_bottom {
  padding: 1.5em 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot_area_bottom p.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 342px;
}
.copyright {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  text-align: right;
  margin: 0;
  padding: 0;
}
.bg_black .copyright{color: #FFFFFF;}
.bg_white .copyright{color: #000000;}


@media screen and (max-width:960px){
  footer .foot_area_bottom {
    padding: 1.5em 1vw 1.5em  7.1875%;
    display: block;
  }
  footer .foot_area_bottom p.footer_logo{
    width: 46.56%;
  }
  .copyright {
    font-size: 1rem;
    text-align: left;
    letter-spacing: -.1em;
      padding-top: 10px;
  }
}


@media screen and (max-width:768px){
    .copyright {
    font-size: 0.6rem;
  }
    
}




/**********************
固定バナー
***********************/

    .kotei_column_bnr {
      position: fixed;
      bottom: 60px;
      right: 20px;
      max-width: 238px;
      width: 100%;
      z-index: 10000;
    }

    .kotei_column_bnr_close {
      position: absolute;
      top: -5px;
      left: -5px;
      max-width: 24px;
      width: 100%;
      cursor: pointer;
    }

    @media(min-width:1px) and (max-width:640px) {

      .kotei_column_bnr {
        max-width: 742px;
        width: 95%;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
      }

      .kotei_column_bnr_close {
        top: -7px;
        left: -7px;
      }
    }









/**********************
スライダー
***********************/

.slide {
    margin-bottom: 50px;
}

.slide_text {
    padding: 55px 0 0 30px;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.8;
}
.slide_text .ttl {
	font-size: 1.6rem;
    font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
.slide_text .justify {
	display: block;
    font-size: 0.8rem;
	text-align: justify;
	text-align-last: left;
	line-height: 1.8;
    padding-right: 30px;
}


.slider.txt_wh .slide_text {
    color: #fff;
}


.slide_text .justify .fs12 {
	font-size: 0.6rem;
}
.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.col_fff{
    color: #fff;
}


@media screen and (max-width: 960px) {
    
    .pd_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    .slide {
       margin-bottom: 50px;
    }

    .slide_text {
       padding: 60px 20px 0 0;
    }
    .slide_text .ttl {
	   font-size: 1.2rem;
    }
    .slide_text .justify {
        padding-right: 12%;
    }
}



/* section_slide
------------------------------------------------------------- */
.section_slide {
	padding: 0 0 80px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.section_slide_col_bg {
	z-index: 1;
	background: #000;
	position: relative;
}
.slide_title {
	text-align: center;
}
.slide_title {
	margin: auto auto 1em auto;
}
.slide_title img {
	width: 100%;
	height: 92px;
}

@media screen and (max-width:768px){
.section_slide {
	padding: 0 0 50px 0;
	position: absolute;
	z-index: 2;
}
.section_slide_col_bg {
	background: #000;
	position: relative;
	z-index: 2;
}
}
/* slick
------------------------------------------------------------- */
.slide {
	position: relative;
}
.slider li {
	width: 1020px;
	position: relative;
}
.slider .slide_inner {
	display: flex;
}
.slider .ofi {
	
}
.slider li + li {
	margin-left: 3px;
}
.slick-slider {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 960px){
    .slide {
        margin-top: 30px;
	   position: relative;
    }
    .slider li {
	   width: 100vw;
	   position: relative;
    }
    .slider .slide_inner {
	   display: block;
    }
    .slider .slide_inner img {
	   width: 85vw;
       height: auto;
    }
    .slider .slide_inner img.pb30 {
	   padding-bottom: 30px;
    }
    
    .slider li + li {
	   margin-left: auto;
    }
}


/*矢印*/

/*スライド矢印
---------------------------------------------------------------------------------------*/
.slide-arrow2 {
}
/*矢印リセット*/
.slick-prev:before, .slick-next:before {
	font-size: 0px;
	opacity: 0;
}
.slick-prev, .slick-next {
	top: 0;
	z-index: 2;
	/*-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);*/
}
.slick-prev {
	left: 505px;
}
.section_02 .slick-prev {
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) !important;
}
.slick-next {
	left: 690px;
}
.section_02 .slick-next {
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%) !important;
}
/*矢印画像*/
.slick-prev:after, .slick-next:after {
	content: "";
	background: url("shared/images/arrow_bk.svg") no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 5px;
}
.txt_wh .slick-prev:after,
.txt_wh .slick-next:after {
	background: url("shared/images/arrow.svg") no-repeat;
}

.slick-prev:after {
	transform: rotate(90deg);
	left: 0;
}
.slick-next:after {
	transform: rotate(-90deg);
	right: 0;
}

/* Dots */
.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	top: 5px;
    left: 550px;

	display: block;
	padding: 0;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 25px;
	height: 25px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
    color: #000;
    font-size: 16px;
}
.txt_wh .slick-dots li button
{
    color: #FFF;
}


.slick-dots li.slick-active button
{
    border-bottom: 1px solid #000;
}
.txt_wh .slick-dots li.slick-active button
{
    border-bottom: 1px solid #FFF;
}


@media screen and (max-width: 960px){
    
    .slick-dots {
	   top: 50vw;
       left: 40px;
    }
    .hg30 .slick-dots {
	   top: 57vw;
    }
    
    .slick-prev {
	   left: 0;
    }
    .slick-next {
	   left: 170px;
    }
    
    .slick-prev:after, .slick-next:after {
	   top: 50vw;
    }
    
    .hg30 .slick-prev:after,
    .hg30 .slick-next:after {
	   top: 57vw;
    }
    
}