header#pc_header,
footer div#pagetop_img {
    display: none;
}

.calc_center {
    position: relative;
    width: 100%;
    /*left: calc(50vw - 1280px);*/
}
header#sp_header {
    position: fixed;
    top: 0;/*←重要*/
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.3); 
}
#sp_header_frame {
    background-color: #fff;
    width: 100%;
    height: 260px;
    margin-top: -200px;
    top: 0;
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
}

#sp_header_nav {
    width: 100%;
    height: 200px;
}
#sp_header_nav ul {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#sp_header_nav > ul > li {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    box-sizing: border-box;
    border-bottom: solid 1px lightgrey;
}
#sp_header_nav > ul > li:nth-of-type(1),
#sp_header_nav > ul > li:nth-of-type(2) {
    box-sizing: border-box;
    border-right: solid 1px lightgrey;
}
#sp_header_nav > ul > li:not(#sp_header_nav > ul > li > ul) {    
}
#sp_header_nav > ul > li > a {
    margin-left: 10px;
}
ul.sub_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
}
ul.sub_menu li {
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
}
ul.sub_menu li::before {
    content: '-';
    margin-left: 10px;
}
#sp_header_inner {
    width: 90%;
    height: 60px;
    margin: 0 auto;
    justify-content: space-between;
}
#sp_logo {
    height: 70%;
    width: auto;
}
#sp_head_arrow {
    height: 70%;
    width: auto;
}
#sp_head_arrow > img {
    transition: .5s;
    transform: rotate3d(0, 0, 0, 0deg);
    /*transform: rotate(0deg);    */
}
#sp_head_arrow.headOpen > img {
    transition: .5s;
    transform: rotate3d(1, 0, 0, 180deg);
    /*transform: rotate(180deg);*/
}
#sp_header_frame a {
    /*height: 80%;*/
    /*width: auto;*/
}
#sp_header_inner > * > img {
    height: 100%;
    width: auto;
}
#pankuzu {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 14px;
}
#pankuzu > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h3_border {
    width: 33%;
    height: 3px;
    border-bottom: solid 3px #26a7ff; 
}
.common_head {
    width: 90%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.common_head.little {
    width: 90%;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section#contact_area * {
line-height: 1em;
}
section#contact_area {
    /*height: 410px;*/
    margin-bottom: 40px;
}

#contact_area_inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 110px;
}
#contact_area_inner > .common_head {
    margin: 0 auto 30px;
}
ul#contact_area_link {
    width: 100%;
    /*height: 94px;*/
    flex-direction: column;
}
ul#contact_area_link > li + li {
    border-top: solid 2px #26a7ff;
    margin-top: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    padding-top: 30px;
}

ul#contact_area_link li {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
ul#contact_area_link li a {

}
a.contact_area_upper > img {
    margin-right: 10px;
}
ul#contact_area_link > li:nth-of-type(1) > a > div {
    font-size: 37px;
}
ul#contact_area_link > li:nth-of-type(2) > a > div {
    font-size: 20px;
}

footer#pc_footer {
    width: 100%;
    /*height: 435px;*/
    background-color: #26a7ff;
}
#pc_footer_upper {
    width: 100%;
    /*height: 375px;*/
}
#pc_footer_inner > * {
    margin-top: 20px;
}
#pc_footer_inner {
    width: 90%;
    padding: 20px 0;
    /*height: 220px;*/
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
}
#pc_footer_left > * {
    margin-top: 15px;
}
#pc_footer_left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

ul#pc_footer_right {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
ul#pc_footer_right li {
    width: 50%;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    list-style: '〉';
    list-style-position: inside;
}
ul#pc_footer_right li:nth-of-type(1) {
    order: 1;
}
ul#pc_footer_right li:nth-of-type(2) {
    order: 6;
}
ul#pc_footer_right li:nth-of-type(3) {
    order: 10;
}
ul#pc_footer_right li:nth-of-type(4) {
    order: 2;
}
ul#pc_footer_right li:nth-of-type(5) {
    order: 7;
}
ul#pc_footer_right li:nth-of-type(6) {
    order: 11;
}
ul#pc_footer_right li:nth-of-type(7) {
    order: 3;
}
ul#pc_footer_right li:nth-of-type(8) {
    order: 8;
}
ul#pc_footer_right li:nth-of-type(9) {
    order: 12;
}
ul#pc_footer_right li:nth-of-type(10) {
    order: 4;
}
ul#pc_footer_right li:nth-of-type(11) {
    order: 9;
}
ul#pc_footer_right li:nth-of-type(12) {
    order: 13;
}
ul#pc_footer_right li:nth-of-type(13) {
    order: 5;
}
#pc_footer_lower {
    width: 100%;
    height: 60px;

}
#sp_footer_extend {
    height: 60px;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
    padding: 9px 12px;
}
@media (orientation: portrait){
 
    /*デバイスが縦向きの場合の記述*/

}

@media (orientation: landscape){
 
    /*デバイスが横向きの場合の記述*/
    ul#pc_footer_right li br {
        display: none;
    }
}