/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
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-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}ol, ul{list-style: none;}blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,input[type="submit"]:hover,input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/

html {
  font-size: 62.5%;
}

.en{
    font-weight: 400;
    text-align: center;
    font-size: 2.5rem;
    /*font-family: 'Poppins', sans-serif;*/
    font-family:'Lato', sans-serif;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.nam{
    font-family: 'Lato', sans-serif;
}
.font_hina {
    font-family: 'Hina Mincho', serif;
    font-weight: 700;
}
/* p{
    line-height:2;
} */
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    width:100%;
    height: 100%;
    display:block;
}
table{
    width: 100%;
}
#page-top img {
    position: fixed;
    cursor: pointer;
    height:auto;
}
/*▲ 初期設定 ▲*/
.pc_block{
    display: block;
}

.bg_white{background:#fff} 
.bg_red{background:#d75a5a}
.bg_gold{background:#d3b296}
.bg_gold02{background:#efd2b8}
.bg_green{background:#cdd8d9}
.bg_green02{background:#8db7bb}
.bg_gray{background:#efeeee}
.bg_pink{background:#fdefed}
.bg_blue{background:#92bfff}
.bg_light_blue{background:#dbeaff}

.col_white{color:#fff!important}
.col_black{color:#333}
.col_red{color:#c20000}
.col_bor{color: #561D25;}
.col_green{color:#0d8684}
.col_pink{color:#f9e3e0}
.col_gold{color:#9e7f4f}
.col_blue{color:#003994}
.col_navy{color:#062557}
.en_green{color:#cdd8d9}
.en_white{color:#fff8ee}
.col_yel{color: #ffd200;}

.fw300{font-weight:300}
.fw400{font-weight:400}
.fw500{font-weight:500}
.fw700{font-weight:600}
.fw700{font-weight:700}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.font_14{font-size: 1.4rem;}
.font_16{font-size: 1.6rem;}
.font_18{font-size: 1.8rem;}
.font_22{font-size: 2.2rem;}
.font_24{font-size: 2.4rem;}
.font_28{font-size: 2.8rem;}
.font_30{font-size: 3rem;}
.font_32{font-size: 3.2rem;}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb70{margin-bottom:70px!important}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 10px 13px -1px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 10px 13px -1px rgb(0 0 0 / 14%);
    box-shadow: 0px 10px 13px -1px rgb(0 0 0 / 14%);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.bd_radius05{
    border-radius: 5px;
}
/*　▼ footer　▼　*/
footer {
    font-weight: 400;
    background:#fff;
    font-size: 1.4rem;
    padding: 29px;
    color: #333;
    letter-spacing: 0;
    border-top:1px solid #333;
}
footer .left{
    width: 200px;
}
footer .box {
    width:1000px;
    margin:0 auto;
}
footer .box ul {
    width: 490px;
    margin: 0 auto;
}
footer a {  
    background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
    width: 168px;
    height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 160px;
}
.tel::before{
    content: '\e0b0';
    font-family: 'Material Icons';
    vertical-align: -2px;
    margin-right: 3px;
}
.mail::before{
    content: '\e0be';
    font-family: 'Material Icons';
    vertical-align: -2px;
    margin-right: 3px;
}
/*------------------------
▲ PC表示終わり　▲
------------------------*/
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.logo {
    width: 65%;
}
}
/*-----------------------------------
　↓ 685pxまでのfooter設定　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
/*-----------------------------------
　↑ 685pxまでのfooter設定 ↑
-----------------------------------*/

/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
body {
    width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
    display:block
}
.spnone {
    display:none
}
.pc_block {
    display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
    width: 100%!important;
    padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
    padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
    width: 100%;
    text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
    margin-bottom: 10px;
}
}