@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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 Serif JP","メイリオ","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;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 3.5vw;
	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.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.sans{
	font-family: "Noto Sans JP";
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #873A4B;
}

.index header{
	display: none;
}

header > .inner{
	padding: 5vw 3vw;
    box-sizing: border-box;
}

header .site_logo{
    width: 60vw;
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 1;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 0 0 0;
	padding: 0 0 12vw;
    position: relative;
    z-index: 1;
    border-top: 1px solid #873A4B;
}

.footer_company{
	padding: 10vw 0 0;
}

.footer_company .site_logo{
    margin: 0;
	width: 65vw;
    line-height: 0;
}

.footer_company .site_logo a{
    width: 100%;
}

.footer_company .site_logo img{
    width: 100%;
}

.footer_company .text_box{
	padding: 2vw 0 0;
}

.footer_company .text_box .add{
    font-weight: 700;
}

.footer_company .text_box .tel{
    margin: 2vw 0 0;
}

footer address{
    margin: 8vw 0 0;
	font-size: 3.4vw;
    color: #8A8A8A;
    font-weight: 500;
    letter-spacing: 0.1em;
}


/* tel
   ================================================================== */
.tel a{
    font-size: 8vw;
    line-height: 1;
    color: #816C9B;
    letter-spacing: 0.05em;
    font-weight: 700;
	display: inline-flex;
    align-items: baseline;
}

.tel a .siz_s{
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: inherit;
	display: block;
    color: inherit;
    font-family: inherit;
}


/* page_top
   ================================================================== */
#page_top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 12vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

.grecaptcha-badge{
	z-index: 10;
}

.index #page_top{
	bottom: 90px;
}

#page_top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
	line-height: 0;
}

#page_top img{
	width: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 60vw;
    height: 15vw;
	font-size: 3.6vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
    font-family: "Noto Sans JP";
	color: #fff;
	background: #222;
    border: 1px solid #222;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media screen and (min-width : 500px){
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 1.5vw;
        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;
    }

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }

    header > .inner{
    	padding: 0 0 0 4.6vw;
        max-width: 100%;
        height: 14.5vw;
        display: flex;
        align-items: center;
    }
    
    header .site_logo{
        width: 31.1vw;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
        padding: 0 0 16.0vw;
    }

    .footer_company{
        padding: 6.0vw 0 0;
    }

    .footer_company .site_logo{
        width: 27.2vw;
    }

    .footer_company .text_box{
        padding: 1.5vw 0 0;
    }

    .footer_company .text_box .tel{
        margin: 1.5vw 0 0;
    }

    footer address{
        margin: 5.0vw 0 0;
        font-size: 1.4vw;
    }
                        

    /* tel
       ================================================================== */           
    .tel a{
        font-size: 2.8vw;
    }

    .tel a .siz_s{
        font-size: 1.7vw;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 2vw;
        right: 2.6vw;
        width: 5.5vw;
    }

    #page_top a:hover{
        opacity: .5;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
		width: 28.0vw;
        height: 6.0vw;
		font-size: 1.6vw;
        transition: .3s;
	}
	
	.anime_btn a:hover{
		background: #fff;
        color: #222;
	}
    
    
}
@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;
    }
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 15px;
        line-height: 25px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }

    header > .inner{
    	padding: 0 0 0 46px;
        max-width: 100%;
        height: 145px;
    }
    
    header .site_logo{
        width: 311px;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
        padding: 0 0 160px;
    }

    .footer_company{
        padding: 60px 0 0;
    }

    .footer_company .site_logo{
        width: 272px;
    }

    .footer_company .text_box{
        padding: 15px 0 0;
    }

    .footer_company .text_box .tel{
        margin: 15px 0 0;
    }

    footer address{
        margin: 50px 0 0;
        font-size: 14px;
    }
                        

    /* tel
       ================================================================== */           
    .tel a{
        font-size: 28px;
    }

    .tel a .siz_s{
        font-size: 17px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 20px;
        right: 26px;
        width: 55px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 280px;
        height: 60px;
		font-size: 16px;
	}
	
	
}
