@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}

.en {
font-family: "Inter", sans-serif;
}

/*PC*/
@media print, screen and (min-width: 768px) {
.pc {
display:block;
}
.sp {
display:none;
}


body{
min-width: 1180px;
line-height: 2;
overflow-x: hidden;
}


/*--スクロールトップ---------*/
#totop {
bottom:140px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}


/* header
--------------------------------------------*/
header {
position: relative;
width: 100%;
transition: 0.5s;
min-width: 1280px;
padding: 30px 2.5% 0;
box-sizing: border-box;
}

header .sukihime{
width: 180px;
position: relative;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
background: #05ae99;
padding:60px 5%;
box-sizing: border-box;
border-radius: 30px 30px 0 0;
}

footer .block{
width: 1000px;
margin: 0 auto;
text-align: center;
}

footer h3{
font-size: 1.8rem;
line-height: 1;
display: table;
border: 1px solid #FFF;
padding: 5px;
box-sizing: border-box;
color: #FFF;
margin: 0 auto 15px;
}

footer h4{
font-size: 2.2rem;
line-height: 1;
display: table;
color: #FFF;
margin: 0 auto 10px;
}

footer .address{
color: #FFF;
font-weight: 600;
line-height: 1.6;
margin: 0 0 20px;
}

footer .syusai_txt{
color: #FFF;
font-weight: 600;
line-height: 1.6;
margin: 0 0 20px;
}

footer .syusai_txt span{
margin-right: 15px;
}

footer .copy {
font-size: 1.2rem;
text-align:center;
color: #FFF;
}


}
@media only screen and (max-width: 767px) {
.pc {
display:none;
}
.sp {
display:block;
}


/*--スクロールトップ---------*/
#totop {
bottom: 80px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
width:40px;
}

#totop a {
display: block;
width: 40px;
height: 40px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}


/* header
--------------------------------------------*/
header {
position: relative;
width: 100%;
transition: 0.5s;
padding: 10px 5% 0;
box-sizing: border-box;
}

header .sukihime{
width: 140px;
position: relative;
}

/* footer
--------------------------------------------*/
footer {
position: relative;
background: #05ae99;
padding:30px 5% 80px;
box-sizing: border-box;
border-radius: 20px 20px 0 0;
}

footer .block{
width: 100%;
margin: 0 auto;
text-align: center;
}

footer h3{
font-size: 1.4rem;
line-height: 1;
display: table;
border: 1px solid #FFF;
padding: 5px;
box-sizing: border-box;
color: #FFF;
margin: 0 auto 15px;
}

footer h4{
font-size: 1.8rem;
line-height: 1;
display: table;
color: #FFF;
margin: 0 auto 10px;
}

footer .address{
color: #FFF;
font-weight: 600;
line-height: 1.6;
margin: 0 0 20px;
}

footer .syusai_txt{
color: #FFF;
font-weight: 600;
line-height: 1.6;
margin: 0 0 20px;
}

footer .syusai_txt span{
display: block;
}

footer .copy {
font-size: 1.2rem;
text-align:center;
color: #FFF;
}

}