@charset "utf-8";

/*==============================================*/
/*  PC  */
/*==============================================*/
:root {
    --font-size10: clamp(10px, 0.69vw, 12px);
    --font-size11: clamp(11px, 0.76vw, 13px);
    --font-size12: clamp(12px, 0.83vw, 14px);
    --font-size13: clamp(13px, 0.90vw, 15px);
    --font-size14: clamp(13px, 0.97vw, 16px);
    --font-size15: clamp(14px, 1.04vw, 17px);
    --font-size16: clamp(14px, 1.11vw, 18px);
    --font-size17: clamp(15px, 1.18vw, 19px);
    --font-size18: clamp(15px, 1.25vw, 20px);
    --font-size19: clamp(16px, 1.32vw, 21px);
    --font-size20: clamp(16px, 1.39vw, 22px);
    --font-size21: clamp(17px, 1.46vw, 23px);
    --font-size22: clamp(17px, 1.53vw, 24px);
    --font-size23: clamp(18px, 1.59vw, 25px);
    --font-size24: clamp(21px, 1.67vw, 26px);
    --font-size25: clamp(19px, 1.73vw, 27px);
    --font-size26: clamp(19px, 1.80vw, 28px);
    --font-size27: clamp(20px, 1.87vw, 29px);
    --font-size28: clamp(20px, 1.94vw, 30px);
    --font-size29: clamp(21px, 2.01vw, 31px);
    --font-size30: clamp(21px, 2.08vw, 32px);
}
:root{
    --table__layout__01__bg: #666;
    --table__layout__01__border: #999;
    --table__layout__02__bg: #666;
    --table__layout__02__border: #999;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

html {
	scroll-behavior: smooth;
	scroll-padding-top : 100px; 
}
@media (min-width: 960px) {
	html {
		scroll-padding-top : 190px; 
	}
}
body {
	font-size: var(--font-size16);
    line-height: 1.6;
    font-feature-settings: 'palt' 1;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
	min-height: 100vh;
    display: grid;
    grid-auto-flow: dense;
    align-items: flex-start;
    font-family: "BIZ UDPMincho", serif;
/*
	font-weight: 400;
	font-style: normal;
*/
}
body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

@media (min-width: 960px) {.pc_hide {display: none !important;}}
@media (min-width: 560px) and (max-width: 959px) { .tb_hide {display: none !important;}}
@media (max-width: 559px) {.sp_hide {display: none !important;}}

img{
    max-width: 100%;
    height: auto;
}
main {
	align-self: stretch;
    container-type: inline-size;
}
a:hover {
    transition: 0.3s;
    opacity: 0.7;
}
.disIB { display: inline-block;}

main p {
	margin-bottom: 1em;
}
main p:last-child {
	margin-bottom: 0em;
}

strong,b {
	font-weight: bold !important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.box_contents {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/*==========================================================================*/
/*==header==*/
/*==========================================================================*/
.header {
	display: grid;
	grid-template-columns: auto auto;
	background: #2C394E;
	padding: 0 0 0 0;
	justify-content: space-between;
    position: sticky;
    top: 0 !important;
    z-index: 100;
}
.header__logo {
	display: grid;
	align-items: end;
}
.header__logo a {
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
}
.header__logo img {
    max-height: 100%;
    width: auto;
}
.header__logo__sub {
/*	font-size: 18px;*/
	font-size: 13.7px;
	display: block;
}
.header__logo__main {
	font-size: 24px;
	display: block;
}

@media (max-width: 959px){
	.header {
		height: 70px;
        grid-template-columns: 1fr auto;
        grid-gap: 20px;
	}
    .header__logo {
        height: 50px;
        margin-top: 6px;
    }
    .header__logo a {
        line-height: 1.3;
        display: inline-block;
    }
    .header__logo__main {
        font-size: 16px;
    }
    .header__logo__sub {
        font-size: 12px;
    }
}
@media (min-width: 960px){
    .header {
		height: 124px;
        align-items: center;
    }
    .header__logo {
        height: 80px;
    }
    
}

.header__left {
	padding-left: 35px;
}
@media (max-width: 559px){
	.header__left {
		padding-left: 15px;
	}
	.header__logo__sub {
		font-size: 9px;
	}
	.header {
		gap: 0 10px;
	}
}
@media (max-width: 379px){
	.header__logo__main {
		font-size: 14px;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.header__logo__sub {
		font-size: 7px;
		white-space: nowrap;
	}
}

/*電話タグ*/

.header__right {
	position: relative;
	width: 280px;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(4,1fr);
    height: 100%;
}
.header__right__uber {
	position: relative;
}
.header__right__uber a,
.header__right__uber > span {
	background: #7A4807;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	text-decoration: none;
}
.header__right__uber a:hover,
.header__right__uber > span:hover {
	opacity: 0.7;
}
.header__right__uber a::before,
.header__right__uber > span::before {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	top: 4px;
	left: 8px;
	background: url(../img/common/ico_bicle.png) 50% 50% / 20px auto no-repeat;
	z-index: 1;
	pointer-events: none;
}
.header__right__uber_text {
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 32px;
	width: 100%;
	text-align: center;
}
.header__right__demae > a,
.header__right__demae > span {
	display: block;
	background: #184891;
	position: relative;
	height: 100%;
	cursor: pointer;
}
.header__right__demae > a:hover,
.header__right__demae > span:hover {
	opacity: 0.7;
}
.header__right__demae > a::before,
.header__right__demae > span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 83%;
	top: 0;
	left: 0;
	mask: url(../img/common/ico_bike.png) 50% 50% / 20px no-repeat;
	background: #fff;
	z-index: 1;
	pointer-events: none;
}
.header__right__demae_text {
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 32px;
	width: 100%;
	text-align: center;
}
.header__right__menulist a,
.header__right__menulist > span {
	font-size: 10px;
	display: block;
	background: #31570C;
	position: relative;
	height: 100%;
	text-decoration: none;
}
.header__right__menulist a:hover,
.header__right__menulist > span:hover {
	opacity: 0.7;
}
.header__right__menulist a::before,
.header__right__menulist > span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	background: url(../img/common/ico_menu.png) 50% 50% / 20px no-repeat;
	z-index: 1;
	pointer-events: none;
}
.header__right__menulist_text {
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 32px;
	width: 100%;
	text-align: center;
}
.header__right__menu {
	display: grid;
	align-items: center;
	justify-content: center;
	background: #592315;
    position: relative;
}
.header__right__menu label:hover {
	opacity: 0.7;
}
@media (min-width: 960px){
    .header__right {
        width: 496px;
    	margin-left: auto;
    }
    .header__right__uber a::before,
    .header__right__demae a::before,
    .header__right__menulist a::before,
    .header__right__uber > span::before,
    .header__right__demae > span::before,
    .header__right__menulist > span::before {
        width: 100%;
        height: 80px;
        mask-size: contain;
        mask-position: top center;
        background-size: contain;
        background-position: top center;
        margin: 10px auto 0;
    }
    
    .header__right__uber_text {
        font-size: 15px;
        top: 97px;
    }
    .header__right__demae_text {
        font-size: 15px;
        top: 97px;
    }   
	.header__right__menulist_text {
        font-size: 15px;
        top: 97px;
    }
}
@media (max-width: 959px){

    .header__right__uber a::before,
    .header__right__demae a::before,
    .header__right__menulist a::before,
    .header__right__uber > span::before,
    .header__right__demae > span::before,
    .header__right__menulist > span::before {
        width: 50px;
        height: 50px;
        background-size: 40px auto;
        mask-size: 40px auto;
        top: 4px;
        left: 8px;
    }
    .header__right__uber_text {
        top: 52px;
    }
    .header__right__demae_text {
        top: 52px;
    }   
	.header__right__menulist_text {
        top: 52px;
    }
}
@media (max-width: 559px){
    .header__right {
        width: 70px;
        grid-template-columns: 1fr;
    }
}

/*ヘッダーメニュー*/

.header__menu {
	display: grid;
	cursor: pointer;
	width: 70px;
	height: 100%;
    align-items: center;
}
.header__menu:hover {
	opacity: 0.7;
}
.header__menu__box {
	display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: -7px;
}
.header__menu__border {
	height: 35px;
    width: 100%;
    width: 50px;
    display: grid;
    align-items: center;
    position: relative;
    justify-content: center;
	grid-row: 2 / 3;
}
.header__menu__border__text {
	grid-row: 3 / 4;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-size: 80%;
	color: #fff;
    position: absolute;
    top: 66px;
	left: 0;
	right: 0;
}

.header__menu__border span:nth-of-type(1) {
  top: 0;
}
.header__menu__border span:nth-of-type(2) {
  /*   top: 20px; */
  top: 50%;
  transform: translate(0%, -50%);
}
.header__menu__border span:nth-of-type(3) {
  bottom: -1px;
}
.header__menu__border span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
/*  background-color: rgba(33,33,33,1);*/
  background-color: rgba(255,255,255,1);
  border-radius: 4px;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.header__menu__border_text {
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  white-space: nowrap;
  display: inline-block;
  padding-top: 36px;
  letter-spacing: 0;
    color: rgba(68,70,133,1);
}

@media (max-width: 959px){
    .header__right__yoyaku::before {
        height: 29px;
    }
    .header__right__time > span::before {
        height: 70%;
    }
    .header__right__tel__sp a::before {
        height: 70%;
    }
    .header__menu__border {
        height: 21px;
        width: 30px;
    }
    .header__menu__border__text {
        top: 31px;
    }
    .header__menu__border span {
        height: 3px;
    }
}


#sidebar_flag:checked .header__menu {
  /*  right: calc(21.5vw + 40px);
  right: calc(24.8vw + 40px); */
/*  margin-right: 20px;*/
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  /* top: 120px; */
}
#sidebar_flag:checked .header__menu .header__menu__border span {
  background-color: #fff;
}
#sidebar_flag:checked ~ .header__menu .header__menu__border span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(3vw * 0.35)
}
#sidebar_flag:checked .header__menu .header__menu__border span:nth-of-type(2) {
  opacity: 0;
}
#sidebar_flag:checked .header__menu .header__menu__border span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(3vw * 0.35)
}
#sidebar_flag:checked .header__menu .header__menu__text {
  color: #fff;
}

/*==========================================================================*/
/*==header   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==header nav==*/
/*==========================================================================*/
.header__nav {
    background: #fff;
    height: 90px;
    height: 70px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
	grid-column: 1 / 3;
}
.header__nav > ul {
	display: flex;
    width: 90%;
	margin: auto;
    height: 100%;
}
.header__nav > ul > li {
	flex-basis: calc(100% / 7);
    height: 100%;
	position: relative;
}
.header__nav a {
    color: #666;
	text-decoration: none;
    line-height: 1.4;
    height: 100%;
	width: 100%;
	display: grid;
	align-items: center;
    grid-template-rows: 1fr auto auto 1fr;
    transition: all 0.3s ease;
}
.header__nav > ul > li.current::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 7px;
	left: calc(50% - 50px);
	right: 0;
	background: #5D4E42;
	max-width: 100px;
}
.header__nav .jp,
.header__nav .en {
	display: block;
	text-align: center;
}
.header__nav .jp {
	font-size: 14px;
	grid-row: 2 / 3;
}
.header__nav .en {
    font-size: 0.6em;
	grid-row: 3 / 4;
    text-transform: uppercase;
}
.header__nav a:hover {
	opacity: 1;
    background: hsl(24,69%,31%);
    color: #fff;
}
@media (max-width: 959px){
	.header__nav {
		display: none;
	}
}
/*==========================================================================*/
/*==header nav    ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer loop==*/
/*==========================================================================*/

.footerloop {
    display: flex;
    padding: 50px 0;
    overflow: hidden;
    max-width: 100vw;
}
.footerloop_box {
    display: flex;
    animation: footerloop_anime 95s infinite linear 0.5s both;
    align-items: center;
}
.footerloop .slide {
    width: calc(100vw / 1.5);
}

@keyframes footerloop_anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 560px) and (max-width: 959px){
    .footerloop .slide {
        width: calc(100vw / 2.5);
    }
}
@media (min-width: 960px){
    .footerloop .slide {
        width: calc(100vw / 4.5);
    }
}

/*==========================================================================*/
/*==footer loop   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer info==*/
/*==========================================================================*/

.footer_info_inner {
    padding: 50px;
    max-width: fit-content;
    margin: auto;
}
.footer_info_title {
    font-size: 37.8px;
    color: #e5e5e5;
    margin-bottom: 20px;
    text-align: center;
}
.footer_info_subtitle {
    font-size: 21px;
    color: #c1c1c1;
    margin-bottom: 20px;
    text-align: center;
}
.footer_info_contents {
    margin-bottom: 40px;
}

@media (min-width: 960px){
    .footer_info_inner {
        display: grid;
        align-items: center;
        justify-content: center;
        padding: 50px;
        gap: 0 20px;
        grid-template-columns: 1fr 1fr;
        max-width: fit-content;
        margin: auto;
    }
    .footer_info_title,
    .footer_info_subtitle {
        grid-column: 1 / 3;
        text-align: center;
    }
    .footer_info_contents {
        margin-bottom: 0;
    }
}
@media (max-width: 559px){
	.footer_info_inner {
		padding: 50px 3.75%;
	}
}

.footer_info_contents table {
    margin: 20px 0 10px;
}
.footer_info_contents thead th,
.footer_info_contents thead td {
    background-color: #3c4348;
    background-color: #947f70;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    padding: 0.2em 0.5em;
}

.footer_info_contents tbody th,
.footer_info_contents tbody td {
    border: none;
    padding: 0.5em;
    text-align: center;
    vertical-align: top;
    background: #fff;
}
.footer_info_contents thead th,
.footer_info_contents tbody th {
    width: 15em;
}


.footer_map {
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 40px;
}
.footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (min-width: 960px){
    .footer_map {
        filter: grayscale(100%);
        transition: filter 0.7s ease;
    }
    .footer_map:hover {
        filter: grayscale(0%);
    }
}

.page__top {
    right: 15px;
    bottom: 130px;
    position: fixed;
    z-index: 1000;
    background: hsl(24,69%,31%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.page__top a {
    text-decoration: none;
    display: grid;
    width: 100%;
    height: 100%;
    justify-content: center;
    border-radius: 100%;
    background: hsl(24,69%,31%);
    color: #fff;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px 0 0;
    text-align: center;
}
.page__top .page__top__inner {
    position: relative;
}
.page__top .page__top__inner::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    clip-path: polygon( 50% 0,100% 100%,0 100%);
    background: #fff;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 960px){
    .page__top {
        width: 100px;
        height: 100px;
        right: 2%;
        bottom: 3%;
    }
    .page__top a {
        font-size: 18px;
        padding-top: 20px;
    }
    .page__top .page__top__inner::after {
        width: 20px;
        height: 17px;
        bottom: 15px;
    }
}

/*==========================================================================*/
/*==footer info   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==footer nav==*/
/*==========================================================================*/

.footer {
	background: #d9712c;
	padding: 40px 0;
}

.footer_nav {
    max-width: 1120px;
    padding: 0 40px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 40px;
	margin: auto;
}
.footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px 20px;
	margin-bottom: 20px;
	grid-auto-flow: row;
	height: 200px;
	flex-direction: column;
}
.footer_nav ul a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-left: 1em;
}
.footer_nav ul a:hover {
	opacity: 1;
}
.footer_nav ul a::before {
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}
.footer_nav ul a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateX(-101%);
	transition: transform 0.3s ease 0s;
	background: #fff;
	height: 1px;
}
.footer_nav ul a:hover::after {
	transform: translateX(0%);
}

@media (max-width: 959px){
	.footer {
		padding: 0;
	}
	.footer_nav {
		padding: 0;
		height: auto;
    	display: block;
		border-top: 1px solid #fff;
	}
	.footer_nav ul {
		height: auto;
		margin-bottom: 0;
		grid-gap: 0;
	}
	.footer_nav ul a {
		display: block;
		padding: 10px 40px;
		border-bottom: 1px solid #fff;
	}
	.footer_nav ul a::before {
		left: 20px;
	}
	.footer_nav ul a::after {
		content: none;
	}
}
@media (max-width: 959px) and (min-width: 560px){
	.footer_nav {
		position: relative;
	}
	.footer_nav::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1px;
        background: #fff;
	}
	.footer_nav ul {
		flex-direction: row;
	}
	.footer_nav ul > li {
		flex-basis: 50%;
	}
}
@media (max-width: 559px){
	.footer_nav ul > li {
		flex-basis: 100%;
	}
}

/*==========================================================================*/
/*==footer nav  ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==copyright==*/
/*==========================================================================*/

.copyright {
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	display: block;
    align-self: end;
}


/*==========================================================================*/
/*==copyright   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==sp footer fixed==*/
/*==========================================================================*/

.sp__footer__fixed {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
    z-index: 100;
}
.sp__footer__fixed01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.sp__footer__fixed01 a {
	padding: 10px;
    display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
}
.sp__footer__fixed01 a .inner {}
.sp__footer__fixed01 a .title {
	display: block;
}
.sp__footer__fixed01 a .contents {
	display: block;
	font-size: 140%;
}

.sp__footer__fixed01__tel a {
	background: #31570c;
}
.sp__footer__fixed01__mail a {
	background: #7A4807;
}


.sp__footer__fixed02 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sp__footer__fixed02 a {
	padding: 5px 10px;
	text-align: center;
    display: block;
	color: #fff;
	background: #333;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: none;
}
.sp__footer__fixed02 .inner {
	display: inline-block;
	padding-top: 20px;
	position: relative;
}
.sp__footer__fixed02 div:nth-child(1) a {
	background: #184891;
}
.sp__footer__fixed02 div:nth-child(2) a {
/*	background: #31570C;*/
	background: #7a7607;
}
.sp__footer__fixed02 div:nth-child(3) a {
	background: #7a0707;
}
.sp__footer__fixed02 div:nth-child(4) a {
	background: #0c3057;
}
/*
.sp__footer__fixed02 div:nth-child(2n) a {
	background: #444;
}
*/
.sp__footer__fixed02 .inner::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 20px;
	height: 18px;
	top: 0;
	transform: translate(-50%, 0);
	background: 50% 50% / contain no-repeat;
}
.sp__footer__fixed02 .time .inner::after {
	background-image: url("img/common/ico_clock.png");
}
.sp__footer__fixed02 .access .inner::after {
	background-image: url("img/common/ico_access.png");
}
.sp__footer__fixed02 .map .inner::after {
	background-image: url("img/common/ico_map.png");
}
.sp__footer__fixed02 .train .inner::after {
	background-image: url("img/common/ico_train.png");
}
@media(max-width: 559px){
	.sp__footer__fixed01 a {
		font-size: 12px;
        letter-spacing: 0.05px;
	}
	.sp__footer__fixed02 a {
		font-size: 11px;
		padding: 5px 5px;
	}
}


/*==========================================================================*/
/*==sp footer fixed    ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==サイドバー　ハンバーガー ==*/
/*==========================================================================*/

#sidebar__flag ~ .sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(101vw);
  -ms-transform: translateX(101vw);
  -moz-transform: translateX(101vw);
  -o-transform: translateX(101vw);
  transform: translateX(101vw);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
}
#sidebar__flag:checked  ~ .sidebar_contents .sidebar_contents_box {
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -moz-transform: translateX(0vw);
  -o-transform: translateX(0vw);
  transform: translateX(0vw);
}
.sidebar_contents {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 110;
}
.sidebar_contents_box {
  position: relative;
}
.sidebar_contents_box_inner {
  height: 100vh;
  width: 100%;
  z-index: 10;
  background: rgba(44,57,78,0.95);
  padding: 90px 20px 20px;
  overflow-y: auto;
  gap: 0 2vw;
  color: #fff;
}

.sidebar_menu_close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
.sidebar_menu_close:hover {
    opacity: 0.7;
}
.sidebar_menu_close > span {
    border-top: 3px solid #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.sidebar_menu_close > span:nth-child(1) {
    transform: translate(-50%,-50%) rotate(45deg);
}
.sidebar_menu_close > span:nth-child(2) {
    transform: translate(-50%,-50%) rotate(-45deg);
}
@media (max-width: 559px){
	.sidebar_menu_close {
  		top: 20px;
	}
}
.sidebar_contents_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 40px;
    max-width: fit-content;
    margin: auto;
}
.sidebar_contents_area_link {
    margin-top: 40px;
}
.sidebar_contents_area_link_title {
    color: #fff;
    padding: 20px 0;
    line-height: 1;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.sidebar_contents_area_link > ul {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 0;
}
.sidebar_contents_area_link a {
    color: #fff;
    text-decoration: unset;
    padding: 12px 10px 10px 25px;
    border-bottom: 1px dashed #fff;
    display: block;
    position: relative;
}
.sidebar_contents_area_link a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.sidebar_nav_revbtn {
    text-align: center;
    margin-top: 40px;
}
.sidebar_nav_revbtn a {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	min-width: 200px;
	text-align: center;
    color: #5D4E42;
}

@media (max-width: 559px){
	.sidebar_contents_area {
		display: block;
		max-width: unset;
	}
	.sidebar_contents_area_link {
		margin-top: 20px;
	}
}

/*==========================================================================*/
/*==サイドバー　ハンバーガー   ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==サイドバー ==*/
/*==========================================================================*/

.sidebar__content {
	
}
.sidebar__content__menu + 
.sidebar__content__menu {
	margin-top: 40px;
}
.sidebar__content__menu__title {
    background: #3a4247;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 12px;
	text-align: center;
}
.sidebar__content ul > li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px .5em 8px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
	color: #464646;
}
.sidebar__content ul > li a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 18px;
    color: #d1d1d1;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-family: "メイリオ", Meiryo, sans-serif;
    content: "+";
}
@media (min-width: 960px){
    .sidebar__content__inner {
        position: sticky;
        top: 200px;
    }
}
/*==========================================================================*/
/*==サイドバー   ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　1カラム設定==*/
/*==========================================================================*/

.post_box_bg > .inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}

@media (max-width: 959px){
    .post_box_bg > .inner {
        padding-left: 3.75%;
        padding-right: 3.75%;
    }
}

/*==========================================================================*/
/*==固定ページ  1カラム設定 ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　2カラム設定==*/
/*==========================================================================*/


.page > .inner,
.single__page > .inner,
.category_inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;
}
.page__2column .main__content .post_box_bg > .inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 959px){
    .page__2column {
        margin-bottom: 40px;
    }
     .sidebar__content {
         margin-top: 50px;
    }
    .page > .inner,
    .single__page > .inner,
	.category_inner{
        padding-left: 3.75%;
        padding-right: 3.75%;
    }
}

@media (min-width: 960px){
    .page__2column {
        max-width: 1320px;
        padding: 0 40px;
        margin: 0 auto 60px;
        display: grid;
        grid-template-columns: 67.19% 23.86%;
        justify-content: space-between;
    }
    
}

/*==========================================================================*/
/*==固定ページ  2カラム設定 ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　hタグ==*/
/*==========================================================================*/

.page h2,
.single__page h2,
.category__title {
/*
    padding: 0.6em 1em 0.7em;
    border: none;
    background: #947f70;
    color: #fff;
    font-size: 27px;
    outline: 0px solid #e8e8e8;
*/
/*
    outline-offset: 0px;
    text-shadow: none;
    text-align: left;
    filter: none;
    margin: 0 0 1.2em;
*/
    
    padding: 0 0 0.2em;
    font-size: 24px;
    color: #5d4e42;
    border-bottom: solid 1px #ffcc00;
    margin-bottom: 20px;
    
}
.page h3,
.single__page h3 {
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    border-left: 7px solid #b0b1b3;
    padding: .8em .9em;
    font-weight: bold;
    color: #333;
    font-size: 21px;
    background: #f7f7f7;
    margin: 0 0 1.2em;
}

.page .sub_title,
.single__page .sub_title {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.page h2 + .sub_title,
.single__page h2 + .sub_title {
    position: relative;
    top: -10px;
	margin-bottom: 0;
}

/*==========================================================================*/
/*==固定ページ  hタグ ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==固定ページ　キービジュアル==*/
/*==========================================================================*/

.keyvisual {
    position: relative;
    margin-bottom: 40px;
    height: 180px;
}
.keyvisual_img {
    height: 100%;
    object-fit: cover;
}
.keyvisual_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keyvisual_title {
    position: absolute;
    mix-blend-mode: difference;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    transform: translateY(-50%);
    font-family: "BIZ UDPMincho", serif;
}
@media (max-width: 1139px){
	.keyvisual_title {
		left: 5%;
		margin-left: 0;
		right: 5%;
	}
}
@media (max-width: 959px){
	.keyvisual_title {
		font-size: min(8vw,40px);
        line-height: 1.3;
	}
}

/*==========================================================================*/
/*==固定ページ  キービジュアル ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==モーダルウィンドウ==*/
/*==========================================================================*/
.modalArea {
	display: none;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
    max-height: 100vh;
}
.modalWrapper.large {
	max-width: unset;
}
.modalWrapper h1 {
	font-size: 140%;
	font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.closeModal {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transform: translate(100%, -100%);
    color: #fff;
    font-size: 150%;
}
@media (max-width: 959px){
	.modalWrapper {
    	overflow: scroll;
	}
	.closeModal {
		top: 40px;
		right: 35px;
		color: #000;
		font-size: 200%;
	}
}
@media (max-width: 559px){
	.modalAreaspWide .modalWrapper {
		width: 90%;
	}
}
/*==========================================================================*/
/*==モーダルウィンドウ ここまで==*/
/*==========================================================================*/

.mainvisual {
    margin-bottom: 80px;
}
.mainvisual img {
    width: 100%;
    height: auto;
}

.top_content {
    display: grid;
    max-width: fit-content;
    margin: 0 auto 80px;
    grid-template-columns: 420px 1fr;
    grid-gap: 80px;
}
.top_content02 {
}
.top_content .text {
    display: grid;
    grid-template-rows: auto 1fr;
}

@media (min-width: 960px){
    .top_content02 {
        direction: rtl;
    }
    .top_content02 .text {
        direction: ltr;
    }
    .top_content .text .shop_content {
        align-self: center;
        justify-content: center;
        max-width: fit-content;
        margin: auto;
        font-size: 18px;

    }
}
@media (max-width: 959px){
    .top_content {
        grid-template-columns: unset;
        grid-template-rows: auto auto;
        padding: 0 3.75%;
        grid-gap: 20px;
    }
    .top_content .img {
        max-width: 500px;
        margin: auto;
    }
    .shop_content {
        margin-top: 20px;
    }
}

.shop_title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: 0;
}
.map {
    display: inline-block;
    background: #D70101;
    color: #fff;
    font-size: 18px;
    font-family: arial;
    line-height: 1;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 4px;
    margin-left: 30px;
    text-decoration: none;
    letter-spacing: 0;
}

/*==========================================================================*/
/*==スマホフッター==*/
/*==========================================================================*/
.sp_fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 20;
}
.sp_fixed_footer__uber a,
.sp_fixed_footer__uber > span {
	background: #7A4807;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	text-decoration: none;
    z-index: 30;
}
.sp_fixed_footer__uber a:hover,
.sp_fixed_footer__uber > span:hover {
	opacity: 1;
}
.sp_fixed_footer__uber a::before,
.sp_fixed_footer__uber > span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	top: 3px;
	left: 0;
	background: url(../img/common/ico_bicle.png) 50% 50% / 27px auto no-repeat;
	z-index: 1;
	pointer-events: none;
}
.sp_fixed_footer__uber_text {
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 36px;
	width: 100%;
	text-align: center;
    pointer-events: none;
}
.sp_fixed_footer__demae > a,
.sp_fixed_footer__demae > span {
	display: block;
	background: #184891;
	position: relative;
	height: 100%;
	cursor: pointer;
    z-index: 30;
}
.sp_fixed_footer__demae > a:hover,
.sp_fixed_footer__demae > span:hover {
	opacity: 1;
}
.sp_fixed_footer__demae > a::before,
.sp_fixed_footer__demae > span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	top: 3px;
	left: 0;
	mask: url(../img/common/ico_bike.png) 50% 50% / 27px no-repeat;
	background: #fff;
	z-index: 1;
	pointer-events: none;
}
.sp_fixed_footer__demae_text {
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 36px;
	width: 100%;
	text-align: center;
    pointer-events: none;
}
.sp_fixed_footer__menulist a,
.sp_fixed_footer__menulist > span {
	font-size: 10px;
	display: block;
	background: #31570C;
	position: relative;
	height: 100%;
	text-decoration: none;
    z-index: 30;
}
.sp_fixed_footer__menulist a:hover,
.sp_fixed_footer__menulist > span:hover {
	opacity: 1;
}
.sp_fixed_footer__menulist a::before,
.sp_fixed_footer__menulist > span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 36px;
	top: 3px;
	left: 0;
	background: url(../img/common/ico_menu.png) 50% 50% / 27px no-repeat;
	z-index: 1;
	pointer-events: none;
}
.sp_fixed_footer__menulist_text {
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 36px;
	width: 100%;
	text-align: center;
    pointer-events: none;
}

/*==========================================================================*/
/*==スマホフッター　ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==トップスライダー==*/
/*==========================================================================*/
.top_loop {
	padding: 40px 0;
	background: #2C394E;
	position: relative;
    overflow: hidden;
}

.top_loop01 .swiper-wrapper,
.top_loop02 .swiper-wrapper {
	transition-timing-function: linear;
}

/*==========================================================================*/
/*==トップスライダー　ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==注文==*/
/*==========================================================================*/

.odal_shop_order {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	gap: 0 20px;
	font-size: 110%;
}
@media (max-width: 559px){
	.odal_shop_order {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		grid-gap: 10px;
		margin-bottom: 20px;
	}
	.odal_shop_order div[class*="btn"] a {
		display: block;
		text-align: center;
	}
}

/*==========================================================================*/
/*==注文 ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==ボタン==*/
/*==========================================================================*/

.btn01 a {
	display: inline-block;
	background: #2C394E;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn02 a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
	background: #7A4807;
}

.btn03 a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
	background: #184891;
}
.btn04 a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
	background: #31570C;
}

/*==========================================================================*/
/*==ボタン ここまで==*/
/*==========================================================================*/

/*==========================================================================*/
/*==メニュー==*/
/*==========================================================================*/
.menu {
	max-width: fit-content;
	margin: auto;
    padding: 40px 0;
}
.lower_content {
    padding: 40px 3.75%;
}
.menu h1,
.lower_content h1{
	font-size: 28px;
	text-align: center;
	margin-bottom: 24px;
	font-weight: bold;
}
.menu h2,
.lower_content h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 18px;
	font-weight: bold;
}
.menu h3,
.lower_content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.menu_lsit_wrap {
	max-width: 920px;
	padding: 0 20px;
}
.menu_lsit {
	margin-bottom: 20px;
}
.menu_lsit > dl {
	display: grid;
	grid-template-columns: auto 1fr 4em;
	grid-gap: 0 1em;
    margin-bottom: 1em;
}
.menu_lsit .dot {
	min-width: 100px;
/*	  background-color: #fff ;*/
	  background-image:
		radial-gradient(#000 30%, transparent 30%);
	  background-size: 12px 12px;
	  background-repeat: repeat-x;
	  background-position: right center;
}

.menu_men {
	padding: 40px 0;
	position: relative;
	
}
.menu_men::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 0;
	background: #d7f6eb;
}
.menu_men > div {
	position: relative;
	z-index: 5;
}
.menu_gohan {
	padding: 40px 0;
	position: relative;
	margin-bottom: 40px;
	
}
.menu_gohan::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 0;
	background: #fffade;
}
.menu_gohan > div {
	position: relative;
	z-index: 5;
}

/*==========================================================================*/
/*==メニュー ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==求人情報==*/
/*==========================================================================*/
.job_table {
    margin: auto;
    border-top: 1px solid #000;
}
.job_table th,
.job_table td {
    padding: 20px 50px;
    border-bottom: 1px solid #000;
}
.job_table th {
    font-weight: bold;
    vertical-align: middle;
}

@media (max-width: 559px){
    .job_table {
        border-top: 0;
        border-bottom: 1px solid #000;
    }
    .job_table th,
    .job_table td {
        padding: 20px 20px;
        display: block;
		border-bottom: 0;
    }
    .job_table th {
		border-top: 1px solid #000;
		position: relative;
		padding-bottom: 10px;
	}
    .job_table th::before {
		content: "";
		position: absolute;
		bottom: 0;
		width: 50px;
		left: 50%;
		margin-left: -25px;
	    border-bottom: 1px solid #000;
		
	}
    .job_table td {
		max-width: fit-content;
		margin: auto;
	}
}

/*==========================================================================*/
/*==求人情報 ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==会社概要 表 ==*/
/*==========================================================================*/


.company_table_wrap {
  border: 15px solid #eee;
  padding: 20px 60px 40px;
  margin: 0 auto 50px;
  box-sizing: border-box;
display: block;
max-width: fit-content;
}

.company_table_wrap .company_table {
  margin: 0 auto 20px;
  border-right: 0;
}
.company_table_wrap .company_table th,
.company_table_wrap .company_table td {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}
.company_table_wrap .company_table th:empty,
.company_table_wrap .company_table td:empty {
    height: 2em;
}
.company_table_wrap .company_table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
    background: none;
}
.company_table_wrap .company_table th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.4rem;
  height: 1rem;
  background: #595757;
}

@media screen and (max-width: 600px) {
    .company_table_wrap {
        padding: 20px 20px 20px;
        width: 100%;
    }
    .company_table_wrap .company_table th, 
    .company_table_wrap .company_table td {
        display: block;
  }
    .company_table_wrap .company_table th {
        padding-left: 1rem;
    }
}

/*==========================================================================*/
/*==会社概要 表 ここまで==*/
/*==========================================================================*/
/*==========================================================================*/
/*==社史 表==*/
/*==========================================================================*/
.corporate_history_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}
.corporate_history_wrap .corporate_history_table {
	border: 0;
	width: auto;
	margin: auto;
}
.corporate_history_wrap .corporate_history_table th,
.corporate_history_wrap .corporate_history_table td {
	border: 0;
	padding: 15px 15px;
}
.corporate_history_wrap .corporate_history_table th {
	background: none;
	width: auto;
    text-align: center;
	position: relative;
}
.corporate_history_wrap .corporate_history_table td {
	border-left: 1px solid #ccc;
	position: relative;
}
.corporate_history_wrap .corporate_history_table th::before {
	content: "";
	position: absolute;
	top: 23px;
	right: -5px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #e74200;
	z-index: 1;
}

@media only screen and (min-width: 601px) {
    .corporate_history_wrap .corporate_history_table tr:last-child th,
    .corporate_history_wrap .corporate_history_table tr:last-child td {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
	.corporate_history_wrap .corporate_history_table th,
	.corporate_history_wrap .corporate_history_table td {
		border-left: 1px solid #ccc;
        display: block;
	}
	.corporate_history_wrap .corporate_history_table th {
		text-align: left;
		padding-bottom: 0;
	}
	.corporate_history_wrap .corporate_history_table td {
		border-bottom: 0;
		padding-top: 0;
	}
	.corporate_history_wrap .corporate_history_table th::before {
		left: 0;
		top: 22px;
		margin-left: -5px;
	}
    .corporate_history_wrap .corporate_history_table tr:nth-child(1) th {
        padding-top: 0;
    }
    .corporate_history_wrap .corporate_history_table tr:nth-child(1) th::before {
		top: 7px;
        z-index: 5;
    }
    .corporate_history_wrap .corporate_history_table tr:nth-child(1) th::after {
        content: "";
        position: absolute;
        left: -2px;
        top: 0;
        width: 5px;
        height: 8px;
        background: #fff;
        z-index: 1;
    }
}
/*==========================================================================*/
/*==社史 表 ここまで==*/
/*==========================================================================*/



/*==========================================*/
/*===========  求人メールフォーム  ==========*/
/*=========================================*/

.contact_from {
	max-width: 900px;
	margin: auto;
	font-size: 16px;
}
.contact_from_box_wrap {
    display: grid;
	gap: 10px;
}
@media (max-width: 559px) {
    .contact_from_box_wrap {
        display: block;
    }
}
.contact_from_box {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
	gap: 20px;
}
.contact_from_box_title {
	align-self: center;
}
.grid2 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 20px;
    justify-content: start;
    margin-bottom: 10px;
}
.contact_from_box_wrap input[type="text"],
.contact_from_box_wrap input[type="email"],
.contact_from_box_wrap input[type="tel"]{
    border: 0;
    background: #eee;
    padding: 10px 15px;
	margin: 5px;
    box-shadow: none;
    max-width: 100%;
}
.contact_from_box_wrap textarea,
.contact_from_box_wrap .mfp_element_select-one,
form#mailformpro .contact_from_box_wrap label.mfp_checked {
    box-shadow: none;
}
.contact_from_box_wrap input[size="40"] {
    width: 100% !important;
}
.contact_from_box_wrap textarea {
    background: #eee;
    padding: 10px 15px;
	width: 100% !important;
	min-height: 150px;
    max-width: 100%;
}

.radio_wrap {
    display: flex;
    gap: 10px;
}
.checkbox_input_wrap {
    display: flex;
    gap: 10px;
}

.dh_work_regular {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 15px;
    border-top: 1px solid #000;
    justify-content: space-between;
}

.dh_work_regular_select {
	text-align: right;
}
#mfp_hidden {
    display: none;
}
.contact_from .mfp_element_submit,
.contact_from .mfp_element_reset,
.contact_from .mfp_element_button, 
.contact_from button.mfp_next,
.contact_from button.mfp_prev {
    text-shadow: unset;
    background: #D70101;
    color: #fff;
    padding: 10px 20px;
    
}
.contact_from .mfp_element_submit:hover, 
.contact_from .mfp_element_reset:hover, 
.contact_from .mfp_element_button:hover, 
.contact_from button.mfp_next:hover, 
.contact_from button.mfp_prev:hover {
    background: #D70101 !important;
}
.contact_from ul#mfp_phase_stat li.mfp_active_phase {
    text-shadow: unset;
    background: #D70101;
    color: #fff;
    box-shadow: unset !important;
    border: 0 !important;
    
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    font-size: 16px !important;
}
.dh_work_regular_select .mfp_element_select-one {
    width: 60px;
}
table#mfp_confirm_table tr th {
    white-space: normal !important;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    background: none;
    color: unset;
    
}
ul#mfp_phase_stat li {
    vertical-align: top;
}
@media (max-width: 559px){
    .contact_from_box {
        display: block;
        margin-bottom: 20px;
    }
}

#mfp_phase_stat {
    display: none !important;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
	text-shadow: none;
}

/*
.radio_wrap,.checkbox_wrap {
    filter: grayscale(1);
}
.radio_wrap {
    filter: grayscale(1);
}
*/
.contact_from #mailformpro .radio_item label,
.contact_from #mailformpro .checkbox_item label {
    border: 1px solid #ccc;
}
@media (max-width: 559px){
    .contact_from #mailformpro .radio_item label,
     .contact_from #mailformpro .checkbox_item label {
        border: 1px solid #ccc;
        padding: 5px 10px;
    }
     .contact_from #mailformpro select {
        padding: 5px 10px;
    }
    .contact_from_box_wrap input[type="text"], .contact_from_box_wrap input[type="email"], .contact_from_box_wrap input[type="tel"] {
        margin: 5px 0;
    }
    
}

/*==========================================*/
/*=======  求人メールフォーム　ここまで  =======*/
/*=========================================*/

