@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:400,500&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: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #0D0D0D;
}

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;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

body{
	line-height: 150%;
	word-break: normal;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    -webkit-backface-visibility: hidden;
}

p,
a,
li{
	font-size: 3.8vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.10em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.tab,
.pc{
	display: none !important;
}

.sp.tab{
	display: block !important;
}

.bg_wrap{
	position: relative;
	z-index: 1;
	background: #fff;
}

.linethrough{
    text-decoration: line-through;
}


#wrap{
	position: relative;
}

#wrap #bg_cover{
	transition: all ease-in .3s;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	font-size: 0;
}

#wrap.open #bg_cover{
	content: "";
	width: 100%;
	background: rgba(0,0,0,0.8);
}


/* スライドメニュー
   ================================================================== */
.g_nav,
.slide_nav{
	z-index: 100;
	position: relative;
}

#ham_btn{
    position: fixed;
    right: 15px;
    top: 4px;
    font-size: 26px;
    color: #000;
    display: block;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: none;
    padding: 14px 10px;
	transition: ease-out 0.3s;
}

#ham_btn .inner{
    padding: 10px 0 0;
    width: 30px;
    height: 23px;
    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: 2px;
    width: 30px;
    background: #000;
    display: block;
	box-shadow: 2px 2px 0 rgba(255,255,255,.1);
}

#ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
}

#ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
}

#ham_btn.open .bar{
    background: transparent;
}

#ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 11px;
    background: #fff;
}

#ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 10px;
    background: #fff;
}

#ham_btn.open .inner .bar,
#ham_btn.open .inner .bar:before,
#ham_btn.open .inner .bar:after{
	box-shadow: none;
}

#ham_btn.open{
    transform: rotate(0deg);
}

#ham_btn.open .bar{
    background: transparent;
}

#ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 11px;
    background: #fff;
}

#ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 10px;
    background: #fff;
}

body.open{
    position: fixed;
    width: 100%;
}

#slide_menu{
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: rgba(0,0,0,0.80);
    padding: 60px 21px 0 0;
    box-sizing: border-box;
    z-index: 100;
    transition: all ease-in 0.3s;
    overflow: auto;
}

#slide_menu.open{
    right: 0;
}
	
#slide_menu ul{
    overflow: hidden;
}    

#slide_menu li{
    margin: 0 0 2px;
    transform: translate(500px,0);
    transition: all ease-out 0.3s;
    opacity: 0;
    text-align: right;
}

#slide_menu.open li:nth-child(1){
    transition-delay: 0.3s;
}

#slide_menu.open li:nth-child(2){
    transition-delay: 0.32s;
}

#slide_menu.open li:nth-child(3){
    transition-delay: 0.34s;
}

#slide_menu.open li:nth-child(4){
    transition-delay: 0.36s;
}

#slide_menu.open li:nth-child(5){
    transition-delay: 0.38s;
}

#slide_menu.open li:nth-child(6){
    transition-delay: 0.40s;
}

#slide_menu.open li:nth-child(7){
    transition-delay: 0.42s;
}

#slide_menu.open li:nth-child(8){
    transition-delay: 0.44s;
}

#slide_menu.open li:nth-child(9){
    transition-delay: 0.46s;
}

#slide_menu.open li:nth-child(10){
    transition-delay: 0.485s;
}

#slide_menu.open li{
    transform: translate(0,0);
    opacity: 1;
}

#slide_menu li a{
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    line-height: 150%;
    box-sizing: border-box;
    transition: all ease-out 0.3s;
    border-bottom: 1px solid #fff;
    color: #fff;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.2em;
}

#slide_menu li a span{
    display: block;
    color: inherit;
	font-family: inherit;
}

/* navi */
.pc_nav{
	display: none;
}


/* TOPへ戻るボタン
   ================================================================== */
#page-top {
	position: fixed;
	bottom: 22vw;
	right: 10px;
	width: 40px;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page-top img{
	width: 100%;
}

#page-top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
}


/* floating
   ================================================================== */	
#floating{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	transform: translate(0,100%);
	transition: .5s;
}

#floating.on{
	transform: translate(0,0);
}

/* sp */
#floating .sp ul{
	display: flex;
}

#floating .sp ul li{
	line-height: 0;
}

#floating .sp ul li a{
	display: block;
	line-height: 0;
}

#floating .float_recruit {
	text-align: center;
	padding: 3vw 0;
	background-color: #F8F8F8;
}
#floating .float_recruit > a {
	display: block;
	width: 94vw;
	background-color: #107AC4;
	color: #FFF;
	font-size: 5vw;
	letter-spacing: 0.5vw;
	font-weight: 700;
	line-height: 1.7;
	padding: 3.73vw 0;
	margin: auto;
}
footer.recruit_footer {
	padding-bottom: 22vw;
}


/* bg_photo
   ================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* banner
   ================================================================== */
.banner{
	line-height: 0;
	text-align: center;
}

.banner.btn{
	padding: 4vw 3vw 10vw;
    background: #fff;
}

.banner.btn > div{
    background: #fff;
}

.banner.btn > div + div{
	margin: 4vw 0 0;
}

.banner a{
	line-height: 0;
	text-align: center;
    display: block;
}

.banner .pc{
	display: none;
}


/* block_title
   ================================================================== */
.block_title{
	padding: 3vw;
	font-size: 7vw;
	line-height: 120%;
	background: #F5F5F5;
	font-weight: 500;
	font-family: 'Cormorant Infant', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	display: inline-block;
	background: #fff;
	border-bottom: 1px solid #707070;
}

.anime_btn a span{
	padding: 3vw 4vw;
	display: block;
	font-size: 4vw;
	box-sizing: border-box;
}


/* logo_title
   ================================================================== */
.logo_title{
	padding: 0 3vw;
	font-size: 0;
}

.logo_title .title_inner{
	display: block;
	font-size: 0;
}

.logo_title img{
	padding: 0 3vw 0 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 25%;
}

.logo_title .text{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 75%;
	font-size: 5vw;
	font-family: "Noto Serif JP", serif;
	line-height: 150%;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.logo_title .big{
	font-size: 1.3em;
	vertical-align: baseline;
	letter-spacing: 8px;
}


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

	
	p,
	a,
	li{
		font-size: 1.8vw;
	}

	.sp{
		display: none !important;
	}

	.tab{
		display: inherit !important;
	}
    
    .line_height220{
        line-height: 220%;
    }


	/* banner
	   ================================================================== */
	.banner{
		position: absolute;
		top: 155px;
		left: 0;
	    animation-duration: 2s;
	    animation-fill-mode: both;
	    animation-name: imageBlur;
	    opacity: 1;
	}

    .banner.btn{
    	padding: 0;
        background: none;
    }

    .banner.btn > div + div{
    	margin: 20px 0 0;
    }

	.banner .sp{
		display: none;
	}

	.banner .pc{
		display: block;
	}


	/* block_title
	   ================================================================== */	
	.block_title{
		padding: 2vw;
		font-size: 4vw;
	}

    
    /* TOPへ戻るボタン
       ================================================================== */
    #page-top {
    	bottom: 10vw;
    }


	/* floating
	   ================================================================== */	
	#floating{
		background: #f8f8f8;
	}
	
	#floating .inner{
		padding: 0;
		display: flex;
		align-items: center;
	}
	
	#floating .pc .left{
		margin: 0 0 0;
		padding: 0 0 0 2vw;
		width: 78%;
		box-sizing: border-box;
	}
	
	#floating .pc .left a{
		display: flex;
		align-items: center;
	}
	
	#floating .pc .left a span{
		letter-spacing: 0;
	}
	
	#floating .pc .left .text{
		margin: 0 0 0;
		width: 58%;
		font-size: 2.0vw;
		font-weight: 500;
		font-family: "Noto Serif JP", serif;
		line-height: 170%;
		display: block;
	}
	
	#floating .pc .left .text_en{
		display:inline-block;
	}

	#floating .pc .left .no{
		margin: 0 0 0 1vw;
		display: inline-block;
		font-size: 3.8vw;
		line-height: 100%;
		font-weight: 500;
		font-family: "Noto Serif JP", serif;
		color: #117AC5;
		vertical-align: bottom;
	}
	
	#floating .pc .left .no_en{
		vertical-align: baseline;
		margin-bottom: 1vh;
	}

	#floating .pc .left .text_box{
		display: block;
		width: 42%;
	}
	
	#floating .pc .left .time{
		display: block;
		font-size: 1.6vw;
		line-height: 200%;
	}
	
	#floating .pc .right{
		margin: 0 0 0;
		width: 22%;
	}
	
	#floating .pc .right .reserve_btn{
		margin: 0;
	}
	
	#floating .pc .right .reserve_btn a{
		width: 100%;
		height: 9vw;
		border: 1px solid #0D79C4;
	}
	
	#floating .pc .right .reserve_btn a span{
		font-size: 2.0vw;
	}


	/* anime_btn
	   ================================================================== */	
	.anime_btn a span{
		padding: 1.5vw 2vw;
		font-size: 2.2vw;
	}


	/* logo_title
	   ================================================================== */
	.logo_title{
		padding: 0 2vw;
		font-size: 0;
	}
	
	.logo_title img{
		padding: 0 3vw 0 0;
		width: 20%;
	}
	
	.logo_title .text{
		width: auto;
		max-width: 80%;
		font-size: 3vw;
		letter-spacing: 1px;
	}
	
	
}
@media screen and (min-width : 769px){

	
    body{
    	
    }
    	
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
    	margin: auto;
		box-sizing: border-box;
    }
    
    .inner.max{
    	width: 1000px;
    	margin: auto;
		box-sizing: border-box;
    }
    	
    img{
    	width: auto !important;
    }
	
	p,
	a,
	li{
		font-size: 15px;
	}
 
	.tab{
		display: none !important;
	}

	.pc{
		display: inherit !important;
	}

    .sp.tab{
    	display: none !important;
    }


    /* スライドメニュー
       ================================================================== */
    #ham_btn{
        right: 40px;
        top: 4px;
        width: 40px;
        height: 50px;
        padding: 14px 0;
    }
    
    #ham_btn .inner{
        padding: 10px 0 0;
        width: 40px;
        height: 23px;
    }
    
    #ham_btn .inner .bar,
    #ham_btn .inner .bar:before,
    #ham_btn .inner .bar:after{
        height: 2px;
        width: 40px;
    }
    
    #ham_btn:hover .bar{
        width: 30px;
    }
    
    #ham_btn:hover .bar:after{
        width: 20px;
    }
    
    #ham_btn.open .bar:before,
    #ham_btn.open .bar:after{
        background: #fff;
    }
    
    #ham_btn.open:hover .bar:before,
    #ham_btn.open:hover .bar:after{
        width: 40px;
        opacity: .7;
    }
    
    #slide_menu{
        padding: 80px 35px 0 0;
    }
    
    #slide_menu > ul > li > a{
        font-size: 18px;
        padding: 15px 10px;
        transition: .5s;
        color: #fff;
        border-color: #fff;
    }
    
    #slide_menu > ul > li > a:hover{
        padding-right: 20px;
		opacity: .6;
    }

    #slide_menu .sns{
        margin: 30px 0 0;
    }
    
    #slide_menu .sns ul{
        display: flex;
        justify-content: flex-end;
    }
    
    #slide_menu .sns ul li{
        width: 40px;
        line-height: 0;
    }
    
    #slide_menu .sns ul li:nth-child(2){
        margin: 0 10px;
    }
    
    #slide_menu .sns ul li a{
        transition: .5s;
    }


	/* banner
	   ================================================================== */
	.banner{
		top: 200px;
	}


	/* block_title
	   ================================================================== */	
	.block_title{
		padding: 0;
		font-size: 29px;
		height: 70px;
	}

    
    /* TOPへ戻るボタン
       ================================================================== */
    #page-top {
    	position: fixed;
    	bottom: 108px;
    	right: 40px;
    	z-index: 99;
		width: auto;
    }
    	
    #page-top img{
    	width: auto;
    }
    	
    #page-top a{
    	display: block;
    	transition: ease-in 0.3s;
    }
    	
    #page-top a:hover{
    	opacity: 0.8;
    }


	/* floating
	   ================================================================== */	
	#floating .pc .left{
		padding: 0 0 0 2vw;
	}
	
	#floating .pc .left .text{
		width: 66%;
		font-size: 1.8vw;
		letter-spacing: 0.05em;
	}
	
	#floating .pc .left .no{
		margin: 0 0 0 1vw;
		font-size: 4.5vw;
		letter-spacing: 0.05em;
	}
	
	#floating .pc .left .text_box{
		width: 34%;
	}
	
	#floating .pc .left .time{
		font-size: 1.4vw;
	}
	
	#floating .pc .right{
		width: 22%;
	}
	
	#floating .pc .right .reserve_btn a{
		height: 7vw;
	}
	
	#floating .pc .right .reserve_btn a span{
		font-size: 1.8vw;
	}

	#floating .float_recruit {
		padding: 10px 0;
	}
	#floating .float_recruit > a {
		width: 41.66vw;
		font-size: 20px;
		letter-spacing: 2px;
		padding: 22.5px 0;
	}

	footer.recruit_footer {
		padding-bottom: 120px;
	}


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 130px;
		position: relative;
		overflow: hidden;
	}
	
	.anime_btn a:hover{
    	border-color: #0D79C4;
	}
	
	.anime_btn a span{
		padding: 0;
		height: 45px;
		font-size: 15px;
		letter-spacing: 0.05em;
		transition: all .3s cubic-bezier(0.545, 0.080, 0.520, 0.975);
		z-index: 1;
		position: relative;
		line-height: 45px;
	}
	
	.anime_btn a:hover span{
    	color: #fff;
	}
	
	.anime_btn a::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #0D79C4;
		transform: translate(0,100%);
		transition: all .3s cubic-bezier(0.545, 0.080, 0.520, 0.975);
	}
	
	.anime_btn a:hover::after{
		transform: translate(0,0);
	}


	/* logo_title
	   ================================================================== */
	.logo_title{
		padding: 0 10px;
		font-size: 0;
	}
	
	.logo_title img{
		padding: 0 20px 0 0;
		width: 170px !important;
	}
	
	.logo_title .title_inner{
		width: auto;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}
	
	.logo_title .text{
		font-size: 2.9vw;
		line-height: 150%;
		letter-spacing: 5px;
		text-align: left;
	}
	
	
}
@media screen and (min-width : 1000px){
	

	/* logo_title
	   ================================================================== */
	.logo_title .text{
		font-size: 28px;
	}
	
	
}
@media screen and (min-width : 1100px){


	/* block_title
	   ================================================================== */	
	.block_title{
		padding: 0;
		font-size: 33px;
		height: 80px;
	}

	
	/* floating
	   ================================================================== */	
	#floating .inner{
		padding: 0;
		display: flex;
		align-items: center;
		max-width: 1045px;
	}
	
	#floating .pc .left{
		margin: 0 0 0;
		padding: 0 0 0;
		width: 75%;
		box-sizing: border-box;
	}
	
	#floating .pc .left a{
		display: flex;
		align-items: center;
	}
	
	#floating .pc .left a span{
		letter-spacing: 0.10em;
	}
	
	#floating .pc .left .text{
		margin: 0 0 0;
		width: 64%;
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	
	#floating .pc .left .no{
		margin: 0 0 0 5px;
		font-size: 47px;
		letter-spacing: 0.05em;
	}
	
	#floating .pc .left .text_box{
		width: 36%;
	}
	
	#floating .pc .left .time{
		font-size: 14px;
		line-height: 180%;
	}
	
	#floating .pc .right{
		margin: 0 0 0;
		width: 25%;
	}
	
	#floating .pc .right .reserve_btn{
		margin: 0;
	}
	
	#floating .pc .right .reserve_btn a{
		height: 80px;
	}
	
	#floating .pc .right .reserve_btn a span{
		font-size: 18px;
	}
}
