/*
Theme Name: mactoo
*/



@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap');



html {
 margin-top: 0px !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

em {
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 15px;
	font-style: italic;	
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
   /* border-collapse:collapse;*/
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

li {
	list-style: none;	
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*end reset*/

/* ----------------------------------------------------
    text
---------------------------------------------------- */

.serif {
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans-serif {
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lato {
	font-family: 'Lato', sans-serif;
}



.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}

.bold {font-weight:bold;}
 
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font27{font-size:27px !important;}
.font28{font-size:28px !important;}
.font29{font-size:29px !important;}
.font30{font-size:30px !important;}
.font32{font-size:32px !important;}
.font34{font-size:34px !important;}
.font36{font-size:36px !important;}
.font40{font-size:40px !important;}
 
/* ----------------------------------------------------
    float
---------------------------------------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
 
.clear {clear: both;}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 

/* ----------------------------------------------------
    margin
---------------------------------------------------- */
 
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
 
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
 
/* ----------------------------------------------------
    padding
---------------------------------------------------- */
 
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }






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

    common

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


/* IE10以前でのみ有効 */
html {
height: 100%\9;
overflow: hidden\9;
}
body {
height: 100%\9;
overflow: scroll\9;
}
/* IE10以降でのみ有効 */
@media all and (-ms-high-contrast: none) {
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.sec_in960 {
	max-width: 960px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1000 {
	max-width: 1000px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1154 {
	max-width: 1154px;
	width: 88%;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.sec_in1200 {
	max-width: 1200px;
	width: 88%;
	margin: auto;
	position: relative;
}

.sec_in1400 {
	max-width: 1400px;
	width: 88%;
	margin: auto;
	position: relative;
}

.overflow-h {overflow: hidden;}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

body {
	overflow-x: hidden;
	transition: .3s;
	position: relative;
}





.page_wrap01 {
	padding: 130px 0;
}

.error404 .page-title {
	font-size: 20px;
	font-weight: bold;
	color: #52d3cc;
	text-align: center;
	margin-bottom: 30px;
}

.error404 .page-content {
	text-align: center;
}

.error404 .page-content p {
	margin-bottom: 20px;
}


.search .page-content p {
	margin-bottom: 20px;
}

.page_wrap01 input[type="search"] {
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #ccc;
	width: 86%;
}

.page_wrap01 input[type="submit"] {
	box-sizing: border-box;
	padding: 9px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #52d3cc;
	border: none;
	width: 13%;
	cursor: pointer;
}

.search .page-title {
	font-size: 22px;
	font-weight: bold;
	color: #52d3cc;
	text-align: center;
	margin-bottom: 30px;
}

.search article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
}

.search article .entry-title a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #52d3cc;
	margin-bottom: 10px;
}

.search article .entry-meta {display: none;}

.search article .entry-summary p {
	color: #999;
}

.page-template-default .site-content {
	padding: 90px 0;
}

.page-template-default .entry-header {
	display: none;
}

.page-template-default .edit-link {
	display: none;
}



.blog_pages {
	text-align: center;
	min-height: 30px;
	margin-bottom: 30px;
}

.blog_pages .page-numbers {
    border: solid 1px #52d3cc;
    padding: 4px 10px 4px;
    font-size: 15px;
    margin-right: 1px;
    color: #52d3cc;
	box-sizing: border-box;
}

.blog_pages .prev {
	padding: 4px 8px 4px;
}

.blog_pages .next {
	padding: 4px 8px 4px;
}

.blog_pages .current {
    border: solid 1px #52d3cc;
    padding: 4px 10px 4px;
    font-size: 15px;
    margin-right: 1px;
    color: #fff;
	background: #52d3cc;
	box-sizing: border-box;
}

a.page-numbers:hover {
	color: #fff;
	background: #52d3cc;
}



.breadcrumbs {
	width: 97%;
	margin: 0 auto 30px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	
	border-bottom: solid 1px #ddd;
	
	
}
.breadcrumbs2 {width: 100%; margin-top: 120px; border-top: solid 1px #ddd;}

.breadcrumbs p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
}

.breadcrumbs span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
}

.breadcrumbs span a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 1.3;
	text-decoration: underline;
}

.breadcrumbs span a:hover {
	text-decoration: none;
	color: #52d3cc;
}

.page-header {padding-top: 0 !important;}


@media screen and ( max-width:991px ){
	.breadcrumbs {width: 100%;}
	.breadcrumbs2 {margin-top: 1px; padding: 15px 20px;}
	.breadcrumbs p {font-size: 12px; letter-spacing: 0;}
	.breadcrumbs span {font-size: 12px; letter-spacing: 0;}
	.breadcrumbs span a {font-size: 12px; letter-spacing: 0;}
	.page_wrap01 {padding: 60px 0;}
}

@media screen and ( max-width:767px ){
	.page_wrap01 input[type="search"] {width: 76%;}
	.page_wrap01 input[type="submit"] {width: 23%;}
}

@media screen and ( max-width:567px ){
	.page_wrap01 input[type="search"] {width: 68%;}
	.page_wrap01 input[type="submit"] {width: 30%;}
	.page_wrap01 {padding: 40px 0;}
	.blog_pages {margin-bottom: 20px;}
	.breadcrumbs {margin-bottom: 10px;}
	.breadcrumbs span {line-height: 1.6;}
}




/*カーソル要素*/
#cursor{
  position: fixed;
  /*丸の大きさと色の指定*/
  background:#52d3cc;
  border-radius:50%;
  width: 25px;
  height: 25px;
  margin: -10px 0 0 -10px;/*真ん中にくるようにマイナスマージンで調整*/
  z-index: 99999;/*一番手前に来るように*/
  pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
  transition: transform 0.2s;/*アニメーションの秒数指定*/
}

#cursor.active {
  transform: scale(1.6);
}




.page_title {
	min-height: 200px;
	margin-top: 114px;
	box-sizing: border-box;
	position: relative;
	border-top: solid 1px #ddd;
	overflow: hidden;
}

.page_title h2 {
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.2;
	color: #52d3cc;
	position: absolute;
	right: 30px;
	bottom: 15px;
	z-index: 10;
}

.page_title p {
	display: block;
	position: absolute;
	left: 30px;
	bottom: -7px;
	z-index: 1;
}

.page_title p span {
	color: #edf6f6;
	font-size: 108px;
	line-height: 1;
	letter-spacing: 6px;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,"ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: inline-block;
	opacity: 0;
	transform: translateX(1000px);
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page_title p span:nth-of-type(1) {transition-delay: .1s;}
.page_title p span:nth-of-type(2) {transition-delay: .2s;}
.page_title p span:nth-of-type(3) {transition-delay: .3s;}
.page_title p span:nth-of-type(4) {transition-delay: .4s;}
.page_title p span:nth-of-type(5) {transition-delay: .5s;}
.page_title p span:nth-of-type(6) {transition-delay: .6s;}
.page_title p span:nth-of-type(7) {transition-delay: .7s;}
.page_title p span:nth-of-type(8) {transition-delay: .8s;}
.page_title p span:nth-of-type(9) {transition-delay: .9s;}
.page_title p span:nth-of-type(10) {transition-delay: 1s;}
.page_title p span:nth-of-type(11) {transition-delay: 1.1s;}
.page_title p span:nth-of-type(12) {transition-delay: 1.2s;}
.page_title p span:nth-of-type(13) {transition-delay: 1.3s;}
.page_title p span:nth-of-type(14) {transition-delay: 1.4s;}

.page_title.show p span {transform: translateX(0); opacity: 1;}

.page_img {
	height: 360px;
	width: 97%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center 157px;
	background-attachment: fixed;
	background-size: contain;
	position: relative;
}

/*お知らせ*/
.page-id-19 .page_img {background-image: url("images/news/page_img.jpg");}

/*お問い合わせ*/
.page-id-21 .page_img {background-image: url("images/contact/page_img.jpg");}

/*よくあるご質問*/
.page-id-26 .page_img {background-image: url("images/faq/page_img.jpg");}

/*レンタカーをご利用のお客様へ*/
.page-id-32 .page_img {background-image: url("images/rule/page_img.jpg");}

/*選ばれる理由*/
.page-id-34 .page_img {background-image: url("images/whychoose/page_img.jpg");}

/*ご利用ガイド*/
.page-id-36 .page_img {background-image: url("images/whychoose/page_img.jpg");}

/*お支払い方法*/
.page-id-38 .page_img {background-image: url("images/whychoose/page_img.jpg");}

/*車両タイプ＆ご利用料金*/
.page-id-46 .page_img {background-image: url("images/whychoose/page_img.jpg");}



@media screen and ( max-width:1536px ){
	.page_img {background-size: 1536px;}
}

@media screen and ( max-width:1366px ){
	.page_img {background-size: 1366px; height: 320px;}
}

@media screen and ( max-width:991px ){
	.page_img {width: 100%; height: 290px; background-attachment: inherit; background-position: center center !important; background-size: cover;}
	.page_title {margin-top: 0; min-height: 120px;}
	.page_title h2 {font-size: 22px; bottom: 5px; right: 10px; letter-spacing: 3px;}
	.page_title p {left: 10px;}
	.page_title p span {font-size: 80px; letter-spacing: 5px;}
}

@media screen and ( max-width:767px ){ 
	.page_title h2 {font-size: 20px; right: 15px; letter-spacing: 2px;}
	.page_title p span {font-size: 60px; letter-spacing: 3px;}
}

@media screen and ( max-width:500px ){
	.page_img {height: 200px;}
	.page_title h2 {font-size: 17px; right: 10px; letter-spacing: 1px;}
	.page_title {min-height: 100px;}
	.page_title p span {font-size: 46px; letter-spacing: 0;}
}



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

    header

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



.main_img_wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 25px 0;
	margin-top: 114px;
	overflow-x: hidden;
	/*padding-bottom: calc(960 / 1885 * 100%);*/
}

.header_top {
	box-sizing: border-box;
	padding: 25px 25px 20px 35px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	transition: .3s;
}

.header_top.fixed {padding: 10px 25px 10px 35px; box-shadow: 5px 5px 20px rgba(0,0,0,0.2);}

.h_logo {
	float: left;
	max-width: 252px;
	width: 26%;
	padding-top: 10px;
	transition: .5s;
}
.h_logo img {transition: .5s;}
.header_top.fixed .h_logo {max-width: 160px;}

.h_nav_wrap {
	float: right;
	width: 70%;
	max-width: 585px;
}

.h_nav_wrap nav {position: relative;}

.h_nav_wrap nav ul {overflow: hidden;}
.h_nav_wrap nav li a {
	display: block;
	float: left;
	margin-right: 8%;
	font-size: 17px;
	color: #222;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.3;
	transition: .3s;
	padding-bottom: 24px;
	padding-top: 23px;
}

.h_nav_wrap nav li a:hover {color: #52d3cc;}

.header_top.fixed .h_nav_wrap nav li a {padding: 14px 0 13px;}

.h_nav_wrap .h_nav_btn a {
	background: #e25f78;
	color: #fff;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
	width: 210px;
	margin-right: 0;
	letter-spacing: 1px;
	font-size: 17px;
}
.h_nav_wrap .h_nav_btn a img {padding-right: 8px; position: relative; bottom: 1px;}
.h_nav_wrap .h_nav_btn a:hover {color: #fff; background: #52d3cc;}

.header_top.fixed .h_nav_btn a {padding: 12px 10px;}

ul.child {
	position: absolute;
	top: 67px;
	right: 0;
    z-index: 9999;
	width: 870px;
	transition: .3s;
	opacity: 0;
	/*transform: scale(0) translate(0, 0);*/
	overflow: hidden;
	background: rgba(255,255,255,1);
	padding: 0 20px 10px;
	box-sizing: border-box;
	visibility: hidden;
}

ul.child2 {left: 10%;}
.fixed ul.child {top: 52px; box-shadow: 0px 10px 10px rgba(0,0,0,0.2);}
ul.child li {float: left; margin-right: 10px;}

ul.child li a {
    padding: 20px 0 10px;
    display: block;
    color: #222;  
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
	font-size: 14px;
	line-height: 1.3;
	min-width: 130px;
	border: none;
	letter-spacing: 0;
}

ul.child li a img {
	margin-bottom: 5px;
	display: inline-block;
	transition: .3s;
	width: 100%;
	max-width: 130px;
}

nav > ul > li > .nav_li:hover + ul.child {
	display: block;
	transition: .3s;
	opacity: 1;
	/*transform: scale(1) translate(0, 0);*/
	visibility: visible;
}

ul.child:hover {
	display: block;
	transition: .3s;
	opacity: 1;
	/*transform: scale(1) translate(0, 0);*/
	visibility: visible;
}

ul.child li a:hover {color: #52d3cc;}
ul.child li a:hover img {opacity: 0.7;}



.header_main {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	height: 92vh;
}





.c-scroll {
    width: 1px;
    height: 10rem;
    position: absolute;
    top: 42%;
    left:58px;
    z-index: 5000;
}

.c-scroll02 {
    width: 1px;
    height: 9.5rem;
    position: static;
    z-index: 5000;
	top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.c-scroll a {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-scroll a span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 2px;
	font-weight: 600;
}

.c-scroll02 a span {
	color: #52d3cc;
	letter-spacing: 1px;
	white-space: nowrap;
}

.c-scroll__line {
    width: 1px;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
}

.page_top .c-scroll__line {
	background-color: rgba(255, 255, 255, 0.9);
}

.c-scroll__line::before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation-name: lineInOut;
    animation-name: lineInOut;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.page_top .c-scroll__line::before {background-color: #52d3cc;}

.page_top {
	position: absolute;
	right: 0;
	bottom: 13%;
	z-index: 9000;
	transform: rotate(180deg);
}

.page_top .c-scroll a span {
	transform: rotate(270deg) translateX(-50px);
	white-space: nowrap;
	color: #52d3cc;
}

@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}




.h_search_wrap {
	position: relative;
	padding-top: 40px;
}

.h_search_wrap_in {
	max-width: 1200px;
	width: 90%;
	/*position: absolute;
	left: 0;
	right: 0;
	top: -45px;*/
	margin: auto;
	z-index: 1000;
	transform: translateY(100px);
    opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.h_search_wrap.show .h_search_wrap_in {transform: translateY(0); opacity: 1;}



#reserve-box {
    background: #52d3cc/*#16259a*//*#c3f69d*//*#52d3cc*/;
    /*box-shadow: 0 2px 10px rgba(0,0,0,.2);*/
    font-size: 16px;
    width: 100%;
	box-sizing: border-box;
    padding: 30px 30px 15px;
}


.reservebox_dl01 {
	display: table;
	width: 100%;
}

.reservebox_dl01 > dt {
	display: table-cell;
	width: 42%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}

.reservebox_dl01 > dd {
	display: table-cell;
	width: 16%;
	vertical-align: top;
}





.lbl-style-a {
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
.form-control {
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
	/*color: #333;*/
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
	box-sizing: border-box;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.orange-btn {
    background: #e25f78;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
    margin: 0 auto;
    padding: 8px 10px 6px;
	box-sizing: border-box;
	border: solid 1px #fff;
	width: 100%;
}

.orange-btn:hover {background: #d17184;}



.input-text-box {
    margin-top: 5px;
    width: 49%;
}
#search-btn-box {
    margin-top: 30px;
}

.input-text-box .form-control option {color: #333;}

.reservebox_title {
	text-align: center;
	color: #fff;
	/*color: #333;*/
	font-weight: 500;
	line-height: 1.2;
	font-size: 18px;
}

.reservebox_title span {
	font-size: 0.7em;
	color: #fff;
	/*color: #333;*/
	display: inline-block;
	padding: 0 8px;
}


/* カレンダーアイコン */
.calendar-icon {
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
}
.calendar-icon:after {
    color: #fff;
	/*color: #333;*/
    content: "\f073";
    font-size: 1.2rem;
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 10px;
}
/* 時計アイコン */
.time-icon {
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
}
.time-icon:after {
   color: #fff;
	/*color: #333;*/
    content: "\f017";
    font-size: 1.3rem;
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 10px;
}
.start-time, .end-time {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

#ui-datepicker-div {top: 770px !important; z-index: 100 !important;}

@media screen and ( max-width:991px ){
	.reservebox_title {font-size: 16px;}
	.orange-btn {font-size: 13px; letter-spacing: 0;padding: 8px 5px 6px;}
	.h_search_wrap_in {width: 96%;}
}

@media screen and ( max-width:767px ){
	#reserve-box {padding: 20px;}
	.reservebox_dl01 > dt {display: block; width: 100%; margin: 0 auto 10px;}
	.reservebox_dl01 > dd {display: block; width: 100%; max-width: 240px; margin: 0 auto;}
	#search-btn-box {margin-top: 5px;}
	.calendar-icon:after {font-size: 1em}
	.h_search_wrap_in {width: 94%;}
	.orange-btn {font-size: 15px; padding: 12px 10px 10px; border-radius: 30px;}
}

@media screen and ( max-width:567px ){
	.h_search_wrap_in {width: 92%;}
}



















.side_sns_wrap {
	position: absolute;
	right: 0;
	top: 38%;
	z-index: 100;
	box-sizing: border-box;
	padding: 35px 17px;
	background: #fff;
}

.side_sns_wrap p:nth-of-type(1) {margin-bottom: 35px;}



.h_slide_wrap {position: relative;}

#text-slider {
	position: absolute;
	top: 23%;
	left: 10%;
	z-index: 100;
	width: 50%;
}

#text-slider p {
	font-size: 41px;
	color: #fff;
	letter-spacing: 3px;
}

#text-slider .slick-list {overflow-y: visible !important;}

#text-slider .txt {
  opacity: 0; /* 初期状態は非表示 */
  transition: all 1.5s ease-in-out; /* フェードと移動のアニメーション */
}

/*#text-slider .txt02 {
	bottom: 50px !important;
	top: auto !important;
}

#text-slider .txt03 {
	top: 60px !important;
}*/

#text-slider .txt.active {
  opacity: 1; /* 表示 */
}

#text-slider .slide_text01 {
	font-size: 1.2em;
	color: #fff;
	line-height: 1;
}

#text-slider .slide_b_text {
	font-size: 0.6em;
	color: #fff;
	line-height: 1.3;
}

.slide_line01 {
	display: block;
	width: 200px;
	height: 1px;
	background: #fff;
	margin: 15px 0 5px;
}

.slick-dotted.slick-slider {margin-bottom: 0 !important;}
.slick-track {overflow-x: hidden;}

@media screen and ( max-width:1680px ){
	#text-slider p {font-size: 37px}
}

@media screen and ( max-width:1366px ){
	#text-slider {top: 20%; left: 8%;}
	#text-slider p {font-size: 34px}
	/*#text-slider .txt02 {bottom: 30px !important;}*/
}

@media screen and ( max-width:1199px ){
	#text-slider p {font-size: 30px; letter-spacing: 2px;}
}

@media screen and ( max-width:991px ){
	#text-slider p {font-size: 27px;}
	.slide_line01 {width: 140px;}
	#text-slider .txt03 {top: 40px !important;}
}

@media screen and ( max-width:896px ){
	#text-slider p {font-size: 24px;}
}

@media screen and ( max-width:767px ){
	#text-slider p {font-size: 20px; letter-spacing: 1px;}
	/*#text-slider .txt02 {bottom: 10px !important;}*/
}

@media screen and ( max-width:640px ){
	#text-slider p {font-size: 18px;}
	/*#text-slider .txt03 {top: 20px !important;}*/
	.slide_line01 {margin: 5px 0 0; width: 80px;}
}

@media screen and ( max-width:567px ){
	#text-slider {width: 80%; left: 0; right: 0; margin: auto; top: 12%;}
	#text-slider p {font-size: 27px;}
	#text-slider .txt02 {bottom: 0 !important;}
	#text-slider .txt03 {top: 0 !important;}
	#text-slider .slick-list {overflow-y: hidden !important;}
}

@media screen and ( max-width:450px ){
	#text-slider .txt01 br {display: none;}
}


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

    sp_header

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

.sp_menu {
	padding: 36px 30px;
	background: #222;
	cursor: pointer;
	min-height: 100px;
	box-sizing: border-box;
	position: fixed;
    top: 0;
    width: 100px;
    z-index: 99999;
}

.menu-trigger {
	
}

.menu-trigger p {
	font-size:10px !important;
	font-weight: 600;
	position: relative;
	top: 20px;
	color: #fff;
	letter-spacing: 0;
	left: -2px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 26px;
	margin: auto;
	display: block;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	top: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-40deg);
	transform: translateY(8px) rotate(-40deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(40deg);
	transform: translateY(-8px) rotate(40deg);
	width: 100%;
}



.b_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    background: rgba(0,0,0,.8);
    transition: all .2s;
    opacity: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
}

.overflow-h .b_overlay {
	opacity: 1;
	visibility: visible;
}




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

    sp_menu

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

.sp_menu_wrap {
	overflow-y: scroll;
	overflow-x: hidden;
    position: fixed;
    top: 0;
    z-index: 8000;
	margin: auto;
    color: #111;
    text-align: center;
	width: 100%;
    height: 100vh;
    /*padding: 10vh 10px 10vh;*/
	box-sizing: border-box;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	margin-right: 110px;
	background: #fff;
}

.sp_menu_wrap.open {
	opacity: 1;
	visibility: visible
}



.sp_menu_box {
	box-sizing: border-box;
	/*float: right;
	width: 50%;*/
	padding-top: 10vh;
	padding-bottom: 14vh
}

.sp_menu_in {
	max-width: 400px;
	width: 90%;
	margin: auto;
}

.sp_menu_in h2 {text-align: center; margin-bottom: 80px;}
.sp_menu_in ul {margin-bottom: 80px;}
.sp_menu_in li {margin-bottom: 46px;}
.sp_menu_in li a {
	font-size: 25px;
	letter-spacing: 5px;
	line-height: 1.3;
}

.sp_menu_in li a span {
	text-align: center;
	display: block;
	font-size: 12px;
	color: #999;
}

.sp_menu_in li a:hover {
	color: #52d3cc;
}

.sp_menu_info p {
	font-size: 15px;
	line-height: 2em;
	text-align: center;
	margin-bottom: 40px;
}

.sp_copy {
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.3;
}

.sp_menu_btn {margin-bottom: 40px;}

.sp_menu_btn a {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	background: #dccd59;
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
	color: #222;
	transition: .3s;
}

.sp_menu_btn a img {
	padding-right: 10px;
	transition: .3s;
}

.sp_menu_btn a:hover {
	background: #b20000;
	color: #fff;
}

.sp_menu_btn a:hover img {
	filter: invert(100%);
}

.sp_sns_wrap {margin-bottom: 50px;}
.sp_sns_wrap p {text-align: center;}
.sp_sns_wrap p a:nth-of-type(1) {margin-right: 30px;}









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

    top

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




.top01 {padding: 70px 0 120px; overflow-x: hidden;}

.top01_in {
	min-height: 670px;
	position: relative;
	max-width: 1520px;
	width: 90%;
	margin: auto;
}

.top01_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.top01_title h3 {
	color: #52d3cc;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 14px;
	text-align: center;
    opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.top01.show .top01_title h3 {opacity: 1;}

.title_line01 {
	width: 1px;
	height: 0;
	background: #52d3cc;
	margin: auto;
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .8s;
	position: relative;
}
.top01.show .title_line01 {height: 108px;}

.top01.show .title_line01::before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #daf2f1;
    -webkit-animation-name: lineInOut;
    animation-name: lineInOut;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.top01_img {
	position: absolute;
	left: 0;
	top: 100px;
	max-width: 850px;
	width: 56%;
	z-index: 1;
	transform: translateX(300px);
    opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .8s;
}
.top01.show .top01_img {transform: translateX(0); opacity: 1;}

.top01_img img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}

.top01_content {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 78px 4.8% 68px;
	background: #fff;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
	z-index: 100;
	transform: translateX(-300px);
    opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .8s;
}
.top01.show .top01_content {transform: translateX(0); opacity: 1;}

.top01_content::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #52d3cc;
	position: absolute;
	left: 0;
	top: 10px;
}

.top01_content h3 {
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.5;
	color: #52d3cc;
	display: block;
	margin-bottom: 35px;
}

.top01_content p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
}


.top02 {width: 93.75%; padding-bottom: 140px;}
.top02_in {position: relative; min-height: 930px; overflow: hidden;}
.top02_in::before {
	display: block;
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
	background: #edf6f6;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 1s;
}
.top02.show .top02_in::before {width: 100%;}

.sec_title01 {
	text-align: center;
	margin-bottom: 80px;
	min-height: 152px;
}

.sec_title01 h3 {
	color: #52d3cc;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 14px;
	text-align: center;
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .4s;
}
.sec_title01.show h3 {opacity: 1;} 

.title_line02 {
	width: 1px;
	height: 0;
	background: #52d3cc;
	margin: 0 auto 15px;
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
	position: relative;
}
.sec_title01.show .title_line02 {height: 60px;}

.sec_title01.show .title_line02::before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #daf2f1;
    -webkit-animation-name: lineInOut;
    animation-name: lineInOut;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sec_title01 h2 {
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 1.2;
	color: #52d3cc;
	transform: translateY(50px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 1s;
}
.sec_title01.show h2 {opacity: 1;transform: translateY(0);} 

.top02_bnr_wrap01 {
	max-width: 1620px;
	width: 90%;
	margin: 0 auto 85px;
}

.top02_bnr01 {
	transform: translateY(70px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	
}
.top02_bnr01:nth-of-type(1) {transition-delay: .7s;}
.top02_bnr01:nth-of-type(2) {transition-delay: .8s;}
.top02_bnr01:nth-of-type(3) {transition-delay: .9s;}

.top02.show .top02_bnr01 {opacity: 1;transform: translateY(0);}

.top02_bnr01 a {
	display: block;
	min-height: 360px;
	width: 29.6%;
	margin: 0 1.85%;
	float: left;
	background: #fff;
	padding-top: 20px;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
	position: relative;
	transition: .5s;
}
.top02_bnr01 a:hover {background: #52d3cc;}

.top02_bnr01 a::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #52d3cc;
	position: absolute;
	left: 0;
	top: 10px;
	transition: .5s;
}
.top02_bnr01 a:hover::after {background: #fff;}

.top02_bnr01_img {width: 100%; overflow: hidden;}
.top02_bnr01_img img {object-fit: cover; width: 100%; height: 176px;transition: .5s;}
.top02_bnr01 a:hover .top02_bnr01_img img {filter: brightness(0.5); transform: scale(1.1);}
.top02_bnr01_bottom {
	box-sizing: border-box;
	padding: 34px 20px;
	text-align: center;
	position: relative;
	min-height: 180px;
}
.top02_bnr01_bottom p {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px;
	color: #999;
	transition: .5s;
}
.top02_bnr01 a:hover .top02_bnr01_bottom p {color: #fff;}

.top02_bnr01_bottom h3 {
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #52d3cc;
	display: block;
	transition: .5s;
}
.top02_bnr01 a:hover .top02_bnr01_bottom h3 {color: #fff;}

.top02_bnr01_bottom h4 {
	display: block;
	width: 144px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.top02_bnr01_bottom h4 img {padding-right: 6px;transition: .5s;}
.top02_bnr01 a:hover .top02_bnr01_bottom h4 img {filter: grayscale(100%) brightness(2) ;}
.top02_bnr01_bottom h4 span {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	text-decoration: underline;
	font-weight: 500;
	transition: .5s;
}
.top02_bnr01 a:hover .top02_bnr01_bottom h4 span {color: #fff;}

.top02_bnr01_no {
	display: block;
	font-size: 110px;
	color: #bde6e6;
	position: absolute;
	opacity: 0.5;
	top: 22%;
	right: 20px;
	transition: .5s;
}


.top02_bnr_wrap02 {
	max-width: 970px;
	width: 90%;
	margin: auto;
}

.top02_bnr02 {
	transform: translateY(50px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 1.2s;
}
.top02_bnr02:nth-of-type(2) {transition-delay: 1.23s;}

.top02.show .top02_bnr02 {transform: translateY(0); opacity: 1;}

.top02_bnr02 a {
	display: block;
	max-width: 460px;
	width: 48%;
	float: left;
	transition: .3s;
}

.top02_bnr02:nth-of-type(2) a {float: right;}
.top02_bnr02 a:hover {transform: scale(0.95);}


.top03 {min-height: 810px;}
.top03_left {
	float: left;
	position: relative;
	width: 47%;
	height: 100%;
	padding: 60px 0 65px;
}
.top03_left::before {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	background: #edf6f6;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 1.1s;
}
.top03.show .top03_left::before {width: 50%;}
.top03_right {
	float: right;
	position: relative;
	width: 47%;
	height: 100%;
	padding: 60px 0 65px;
}
.top03_right::before {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	background: #edf6f6;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 1.1s;
}
.top03.show .top03_right::before {width: 50%;}
.top03_left .top03_box {
	float: right;
	max-width: 680px;
	width: 77%;
	transform: translateY(50px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.top03.show .top03_left .top03_box {transform: translateY(0); opacity: 1;}

.top03_right .top03_box {
	float: left;
	max-width: 680px;
	width: 77%;
	transform: translateY(50px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .8s;
}
.top03.show .top03_right .top03_box {transform: translateY(0); opacity: 1;}

.top03_box_img {margin-bottom: 40px;}
.top03_box_img img {object-fit: cover; width: 100%; height: 400px;}
.top03_box h3 {
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 2px;
	color: #52d3cc;
	display: block;
	margin-bottom: 30px;
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}
.top03_right .top03_box h3 {transition-delay: .9s;}
.top03.show .top03_box h3 {transform: translateY(0); opacity: 1;}

.top03_box p {
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .7s;
}
.top03_right .top03_box p {transition-delay: 1s;}
.top03.show .top03_box p {transform: translateY(0); opacity: 1;}


.top_bnr01_wrap {padding: 40px 0 10px;}
.top_bnr01_wrap h3 {
	display: block;
	transform: translateY(50px);
	opacity: 0;
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .6s;
}
.top_bnr01_wrap.show h3 {transform: translateY(0); opacity: 1;}

.top_bnr01_wrap h3 a {
	display: block;
	max-width: 580px;
	width: 100%;
	margin: auto;
	transition: .3s;
}

.top_bnr01_wrap h3 a:hover {transform: scale(0.95);}



.top04 {padding: 70px 0 140px;}
.top04 .sec_title01 {margin-bottom: 50px;}

.lineup_slider_box {margin: 0 12px;}
.lineup_slider_box a {
	display: block;
	width: 380px;
	min-height: 470px;
	box-sizing: border-box;
	border: solid 1px #333;
	padding: 10px;
	position: relative;
	text-align: center;
}

.lineup_slider_box a:hover {opacity: 0.7;}

.lineup_slider_img {margin-bottom: 20px;}
.lineup_slider_img img {object-fit: cover; width: 100%; height: 235px;}
.lineup_slider_box h3 {font-size: 16px; line-height: 1.4; margin-bottom: 4px;}
.lineup_slider_box h4 {font-size: 16px; line-height: 1.4; margin-bottom: 10px;}
.lineup_seater {
	box-sizing: border-box;
	padding: 3px 10px;
	background: #52d3cc;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	max-width: 150px;
	width: 90%;
	margin: 0 auto 10px;
	color: #fff;
}
.lineup_price {font-size: 16px; line-height: 1.4; margin-bottom: 10px;}
.lineup_slider_box h5 {
	display: block;
	width: 150px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.lineup_slider_box h5 img {padding-right: 6px; display: inline-block;}
.lineup_slider_box h5 span {font-size: 14px; text-decoration: underline;}
.dots-wrap {
    display: flex;
    justify-content: center;
	padding-top: 20px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #52d3cc;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-wrap2 {
	position: absolute;
	left: 3.5%;
	bottom: 60px;
	z-index: 100;
}

.dots-wrap2 li {
	border-radius: 0;
	background: #fff;
	width: 12px;
	height: 12px;
	border: solid 1px #52d3cc;
}


.btn01 a {
	display: block;
	max-width: 160px;
	transition:all .5s ease-in-out;
	position: relative;
	padding: 15px 15px 15px 7px;
	text-align: center;
}

.btn01 a img {padding-right: 10px;}
.btn01 a span {
	font-size: 17px;
	line-height: 25px;
	transition:all .5s ease-in-out;
}
.btn01 a:hover span {
	color: #52d3cc;
}

.btn01 a .border {position: absolute;}

.btn01 a .border:nth-of-type(1){
  top:0;
  left:0;
  width:0;
  height:0;
  border-top:1px solid #52d3cc;
	transition:all .5s ease-in-out;
}

.btn01 a .border:nth-of-type(2){
  top:0;
  right:0;
  width:10px;
  height:0;
  border-right:1px solid #52d3cc;
	transition:all .5s ease-in-out;
}

.btn01 a .border:nth-of-type(3){
  bottom:0;
  right:0;
  width:0;
  height:0;
  border-bottom:1px solid #52d3cc;
	transition:all .5s ease-in-out;
}

.btn01 a .border:nth-of-type(4){
  bottom:0;
  left:0;
  width:0;
  height:0;
  border-left:1px solid #52d3cc;
	transition:all .5s ease-in-out;
}

.btn01 a:hover .border:nth-of-type(1){
  width:100%;
}

.btn01 a:hover .border:nth-of-type(2){
  height:100%;
}

.btn01 a:hover .border:nth-of-type(3){
  width:100%;
}

.btn01 a:hover .border:nth-of-type(4){
  height:100%;
}



/*ここからトップのニュースブロック*/


.top05 {padding-bottom: 140px;}
.top05_in {max-width: 1200px; width: 90%; margin: auto;}

.top05.show .btn01 {
	transform: translateY(0);
	opacity: 1;
}

.top05_left {
	max-width: 260px;
	width: 24%;
	float: left;
}

.top05_right{
	max-width: 930px;
	width: 74%;
	float: right;
}

.t_news_title {margin-bottom: 100px;}
.t_news_title h2 {
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #52d3cc;
}

.t_news_title h3 {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #52d3cc;
}

.t_news_box dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
	transform: translateY(150px);
	opacity: 0;
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.t_news_box dl:nth-of-type(1) {transition-delay: .3s; border-top: solid 1px #ddd;}
.t_news_box dl:nth-of-type(2) {transition-delay: .4s;}
.t_news_box dl:nth-of-type(3) {transition-delay: .5s;}
.t_news_box dl:nth-of-type(4) {transition-delay: .6s;}

.t_news_box.show dl {
	transform: translateY(0);
	opacity: 1;
}

.t_news_box dl a {
	display: block;
	transition: .5s;
	padding: 25px 20px 25px 22px;
	box-sizing: border-box;
}

.t_news_box dl a:hover {background: #f5f5f5;}

.t_news_box dt {
	display: table-cell;
	width: 130px;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.2;
	color: #52d3cc;
	border-right: solid 1px #ccc;
	vertical-align: middle;
}

.t_news_box dd {
	display: table-cell;
	box-sizing: border-box;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.4;
}

.t_news_box dd a {
	
}

.t_news_box dd a:hover {
	text-decoration: underline;
	color: #52d3cc;
}


@media screen and ( max-width:1366px ){
	.top05_in {width: 84%;}
	.top05_left {width: 25%;}
	.t_news_title h2 {font-size: 32px;}
	.t_news_title h3 {font-size: 16px;}
	.t_news_box dd {font-size: 16px;}
	.t_news_box dt {font-size: 15px; width: 120px;}
}

@media screen and ( max-width:991px ){
	.top05_left {float: none; width: 100%; margin: 0 auto;}
	.top05_right {float: none; width: 100%; margin: 0 auto 30px;}
	.t_news_title {text-align: center; margin-bottom: 50px;}
	.top05 .btn01 a {margin: auto;}
	.t_news_title {margin-bottom: 40px;}
	.t_news_title h2 {font-size: 30px;}
}

@media screen and ( max-width:767px ){
	
	.t_news_box dd {font-size: 15px;}
	.t_news_box dt {font-size: 14px; width: 110px; letter-spacing: 1px;}
}

@media screen and ( max-width:567px ){
	.t_news_box dl a {padding: 20px 0;}
	.t_news_box dt {font-size: 13px; width: 90px;}
	.t_news_box dd {padding-left: 20px; font-size: 15px; letter-spacing: 1px; line-height: 1.3;}
	.top05 {padding-bottom: 70px;}
	.news01 .t_news_box {margin-bottom: 30px;}
}

@media screen and ( max-width:450px ){
	.t_news_box dd {line-height: 1.3; font-size: 14px;}
}


/*ここまでトップのニュースブロック*/





.top06 {padding-bottom: 140px;}
.top06_in {max-width: 1200px; width: 90%; margin: auto;}
.top06_title {margin-bottom: 40px;}
.top06_title h2 {font-size: 30px; line-height: 40px; text-align: center; font-weight: 500;}
.top06_title h2 img {padding-right: 10px;}
.t_insta_wrap {margin-bottom: 40px; overflow: hidden;}
.t_insta_wrap img {float: left; width: 49.8%;}
.t_insta_wrap img:nth-of-type(2) {float: right;}
@media screen and ( max-width:767px ){
	.t_insta_wrap img {float: none; width: 100%; margin-bottom: 5px;}
	.t_insta_wrap img:nth-of-type(2) {float: none;}
}
.insta_btn a {
	display: block;
	box-sizing: border-box;
	padding: 12px;
	max-width: 200px;
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	transition:all .3s ease-in-out;
	border: solid 1px #333;
}

.insta_btn a:hover {
	background: #52d3cc;
	color: #fff;
}


.b_contact {padding-top: 65px; position: relative;}

.b_contact .sec_title01 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	max-width: 400px;
	width: 90%;
}
.b_contact .sec_title01 h2 {color: #fff;}

.b_contact_in {
	background-image: url("images/top/b_contact_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 560px;
	padding-top: 150px;
	box-sizing: border-box;
}

.b_contact_in02 {
	max-width: 1490px;
	width: 90%;
	margin: auto;
}

.b_contact_box {
	float: left;
	width: 32.3%;
	margin: 0 0.5%;
	background: rgba(255,255,255,0.8);
	min-height: 324px;
	box-sizing: border-box;
	padding: 50px 0 10px;
	transform: translateY(50px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	
}
.b_contact_box01 {transition-delay: .7s;}
.b_contact_box02 {transition-delay: .85s;}
.b_contact_box03 {transition-delay: 1s;}

.b_contact.show .b_contact_box {transform: translateY(0); opacity: 1;}

.b_contact_box_in {
	max-width: 340px;
	width: 84%;
	margin: auto;
}

.b_contact_box_title {margin-bottom: 20px; text-align: center;}
.b_contact_box03 .b_contact_box_title {padding-top: 10px;}
.b_contact_box_title p {
	font-size: 18px;
	line-height: 1.3;
	color: #52d3cc;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.b_contact_box_title h3 {
	font-size: 28px;
	line-height: 1.2;
	color: #52d3cc;
	display: block;
	font-weight: 500;
}
.b_contact_box02 .b_contact_box_title p {color: #e25f78;}
.b_contact_box02 .b_contact_box_title h3 {color: #e25f78;}

.b_contact_box_text {margin-bottom: 25px;}
.b_contact_box_text p {font-size: 16px; text-align: center;}

.b_contact_box_btn a {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 18px 12px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	background: #52d3cc;
	transition: .3s;
}

.b_contact_box_btn a img {padding-right: 10px;}

.b_contact_box02 .b_contact_box_btn a {background: #e25f78;}
.b_contact_box03 .b_contact_box_btn a {background: #00b900;}



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

    footer

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




.footer_link_wrap {
	padding: 35px 0;
}

.footer_link {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

.footer_link a {
	margin-right: 30px;
}

.footer_link a:last-of-type {
	margin-right: 0;
}




footer {
	box-sizing: border-box;
	padding: 100px 0 0;
	background: #333;
	position: relative;
	overflow-x: hidden;
}


.footer_in {
	width: 88%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.footer_left {
	max-width: 460px;
	width: 20%;
	float: left;
}

.footer_right {
	max-width: 820px;
	width: 78%;
	float: right;
	overflow: hidden;
}

.footer_left h2 {
	margin-bottom: 35px;
}

.footer_left h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.2;
	color: #52d3cc;
	margin-bottom: 6px;
}

.footer_left p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #52d3cc;
}

.footer_left p a {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.7;
	color: #52d3cc;
}

.footer_left p a:hover {
	text-decoration: underline;
}

.f_nav {
	margin-bottom: 30px;
	overflow: hidden;
}

.f_nav_box {
	float: left;
	width: 36%;
}
.f_nav_box01 {width: 23%;}
.f_nav_box02 {width: 41%;}

.f_nav h3 {
	font-size: 18px;
	font-weight: 600;
	color: #52d3cc;
	line-height: 1.3;
	margin-bottom: 5px;
}

.f_nav li {
	list-style: none;
	margin-bottom: 20px;
}



.f_nav li a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.3;
	color: #52d3cc;
	padding-left: 30px;
	display: block;
	position: relative;
}

.f_nav li a::before {
	display: block;
	content: "";
	width: 17px;
	height: 1px;
	background: #52d3cc;
	position: absolute;
	left: 0;
	top: 48%;
}

.f_nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

.f_nav li a:hover::before {
	background: #fff;
}

.f_nav li a i {
	display: inline-block;
	text-align: center;
	color: #52d3cc;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: 10px;
	line-height: 1;
	padding: 1px 0 0 2px;
}

.footer_right_bottom {
	float: right;
	width: 100%;
}

.footer_qr {
	float: left;
	max-width: 274px;
	width: 70%;
}

.pagetop {padding-top: 50px;}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	text-align: center;
	float: right;
	box-sizing: border-box;
	padding-top: 12px;
	transition: .2s;
}

.pagetop a img {
	position: relative;
	right: 2px;
}

.pagetop a::after {
	display: block;
	content: "";
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #52d3cc;
	border-radius: 50%;
	
}

.pagetop a:hover {
	transform: translateY(-10px);
}

.f_insta {padding-top: 20px;}
.f_insta a:nth-of-type(1) {margin-right: 20px;}
.footer_bottom {
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
}

.f_copy {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #52d3cc;
	padding-top: 50px;
	
}










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

    news

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


.news01 {padding: 80px 0 50px;}

.news01_title {margin-bottom: 40px;}
.news01_title h2 {
	text-align: center;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #52d3cc;
}

.news01 .t_news_box {margin-bottom: 40px;}


.single .breadcrumbs_wrap {margin-top: 80px;}

.single_wrap {
	padding: 90px 0 100px;
}

.single_img {
	padding-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.single_img img {
	width: 100%;
	object-fit: cover;
	height: 560px;
}

.single_title {
	font-size: 28px;
	letter-spacing: 1px;
	display: block;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #333;
}

.post-navigation {
	padding: 30px 0;
}

.nav-links {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}

.nav-links a {
	font-size: 12px;
	letter-spacing: 0;
}

.nav-links a:nth-of-type(1) {
	display: block;
	width: 50%;
	float: left;
	border-right: solid 1px #ccc;
	box-sizing: border-box;
	padding: 20px 10px 20px 0;
}

.nav-links a:nth-of-type(2) {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	padding: 20px 0 20px 10px;
}

.nav-links a:hover {
	color: #52d3cc;
}

.nav-links a span {
	font-size: 13px;
}

.nav-links a:hover span {
	color: #52d3cc;
}

.entry-content {
	padding-bottom: 30px;
	border-bottom: solid 5px #eee;
}

.cat-links {
	margin-bottom: 10px;
}

.cat-links a {
	display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    color: #52d3cc;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
    width: 108px;
    border: solid 1px #52d3cc;
}

.single .entry-title {
	font-size: 26px;
	color: #52d3cc;
	padding-top: 10px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 15px;
}
.entry-date {padding-bottom: 10px;}

.byline {
	display: none;
	
}

.entry-date a {
	cursor:default;
}

.comments-link {
	display: none;
}

.edit-link {
	display: none;
}

.single .post-thumbnail {
	margin-bottom: 25px;
}

.single .post-thumbnail img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.single .entry-content {
	padding: 30px 0 20px;
	margin-top: 40px;
	border-top: solid 1px #ccc;
	clear: both;
	margin-bottom: 30px;
}

.single .entry-content p {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
}

.entry-date {
	color: #888;
	float: right;
	font-family: 'Lato', sans-serif;
}

.wp-block-table tbody {
	border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

.single .btn01 a {width: 100%; margin: auto;}

@media screen and ( max-width:991px ){
	.single_wrap {padding-top: 50px;}
}

@media screen and ( max-width:767px ){
	.news01 {padding: 70px 0;}
	.single .post-thumbnail img {height: 400px;}
	.single .breadcrumbs_wrap {margin-top: 66px;}
}

@media screen and ( max-width:567px ){
	.news01 {padding: 50px 0 30px;}
	.single .post-thumbnail img {height: 300px;}
	.news01 .t_news_box {margin-bottom: 10px;}
	.news01_title {margin-bottom: 20px;}
	.news01_title h2 {font-size: 24px; letter-spacing: 1px;}
}

@media screen and ( max-width:500px ){
	.single .breadcrumbs_wrap {margin-top: 60px;}
	.news01 {padding: 30px 0 20px;}
	.post-navigation {padding: 0;}
}

@media screen and ( max-width:450px ){
	.single_wrap {padding: 20px 0 20px;}
	.single .post-thumbnail img {height: 250px;}
	.single .entry-title {font-size: 18px; letter-spacing: 1px;}
	.nav-links a span {font-size: 12px;}
}










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

    contact

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

.grecaptcha-badge { visibility: hidden; }
.contact01 {padding: 50px 0 60px;}

.contact01_text {font-size: 16px; text-align: center; margin-bottom: 50px; line-height: 1.7; letter-spacing: 2px;}

.contact01_box01 {max-width: 470px; width: 100%; margin: 0 auto 30px; box-sizing: border-box; padding: 17px 10px; border: solid 1px #333;}
.contact01_box01_text01 {text-align: center; font-size: 16px; font-weight: 500;}
.contact01_box01 .bottom_info_tel {opacity: 1; transform: translateY(0); text-align: center;}
.contact01_box01 .bottom_info_tel a {font-size: 34px; color: #52d3cc; line-height: 1;}
.contact01_box01 .bottom_info_tel a span {font-size: 0.7em; color: #52d3cc; padding-right: 8px;}
.contact01_box01 .bottom_info_right_text {opacity: 1; transform: translateY(0); margin-bottom: 0; text-align: center; font-size: 14px;}


.contact02 {padding: 0 0 120px;}
.contact02_title {
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #1258c3;
	text-align: center;
	margin-bottom: 40px;
}
.contact02 dl {
	display:table;
	width:100%;
	padding: 10px 0;
	margin-bottom: 10px;
}

.contact02 dl dt {
	display:table-cell;
	width:26%;
	box-sizing:border-box;
	vertical-align:top;
	font-weight: 500;
	font-size: 15px;
	padding-top: 5px;
}

.contact02 dl dt p {font-size: 16px;}

.contact02 dl dd {
	display:table-cell;
	width:74%;
	box-sizing:border-box;
}

.input_dummy {
	width:500px;
	height:36px;
	box-sizing:border-box;
	background-color:#fff;
}

.textarea_dummy {
	width:500px;
	height:165px;
	box-sizing:border-box;
	background-color:#fff;
}

#zip {
    width: 200px;
}

.contact02 .contact02_in p {
	margin-bottom: 0;
}

.contact02 .contact02_in .required {
	color:#fff;
	background-color:#e25f78;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 2px 5px 2px;
}

.contact02 .contact02_in .required02 {
	display:block;
	padding-left: 31%;
	font-size:12px;
	color:#e25f78;
    margin-bottom: -30px;
    margin-top: 10px;
	letter-spacing: 0;
	text-align: left;
}
.contact02 .contact02_in .required02 {
	padding-left: 0;
	margin-bottom: 3px;
}
.required2 {
    color: #fff;
    background-color: #aaa;
    font-size: 11px;
    padding: 2px 5px;
	margin: 0 10px 0 0;
	letter-spacing: 1px;
}

.yuubin .required02 {
    padding-left: 3%;
    display: inline;
}

.contact02 input[type="text"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #ccc;
}

.contact02 input[type="email"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
}

.contact02 input[type="tel"] {
	font-size: 16px;
    padding: 14px;
	width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
}

.contact02 input[type="radio"] {
	margin-top: 0;
}

.contact02 input[type="number"] {
	font-size: 16px;
    padding: 14px;
	width: 100px;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
	margin: 0 5px 5px;
}

.contact02 textarea {
	font-size: 16px;
    padding: 14px;
    width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
}

.contact02 input[type="submit"] {
	max-width:400px;
	width: 80%;
	margin: 30px auto 0;
	box-sizing:border-box;
	display:block;
	text-align:center;
	background-color:#52d3cc;
	color:#fff;
    padding: 18px 0;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	border-radius: 40px;
	-webkit-appearance: none;
	transition: .3s;
}

.contact02 input[type="submit"]:hover {
	background-color:#e25f78;
	transition: .3s;
}

.wpcf7-list-item {
	margin-left: 0;
	margin-right: 3em;
}

.wpcf7-list-item span {
	font-size: 15px;
}


#zip_txt {
    font-size: 12px;
    padding-left: 7px;
    color: #e25f78;
    line-height: 1.3em;
	letter-spacing: 0;
}





@media screen and ( max-width:991px ){
	.contact01_text {font-size: 15px;}
	
}

@media screen and ( max-width:767px ){
	.contact01 {padding: 0 0 70px;}
	.contact01_text {margin-bottom: 30px; text-align: left;}
	.contact01_box01_text01 {font-size: 16px;}
	
	.contact02 dl {display: block;width: 100%;}
	.contact02 dl dt {display: block;width: 100%;font-size: 14px;}
	.contact02 dl dd {display: block;width: 100%;padding: 10px 0;}
	.wpcf7-list-item {display: block;width: 100%;margin-bottom: 4px;margin-right: 0;}
	.contact02_in p.tc {text-align: left !important;}
	.contact02 input[type="submit"] {font-size: 15px;}
}

@media screen and ( max-width:567px ){
	.contact01 {padding: 20px 0 20px;}
	.contact01_text br {display: none;}
	.contact01_box01 .bottom_info_tel a {font-size: 26px;}
	.contact01_box01 .bottom_info_right_text {font-size: 12px;}
	.contact01_box01 {padding: 20px 15px;}
	.contact01_box01_text01 {font-size: 15px;}
	.contact02 {padding-bottom: 60px;}
	.contact02_in {padding-bottom: 10px;}
	.contact02 dl dt p {font-size: 15px;}
	.contact02 input[type="number"] {width: 70px; padding: 14px 8px;}
	.recruit03_text {font-size: 15px; letter-spacing: 1px; text-align: left; margin-bottom: 20px;}
}

@media screen and ( max-width:450px ){
	.contact01_text {font-size: 14px;}
	.contact01_box01 {margin-bottom: 20px;}
	.contact02 {padding-bottom: 70px;}
	.contact02 dl {margin-bottom: 0;}
	
}









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

    rentalterms

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



.rentalterms01 {padding: 60px 0 90px;}
.terms_t_text {font-size: 16px; text-align: center; display: block; margin-bottom: 50px; color: #666;}
.terms_box {margin-bottom: 40px;}
.terms_box h4 {font-size: 22px; line-height: 1.4; font-weight: 500; margin-bottom: 10px;}
.terms_box p {font-size: 16px; line-height: 1.6; color: #666;}
.terms_title {font-size: 30px; line-height: 1.3; letter-spacing: 2px; font-weight: 500; color: #52d3cc; text-align: center; display: block; margin-bottom: 35px; padding-top: 20px;}


@media screen and ( max-width:991px ){
	.terms_t_text {font-size: 15px; margin-bottom: 50px;}
	.terms_box h4 {font-size: 20px;}
	.terms_box p {font-size: 15px;}
	.terms_title {font-size: 26px; letter-spacing: 1px;}
}

@media screen and ( max-width:567px ){
	.rentalterms01 {padding: 50px 0 50px;}
	.terms_box {margin-bottom: 30px;}
	.terms_t_text {font-size: 14px; margin-bottom: 30px;}
	.terms_box h4 {font-size: 18px;}
	.terms_box p {font-size: 14px;}
	.terms_title {font-size: 24px;margin-bottom: 20px; padding-top: 10px;}
}







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

    faq

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



.faq01 {padding: 60px 0 80px;}


.qa-list dl {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 29px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #52d3cc;
    border-right: 2px solid #52d3cc;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 35px 20px 60px;
    font-weight: 400;;
    background: #fff;
	font-size: 19px;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    content: 'Q.';
    color: #52d3cc;
	font-weight: 500;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 16px;
	top: 15px;
    display: block;
    content: 'A.';
    font-weight: 500;
    color: #e25f78;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
	background: #f5f5f5;
}
.qa-list dl dd p {
    margin: 30px 0 0;
	font-size: 16px;
	line-height: 1.6;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.qa-list dl dd p a {
	font-size: 1em;
	color: #e25f78;
	text-decoration: underline;
}

.qa-list dl dd p a:hover {
	text-decoration: none;
}

.faq_b_text {padding-top: 40px;}
.faq_b_text p {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: 500;
	color: #52d3cc;
}

@media screen and (max-width: 991px) {
	.qa-list dl dt::before {font-size: 25px;}
	.qa-list dl dd::before {font-size: 25px;}
	.qa-list dl dt {font-size: 17px; line-height: 1.3;}
	.qa-list dl dd p {font-size: 15px;}
}




@media screen and (max-width: 767px) {
	.faq01 {padding: 40px 0 60px;}
	.qa-list dl {margin-bottom: 15px;}
	.qa-list dl:after {top: 20px;right: 15px;width: 7px;height: 7px;}
	.qa-list dl dt {padding: 16px 35px 16px 46px;font-size: 16px;}
	.qa-list dl dt::before {font-size: 20px;top: 13px;left: 16px;}
	.qa-list dl dd::before {font-size: 20px;left: 16px;top: 17px;    }
	.qa-list dl dd {margin: 0;padding: 16px 16px 16px 50px;font-size: 15px;}
	.qa-list dl dd p {margin: 30px 0 0;font-size: 15px;}
	.qa-list dl dd p:first-child{margin-top: 0;}
	.faq_b_text {padding-top: 30px;}
	.faq_b_text p {font-size: 16px; letter-spacing: 1px;}
}

@media screen and (max-width: 567px) {
	.faq_b_text p {text-align: left;}
}







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

    rule

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


.rule01 {padding: 60px 0 50px;}

.rule_box {margin-bottom: 80px;}

.rule_box dl {
	display: table;
	width: 100%;
}

.rule_box dt {
	display: table-cell;
	width: 366px;
	box-sizing: border-box;
	padding-right: 60px;
	position: relative;
	font-size: 26px;
	color: #52d3cc;
	letter-spacing: 2px;
	line-height: 1.2;
	vertical-align: top;
}

.rule_box dt span {
	font-size: 0.7em;
	color: #52d3cc;
	letter-spacing: 1px;
}

.rule_box dt::after {
	display: block;
	width: 60px;
	height: 1px;
	content: "";
	background: #52d3cc;
	position: absolute;
	right: 0;
	top: 17px;
}

.rule_box dd {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 25px;
}

.rule_box dd p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2px;
}

.rule_box_in_dl_wrap {
	box-sizing: border-box;
	border: solid 1px #ddd;
	margin: 10px 0;
	width: 100%;
	max-width: 540px;
}

.rule_box_in_dl_wrap dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #ddd;
}

.rule_box_in_dl_wrap dl:last-of-type {
	border-bottom: none;;
}

.rule_box_in_dl_wrap dt {
	display: table-cell;
	width: 60%;
	vertical-align: top;
	padding: 16px 10px 16px 18px;
	font-size: 16px;
	line-height: 1.4;
	box-sizing: border-box;
	border-right: solid 1px #ddd;
	color: #333;
}

.rule_box_in_dl_wrap dt::after {display: none;}

.rule_box_in_dl_wrap dd {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	padding: 16px 18px 16px 10px;
	font-size: 16px;
	line-height: 1.4;
	box-sizing: border-box;
	text-align: right;
}

.rule_box dd .rule_box_s_text {font-size: 0.9em; letter-spacing: 1px;}



@media screen and ( max-width:1199px ){
	.rule_box dt {width: 300px; font-size: 22px; padding-right: 50px;}
	.rule_box dt::after {width: 40px; top: 15px;}
	.rule_box dd {padding-left: 20px;}
	.rule_box dd p {font-size: 15px;}
	.rule_box_in_dl_wrap dt {font-size: 15px;}
	.rule_box_in_dl_wrap dd {font-size: 15px;}
}

@media screen and ( max-width:991px ){
	.rule01_in {padding-top: 30px;}
	.rule_box dt {width: 220px; font-size: 20px; padding-right: 40px;}
	.rule_box dt::after {width: 30px; top: 15px;}
	.rule_box dd p {font-size: 15px; letter-spacing: 1px;}
	.rule_box_in_dl_wrap dt {font-size: 15px;}
}

@media screen and ( max-width:767px ){
	.rule01 {padding: 30px 0;}
	.rule_box {margin-bottom: 25px; border-bottom: solid 1px #ddd; padding-bottom: 25px;}
	.rule_box dt {display: block; width: 100%; margin-bottom: 10px; font-size: 22px; padding-right: 0;}
	.rule_box dt::after {display: none;}
	.rule_box dt br {display: none;}
	.rule_box dd {display: block; width: 100%; padding-left: 0;}
	.rule_box_in_dl_wrap dt {display: table-cell; width: 68%; font-size: 15px;}
	.rule_box_in_dl_wrap dd {display: table-cell; width: 32%;}
	
}

@media screen and ( max-width:567px ){
	.rule_box dt br {display: block;}
}








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

    whychoose

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


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


.whychoose_box01 {margin-bottom: 30px; position: relative; min-height: 470px;}
.whychoose_box02 {margin-bottom: 30px; position: relative; min-height: 470px;}
.whychoose_box_img {
	position: absolute;
	top: 0;
	width: 44.27%;
	z-index: 1;
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .5s;
}
.whychoose_box.show .whychoose_box_img {opacity: 1;}

.whychoose_box01 .whychoose_box_img {left: 0;}
.whychoose_box02 .whychoose_box_img {right: 0;}
.whychoose_box_img img {
	object-fit: cover;
	width: 100%;
	height: 469px;
}

.whychoose_box_text {
	background: #fff;
	box-sizing: border-box;
	max-width: 750px;
	width: 50%;
	padding: 65px;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
	position: absolute;
	top: 80px;
	z-index: 10;
	transform: translateY(50px);
	opacity: 0;
    transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: .7s;
}
.whychoose_box.show .whychoose_box_text {opacity: 1; transform: translateY(0);}

.whychoose_box01 .whychoose_box_text {left: 40.1%;}
.whychoose_box02 .whychoose_box_text {right: 40.1%;}
.whychoose_box_text::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #52d3cc;
	position: absolute;
	top: 10px;
	left: 0;
}

.whychoose_box_text h3 {
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #52d3cc;
	margin-bottom: 30px;
	display: block;
}

.whychoose_box_text p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.9;
}


@media screen and ( max-width:1366px ){
	.whychoose01 {padding-bottom: 70px;}
	.whychoose_box_text {width: 54%;}
	.whychoose_box_text h3 {font-size: 26px; letter-spacing: 1px;}
	.whychoose_box_text p {font-size: 15px;}
	.whychoose_box_img {width: 48%;}
	.whychoose_box_img img {height: 430px;}
}

@media screen and ( max-width:991px ){
	.whychoose_box_text {padding: 50px; top: 60px;}
	.whychoose_box_text h3 {font-size: 24px; margin-bottom: 20px;}
	.whychoose_box_img img {height: 400px;}
}

@media screen and ( max-width:767px ){
	.whychoose01 {padding: 40px 0;}
	.whychoose_box {padding-top: 320px; min-height: inherit; margin-bottom: 60px;}
	.whychoose_box_img {width: 100%; z-index: -1;}
	.whychoose_box_img img {height: 360px;}
	.whychoose_box_text {width: 86%; position: static; margin: auto;}
	
}

@media screen and ( max-width:567px ){
	.whychoose_box {padding-top: 220px;}
	.whychoose_box_img img {height: 260px;}
	.whychoose_box_text h3 {font-size: 21px; margin-bottom: 20px;}
	.whychoose_box_text p {line-height: 1.6;}
	.whychoose_box_text {padding: 40px 30px 30px;}
}








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

    guide

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


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


.guide_flow_box {
	display: table;
	width: 100%;
	
}

.guide_flow_box > dt {
	display: table-cell;
	width: 130px;
	vertical-align: top;
	position: relative;
	height: 100%;
}
.guide_flow_box:last-of-type > dt {padding-bottom: 0;}

.guide_flow_box > dt::before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #52d3cc;
	position: absolute;
	top: 0;
	left: 45px;
	z-index: -1;
}
.guide_flow_box:last-of-type > dt::before {display: none;}

.guide_flow_box > dt > p {
	display: block;
	width: 90px;
	height: 90px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	background: #52d3cc;
	color: #fff;
	border-radius: 50%;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 0;
}

.guide_flow_box > dt > p > span {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	display: block;
}

.guide_flow_box > dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 80px;
}

.guide_flow_box02 {
	display: table;
	width: 100%;
}

.guide_flow_box02 > dt {
	display: table-cell;
	width: 250px;
	font-size: 30px;
	color: #52d3cc;
	line-height: 1.3;
	letter-spacing: 2px;
	vertical-align: top;
	padding-top: 25px;
}
.guide_flow_box:nth-of-type(2) .guide_flow_box02 > dt {padding-top: 5px;}

.guide_flow_box02 > dd {
	display: table-cell;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.7;
	vertical-align: top;
	padding-top: 20px;
}


.guide02 {padding: 80px 0; background: #edf6f6; margin-bottom: 90px;}

.guide02_box {
	margin-bottom: 60px;
	background: #fff;
	box-sizing: border-box;
	padding: 60px;
	position: relative;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

.guide02_box::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #52d3cc;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
}

.guide02_box h3 {
	font-size: 28px;
	color: #52d3cc;
	line-height: 1.3;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}

.guide02_box p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.7;
}


@media screen and ( max-width:1366px ){
	.guide02_box h3 {font-size: 24px; letter-spacing: 1px;}
	.guide02_box p {font-size: 15px; letter-spacing: 1px;}
}

@media screen and ( max-width:991px ){
	.guide_flow_box > dt > p {width: 70px; height: 70px; padding: 16px; font-size: 30px;}
	.guide_flow_box > dt > p > span {font-size: 10px;}
	.guide_flow_box > dt::before {left: 35px;}
	.guide_flow_box > dt {width: 100px;}
	.guide_flow_box02 > dt {font-size: 25px; width: 200px; padding-top: 15px;}
	.guide_flow_box02 > dd {font-size: 15px; padding-top: 10px; line-height: 1.5;}
	.guide_flow_box:nth-of-type(2) .guide_flow_box02 > dt {padding-top: 0 !important;}
	.guide_flow_box > dd {padding-bottom: 50px;}
}


@media screen and ( max-width:767px ){
	.guide_flow_box02 > dt {display: block; width: 100%;}
	.guide_flow_box02 > dd {display: block; width: 100%; padding-left: 0;}
	.guide_flow_box:nth-of-type(2) .guide_flow_box02 > dt br {display: none;}
	.guide_flow_box02 > dt {padding-top: 0;}
	.guide01 {padding: 30px 0 20px;}
	.guide02_box {padding: 40px;}
	.guide02_box h3 {font-size: 22px;}
	.guide02_box p {font-size: 14px;}
	.guide02 {padding: 50px 0 30px;}
}

@media screen and ( max-width:567px ){
	.guide_flow_box > dt > p {width: 60px; height: 60px; padding: 14px; font-size: 26px;}
	.guide_flow_box > dt::before {left: 30px;}
	.guide_flow_box > dt {width: 80px;}
	.guide_flow_box02 > dt {font-size: 22px; letter-spacing: 1px;}
	.guide_flow_box02 > dd {font-size: 14px;}
	.guide02_box {margin-bottom: 30px; padding: 40px 35px 35px;}
}









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

    payment

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


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

.payment_sec_title {
	display: block;
	max-width: 310px;
	width: 90%;
	margin: 0 auto 45px;
	background: #52d3cc;
	box-sizing: border-box;
	padding: 12px 15px;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 2px;
}

.payment_text01 {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.payment_box01_dl {
	display: table;
	width: 100%;
	border: solid 1px #52d3cc;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.payment_box01_dl dt {
	display: table-cell;
	width: 260px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #52d3cc;
	font-size: 24px;
	line-height: 1.3;
}

.payment_box01_dl dd {
	display: table-cell;
	padding: 40px 5% 30px;
	box-sizing: border-box;
}

.payment_box01_dl dd p {
	font-size: 16px;
	margin-bottom: 10px;
}

.payment02 {padding-bottom: 100px;}

.payment_box02_dl_wrap {margin-bottom: 20px; box-sizing: border-box; border: solid 1px #52d3cc;}
.payment_box02_dl_wrap dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #52d3cc;
}

.payment_box02_dl_wrap dl:last-of-type {border-bottom: none;}

.payment_box02_dl_wrap dt {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	background: #edf6f6;
	font-size: 16px;
	line-height: 1.4;
}

.payment_box02_dl_wrap dd {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
	line-height: 1.4;
	text-align: right;
}

.payment_text02 {
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
}

.payment_box02_b_text {
	font-size: 20px;
	color: #52d3cc;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}

.payment03 {padding-bottom: 100px;}




@media screen and ( max-width:991px ){
	.payment_sec_title  {max-width: 280px; font-size: 20px; letter-spacing: 1px;}
	.payment_text01 {font-size: 15px;}
	.payment_box01_dl {margin-bottom: 20px;}
	.payment_box01_dl dt {width: 200px; font-size: 20px;}
	.payment_box01_dl dd {padding: 30px 30px 20px;}
	.payment_box01_dl dd p {font-size: 15px;}
	.payment_box01_dl:nth-of-type(1) dd p img {width: 260px;}
	.payment_box01_dl:nth-of-type(2) dd p img {width: 400px;}
	.payment_box02_dl_wrap dt {font-size: 15px; padding: 17px;}
	.payment_box02_dl_wrap dd {font-size: 15px; padding: 17px;}
	.payment_text02 {font-size: 14px;}
	.payment_box02_b_text {font-size: 18px;}
}

@media screen and ( max-width:767px ){
	.payment_text01 {text-align: left; margin-bottom: 20px;}
	.payment_sec_title {margin-bottom: 30px;}
	.payment_box01_dl dt {display: block; width: 100%; box-sizing: border-box; padding: 10px 15px;}
	.payment_box01_dl dd {display: block; width: 100%;}
	.payment01 {padding: 50px 0 60px;}
	.payment02 {padding-bottom: 70px;}
	.payment03 {padding-bottom: 70px;}
}

@media screen and ( max-width:567px ){
	.payment_sec_title {font-size: 19px; max-width: 260px;}
	.payment_box01_dl dt {font-size: 18px;}
	.payment_box01_dl dd {padding: 20px 20px 12px;}
	.payment_box01_dl:nth-of-type(1) dd p img {width: 220px;}
	.payment_box02_dl_wrap dt {font-size: 15px; padding: 14px;}
	.payment_box02_dl_wrap dd {font-size: 15px; padding: 14px;}
	.payment_box02_b_text {text-align: left;}
}






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

    type

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

.type01 {padding: 60px 0 60px;}

.type01_in {
	max-width: 1460px;
	width: 88%;
	margin: auto;
}

.type01 .t_news_box {margin-bottom: 20px;}

.type01 .lineup_slider_box {
	float: left;
	width: 23%;
	margin: 0 1% 40px;
}

.type01 .lineup_slider_box a {
	width: 100%;
	min-height: 435px;
}

.type01 .lineup_slider_img img {height: 200px;}




.type_single_wrap {
	padding: 60px 0 80px;
}
.type_single_title {
	text-align: center;
	display: block;
	font-size: 32px;
	line-height: 1.3;
	color: #52d3cc;
	font-weight: 600;
	margin-bottom: 10px;
}

.type_single_grade {
	text-align: center;
	display: block;
	font-size: 24px;
	line-height: 1.3;
	color: #52d3cc;
	font-weight: 600;
	margin-bottom: 40px;
}

.type_single_slide .slick-img img {
	width: 100%;
	object-fit: cover;
	height: 600px;
}

.single_thumbnail {padding-top: 10px;}
.single_thumbnail .slick-track {
  transform: unset !important;
}

.single_thumbnail .slick-current {opacity: 0.7;}

.single_thumbnail .thumbnail-img:hover {opacity: 0.7;}

.single_thumbnail .thumbnail-img img {
	object-fit: cover;
	width: 100%;
	height: 100px;
}

.type_single_spec {padding: 80px 0 70px;}

.type_single_spec dl {display: table; width: 100%; box-sizing: border-box; padding: 20px; border-bottom: solid 1px #ccc;}
.type_single_spec_left dl:nth-of-type(1) {border-top: solid 1px #ccc;}
.type_single_spec_right dl:nth-of-type(1) {border-top: solid 1px #ccc;}

.type_single_spec dt {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	color: #52d3cc;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.type_single_spec dd {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: right;
	font-size: 16px;
	line-height: 1.3;
}

.type_single_spec_left {float: left; width: 48%;}
.type_single_spec_right {float: right; width: 48%;}

.type_single_price {padding-bottom: 80px; padding-top: 20px;}
.type_single_option {padding-bottom: 80px;}


.type_single_title02 {margin-bottom: 35px;}
.type_single_title02 h2 {
	color: #52d3cc;
	font-size: 32px;
	letter-spacing: 3px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	padding-bottom: 6px;
}

.type_single_title02 p {
	color: #52d3cc;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1.2;
	text-align: center;
}



.type_single_table01 {
	max-width: 1070px;
	width: 100%;
	margin: auto;
}



.type_single_table01 thead th {
	box-sizing: border-box;
	padding: 14px 8px;
	font-size: 16px;
	background: #edf6f6;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
	font-weight: 500;
}
.type_single_table01 thead th:nth-of-type(1) {border-left: solid 1px #ddd;}

.type_single_table01 tbody th {
	box-sizing: border-box;
	padding: 14px 8px;
	font-size: 16px;
	font-weight: 500;
	background: #edf6f6;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.type_single_table01 tbody td {
	text-align: center;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 12px 8px;
    letter-spacing: 0;
	line-height: 1.3;
}

.option_box {
	box-sizing: border-box;
	max-width: 1000px;
	margin: auto;
	width: 100%;
	padding: 30px;
	border: solid 1px #52d3cc;
}
.option_box h1 {font-size: 2.3em; font-weight: 500; display: block; box-sizing: border-box; padding: 5px 12px; color: #52d3cc; margin-bottom: 10px; line-height: 1.3; text-align: center;}
.option_box h2 {font-size: 2em; font-weight: 500; display: block; box-sizing: border-box; padding: 5px 12px; color: #fff; background: #52d3cc; margin-bottom: 10px; line-height: 1.3;}
.option_box h3 {font-size: 1.7em; font-weight: 500; display: block; box-sizing: border-box; padding: 5px 12px; color: #fff; background: #52d3cc; margin-bottom: 10px; line-height: 1.3;}
.option_box h4 {font-size: 1.5em; font-weight: 500; display: block; box-sizing: border-box; padding: 0 12px 8px; margin-bottom: 10px; line-height: 1.3; color: #52d3cc; border-bottom: double 2px #52d3cc;}
.option_box h5 {font-size: 1.3em; font-weight: 500; display: block; box-sizing: border-box; padding: 0 12px 8px; margin-bottom: 10px; line-height: 1.3; color: #52d3cc; border-bottom: solid 1px #52d3cc;}
.option_box h6 {font-size: 1.5em; font-weight: 500; color: #52d3cc; padding-bottom: 10px; line-height: 1.3;}


@media screen and ( max-width:1536px ){
	.type01 .lineup_slider_img img {height: 180px;}
	.lineup_slider_box h3 {font-size: 15px; letter-spacing: 0;}
	.lineup_slider_box h4 {font-size: 15px; letter-spacing: 0;}
	.type01 .lineup_slider_box a {min-height: 400px;}
}


@media screen and ( max-width:1366px ){
	.type01 .lineup_slider_img img {height: 160px;}
	
	.type_single_wrap {padding: 40px 0 60px;}
}

@media screen and ( max-width:1199px ){
	.type01 .lineup_slider_box {width: 31.3%;}
	.type01 .lineup_slider_box a {min-height: 380px;}
	.type_single_table01 thead th {font-size: 14px;}
	.type_single_table01 tbody th {font-size: 14px; letter-spacing: 0;}
	.type_single_table01 tbody td{font-size: 14px; letter-spacing: 0;}
}


@media screen and ( max-width:991px ){
	.type_single_slide .slick-img img {height: 520px;}
	.type_single_title {font-size: 28px;}
}

@media screen and ( max-width:767px ){
	.type01 .lineup_slider_box {width: 46%; margin: 0 2% 30px;}
	
	.type_single_wrap {padding: 10px 0 50px;}
	.type_single_slide .slick-img img {height: 420px;}
	.single_thumbnail .thumbnail-img img {height: 70px;}
	.type_single_title {font-size: 24px; margin-bottom: 5px;}
	.type_single_grade {font-size: 18px; margin-bottom: 25px;}
	
	
	.type_single_spec {padding: 50px 0;}
	.type_single_spec_left {float: none; width: 100%;}
	.type_single_spec_right {float: none; width: 100%;}
	.type_single_spec_right dl:nth-of-type(1) {border-top: none;}
	.type_single_spec dl {padding: 15px;}
	.type_single_spec dt {font-size: 15px;}
	.type_single_spec dd {font-size: 15px;}
	
	.type_single_title02 h2 {font-size: 26px; letter-spacing: 2px;}
	.type_single_title02 p {font-size: 13px; letter-spacing: 2px;}
	
	.type_single_table01 {width: 100%; max-width: 415px; margin: auto;}
	.type_single_table01 thead tr {width: 100%;}
	.type_single_table01 thead th {width: 33%;}
	
	.su-row .su-column-size-1-4 {float: left !important; width: 40% !important;}
	.su-row .su-column-size-3-4 {float: right !important; width: 57% !important;}
	.option_box h3 {font-size: 1.5em;}
	.option_box h6 {font-size: 1.3em;}
}

@media screen and ( max-width:567px ){
	.type_single_slide .slick-img img {height: 340px;}
	.single_thumbnail .thumbnail-img img {height: 50px;}
}

@media screen and ( max-width:500px ){
	.type_single_wrap {padding: 20px 0 50px;}
	.type01 {padding: 40px 0;}
	.type01 .lineup_slider_box {float: none; width: 100%; margin: 0 auto 25px;}
	.type01 .lineup_slider_img img {height: 190px;}
	.type_single_slide .slick-img img {height: 280px;}
	.type_single_title {font-size: 20px;}
	.type_single_grade {font-size: 17px;}
	.option_box {padding: 20px;}
}

@media screen and ( max-width:450px ){
	.type_single_slide .slick-img img {height: 230px;}
	.single_thumbnail .thumbnail-img img {height: 40px;}
	.type_single_spec dl {padding: 15px 0;}
	.type_single_title {letter-spacing: 0; font-size: 19px;}
	.type_single_grade {letter-spacing: 0; font-size: 16px;}
}







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

    traderules

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

.page-id-30 .payment_box02_dl_wrap dt {width: 25%;}
.page-id-30 .payment_box02_dl_wrap dd {width: 75%; text-align: left;}

.traderules_map_wrap {padding-bottom: 30px;}
.traderules_map_wrap iframe {filter: grayscale(0.3);}

@media screen and ( max-width:567px ){
	.rentalterms_table_span {display: none;}
	.page-id-30 .sec_title01.pt40 {padding-top: 10px !important;}
	.traderules_map_wrap iframe {height: 300px;}
}

@media screen and ( max-width:500px ){
	.page-id-30 .payment_box02_dl_wrap dt {width: 110px;}
	.page-id-30 .payment_box02_dl_wrap dd {width: auto;}
	
}
















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

    メディアクエリ

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


.max1366 {display: none !important;}
.min1367 {display: block !important;}
.max1279 {display: none !important;}
.min1280 {display: block !important;}
.max1199 {display: none !important;}
.min1200 {display: block !important;}
.max991 {display: none !important;}
.min992 {display: block !important;}
.max850 {display: none !important;}
.min851 {display: block !important;}
.max767 {display: none !important;}
.min768 {display: block !important;}
.max567 {display: none !important;}
.min568 {display: block !important;}
.max430 {display: none !important;}
.min431 {display: block !important;}



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


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

	.dots-wrap2 {bottom: 70px;}
	
	.c-scroll {height: 8.5rem;}
	.c-scroll a span {font-size: 10px;}
	.c-scroll__line {height: 4.5rem;}
	.top01 {padding: 120px 0 100px;}
	.top01_in {max-width: 1180px; min-height: 620px;}
	.top01_img img {height: 420px;}
	.top01_content {padding: 58px 4% 50px;}
	.top01_content h3 {margin-bottom: 25px;}
	.top01_content p {font-size: 15px; line-height: 1.6;}
	
	.top02_in {min-height: 840px;}
	.top02_bnr01 a {min-height: 290px;}
	.top02_bnr01_img img {height: 140px;}
	.top02_bnr01_bottom {min-height: 150px; padding: 18px 10px;}
	.top02_bnr01_no {font-size: 80px; top: 25%;}
	.top02_bnr01_bottom h3 {font-size: 23px;}
	.top02_bnr01_bottom p {margin-bottom: 10px; font-size: 12px;}
	.top02_bnr_wrap02 {max-width: 880px;}
	
	.sec_title01 {min-height: 136px; margin-bottom: 60px;}
	.sec_title01 h3 {font-size: 16px; letter-spacing: 2px;}
	.sec_title01 h2 {font-size: 31px;}
	.sec_title01.show .title_line02 {height: 50px;}
	
	.top03 {min-height: 720px;}
	.top03_box_img img {height: 310px;}
	.top03_box h3 {font-size: 26px; letter-spacing: 1px; margin-bottom: 20px;}
	.top03_box p {letter-spacing: 1px; line-height: 1.6;}
	
	.top06 {padding-bottom: 100px;}
}

@media screen and ( max-width:1366px ){
	.max1366 {display: block !important;}
	.min1367 {display: none !important;}
	
	.sp_menu {padding-top: 30px; min-height: 90px; width: 90px;}
	.h_contact_btn a {width: 90px; height: 90px; top: 90px; font-size: 12px; padding: 24px 10px;}
	.h_contact_btn02 a {top: 180px;}
	.menu-trigger p {font-size: 10px !important;}
	
	.h_logo {max-width: 200px;}
	.h_nav_wrap {max-width: 510px;}
	.h_nav_wrap nav li a {font-size: 16px; letter-spacing: 2px; margin-right: 5%;}
	.h_nav_wrap .h_nav_btn a {font-size: 17px;}
	.h_nav_wrap .h_nav_btn a img {bottom: 0;}
	
	ul.child li a {font-size: 13px; letter-spacing: 0;}
	
	.top02 {padding-bottom: 100px;}
	.top02_in {min-height: 720px;}
	.top02_bnr_wrap01 {margin-bottom: 65px;}
	.top02_bnr01 a {min-height: 250px;}
	.top02_bnr01_img img {height: 120px;}
	.top02_bnr01_bottom {min-height: 130px; padding: 15px 10px;}
	.top02_bnr01_no {font-size: 65px; top: 27%; right: 10px;}
	.top02_bnr01_bottom h3 {font-size: 21px;}
	.top02_bnr01_bottom h4 span {font-size: 12px; line-height: 20px;}
	.top02_bnr01_bottom h4 img {width: 20px;}
	.top02_bnr_wrap02 {max-width: 740px;}
	
	.b_contact_in {height: 490px; padding-top: 120px;}
	.b_contact_box_text p {font-size: 15px;}
	.b_contact_box {padding: 35px 0 10px; min-height: 294px;}
	.b_contact_box_title h3 {font-size: 25px;}
	.b_contact_box_title p {font-size: 15px; margin-bottom: 5px;}
	.b_contact_box_title h3 img {width: 220px;}
	.b_contact_box03 .b_contact_box_title {margin-bottom: 35px;}
	
	.footer_left {width: 36%;}
	.footer_right {width: 62%;}
	.footer_left h3 {font-size: 18px; margin-bottom: 10px;}
	.footer_left p {font-size: 13px; letter-spacing: 1px; line-height: 1.5;}
	.f_nav li a {letter-spacing: 1px; font-size: 14px;}
	.f_nav li a i {width: 18px; height: 18px; font-size: 13px; position: relative; bottom: 1px;}
}

@media screen and ( max-width:1279px ){
	.max1279 {display: block !important;}
	.min1280 {display: none !important;}
	
}

@media screen and ( max-width:1199px ){
	.max1199 {display: block !important;}
	.min1200 {display: none !important;}
	
	.top01_content h3 {font-size: 26px; letter-spacing: 2px;}
	.top01_img {width: 54%;}
	
	.b_contact_box_text p br {display: none;}
	.b_contact_box_btn a {font-size: 16px; letter-spacing: 0;}
	
	.page_top {right: -20px;}
	
}

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

@media screen and ( max-width:991px ){
	.max991 {display: block !important;}
	.min992 {display: none !important;}
	
	.main_img_wrap {padding: 0; margin-top: 0;}
	
	.dots-wrap2 {bottom: 30px;}
	.dots-wrap2 li {width: 10px; height: 10px;}
	
	.sp_header {width: 100%; box-sizing: border-box; position: fixed; top: 0; left: 0; z-index: 9999; background: #fff; height: 60px;}
	.sp_logo {float: left; width: 150px; padding: 13px 10px 13px 20px; transition: .3s;}
	.sp_logo.hidden {opacity: 0;}
	.sp_right {float: right;}
	
	.sp_menu_box {float: none; width: 100%;}
	.sp_menu_in {max-width: 320px;}
	.sp_menu_in h2 img {width: 200px;}
	.sp_menu_in h2 {margin-bottom: 60px;}
	.sp_menu_in li {margin-bottom: 30px; text-align: left;}
	.sp_menu_in li a {font-size: 18px; letter-spacing: 3px; text-align: left;}
	.sp_menu_in li a i {font-size: 20px; color: #52d3cc; padding-right: 10px;}
	.sp_menu_info p {font-size: 12px; line-height: 1.8;}
	.sp_copy {font-size: 10px; letter-spacing: 1px; color: #999;}
	
	
	.sp_bottom_menu {position: fixed; bottom: 0; left: 0; z-index: 9999; height: 60px; overflow: hidden; width: 100%; box-shadow: 0 0 15px rgba(0,0,0,0.4);}
	.sp_bottom_menu01 a {display: block; width: 100%; box-sizing: border-box; padding: 20px 10px; text-align: center; background: #e25f78; color: #fff; font-size: 17px;height: 60px; font-weight: 500; letter-spacing: 1px; line-height: 1.2;}
	.sp_bottom_menu01 a img {padding-right: 6px;}
	.sp_bottom_menu02 a {display: block; float: left; width: 25%; box-sizing: border-box; padding: 12px; text-align: center; background: #333; height: 50px;}
	.sp_bottom_menu03 a {display: block; float: left; width: 25%; box-sizing: border-box; padding: 12px; text-align: center; background: #ad975e; height: 50px;}
	.sp_bottom_menu03 a i {font-size: 24px; color: #fff;}
	
	.menu-trigger p {writing-mode: inherit; line-height: 1.2; font-size: 10px !important; letter-spacing: 0; top: 21px; position: relative; right: 1px; color: #333;}
	.menu-trigger {box-sizing: border-box; width: 60px; padding: 17px; height: 60px; background: #90ede7;}
	.menu-trigger span {width: 26px; right: 0; margin: auto; background: #333;}
	.menu-trigger span:nth-of-type(1) {top: 17px;}
	.menu-trigger span:nth-of-type(2) {top: 25px;}
	.menu-trigger span:nth-of-type(3) {top: 33px;}
	.menu-trigger.active span:nth-of-type(3) {width: 26px;}
	header {padding-top: 60px;}
	.entry-header {padding-top: 0;}
	.h_search_wrap {padding: 20px 0;}
	.h_search_wrap_in {position: static;}
	
	.top01 {padding: 50px 0 80px;}
	.top01_title h3 {font-size: 17px; letter-spacing: 2px;}
	.top01_in {width: 100%; min-height: inherit; padding-top: 500px;}
	.top01_img {width: 100%; max-width: 100%; top: 70px; z-index: -1;}
	.top01_img img {height: 500px;}
	.top01_content {width: 86%; position: static; margin: 0 auto; padding: 40px 4% 40px;}
	.top01_content h3 {margin-bottom: 15px;}
	.top01.show .title_line01 {height: 70px;}
	
	.sec_title01 {min-height: 112px; margin-bottom: 40px;}
	.sec_title01 h3 {font-size: 14px; letter-spacing: 1px; padding-bottom: 10px;}
	.sec_title01 h2 {font-size: 27px;}
	.sec_title01.show .title_line02 {height: 42px; margin-bottom: 10px;}
	
	
	.top02 {padding-bottom: 80px; width: 100%;}
	.top02_in {min-height: 670px;}
	.top02_in::before {top: 50px;}
	.top02_bnr01 a {min-height: 230px; width: 31.3%; margin: 0 1%;}
	.top02_bnr01_img img {height: 110px;}
	.top02_bnr01_bottom p {letter-spacing: 1px; font-size: 11px;}
	.top02_bnr01_bottom h3 {font-size: 18px; letter-spacing: 0;}
	.top02_bnr01_bottom {min-height: 120px; padding: 12px 10px;}
	.top02_bnr01_no {font-size: 55px; top: 29%; right: 5px;}
	
	.top03_left {float: none; width: 100%; padding-top: 0;}
	.top03_right {float: none; width: 100%;}
	.top03 .top03_box {width: 86%; margin: auto; float: none;}
	.top03_left::before {display: none;}
	.top03.show .top03_right::before {width: 100%;}
	
	.top04 {padding: 60px 0 50px;}
	.top04 .sec_title01 {margin-bottom: 40px;}
	.lineup_slider_box a {width: 300px; min-height: 370px;}
	.lineup_slider_img img {height: 170px;}
	.lineup_slider_box h3 {font-size: 15px; letter-spacing: 0; margin-bottom: 0;}
	.lineup_slider_box h4 {font-size: 15px; letter-spacing: 0; margin-bottom: 6px;}
	.lineup_seater {font-size: 15px; max-width: 120px;}
	.lineup_price {font-size: 15px; letter-spacing: 0;}
	.lineup_slider_box h5 {width: 120px; bottom: 14px;}
	.lineup_slider_box h5 span {font-size: 13px; line-height: 20px;}
	.lineup_slider_box h5 img {width: 20px;}
	.lineup_slider_img {margin-bottom: 14px;}
	
	.top05 {background: #f5f5f5; padding: 60px 0 50px;}
	
	.top06 {padding: 60px 0;}
	
	.b_contact {padding-top: 45px;}
	
	footer {margin-bottom: 60px;}
	.footer_left {float: none; width: 100%; margin: 0 auto 60px; max-width: 330px; text-align: center;}
	.footer_right {float: none; width: 100%; margin: 0 auto; max-width: 300px;}
	.footer_right_bottom {float: none; margin: auto;}
	.f_copy {font-size: 12px; letter-spacing: 1px; text-align: center;}
	.page_top {bottom: 40px;}
	.footer_left h2 img {width: 200px;}
	.f_nav_box {float: none; width: 100% !important; max-width: 242px; margin: auto;}
	
	
}

@media screen and ( max-width:896px ){
	
	.b_contact {padding-top: 45px;}
	.b_contact_in {height: auto; padding-bottom: 50px; background-attachment: inherit;}
	.b_contact_box {float: none; width: 90%; margin: 0 auto 20px; min-height: inherit; padding: 35px 0 30px;}
	.b_contact_box_in {max-width: 430px;}
	.b_contact_box_title {margin-bottom: 20px;}
	.b_contact_box03 .b_contact_box_title {margin-bottom: 20px; padding-top: 0;}
	
}

@media screen and ( max-width:767px ){
	.max767 {display: block !important;}
	.min768 {display: none !important;}
	
	.top01_in {padding-top: 400px;}
	.top01_img img {height: 400px;}
	
	.top02_in {padding-bottom: 60px;}
	.top02_bnr_wrap01 {margin-bottom: 40px;}
	.top02_bnr01 a {float: none; width: 88%; margin: 0 auto 20px;}
	.top02_bnr02 a {float: none; width: 88%; margin: 0 auto 20px;}
	.top02_bnr02:nth-of-type(2) a {float: none;}
	
	.top03_box h3 {font-size: 23px;}
	.top03_box p {font-size: 15px;}
	
	footer {padding-top: 70px; padding-bottom: 50px;}
	.footer_in {padding-bottom: 0;}
}

@media screen and ( max-width:567px ){	
	.max567 {display: block !important;}
	.min568 {display: none !important;}
	
	.dots-wrap2 {left: 6%;}
	
	.sp_logo {max-width: 130px; padding-top: 18px;}
	.sp_menu_in li {margin-bottom: 30px;}
	.sp_menu_in li a {font-size: 18px; letter-spacing: 2px;}
	.sp_menu_in li a span {font-size: 10px;}
	.sp_menu_info p {font-size: 11px;}
	
	.top01 {padding: 30px 0 60px;} 
	.top01_in {padding-top: 340px;}
	.top01_img img {height: 320px;}
	.top01_content h3 {font-size: 24px; letter-spacing: 1px;}
	.top01_content {padding: 30px 5% 30px;}
	
	.sec_title01 h3 {font-size: 13px;}
	.sec_title01 h2 {font-size: 25px;}
	.top02_in {padding-bottom: 40px;}
	.top02_bnr01_bottom h3 {font-size: 20px;}
	.top02_bnr01_bottom h4 {bottom: 14px;}
	.top02 {padding-bottom: 50px;}
	
	.top03_box_img img {height: 200px;}
	.top03_box_img {margin-bottom: 30px;}
	.top03_left {padding-bottom: 50px;}
	.top03_right {padding: 50px 0;}
	.top03_right .top03_box_img img {filter: brightness(1.1);}
	
	.top04 {padding: 50px 0;}
	.top04 .sec_title01 {margin-bottom: 30px;}
	.lineup_slider_box a {width: 260px; min-height: 330px;}
	.lineup_slider_img img {height: 140px;}
	.lineup_slider_box h3 {font-size: 14px; letter-spacing: 0; margin-bottom: 0;}
	.lineup_slider_box h4 {font-size: 14px; letter-spacing: 0; margin-bottom: 6px;}
	.lineup_seater {font-size: 13px; max-width: 110px;}
	.lineup_price {font-size: 15px; letter-spacing: 0;}
	.lineup_slider_box h5 {width: 110px; bottom: 14px;}
	.lineup_slider_box h5 span {font-size: 12px; line-height: 20px;}
	.lineup_slider_box h5 img {width: 20px;}
	.lineup_slider_img {margin-bottom: 14px;}
	
	.top06_title {margin-bottom: 20px;}
	.top06_title h2 {font-size: 24px; line-height: 30px; letter-spacing: 0;}
	.top06_title h2 img {width: 30px;}
	.t_insta_wrap {margin-bottom: 30px;}
	.insta_btn a {font-size: 15px; letter-spacing: 0; max-width: 180px;}
	
	.b_contact_box {width: 96%;}
	.b_contact_in {padding: 100px 0 30px;}
	
	.top_bnr01_wrap {padding: 40px 0 0;}
}

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

@media screen and ( max-width:450px ){
	.max430 {display: block !important;}
	.min431 {display: none !important;}
	

	.top01_in {padding-top: 310px;}
	.top01_img img {height: 280px;}
	
	
	.f_copy {font-size: 11px;}
	.footer_left h2 img {width: 160px;}
	.footer_left h3 {font-size: 16px; letter-spacing: 1px;}
	
	.sp_copy {font-size: 11px; letter-spacing: 1px;}
}

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


}

@media screen and ( max-width:325px ){	
	
	.sp_menu_in li a {font-size: 20px; letter-spacing: 3px;}
	.sp_menu_wrap {padding: 18vh 10px 15vh;}
	
	
}

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





























