@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #333;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

span,
strong{
    color: inherit;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style: none;
}

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline: none;
}

body{
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 3.5vw;
	line-height: 170%;
}

.f13{
    font-size: 2.9vw !important;
}

.f14{
    font-size: 3.0vw !important;
}

.f17{
    font-size: 3.7vw !important;
}

.f18{
    font-size: 3.8vw !important;
}

/* mat */
.mat15{
    margin-top: 3vw !important;
}

.mat35{
    margin-top: 5vw !important;
}

.serif{
	font-family: 'Noto Serif JP';
}

.oswald{
	font-family: 'Oswald';
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.photo img{
	width: 100%;
}

.photo.wid385{
	max-width: 385px;
}

.photo.wid449{
	max-width: 449px;
}

.photo.wid471{
	max-width: 471px;
}

.photo.wid500{
	max-width: 500px;
}

.photo.wid530{
	max-width: 530px;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
}

.red{
    color: #E74C3C !important;
}

.red02{
    color: #C12C6F !important;
}

.red03{
    color: #DE2426 !important;
}

.blue{
    color: #1A64AE !important;
}

.blue02{
    color: #00A1E9 !important;
}

.blue03{
    color: #005AAB !important;
}

.yellow{
    color: #F7AC22 !important;
}

.green{
    color: #78B13A !important;
}

.bold{
    font-weight: 700 !important;
}

.bold900{
    font-weight: 900 !important;
}

.bold500{
    font-weight: 500 !important;
}

.yellow_border{
	color: inherit;
    	background: linear-gradient(rgba(255,255,255,0) 60%, #F5EA2A 0%);
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2980B9;
}

.link_text:hover{
    text-decoration: underline;
}

@keyframes circle{
    0% {
        opacity: 0;
    }
    40%{
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 10;
    width: 100%;
}

.index header{
	position: absolute;
}

header > .inner{
	padding: 0 3vw;
    box-sizing: border-box;
    height: 20vw;
}

header .site_logo{
    padding: 2vw 0 0;
    width: 50vw;
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

.site_logo{
    line-height: 0;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.site_logo img{
    width: 100%;
}


/* ham_btn
   ================================================================== */
.scroll_view .ham_position{
    position: relative;
    z-index: 500;
	/*mix-blend-mode: exclusion;*/
}

.open .ham_position{
	mix-blend-mode: normal;
}

.ham_btn{
    padding: 0;
    right: 5vw;
    top: 5vw;
    width: 8vw;
    height: 8vw;
    position: fixed;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
	transition: ease-out 0.3s;
    border-radius: 0;
}

.ham_btn.open{
    transform: rotate(0deg);
}

.ham_btn .inner{
    padding: 0;
    display: block;
    position: relative;
    transition: ease-out 0.8s;
    box-sizing: border-box;
}

.ham_btn .inner .bar,
.ham_btn .inner .bar:before,
.ham_btn .inner .bar:after{
    transition: ease-out 0.3s;
    text-indent: -9999px;
    height: 1.5vw;
    width: 1.5vw;
    background: #005AAB;
    display: block;
    border-radius: 50px;
}

.ham_btn .inner .bar{
    position: relative;
}

.ham_btn .inner .bar:nth-child(2){
    margin: 1.5vw 0;
}

.ham_btn .inner .bar:nth-child(1):after{
    background: #01BCF1;
}

.ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 0;
    left: -3vw;
}

.ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -3vw;
}

.ham_btn.open .bar:before,
.ham_btn.open .bar:after,
.ham_btn.open .bar{
    background: transparent !important;
}

.ham_btn.open .bar:nth-child(2):before,
.ham_btn.open .bar:nth-child(2):after{
    background: #fff !important;
    width: 8vw;
    height: 2px;
}

.ham_btn.open .bar:nth-child(2):before{
    transform: rotate(45deg);
    top: .5vw;
    left: -3vw;
}

.ham_btn.open .bar:nth-child(2):after{
    transform: rotate(-45deg);
    bottom: .5vw;
    right: -3.5vw;
}

body.open{
    position: fixed;
    width: 100%;
}


/* slide_menu
   ================================================================== */
header::before{
    content: "";
    background: #009FE8;
    width: 100%;
    height: 20vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 21;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition-delay: .3s;
}

.open header::before{
    left: 0;
    transition-delay: .3s;
}
    
header .nav_logo{
    width: 50vw;
    height: 15vw;
    position: fixed;
    top: 2vw;
    left: 3vw;
    z-index: 50;
    opacity: 0;
    transform: scale(1,0);
    animation: navilogo_off 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}

header .nav_logo a{
    background-image: url("../images/common/webp/anniversary_logo_white.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
}

header .nav_logo a img{
    opacity: 0;
}

.open header .nav_logo{
    animation: navilogo_on .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation-delay: .5s;
}

.slide_menu{
    padding: 20vw 0 0;
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,1);
    box-sizing: border-box;
    z-index: 20;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition-delay: .2s;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.slide_menu.show{
    display: flex;
}

.slide_menu.open{
    right: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.slide_menu > .inbox{
    margin: 0 0 0;
    padding: 0 0 0;
}

.slide_menu .slide_nav{
    padding: 0 0 70px;
}

.slide_nav > div > ul{
    padding: 0 0 0 10vw;
    overflow: hidden;
    width: 100%;
}    

.slide_nav > div > ul > li{
    margin: 6vw 0 0;
    padding: 0 1vw;
}

.slide_nav .nav_menu div{
    overflow: hidden;
}

.slide_nav .nav_menu div span,
.slide_nav > div > ul > li a{
    padding: 0;
    display: inline-block;
    transition: all ease-out 0.3s;
    z-index: 2;
    box-sizing: border-box;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #000;
    line-height: 120%;
}

/* nav_menu */
.slide_nav .nav_menu div{
    display: inline-block;
}

.slide_nav .nav_menu div span{
    padding: 0 7vw 0 0;
    display: inline-block;
    position: relative;
}

.slide_nav .nav_menu div span:before{
	content: "";
	background-image: url("../images/common/nav_plus.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 5vw;
	height: 5vw;
	position: absolute;
	top: .3vw;
	right: 0;
}

.slide_nav .nav_menu div.active span:before{
	background-image: url("../images/common/nav_minus.svg");
}

.slide_nav .nav_menu ul{
    margin: 0 0 0 2vw;
    display: none;
}

.slide_nav .nav_menu ul li{
    margin: 5vw 0 0;
}

.slide_nav > div > ul > li > div span,
.slide_nav .nav_menu ul li a{
    display: inline-block;
    z-index: 2;
    box-sizing: border-box;
}

.slide_nav .nav_menu ul li a{
    padding-left: 5vw;
    font-size: 4.0vw;
    position: relative;
}

.slide_nav .nav_menu ul li a:before{
	content: "";
	background: #222;
	width: 2vw;
	height: 2vw;
    top: 1.2vw;
	position: absolute;
	left: 0;
    border-radius: 50px;
}

.slide_nav li > div span,
.slide_nav li{
    overflow: hidden;
    line-height: 1;
}

.slide_nav .nav_menu ul li a,
.slide_nav > div > ul > li > div span,
.slide_nav > div > ul > li > a{
    transition: transform .3s cubic-bezier(1, 0.01, 0.67, 0.56);
    transform: translateY(100px);
}

.slide_menu.open .slide_nav .nav_menu ul li a,
.slide_menu.open .slide_nav > div > ul > li > div span,
.slide_menu.open .slide_nav > div > ul > li > a{
    transform: translateY(0);
    transition: transform 1s cubic-bezier(1, 0.01, 0.67, 0.56),color .3s,background .3s;
}

/* ナビ下層の出現 */
@keyframes nav_menu1 {
    0% {opacity: 0;}
    100%{opacity: 1;}
}

/* ナビ時のロゴ */
@keyframes navilogo_off {
    0% {
        transform: scale(1,1);
        opacity: 1;
    }
    50% {
        transform: scale(1,1);
        opacity: 0;
    }
    100% {
        transform: scale(1,0);
        opacity: 0;
    }
}

@keyframes navilogo_on {
    0% {
        transform: scale(1,0);
        opacity: 0;
    }
    50%{
        transform: scale(1,1);
        opacity: 0;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}


/* gnav
   ================================================================== */
.gnav{
    display: none;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 0 0 0;
	padding: 0 0 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #CED9DC;
}

/* cv_block */
footer .cv_block{
	padding: 7vw 0 8vw;
    background: #005AAB;
}

footer .cv_block .character_title_block{
	display: block;
}

footer .cv_block .character_title_pc_left{
	display: flex;
    flex-wrap: wrap;
}

footer .cv_block .character_title_block .character{
    width: 23vw;
}

footer .cv_block .character_title_block .character_title_right {
    padding: 0 0 0 2vw;
    width: calc(100% - 23vw);
}

footer .cv_block .character_title_right .tel_box{
	line-height: 0;
}

footer .cv_block .character_title_right .tel_box a{
	line-height: 0;
    display: inline-block;
}

footer .cv_block .character_title_right .tel_box a img{
	width: 100%;
}

footer .cv_block .sns_list{
    display: flex;
    align-items: center;
}

/* sns_list */
.sns_list{
    display: flex;
    align-items: center;
}

.sns_list li{
	line-height: 0;
}

.sns_list li + li{
	margin: 0 0 0 3vw;
}

.sns_list li a{
	line-height: 0;
    display: inline-block;
}

.sns_list .circle_icon{
	width: 12vw;
}

.sns_list .youtube{
	width: 36vw;
}

footer .cv_block .ttl{
	margin: 3vw 0 0 1vw;
    font-size: 4.2vw;
    color: #fff;
    font-weight: 700;
}

footer .cv_block .svg_icon_btn{
    margin: 5vw 0 0;
}

footer .cv_block address{
    margin: 12vw 0 0;
    font-size: 3.2vw;
    color: #fff;
    text-align: right;
}

/* nav_block */
footer .nav_block{
	padding: 0;
}

.footer_nav{
	margin: 0 -3vw;
    line-height: 0;
}

.footer_nav ul{
	margin: 0;
}

.footer_nav ul li{
	margin: 0;
}

.footer_nav ul li div span,
.footer_nav ul li a{
	padding: 4vw;
	display: block;
	font-size: 4vw;
    line-height: 150%;
    font-weight: 700;
    border-bottom: 1px solid #CED9DC;
}

.footer_nav ul li ul li a{
    padding-left: 11vw;
	font-size: 3.6vw;
    font-weight: 700;
    position: relative;
    border-bottom: 1px dashed #CED9DC;
}

.footer_nav ul li ul li a:before{
	content: "";
	background: #93B0CE;
	width: 1.8vw;
	height: 1.8vw;
    top: 5.7vw;
	position: absolute;
	left: 7vw;
    border-radius: 50px;
}

/* banner_block */
.banner_block{
	padding: 10vw 0;
    position: relative;
	box-sizing: border-box;
}

footer .banner_block{
    min-height: 30vw;
}

.banner_block:before{
	content: "";
    background: #EEF4F6;
	width: 300vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100vw;
}

.banner_block > *{
	position: relative;
    z-index: 1;
}

.banner_block ul{
	font-size: 0;
}

.banner_block ul li{
	line-height: 0;
}

.banner_block ul li + li{
	margin: 3vw 0 0;
}

.banner_block ul li a{
	line-height: 0;
    display: block;
}

.banner_block ul li a img{
	width: 70%;
}

/* bottom_box */
footer .bottom_box{
	padding: 3vw 0 10vw;
    background: #f8f8f8;
}

footer address{
    margin: 10vw 0 0;
	font-size: 2.6vw;
    color: #111;
    font-weight: 400;
    letter-spacing: 0.1em;
}


/* page_top
   ================================================================== */
#page_top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 20vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

.contact_page #page_top{
	bottom: 90px;
}

#page_top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
	line-height: 0;
}

#page_top img{
	width: 100%;
}

    
/* alternate
   ================================================================== */
.alternate{
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.alternate img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.alternate .fade_photo{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	animation: fade_photo 10s linear infinite;
}

.alternate.delay1 .fade_photo{
    animation-delay: .5s;
    animation-direction: 8s;
}

.alternate.delay2 .fade_photo{
    animation-delay: 2s;
    animation-direction: 12s;
}

.alternate.delay3 .fade_photo{
    animation-delay: 3.5s;
    animation-direction: 7s;
}

@keyframes fade_photo {
    0% {opacity: 0;}
    40%{opacity: 0;}
    50%{opacity: 1;}
    90%{opacity: 1;}
    100%{opacity: 0;}
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* banner_rentacar
   ================================================================== */
.banner_rentacar{
    margin: 6vw 0 0;
    line-height: 0;
}

.banner_rentacar.mat_minus20{
    margin-top: -2vw;
}

.banner_rentacar.mab_25{
    margin-bottom: 6vw;
}

.banner_rentacar a{
    display: block;
    line-height: 0;
}


/* more_btn
   ================================================================== */	
.more_btn{
	text-align: right;
	line-height: 0;
}

.more_btn span,
.more_btn a{
	padding-right: 12vw;
	font-size: 3.3vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
    color: #005AAB;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.more_btn span::before,
.more_btn a::before{
	content: "";
	background-image: url("../images/common/more_btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 9vw;
	height: 100%;
	position: absolute;
	top: 0;
    bottom: 0;
	right: 0;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 60vw;
    height: 15vw;
	font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #005AAB;
    border: 1px solid #005AAB;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* svg_icon_btn
   ================================================================== */	
.svg_icon_btn{
	line-height: 0;
}

.svg_icon_btn a{
	padding: 0;
	width: 60vw;
    height: 12vw;
	font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
	color: #005AAB;
	background: #fff;
    border: 1px solid #fff;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
    box-sizing: border-box;
}

.svg_icon_btn svg{
    margin: 0 3vw 0 0;
	width: 6vw;
}


/* icon_btn
   ================================================================== */	
.icon_btn{
	line-height: 0;
}

.icon_btn a{
	padding: 0 0 0 23vw;
	width: 70vw;
    height: 15vw;
	font-size: 3.7vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
	color: #005AAB;
	background-color: #fff;
    background-image: url("../images/common/icon_logo.svg");
	background-repeat: no-repeat;
	background-position: 7vw center;
	background-size: 10vw;
	position: relative;
	display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100px;
    box-sizing: border-box;
}

.icon_btn.to_official a{
    letter-spacing: 0.2em;
	color: #fff;
	background-color: #00A1E9;
}

.icon_btn.characte_face01 a{
    background-image: url("../images/common/characte_face01.png");
}

.icon_btn.characte_face02 a{
    background-image: url("../images/common/characte_face02.png");
}


/* car_btn
   ================================================================== */	
.car_btn{
	line-height: 0;
}

.car_btn a{
	padding: 0 7vw 0 15vw;
	min-width: 35vw;
    height: 12vw;
	font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #009FE8;
    border: 1px solid #009FE8;
    box-sizing: border-box;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
}

.car_btn.f14 a{
	font-size: 3.4vw;
}

.car_btn a svg{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5vw;
    width: 6vw;
}


/* arrow_btn
   ================================================================== */	
.arrow_btn{
	line-height: 0;
}

.arrow_btn a{
	padding: 0 12vw 0 6vw;
	min-width: 45vw;
    height: 13vw;
	font-size: 3.4vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #009FE8;
    border: 1px solid #009FE8;
    box-sizing: border-box;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
}

.arrow_btn a svg{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5vw;
    width: 4vw;
}


/* googlemap_btn
   ================================================================== */	
.googlemap_btn{
	line-height: 0;
}

.googlemap_btn a{
	padding: 0 0 1vw;
	width: 30vw;
    height: 8vw;
	font-size: 3.2vw !important;
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #34A852;
    border: 1px solid #34A852;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
}


/* morePhoto
   ================================================================== */	
.morePhoto{
	line-height: 0;
}

.morePhoto a{
	padding: 0 7vw 0 15vw;
	width: 72vw;
    height: 15vw;
	font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
	color: #fff;
	background: #009FE8;
    border: 1px solid #009FE8;
    box-sizing: border-box;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
}

.morePhoto a svg{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5vw;
    width: 7vw;
}


/* #search-btn search reset
   ================================================================== */	
#search-btn .search,
#search-btn .reset{
	padding: 0 7vw 0 15vw;
	min-width: 35vw;
    height: 15vw;
	font-size: 3.4vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
	color: #fff;
	background: #009FE8;
    border: 1px solid #009FE8;
    box-sizing: border-box;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    background-image: url("../images/common/icon_car.svg");
	background-repeat: no-repeat;
	background-position: 5vw center;
	background-size: 6vw;
}

#search-btn .reset{
	background: #444;
    border-color: #444;
    background-image: url("../images/common/icon_cross.svg");
	background-repeat: no-repeat;
	background-position: 6vw center;
	background-size: 3vw;
}


@media screen and (min-width : 500px){

    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 1.5vw;
        line-height: 2.6vw;
	}
    
    .f13{
        font-size: 1.3vw !important;
        line-height: 2.3vw;
    }

    .f14{
        font-size: 1.4vw !important;
        line-height: 2.5vw;
    }

    .f17{
        font-size: 1.7vw !important;
    }

    .f18{
        font-size: 1.8vw !important;
        line-height: 2.9vw;
    }

    /* mat */
    .mat15{
        margin-top: 1.5vw !important;
    }

    .mat35{
        margin-top: 3.5vw !important;
    }
	
    .photo.wid385{
        width: 38.5%;
    }

    .photo.wid449{
        width: 44.9%;
    }

    .photo.wid471{
        width: 47.1%;
    }

    .photo.wid500{
        width: 50.0%;
    }

    .photo.wid530{
        width: 53.0%;
    }

    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

    a.circle{
        overflow: hidden;
        display: inline-block;
        position: relative;
    	transition: all ease-out 0.3s;
    }

    a.circle:before{
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    a.circle.color2:before{
        background: rgba(0, 90, 171, 0.2);
    }

    a.circle:hover:before{
        animation: circle .75s;
    }

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}

    .inner{
        padding-left: 2vw;
        padding-right: 2vw;
    }

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */
    .index header{
        position: relative;
    }
    
    header > .inner{
    	padding: 0 7.8vw 0 2.0vw;
        max-width: 100%;
        height: 9.0vw;
        display: flex;
        align-items: center;
        transition: ease-out 0.3s;
    }
    
    header .site_logo{
        padding: 0;
        width: 23.8vw;
    }


    /* ham_btn
       ================================================================== */
    .ham_btn{
        right: 3.0vw;
        top: 3.0vw;
        width: 2.0vw;
        height: 2.0vw;
        transition: .3s;
    }

    .ham_btn:hover{
        transform: rotate(90deg);
    }

    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        height: .4vw;
        width: .4vw;
    }

    .ham_btn .inner .bar:nth-child(2){
        margin: .4vw 0;
    }

    .ham_btn .inner .bar:before{
        left: -.8vw;
    }

    .ham_btn .inner .bar:after{
        right: -.8vw;
    }

    .ham_btn.open .bar:nth-child(2):before,
    .ham_btn.open .bar:nth-child(2):after{
        width: 2.7vw;
    }

    .ham_btn.open .bar:nth-child(2):before,
    .ham_btn.open .bar:nth-child(2):after{
        background: #fff !important;
    }

    .ham_btn.open .bar:nth-child(2):before{
        top: .1vw;
        left: -1.1vw;
    }

    .ham_btn.open .bar:nth-child(2):after{
        bottom: .1vw;
        right: -1.2vw;
    }
    
    
    /* slide_menu
       ================================================================== */
    header::before{
        height: 9.0vw;
    }

    header .nav_logo{
        width: 23.8vw;
        height: 7.7vw;
        top: .6vw;
        left: 1.5vw;
    }

    .slide_menu{
        padding: 14.0vw 0 0;
        justify-content: center;
    }

    .slide_menu .slide_nav{
        display: flex;
        justify-content: center;
    }

    .slide_menu .slide_nav .tab_flex{
        width: 30vw;
    }

    .slide_nav > div > ul{
        padding: 0 2.5vw 0 0;
        overflow: hidden;
        width: auto;
        min-width: 26.5vw;
        box-sizing: border-box;
    }

    .slide_nav .nav_menu ul li,
    .slide_nav > div > ul > li{
        margin: 1.0vw 0;
        padding: 0;
    }

    .slide_nav .nav_menu div span,
    .slide_nav .nav_menu ul li a,
    .slide_nav > div > ul > li > a{
        padding: .8vw 0;
        font-size: 1.4vw;
    }

    /* nav_menu */
    .slide_nav .nav_menu div{
        padding: .7vw 0;
        cursor: pointer;
    }
    
    .slide_nav .nav_menu div span{
        padding: 0 3.5vw 0 0;
        transition: .3s;
    }

    .slide_nav .nav_menu div span:before{
        width: 1.7vw;
        height: 1.7vw;
        top: 0;
        right: .5vw;
    }

    .slide_nav .nav_menu div span:before{
        background-image: url("../images/common/nav_minus.svg");
    }

    .slide_nav .nav_menu div.active span:before{
        background-image: url("../images/common/nav_plus.svg");
    }

    .slide_nav .nav_menu ul{
        margin: 0 0 0 1.0vw;
        display: block;
    }

    .slide_nav .nav_menu ul li{
        margin: .5vw 0;
    }
    
    .slide_nav .nav_menu ul li a{
        padding-left: 1.6vw;
        font-size: 1.3vw;
    }

    .slide_nav .nav_menu ul li a:before{
        width: .7vw;
        height: .7vw;
        top: 1.2vw;
        transition: .3s;
    }

    .slide_nav .nav_menu{
        cursor: context-menu;
    }

    .slide_nav .nav_menu div:hover span,
    .slide_nav ul li a:hover{
        color: #005AAB;
    }

    .slide_nav .nav_menu ul li a:hover:before{
        background: #005AAB;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* cv_block */
    footer .cv_block{
        padding: 2.7vw 0 4.8vw;
    }

    footer .cv_block .character_title_block{
        display: flex;
        align-items: center;
    }

    footer .cv_block .character_title_pc_left{
        width: 47.1%;
    }

    footer .cv_block .character_title_block .character{
        width: 12.4vw;
    }

    footer .cv_block .character_title_block .character_title_right{
        padding: 0 0 0 .5vw;
        width: calc(100% - 12.4vw);
    }

    footer .cv_block .character_title_right .tel_box{
        margin: -1.0vw 0 0;
        width: 32.2vw;
    }

    footer .cv_block .sns_list{
        margin: -4.6vw 0 0;
        padding: 2.0vw 0 0;
    }

    /* sns_list */
    .sns_list{
        box-sizing: border-box;
    }

    .sns_list li{
        line-height: 0;
    }

    .sns_list li + li{
        margin: 0 0 0 1.7vw;
    }

    .sns_list .circle_icon{
        width: 4.5vw;
    }

    .sns_list .youtube{
        padding: .3vw 0 0;
        width: 13.0vw;
    }

    footer .cv_block .ttl{
        margin: 1.0vw 0 0;
        font-size: 1.7vw;
    }

    footer .cv_block .svg_icon_btn{
        margin: 2.0vw 0 0;
    }

    footer .cv_block address{
        margin: .4vw 0 0;
        font-size: 1.2vw;
    }

    /* nav_block */
    footer .nav_block{
        padding: 5.0vw 0 10.0vw;
    }

    .footer_nav{
        margin: 0;
    }

    .footer_nav,
    .footer_nav .tab_flex{
        display: flex;
    }

    .footer_nav .tab_flex > ul{
        margin: 0 3.0vw 0 0;
    }

    .footer_nav .tab_flex + .tab_flex > ul:last-child{
        margin-right: 0;
    }

    .footer_nav .tab_flex > ul > li + li{
        margin-top: .5vw;
    }

    .footer_nav ul li{
        margin: 0;
    }

    .footer_nav ul li div span,
    .footer_nav ul li a{
        padding: 1.0vw 1.0vw 1.0vw 0;
        font-size: 1.4vw;
        letter-spacing: 0.05em;
        border-bottom: none;
        transition: .3s;
    }

    .footer_nav ul li a:hover{
        color: #005AAB;
    }

    .footer_nav ul li ul li a{
        padding-left: 2.3vw;
        font-size: 1.3vw;
    }

    .footer_nav ul li ul li a:before{
        width: .6vw;
        height: .6vw;
        top: 1.7vw;
        left: .7vw;
    }

    /* banner_block */
    .banner_block{
        padding: 3.0vw 0;
    }

    footer .banner_block{
        min-height: 18.0vw;
    }

    .banner_block ul{
        font-size: 0;
    }

    .banner_block ul li{
        margin-right: 2.0vw;
        width: 44.0vw;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .banner_block ul li:nth-child(2){
        margin-top: 0;
    }

    .banner_block ul li + li{
        margin: 2.0vw 0 0;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 3.0vw 0 3.2vw;
    }

    footer address{
        margin: 7.0vw 0 0;
        font-size: 1.2vw;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 2vw;
        right: 2.6vw;
        width: 10.0vw;
    }

    #page_top a:hover{
        opacity: .5;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* banner_rentacar
       ================================================================== */
    .banner_rentacar{
        margin: 3.0vw 0 0;
        width: 69.5%;
    }

    .banner_rentacar.mat_minus20{
        margin-top: -2.0vw;
    }

    .banner_rentacar.mab_25{
        margin-bottom: 2.5vw;
    }


    /* more_btn
       ================================================================== */
    .more_btn span,
    .more_btn a{
        padding-right: 5.0vw;
        font-size: 1.4vw;
    }

    .more_btn span::before,
    .more_btn a:before{
        width: 3.5vw;
        transition: .3s;
    }

    .shop_photo_list a:hover .more_btn span:before,
    .index_page_links .list a:hover .more_btn span:before,
    .more_btn a:hover:before{
        transform: translateX(10px);
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
		width: 28.0vw;
        height: 6.0vw;
		font-size: 1.6vw;
        transition: .3s;
	}
	
	.anime_btn a:hover{
		background: #fff;
        color: #005AAB;
	}
    	

    /* svg_icon_btn
       ================================================================== */	
    .svg_icon_btn a{
        padding: 0;
        width: 24.5vw;
        height: 4.5vw;
        font-size: 1.5vw;
    }

    .svg_icon_btn svg{
        margin: 0 1.0vw 0 0;
        width: 2.5vw;
    }
	.svg_icon_btn svg path,
    .svg_icon_btn a{
        transition: .3s;
    }
	
	.svg_icon_btn a:hover{
		background: #005AAB;
        color: #fff;
	}
	
	.svg_icon_btn a:hover path{
		fill: #fff;
	}


    /* icon_btn
       ================================================================== */	
    .icon_btn{
        line-height: 0;
    }

    .icon_btn a{
        padding: 0 0 0 9.5vw;
        width: 31.0vw;
        height: 6.0vw;
        font-size: 1.7vw;
        background-position: 2.5vw center;
        background-size: 5.2vw;
        display: inline-flex;
    }

    .icon_btn.to_official a{
        background-position: 2.8vw center;
        background-size: 5.1vw;
    }


    /* car_btn
       ================================================================== */	
    .car_btn a{
        padding: 0 3.7vw 0 7.6vw;
        min-width: 21.5vw;
        height: 6.0vw;
        font-size: 1.6vw;
        transition: .3s;
    }

    .car_btn.f14 a{
        font-size: 1.4vw;
    }

    .car_btn a svg{
        left: 2.8vw;
        width: 3.0vw;
    }

    .car_btn a svg path{
        transition: .3s;
    }

    .car_btn a:hover{
		background: #fff;
        color: #009FE8;
    }

    .car_btn a:hover svg path{
        fill: #009FE8;
    }


    /* arrow_btn
       ================================================================== */	
    .arrow_btn a{
        padding: 0 3.5vw 0 2.0vw;
        min-width: 20.0vw;
        height: 5.0vw;
        font-size: 1.4vw;
        transition: .3s;
    }

    .arrow_btn a svg{
        right: 2.3vw;
        width: 1.8vw;
    }

    .arrow_btn a svg path{
        transition: .3s;
    }

    .arrow_btn a:hover{
		background: #fff;
        color: #009FE8;
    }

    .arrow_btn a:hover svg path{
        fill: #009FE8;
    }

	
    /* googlemap_btn
       ================================================================== */	
    .googlemap_btn a{
        padding: 0 0 .3vw;
        width: 11.0vw;
        height: 3.0vw;
        font-size: 1.2vw !important;
        transition: .3s;
    }
	
	.googlemap_btn a:hover{
		background: #fff;
        color: #34A852;
	}


    /* morePhoto
       ================================================================== */	
    .morePhoto a{
        padding: 0 2.8vw 0 6.8vw;
        width: 32.0vw;
        height: 6.0vw;
        font-size: 1.5vw;
        transition: .3s;
    }

    .morePhoto a svg{
        left: 2.8vw;
        width: 3.0vw;
    }

    .morePhoto a svg path{
        transition: .3s;
    }

    .morePhoto a:hover{
		background: #fff;
        color: #009FE8;
    }

    .morePhoto a:hover svg path{
        fill: #009FE8;
    }


    /* #search-btn search reset
       ================================================================== */	
    #search-btn .search,
    #search-btn .reset{
        padding: 0 3.7vw 0 7.6vw;
        min-width: 17.0vw;
        height: 6.0vw;
        font-size: 1.4vw;
        background-position: 2.8vw center;
        background-size: 3.0vw;
        transition: .3s;
    }

    #search-btn .search:hover,
    #search-btn .reset:hover{
        opacity: .5;
    }

    #search-btn .reset{
        padding-left: 5.0vw;
        background-position: 2.5vw center;
        background-size: 1.0vw;
    }

    
}
@media screen and (min-width : 1040px){
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 15px;
        line-height: 26px;
	}
         
    .f13{
        font-size: 13px !important;
        line-height: 23px;
    }

    .f14{
        font-size: 14px !important;
        line-height: 25px;
    }

    .f17{
        font-size: 17px !important;
    }

    .f18{
        font-size: 18px !important;
        line-height: 29px;
    }

    /* mat */
    .mat15{
        margin-top: 15px !important;
    }

    .mat35{
        margin-top: 35px !important;
    }

	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}
	
    .photo.wid385{
        max-width: 385px;
    }

    .photo.wid449{
        max-width: 449px;
    }

    .photo.wid471{
        max-width: 471px;
    }

    .photo.wid500{
        max-width: 500px;
    }

    .photo.wid530{
        max-width: 530px;
    }

    a{
    	text-decoration: none;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
        padding-left: 20px;
        padding-right: 20px;
    	max-width: 1040px;
    	margin: auto;
		box-sizing: border-box;
    }

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header > .inner{
    	padding: 0 78px 0 20px;
        max-width: 100%;
        height: 90px;
    }
    
    header .site_logo{
        padding: 0;
        width: 238px;
    }


    /* ham_btn
       ================================================================== */
    .ham_btn{
        right: 30px;
        top: 37px;
        width: 20px;
        height: 20px;
    }

    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        height: 4px;
        width: 4px;
    }

    .ham_btn .inner .bar:nth-child(2){
        margin: 4px 0;
    }

    .ham_btn .inner .bar:before{
        left: -8px;
    }

    .ham_btn .inner .bar:after{
        right: -8px;
    }

    .ham_btn.open .bar:nth-child(2):before,
    .ham_btn.open .bar:nth-child(2):after{
        width: 27px;
    }

    .ham_btn.open .bar:nth-child(2):before{
        top: 1px;
        left: -11px;
    }

    .ham_btn.open .bar:nth-child(2):after{
        bottom: 1px;
        right: -12px;
    }
    

    /* slide_menu
       ================================================================== */
    header::before{
        height: 90px;
    }

    header .nav_logo{
        width: 238px;
        height: 77px;
        top: 6px;
        left: 15px;
    }

    .slide_menu{
        padding: 140px 0 0;
        justify-content: center;
    }

    .slide_menu .slide_nav,
    .slide_menu .slide_nav .tab_flex{
        display: flex;
        justify-content: center;
    }

    .slide_menu .slide_nav .tab_flex{
        width: auto;
    }

    .slide_nav > div > ul{
        padding: 0 10px 100px 0;
        overflow: hidden;
        width: auto;
        min-width: 245px;
        box-sizing: border-box;
    }

    .slide_nav .nav_menu ul li,
    .slide_nav > div > ul > li{
        margin: 10px 0;
    }

    .slide_nav .nav_menu div span,
    .slide_nav .nav_menu ul li a,
    .slide_nav > div > ul > li > a{
        padding: 8px 0;
        font-size: 14px;
    }

    /* nav_menu */
    .slide_nav .nav_menu div{
        padding: 5px 0;
    }
    
    .slide_nav .nav_menu div span{
        padding: 0 35px 0 0;
    }

    .slide_nav .nav_menu div span:before{
        width: 17px;
        height: 17px;
        top: 0;
        right: 5px;
    }

    .slide_nav .nav_menu ul{
        margin: 0 0 0 10px;
    }

    .slide_nav .nav_menu ul li{
        margin: 5px 0;
    }
    
    .slide_nav .nav_menu ul li a{
        padding-left: 16px;
        font-size: 13px;
    }

    .slide_nav .nav_menu ul li a:before{
        width: 7px;
        height: 7px;
        top: 12px;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* cv_block */
    footer .cv_block{
        padding: 27px 0 48px;
    }

    footer .cv_block .character_title_pc_left{
        width: 47.1%;
    }

    footer .cv_block .character_title_block .character{
        width: 124px;
    }

    footer .cv_block .character_title_block .character_title_right{
        padding: 0 0 0 5px;
        width: calc(100% - 124px);
    }

    footer .cv_block .character_title_right .flex{
        padding: 0 0 0;
        display: flex;
    }

    footer .cv_block .character_title_right .tel_box{
        margin: -10px 0 0;
        width: 322px;
    }

    footer .cv_block .sns_list{
        margin: -46px 0 0;
        padding: 0 0 0;
    }

    /* sns_list */
    .sns_list{
        box-sizing: border-box;
    }

    .sns_list li{
        line-height: 0;
    }

    .sns_list li + li{
        margin: 0 0 0 17px;
    }

    .sns_list .circle_icon{
        width: 45px;
    }

    .sns_list .youtube{
        padding: 3px 0 0;
        width: 130px;
    }

    footer .cv_block .ttl{
        margin: 10px 0 0;
        font-size: 17px;
    }

    footer .cv_block .svg_icon_btn{
        margin: 20px 0 0;
    }

    footer .cv_block address{
        margin: 4px 0 0;
        font-size: 12px;
    }

    /* nav_block */
    footer .nav_block{
        padding: 50px 0 100px;
    }

    .footer_nav{
        margin: 0;
    }

    .footer_nav,
    .footer_nav .tab_flex{
        display: flex;
    }

    .footer_nav .tab_flex > ul{
        margin: 0 50px 0 0;
    }

    .footer_nav .w170{
        width: 170px;
    }

    .footer_nav .w180{
        width: 180px;
    }

    .footer_nav .w190{
        width: 190px;
    }

    .footer_nav .w200{
        width: 200px;
    }

    .footer_nav .w215{
        width: 215px;
    }

    .footer_nav .w230{
        width: 230px;
    }

    .footer_nav .tab_flex > ul > li + li{
        margin-top: 5px;
    }

    .footer_nav ul li{
        margin: 0;
    }

    .footer_nav ul li div span,
    .footer_nav ul li a{
        padding: 10px 0;
        font-size: 14px;
        border-bottom: none;
    }

    .footer_nav ul li ul li a{
        padding-left: 23px;
        font-size: 13px;
    }

    .footer_nav ul li ul li a:before{
        width: 6px;
        height: 6px;
        top: 17px;
        left: 7px;
    }

    /* banner_block */
    .banner_block{
        padding: 30px 0;
    }

    footer .banner_block{
        min-height: 180px;
    }

    .banner_block ul{
        font-size: 0;
    }

    .banner_block ul li{
        margin-right: 20px;
        width: 440px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .banner_block ul li:nth-child(2){
        margin-top: 0;
    }

    .banner_block ul li + li{
        margin: 20px 0 0;
    }

    .banner_block ul li a{
        line-height: 0;
        display: block;
    }

    .banner_block ul li a img{
        width: 100%;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 30px 0 32px;
    }

    footer address{
        margin: 70px 0 0;
        font-size: 12px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 20px;
        right: 26px;
        width: 100px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* banner_rentacar
       ================================================================== */
    .banner_rentacar{
        margin: 30px 0 0;
    }

    .banner_rentacar.mat_minus20{
        margin-top: -20px;
    }

    .banner_rentacar.mab_25{
        margin-bottom: 25px;
    }


    /* more_btn
       ================================================================== */
    .more_btn span,
    .more_btn a{
        padding-right: 50px;
        font-size: 14px;
    }

    .more_btn span::before,
    .more_btn a:before{
        width: 35px;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 280px;
        height: 60px;
		font-size: 16px;
	}
	

    /* svg_icon_btn
       ================================================================== */	
    .svg_icon_btn a{
        padding: 0;
        width: 245px;
        height: 45px;
        font-size: 15px;
    }

    .svg_icon_btn svg{
        margin: 0 10px 0 0;
        width: 25px;
    }


    /* icon_btn
       ================================================================== */	
    .icon_btn{
        line-height: 0;
    }

    .icon_btn a{
        padding: 0 0 0 95px;
        width: 310px;
        height: 60px;
        font-size: 17px;
        background-position: 25px center;
        background-size: 52px;
        display: inline-flex;
    }

    .icon_btn.to_official a{
        background-position: 28px center;
        background-size: 51px;
    }


    /* car_btn
       ================================================================== */	
    .car_btn a{
        padding: 0 37px 0 76px;
        min-width: 215px;
        height: 60px;
        font-size: 16px;
    }

    .car_btn.f14 a{
        font-size: 14px
    }

    .car_btn a svg{
        left: 28px;
        width: 30px;
    }


    /* arrow_btn
       ================================================================== */	
    .arrow_btn a{
        padding: 0 35px 0 20px;
        min-width: 200px;
        height: 50px;
        font-size: 14px;
    }

    .arrow_btn a svg{
        right: 23px;
        width: 18px;
    }

	
    /* googlemap_btn
       ================================================================== */	
    .googlemap_btn a{
        padding: 0 0 3px;
        width: 110px;
        height: 30px;
        font-size: 12px !important;
    }


    /* morePhoto
       ================================================================== */	
    .morePhoto a{
        padding: 0 28px 0 68px;
        width: 320px;
        height: 60px;
        font-size: 15px;
    }

    .morePhoto a svg{
        left: 28px;
        width: 30px;
    }


    /* #search-btn search reset
       ================================================================== */	
    #search-btn .search,
    #search-btn .reset{
        padding: 0 37px 0 76px;
        min-width: 170px;
        height: 60px;
        font-size: 14px;
        background-position: 28px center;
        background-size: 30px;
    }

    #search-btn .reset{
        padding-left: 50px;
        background-position: 25px center;
        background-size: 10px;
    }

	
}
@media screen and (min-width : 1220px){
   
	
    /* gnav
       ================================================================== */
    .gnav{
        margin: 0 0 0 auto;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        position: relative;
        right: auto;
        overflow: inherit;
        background: none;
        display: flex;
    }
    
    .gnav > ul{
    	margin: 0 0 0 auto;
    	font-size: 0;
        overflow: inherit;
    }
    
    .gnav > ul > li{
        margin: 0 0 0 30px;
        padding: 0;
    	text-align: center;
		width: auto;
		display: inline-block;
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    }
    
    .gnav > ul > li.nav_menu div,
    .gnav > ul > li > a{
    	padding: 20px 0;
    	display: flex;
        align-items: center;
        justify-content: center;
    	text-align: center;
        line-height: 1;
        border: none;
        height: auto;
        position: relative;
    	font-size: 14px;
        letter-spacing: 0.1em;
        color: #222;
        font-weight: 800;
        transition: .5s ease;
        top: 0;
    }
    
    .gnav > ul > li > a::before{
        content: "";
        background: #fff;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 5px;
        left: 0;
        transform: scaleX(0);
        transition: transform .3s;
        transform-origin: right center;
    }
    
    .gnav > ul > li.nav_menu:hover div::before,
    .gnav > ul > li > a:hover::before{
    	transform: scaleX(1);
        transform-origin: left center;
    }
    
    .gnav > ul > li.nav_menu{
    	display: inline-block;
		position: relative;
		cursor: context-menu;
    }
    
    .gnav > ul > li > ul{
        padding: 10px 20px;
    	position: absolute;
		min-width: 220px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 5px;
		transition: 0s cubic-bezier(0.77, 0.38, 0.43, 0.85);
		top: calc(100% - 1px);
		left: -20px;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		transform: translate(0,0);
    }
    
    .gnav > ul > li.nav_menu:hover > ul{
		opacity: 1;
		visibility: visible;
    }
    
    .gnav > ul > li.nav_menu > ul > li{
    	opacity: 0;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li{
    	opacity: 1;
        transition-delay: .2s;
    }
        
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(2){
        transition-delay: .3s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(3){
        transition-delay: .4s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(4){
        transition-delay: .5s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(5){
        transition-delay: .6s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(6){
        transition-delay: .7s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(7){
        transition-delay: .8s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(8){
        transition-delay: .9s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(9){
        transition-delay: 1.0s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(10){
        transition-delay: 1.1s;
    }

    .gnav > ul > li > ul > li{
        margin: 0 0 1px;
    }
    
    .gnav > ul > li > ul > li a{
		padding: 7px 0 7px 20px;
    	display: flex;
        align-items: center;
		white-space: nowrap;
        position: relative;
        box-sizing: border-box;
        text-align: left;
    	font-size: 13px;
        line-height: 150%;
        letter-spacing: 0.1em;
		font-weight: 700;
		color: #111;
    }
        
    .gnav > ul > li > ul > li a::before{
		content: "";
        background: #111;
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        border-radius: 50px;
    }

    .gnav > ul > li > div > a,
    .gnav > ul > li > a,
    .gnav > ul > li > ul > li a,
    .gnav > ul > li > ul > li a::before{
		transition: .3s;
    }

    .gnav > ul > li > div > a:hover,
    .gnav > ul > li > a:hover,
    .gnav > ul > li > ul > li a:hover{
		color: #005AAB;
    }

    
}
