@charset "utf-8";

/*
Theme Name: alpha-staff
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.both {
    clear: both;
}

/**
/* CSS START
----------------------------------------------- */
html,
body {
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {

    html,
    body {
        font-size: 3.6vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    html,
    body {
        font-size: 14px;
    }
}

*:focus {
    outline: none !important;
}

#Wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-feature-settings: "palt";
    word-break: break-all;
}

a {
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    color: #191A1C;
}

a:hover {
    opacity: .8;
}

/*
a[href^="tel:"] {
    pointer-events: none;
}
*/
[class*=-bgImg]>img {
    visibility: hidden;
    width: 100%;
}

.Com {
    zoom: 1;
}

.Com:before,
.Com:after {
    content: "";
    display: table;
}

.Com:after {
    clear: both;
}

.pc_br,
.pc_img,
.pc {
    display: none;
}

.sp_br,
.sp_img,
.sp {
    display: block;
}

.roma {
    font-family: "Barlow Semi Condensed", sans-serif;
}

@media only screen and (min-width: 768px) {

    .sp_br,
    .sp_img,
    .sp {
        display: none;
    }

    .pc_img {
        display: inline-block;
    }

    .pc_br,
    .pc {
        display: block;
    }
}

/**
/* flex CSS
----------------------------------------------- */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_row {
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

dl.dl_table {
    display: table;
    width: 100%;
}

dl.dl_table dt,
dl.dl_table dd {
    display: table-cell;
    vertical-align: top;
}

/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    box-shadow: 0 3px 10px rgb(0, 0, 0, 0.16);
}

.global-nav .caption {
    background: #CC0000;
    padding: 3px 0;
}

.global-nav .caption .s-title {
    width: 90%;
    max-width: 1230px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 auto;
}

.global-nav .header-top {
    padding: 10px 0 8px 0;
}

.global-nav .header-top .inner {
    width: 96%;
    align-items: center;
}

.global-nav .header-top .header-logo {
    width: 190px;
}

.global-header .header-right {
    align-items: flex-end;
}

.global-header .translator-box {
    background: #F7F7F7;
    padding: 8px 10px;
    margin-left: 25px;
    border-radius: 6px;
}

.translator-box .gtranslate_wrapper .gt_switcher {
    font-size: 14px;
    width: 140px;
}

.translator-box .gtranslate_wrapper .gt_switcher .gt_option {
    width: 138px;
}

.translator-box .gtranslate_wrapper .gt_switcher .gt_selected a {
    width: 128px;
}

.translator-box .gtranslate_wrapper .gt_switcher a {
    font-size: 14px;
}

.global-nav .sub-nav li {
    margin-bottom: 2px;
}

.global-nav .sub-nav li a {
    position: relative;
    display: block;
    color: #747474;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 0 0 10px;
}

.global-nav .sub-nav li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    left: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
}

.global-nav .favorite-box {
    background: #F7F7F7;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 6px;
}

.global-nav .favorite-box dl {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.global-nav .favorite-box dl dt {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.global-nav .favorite-box dl dt span {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
}

.global-nav .favorite-box dl dd {
    background: #FFFFFF;
    color: #333333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 2px;
    padding: 5px 10px;
    margin-left: 15px;
}

.global-nav .favorite-box dl dd span {
    font-size: 15px;
}

.global-nav .tel-box {
    max-width: 200px;
    margin-left: 20px;
}

.global-nav .tel-box .ttl {
    color: #333333;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.global-nav .tel-box dl {
    display: flex;
    align-items: center;
}

.global-nav .tel-box dl dt {
    width: 22px;
}

.global-nav .tel-box dl dd {
    padding-left: 6px;
}

.global-nav .tel-box dl dd a {
    color: #CC0000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.global-nav .tel-box .time {
    color: #333333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.45;
}

.global-nav .tel-box .time span {
    background: #EDEDED;
    display: inline-block;
    font-size: 8px;
    padding: 1px 6px;
    margin-right: 7px;
}

.global-nav .header-nav {
    width: 96%;
    padding: 8px 0 15px 0;
}

.global-nav .pc-nav ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.global-nav .pc-nav ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.global-nav .pc-nav ul li.order_btn a {
    background: #937F64;
    display: inline-block;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 20px;
}

.global-nav .sp_btn {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .global-nav .header-nav {
        display: none;
    }

    .global-nav .header-top .inner {
        width: 90%;
    }

    .global-nav .sp_btn {
        display: block;
        margin-right: 40px;
    }

    .global-nav .sp_btn li {
        display: inline-block;
    }

    .global-nav .sp_btn li img {
        width: auto;
        height: 45px;
    }

    .global-nav .sp_btn li span {
        display: block;
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .global-nav .caption {
        padding: 5px
    }

    .global-nav .caption .s-title {
        width: 100%;
        text-align: center;
    }

    .global-nav .header-top {
        padding: 10px 0 8px 0;
    }

    .global-nav .header-top .header-logo {
        width: auto;
    }

    .global-nav .header-top .header-logo img {
        width: auto;
        height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .global-nav .caption {
        padding: 5px 0;
    }

    .global-nav .header-top {
        padding: 10px 0 8px 0;
    }

    .global-nav .header-top .header-logo {
        width: 160px;
    }

    .global-nav .header-right .sub-nav,
    .global-nav .header-right .translator-box,
    .global-nav .favorite-box,
    .global-nav .header-right .tel-box {
        display: none;
    }
}

/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .global-nav .drawer-hamburger {
        display: block;
        width: 30px;
        top: 23px;
        z-index: 99999;
        padding: 20px 15px 10px 15px;
    }

    .drawer--right.drawer-open .global-nav .drawer-hamburger {
        right: 0;
    }

    .global-nav .drawer-hamburger-icon,
    .global-nav .drawer-hamburger-icon::after,
    .global-nav .drawer-hamburger-icon::before {
        background: #CC0000;
        height: 3px;
    }

    .drawer-open .global-nav .drawer-hamburger-icon::after,
    .drawer-open .global-nav .drawer-hamburger-icon::before {
        background: #CC0000;
    }

    .global-nav .drawer-hamburger-icon::after {
        top: 8px;
    }

    .global-nav .drawer-hamburger-icon::before {
        top: -8px;
    }

    .global-nav .drawer-hamburger::after {
        content: 'メニュー';
        color: #333333;
        font-size: 10px;
        font-weight: 500;
        display: block;
        text-align: center;
        width: 140%;
        margin: 21px -20% 0 -20%;
    }

    .drawer--right .global-nav .drawer-nav {
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        background: #F7F7F7;
        width: 100%;
        height: calc(100% - 103px);
        display: block;
        top: 103px;
        right: -100%;
        z-index: 99998;
        padding: 30px 20px;
    }

    .global-nav.clone-nav .drawer-nav {
        display: none;
    }

    .global-nav .drawer-nav ul.drawer-menu {
        display: block;
        background: #ffffff;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .global-nav .drawer-nav ul.drawer-menu li {
        border-bottom: 1px solid #DDDDDD;
    }

    .global-nav .drawer-nav ul.drawer-menu li:last-child {
        border-bottom: none;
    }

    .global-nav .drawer-nav ul.drawer-menu li a {
        position: relative;
        text-transform: uppercase;
        display: block;
        color: #000000;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 500;
        padding: 20px 20px 20px 50px;
        text-align: left;
    }

    .global-nav .drawer-contact {
        display: block;
        text-align: center;
    }

    .global-nav .drawer-contact li {
        display: inline-block;
        width: 100%;
        max-width: 400px;
        margin-top: 10px;
    }

    .global-nav .drawer-contact li a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 3;
        border-radius: 10px;
        text-align: center;
    }

    .global-nav .drawer-contact li .red {
        background: #CC0000;
        color: #ffffff;
    }

    .global-nav .drawer-contact li .brown {
        background: #937F64;
        color: #ffffff;
    }

    .global-nav .tel-box {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .global-nav .tel-box dl {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .global-nav .tel-box .time {
        text-align: center;
    }

    .global-nav .tel-box .time span {
        padding: 1px 5px;
    }

    .global-nav .sub-nav li a {
        font-size: 13px;
    }

    .global-nav .drawer-nav .sub-box .policy {
        width: 60px;
    }

    .global-nav .drawer-nav .group-logo {
        text-align: center;
        margin-top: 15px;
    }

    .global-nav .drawer-nav .group-logo img {
        max-width: 226px;
    }
}

@media only screen and (max-width: 767px) {
    .global-nav .sp_btn {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .global-nav .sp_btn {
        margin-right: 20px;
    }

    .global-nav .drawer-nav .sub-box {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

/**
/* Common CSS
----------------------------------------------- */
.page-guide {
    padding: 60px 0 100px 0;
}

.inner {
    width: 90%;
    max-width: 1230px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .page-guide {
        padding: 6% 0 10% 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-guide {
        padding: 40px 0 60px 0;
    }
}

/**
/* ページヘッダー CSS
----------------------------------------------- */
.page-header {
    background: #F7F7F7;
    padding: 30px 0;
    margin-top: 157px;
}

.page-header .view-ttl h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 0.1em;
}

.page-header .view-ttl .column-ttl {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 0.1em;
}

.page-view {
    position: relative;
}

.page-view .page-view-bgImg {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
    height: 600px;
}

.page-view .page-view-bgImg>img {
    visibility: hidden;
    width: 100%;
}

.page-view .view-box {
    position: absolute;
    top: 55%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

@media only screen and (max-width: 767px) {
    .page-header {
        padding: 6% 0;
        margin-top: 103px;
    }

    .page-header .view-ttl h2 {
        font-size: 4.8vw;
        letter-spacing: 0.05em;
    }
	
	.page-header .view-ttl .column-ttl {
        font-size: 5vw;
    }

    .page-view .page-view-bgImg {
        height: 115vw;
        background-position: center bottom;
    }

    .page-view .view-box {
        top: 52%;
        right: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-header {
        padding: 30px 0;
        margin-top: 103px;
    }

    .page-header .view-ttl h2 {
        font-size: 24px;
    }

    .page-view .page-view-bgImg {
        height: 360px;
    }
}

/**
/* 見出し CSS
----------------------------------------------- */
.grid-ttl {
    text-align: center;
}

.grid-ttl .roma {
    color: rgb(204, 0, 0, 0.05);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.3;
}

.grid-ttl h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 0.1em;
    margin-top: -50px;
}

@media only screen and (max-width: 767px) {
    .grid-ttl .roma {
        font-size: 12vw;
    }

    .grid-ttl h2 {
        font-size: 4.2vw;
        margin-top: -6.8vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grid-ttl .roma {
        font-size: 60px;
    }

    .grid-ttl h2 {
        font-size: 22px;
        margin-top: -30px;
    }
}

/**
/* Btn CSS
----------------------------------------------- */
.block_btn {
    text-align: center;
}

.block_btn li {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.block_btn .btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 4;
    text-align: center;
    border-radius: 50px;
}

.block_btn .red {
    background: #CC0000;
    color: #ffffff;
}

.block_btn .tel {
    background: #ffffff;
    color: #CC0000;
}

.block_btn .brown {
    background: #937F64;
    color: #ffffff;
    font-size: 15px;
    line-height: 4;
}

@media only screen and (max-width: 767px) {
    .block_btn li {
        width: 80%;
        max-width: inherit;
    }

    .block_btn .btn {
        font-size: 4vw;
        line-height: 3.6;
    }

    .block_btn .brown {
        font-size: 3.8vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .block_btn li {
        max-width: 300px;
    }

    .block_btn .btn {
        font-size: 16px;
    }

    .block_btn .brown {
        font-size: 14px;
    }
}

/**
/* table CSS
----------------------------------------------- */
table th,
table td {
    vertical-align: middle;
    border: 1px solid #B2B2B2;
}

table th {
    background: #F7F7F7;
    color: #333333;
    width: 300px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

table td {
    font-size: 15px;
    font-weight: 400;
    padding: 20px 20px 20px 70px;
}

@media only screen and (max-width: 735px) {

    /*table th,
	table td{
		display: block;
		width: 100%;
	}
	table th,
	table td{
		border-bottom: none;
	}*/
    table th {
        font-size: 3.4vw;
        padding: 2% 4%;
        width: 25%;
    }

    table td {
        font-size: 3.4vw;
        padding: 2% 4%;
        width: 55%;
    }

    /*table tr:last-child td{
		border-bottom: 1px solid #B2B2B2;
	}*/
}

@media only screen and (min-width: 736px) and (max-width: 1024px) {
    table th {
        width: 200px;
        font-size: 15px;
        padding: 15px;
    }

    table td {
        font-size: 14px;
        padding: 15px 10px 15px 30px;
    }
}

/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
    text-align: center;
    margin-top: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #937F64;
    width: 60px;
    height: 60px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #937F64;
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    border-radius: 6px;
    margin: 0 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #937F64;
    border: 1px solid #937F64;
    color: #ffffff;
    opacity: 1;
}

.wp-pagenavi a.previouspostslink {
    background: #937F64;
    border: 1px solid #937F64;
    color: #ffffff;
    margin: 0 40px 0 0;
}

.wp-pagenavi a.nextpostslink {
    background: #937F64;
    border: 1px solid #937F64;
    color: #ffffff;
    margin: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
    .wp-pagenavi {
        margin-top: 0%;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 10vw;
        height: 10vw;
        font-size: 5vw;
        line-height: 8vw;
        margin: 1% 1%;
    }

    .wp-pagenavi a.previouspostslink {
        margin: 0 3% 0 0;
    }

    .wp-pagenavi a.nextpostslink {
        margin: 0 0 0 3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wp-pagenavi {
        margin-top: 60px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 36px;
        margin: 0 5px;
    }

    .wp-pagenavi a.previouspostslink {
        margin: 0 15px 0 0;
    }

    .wp-pagenavi a.nextpostslink {
        margin: 0 0 0 15px;
    }
}

/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs {
    padding: 12px 0 11px 0;
}

.breadcrumbs span {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 2;
}

.breadcrumbs a span {
    color: #CC0000;
}

.breadcrumbs span.separator {
    color: #CC0000;
    margin: 0 10px;
}

.breadcrumbs li:last-child:after {
    content: "";
}

.breadcrumbs li:after {
    content: "\003e";
    color: #CC0000;
    margin: 0 10px;
}

.breadcrumbs li {
    display: inline;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 3% 0;
    }

    .breadcrumbs span {
        font-size: 3.2vw;
        line-height: 2;
    }

    .breadcrumbs span.separator {
        margin: 0 2%;
    }
}

/**
/* 共通お問い合わせ CSS
----------------------------------------------- */
.bottom-contact .contact-grid {
    background: url(image/bottom_bg.png) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 110px 0 120px 0;
}

.bottom-contact .caption {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 10px;
}

.bottom-contact h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
}

.bottom-contact .block_btn {
    margin-top: 50px;
}

.bottom-contact .block_btn li {
    max-width: 500px;
}

.bottom-contact .block_btn .btn {
    line-height: 1.25;
    box-shadow: 2px 6px 0 #9A0000;
    padding: 17px 10px 18px 10px;
}

.bottom-contact .block_btn .btn span {
    display: block;
    font-size: 14px;
}

.bottom-contact .policy-grid {
    padding: 40px 0 60px 0;
}

.bottom-contact .policy-grid .policy-box {
    align-items: center;
}

.bottom-contact .policy-grid .policy-box dt {
    width: 70px;
}

.bottom-contact .policy-grid .policy-box dd {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 12px;
}

@media only screen and (max-width: 767px) {
    .bottom-contact .contact-grid {
        background: url(image/sp_bottom_bg.png) center center no-repeat;
        background-size: cover;
        padding: 20% 0;
    }

    .bottom-contact .caption {
        font-size: 5vw;
        margin-bottom: 5%;
    }

    .bottom-contact h2 {
        font-size: 8vw;
    }

    .bottom-contact .block_btn {
        margin-top: 8%;
    }

    .bottom-contact .block_btn li {
        max-width: inherit;
    }

    .bottom-contact .block_btn .btn {
        padding: 4%;
        box-shadow: 2px 5px 0 #9A0000;
    }

    .bottom-contact .block_btn .btn span {
        font-size: 3.4vw;
    }

    .bottom-contact .policy-grid {
        padding: 5% 0 8% 0;
    }

    .bottom-contact .policy-grid .policy-box dt {
        width: 15vw;
    }

    .bottom-contact .policy-grid .policy-box dd {
        width: calc(100% - 15vw);
        font-size: 3vw;
        padding-left: 2%;
    }
	br.pc-br {
    display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bottom-contact .contact-grid {
        padding: 60px 0 70px 0;
    }

    .bottom-contact .caption {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .bottom-contact h2 {
        font-size: 40px;
    }

    .bottom-contact .block_btn {
        margin-top: 40px;
    }

    .bottom-contact .block_btn li {
        max-width: 400px;
    }

    .bottom-contact .block_btn .btn {
        padding: 17px 10px 18px 10px;
    }

    .bottom-contact .block_btn .btn span {
        font-size: 13px;
    }

    .bottom-contact .policy-grid {
        padding: 20px 0 40px 0;
    }

    .bottom-contact .policy-grid .policy-box dt {
        width: 60px;
    }

    .bottom-contact .policy-grid .policy-box dd {
        font-size: 12px;
        padding-left: 10px;
    }
}

/**
/* 共通求人を探す CSS
----------------------------------------------- */
.job-offer-guide {
    background: #e8e8e8;
    width: 100%;
    /*max-width: 1840px;*/
    margin: 0 auto;
    /*border-radius: 40px;*/
    padding: 50px 0 30px 0;
}

.job-offer-guide .grid-ttl {
    margin-bottom: 30px;
}

.job-offer-guide .job-offer-list {
    margin-bottom: 10px;
}

.job-offer-list .parent-list {
    margin-top: 10px;
}

.parent-list .parent-items {
    margin-bottom: 10px;
}

.parent-list .parent-items h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0px;
}

.job-offer-list h3 {
    pointer-events: none;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
    margin-left: 35px;
    padding-left: 30px;
    background-image: url(image/icon/area_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.job-offer-list h3.occupation {
    background-image: url(image/icon/occupation_icon.png);
}

.job-offer-list h3.detail {
    background-image: url(image/icon/detail_icon.png);
}

.job-offer-list h3.type {
    background-image: url(image/icon/type_icon.png);
}

.job-offer-list .list-box {
    background: #e8e8e8;
    border-radius: 10px;
    padding: 15px 35px 30px 35px;
}

.job-offer-list ul li {
    display: inline-block;
    margin: 5px 0;
}

/*
.job-offer-list li+li{
    position: relative;
}
.job-offer-list  li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
*/
.job-offer-list ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.job-offer-list ul li span {
    padding: 0 5px;
}

.job-offer-guide .bnr_btn {
    text-align: left;
	margin: 0 0 35px 35px;
}

.job-offer-guide .bnr_btn li {
    display: inline-block;
    width: 100%;
    max-width: 1024px;
}

@media only screen and (max-width: 767px) {
    .job-offer-guide {
        /* border-radius: 6vw; */
        padding: 10% 0 5% 0;
    }

    .job-offer-guide .grid-ttl {
        margin-bottom: 8%;
    }

    .job-offer-guide .job-offer-list {
        margin-bottom: 4%;
    }

    .job-offer-list .parent-list {
        margin-top: 10px;
    }

    .parent-list .parent-items {
        margin-bottom: 5%;
    }

    .parent-list .parent-items h4 {
        font-size: 3.4vw;
        margin-bottom: 2%;
    }

    .job-offer-list h3 {
        pointer-events: all;
        position: relative;
        font-size: 4.2vw;
        margin-bottom: 0%;
        margin-left: 18px;
        padding-left: 28px;
        line-height: 21px;
    }

    /* .job-offer-list .sp-accordion-title::before{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		content: "";
		vertical-align: middle;
		background: url(image/icon/plus_icon.png) center center no-repeat;
		background-size: cover;
		width: 8vw;
		height: 8vw;
	}
	.job-offer-list .sp-accordion-title.open::before{
		background: url(image/icon/minus_icon.png) center center no-repeat;
		background-size: cover;
	} */
    .job-offer-list .list-box {
        /*display: none;*/
        padding: 5%;
    }

    .job-offer-list ul li {
        margin: 2% 0;
    }

    .job-offer-list ul li a {
        font-size: 3.2vw;
    }

    .job-offer-list ul li span {
        padding: 0 2px;
    }

    .job-offer-guide .bnr_btn li {
        max-width: 800px;
    }
	.job-offer-guide .bnr_btn {
    text-align: center;
	margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .job-offer-guide {
        border-radius: 30px;
        padding: 20px 0 40px 0;
    }

    .job-offer-guide .grid-ttl {
        margin-bottom: 30px;
    }

    .job-offer-guide .job-offer-list {
        margin-bottom: 30px;
    }

    .job-offer-list .parent-list {
        margin-top: 5px;
    }

    .parent-list .parent-items {
        margin-bottom: 20px;
    }

    .parent-list .parent-items h4 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .job-offer-list h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .job-offer-list .list-box {
        padding: 20px 20px;
    }

    .job-offer-list ul li {
        margin: 5px 0;
    }

    .job-offer-list ul li a {
        font-size: 13px;
    }

    .job-offer-list ul li span {
        padding: 0 2px;
    }

    .job-offer-guide .bnr_btn li {
        max-width: 460px;
    }
}

/**
/* フッター CSS
----------------------------------------------- */
footer {
    margin-top: auto;
    background: #ffffff;
}

footer .footer-wrap {
    padding: 30px 0 35px 0;
}

footer .footer-logo {
    width: 200px;
    margin-bottom: 40px;
}

footer .footer-logo a {
    display: block;
    line-height: 1;
}

footer .footer-nav {
    width: 425px;
}

footer .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-nav li {
    width: 50%;
    margin-bottom: 20px;
}

footer .footer-nav li a {
    position: relative;
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0 12px;
}

footer .footer-nav li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #573F1C;
    border-right: 1px solid #573F1C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

footer .tel-box {
    max-width: 230px;
    margin-bottom: 30px;
    width: 100%;
}

footer .tel-box .ttl {
    color: #333333;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

footer .tel-box dl {
    display: flex;
    align-items: center;
}

footer .tel-box dl dt {
    width: 26px;
}

footer .tel-box dl dd {
    padding-left: 12px;
}

footer .tel-box dl dd a {
    color: #CC0000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

footer .tel-box .time {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

footer .tel-box .time span {
    background: #EDEDED;
    display: inline-block;
    font-size: 10px;
    padding: 1px 8px;
    margin-right: 8px;
}

footer .sub-box {
    align-items: center;
}

footer .sub-box .policy {
    width: 60px;
}

footer .sub-nav {
    margin-left: 25px;
}

footer .sub-nav li {
    margin-bottom: 5px;
}

footer .sub-nav li a {
    position: relative;
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0 0 12px;
}

footer .sub-nav li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    vertical-align: middle;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #573F1C;
    border-right: 1px solid #573F1C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px;
}

footer .group-logo {
    text-align: center;
    margin-top: 15px;
}

footer .group-logo img {
    max-width: 226px;
}

footer .copy {
    background: #573F1C;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    padding: 12px 0;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrap {
        padding: 10% 0 0 0;
    }

    footer .footer-left,
    footer .footer-nav,
    footer .footer-bottom {
        width: 100%;
    }

    footer .footer-logo {
        width: 100%;
        text-align: left;
        margin-bottom: 8%;
    }

    footer .footer-logo img {
        width: 56vw;
    }

    footer .footer-nav li {
        margin-bottom: 5%;
    }

    footer .footer-nav li a {
        font-size: 3.6vw;
        padding: 0 0 0 3.5vw;
    }

    footer .footer-nav li a::before {
        width: 1.5vw;
        height: 1.5vw;
        margin-top: 2.2vw;
    }

    footer .tel-box {
        max-width: 100%;
        margin-bottom: 8%;
        margin-top: 5%;
    }

    footer .tel-box .ttl {
        font-size: 3.2vw;
        text-align: left;
    }

    footer .tel-box dl {
        -webkit-justify-content: center;
        justify-content: flex-start;
    }

    footer .tel-box dl dt {
        width: 8vw;
    }

    footer .tel-box dl dd {
        padding-right: 3vh;
    }

    footer .tel-box dl dd a {
        font-size: 7vw;
    }

    footer .tel-box .time {
        font-size: 3.2vw;
        text-align: left;
    }

    footer .tel-box .time span {
        font-size: 3vw;
        padding: 1px 5px;
        margin-right: 2%;
    }

    footer .sub-box {
        -webkit-justify-content: center;
        justify-content: center;
    }

    footer .sub-box .policy {
        width: 19vw;
    }

    footer .sub-nav {
        margin-left: 5%;
    }

    footer .sub-nav li {
        margin-bottom: 2%;
    }

    footer .sub-nav li a {
        font-size: 3.4vw;
        padding: 0 0 0 3.5vw;
    }

    footer .sub-nav li a::before {
        width: 1.5vw;
        height: 1.5vw;
        margin-top: 2.2vw;
    }

    footer .group-logo {
        margin-top: 5%;
    }

    footer .group-logo img {
        max-width: 45vw;
    }

    footer .copy {
        font-size: 3vw;
        padding: 3% 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    footer .footer-wrap {
        padding: 60px 0 35px 0;
    }

    footer .footer-logo {
        width: 220px;
        margin-bottom: 30px;
    }

    footer .footer-nav {
        width: 360px;
    }

    footer .footer-nav li {
        margin-bottom: 15px;
    }

    footer .footer-nav li a {
        font-size: 14px;
    }

    footer .tel-box {
        margin-bottom: 20px;
    }

    footer .sub-nav {
        margin-left: 20px;
    }

    footer .sub-nav li {
        margin-bottom: 5px;
    }

    footer .sub-nav li a {
        font-size: 12px;
    }

    footer .sub-nav li a::before {
        width: 6px;
        height: 6px;
        margin-top: 7px;
    }

    footer .group-logo {
        margin-top: 15px;
    }

    footer .group-logo img {
        max-width: 200px;
    }

    footer .copy {
        font-size: 10px;
        padding: 10px 0;
    }
}

/* ここから関連記事のCSS */

.post-list.flex_wrap.related {
    column-gap: 45px;
    row-gap: 60px;
}

h2.related-title {
    text-align: center;
    margin-bottom: 20px;
    background: #e8e8e8;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .post-list.flex_wrap.related {
        column-gap: 0;
        row-gap: 6vw;
    }
}


/*　フッター追加css  */
.sns {
    margin: 15px 20px 0 0;
}

.sns .sns-icon a {
    width: auto;
    max-width: 50px;
    display: block;
    padding: 0 7px;
}

footer .footer-detail {
    width: 100%;
    margin: 0 auto 30px;
}

footer .footer-detail .flex_wrap {
    align-items: center;
    /*margin-bottom: 40px;*/
}

.footer-detail .left-blc {
    width: 22%;
}

.footer-detail .right-blc {
    width: 68%;
}

footer .footer-logo {
    margin: 0 auto 10px;
}

footer .tel-box,
footer .sub-box {
    margin: 0 7%;
}

footer .tel-box dl {
    justify-content: left;
}

footer .tel-box dl dd a {
    color: #191A1C;
}

footer .footer-nav {
    width: 90%;
    margin: 0 auto;
}

footer .footer-nav li {
    width: 45%;
    margin-bottom: 10px;
}

footer .footer-nav li a {
    background: #e6dcd3;
    display: block;
    color: #191A1C;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
}

footer .footer-nav li a::before {
    top: 46%;
    left: auto;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #191A1C;
    border-right: 1px solid #191A1C;
    transform: rotate(45deg) translateY(-50%);
    margin-top: 0;
}

footer .footer-link {
    /*width: 90%;
	margin: 0 auto;*/
	padding: 15px 0 0 0;
}

footer .footer-link li:not(:last-child) {
    margin-right: 80px;
}

footer .footer-link li a {
    position: relative;
	color: #fff;
}

footer .footer-link li a:before {
    position: absolute;
    content: '';
    top: 46%;
    left: auto;
    right: -20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.footer-link-area {
    background: #573F1C;
}
/*
.footer-link-area:before {
    display: block;
    width: 100%;
    height: 130px;
    background: #fff no-repeat;
    background-image: url(image/hotel_bg.png);
    background-position: 85% 100%;
    content: "";
    background-size: 130px;
}
*/

@media only screen and (max-width: 767px) {
    footer .footer-detail .flex_wrap {
        margin-bottom: 10px;
    }

    footer .footer-detail {
        width: 100%;
    }

    .footer-detail .left-blc {
        margin: 1rem 0 0rem 0;
        order: 1;
    }

    .footer-detail .left-blc,
    .footer-detail .right-blc {
        width: 100%;
    }

    footer .footer-logo {
        margin: 0 auto;
    }

    footer .footer-logo,
    footer .tel-box,
    footer .sub-box {
        width: 100%;
        margin: 0 auto 15px;
    }

    footer .footer-logo a {
        text-align: center;
    }

    footer .footer-logo img {
        width: 55vw;
    }

    footer .tel-box dl {
        -webkit-justify-content: center;
        justify-content: center;
    }

    footer .tel-box .time {
        text-align: center;
    }

    footer .footer-nav {
        width: 100%;
    }

    footer .footer-nav li {
        width: 100%;
    }

    footer .footer-nav li a {
        font-size: 4vw;
        padding: 9px;
    }

    footer .sub-nav li a {
        font-size: 2.5vw;
    }

    footer .footer-link li {
        /*width: 100%;*/
    }

    .sns {
        margin: 0;
    }

    .sns .sns-icon a {
        padding: 0 10px 0 0;
    }

    .sns .sns-icon a {
        max-width: 41px;
    }

    footer {
        margin-bottom: 62px;
    }
	footer .footer-link li a:before {
    right: -10px;
	}
	footer .footer-link li:not(:last-child) {
    margin-right: 25px;
	}
	.footer-link-area:before {
    height: 110px;
    background-position: 93% 100%;
    background-size: 110px;
	}
}

/*　コラム下CTA  */
.entry-body .column_inquiry {
    background-color: #f6f6f6;
    padding: 3rem;
    margin-bottom: 3rem;
}

.entry-body .column_inquiry h4 {
    text-align: center;
    border-left: none;
}

.entry-body .column_inquiry_container {
    background-color: #fff;
    background-image: url("image/column_cta_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 3rem top 3rem;
    padding: 3rem 5rem;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.entry-body .column_inquiry_button a {
    display: block;
    background: #cc1800;
    width: 60%;
    color: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2em;
    text-align: center;
    font-weight: 900;
}

.entry-body .column_inquiry_button a span {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    color: #cc1800;
    padding: 0.2rem 01rem;
}

.entry-body .tel-box {
    line-height: 1.3;
}

.entry-body .tel-box .ttl,
.entry-body .tel-box .time {
    padding-left: 60px;
}

.entry-body .tel-box .tel a {
    display: block;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #cc1902;
    background-image: url(image/icon/tel_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 60px;
    background-position: 10px;
}

@media only screen and (max-width: 767px) {
    .single-guide .entry-body h4 {
        font-size: 4vw;
        margin-bottom: 5%;
        text-align: left;
        width: 78%;
    }

    .entry-body .column_inquiry {
        padding: 1rem;
    }

    .entry-body .column_inquiry_container {
        background-image: none;
        padding: 1rem 1.5rem;
        width: 100%;
        position: relative;
    }

    .column_inquiry_container::before {
        content: '';
        background-image: url(image/column_cta_bg_sp.png);
        position: absolute;
        right: -5px;
        top: -100px;
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .entry-body .column_inquiry_button a {
        width: 100%;
        padding: 1rem;
        font-size: 1em;
    }

    .entry-body .column_inquiry_button a span {
        padding: 0.2rem 0.5rem;
        font-size: 12px;
    }

    .entry-body .tel-box {
        font-size: 12px;
    }

    .entry-body .tel-box .tel a {
        background-size: 30px;
        padding-left: 54px;
        background-position: 12px;
    }

    .entry-body .tel-box .ttl,
    .entry-body .tel-box .time {
        padding-left: 54px;
    }

    .column_inquiry_container br {
        display: none;
    }
}

/*　ページTOPボタン  */
.page_top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    background: #646464;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 47px;
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .page_top {
        bottom: 65px;
		right: 10px;
		width: 45px;
		height: 45px;
		line-height: 37px;
    }
}

/*　TOPページCTA追加  */
.column_inquiry {
    background-color: #ece3d0;
    padding: 3rem;
    margin-bottom: 2rem;
	border-radius: 10px;
}

.column_inquiry h4 {
    text-align: center;
    border-left: none;
	color: #333333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.column_inquiry_container {
    background-color: #fff;
    background-image: url("image/column_cta_bg_top.png");
    background-repeat: no-repeat;
    background-size: 36%;
    background-position: right 3rem top 2.5rem;
    padding: 2rem 5rem;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.column_inquiry_container h3 {
    font-size: 20px;
	margin-bottom: 10px;
}

.column_inquiry_button a {
    display: block;
    background: #cc1800;
    width: 50%;
    color: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2em;
    text-align: center;
    font-weight: 900;
}

.column_inquiry_button a span {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
    color: #cc1800;
    padding: 0.2rem 01rem;
}

.column_inquiry .tel-box {
    line-height: 1.3;
}

.column_inquiry .tel-box .ttl,
.column_inquiry .tel-box .time {
    padding-left: 60px;
}

.column_inquiry .tel-box .tel a {
    display: block;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #cc1902;
    background-image: url(image/icon/tel_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 60px;
    background-position: 10px;
}
.column_inquiry p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
section.column_inquiry-guide {
    margin-top: 25px;
}

@media only screen and (max-width: 767px) {
    .column_inquiry h4 {
        font-size: 4.3vw;
        margin-bottom: 5%;
        text-align: left;
        width: 55%;
    }

    .column_inquiry {
		padding: 2rem 2rem 1rem 2rem
    }

    .column_inquiry_container {
        background-image: none;
        padding: 1rem 1.5rem;
        width: 100%;
        position: relative;
    }

    .column_inquiry-guide .column_inquiry_container::before {
        content: '';
        background-image: url(image/column_cta_bg_top_sp.png);
        position: absolute;
        right: -10px;
        top: -120px;
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .column_inquiry_button a {
        width: 100%;
        padding: 1rem 0rem;
        font-size: 1em;
    }

    .column_inquiry_button a span {
        padding: 0.2rem 0.5rem;
        font-size: 12px;
    }

    .column_inquiry .tel-box {
        font-size: 12px;
    }

    .column_inquiry .tel-box .tel a {
        background-size: 30px;
        padding-left: 54px;
        background-position: 12px;
    }

    .column_inquiry .tel-box .ttl,
    .column_inquiry .tel-box .time {
        padding-left: 15px;
    }

    .column_inquiry_container br {
        display: none;
    }
	
	.column_inquiry h4 span {
    color: #cc1800;
	}
	
	.column_inquiry p {
	font-size: 12px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.column_inquiry_container {
		background-image: url("image/column_cta_bg_top.png");
		background-repeat: no-repeat;
		background-size: 35%;
		padding: 2rem 3rem;
		width: 100%;
	}
	.column_inquiry .tel-box .tel a {
		background-image: url(image/icon/tel_icon.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}