@charset "utf-8";
/*リセットcssここから*/
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, 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 {
    width: 100%;
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* table {
border-collapse: collapse;
border-spacing: 0;
} */
img.alignright{
    display: block;
    margin: 0 0 0 auto;
}

img.alignleft{
    display: block;
    margin: 0 auto 0 0;
}

img.aligncenter{
    display: block;
    margin: 0 auto;
}
/*リセットcssここまで*/
body{background-color:#ffffff;margin-left:0;margin-top:0;margin-right:0;margin-bottom:0;
	/*font-family:serif, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;*/
	line-height:1.5;}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
div#wrapper {
    display: none;
}
p{padding:0;margin:0;}
a{text-decoration:none;}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
* {
    font-family: 'Hind Vadodara', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;    
}
img {
    zoom: .427;
}

main#main {
    position: relative;
}
header#sp_header {

}
#sp_fixed * {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide{
    transform: translateY(-100%); /* 上に消えるようにする */
}
#sp_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
    transition: .5s;
    z-index: 10;
    display: grid;
    grid-template-columns: 5% 20px 1fr 120px 1fr 20px 5%;
    grid-template-areas:
    ". . . logo . btn .";
}
#sp_logo {
    grid-area: logo;
}
#sp_humberg {
    grid-area: btn;
}
#sp_humberg img:nth-of-type(1) {
    display: block;
}
#sp_humberg img:nth-of-type(2) {
    display: none;
}
#sp_humberg.menu-open img:nth-of-type(1) {
    display: none;
}
#sp_humberg.menu-open img:nth-of-type(2) {
    display: block;
}
#h1_area {
    padding-top: 140px;
    filter: drop-shadow(0px 0px 13px #026281);
    -webkit-filter: drop-shadow(0px 0px 13px #026281);
    -moz-filter: drop-shadow(0px 0px 13px #026281); 
    /*text-shadow: 0px 0px 13px rgba(2,98,129,0.6);*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

#h1_area > * + * {
    margin-top: 10px;
}
h1 {
    color: #fff;
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;
    font-size: 16px;
}
h2 {
    font-family: 'Jost', sans-serif;
    text-align: center;
    font-weight: 200;
    color: #12a6e4;
    text-shadow: 0px 0px 13px rgba(18,166,228,0.6);
}
h3 {
    font-family: 'Jost', sans-serif;
    text-align: center;
    font-weight: 200;
    font-size: 25px;
    color: #12a6e4;
    text-shadow: 0px 0px 13px rgba(18,166,228,0.6);
}

.sp_com_btn {
    margin: 0 auto;
    width: 256px;
    height: 54px;
    display: grid;
    grid-template-columns: 6px 1fr 6px;
    grid-template-rows: 6px 1fr 6px;
}
.sp_com_btn_line {
    width: 252px;
    height: 48px;
    box-sizing: border-box;
    border: solid 1px #12a6e4;
    grid-column: 1/3;
    grid-row: 1/3;
}
.sp_com_btn_bg {
    width: 252px;
    height: 48px;
    background: -moz-linear-gradient(left, #d0f3fc, #e9fcf6);
    background: -webkit-linear-gradient(left, #d0f3fc, #e9fcf6);
    background: linear-gradient(to right, #d0f3fc, #e9fcf6);
    grid-column: 2/4;
    grid-row: 2/4;
}
.sp_com_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    color: #12a6e4;
    grid-column: 1/4;
    grid-row: 1/4;
}
#sp_com_tel > .sp_com_btn a::before {
    margin-right: 10px;
    content: '';
    display: block;
    width: 20px;
    height: 26px;
    background-image: url(common/images/common/common_tel_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
#sp_com_tel > .sp_com_btn a {
    letter-spacing: 2px;
}
#sp_com_mail > .sp_com_btn a::before {
    margin-right: 10px;
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    background-image: url(common/images/common/common_mail_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
#h1_img img {
    display: block;
    margin: 0 auto;
}
#h1_area h1 {
    text-align: center;
}
#sp_common_contact {
    height: 340px;
    background-image: url(common/images/common/sp_contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    text-align: center;
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;
}
#sp_common_contact h2 {
    padding-top: 40px;
    font-size: 30px;
}
#sp_common_contact > div {
    margin-top: 15px;
}
#sp_common_contact h2,
#sp_common_contact h3 {
    
}

#sp_common_contact p {
    color: #666666;
    font-size: 13px;
}
#sp_footer_area {
    height: 725px;
    background-image: url(common/images/common/sp_footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    color: #fff;
    text-align: center;
}
#sp_footer_area > * + * {
    margin-top: 5px;
}
#sp_footer_logo {
    padding-top: 50px;
}

#sp_footer_add {
    font-size: 13px;
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;
}
#acc_menu {
    position: fixed;
    top: -100vh;
    color: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    text-align: center;
    transition: .3s;
    background-image: url(common/images/common/acc_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
}
#acc_menu.menu-open {
    top: 0;
}
#acc_menu nav {
    width: 90%;
    margin: -200vh auto 0;
}
#acc_menu.menu-open nav {
    margin: 80px auto 0;
}
#sp_footer_area nav {
    width: 90%;
    margin: 5px auto 0;
}
#acc_menu dl,
#sp_footer_area dl {
    margin: 10px auto 15px;
    font-size: 13px;
    text-align: left;
}
#acc_menu dl dt,
#sp_footer_area dl dt {
    font-family: 'Jost';
    font-weight: 300;
    letter-spacing: 1px;
}
#acc_menu dl dd,
#sp_footer_area dl dd {
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;  
}
#acc_menu dl dd li,
#sp_footer_area dl dd li {
    margin-top: 3px;
}
#acc_menu dl dd li:nth-of-type(odd),
#sp_footer_area dl dd li:nth-of-type(odd) {
    width: 55%;
}
#acc_menu dl dd li:nth-of-type(even),
#sp_footer_area dl dd li:nth-of-type(even) {
    width: 45%;
}
#acc_menu dl dd ul,
#sp_footer_area dl dd ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#acc_menu dl dd li a::before,
#sp_footer_area dl dd li a::before {
    content: '〉';
}
#sp_footer_copy {
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;
    font-size: 12px;
    margin-top: 30px;
}
#footer_nav_campaign a,
#acc_nav_campaign a {
    white-space: nowrap;
}

main {
    width: 100%;
}
.h2_area h2 {
    font-size: 26px;
}
.h2_area div {
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;  
    font-weight: 400;
    text-align: center;
    color: #666666;
}

    @media (orientation: portrait){
     
        /*デバイスが縦向きの場合の記述*/
/*        #acc_menu {
            height: 100vh;
        }*/

    }

    @media (orientation: landscape){
     
        /*デバイスが横向きの場合の記述*/
/*        #acc_menu {
            height: 300vh;
        }*/
    }
