/* --------------------------------------------------------------- Common & Top --------------------------------------------------------------- */
html {
    color: #111;
    margin-top: 0px !important;
    scroll-behavior: smooth;
}
body {
    margin-top: 0px !important;
    font-family: 'Montserrat', "Noto Serif JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: initial;
}
#Page {
    min-width: inherit;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
.rock-salt {
    font-family: 'Rock Salt', sans-serif;
}

img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}
:hover {
    cursor: default;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img,
a:hover span {
    cursor: pointer;
}

#Home #Wrap {
    flex-wrap: wrap;
}

#Home .top-page { 
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    background: #ffffff;
}

#Home .first-slide {
    z-index: 100;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#Home .first-slide h1 {
    margin: 0 !important;
    height: auto;
    border: none;
    padding: 0;
}

#Home .first-slide img {
    width: calc((960 / 1920) * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Home .first-slide .triangle {
    width: 100%;
    height: 75px;
    align-self: flex-end;
    display: flex;
    justify-content: center;
}

#Home .first-slide .triangle a {
    display: flex;
    align-self: center;
}

#Home .first-slide .triangle a span {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 20px solid #000;
}

#Home .vertical-menu,
#Home .vertical-header {
    top: 0;
}

#Home .pankuzu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: transparent;
}

#Home #top-page-contents .top-page:nth-of-type(3n + 1) .pankuzu {
    background: #333;
}

#Home #Crumbs {
    position: relative;
    top: 0;
    justify-content: center;
    height: 100%;
    padding: 0;
}
#Home #Crumbs a {
    color: #666;
}
#Home #Crumbs strong {
    color: #000;
}
#Home #top-page-contents .top-page:nth-of-type(3n + 1) .pankuzu #Crumbs a {
    color: #666;
}
#Home #top-page-contents .top-page:nth-of-type(3n + 1) .pankuzu #Crumbs strong {
    color: #666;
}

#Home .pagination {
    width: 5vw;
    right: 7.5vw;
    z-index: 1;
}

#Home .pagination li {
    display: flex;
    justify-content: center;
}

#Home #top-page-contents {
    width: 100%;
}

#Home #top-page-contents section:nth-of-type(3n + 1) .top-page {
    background: #555;
    background: -moz-linear-gradient(-90deg, #777 0%, #333 100%);
    background: -webkit-linear-gradient(-90deg, #777 0%,#333 100%);
    background: linear-gradient(90deg, #777 0%,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#333333',GradientType=1 );
}

#Home #top-page-contents section:nth-of-type(3n + 3) .top-page {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#Home .top-contents {
    padding: 0 12.5vw 0vw 5vw !important;
    width: 100%;
}

#Home .top-page .top-contents-body {
    display: grid;
    grid-template-columns: auto calc(100% - 39vw);
    font-size: 4.5vw;
    grid-template-rows: 2.5em auto;
    justify-content: space-between;
    margin: 12.5vw 4vw 6.25vw 2vw;
}

#Home .top-page .top-contents-body .detail {
    width: 37vw;
    height: calc(53.75vh + 7vw);
    margin: 0 0 0 2vw;
    grid-row: 1/3;
}

#Home .top-page.philosophy .top-contents-body .detail {
    padding: 3.5vw;
    background: rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 30vw;
    height: 53.75vh;
}

#Home .top-page.profile .top-contents-body .detail, 
#Home .top-page.service .top-contents-body .detail {
    width: 37vw;
    height: calc(53.75vh + 7vw);
}

#Home .top-page.price .top-contents-body .detail {
    background: rgba(255,255,255, 0.9);
}

#Home .top-page.information .top-contents-body .detail {
    display: flex;
    align-items: baseline;
    flex-flow: column;
}

#Home .top-page .top-contents-body .detail img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

#Home .top-page.profile .top-contents-body .detail img {
    object-position: center -10vh;
}

#Home .top-page.philosophy .top-contents-body .detail h3 {
    position: relative;
    font-size: 2.25vw;
    letter-spacing: 0.2em;
    line-height: 2;
    padding-top: 40px;
    margin-bottom: 60px;
    transform-origin: left center;
    font-weight: 600;
    color: #fff;
    transform: rotate(-2.5deg);
}

#Home .top-page.information .top-contents-body .detail div {
    width: 100%;
    margin: auto auto 0 auto;
}

#Home .top-page.information .top-contents-body .detail div h3 {
    letter-spacing: 0.2em;
    line-height: 2;
    transform-origin: left center;
    font-weight: bold;
}

#Home .top-page.information .top-contents-body .detail div#map {
    margin-top: 0;
    height: 36vh;
}

#Home .top-page.philosophy .top-contents-body .detail p {
    width: fit-content;
    margin: auto 0 auto auto;
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
    line-height: 2;
}

#Home .top-page.price .top-contents-body .detail ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

#Home .top-page .top-contents-body .detail .price-sheet:nth-child(odd) {
    background: rgba(255, 255, 255, 0.5);
}

#Home .top-page .top-contents-body .detail .price-sheet {
    display: grid;
    padding: 0.5vw;
    line-height: 2em;
    grid-template-columns: 10em auto 8em;
    width: 100%;
    font-size: initial;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-title,
#Home .top-page .top-contents-body .detail .price-sheet .price-tax {
    border-bottom: 1px solid #999;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-title {
    grid-column: 1/3;
    font-weight: bold;
    padding: 0.5em 0.5em 0;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-tax {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-min,
#Home .top-page .top-contents-body .detail .price-sheet .price-course,
#Home .top-page .top-contents-body .detail .price-sheet .price-lowest {
    padding: 0.5em;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-min {
    font-weight: bold;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-lowest {
    text-align: center;
}

#Home .top-page .top-contents-body .detail .price-sheet .price-description {
    grid-column: 1/4;
    padding: 0.5vw 2vw;
}

#Home .top-page .top-contents-body .outline {
    position: relative;
    margin-right: 1vw;
    margin-top: 7.5vh;
    width: 100%;
    font-size: 12px;
}

#Home .top-page .top-contents-body h2 {
    font-size: 4.5vw !important;
    margin: 0 0vw 5vh 0 !important;
    line-height: 1;
    color: #000;
    height: 2.5em;
    text-transform: uppercase;
    text-align: right;
    border-right: 0.125em solid #000;
    padding-right: 0.25em;
    position: initial;
    writing-mode: inherit;
    opacity: 1;
    mix-blend-mode: inherit;
    transform: inherit;
    font-weight: bold;
}

#Home section:nth-of-type(3n + 1) .top-page .top-contents-body h2 {
    color: #fff;
    border-right: 0.125em solid #fff;
}

#Home .top-page .top-contents-body h2 span {
    font-size: 0.5em;
    margin-top: 0.25em;
    display: block;
    opacity: 0.25;
}

#Home .top-page .top-contents-body .outline div {
    margin: 0 2vw 0 7.5vw;
}

#Home .top-page .top-contents-body .outline div h4,
#Home .top-page .top-contents-body .outline div ul li {
    margin-bottom: 0.75em;
    letter-spacing: 0.1em;
}

#Home .top-page .top-contents-body .outline div ul li {
    list-style: "―";
    padding-left: 0.75em;
    margin-left: 1em;
}

#Home .top-page.profile .top-contents-body .outline div ul li {
    margin-left: 1.75em;
}

#Home .top-page .top-contents-body .outline div ul li dl dd {
    font-size: small;
    margin-left: 1.5em;
    margin-top: 0.5em;
}

#Home .top-page.price .top-contents-body .outline p {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
}

#Home .top-page.information .top-contents-body .outline div dl {
    display: flex;
    margin-top: 5vh;
}

#Home .top-page.information .top-contents-body .outline div dl dt {
    width: 6em;
}

#Home .top-page .top-contents-body p.more {
    margin-bottom: 0;
    position: absolute;
    right: 2.5vw;
    bottom: 7.5vh;
    text-align: right;
    width: fit-content;
    letter-spacing: 0.05em;
    font-size: initial;
}

#Home .top-page .top-contents-body p.more:after {
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    transform-origin: left top;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    margin-top: -2px;
}

#Home section:nth-of-type(3n + 1) .top-page .top-contents-body .outline p.more:after {
    border-bottom: 2px solid #fff;
}

#Home .top-page .top-contents-body p.more:hover:after {
    transform: scale(1, 1);
    width: calc(100% + 0.5em);
    position: absolute;
}

#Home .top-page .top-contents-body p.more a {
    display: block;
    color: #000;
}

#Home section:nth-of-type(3n + 1) .top-page .top-contents-body .outline p.more a {
    color: #fff;
}

#Home .top-page .top-contents-body p.more a:before {
    content: "MORE DETAIL";
    margin-right: 0.5em;
}

#Home .top-page.others .top-contents-body {
    display: flex;
    margin-left: -2vw;
    margin-bottom: 0;
    margin-right: 4vw;
}

#Home .top-page .top-contents-body .others {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.5vh 2vw;
}

#Home .top-page .top-contents-body .others h2 {
    font-size: 4.5vw !important;
    margin: 0 0vw 0.5em 0 !important;
    line-height: 1;
    color: #000;
    height: 2.5em;
    text-transform: uppercase;
    text-align: right;
    border-right: 0.125em solid #000;
    padding-right: 0.25em;
    position: initial;
    writing-mode: inherit;
    opacity: 1;
    mix-blend-mode: inherit;
    transform: inherit;
    font-weight: bold;
    white-space: nowrap;
}

#Home .top-page .top-contents-body .others h2 span {
    font-size: 0.5em;
    margin-top: 0.25em;
    display: block;
    opacity: 0.25;
}

#Home .top-page .top-contents-body .others div{
    position: relative;
}

#Home .top-page .top-contents-body .others p.more {
    bottom: inherit;
    right: 0;
}

#TOP-PAGE header {
    height: inherit;
    padding: 0;
}
#TOP-PAGE h1 {
    font-size: inherit !important;
    margin: inherit !important;
    line-height: inherit;
    color: inherit;
    height: inherit;
    text-transform: inherit;
    text-align: inherit;
    border-right: inherit;
    padding-right: inherit;
}
#TOP-PAGE section {
    padding: 0 !important;
}
#TOP-PAGE h2 {
    text-transform: inherit;
    writing-mode: inherit;
    position: inherit;
    bottom: inherit;
    font-size: inherit !important;
    left: inherit;
    margin-bottom: inherit !important;
    color: inherit;
    opacity: inherit;
    mix-blend-mode: inherit;
    transform: inherit;
}
#TOP-PAGE .pagination {
    display: block;
    justify-content: inherit;
    line-height: inherit;
    padding: inherit;
    margin: inherit;
}

footer {
    height: 5vh;
    padding: 0;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(135deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
    display: flex;
    font-size: x-small;
}
#Copyright {
    color: #111;
    width: fit-content;
    margin: auto;
    font-size: x-small;
}
.footer-sns {
    display: flex;
    margin: auto auto auto 1em;
}
.footer-sns span {
    margin-right: 0.25em;
}
.footer-sns a {
    color: #111;
}
.footer-sns a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 4.5vw !important;
    margin: 0 2vw 1em 0 !important;
    line-height: 1;
    color: #fff;
    height: 2.5em;
    text-transform: uppercase;
    text-align: right;
    border-right: 0.125em solid #fff;
    padding-right: 0.25em;
}
h1 span {
    font-size: 0.5em;
    margin-top: 0.25em;
    display: block;
    opacity: 0.25;
}
.h1_description {
    margin: 0 2vw 3vw !important;
    background: rgba(0, 0, 0, 0.1);
    font-size: initial;
    padding: 2vw 0;
}
.h1_description p {
    color: #fff;
    line-height: 3 !important;
    letter-spacing: 0.05em;
    padding: 0 4vw;
    margin: 1vw 0vw !important;
}
.h1_description div {
    width: calc(100% - 8vw);
    margin: 2vw auto;
    color: #fff;
    padding: 0.5vw;
    background: rgba(255,255,255,0.15);
    box-sizing: border-box;
}
.h1_description div table {
    margin-bottom: 0.5vw;
}
.h1_description div th,
.h1_description div td {
    width: calc(100% / 4);
    text-align: center;
}
.h1_description div th:nth-child(2n+1),
.h1_description div td:nth-child(2n+1) {
    background: rgba(0,0,0,0.15);
}
.h1_description div th:nth-child(2n),
.h1_description div td:nth-child(2n) {
    background: rgba(255,255,255,0.15);
}
.h1_description div span {
    font-size: small;
}
.h1_description div p {
    margin: 0 !important;
    line-height: 1.5 !important;
    text-align: right;
    padding: 0;
    font-size: small;
}
h2 {
    text-transform: uppercase;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: -10vw;
    font-size: 9vw !important;
    left: -1.5vw;
    margin-bottom: 0em !important;
    color: #ccc;
    opacity: 0.5;
    mix-blend-mode: multiply;
    transform: rotate(180deg) scaleX(2.5);
}
/* --------------------------------------------------------------- Common & Top --------------------------------------------------------------- */
/* ---------------------------------------------------------------- vertical header --------------------------------------------------------------- */
.vertical-header {
    width: 12.5vw;
    min-width: 12.5vw;
    background: transparent;
    position: fixed;
    z-index: 1;
}
.vhead-logo {
    height: 12.5vw;
    display: flex;
    position: fixed;
    width: 12.5vw;
    align-items: center;
}
.vhead-logo img {
    width: 90%;
    margin: 5%;
    background: inherit;
    filter: invert(0.15);
}
.sidebarMenu-catchcopy {
    writing-mode: tb;
    position: absolute;
    width: calc(12.5vw + 17px);
    height: calc(100vh - 12.5vw);
    bottom: 0;
}
.sidebarMenu-catchcopy span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #555;
    letter-spacing: 0.05em;
}
/* ---------------------------------------------------------------- vertical header --------------------------------------------------------------- */
/* ---------------------------------------------------------------- Contents Page --------------------------------------------------------------- */
#Wrap {
    width: auto;
    display: flex;
}
section {
    display: flex;
    width: 100% !important;
    min-height: 100vh;
    padding: 0 0 5vw 5vw !important;
    margin: 0 0vw 0 0!important;
    background: #555;
    background: -moz-linear-gradient(-90deg, #777 0%, #333 100%);
    background: -webkit-linear-gradient(-90deg, #777 0%,#333 100%);
    background: linear-gradient(90deg, #777 0%,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#333333',GradientType=1 );
}

.contents-page-grid {
    flex-grow: 1;
    margin: 12.5vw 2vw 25vh;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.right-top {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.philosophy h1 {
}

.left-top {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.left-top h1 {
    border-left: 0.125em solid #fff;
    padding-left: 0.25em;
    display: flex;
    align-items: flex-end;
    margin-left: 2vw !important;
}

.left-top-2 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    position: relative;
    margin-bottom: 5vw;
}

.right-top-2 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    position: relative;
    margin-bottom: 5vw;
}

.right-bottom-2 {
    grid-row: 2 / 4;
    grid-column: 2 / 3;
    position: relative;
    margin-bottom: 5vw;
}

.left-bottom-2 {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
    position: relative;
    margin-bottom: 5vw;
}

.left-bottom {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    position:relative;
}
.left-bottom img {
    width: 100%;
    filter: invert(0.25);
    opacity: 0.25;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.right-bottom {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    position:relative;
}
.right-bottom img {
    width: 100%;
    filter: invert(0.25);
    opacity: 0.75;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.comment-area {
    position: relative;
    color: #111;
    padding: 4vw 4vw 100px;
    margin: 0 2vw;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    background: url(/theme/bc_sample/img/boxwood-webmark-0.1.png) rgba(255,255,255, 0.9);
    background-position: right -10vw center;
    background-repeat: no-repeat;
    background-size: 50vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.philosophy .comment-area {
    color: #fff;
    background: url(/theme/bc_sample/img/boxwood-webmark-0.1.png) rgba(0, 0, 0, 0.1);
    background-position: right -10vw center;
    background-repeat: no-repeat;
    background-size: 50vw;
}

.comment-area h3 {
    position: relative;
    font-size: 2.8vw;
    letter-spacing: 0.2em;
    line-height: 2;
    padding-top: 40px;
    margin-bottom: 60px;
    transform-origin: left center;
}

.philosophy .comment-area h3 {
    transform: rotate(-2.5deg);
}

.comment-area p {
    margin-bottom: 2.5em;
    letter-spacing: 0.05em;
    font-size: initial;
    line-height: 2;
    width: 100%;
}

.philosophy .comment-area p {
    font-size: x-large;
}

.service .comment-area div {
    font-size: inherit;
    line-height: 2;
    width: calc(47.5% + 1em);
    margin: 0 0 100px 0;
    min-height: 25vw;
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
    padding: 0.25em 0.75em;
}

.comment-area dd span {
    white-space: nowrap;
}
.profile h3 {
    text-transform: uppercase;
}
.profile h3,
.service h3,
.price-table h3,
.information h3 {
    font-size: 2.25vw;
    border-bottom: 1px solid #777;
    margin-bottom: 0em;
    padding-top: 0;
    width: 100%;
}
.after-h3 {
    display: block;
    width: 100%;
    margin-top: 0.5vw;
    margin-bottom: 40px;
    font-weight: bold;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 1.5vw;
}
.r-mark {
    font-size: x-small;
    vertical-align: text-top;
}
.profile img {
    width: 47.5%;
    height: 25vw;
    margin: 0;
    object-fit: cover;
    margin-bottom: 100px;
}
.service img {
    width: 47.5%;
    height: 25vw;
    object-fit: cover;
    margin: 0 0 4em;
    z-index: 1;
}
.personal_info {
    object-position: 50% -6vw;
}
.comment-area dl {
    font-size: initial;
    line-height: 2;
    width: 47.5%;
    margin-bottom: 100px;
    padding-top: 2em;
}
.comment-area dt {
    font-size: smaller;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.comment-area dd {
    margin: 0 0 1em 1em;
}
.comment-area span.small {
    font-size: x-small;
}
.service .comment-area p {
    margin: 0.25em auto 0.5em;
    letter-spacing: 0.05em;
    line-height: 2;
    width: 100%;
}
.price-table div {
    width: 47.5%;
    margin: 0 0 4em;
    z-index: 1;
    background: rgba(255,255,255,0.5);
    padding: 0.5em;
    box-sizing: border-box;
}
.price p {
    width: 47.5%;
    margin: 0 0 4em;
    line-height: 2;
    box-sizing: border-box;
    padding: 2.5em 0;
}
.tax {
    font-size: small;
}
.rule {
    padding: 20px 20px 20px 30px;
    background: rgba(210,210,210, 0.5);
    margin: 0px auto 100px !important;
}
.rule li {
    list-style-position: outside !important;
    list-style: "* " !important;
    font-size: small;
    margin-bottom: 0.5em;
}
.rule li:last-child {
    margin-bottom: 0em;
}
.price-table tr:nth-child(n + 2):hover {
    background: rgba(0, 0, 0, 0.1);
}
.information img.boxwood-pic {
    width: 47.5%;
    margin: 0;
    object-fit: contain;
    margin-bottom: 100px;
    background: rgba(0,0,0,0.1);
    padding: 1vw;
    box-sizing: border-box;
}
.information div.detail-info {
    width: 47.5%;
    background: rgba(255,255,255,0.5);
    padding: 0.5vw;
    margin-bottom: 100px;
}
.information table {
    margin: 0;
}
.information th {
    width: calc(4em + 20px);
    text-align: center;
}
.information ul {
    margin-bottom: 0;
}
.information li {
    list-style-position: outside !important;
    margin-left: 20px;
    margin-bottom: 0.5em;
}
.information li:last-child {
    margin-bottom: 0;
}
.information li span {
    font-size: x-small;
    white-space: nowrap;
}
.information iframe, #map {
    width: 100%;
    height: 35vw;
    position: relative;
}
.information #map + ul {
    margin: 2vw auto 100px;
    background: rgba(210,210,210, 0.5);
    padding: 1vw 1vw 1vw 1em;
    width: 80%;
}
.related_bus {
    display: flex;
}
.related_bus img {
    width: calc(100% - 10px);
    padding: 5px;
    filter: grayscale(1) opacity(0.5);
}
.related_bus a:hover img {
    filter: grayscale(0);
}
/* ---------------------------------------------------------------- Contents Page --------------------------------------------------------------- */
/* ---------------------------------------------------------------- vertical menu ---------------------------------------------------------------- */
.vertical-menu {
    width: 7.5vw;
    min-width: 7.5vw;
    height: 100vh;
    text-align: center;
    background: #666;
    color: #ddd;
    position: fixed;
    right: 0;
    z-index: 1;
}
.vertical-menu:hover {
    background: #222;
}
.menu-mark {
    height: 7.5vw;
    display: flex;
    position: relative;
    z-index: 10;
}
.menu-mark img {
    width: 100%;
    filter: invert(0.85);
}
.menu-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.copyright {
    writing-mode: tb;
    margin: auto;
    height: 30em;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: x-small;
    text-align: right;
}
.copyright span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pankuzu {
    background: #333;
    position: relative;
    margin-right: 7.5vw;
}
#Crumbs {
    width: 5vw;
    min-width: 5vw;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    top: 30vh;
    position: sticky;
    font-size: x-small;
    letter-spacing: 0.05em;
    color: #555;
}
#Crumbs a {
    color: #666;
}
#Crumbs strong {
    color: #666;
}

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #FC466B;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
#sidebarMenu {
    height: 100%;
    width: 100vw;
    transform: translateX(7.5vw);
    transition: transform 250ms ease-in-out;
    background: #222;
    display: flex;
}
#sidebarMenu .vhead-logo {
    margin-left: 17.5px;
    filter: invert(1);
}
.sidebarMenu-listback {
    width: 25vw;
    margin-left: calc(12.5vw + 17px);
    background: rgba(0,0,0,0.25);
    height: 100vh;
}
.sidebarMenu-list {
    position: absolute;
    margin-left: calc(12.5vw + 17px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100vh;
    margin-right: 7.5vw;
    background: rgba(0, 0, 0, 0.25);
}
.sidebarMenu-list dl {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.1em;
}
.sidebarMenu-list dl a {
    color: #ddd;
}
.sidebarMenu-list dl a:hover {
    opacity: 0.5;
}
.sidebarMenu-list dt {
    width: calc(25vw - 40px);
    padding: 20px;
    position: relative;
}
input[type="checkbox"]:checked ~ #sidebarMenu .sidebarMenu-list dt {
    transform: scale(1, 1);
    transform-origin: top center;
    animation: slidedown 0.5s;
}
.sidebarMenu-list dt span {
    line-height: 29px;
    border-bottom: 1px solid;
    padding-bottom: 0.25em;
}
.sidebarMenu-list dd {
    width: calc(100% - 25vw);
    font-size: x-large;
}
.sidebarMenu-list dd.sns,
.sidebarMenu-list dd.related_business {
    padding: 20px;
    text-align: left;
    width: calc(100% - 25vw - 40px);
}
.sidebarMenu-list dd.related_business ul {
    display: flex;
}
.sidebarMenu-list .related_business li, .sidebarMenu-list .related_business li img {
    height: 87px;
}
.sidebarMenu-list dd.related_business a {
    margin-right: 20px;
    filter: grayscale(1);
}
.sidebarMenu-list dd.related_business a:hover {
    filter: inherit;
    opacity: 1;
}
dt.related_business span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3 !important;
    width: fit-content;
}
#sidebarMenu .nav-menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}
#sidebarMenu .nav-menu li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px 20px 10px;
    text-align: left;
}
#sidebarMenu .nav-menu li:first-child {
    display: none;
}
#sidebarMenu .nav-menu li:after, .sidebarMenu-list dd.sns span:after {
    content: "/";
    padding: 0px 10px 0 15px;
    font-weight: 300;
}
#sidebarMenu .nav-menu li:last-child:after, .sidebarMenu-list dd.sns span:last-child:after {
    display: none;
}
#sidebarMenu .nav-menu li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
#sidebarMenu .nav-menu li a{
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
#sidebarMenu .sidebarMenu-list li,
#sidebarMenu .sidebarMenu-list .sns {
    position: relative;
}
input[type="checkbox"]:checked ~ #sidebarMenu .sidebarMenu-list li,
input[type="checkbox"]:checked ~ #sidebarMenu .sidebarMenu-list dd.sns {
    transform: scale(1, 1);
    transform-origin: bottom center;
    animation: slidetoleft 0.5s;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(-92.5vw);
}
input[type="checkbox"]:checked ~ .copyright {
    writing-mode: horizontal-tb;
    white-space: nowrap;
    left: inherit;
    right: calc(7.5vw + 20px);
    transform: scale(1, 1);
    transform-origin: bottom center;
    bottom: 1vh;
    height: 5em;
    animation: slideup 0.5s;
}
@keyframes slideup {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes slidetoleft {
  0% {
    transform: scale(0, 1);
    right: -50vw;
  }
  100% {
    transform: scale(1, 1);
    right: 0vw;
  }
}
@keyframes slidedown {
  0% {
    transform: scale(0, 1);
    top: -25vw;
  }
  100% {
    transform: scale(1, 1);
    top: 0vw;
  }
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 4.75vw;
    width: 21px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #ddd;
}
.spinner:hover {
    cursor: pointer;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-left: 6px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-left: 6px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-left: 9px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-left: -12px;
}

/* ---------------------------------------------------------------- vertical menu ---------------------------------------------------------------- */
/* --------------------------------------------------------------- common-footer --------------------------------------------------------------- */
.common-footer {
    padding-right: 7.5vw;
    display: flex;
    font-size: x-small;
    background: #333;
    color: #ddd;
}
.footer-menu-1 {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    padding: 5vw 0vw 5vw 5vw;
}
.general-info {
    width: 25%;
}
.general-info .logo {
    width: 50%;
    background: transparent;
    filter: invert(0.85);
    margin-left: 0;
    min-width: 10em;
}
.general-info p {
    padding: 30px 0;
}
.general-info dd {
    margin: 0.5em 1em;
}
.general-info dd a {
    color: #ddd;
}
.general-info dd a:hover {
    text-decoration: underline;
}
.c-footer-menu {
    width: 75%;
}
.c-footer-menu a {
    color: #ddd;
}
.c-footer-menu a:hover {
    text-decoration: underline;
}
.c-footer-menu ul {
    display: flex;
    font-size: small;
    flex-wrap: wrap;
    padding: 0 1em;
}
.c-footer-menu li {
    margin: 0 0.5em 2em;
}
.c-footer-menu li:first-child {
    width: 100%;
}
 
.c-footer-menu li:nth-child(8), 
.c-footer-menu li:nth-child(9) {
    display: none;
}
.footer-menu-2 {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}
.footer-menu-2 div {
    display: flex;
    height: 100%;
    align-items: center;
    background: #3f3f3f;
}
.footer-menu-2 a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    color: #ddd;
}
.footer-menu-2 a:hover {
    background: rgba(0,0,0, 0.1);
}
.footer-menu-2 span {
    width: 100%;
    text-align: center;
    font-size: initial;
}
.footer-menu-2 p {
    width: 100%;
    text-align: center;
}
/* --------------------------------------------------------------- common-footer --------------------------------------------------------------- */
/* -------------------------------------------------------------- news(blog-index) -------------------------------------------------------------- */
#News h2.news-index {
    transform: rotate(180deg) scalex(2.5);
    left: -1.5vw;
}

.comment-area article {
    display: flex !important;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
}
.comment-area article p.date, article h4 {
    margin-bottom: 0 !important;
    line-height: 1.6;
    color: #111;
}
.comment-area article p.date {
    width: 7em;
    margin: 0 2em 0 0em;
}
.comment-area article h4 {
    display: block;
    width: calc(100% - 15em);
}
.comment-area article a {
    color: #111 !important;
    display: block;
}
.comment-area article .post-body {
    margin: 0.5em 0 0 9em;
}
.comment-area article .blog-post .post-body {
    margin: 0.5em 0 0 0em;
    align-self: start;
    width: 100%;
}
.comment-area article .post-body p {
    margin-bottom: 0;
    line-height: 1.6em;
}
.comment-area article .more {
    margin-bottom: 0;
    right: 0;
    text-align: right;
    position: absolute;
    width: inherit;
}
.comment-area article .blog-post .more {
    position: relative;
    height: fit-content;
    width: auto;
    margin: 1em 0 0  auto;
}
.comment-area article .more:after {
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    transform-origin: left top;
    display: block;
    content: "";
    border-bottom: 2px solid #111;
    margin-top: -2px;
}
.comment-area article .more:hover:after {
    transform: scale(1, 1);
    width: calc(100% + 0.5em);
    position: absolute;
}
.more {
    line-height: 1.6em !important;
    text-align: right;
}
.more a {
    font-size: 0;
}
.more a:before {
    content: "MORE";
    font-size: small;
    font-weight: 600;
}
.more a:after {
    content: "\f0da";
    font-size: small;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    transform-origin: left top;
    position: relative;
    right: 0em;
}
.more:hover a:after {
    right: -0.5em;
}
.post {
    border-color: #777;
}
.pagination {
    display: flex;
    justify-content: center;
    font-size: small;
    line-height: 1.6em;
    padding: 20px 0;
    margin: 0 auto;
}
.pagination .disabled:before,
.pagination .prev a:before {
    content: "\f0d9";
    font-size: small;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.pagination .disabled,
.pagination .next, .pagination .prev {
    font-size: 0;
    line-height: 1.5;
    border-color: transparent;
}
.pagination .disabled:after,
.pagination .prev a:after {
    content: "PREV";
    font-size: small;
}
.pagination .next a:before {
    content: "NEXT";
    font-size: small;
}
.pagination .next a:after {
    content: "\f0da";
    font-size: small;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.pagination .next:hover, .pagination .prev:hover {
    background-color: transparent;
}
.pagination .next a, .pagination .prev a {
    display: block;
}
.pagination .next a:hover, .pagination .prev a:hover {
    background-color: inherit;
    color: inherit;
}
.pagination .disabled, .pagination .disabled:hover {
    margin: 0 2px 4px;
    color: #ccc;
    font-size: 0;
    line-height: 1.5;
    border-color: transparent;
}
.pagination span span a {
    border-color: #777;
}
.pagination span span a:hover {
    background-color: #777;
}
.pagination span span a, .pagination .current {
    width: 1em;
    text-align: center;
}
.pagination span.prev + span + span.disabled:before {
    content: "NEXT";
    font-family: inherit;
    font-size: small;
    font-weight: inherit;
}
.pagination span.prev + span + span.disabled:after {
    content: "\f0da";
    font-size: small;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/* -------------------------------------------------------------- news(blog-index) -------------------------------------------------------------- */
/* ------------------------------------------------------------- news(blog-archive) ------------------------------------------------------------- */
#News h2 {
    transform: rotate(0deg) scaleX(2.5);
}
.blog-archive-title h1 {
    border-left: 0.125em solid #fff;
    padding-left: 0.25em;
    display: flex;
    align-items: flex-end;
    margin-left: 4vw !important;
    margin-top: 12.5vw !important;
    height: 2em;
}
.blog-archive-body {
    background: rgba(255,255,255,0.5);
    margin: 0;
    position: relative;
    padding: 1.5vw;
    letter-spacing: 0.1em;
}
.blog-archive-body article {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.blog-archive-body p.date {
    width: 7em;
}
.blog-archive-body h4 {
    width: calc(100% - 7em);
}
.eyecatch {
    width: 300px;
    min-height: 200px;
    background: url(/files/theme_configs/logo.png) #ccc;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0.5em 20px 0px 0;
}
.img-eye-catch {
    object-fit: cover;
    height: 100%;
}
.blog-archive-body .blog-post {
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5em;
}
.blog-archive-body .more {
    float:right;
    position: relative;
}
.blog-archive-body .more a:before {
    content: "READ MORE";
}
.blog-archive-body .more:after {
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    transform-origin: left top;
    display: block;
    content: "";
    border-bottom: 2px solid #111;
}
.blog-archive-body .more:hover:after {
    transform: scale(1, 1);
    width: calc(100% + 0.5em);
}
.meta {
    text-align: left !important;
}
.blog-archive-body .meta {
    clear: both;
    position: relative;
    width: 100%;
    height: fit-content;
    align-self: flex-end;
    margin-top: 3em;
}
.blog-archive-body .meta a {
    background: #111;
    border-radius: 3px;
    padding: 0.25em 0.5em;
    color: #fff !important;
    margin: 0 0.25em 0.25em 0;
    display: inline-block;
    font-size: small;
}
.tag {
    font-size: 0;
}
.tag:before {
    content: "TAG:";
    font-size: small;
    font-weight: bold;
    color: #111;
}
.tag a {
    font-size: small;
}
.blog-archive-body .tag a {
    background: inherit;
    border-radius: inherit;
    padding: inherit;
    color: #111 !important;
    margin-top: 0.5em;
    display: inline-block;
}
.blog-archive-body .tag a:after {
    content: ",";
}
.blog-archive-body .tag a:last-child:after {
    display: none;
}
.blog-archive-body h4 a:hover, 
.blog-archive-body .more a:hover {
    color: #111;
}
/* ------------------------------------------------------------- news(blog-archive) ------------------------------------------------------------- */
/* -------------------------------------------------------------- news(blog-single) ------------------------------------------------------------- */
.blog-single-title h1 {
    border-left: 0.125em solid #fff;
    padding-left: 0.25em;
    display: flex;
    align-items: flex-end;
    margin-left: 4vw !important;
    margin-top: 12.5vw !important;
    height: 2em;
}
.blog-single-body {
    position: relative;
    color: #111;
    padding: 4vw 4vw 100px;
    margin: 0 2vw;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    background: url(/theme/bc_sample/img/boxwood-webmark-0.1.png) rgba(255,255,255, 0.9);
    background-position: right -10vw center;
    background-repeat: no-repeat;
    background-size: 50vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-single-inside {
    background: rgba(255,255,255,0.5);
    margin: 0;
    position: relative;
    padding: 1.5vw;
    letter-spacing: 0.1em;
    display: flex;
    flex-wrap: wrap;
}
.blog-single-body .date {
    width: 7em;
    margin: 0 2em 0 0em;
    margin-bottom: 0;
    display: inline-flex;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.blog-single-body h3 {
    width: Calc(100% - 9em);
    margin-bottom: 0em;
    font-size: 18px;
    display: inline-flex;
    line-height: 1.6;
}
.blog-single-body .meta {
    display: inline-block;
    flex-wrap: wrap;
    align-items: baseline;
}
.blog-single-body .meta a {
    background: #111;
    border-radius: 3px;
    padding: 0.25em 0.5em;
    color: #fff !important;
    margin: 0em 0.25em 0.25em 0;
    display: inline-block;
    font-size: small;
}
.blog-single-body .tag a {
    background: inherit;
    border-radius: inherit;
    padding: inherit;
    color: #111 !important;
    margin-top: 0.5em;
    display: inline-block;
}
.blog-single-body .tag a:after {
    content: ",";
}
.blog-single-body .tag a:last-child:after {
    display: none;
}
.blog-single-body .post {
    margin-top: 1em;
    width: 100%;
}
.blog-single-body .eye-catch {
    width: 100%;
    margin-top: 0.5em;
}
.blog-single-body .eye-catch img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}
.blog-single-body .contents-navi {
    width: 100%;
    margin: 0 0 60px 0;
}
#BlogComment {
    width: 100%;
}
.blog-single-body h4 {
    border-left: 5px solid #333;
    height: 2rem;
    padding: 0.5rem;
}
#RelatedPosts ul {
    margin-left: 1.5em;
}
#BlogCommentList .comment-name {
    margin-left: 1.5em;
}
#BlogCommentList .comment-message {
    display: block;
    margin: 5px 1.5em 0;
}
#BlogComment table {
    width: auto;
    margin: auto;
}
.auth-captcha {
    width: fit-content;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
}
/* -------------------------------------------------------------- news(blog-single) ------------------------------------------------------------- */
/* ------------------------------------------------------------- news(contact-form) ------------------------------------------------------------ */
#Contact section {
    flex-direction: column;
}
.contact-form-title h1 {
    align-items: flex-start;
    margin-top: 12.5vw !important;
    text-align: right;
    border-right: 0.125em solid #fff;
    padding-right: 0.25em;
    margin-right: 4vw !important;
    display: grid;
    height: 2.5em;
}
.contact-form-title h1:after {
    content: "問い合わせ";
    font-size: 0.5em;
    margin-top: -1.25em;
    display: block;
    opacity: 0.25;
}
.contact-form {
    background: #fff;
    margin: 0vw 4vw 12.5vw;
    padding: 4vw 4vw 10vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    letter-spacing: 0.1em;
}
.contact-form h3, .contact-form p {
    width: auto;
    margin: auto auto 20px;
    min-width: 75%;
}
.contact-form div {
    margin: auto;
    min-width: 75%;
}
.contact-form input {
    display: initial;
}
.contact-form th {
    width: 12.5em;
    text-align: right;
}
.contact-form tr#RowMessageRoot label {
    margin-bottom: 5px;
    display: block;
}
#MailMessageIndexForm .normal, 
#MailMessageIndexForm .required,
#MailMessageConfirmForm .normal, 
#MailMessageConfirmForm .required {
    margin-left: 10px !important;
    margin-right: 0px !important;
    vertical-align: text-top !important;
}
#MailMessageIndexForm .required,
#MailMessageConfirmForm .required {
    color: #FFF;
    font-size: 10px;
    background-color: #C30;
    padding: 4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
#MailMessageConfirmForm .normal, 
#MailMessageIndexForm .normal {
    color: #FFF;
    font-size: 10px;
    background-color: #CCC;
    padding: 4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.auth-captcha {
    min-width: 17em !important;
    text-align: center;
    margin-bottom: 20px !important;
}
#RowMessageCategory ul {
    margin-bottom: 0;
}
/* ------------------------------------------------------------- news(contact-form) ------------------------------------------------------------ */
/* ------------------------------------------------------------- PC (0-1539px) ------------------------------------------------------------ */
@media screen and (max-width:1539px){
#Home .top-page .top-contents-body .detail .price-sheet {
    font-size: small;
}
}
/* ------------------------------------------------------------- PC (0-1539px) ------------------------------------------------------------ */
/* ------------------------------------------------------------- PC (0-1366px) ------------------------------------------------------------ */
@media screen and (max-width:1366px){
body {
    font-size: 12px;
}
#Home .top-page .top-contents-body .detail .price-sheet {
    font-size: 10.5px;
}
}
/* ------------------------------------------------------------- PC (0-1366px) ------------------------------------------------------------ */
/* ------------------------------------------------------------- PC (0-1206px) ------------------------------------------------------------ */
@media screen and (max-width:1206px){
#Home .top-page .top-contents-body .detail .price-sheet .price-title {
    grid-column: 1/4;
    border-bottom: none;
}
#Home .top-page .top-contents-body .detail .price-sheet .price-tax {
    grid-column: 3/4;
    border-bottom: none;
}
#Home .top-page .top-contents-body .detail .price-sheet .price-min, 
#Home .top-page .top-contents-body .detail .price-sheet .price-course, 
#Home .top-page .top-contents-body .detail .price-sheet .price-lowest {
    border-top: 1px solid #999;
}
}
/* ------------------------------------------------------------- PC (0-1206px) ------------------------------------------------------------ */
/* ------------------------------------------------------------- PC (0-1024px) ------------------------------------------------------------ */
@media screen and (max-width:1024px){
#Home .top-page .top-contents-body .detail .price-sheet .price-min {
    grid-column: 1/3;
}
#Home .top-page .top-contents-body .detail .price-sheet .price-course {
    display: none;
}
}
/* ------------------------------------------------------------- PC (0-1024px) ------------------------------------------------------------ */
/* ------------------------------------------------------------- Tablet (600px-849px) ------------------------------------------------------------ */
@media screen and (min-height:600px) and (max-height:849px){
.logo img {
    width: 50%;
}
.grid div {
    font-size: 7vw;
}
.sns {
    display: none;
}
.sidebarMenu-list .related_business li, .sidebarMenu-list .related_business li img {
    height: auto;
    width: calc(((100vw - 30px) / 4) - 10px);
    margin-right: 10px;
}
}
/* ------------------------------------------------------------- Tablet (600px-849px) ------------------------------------------------------------ */
/* -------------------------------------------------------- Tablet / Mobile (0px-768px) -------------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px){
#Home .top-contents{
    margin: 22.5vw 5vw 25vh;
    padding: 0 !important;
}
#Home .top-page .top-contents-body .detail {
    grid-row: 2/3;
    margin: 0 2vw;
    width: auto !important;
}
#Home .top-page.philosophy .top-contents-body .detail {
    flex-direction: column;
}
#Home .top-page.philosophy .top-contents-body .detail h3 {
    font-size: 5.25vw;
}
#Home .top-page.philosophy .top-contents-body .detail p {
    font-size: 3vw;
}
#Home .top-page .top-contents-body h2 {
    grid-column: 1/3;
    font-size: 10vw !important;
    margin: 0 2vw 1em 0 !important;
}
#Home .top-page .top-contents-body {
    margin: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 0;
    justify-content: inherit;
}
#Home .top-page .top-contents-body .outline {
    grid-column: 1/2;
}
#Home .pagination {
    right: 1vw;
}
.vertical-header {
    width: 15vw;
    height: 15vw;
    z-index: 10;
}
.vhead-logo {
    height: 15vw;
    width: 25vw;
    margin-top: 5px;
}
.vhead-logo img {
    filter: invert(0.85);
}
.vertical-menu {
    width: 100%;
    height: 15vw;
    background: #222;
    box-shadow: 0px 2px 4px 4px #333;
}
.menu-mark {
    display: none;
}
.menu-button {
    width: 15vw;
    right: 0;
    height: 15vw;
}
#sidebarMenu {
    position: relative;
    top: 15vw;
    height: calc(100vh - 15vw);
    transform: translateX(15vw);
}
.sidebarIconToggle {
    height: 21px;
    width: 4.75vw;
}
.spinner {
    height: 3px;
    width: 100%;
}
.horizontal {
    margin-top: 6px;
    margin-left: 0;
}
.diagonal.part-2 {
    margin-top: 6px;
    margin-left: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    margin-left: 0px;
    margin-top: 9px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    margin-top: -12px;
    margin-left: 0px;
}
.copyright {
    display: none;
}
#sidebarMenu .vhead-logo {
    display: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(-85vw);
}
.pankuzu {
    display: none;
}
.sidebarMenu-catchcopy {
    display: none;
}
.sidebarMenu-listback {
    display: none;
}
.sidebarMenu-list {
    margin-left: 0;
    margin-right: 0;
    align-content: flex-start;
}
.sidebarMenu-list dt {
    width: 100%;
    padding: 10px 15px 10px;
    background: rgba(0,0,0,0.2);
    text-align: left;
}
.sidebarMenu-list dd {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
}
input[type="checkbox"]:checked ~ #sidebarMenu .sidebarMenu-list dt {
    animation: slidetoleft 0.5s;
}
.sidebarMenu-list dd.sns, .sidebarMenu-list dd.related_business {
    width: 100%;
    padding: 20px 0 30px 15px;
    font-size: initial;
}
dt.related_business span {
    position: initial;
    line-height: 29px !important;
}
.top-dd {
    display: none;
}
#sidebarMenu .nav-menu {
    padding-left: 15px;
    padding-right: 15px;
}
#sidebarMenu .nav-menu li {
    padding: 10px 10px 10px 0px;
    font-size: initial;
}
#sidebarMenu .nav-menu li:after, .sidebarMenu-list dd.sns span:after {
    padding: 0px 0px 0 5px;
}
.sidebarMenu-list .related_business li, .sidebarMenu-list .related_business li img {
    height: 80px;
}
input[type="checkbox"]:checked ~ .copyright {
    display: block;
    bottom: -85vh;
    right: 20px;
}
h1 {
    font-size: 10vw !important;
}
h2 {
    font-size: 10.5em !important;
    right: -3vw;
}
.contents-body {
    padding: 0 !important;
}
.contents-page-grid {
    display: flex;
    flex-direction: column;
    margin-top: 22.5vw;
}
.right-bottom,
.left-bottom {
    text-align: center;
}
.left-bottom img,
.right-bottom img {
    position: inherit;
    width: 50%;
}
.comment-area h3 {
    font-size: 8vw;
}
.profile h3, .service h3, .price-table h3, .information h3 {
    font-size: 4.25vw !important;
}
.after-h3 {
    font-size: inherit;
    white-space: inherit !important;
}
.comment-area {
    min-height: 55vh;
}
#map {
    height: 400px;
}
.common-footer {
    padding-right: 0;
}
.menu-button {
    position: fixed;
    top: 7.5vw;
    background: #222;
    box-shadow: 6px 0px 4px 4px #333;
}
#sidebarMenu {
    padding-top: 15vw;
    margin-top: -15vw;
}
.contact-form-title {
    margin-top: 10vw;
}
}
/* -------------------------------------------------------- Tablet / Mobile (0px-768px) -------------------------------------------------------- */
/* ------------------------------------------------------------ Tablet (426px-768px) ----------------------------------------------------------- */
@media screen and (min-width:426px) and (max-width:768px){
.grid {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid div {
    min-height: calc(95vh / 7);
    font-size: 5.5vw;
}
.logo.effect-winston figcaption::before {
    height: calc(((95vh - 20px) - 50px) / 6 * 2 + 10px);
}
.logo.effect-winston a {
    font-size: 3vw;
    margin: 1vw;
}
.menu-1 {
    grid-row: 2 / 4;
    grid-column: 3 / 5;
}
.menu-1 p {
    text-align: left;
}
.menu-2 {
    grid-row: 3 / 5;
    grid-column: 1 / 3;
}
.menu-2 p {
    text-align: right;
}
.menu-3 {
    grid-row: 4 / 6;
    grid-column: 3 / 5;
}
.menu-3 p {
    bottom: 0;
    position: absolute;
}
.menu-3 a:hover:before, .menu-3 a:hover:after {
    border-width: calc(((95vh - 20px) - 50px) / 6 * 2 + 12px) calc(((100vw - 0px) - 30px) / 4 * 2 + 0vw);
}
.menu-4 {
    grid-row: 1 / 2;
    grid-column: 3 / 5;
}
.menu-4 p {
    top: 0;
}
.menu-4 a {
    height: 100%;
}
.menu-4 a:hover:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-4 a:hover:after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.menu-5 {
    display: none;
}
.menu-6 {
    grid-row: 6 / 7;
    grid-column: 2 / 4;
}
.menu-7 {
    grid-row: 5 / 7;
    grid-column: 1 / 2;
}
.menu-7 a:before {
    border-right: calc((100vw - 60px) / 4 / 2) solid transparent;
}
.menu-7 a:after {
    border-left: calc((100vw - 60px) / 4 / 2) solid transparent;
}
.menu-7 a:before, .menu-7 a:after {
    border-top: calc(((95vh - 10px) - 40px) / 6) solid #666666;
    border-bottom: calc(((95vh - 10px) - 40px) / 6) solid #666666;
}
.menu-8 {
    grid-row: 5 / 6;
    grid-column: 2 / 3;
}
.menu-9 {
    grid-row: 6 / 7;
    grid-column: 4 / 5;
}
}
/* ------------------------------------------------------------ Tablet (426px-768px) ----------------------------------------------------------- */
/* -------------------------------------------------------- Tablet / Mobile (0px-700px) -------------------------------------------------------- */
@media screen and (min-height:0px) and (max-height:700px){
.copyright {
    display: none;
}
input[type="checkbox"]:checked ~ .copyright {
    display: block;
}
}
/* -------------------------------------------------------- Tablet / Mobile (0px-700px) -------------------------------------------------------- */
/* ------------------------------------------------------------- Mobile (0px-599px) ------------------------------------------------------------ */
@media screen and (min-height:0px) and (max-height:599px){
.related_business {
    display: none;
}
.sns {
    display: block;
}
}
/* ------------------------------------------------------------- Mobile (0px-599px) ------------------------------------------------------------ */
/* ------------------------------------------------------------ Tablet (0px-426px) ----------------------------------------------------------- */
@media screen and (min-height:0px) and (max-height:420px){
.logo img {
    width: 50%;
}
.grid div {
    font-size: 7vh;
}
}
/* ------------------------------------------------------------ Tablet (0px-426px) ----------------------------------------------------------- */
/* ------------------------------------------------------------- Mobile (0px-425px) ------------------------------------------------------------ */
@media screen and (min-width:0px) and (max-width:425px){
.grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid div {
    grid-column: 1 / 3;
    min-height: calc(95vh / 20);
    font-size: 7.5vw;
}
.grid p {
    bottom: auto;
    text-align: left;
}
.grid div:nth-child(2n+3) p {
    text-align: right;
}
.logo {
    grid-row: 1 / 4;
}
.logo img {
    width: 70%;
}
.logo.effect-winston p {
    padding: 0 2.5vw 1.5vh 0;
    font-size: 2.5vw;
}
.logo.effect-winston:hover div {
    transform: translate3d(0,calc((((95vh - 0px) - 0px) / 17 * 1.5 + 0px) / 4.75 * -1),0);
}
.logo.effect-winston figcaption::before {
    height: calc(((95vh - 20px) - 0px) / 17 * 1.5 + 0px);
    width: calc(100vw - 20px);
}
.logo.effect-winston:hover figcaption::before {
    width: calc(100vw - 20px);
    top: auto;
    bottom: 0;
}
.menu-1 {
    grid-row: 4 / 7;
}
.menu-2 {
    grid-row: 7 / 10;
}
.menu-3 {
    grid-row: 10 / 13;
}
.menu-3 a:hover:before, .menu-3 a:hover:after {
    border-width: calc(((95vh - 20px) / 20 * 3) - 10px) calc((100vw - 20px) / 1 * 1);
}
.menu-4 {
    grid-row: 13 / 15;
}
.menu-4 a {
    height: 100%;
}
.menu-5 {
    display: none;
}
.menu-6 {
    grid-row: 15 / 17;
}
.menu-6 img {
    width: 95%;
}
.menu-7 {
    grid-row: 17 / 19;
}
.menu-7 a:before, .menu-7 a:after {
    border-top: calc(((95vh - 0px) / 20 * 1) - 5px) solid #666666;
    border-bottom: calc(((95vh - 0px) / 20 * 1) - 5px) solid #666666;
}
.menu-7 a:before {
    border-right: calc((100vw - 0px) / 2) solid transparent;
}
.menu-7 a:after {
    border-left: calc((100vw - 0px) / 2) solid transparent;
}
.menu-8 {
    grid-column: 1 / 2 !important;
    grid-row: 19 / 21;
}
.menu-9 {
    grid-column: 2 / 3 !important;
    grid-row: 19 / 21;
}
h2 {
    font-size: 30vw !important;
    right: -5vw;
}
.profile h3, .service h3, .price-table h3, .information h3 {
    font-size: 4.5vw !important;
}
.comment-area article h4 {
    width: 100%;
}
.comment-area article .post-body {
    margin-left: 0;
}
.sidebarIconToggle {
    width: 9.5vw;
}
.sidebarMenu-list dd.related_business ul {
    flex-wrap: wrap;
}
#sidebarMenu .nav-menu {
    display: block;
}
input[type="checkbox"]:checked ~ .copyright {
    bottom: -95vh;
    right: 0;
    width: 100vw;
    text-align: center;
}
#sidebarMenu .nav-menu li:after, .sidebarMenu-list dd.sns span:after {
    content: none;
}
.common-footer {
    flex-direction: column-reverse;
}
.footer-menu-2 {
    flex-direction: initial;
    width: 100%;
}
.footer-menu-2 div {
    width: 50%;
}
.footer-menu-2 div a {
    padding: 3em 0;
}
.footer-menu-1 {
    flex-direction: column-reverse;
    box-sizing: border-box;
    width: 100%;
    padding: 5vw;
}
.c-footer-menu {
    width: 100%;
}
.general-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.general-info .logo {
    width: calc(50% - 5vw);
    margin-right: 5vw;
}
.general-info p {
    width: 50%;
}
.c-footer-menu ul {
    justify-content: space-between;
}
.c-footer-menu li {
    width: calc(50% - 5vw);
}
.c-footer-menu li:nth-child(odd) {
    margin-left: 0;
    margin-right: 5vw;
}
.c-footer-menu li:nth-child(even) {
    margin-left: 5vw;
    margin-right: 0;
}
.general-info dl {
    width: 100%;
    text-align: center;
}
.general-info dt {
    border-bottom: 1px solid;
    width: 3em;
    margin: auto;
}
}
/* ------------------------------------------------------------- Mobile (0px-425px) ------------------------------------------------------------ */
/* ------------------------------------------------------------ Mobilet (0px-320px) ----------------------------------------------------------- */
@media screen and (min-height:0px) and (max-height:320px){
.logo.effect-winston a {
    font-size: 5vh;
    margin: 1vh;
}
}
/* ------------------------------------------------------------ Mobile (0px-320px) ----------------------------------------------------------- */