@charset "utf-8";
/*
theme Name: 淵上工務店
Author: 淵上工務店
Description: 淵上工務店
version： 1.0.0
*/

@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    /*font-size: 2rem;*/
    font-size: 1.0443864229765014vw;
    line-height: 1.7;
    /*font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1px;
}

a {
    color: #333333;
    text-decoration: underline;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a.anchor {
    display: block;
    padding: 115px 0 0;
    margin: -115px 0 0;
}

a:hover {
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

/* 回り込み */
.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignnone {
    margin: 0 20px 20px 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
    width: auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

/* �z�u�ʒu ���� */

img.float-left {
    float: left;
}

/* ��荞�� �� */

img.float-right {
    float: right;
}

/* ��荞�� �E */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 10000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    /*overflow: hidden;*/
}

.inner.InnerRight {
    margin: 0 0 0 auto;
    padding: 0 0 0 40px;
    max-width: 1597.5px;
}

.inner.InnerLeft {
    margin: 0 auto 0 0;
    padding: 0 40px 0 0;
    max-width: 1597.5px;
}

.ImageBoxInner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;

}

.ImageBoxInner img {
    top: 0px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.btnBox {
    text-align: center;
    /*padding: 60px 0 0;*/
    padding: 3.125vw 0 0;
    font-family: "shippori-mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.btnBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.btnBox ul li {
    width: 100%;
    max-width: 240px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
}

.btnBox ul li:before {
    display: none !important;
}

.btnBox a {
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 15px;
    border: 0.5px solid #8cbbd2;
    background: #8cbbd2;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border-radius: 34px;
    max-width: 350px;
    margin: 0 auto;
}

.btnBox a:hover {
    background: #6caccc;
    color: #FFFFFF;
}

/*
.btnBox a span:before {
    position: absolute;
    content: url("../images/common/btn-arrow-wht.svg");
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.btnBox a:hover span:before {
    content: url("../images/common/btn-arrow-blk.svg");
}*/

.btnBox a i,
.btnBox a svg {
    margin: 0 10px 0 0;
}

/*---------------------------------------------------------------*/

/* Display Flex
 /*---------------------------------------------------------------*/

.flex {
    display: flex;
}

.flex.row {
    flex-direction: row;
}

.flex.row-reverse {
    flex-direction: row-reverse;
}

.flex.column {
    flex-direction: column;
}

.flex.column-reverse {
    flex-direction: column-reverse;
}

.flex.align-top {
    align-items: flex-start;
}

.flex.align-center {
    align-items: center;
}

.flex.align-bottom {
    align-items: flex-end;
}

/*---------------------------------------------------------------*/

/* Wrapper
 /*---------------------------------------------------------------*/

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/

/* Header
 /*---------------------------------------------------------------*/

#header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 1.0);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

#header h1 {
    padding: 15px 40px;
}

#header h1 img {
    height: 65px;
    width: auto;
}

#header .p-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 95px 0 0;
}

#header .p-head .phoneBox {
    width: 225px;
    padding: 0
}

#header .p-head .phoneBox dl {
    line-height: 1;
    width: 100%;
    text-align: right;
    color: #5e5d5c;
    padding: 0px 19.5px;
    border-right: 0.5px solid #666666;
}

#header .p-head .phoneBox dl dt span {
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 25px;
    display: block;
    position: relative;
    letter-spacing: 0;
    font-size: 2.4rem !important;
}

#header .p-head .phoneBox dl dt span:before {
    position: absolute;
    content: "";
    background-image: url(images/common/header/ico-phone.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 24px;
    line-height: 1;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

#header .p-head .phoneBox dl dd {
    margin: 10px 0 0;
    font-size: 75%;
}

#header .p-head .contactBox {
    text-align: center;
}

#header .p-head .contactBox a {
    text-decoration: none;
    line-height: 1;
    display: block;
    padding: 25.675px 19.5px;
    width: 115px
}

#header .p-head .contactBox img {
    width: 36px;
    height: auto;
}

#header .p-head .contactBox span {
    display: block;
    font-size: 60%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 10px 0 0;
    color: #5e5d5c;
}

/*---------- Header Fixed ----------*/
#header.fixed h1 {
    padding: 10px 40px;
}

#header.fixed h1 img {
    height: 55px;
    width: auto;
}

#header.fixed .p-head {
    padding: 0 75px 0 0;
}

#header.fixed .p-head .phoneBox {
    width: 215px;
}



#header.fixed .phoneBox dl dt span {
    font-size: 2.25rem !important;
    padding: 0 0 0 15px;
}

#header .p-head .phoneBox dl {
    padding: 0px 17.5px;
}

#header.fixed .p-head .phoneBox dl dt span:before {
    width: 21px;
    height: 22px;
    margin-top: -9px;
}

#header.fixed .p-head .phoneBox dl dd {
    font-size: 1.2rem;
}

#header.fixed .p-head .contactBox a {
    padding: 12.49px 17.5px;
    width: 105px;
}

#header.fixed .p-head .contactBox img {
    width: 30px;
}

#header.fixed .p-head .contactBox span {
    font-size: 1rem;
    font-weight: 500;
}

/*---------------------------------------------------------------*/
/* G_Nav
/*---------------------------------------------------------------*/
/*
#g_nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#g_nav ul li {
    text-align: center;
}

#g_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px 10px;
}

#g_nav ul li a:hover {
    font-weight: 300 !important;
}*/


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 95px;
    height: 95px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
    /*background-color: #FFFFFF;*/
    /*border: 0.5px solid #004098;*/
}

.openbtn1.active {
    background-color: #8cbbd2;
}

/*×に変化*/
.openbtn1 .btnInner {
    width: 57px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*position: absolute;
    left: 14px;*/
    height: 1px;
    border-radius: 0.5px;
    background-color: #8cbbd2;
    width: 100%;
    margin: 0 0 7.5px;
}

.openbtn1 span:nth-of-type(3) {
    margin: 0;
}

.openbtn1.active span {
    background-color: #FFFFFF;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(4.25px) rotate(-45deg);
    width: 100%;
    margin: 0;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-4.25px) rotate(45deg);
    width: 100%;
    margin: 0;
}

.openbtn1.fixed {
    width: 75px;
    height: 75px;
}


/*========= ナビゲーションのためのCSS ===============*/
#g_nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    right: 0;
    width: 100%;
    max-width: 520px;
    /*ナビの高さ*/
    background-color: #8cbbd2;
    /*動き*/
    transition: all 0.3s ease;
    transform: translateX(100%);
    color: #FFFFFF
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g_nav.panelactive {
    opacity: 1;
    height: 100svh;
    z-index: 999;
    transform: translateX(0);
    /* 位置を戻して表示 */
}

/*ナビゲーションの縦スクロール*/
#g_nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g_nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    /*top: 50%;*/
    top: 95px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-weight: 300;
}

#g_nav.panelactive ul {
    display: block;
    width: 100%;
    padding: 0 25px;

}

#g_nav.panelactive ul li:first-child {
    border-top: none;
}

#g_nav.panelactive ul li:nth-child(2) {
    border-top: 1px dashed #FFFFFF;
}

#g_nav.panelactive ul li {
    position: relative;
    transition: none;
    font-size: 2.125svh;
    text-align: left;
    border-bottom: 1px dashed #FFFFFF;
}


#g_nav.panelactive ul li:after {
    content: '';
    position: absolute;
    right: 17.5px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
    margin-top: -4px;
}

#g_nav.panelactive ul li.navHome:after,
#g_nav.panelactive ul li.navInsta:after {
    display: none;
}

#g_nav.panelactive ul li.navHome span.dashicons,
#g_nav.panelactive ul li.navInsta span.dashicons {
    height: auto;
    line-height: 1;
    font-size: 3rem;
    color: #FFFFFF;
}

#g_nav.panelactive ul li.navHome a,
#g_nav.panelactive ul li.navInsta a {
    display: inline-block;
    width: auto;
    line-height: 1;
}

#g_nav.panelactive ul li.navHome {
    border-top: none !important;
    width: 95px;
    height: 95px;
    position: absolute;
    top: -95px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: none !important;
}

#g_nav.panelactive ul li.navHome img {
    width: 30px;
    height: auto;
}

#g_nav.panelactive ul li.navHome a {
    padding: 0px;
}

#g_nav.panelactive ul li.navHome span {
    max-width: 36px;
}

#g_nav.panelactive ul li.navInsta {
    border-bottom: none !important;
    width: 85px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

#g_nav.panelactive ul li.navInsta span {
    max-width: 36px;
    width: 100%;

}

#g_nav.panelactive ul li.navInsta a {
    padding: 0px !important;
}

#g_nav.panelactive ul li a {
    padding: 15px 40px 15px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    letter-spacing: 0;
    color: #FFFFFF;
}

#g_nav.panelactive ul li a:hover {
    opacity: 0.65;
    transform: inherit;
}

#g_nav.panelactive ul li span {
    letter-spacing: 0;
    font-size: 60%;
    color: #8cbbd2;
}

/*---------------------------------------------------------------*/
/* H2-Title
/*---------------------------------------------------------------*/
#h2-title {
    position: relative;
    padding: 40% 0 0;
}

#h2-title::before {
    content: "";
    display: block;
    position: absolute;
    /* 必要に応じて調整 */
    top: 85px;
    left: 0;
    width: 100%;
    height: auto;
    background-image: var(--thumb);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 78.32864583333333vw;
    padding-top: 40%;
}

#h2-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 19.5822454308094vw;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 29.242819843342037%;
    background-color: #f9f8f4;
    max-width: 75.06527415143603vw;
    z-index: -1;
}

#h2-title .inner {
    margin: -40% auto 0;
    padding: 0;
    /*max-width: 1597.5px;*/
    overflow: inherit;
    height: 100%;
    max-width: inherit;
}

#h2-title .h2-titleBox {
    /*: absolute;
    top: 0;
    right: 0;*/
    padding: 115px 8.73359375vw 0px;
    margin: 0 0 0 auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: "shippori-mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

#h2-title .h2-titleBox h2 {
    font-weight: 400;
    /*font-size: 3.5rem;*/
    font-size: 1.8276762402088773vw;
}

#h2-title .h2-titleBox h2 span.en {
    display: block;
    line-height: 1;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0;
    font-size: 60%;
    font-weight: 400;
    color: #8cbbd2;
    text-orientation: initial;
    letter-spacing: 2px;
}

/*---------------------------------------------------------------*/
/* Contents
 /*---------------------------------------------------------------*/
#contents {
    position: relative;
    /*padding: 200px 0 120px;*/
    padding: 200px 0 0;
}

.page #contents,
.archive #contents,
.single #contents,
.error404 #contents {
    /*padding: 0 0 120px;*/
    padding: 0;
}


/*
.archive #h2-title .inner.InnerLeft:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}*/

#contents h2 {
    /*font-size: 4.0rem;*/
    font-size: 2.088772845953003vw;
    font-weight: 400;
    /*margin: 0 0 60px;
    padding: 20px 15px;
    font-weight: 600;*/
}



.page #contents .article-area .article-head h3,
.archive #contents .article-area .article-head h3,
.single #contents .article-area .article-head h3,
.error404 #contents .article-area .article-head h3 {
    /*font-size: 3rem;*/
    font-weight: 400;
    font-size: 1.5665796344647518vw;
}

.page #contents .article-area .article-head h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    font-family: "shippori-mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    list-style-position: inside;
    white-space: nowrap;
}

.page #contents .article-area .article-head h3 span.en {
    display: block;
    line-height: 1;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0;
    font-size: 60%;
    font-weight: 400;
    color: #8cbbd2;
    text-orientation: initial;
    letter-spacing: 2px;
}

.page #contents .article-area .article-box .box-head h4,
.archive #contents .article-area .article-box .box-head h4,
.single #contents .article-area .article-box .box-head h4,
.error404 #contents .article-area .article-box .box-head h4 {
    font-size: 2.5rem;
}


.page #contents .article-box .box h5,
.archive #contents .article-box .box h5,
.single #contents .article-box .box h5,
.error404 #contents .article-box .box h5 {
    font-size: 2.25rem;
}


#contents ul li {
    position: relative;
    padding: 0 0 0 30px;
}


#contents table {
    width: 100%;
    max-width: 835px;
    margin: 0 auto 60px;
}

#contents table:last-child {
    margin: 0 auto;
}

#contents table tbody th {
    padding: 20px 15px;
    text-align: left;
    ;
    background: #FFFFFF;
}

#contents table tbody td {
    padding: 20px;
    background: #FFFFFF;
}

#contents table tbody tr:last-child td {
    border-bottom: none;
}


#contents .section-area {
    margin: 0 0 200px;
    position: relative;
}

.home #contents .section-area {
    margin: 0 0 200px;
    position: relative;
}

#contents .section-area:last-child,
#contents .section-area .article-area:last-child,
#contents .article-area .article-box:last-child,
#contents .article-box .box:last-child {
    margin: 0 auto !important;
}

.page #contents .section-area.main,
.archive #contents .section-area.main,
.single #contents .section-area.main,
.error404 #contents .section-area.main {
    margin: 0;
}

.page #contents .section-area.main .inner,
.archive #contents .section-area.main .inner,
.single #contents .section-area.main .inner,
.error404 #contents .section-area.main .inner {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.page #contents .main .mainInner,
.archive #contents .main .mainInner,
.single #contents .main .mainInner,
.error404 #contents .main .mainInner {
    padding-bottom: 360px;
    padding-top: 360px;
}

.page #contents:before,
.archive #contents:before,
.single #contents:before {
    position: absolute;
    content: "";
    right: 3.1331592689295036vw;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.page #contents .main .mainInner:after,
.archive #contents .main .mainInner:after,
.single #contents .main .mainInner:after,
.error404 #contents .main .mainInner:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    height: 200px;
    bottom: 80px;
    left: 40px;
}

#contents .section-area .article-area {
    margin: 0 0 80px;
}

#contents .section-area .article-area:last-of-type {
    /* margin: 0 0 80px; */
    margin: 0;
}

#contents .article-area .article-box {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 100px;
}

#contents .article-area .article-box:first-of-type {
    padding: 100px 0 0;
}

#contents .article-box .box {
    margin: 0 0 40px;
}

.description {
    font-size: 2rem;
    display: table;
}

/*---------------------------------------------------------------*/

/* BreadThumbs
 /*---------------------------------------------------------------*/

.breadclumb {
    padding: 10px 0;
}

#breadcrumbs {
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
}

#breadcrumbs span a {
    position: relative;
    padding: 0 20px 0 0 !important;
}

#breadcrumbs span:last-child {
    padding: 0 !important;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

#breadcrumbs span a:after {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "\f105";
    font-weight: 600;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #333333;
}

#breadcrumbs span:last-child:after {
    display: none;
}

/*------------------------------------------------------------*/
/* News-List
/*------------------------------------------------------------*/
.news-list ul {
    border-top: 0.5px solid #efecef;
    margin: 0 auto 60px;
}

.news-list ul li {
    position: relative;
    border-bottom: 0.5px solid #efecef;
    padding: 0 !important;
}

.news-list ul li:after {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2c3e50;
    border-right: 1px solid #2c3e50;
    transform: rotate(45deg);
    margin-top: -5px;

}

.news-list ul li a {
    display: block;
    font-weight: 400 !important;
    text-decoration: none;
    padding: 25px 50px 25px 25px;
}

.news-list ul li a:hover {
    background: #efecef;
}

.news-list dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.news-list dl dd {
    width: 100%;
    /*max-width: 120px;*/
    max-width: 6.266318537859007vw;
    letter-spacing: 0;
    color: #8cbbd2;
}

.news-list dl dt {
    width: 100%;
    /*margin: 0 0 0 -120px;
    padding: 0 0 0 145px;*/
    margin: 0 0 0 -6.266318537859007vw;
    padding: 0 0 0 7.5718015665796345vw;
}

.home .news-list ul {
    margin: 0 auto;
}

/*------------------------------------------------------------*/

/* Pagenation
 /*------------------------------------------------------------*/

.pagination {
    text-align: center;
    text-shadow: none !important;
    font-size: 85%;
    letter-spacing: 0;
}

.pagination .page-of {
    display: none;
}

.pagination .pagination-box .current,
.pagination .pagination-box a {
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    margin: 0 7.5px;
    display: inline-block;
    line-height: 1.5;
}

.pagination .pagination-box .current {
    background: #8cbbd2;
    color: #FFFFFF;
    border: 1px solid #8cbbd2;
    font-weight: 400;
    padding: 10px 15px !important;
}

.pagination .pagination-box a {
    border: 1px solid #8cbbd2;
    background: #FFFFFF;
    text-decoration: none;
}

.pagination .pagination-box a:hover {
    background: #8cbbd2;
    color: #FFFFFF;
}

.pagination .pagination-box a:active {
    background: #8cbbd2;
    color: #FFFFFF;
}

.pagination.postlink {
    padding: 80px 0 0;
}

.pagination.postlink ul,
.pagination .pagination-box ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.pagination.postlink ul li {
    width: 31.33%;
    margin: 0 3% 0 0;
    padding: 0 !important;
    position: relative;
    padding: 0 !important;
}

.pagination .pagination-box ul li {
    padding: 0 !important;
}

.pagination.postlink ul li:before,
.pagination .pagination-box ul li:before {
    display: none;
}

.pagination.postlink ul li:last-child,
.pagination .pagination-box ul li:last-child {
    margin: 0;
}

.pagination.postlink ul li a:before,
.pagination.postlink ul li a:after {
    position: absolute;
    top: 50%;
    font-weight: 900;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #8cbbd2;
    margin-top: -9px;
    font-size: 1.8rem;
}

.pagination.postlink ul li.prev a:before {
    content: "\f104";
    left: 10px;
}

.pagination.postlink ul li.list a:before {
    content: "\f03a";
    left: 10px;
}

.pagination.postlink ul li.next a:before {
    content: "\f105";
    right: 10px;
}

.pagination.postlink ul li a {
    color: #8cbbd2;
    border: 1px solid #8cbbd2;
    background: #FFFFFF;
    display: block;
    position: relative;
    text-decoration: none;
}

.pagination.postlink ul li.prev a,
.pagination.postlink ul li.list a {
    padding: 5px 5px 5px 35px;
}

.pagination.postlink ul li.next a {
    padding: 5px 35px 5px 5px;
}

.pagination.postlink ul li a:hover {
    background: #8cbbd2;
    color: #FFFFFF;
}

.pagination.postlink ul li a:active {
    background: #8cbbd2;
    color: #FFFFFF;
}


.pagination.postlink ul li a:hover:before,
.pagination.postlink ul li a:hover:after,
.pagination.postlink ul li a:active:before,
.pagination.postlink ul li a:active:after {
    color: #FFFFFF;
}

/*------------------------------------------------------------*/
/* GoogleMap
/*------------------------------------------------------------*/

.ggmap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------*/
/* SNS-Foot
/*------------------------------------------------------------*/

.sns-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 640px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sns-button li {
    font-size: 1.3rem;
    text-align: center;
    width: 120px;
    margin: 0 10px 0 0;
    padding: 0 !important;
}

.sns-button li:before {
    display: none !important;
}

.sns-button li i,
.sns-button li svg,
.sns-button li strong {
    margin: 0 10px 0 0;
    font-size: 1.7rem;
    line-height: 1.0;
}

.sns-button li a {
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.sns-button .sns-twitter {
    background: #55acee;
}

.sns-button .sns-facebook {
    background: #3B5998;
}

.sns-button .sns-line {
    background: #1dcd00;
}

/*---------------------------------------------------------------*/
/* Contact
/*---------------------------------------------------------------*/
.contact-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}


.contact-area .section-head {
    position: relative;
    width: 50%;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./images/common/contact/background.webp);
}

.contact-area .section-head:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(./images/common/contact/contact-after.svg);
    width: 114px;
    height: 120px;
    right: 40px;
    bottom: 40px;
}

/*
.page .contact-area .section-head,
.archive .contact-area .section-head,
.single .contact-area .section-head {
    background-image: url(./images/common/contact/background-sub.webp);
}
*/
/*
.contact-area .section-head:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(33, 33, 33, 0.66);
    width: 100%;
    height: 100%;
}*/


.contact-area .section-head h2 {
    writing-mode: inherit !important;
    text-orientation: upright;
    color: #FFFFFF;
    margin: 0 auto 40px;
    font-family: "shippori-mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    text-orientation: upright;
    font-weight: 400;
}

.contact-area .section-head h2 span.en {
    color: #FFFFFF !important;
    display: block;
    line-height: 1;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 60%;
}

.contact-area .section-head .section-headInner {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.contact-area .section-body {
    width: 50%;
    padding: 100px 40px;
    background-color: #8cbbd2;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-area .section-body .section-bodyInner {
    width: 100%;
}

.contact-area .section-body .phoneBox {
    padding: 0 0 40px;
    border-bottom: 0.5px solid #FFFFFF;
}

.contact-area .section-body .phoneBox a {
    text-decoration: none;
    color: #FFFFFF;
}

.contact-area .section-body .phoneBox dl dd span {
    display: block;
}

.contact-area .section-body .phoneBox dl dd span.number {
    font-weight: 600;
    font-size: 225%;
}

.contact-area .section-body .btnBox {
    padding: 40px 0 0;
    font-family: inherit !important;
}

.contact-area .section-body .btnBox a {
    border-radius: 38px !important;
    max-width: 480px;
}

.contact-area .section-body .btnBox p {
    margin: 0 auto 25px;
}

.contact-area .section-body .btnBox a {
    background-color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    border-radius: 33px;
    color: #8cbbd2;
}

.contact-area .section-body .btnBox a span {
    padding: 0 0 0 40px;
    position: relative;
}

.contact-area .section-body .btnBox a span:before {
    position: absolute;
    content: "";
    background-image: url(images/common/footer/ico-mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 16px;
    line-height: 1;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

/*---------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------*/
#footer {
    padding: 100px 0 0;
    background-color: #FFFFFF;
}

#footer .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#footer .inner .box.title {
    width: 360px;
    font-size: 90%;
}

#footer .inner .box.title img {
    width: 200px;
    height: auto;
}

#footer .inner .box.title .address {
    padding: 25px 0 0;
}

#footer .inner .box.sitemap {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#footer .inner .box.sitemap .mapBox {
    margin: 0 4% 0 0;
    width: 48%;
}

#footer .inner .box.sitemap .mapBox:last-child {
    margin: 0;
}

#footer .inner .box.sitemap .f_nav ul {
    font-size: 85%;
    letter-spacing: 0;
}

#footer .inner .box.sitemap .f_nav ul li {
    width: 100%;
    margin: 0 2% 10px 0;
    padding: 0 0 0 30px;
    position: relative;
}

#footer .inner .box.sitemap .f_nav ul li:nth-child(2n) {
    margin: 0 0 10px;
}

#footer .inner .box.sitemap .f_nav ul li:before {
    position: absolute;
    content: "●";
    line-height: 1;
    color: #8cbbd2;
    left: 0;
    top: 6px;
}

#footer .inner .box.sitemap .f_nav ul li a {
    text-decoration: none;
}

#footer .inner .box.sitemap .f_nav ul li.nomargin {
    padding: 0;
}

#footer .inner .box.sitemap .f_nav ul li.nomargin:before {
    display: none;
}

#footer .inner .box.sitemap .f_nav ul li.btn {
    text-align: center;
    display: inline-block;
    max-width: 280px;
    margin: 0;
}

#footer .inner .box.sitemap .f_nav ul li.btn a {
    color: #FFFFFF !important;
    border-radius: 15px;
    background-color: #8cbbd2;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 24.5px;
}

#footer .inner .box.sitemap .f_nav ul li.insta {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 25px;
}

#footer .inner .box.sitemap .f_nav ul li.insta a {
    display: block;
    width: 50px !important;
}

#footer .inner .box.sitemap .f_nav ul li .dashicons,
#footer .inner .box.sitemap .f_nav ul li .dashicons-before:before {
    font-size: 5rem;
}

#footer .inner .box.sitemap .f_nav ul li .sub-menu {
    display: block;
    padding: 10px 0 0;
}

#footer .inner .box.sitemap .f_nav ul li .sub-menu li {
    width: 100%;
}

#footer .inner .box.sitemap .f_nav ul li .sub-menu li:before {
    content: "－";
}

#footer .inner .box.sitemap #f_nav-2 {
    margin: 0 auto 25px;
}

#footer .inner .box.sitemap #f_nav-3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

#footer .copyright {
    padding: 100px 40px;
    text-align: center;
    letter-spacing: 0;
    font-size: 75%;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    body {
        /*font-size: 1.8rem;*/
        font-size: 1.25vw;
    }

    #h2-title .h2-titleBox h2 {
        /* font-size: 3.5rem; */
        font-size: 2.430555555555556vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents {
        /*padding: 200px 0 100px;*/
        padding: 13.88888888888889vw 0 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 100px;*/
        padding: 0 0 0;
    }

    #contents h2 {
        /*font-size: 4.0rem;*/
        font-size: 2.7777777777777777vw;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 2.083333333333333vw;
    }



    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list dl dd {
        /*max-width: 120px;*/
        max-width: 8.333333333333332vw;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -120px;
    padding: 0 0 0 145px;*/
        margin: 0 0 0 -8.333333333333332vw;
        padding: 0 0 0 10.069444444444445vw;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    .contact-area .section-head {
        padding: 5.555555555555555vw 40px;
    }

    .contact-area .section-head:after {
        width: 95px;
        height: 100px;
        /*right:40px;
        bottom:25px;*/
        right: 2.7777777777777777vw;
        bottom: 1.7361111111111112vw;
    }

    .contact-area .section-body {
        padding: 5.555555555555555vw 40px;
    }

    #footer {
        padding: 6.944444444444445vw 0 0;
    }

    #footer .copyright {
        padding: 80px 40px;
    }
}

@media screen and (max-width: 1366px) {
    body {
        /*font-size: 1.8rem;*/
        font-size: 1.3177159590043925vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents h2 {
        /*font-size: 4.0rem;*/
        font-size: 2.9282576866764276vw;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 2.1961932650073206vw;
    }

    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list dl dd {
        /*max-width: 120px;*/
        max-width: 8.784773060029282vw;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -120px;
        padding: 0 0 0 145px;*/
        margin: 0 0 0 -8.784773060029282vw;
        padding: 0 0 0 10.61493411420205vw;
    }
}

@media screen and (max-width: 1280px) {
    body {
        /*font-size: 1.8rem;*/
        font-size: 1.40625vw;
    }

    .inner {
        max-width: 1024px;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title::before {
        max-width: 80vw;
    }

    #h2-title::after {
        top: 24.609375vw;
    }

    #h2-title .h2-titleBox {
        padding: 115px 6.85546875vw 0px;
    }

    #h2-title .h2-titleBox h2 {
        /* font-size: 3.5rem; */
        font-size: 2.734375vw;
    }



    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents {
        /*padding: 200px 0 100px;*/
        padding: 15.625vw 0 0;
    }


    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 100px;*/
        padding: 0 0;
    }

    #contents h2 {
        /*font-size: 4.0rem;*/
        font-size: 3.125vw;
    }

    #contents .section-area {
        /*margin: 0 0 160px;*/
        margin: 0 0 12.5vw;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 2.34375vw;
    }

    .page #contents .article-area .article-box .box-head h4,
    .archive #contents .article-area .article-box .box-head h4,
    .single #contents .article-area .article-box .box-head h4,
    .error404 #contents .article-area .article-box .box-head h4 {
        /*font-size: 2.5rem;*/
        font-size: 2.5rem;
    }

    .page #contents .main .mainInner,
    .archive #contents .main .mainInner,
    .single #contents .main .mainInner,
    .error404 #contents .main .mainInner {
        /*padding-bottom: 360px;
        padding-top: 360px;*/
        padding-bottom: 28.125vw;
        padding-top: 28.125vw;
    }

    .page #contents .main .mainInner:before,
    .archive #contents .main .mainInner:before {
        right: 3.125vw;
    }

    .page #contents .main .mainInner:after,
    .archive #contents .main .mainInner:after,
    .single #contents .main .mainInner:after,
    .error404 #contents .main .mainInner:after {
        /*bottom: 80px;*/
        bottom: 6.25vw;
        height: auto;
        left: 3.125vw;
    }

    #contents .section-area .article-area {
        /*margin: 0 0 80px;*/
        margin: 0 0 6.25vw;
    }

    #contents .article-area .article-box {
        /*margin: 0 0 100px;*/
        margin-bottom: 7.8125vw;
    }

    #contents .article-area .article-box:first-of-type {
        /*padding: 100px 0 0;*/
        padding: 7.8125vw 0 0;
    }

    .description {
        /*font-size: 2.25rem;*/
        font-size: 1.7578125vw;
    }

    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list dl dd {
        /*max-width: 120px;*/
        max-width: 9.375vw;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -120px;
        padding: 0 0 0 145px;*/
        margin: 0 0 0 -9.375vw;
        padding: 0 0 0 11.328125vw;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    .contact-area .section-head {
        padding: 6.25vw 40px;
    }

    .contact-area .section-head:after {
        width: 95px;
        height: 100px;
        /*right: 40px;
        bottom: 25px;*/
        right: 3.125vw;
        bottom: 1.953125vw;
    }

    .contact-area .section-body {
        padding: 6.25vw 40px;
    }

    #footer .inner .box.title {
        width: 300px;
        font-size: 85%;
        letter-spacing: 0.5px;
    }

    #footer {
        padding: 7.8125vw 0 0;
    }

    #footer .inner .box.sitemap {
        max-width: 620px;
    }

    #footer .inner .box.sitemap .f_nav ul {
        font-size: 80%;
    }

    #footer .inner .box.sitemap .f_nav ul li {
        padding: 0 0 0 25px;
    }

    #footer .inner .box.sitemap .mapBox {
        margin: 0 3% 0 0;
        width: 48.5%;
    }

    #footer .inner .box.sitemap .f_nav ul li.btn {
        max-width: 220px;
    }

    #footer .copyright {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 1136px) {
    body {
        /*font-size: 1.8rem;*/
        font-size: 1.584507042253521vw;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/


    #contents h2 {
        /*font-size: 4.0rem;*/
        font-size: 3.5211267605633805vw;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 2.640845070422535vw;
    }

    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list dl dd {
        /*max-width: 120px;*/
        max-width: 10.56338028169014vw;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -120px;
        padding: 0 0 0 145px;*/
        margin: 0 0 0 -10.56338028169014vw;
        padding: 0 0 0 12.764084507042254vw;
    }

}

@media screen and (max-width: 1024px) {
    body {
        /*font-size: 1.8rem;*/
        font-size: 1.7578125vw;
    }

    a.anchor {
        padding: 105px 0 0;
        margin: -105px 0 0;
    }

    .inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .inner.InnerRight {
        padding: 0 0 0 30px;
    }

    .btnBox {
        /* padding: 60px 0 0; */
        padding: 5.859375vw 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 {
        padding: 15px 30px;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title::after {
        top: 25.87890625vw;
    }

    #h2-title .h2-titleBox {
        padding: 115px 6.63134765625vw 0px;
    }

    #h2-title .h2-titleBox h2 {
        font-size: 2.9296875vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
     /*---------------------------------------------------------------*/
    #contents {
        /*padding: 160px 0 80px;*/
        padding: 15.625vw 0 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 80px;*/
        padding: 0 0;
    }

    #contents h2 {
        /*font-size: 3.0rem;*/
        font-size: 2.9296875vw;
    }

    #contents .section-area {
        /*margin: 0 0 120px;*/
        margin: 0 0 11.71875vw;
    }

    .page #contents .section-area.main .inner,
    .archive #contents .section-area.main .inner,
    .single #contents .section-area.main .inner,
    .error404 #contents .section-area.main .inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 2.9296875vw;
    }

    #contents .section-area .article-area {
        /*margin: 0 0 60px;*/
        margin: 0 0 5.859375vw;
    }

    #contents .article-area .article-box {
        /*margin: 0 0 80px;*/
        margin-bottom: 7.8125vw;
    }

    #contents .article-area .article-box:first-of-type {
        /*padding: 80px 0 0;*/
        padding: 7.8125vw 0 0;
    }

    .description {
        /*font-size: 2rem;*/
        font-size: 1.953125vw;
    }

    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list ul {
        margin: 0 auto 50px;
    }

    .news-list ul li:after {
        right: 20px;
        width: 7.5px;
        height: 7.5px;
        margin-top: -3.25px;
    }

    .news-list ul li a {
        padding: 22.5px 40px 22.5px 20px;
    }

    .news-list dl dd {
        /*max-width: 100px;*/
        max-width: 9.765625vw;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -100px;
        padding: 0 0 0 125px;*/
        margin: 0 0 0 -9.765625vw;
        padding: 0 0 0 12.20703125vw;
    }


    /*------------------------------------------------------------*/
    /* Pagenation
    /*------------------------------------------------------------*/
    .pagination.postlink {
        padding: 7.8125vw 0 0;
    }


    /*---------------------------------------------------------------*/
    /* Contact
    /*---------------------------------------------------------------*/
    .contact-area .section-head {
        padding: 7.8125vw 30px;
    }

    .contact-area .section-head:after {
        width: 86px;
        height: 90px;
        /*right: 30px;
        bottom: 25px;*/
        right: 2.9296875vw;
        bottom: 2.44140625vw;
    }

    .contact-area .section-head h2 {
        margin: 0 auto 30px;
    }

    .contact-area .section-body {
        padding: 7.8125vw 30px;
    }

    .contact-area .section-body .phoneBox {
        padding: 0 0 30px;
    }

    .contact-area .section-body .btnBox {
        padding: 30px 0 0;
    }

    .contact-area .section-body .btnBox p {
        margin: 0 auto 25px;
    }

    .contact-area .section-body .btnBox a {
        border-radius: 33px;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    #footer {
        padding: 7.8125vw 0 0;
    }

    #footer .inner .box.title {
        /*width: 300px;
        font-size:1.5rem;*/
        width: 29.296875vw;
        font-size: 1.46484375vw;
    }

    #footer .inner .box.title img {
        /*width: 200px;*/
        width: 19.53125vw;
    }

    #footer .inner .box.sitemap {
        /*max-width: 620px;*/
        max-width: 60.546875vw;
    }

    #footer .inner .box.sitemap .f_nav ul {
        /*font-size: 1.4rem;*/
        font-size: 1.3671875vw;
    }

    #footer .inner .box.sitemap .f_nav ul li {
        /*padding: 0 0 0 25px;*/
        padding: 0 0 0 2.44140625vw;
    }

    #footer .inner .box.sitemap .mapBox {
        margin: 0 3% 0 0;
        width: 48.5%;
    }

    #footer .inner .box.sitemap .f_nav ul li.btn {
        /*max-width: 220px;*/
        max-width: 21.484375vw;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta {
        margin: 0 0 0 2.44140625vw;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta a {
        /*width: 50px !important;*/
        width: 4.8828125vw !important;
    }

    #footer .inner .box.sitemap .f_nav ul li .dashicons,
    #footer .inner .box.sitemap .f_nav ul li .dashicons-before:before {
        /*font-size: 5rem;*/
        font-size: 4.8828125vw;
    }

    #footer .copyright {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {
    body {
        /*font-size: 1.7rem;*/
        font-size: 2.035928143712575vw;
    }

    a.anchor {
        padding: 85px 0 0;
        margin: -85px 0 0;
    }

    .inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .inner.InnerRight {
        padding: 0 0 0 25px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/

    #header h1 {
        padding: 10px 25px;
    }

    #header h1 img {
        height: 45px;
    }

    #header .p-head {
        padding: 0 65px 0 0;
    }

    #header .p-head .phoneBox {
        width: 195px;
    }

    #header .p-head .phoneBox dl dt span {
        font-size: 2rem !important;
    }

    #header .p-head .phoneBox dl dt span:before,
    #header.fixed .p-head .phoneBox dl dt span:before {
        width: 19px;
        height: 20px;
        margin-top: -10px;
    }

    #header .p-head .phoneBox dl dd,
    #header.fixed .p-head .phoneBox dl dd {
        font-size: 70%;
    }

    #header .p-head .contactBox a,
    #header.fixed .p-head .contactBox a {
        padding: 11.6px 15px;
        width: 100px;
    }

    #header .p-head .contactBox img,
    #header.fixed .p-head .contactBox img {
        width: 30px;
    }

    #header.fixed h1 {
        padding: 10px 25px;
    }

    #header.fixed .p-head {
        padding: 0 65px 0 0;
    }

    #header.fixed h1 img {
        height: 45px;
    }

    #header.fixed .p-head .phoneBox {
        width: 195px;
    }

    #g_nav ul {
        top: 65px;
    }

    #g_nav.panelactive ul li.navHome {
        width: 65px;
        height: 65px;
        top: -65px;
    }

    #g_nav.panelactive ul li.navInsta {
        width: 65px;
        height: 65px;
    }

    .openbtn1,
    .openbtn1.fixed {
        width: 65px;
        height: 65px;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/

    #h2-title .h2-titleBox {
        padding: 115px 6.630538922155689vw 0 2.9940119760479043vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
     /*---------------------------------------------------------------*/
    #contents {
        /*padding: 120px 0 60px;*/
        padding: 14.37125748502994vw 0 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 60px;*/
        padding: 0 0;
    }

    #contents h2 {
        /*font-size: 2.75rem;*/
        font-size: 3.293413173652695vw;
    }

    #contents .section-area {
        /*margin: 0 0 80px;*/
        margin: 0 0 7.8125vw;
    }

    .page #contents .section-area.main .inner,
    .archive #contents .section-area.main .inner,
    .single #contents .section-area.main .inner,
    .error404 #contents .section-area.main .inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 3.592814371257485vw;
    }

    #contents .section-area .article-area {
        /*margin: 0 0 50px;*/
        margin: 0 0 5.9880239520958085vw;
    }

    #contents .article-area .article-box {
        /*margin: 0 0 60px;*/
        margin-bottom: 7.18562874251497vw;
    }

    #contents .article-area .article-box:first-of-type {
        /*padding: 60px 0 0;*/
        padding: 7.18562874251497vw 0 0;
    }

    .description {
        /*font-size: 2rem;*/
        font-size: 2.3952095808383236vw;
    }

    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list ul {
        margin: 0 auto 40px;
    }


    .news-list ul li:after {
        right: 17.5px;
        width: 5px;
        height: 5px;
        margin-top: -2.5px;
    }

    .news-list ul li a {
        padding: 20px 37.5px 20px 20px;
    }

    .news-list dl dd {
        /*max-width: 90px;*/
        max-width: 10.778443113772456vw;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -90px;
        padding: 0 0 0 115px;*/
        margin: 0 0 0 -10.778443113772456vw;
        padding: 0 0 0 13.77245508982036vw;
    }

    /*---------------------------------------------------------------*/
    /* Contact
    /*---------------------------------------------------------------*/
    .contact-area .section-head {
        padding: 7.18562874251497vw 25px;
    }

    .contact-area .section-head:after {
        width: 76px;
        height: 80px;
        /*right: 25px;
        bottom: 25px;*/
        right: 2.9940119760479043vw;
        bottom: 2.9940119760479043vw;
    }

    .contact-area .section-head h2 {
        margin: 0 auto 25px;
    }

    .contact-area .section-body {
        padding: 7.18562874251497vw 25px;
    }

    .contact-area .section-body .phoneBox {
        padding: 0 0 25px;
    }

    .contact-area .section-body .btnBox {
        padding: 25px 0 0;
    }

    .contact-area .section-body .btnBox p {
        margin: 0 auto 20px;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    #footer {
        padding: 7.18562874251497vw 0 0;
    }

    #footer .inner .box.title {
        /*width:300px;
        font-size:1.5rem;*/
        width: 35.92814371257485vw;
        font-size: 1.7964071856287425vw;
    }

    #footer .inner .box.title img {
        /*width: 200px;*/
        width: 23.952095808383234vw;
    }

    #footer .inner .box.sitemap {
        /*max-width: 450px;*/
        max-width: 53.89221556886228vw;
    }

    #footer .inner .box.sitemap .f_nav ul {
        /*font-size: 1.4rem;*/
        font-size: 1.6766467065868262vw;
    }

    #footer .inner .box.sitemap #f_nav-3 ul {
        align-items: center;
    }

    #footer .inner .box.sitemap .f_nav ul li {
        /*padding: 0 0 0 20px;*/
        padding: 0 0 0 2.3952095808383236vw;
    }

    #footer .inner .box.sitemap .mapBox {
        margin: 0 3% 0 0;
        width: 48.5%;
    }

    #footer .inner .box.sitemap .f_nav ul li.btn {
        /*max-width:160px;*/
        max-width: 20.35928143712575vw;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta {
        margin: 0 0 0 1.7964071856287425vw;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta a {
        /*width: 30px !important;*/
        width: 3.592814371257485vw !important;
    }

    #footer .inner .box.sitemap .f_nav ul li .dashicons,
    #footer .inner .box.sitemap .f_nav ul li .dashicons-before:before {
        /*font-size: 3rem;*/
        font-size: 3.592814371257485vw;
    }


    #footer .copyright {
        padding: 40px 25px;
    }
}

@media screen and (max-width: 750px) {
    body {
        /*font-size: 1.7rem;*/
        font-size: 2.2666666666666666vw;
    }

    .btnBox {
        /* padding: 60px 0 0; */
        padding: 8vw 0 0;
    }

    #g_nav ul {
        display: none;
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 300;
    }

    #g_nav.panelactive ul li.navHome {
        position: relative;
        top: inherit;
    }

    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title::before {
        top: 65px;
        padding-top: 42.66666666666667vw;
    }

    #h2-title::after {
        max-width: 93.33333333333333vw;
    }

    #h2-title .h2-titleBox {
        padding: 90px 6.166666666666667vw 0;
    }

    #h2-title .h2-titleBox h2 {
        font-size: 3.3333333333333335vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
     /*---------------------------------------------------------------*/
    #contents {
        /*padding: 100px 0 50px;*/
        padding: 13.333333333333334vw 0 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 50px;*/
        padding: 0 0;
    }

    #contents h2 {
        /*font-size: 2.5rem;*/
        font-size: 3.3333333333333335vw;
    }


    #contents .section-area {
        /*margin: 0 0 80px;*/
        margin: 0 0 10.666666666666668vw;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 3rem;*/
        font-size: 4vw;
    }

    #contents .section-area .article-area {
        /*margin: 0 0 50px;*/
        margin: 0 0 6.666666666666667vw;
    }

    #contents .article-area .article-box {
        /*margin: 0 0 60px;*/
        margin-bottom: 8vw;
    }

    #contents .article-area .article-box:first-of-type {
        /*padding: 60px 0 0;*/
        padding: 8vw 0 0;
    }

    .description {
        /*font-size: 1.8rem;*/
        font-size: 2.4vw;
    }

    /*------------------------------------------------------------*/
    /* News-List
    /*------------------------------------------------------------*/
    .news-list dl {
        display: block;
    }

    .news-list dl dd {
        /*max-width: 90px;*/
        max-width: 100%;
        margin: 0 0 10px;
        line-height: 1;
        font-size: 95%;
    }

    .news-list dl dt {
        /*margin: 0 0 0 -90px;
        padding: 0 0 0 115px;*/
        padding: 0;
        margin: 0;
    }

    /*---------------------------------------------------------------*/
    /* Contact
    /*---------------------------------------------------------------*/
    .contact-area {
        display: block;
    }

    .contact-area .section-head {
        padding: 6.666666666666667vw 25px 24vw;
        width: 100%;
    }

    .contact-area .section-head:after {
        width: 10.133333333333333vw;
        height: 0;
        padding-top: 10.666666666666668vw;
        /*right: 50%;
        margin-right: -5.06666666665vw;*/
        bottom: 6.666666666666667vw;
    }

    .contact-area .section-body {
        padding: 6.666666666666667vw 25px;
        width: 100%;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    #footer {
        padding: 6.666666666666667vw 0 0;
    }

    #footer .inner .box.title {
        /*font-size:1.5rem;*/
        width: 100%;
        font-size: 2vw;
        text-align: center;
        margin-bottom: 40px;
        text-align: left;
    }

    #footer .inner .box.title img {
        /*width: 220px;*/
        width: 29.333333333333332vw;
    }

    #footer .inner .box.sitemap {
        max-width: 100%;
    }

    #footer .inner .box.sitemap .f_nav ul {
        /*font-size: 1.5rem;*/
        font-size: 2vw;
    }

    #footer .inner .box.sitemap #f_nav-3 ul {
        align-items: center;
    }

    #footer .inner .box.sitemap .f_nav ul li {
        /*padding: 0 0 0 25px;*/
        padding: 0 0 0 3.3333333333333335vw;
    }

    #footer .inner .box.sitemap .mapBox {
        margin: 0 3% 0 0;
        width: 48.5%;
    }

    #footer .inner .box.sitemap .f_nav ul li.btn {
        /*max-width:160px;*/
        max-width: 36vw;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta {
        margin: 0 0 0 2vw;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta a {
        /*width: 30px !important;*/
        width: 6.666666666666667vw !important;
    }

    #footer .inner .box.sitemap .f_nav ul li .dashicons,
    #footer .inner .box.sitemap .f_nav ul li .dashicons-before:before {
        /*font-size: 3rem;*/
        font-size: 3.592814371257485vw;
    }

    #footer .copyright {
        padding: 50px 25px 25px;
    }
}

@media screen and (max-width: 640px) {
    body {
        /*font-size: 1.6rem;*/
        font-size: 2.5vw;
    }

    .btnBox a {
        font-size: 120%;
        padding: 10px 15px;
        letter-spacing: 1px;
    }

    #header .p-head {
        display: none;
    }

    #g_nav.panelactive {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    /*---------------------------------------------------------------*/
    /* H2-Title
    /*---------------------------------------------------------------*/
    #h2-title::before {
        padding-top: 75vw;
    }

    #h2-title::after {
        padding-top: 66.66%;
        top: 26.333333vw;
    }

    #h2-title .h2-titleBox {
        padding: 90px 4.609375vw 0 4.609375vw;
    }

    #h2-title .h2-titleBox h2 {
        font-size: 4.6875vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
     /*---------------------------------------------------------------*/
    #contents {
        /*padding: 100px 0 50px;*/
        padding: 15.625vw 0 0
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 50px;*/
        padding: 0 0;
    }

    .page #contents .main .mainInner,
    .archive #contents .main .mainInner,
    .single #contents .main .mainInner,
    .error404 #contents .main .mainInner {
        padding-bottom: 28.125vw;
        padding-top: 54.6875vw;
    }

    #contents h2 {
        /*font-size: 2.5rem;*/
        font-size: 3.90625vw;
    }

    #contents .section-area {
        /*margin: 0 0 80px;*/
        margin: 0 0 12.5vw;
    }

    .page #contents .article-area .article-head h3,
    .archive #contents .article-area .article-head h3,
    .single #contents .article-area .article-head h3,
    .error404 #contents .article-area .article-head h3 {
        /*font-size: 2.75rem;*/
        font-size: 4.296875vw;
    }

    #contents .section-area .article-area {
        /*margin: 0 0 50px;*/
        margin: 0 0 7.8125vw;
    }

    #contents .article-area .article-box {
        /*margin: 0 0 60px;*/
        margin-bottom: 9.375vw;
    }

    #contents .article-area .article-box:first-of-type {
        /*padding: 60px 0 0;*/
        padding: 9.375vw 0 0;
    }



    .description {
        /*font-size: 1.8rem;*/
        font-size: 2.8125vw;
    }

    /*---------------------------------------------------------------*/
    /* Contact
    /*---------------------------------------------------------------*/
    .contact-area .section-head {
        padding: 7.8125vw 25px 24vw;
    }

    .contact-area .section-head:after {
        width: 15vw;
        padding-top: 15.625vw;
        right: 3.90625vw;
        margin-right: inherit;
        bottom: 3.90625vw;
    }

    .contact-area .section-head h2 span.en {
        font-size: 60%;
    }

    .contact-area .section-body {
        padding: 7.8125vw 25px;
    }

    /*------------------------------------------------------------*/
    /* Footer
    /*------------------------------------------------------------*/
    #footer {
        padding: 7.8125vw 0 0;
    }

    #footer .inner .box.title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    #footer .inner .box.title img {
        /*width: 220px;*/
        width: 34.375vw;
    }

    #footer .inner .box.sitemap {
        max-width: 100%;
    }

    #footer .inner .box.sitemap #f_nav-3 {
        padding: 15px 0 0;
    }

    #footer .inner .box.sitemap .f_nav ul {
        font-size: 1.5rem;
    }

    #footer .inner .box.sitemap .f_nav ul li {
        padding: 0 0 0 25px;
        margin: 0 0 10px !important;
    }

    #footer .inner .box.sitemap .mapBox {
        margin: 0;
        width: 100%;
    }

    #footer .inner .box.sitemap .f_nav ul li.btn {
        /*max-width:160px;*/
        width: 100%;
        max-width: 100%;
        margin: 0 -50px 0 0 !important;
        padding: 0 65px 0 0;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta {
        margin: 0 !important;
        width: 50px !important;
        position: relative;
        z-index: 10;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta a {
        width: 50px !important;
    }

    #footer .inner .box.sitemap .f_nav ul li.insta a span {
        width: 50px;
        height: 50px;
    }

    #footer .inner .box.sitemap .f_nav ul li .dashicons,
    #footer .inner .box.sitemap .f_nav ul li .dashicons-before:before {
        font-size: 5rem;
        ;
    }

}

@media screen and (max-width: 480px) {
    body {
        /*font-size: 1.6rem;*/
        font-size: 3.3333333333333335vw;
    }

    .btnBox a {
        font-size: 125%;
        padding: 10px 15px;
        letter-spacing: 0px;
    }

    #h2-title .inner.InnerLeft:before {
        right: 4.166666666666666vw;
    }

    #h2-title::after {
        padding-top: 72.5%;
    }

    /*---------------------------------------------------------------*/
    /* Contents
     /*---------------------------------------------------------------*/
    #contents {
        /*padding: 100px 0 50px;*/
        padding: 20.833333333333336vw 0 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        /*padding: 0 0 50px;*/
        padding: 0 0;
    }

    #contents h2 {
        /*font-size: 2.5rem;*/
        font-size: 5.208333333333334vw;
    }

    #contents .section-area .article-area {
        /*margin: 0 0 50px;*/
        margin: 0 0 10.416666666666668vw;
    }

    #contents .article-area .article-box {
        /*margin: 0 0 60px;*/
        margin-bottom: 12.5vw;
    }

    #contents .article-area .article-box:first-of-type {
        /*padding: 60px 0 0;*/
        padding: 12.5vw 0 0;
    }

    .description {
        /*font-size: 1.8rem;*/
        font-size: 3.75vw;
    }

    /*---------------------------------------------------------------*/
    /* Contact
    /*---------------------------------------------------------------*/
    .contact-area .section-head.contact-area .section-head {
        padding: 10.416666666666668vw 25px 24vw;
    }

    .contact-area .section-body {
        padding: 10.416666666666668vw 25px;
    }

    #footer {
        padding: 10.416666666666668vw 0 0;
    }

    #footer .inner .box.title img {
        /*width: 220px;*/
        width: 37.5vw;
    }
}

@media screen and (max-width: 350px) {}

/*---------- WordPress CSS ----------*/

@import url("css/wp-css/editor-style.css");
/*@import url("css/wp-css/ie.css");
@import url("css/wp-css/ie7.css");*/


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
ボンッ
===================================*/

/* 拡大 */
.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}