@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

html, body, div, span, 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, strong, 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: "Zen Kaku Gothic New","メイリオ","ms pgothic", sans-serif;
	color: #111;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

p,
a,
li{
	font-size: 3.5vw;
	line-height: 170%;
    font-weight: 500;
}

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%;
}

.tab,
.pc{
	display: none;
}

.maru{
	font-family: 'Zen Maru Gothic';
}

.serif{
	font-family: 'Noto Serif JP';
}

.sans{
	font-family: 'Noto Sans JP';
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

.center{
    text-align: center;
}

.bg_color_blue{
    background: #F1F9FF;
}

.note_red span{
    color: inherit;
}

.red{
    color: #FC427B;
}

.note_red{
    color: #E74C3C;
}

.orange{
    color: #F39C12;
}

.blue{
    color: #00A0E9;
}

.weight_500{
    font-weight: 500;
}

.weight_700{
    font-weight: 700;
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2980B9;
}

.link_text:hover{
    text-decoration: underline;
}

.link_text.under_l:hover{
    text-decoration: none;
}

.standard_movie{
    width: 100%;
    height: 53vw;
    line-height: 0;
}

.standard_movie.center{
    margin-left: auto;
    margin-right: auto;
}

.standard_movie iframe{
    width: 100%;
    height: 100%;
}

.standard_photo{
    width: 100%;
    line-height: 0;
}

.w150_photo{
    width: 40%;
    line-height: 0;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* wave
   ================================================================== */
.wave_wrap{
    margin-bottom: -35px;
}

.canvas_container{
    margin-bottom: -1px;
	line-height: 0;
	position: relative;
	left: 0;
	bottom: 100%;
	width: 100vw;
}

.canvas_container > *{
	width: 100%;
}

.wave_wrap .index_only{
	display: none;
}

.home .wave_wrap .index_only{
	display: block;
}

.home .wave_wrap .under_only{
	display: none;
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 10;
    width: 100%;
    background: rgba(255,255,255,0);
}

header > .inner{
	padding: 3vw 2vw;
    box-sizing: border-box;
    height: 25vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .site_logo{
    padding: 0;
    width: 18vw;
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

.site_logo a{
    display: block;
    line-height: 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width : 500px){
    
    header > .inner .company_information{
        margin: 0 0 0 2vw;
    }

    header > .inner .company_information .time,
    header > .inner .company_information .tel_style{
        display: none;
    }

    header > .inner .company_information .site_name .site_catch{
        font-size: 2.5vw;
        line-height: 130%;
        letter-spacing: 0;
    }

    header > .inner .company_information .site_name .name{
        font-size: 4.6vw;
    }

    header > .inner .company_information .site_name .name_eng{
        margin: 1vw 0 0;
        font-size: 3vw;
    }
    
}


/* fix_btn
   ================================================================== */
.fix_btn{
	position: relative;
    z-index: 100;
}

/* reserve_btn_small */
.reserve_btn_small{
    width: 15vw;
	position: fixed;
    top: 2vw;
    right: 19vw;
    z-index: 5;
}

.reserve_btn_small a{
    height: 15vw;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	transition: ease-out 0.1s;
    border-radius: 100%;
    background: #FC427B;
    position: relative;
}

.reserve_btn_small .btn_inbox{
    display: block;
}

.reserve_btn_small svg{
    margin: 0 auto;
    width: 4.5vw;
}

.reserve_btn_small .txt{
    margin: 2vw auto 0;
    display: block;
    font-size: 3vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: ease-out 0.3s;
}

/* fix_sns_btn */
.fix_sns_btn{
    position: fixed;
    top: 19vw;
    right: 2vw;
    display: flex;
}

.fix_sns_btn li{
    width: 12vw;
    line-height: 0;
}

.fix_sns_btn li + li{
    margin-left: 2vw;
}

.fix_sns_btn li a{
    display: block;
    line-height: 0;
}


/* ham_btn
   ================================================================== */
.ham_btn{
    padding: 0;
    right: 2vw;
    top: 2vw;
    width: 15vw;
    height: 15vw;
    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: 100%;
    background: #00A0E9;
}

.ham_btn.open,
.scroll_move .ham_btn{
    background: #00A0E9;
}

.ham_btn .inner{
    margin: 0 0 3vw;
    padding: 0;
    width: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: ease-out 0.1s;
    box-sizing: border-box;
}

.ham_btn.open .inner{
    margin: 0;
}

.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: #fff;
    display: block;
    border-radius: 20px;
}

.ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}

.ham_btn .inner .txt{
    margin: auto;
    width: 15vw;
    position: absolute;
    top: 2vw;
    left: -4vw;
    right: 0;
    display: block;
    font-size: 3vw;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: ease-out 0.3s;
}

.ham_btn.open .inner .txt{
    opacity: 0;
}

.ham_btn.open{
    transform: rotate(0deg);
}

.ham_btn.open .bar{
    background: transparent !important;
}

.ham_btn.open .bar:before,
.ham_btn.open .bar:after{
    width: 6vw;
    height: 1vw;
}

.ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 0.5vw;
    left: 0.5vw;
}

.ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 0;
    right: .5vw;
}

body.open{
    position: fixed;
    width: 100%;
}


/* slide_menu
   ================================================================== */
header::before{
    content: "";
    background: #F1F9FF;
    width: 100%;
    height: 25vw;
    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: 18vw;
    height: 21vw;
    position: fixed;
    top: 2vw;
    left: 2vw;
    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/logo.svg");
    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: 25vw 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: 10vw 0 10vw 70px;
}

.slide_menu .slide_nav{
    padding: 0;
}

.slide_nav > ul{
    width: 100%;
}    

.slide_menu .company_information{
    margin: 5vw 0 0;
    padding: 0 0 70px;
}    

/* ナビ時のロゴ */
@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;
}


/* nav_btn
   ================================================================== */
.nav_btn li{
    position: relative;
}

.nav_btn li div,
.nav_btn li a{
    padding: 1vw 5vw;
    min-width: 15vw;
    height: 10vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
    font-weight: 500;
    color: #fff;
    background: #00A0E9;
    border-radius: 50px;
    box-sizing: border-box;
}

.nav_btn li div{
    cursor: context-menu;
}

.nav_btn .nav_menu li a{
    background: #F39C12;
    white-space: nowrap;
}

@media screen and (max-width : 500px){
    
    .nav_btn > li{
        margin: 2vw 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .nav_btn .nav_menu{
        display: block;
    }

    .nav_btn .nav_menu ul{
        margin: 0 0 0;
    }

    .nav_btn .nav_menu ul li{
        margin: 2vw 0 0;
    }
    
}


/* nav_menu
   ================================================================== */
.nav_menu .sp_nav_click{
    position: relative;
}

.nav_menu .sp_nav_click::after{
    content: "＋";
    margin: 0 0 0 3vw;
    font-weight: 700;
}

.nav_menu .sp_nav_click.active::after{
    content: "ー";
}

@media screen and (max-width : 500px){
    .nav_menu ul{
        display: none;
    }
}


/* footer_tag
   ================================================================== */
footer{
    margin: 0 0 0;
	padding: 0 0 0;
    position: relative;
    z-index: 1;
}

/* footer_bg */
.footer_bg{
    padding: 5vw 0 10vw;
    background: #F1F9FF;
}

/* footer_company */
.footer_company{
	padding: 0 0 0;
}

.footer_company .site_logo{
    margin: 0;
	width: 40vw;
    line-height: 0;
}

.footer_company .site_logo a{
    width: 100%;
}

.footer_company .site_logo img{
    width: 100%;
}

.footer_company .company_information{
	margin: 4vw 0 0;
}

/* footer_nav */
.footer_nav{
	padding: 8vw 0 0;
}

/* footer_bottom */
.footer_bottom{
	padding: 10vw 0;
}

.footer_bottom address{
	font-size: 2.2vw;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.1em;
}


/* sns_btn
   ================================================================== */
.sns_btn{
    display: flex;
}

.sns_btn li{
    margin: 0 2vw 0 0;
    background: #fff;
    line-height: 0;
    border-radius: 100%;
}

.sns_btn li:last-child{
    margin-right: 0;
}

.sns_btn li a{
    width: 12vw;
    height: 12vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 100%;
}


/* page_top
   ================================================================== */
#page_top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 22vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page_top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
	line-height: 0;
}

#page_top img{
	width: 100%;
}

.grecaptcha-badge{
	z-index: 10;
    bottom: 21vw !important;
}

    
/* 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;}
}


/* footer_cv
   ================================================================== */
.footer_cv{
    margin: 20vw 0 20vw;
}

.footer_cv .cv_box{
    padding: 4vw;
    border: 1px dashed #00A0E9;
    border-radius: 10px;
    position: relative;
}

.footer_cv .cv_title{
    display: flex;
    align-items: center;
}

.footer_cv .cv_title span{
    display: block;
    line-height: 130%;
}

.footer_cv .cv_title .logo{
    width: 25vw;
    line-height: 0;
}

.footer_cv .cv_title .txt_box{
    padding: 0 0 0 3vw;
    width: calc(100% - 25vw);
    box-sizing: border-box;
}

.footer_cv .cv_title .txt_box .ttl{
    font-size: 5vw;
    font-weight: 700;
    color: #00A0E9;
}

.footer_cv .cv_title .txt_box .txt{
    margin: 1vw 0 0;
    font-size: 3.2vw;
    font-weight: 700;
}

.footer_cv .cv_photo{
    margin: 4vw -8vw 8vw 0;
}

.footer_cv .cv_nav{
    margin: 6vw 0 0;
    padding: 6vw 0 0;
    border-top: 1px dashed #00A0E9;
}

.footer_cv .cv_nav .nav_btn{
    font-size: 0;
}

.footer_cv .cv_nav .nav_btn li{
    margin-right: 2vw;
}

.footer_cv .cv_nav .nav_btn li:last-child{
    margin-right: 0;
}


/* reserve_cv
   ================================================================== */
.reserve_cv{
    margin: 0 0 0;
}

.reserve_cv .cv_box{
    padding: 10vw 4vw;
    border: 5px solid #FFF9BB;
    border-radius: 10px;
    position: relative;
}

.reserve_cv .cv_title{
    display: flex;
    align-items: center;
}

.reserve_cv .cv_title span{
    display: block;
    line-height: 130%;
}

.reserve_cv .cv_title .txt_box{
    box-sizing: border-box;
}

.reserve_cv .cv_title .txt_box .ttl{
    font-size: 6vw;
    font-weight: 700;
    color: #00A0E9;
}

.reserve_cv .cv_title .txt_box .txt{
    margin: 1vw 0 0;
    font-size: 3.2vw;
    font-weight: 700;
}

.reserve_cv .cv_photo{
    margin: 7vw -9vw 8vw 0;
}


/* company_information
   ================================================================== */
.company_information{
    margin: 0 0 0;
}

.company_information .site_name > span{
    line-height: 130%;
    display: block;
    letter-spacing: 0.05em;
    font-family: 'Zen Maru Gothic';
}

.company_information .site_name .site_catch{
    font-size: 2.6vw;
    color: #333;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.company_information .site_name .name{
    margin: 1vw 0 0;
    font-size: 7vw;
    color: #00A0E9;
    font-weight: 700;
}

.company_information .site_name .name_eng{
    font-size: 3.8vw;
    line-height: 100%;
    color: #00A0E9;
    font-weight: 500;
}

.company_information .time{
    margin: 1vw 0 0;
    font-size: 3.3vw;
    color: #333;
}

/* cv */
.company_information.cv .tel_style{
    margin: 1vw 0 0;
}

.company_information.cv .tel_style .siz_s{
    font-size: 3.3vw;
}

.company_information.cv .tel_style .siz_l{
    font-size: 8vw;
}

.company_information.cv .time{
    margin: 2vw 0 0;
    font-family: 'Zen Maru Gothic';
}

.company_information.cv .reserve_btn{
    margin: 2vw 0 0;
}

.company_information.cv .add{
    margin: 1vw 0 0;
    font-size: 3.6vw;
    color: #333;
    font-family: 'Zen Maru Gothic';
}

.company_information.cv .googlemap_btn{
    margin: 2vw 0 0;
}

.company_information.cv .sns_btn{
    margin: 5vw 0 0;
}


/* tel_style
   ================================================================== */
.tel_style a{
    display: inline-flex;
    align-items: baseline;
}

.tel_style a span{
    display: block;
    line-height: 110%;
    font-weight: 700;
    color: #FC427B;
    font-family: 'Zen Maru Gothic';
}

.tel_style .siz_s{
    font-size: 3.3vw;
}

.tel_style .siz_l{
    padding: 0 0 0 1vw;
    font-size: 6vw;
    letter-spacing: 0.05em;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* section
   ================================================================== */
.section{
    margin: 15vw 0 0;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	line-height: 0;
}

.anime_btn a{
	padding: 2vw 5vw;
	min-width: 30vw;
    min-height: 10vw;
	font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #00A0E9;
    border: 1px solid #00A0E9;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50px;
}

.anime_btn.pink a{
	background: #FC427B;
    border: 1px solid #FC427B;
}

/* w130 */
.anime_btn.w130 a{
	padding: 0;
	min-width: 28vw;
}

/* big */
.anime_btn.big a{
	min-width: 70vw;
    height: 14vw;
	font-size: 4.5vw;
}

/* big_square */
.anime_btn.big_square a{
	min-width: 60vw;
    height: 14vw;
	font-size: 3.6vw;
    border-radius: 0;
}


/* googlemap_btn
   ================================================================== */	
.googlemap_btn{
	line-height: 0;
}

.googlemap_btn a{
	padding: 0 0 1vw;
	width: 30vw;
    height: 10vw;
	font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
    font-family: 'Zen Maru Gothic';
	background: #34A852;
    border: 1px solid #34A852;
	position: relative;
	display: inline-flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}


/* btn_arrow_light
   ================================================================== */	
.btn_arrow_light a{
    padding: 0;
    min-width: 40vw;
    height: 10vw;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background: #00A0E9;
    border: 1px solid #00A0E9;
    border-radius: 100px;
    position: relative;
}

.btn_arrow_light a span{
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
    display: block;
}

.btn_arrow_light a svg{
    margin: auto;
    width: 3.5vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
}

/* icon_btn */
.btn_arrow_light.icon_btn a{
    min-width: 75vw;
    height: 12vw;
    background: #37BF6E;
    border-color: #37BF6E;
    position: relative;
}

.btn_arrow_light.icon_btn a::before{
    content: "";
    background-image: url("../images/common/shisa01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17vw;
    height: 17vw;
    position: absolute;
    bottom: -1px;
    left: -5vw;
}

.btn_arrow_light.icon_btn.icon02 a::before{
    background-image: url("../images/common/shisa02.svg");
}

.btn_arrow_light.icon_btn a span{
    font-size: 3.5vw;
}


/* btn_flex
   ================================================================== */	
.btn_flex{
    margin-top: 10vw;
    padding-top: 12vw;
    display: block;
    text-align: center;
    border-top: 1px dashed #00A0E9;
}

.mat_75 .btn_flex{
    margin-top: 12vw;
}

.orange_border .btn_flex{
    margin-top: 10vw;
    border-top-color: #F39C12;
}

.btn_flex > li + li{
    margin: 6vw 0 0;
}


/* reserve_btn
   ================================================================== */	
.reserve_btn a{
    padding: 0 12vw 0 10vw;
    min-width: 68vw;
    height: 15vw;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background: #FC427B;
    border: 1px solid #FC427B;
    border-radius: 100px;
    position: relative;
}

.reserve_btn a span{
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
    display: block;
}

.reserve_btn a svg.icon_01{
    margin: auto;
    width: 6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5vw;
}

.reserve_btn a svg.icon_02{
    margin: auto;
    width: 5vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5vw;
}


/* error404
   ================================================================== */	
.error404{
    margin: 0 0 0;
    padding: 20vw 0 0;
}

.error404 .border_box{
    margin: 0 auto;
    padding: 26vw 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
}

.error404 .border_box h2{
    font-size: 5vw;
    font-weight: 700;
    line-height: 120%;
}

.error404 .border_box p{
    margin: 6vw 0 0;
    font-size: 4vw;
    font-weight: 400;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 1.6vw;
        line-height: 2.5vw;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}

    .inner{
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .standard_movie{
        width: 56.0vw;
        height: 31.5vw;
    }

    .standard_photo{
        width: 56.0vw;
    }

    .w150_photo{
        width: 15.0vw;
    }

    #wrap{
        padding: 0 0 0;
    }


    /* wave
       ================================================================== */
    .wave_wrap{
        margin-bottom: 0;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }

    header > .inner{
    	padding: 3.3vw 19.0vw 0 1.8vw;
        max-width: 100%;
        height: 23.5vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    header .site_logo{
        padding: 0;
        width: 18.0vw;
    }
    
    header > .inner .company_information{
        padding: 0 0 0 2.5vw;
        width: 31.0vw;
        box-sizing: border-box;
    }
   

    /* fix_btn
       ================================================================== */
    /* reserve_btn_small */
    .reserve_btn_small{
        width: 7.0vw;
        top: 2.5vw;
        right: 10.3vw;
    }

    .reserve_btn_small a{
        height: 7.0vw;
    }

    .reserve_btn_small a:hover{
        background: #B72E58;
    }

    .reserve_btn_small svg{
        width: 2.0vw;
    }

    .reserve_btn_small .txt{
        margin: .5vw auto 0;
        font-size: 1.3vw;
    }

    /* fix_sns_btn */
    .fix_sns_btn{
        top: 10.5vw;
        right: 2.3vw;
    }

    .fix_sns_btn li{
        width: 4.5vw;
    }

    .fix_sns_btn li + li{
        margin-left: 1.0vw;
    }

    .fix_btn a{
        transition: .3s;
    }

    .fix_btn a:hover{
        transform: rotate(25deg);
    }


    /* ham_btn
       ================================================================== */
     .ham_btn{
        top: 2.5vw;
        right: 2.3vw;
        width: 7.0vw;
        height: 7.0vw;
    }

    .ham_btn .inner{
        margin: 0 0 1.0vw;
        padding: 0;
        width: 2.5vw;
    }

    .ham_btn:hover .inner{
        margin: 0;
        transform: rotate(90deg);
    }
    
    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        width: .5vw;
        height: .5vw;
    }
    
    .ham_btn.open .bar:before,
    .ham_btn.open .bar:after{
        width: 2.0vw;
        height: .3vw;
    }

    .ham_btn.open .bar:before{
        top: .1vw;
        left: .2vw;
    }

    .ham_btn.open .bar:after{
        bottom: .1vw;
        right: .3vw;
    }
   
    .ham_btn.open:hover{
        background: rgba(43,175,176,.3);
    }

    .ham_btn.open:hover .bar::before,
    .ham_btn.open:hover .bar::after{
        background: #fff;
    }
        
    .ham_btn .inner .txt{
        width: 7.0vw;
        top: .8vw;
        left: -2.3vw;
        font-size: 1.3vw;
    }

    .ham_btn:hover .inner .txt{
        opacity: 0;
    }

    
    /* slide_menu
       ================================================================== */
    header::before{
        width: 25%;
        height: 100vh;
        top: -100vh;
        left: 0;
    }
    
    .open header::before{
        top: 0;
    }
    
    header .nav_logo{
        width: 22.0vw;
        height: 22.0vw;
        left: calc((50%) - 37% - (22.0vw / 2));
        top: calc(50% - (22.0vw / 2));
        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/logo.svg");
    }
    
    .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: 0;
        bottom: auto;
        top: -100vh;
        left: 25%;
        width: calc(100% - 25%);
        height: 100vh;
        align-items: flex-start;
    }
    
    .slide_menu.open{
        top: 0;
    }

    .slide_menu > .inbox{
        margin: 0 0 0;
        padding: 11.0vw 0 0 4.0vw;
    }

    .slide_menu .slide_nav{
        padding: 0;
    }

    .slide_menu .company_information{
        margin: 5.4vw 0 0;
    }    


    /* nav_btn
       ================================================================== */
    .nav_btn{
        font-size: 0;
    }
    
    .nav_btn li{
        display: inline-block;
        vertical-align: top;
    }
    
    .nav_btn li div,
    .nav_btn li a{
        padding: .5vw 2.0vw;
        min-width: 10.0vw;
        height: 4.0vw;
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .nav_btn li.nav_menu:hover div,
    .nav_btn li a:hover{
        background: #2980B9;
    }
    
    .nav_btn .nav_menu li a:hover{
        background: #AC6D08;
    }

    .nav_menu ul{
    	position: absolute;
		transition: .1s cubic-bezier(0.77, 0.38, 0.43, 0.85);
		top: calc(100% - .2vw);
		left: 5.0vw;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
    }
    
    .nav_menu:hover > ul{
		opacity: 1;
		visibility: visible;
    }

    header .nav_btn > li{
        margin: 1.0vw 1.0vw 0 0;
    }

    header .nav_btn > li:last-child{
        margin-right: 0;
    }

    header .nav_btn .nav_menu ul{
        margin: 0 0 0;
    }

    header .nav_btn .nav_menu ul li{
        margin: .5vw 0 0;
    }


    /* nav_menu
       ================================================================== */
    .nav_menu .sp_nav_click::after{
        display: none;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* footer_bg */
    .footer_bg{
        padding: 2.0vw 0 9.0vw;
    }

    .footer_bg .inner{
        display: flex;
    }

    /* footer_company */
    .footer_company{
        padding: 0 0 0;
        width: 48%;
    }

    .footer_company .site_logo{
        width: 17.5vw;
    }

    .footer_company .company_information{
        margin: 2.0vw 0 0;
    }

    /* footer_nav */
    .footer_nav{
        padding: 18.5vw 0 0;
        width: 52%;
    }
    
    .footer_nav .nav_menu ul{
    	position: relative;
		top: 0;
		left: 0;
		opacity: 1;
		visibility: visible;
    }

    .footer_nav .nav_btn > li{
        margin: 1.5vw 1.0vw 0 0;
    }

    .footer_nav .nav_btn > li:last-child{
        margin-right: 0;
    }

    .footer_nav .nav_btn .nav_menu ul{
        margin: 0 0 0;
    }

    .footer_nav .nav_btn .nav_menu ul li{
        margin: .5vw 0 0;
        display: block;
    }

    /* footer_bottom */
    .footer_bottom{
        padding: 2.6vw 0;
    }

    .footer_bottom address{
        font-size: 1.3vw;
    }


    /* sns_btn
       ================================================================== */
    .sns_btn li{
        margin: 0 1.0vw 0 0;
        width: 4.5vw;
    }

    .sns_btn li a{
        width: 4.5vw;
        height: 4.5vw;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 2vw;
        right: 2.6vw;
        width: 15.5vw;
    }

    #page_top a:hover{
        opacity: .5;
    }

    .grecaptcha-badge{
        bottom: 15vw !important;
    }


    /* footer_cv
       ================================================================== */
    .footer_cv{
        margin: 12.0vw 0 12.0vw;
    }

    .footer_cv .cv_box{
        padding: 5.0vw 5.0vw 6.0vw;
    }

    .footer_cv .cv_title .logo{
        width: 14.0vw;
    }

    .footer_cv .cv_title .txt_box{
        padding: 0 0 0 1.5vw;
        width: calc(100% - 14.0vw);
    }

    .footer_cv .cv_title .txt_box .ttl{
        font-size: 2.7vw;
    }

    .footer_cv .cv_title .txt_box .txt{
        margin: .5vw 0 0;
        font-size: 1.7vw;
    }

    .footer_cv .cv_photo{
        margin: 0;
        position: absolute;
        top: 7.8vw;
        left: 52.3vw;
        width: 46.0vw;
    }

    .footer_cv .company_information{
        margin: 2.0vw 0 0;
    }

    .footer_cv .cv_nav{
        margin: 3.0vw 0 0;
        padding: 2.8vw 0 0;
    }

    .footer_cv .cv_nav .nav_btn li{
        margin-right: 1.5vw;
    }


    /* reserve_cv
       ================================================================== */
    .reserve_cv{
        margin: 0 0 0;
    }

    .reserve_cv .cv_box{
        padding: 4.8vw 5.0vw;
    }

    .reserve_cv .cv_title .txt_box .ttl{
        font-size: 3.0vw;
    }

    .reserve_cv .cv_title .txt_box .txt{
        margin: .5vw 0 0;
        font-size: 1.7vw;
    }

    .reserve_cv .cv_photo{
        margin: 0;
        position: absolute;
        top: 7.8vw;
        left: 52.3vw;
        width: 46.0vw;
    }

    .reserve_cv .company_information{
        margin: 2.0vw 0 0;
    }


    /* company_information
       ================================================================== */
    .company_information .site_name .site_catch{
        font-size: 1.5vw;
    }

    .company_information .site_name .name{
        margin: .8vw 0 .3vw -.3vw;
        font-size: 3.0vw;
    }

    .company_information .site_name .name_eng{
        font-size: 1.8vw;
    }

    .company_information .time{
        margin: 1.3vw 0 .2vw;
        font-size: 1.5vw;
    }

    /* cv */
    .company_information.cv .tel_style{
        margin: 1.5vw 0 0;
    }

    .company_information.cv .tel_style .siz_s{
        font-size: 1.6vw;
    }

    .company_information.cv .tel_style .siz_l{
        font-size: 4.0vw;
    }

    .company_information.cv .time{
        margin: .8vw 0 0;
    }

    .company_information.cv .reserve_btn{
        margin: 2.0vw 0 0;
    }

    .company_information.cv .add{
        margin: 2.0vw 0 0;
        font-size: 1.6vw;
    }

    .company_information.cv .googlemap_btn{
        margin: 1.2vw 0 0;
    }

    .company_information.cv .sns_btn{
        margin: 2.0vw 0 0;
    }


    /* tel_style
       ================================================================== */
    .tel_style .siz_s{
        font-size: 1.4vw;
    }

    .tel_style .siz_l{
        padding: 0 0 0 1.0vw;
        font-size: 2.5vw;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* section
       ================================================================== */
    .section{
        margin: 5.0vw 0 0;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
        padding: 1.2vw 2.0vw;
		min-width: 16.0vw;
        min-height: 4.0vw;
		font-size: 1.5vw;
        transition: .3s;
	}
	
	.anime_btn a:hover{
		background: #fff;
        color: #00A0E9;
	}
	
	.anime_btn.pink a:hover{
		background: #fff;
        color: #FC427B;
	}
    	
    /* w130 */
    .anime_btn.w130 a{
        min-width: 13.0vw;
    }

    /* big */
    .anime_btn.big a{
        min-width: 35.0vw;
        height: 6.0vw;
        font-size: 2.0vw;
    }

    /* big_square */
    .anime_btn.big_square a{
        min-width: 28.0vw;
        height: 6.0vw;
        font-size: 1.6vw;
    }


    /* googlemap_btn
       ================================================================== */	
    .googlemap_btn a{
        padding: 0 0 .3vw;
        width: 14.0vw;
        height: 4.0vw;
        font-size: 1.5vw;
        transition: .3s;
    }
	
	.googlemap_btn a:hover{
		background: #fff;
        color: #34A852;
	}


    /* btn_arrow_light
       ================================================================== */	
    .btn_arrow_light a{
        padding: 0;
        min-width: 21.0vw;
        height: 5.0vw;
        transition: .3s;
    }

    .btn_arrow_light a:hover{
        background: #fff;
    }

    .btn_arrow_light a span{
        font-size: 1.6vw;
        transition: .3s;
    }

    .btn_arrow_light a:hover span{
        color: #00A0E9;
    }

    .btn_arrow_light a svg{
        width: 1.7vw;
        right: 1.5vw;
    }

    .btn_arrow_light a svg path{
        transition: .3s;
    }

    .btn_arrow_light a:hover svg path{
        fill: #00A0E9;
    }

    /* icon_btn */
    .btn_arrow_light.icon_btn a{
        min-width: 37.0vw;
        height: 6.0vw;
    }

    .btn_arrow_light.icon_btn a::before{
        width: 8.7vw;
        height: 7.7vw;
        left: -2.5vw;
    }

    .btn_arrow_light.icon_btn a span{
        font-size: 1.8vw;
    }

    .btn_arrow_light.icon_btn a:hover span{
        color: #37BF6E;
    }

    .btn_arrow_light.icon_btn a:hover svg path{
        fill: #37BF6E;
    }


    /* btn_flex
       ================================================================== */	
    .btn_flex{
        margin-top: 5.0vw;
        padding-top: 6.8vw;
        display: flex;
        justify-content: center;
    }

    .mat_75 .btn_flex{
        margin-top: 7.5vw;
    }

    .orange_border .btn_flex{
        margin-top: 10.0vw;
    }

    .btn_flex > li + li{
        margin: 0 0 0 5.5vw;
    }


    /* reserve_btn
       ================================================================== */	
    .reserve_btn a{
        padding: 0 .3vw 0 0;
        min-width: 27.0vw;
        height: 6.0vw;
        transition: .3s;
    }

    .reserve_btn a:hover{
        background: #fff;
    }

    .reserve_btn a span{
        font-size: 1.8vw;
        transition: .3s;
    }

    .reserve_btn a:hover span{
        color: #FC427B;
    }

    .reserve_btn a svg.icon_01{
        width: 2.5vw;
        left: 3.0vw;
    }

    .reserve_btn a svg.icon_02{
        width: 1.8vw;
        right: 2.7vw;
    }

    .reserve_btn a svg path{
        transition: .3s;
    }

    .reserve_btn a:hover svg path{
        fill: #FC427B;
    }


    /* error404
       ================================================================== */	
    .error404{
        margin: 0 0 0;
        padding: 10vw 0 0;
    }
    
    .error404 .border_box{
        margin: 0 auto;
        padding: 0;
        height: 40vw;
    }
    
    .error404 .border_box h2{
        font-size: 4vw;
    }
    
    .error404 .border_box p{
        margin: 3vw 0 0;
        font-size: 1.8vw;
    }

    
}
@media screen and (min-width : 1040px){

	
    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;
    }
	
	p,
	a,
	li{
		font-size: 16px;
        line-height: 25px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    .standard_movie{
        width: 560px;
        height: 315px;
    }

    .standard_photo{
        width: 560px;
    }

    .w150_photo{
        width: 150px;
    }

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }

    header > .inner{
    	padding: 33px 190px 0 18px;
        max-width: 100%;
        height: 235px;
    }
    
    header .site_logo{
        padding: 0;
        width: 180px;
    }
    
    header > .inner .company_information{
        margin-right: -30px;
        padding: 0 0 0 25px;
        width: 310px;
        box-sizing: border-box;
    }
   

    /* fix_btn
       ================================================================== */
    /* reserve_btn_small */
    .reserve_btn_small{
        width: 70px;
        top: 25px;
        right: 103px;
    }

    .reserve_btn_small a{
        height: 70px;
    }

    .reserve_btn_small svg{
        width: 20px;
    }

    .reserve_btn_small .txt{
        margin: 5px auto 0;
        font-size: 13px;
    }

    /* fix_sns_btn */
    .fix_sns_btn{
        top: 105px;
        right: 23px;
    }

    .fix_sns_btn li{
        width: 45px;
    }

    .fix_sns_btn li + li{
        margin-left: 10px;
    }

	
    /* ham_btn
       ================================================================== */
    .ham_btn{
        top: 25px;
        right: 23px;
        width: 70px;
        height: 70px;
    }

    .ham_btn .inner{
        margin: 0 0 10px;
        padding: 0;
        width: 25px;
    }
    
    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        width: 5px;
        height: 5px;
    }
    
    .ham_btn.open .bar:before,
    .ham_btn.open .bar:after{
        width: 20px;
        height: 3px;
    }

    .ham_btn.open .bar:before{
        top: 1px;
        left: 2px;
    }

    .ham_btn.open .bar:after{
        bottom: 1px;
        right: 3px;
    }
    
    .ham_btn .inner .txt{
        width: 70px;
        top: 8px;
        left: -23px;
        font-size: 13px;
    }


    /* slide_menu
       ================================================================== */
    header::before{
        width: 35%;
        height: 100vh;
        top: -100vh;
        left: 0;
    }
    
    header .nav_logo{
        width: 270px;
        height: 270px;
        left: calc((50%) - 33% - (270px / 2));
        top: calc(50% - (270px / 2));
    }
    
    .slide_menu{
        left: 35%;
        width: calc(100% - 35%);
    }

    .slide_menu > .inbox{
        margin: 0 0 0;
        padding: 67px 0 0 93px;
    }

    .slide_menu .slide_nav{
        padding: 0 0 0;
    }

    .slide_menu .company_information{
        margin: 54px 0 0;
    }    


    /* nav_btn
       ================================================================== */
    .nav_btn li div,
    .nav_btn li a{
        padding: 5px 20px;
        min-width: 100px;
        height: 40px;
        font-size: 15px;
    }
    
    .nav_menu ul{
    	position: absolute;
		transition: .1s cubic-bezier(0.77, 0.38, 0.43, 0.85);
		top: calc(100% - 2px);
		left: 50px;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
    }
    
    .nav_menu:hover > ul{
		opacity: 1;
		visibility: visible;
    }

    header .nav_btn > li{
        margin: 10px 10px 0 0;
    }

    header .nav_btn .nav_menu ul{
        margin: 0 0 0;
    }

    header .nav_btn .nav_menu ul li{
        margin: 5px 0 0;
    }


    /* nav_menu
       ================================================================== */
    .nav_menu .sp_nav_click::after{
        display: none;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* footer_bg */
    .footer_bg{
        padding: 20px 0 90px;
    }

    .footer_bg .inner{
        display: flex;
    }

    /* footer_company */
    .footer_company{
        padding: 0 0 0;
        width: 50%;
    }

    .footer_company .site_logo{
        width: 175px;
    }

    .footer_company .company_information{
        margin: 20px 0 0;
    }

    /* footer_nav */
    .footer_nav{
        padding: 185px 0 0;
        width: 50%;
    }
    
    .footer_nav .nav_menu ul{
    	position: relative;
		top: 0;
		left: 0;
		opacity: 1;
		visibility: visible;
    }

    .footer_nav .nav_btn > li{
        margin: 15px 15px 0 0;
    }

    .footer_nav .nav_btn > li:last-child{
        margin-right: 0;
    }

    .footer_nav .nav_btn .nav_menu ul{
        margin: 0 0 0;
    }

    .footer_nav .nav_btn .nav_menu ul li{
        margin: 5px 0 0;
        display: block;
    }

    /* footer_bottom */
    .footer_bottom{
        padding: 26px 0;
    }

    .footer_bottom address{
        font-size: 13px;
    }


    /* sns_btn
       ================================================================== */
    .sns_btn li{
        margin: 0 10px 0 0;
        width: 45px;
    }

    .sns_btn li a{
        width: 45px;
        height: 45px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 20px;
        right: 26px;
        width: 155px;
    }

    .grecaptcha-badge{
        bottom: 150px !important;
    }


    /* footer_cv
       ================================================================== */
    .footer_cv{
        margin: 120px 0 120px;
    }

    .footer_cv .cv_box{
        padding: 50px 50px 60px;
    }

    .footer_cv .cv_title .logo{
        width: 140px;
    }

    .footer_cv .cv_title .txt_box{
        padding: 0 0 0 15px;
        width: calc(100% - 140px);
    }

    .footer_cv .cv_title .txt_box .ttl{
        font-size: 27px;
    }

    .footer_cv .cv_title .txt_box .txt{
        margin: 5px 0 0;
        font-size: 17px;
    }

    .footer_cv .cv_photo{
        margin: 0;
        position: absolute;
        top: 78px;
        left: 583px;
        width: 46vw;
        max-width: 900px;
    }

    .footer_cv .company_information{
        margin: 20px 0 0;
    }

    .footer_cv .cv_nav{
        margin: 30px 0 0;
        padding: 28px 0 0;
    }

    .footer_cv .cv_nav .nav_btn li{
        margin-right: 15px;
    }


    /* reserve_cv
       ================================================================== */
    .reserve_cv{
        margin: 0 0 0;
    }

    .reserve_cv .cv_box{
        padding: 48px 50px;
    }

    .reserve_cv .cv_title .txt_box .ttl{
        font-size: 30px;
    }

    .reserve_cv .cv_title .txt_box .txt{
        margin: 5px 0 0;
        font-size: 17px;
    }

    .reserve_cv .cv_photo{
        margin: 0;
        position: absolute;
        top: 78px;
        left: 583px;
        width: 46vw;
        max-width: 665px;
    }

    .reserve_cv .company_information{
        margin: 20px 0 0;
    }


    /* company_information
       ================================================================== */
    .company_information .site_name .site_catch{
        font-size: 15px;
    }

    .company_information .site_name .name{
        margin: 8px 0px 3px -3px;
        font-size: 30px;
    }

    .company_information .site_name .name_eng{
        font-size: 18px;
    }

    .company_information .time{
        margin: 13px 0 2px;
        font-size: 15px;
    }

    /* cv */
    .company_information.cv .tel_style{
        margin: 15px 0 0;
    }

    .company_information.cv .tel_style .siz_s{
        font-size: 16px;
    }

    .company_information.cv .tel_style .siz_l{
        font-size: 40px;
    }

    .company_information.cv .time{
        margin: 8px 0 0;
    }

    .company_information.cv .reserve_btn{
        margin: 20px 0 0;
    }

    .company_information.cv .add{
        margin: 20px 0 0;
        font-size: 16px;
    }

    .company_information.cv .googlemap_btn{
        margin: 12px 0 0;
    }

    .company_information.cv .sns_btn{
        margin: 20px 0 0;
    }


    /* tel_style
       ================================================================== */
    .tel_style .siz_s{
        font-size: 14px;
    }

    .tel_style .siz_l{
        padding: 0 0 0 10px;
        font-size: 25px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* section
       ================================================================== */
    .section{
        margin: 50px 0 0;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
        padding: 12px 20px;
		min-width: 160px;
        min-height: 40px;
		font-size: 15px;
	}
	    	
    /* w130 */
    .anime_btn.w130 a{
        min-width: 130px;
    }

    /* big */
    .anime_btn.big a{
        min-width: 350px;
        height: 60px;
        font-size: 20px;
    }

    /* big_square */
    .anime_btn.big_square a{
        min-width: 280px;
        height: 60px;
        font-size: 16px;
    }


    /* googlemap_btn
       ================================================================== */	
    .googlemap_btn a{
        padding: 0 0 3px;
        width: 140px;
        height: 40px;
        font-size: 15px;
    }


    /* btn_arrow_light
       ================================================================== */	
    .btn_arrow_light a{
        padding: 0;
        min-width: 210px;
        height: 50px;
    }

    .btn_arrow_light a span{
        font-size: 16px;
    }

    .btn_arrow_light a svg{
        width: 17px;
        right: 15px;
    }

    /* icon_btn */
    .btn_arrow_light.icon_btn a{
        min-width: 370px;
        height: 60px;
    }

    .btn_arrow_light.icon_btn a::before{
        width: 87px;
        height: 77px;
        left: -25px;
    }

    .btn_arrow_light.icon_btn a span{
        font-size: 18px;
    }


    /* btn_flex
       ================================================================== */	
    .btn_flex{
        margin-top: 50px;
        padding-top: 68px;
        display: flex;
        justify-content: center;
    }

    .mat_75 .btn_flex{
        margin-top: 75px;
    }

    .orange_border .btn_flex{
        margin-top: 100px;
    }

    .btn_flex > li + li{
        margin: 0 0 0 55px;
    }


    /* reserve_btn
       ================================================================== */	
    .reserve_btn a{
        padding: 0 3px 0 0;
        min-width: 270px;
        height: 60px;
    }

    .reserve_btn a span{
        font-size: 18px;
    }

    .reserve_btn a svg.icon_01{
        width: 25px;
        left: 30px;
    }

    .reserve_btn a svg.icon_02{
        width: 18px;
        right: 27px;
    }


    /* error404
       ================================================================== */	
    .error404{
        margin: 0 0 0;
        padding: 85px 0 0;
    }
    
    .error404 .border_box{
        margin: 0 auto;
        padding: 0;
        height: 545px;
    }
    
    .error404 .border_box h2{
        font-size: 40px;
    }
    
    .error404 .border_box p{
        margin: 30px 0 0;
        font-size: 18px;
    }

	
}
@media screen and (min-width : 1330px){
   
	
    /* gnav
       ================================================================== */
    .gnav{
        margin: 30px 0 0 auto;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        position: relative;
        right: auto;
        overflow: inherit;
        background: none;
        display: block;
    }

    
}
