/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 05:18:36 */
    .es-container {
        max-width: 1200px;
        padding: 0 10px;
    }
.es-link-container{
    display:none;
}
/**/

.header_contactbtn{
	width: 10em;
	margin: 0 0 0 auto;
	/* display: none; */
}
.header_contactbtn a{
	display: flex;
	align-content: center;
	align-items: center;
	color: #000;
	height: 3em;
	padding: 0em;
	background-color: #0000FF;
	background: linear-gradient(to top, rgb(0 56 168), #0955ec);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shad;
}
.header_contactbtn a:hover{
	opacity:0.8;
}
.header_contactbtn a p{
	margin: 0;
	padding: 0;
	position: relative;
	top: 0.1em;
	font-weight: bold;
}
.header_contactbtn a img{
	width: 20px;
	height: 20px;
}
.header_contactbtn a figure{
	margin: 0 0.5em 0 1em;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 30px;
    height: 80px;
    background: #707070ab;
    /* border-radius: 50%; */
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}
.prev-arrow:hover,
.next-arrow:hover{
    background: #707070;
}
.prev-arrow {
    transform: translate(0px, -50%) rotate(180deg);
    margin-right: 20px;
    top: 50%;
    position: absolute;
    z-index: 100;
}
.next-arrow{
    right: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translate(0px, -50%);
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.fvarea .slider{
  max-width:750px;
  width:100%;
}
.fvarea{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    /* align-items: stretch; */
    margin-bottom: 2em;
    margin-top: 1em;
    width: 100%;
}
.fvarea ul{
    width: calc(100% - 750px - 20px);
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 1em;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fvarea ul li{
    background-color: #007ee4;
    position: relative;
    height: 145px;
    width: 100%;
}
.fvarea ul li a{
    text-align: center;
    color:#FFFFFF;
    display: block;
    align-items: center;
    height: 100%;
    align-content: center;
    padding-left: 1em;
    padding-right: 0em;
    position: relative;
    right: 0em;
    font-size: 1.6em;
    width: 100%;
}
.fvarea ul .nav01{
  margin: 0 0 auto 0;
}
.fvarea ul .nav01 a:before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(/app/uploads/sites/1253/2024/12/nav_pic01ico.jpg);
    margin-right: 9px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 4.2em);
    margin-top: 0.1em;
}
.fvarea ul .nav02{
  letter-spacing:-0.2em;
  margin: 0;
}
.fvarea ul .nav02 a:before{
  content:"";
  width: 33px;
  height: 33px;
  background-image: url(/app/uploads/sites/1253/2024/12/nav_pic02ico.jpg);
  margin-right: 12px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 3.7em);
  margin-top: 0.2em;
  transform: translate(-50%, 0);
}
.fvarea ul .nav03{
   letter-spacing:0.2em;
   margin: auto 0 0 0;
}
.fvarea ul .nav03 a:before{
  content:"";
  width: 45px;
  height: 45px;
  background-image: url(/app/uploads/sites/1253/2024/12/nav_pic03ico.jpg);
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 4.5em);
  margin-top: 0.0em;
}
.fvarea ul li:before{
    display: inline-block;
}
.fvarea ul li:after{
    content:"";
    background-image: url(/app/uploads/sites/1253/2024/12/nav_tri.png);
    display: block;
    width: 22px;
    height: 22px;
    bottom: 2px;
    right: 2px;
    position: absolute;
}
.fvarea ul li a{
    /* transform: translate(-50%, 0px); */
}
.banner_y{
    width: 100%;
    margin-bottom: 2em;
}
.banner_y a{
    width: 100%;
    display: block;
}
.banner_y a img{
    width: 100%;
}
.site-content a:hover img{
   transform: scale(1.0);
}
.banners{
    width: 100%;
    flex-wrap: wrap;
}
.banners ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banners ul li{
    margin-bottom: 1em;
    width: 28%;
}
.banners ul li a{
    width: 100%;
	display:block;
}
.banners ul li a img{
	width: 100%;
}
.information{
    /* height: 250px; */
    /* overflow-y: scroll; */
    font-size: 0.85em;
    /* border-bottom: 1px solid #CCC; */
    padding-bottom: 1em;
}
.toda{    
    height: 500px;
    overflow-y: scroll;
}
.article_info_box{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 250px;
    /* margin-bottom: 1em; */
}
.article_info_box li .date{
    color: #000;
    font-weight: bold;
    padding-right: 1em;
}

.article_info_box .list_content{
    color: #000;
    font-weight: bold;
    padding: 0.5em 0;
    border-bottom: 1px dashed #333;
}
.article_info_box .list_content p{
    font-weight: normal;
}
.layout01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.layout01 .left{
    max-width: 900px;
}
.layout01 .right{
    max-width: 250px;
}
#news_area .main_h3{
    color: #FFF;
    font-size: 1.5em;
    background-color: #0039a9;
    padding: 0.25em 0 0.25em 1em;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}
#news_area .main_h3:nth-child(1){
    margin-top: 0em;
}

/* footer */
.footer {
  display: flex;
  flex-flow: wrap;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #f2f2f2;
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer-left {
  width: 300px;
  px; */
  padding-right: 40px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  font-size: 12px;
  line-height: 1.4em;
}
.footer-right {
  width: calc(100% - 300px);
  padding-left: 40px;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer-right ul {
  display: flex;
  flex-flow: wrap;
}
.footer-right li {
  width: calc(100% / 3);
  background: 0 0.5em no-repeat url(/app/uploads/sites/1253/2024/12/icon-arrow.png);
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 12px;
}
.footer-right li a {
  font-size: 12px;
  color: #000;
}
.footer-right li a:hover {
  text-decoration: underline;
}
.footer-logo,
.footer-text {
  margin-bottom: 20px;
}
.footer-copyright {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-logo-sub {
  text-align: center ;
}
.footer-logo-sub img {
  margin-left: 20px;
}
.footer-logo-sub img:first-child {
  margin-left: 10px;
}
body:not(.wp-admin){
    min-width: unset;
}
.staff_shokai_h2{
	
}
.staff_shokai_h2 span{
	font-size:0.7em;
}
.right .r_banner a{
	display:block;
    margin-bottom: 1em;
}

.right .r_banner a.apaman{
	border: 2px solid #084198;
	text-align: center;
	padding: 2% 0%;
}
.right .r_banner a.apaman img{
	width: 120px;
	height: 60px;
	/* border: 2px solid #084198; */
}
.right .r_banner a.apaman:hover{
	opacity:0.8;
}

/* localinfo */

.infotable{
    display: flex;
    flex-wrap: wrap;
}
.infotable a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding: 0.5em 0;
    background-color: #f8e6af;
    text-decoration: none;
    color:#333;
    padding-left:1%;
}
.infotable a span{
    width: 33%;
    display: block;
}
.infotable a:nth-child(2n){
   background-color: #fcf3d8;
}
.infotable a:hover{
text-decoration: underline;
}
.infotable .h2_blue{
	color:#0066ff;
	font-size:1.5em;
	text-align:left;
	margin: 2em 0 0 0em !important;
    padding: 0;
}
/* end localinfo */


.layout01 .left {
    width: 100%;
}
.flexbox{
display:flex;
    justify-content: space-between;
}


@media (max-width: 1200px){
    .layout01 .right{
        display:none;
    }
}
@media (max-width: 1120px){
    .fvarea{
        margin-bottom: 1em;
    }
    .fvarea ul li a{
    transform: translate(50%, 0px);
    right: calc(50% - 1em);
    position: absolute;
    }
    .fvarea ul{
        /* min-width:236px; */
        width: 100%;
        display: flex;
        margin: 1em auto 0 auto;
        justify-content: space-between;
        font-size:1.4vw;
    }
    .fvarea ul li{
        width: 32%;
        height: 4.2em;
    }
    .fvarea .slider{
      max-width: unset;
    }
    .slick-slide img{
        width:100%;
    }
    .layout01 .left{
        max-width: unset;
    }
    .fvarea ul .nav01 a:before{
        width: 1.4em;
        height: 1.3em;
        background-size: cover;
    }
    .fvarea ul .nav02 a:before{
        width: 1.3em;
        height: 1.3em;
        background-size: cover;
    }
    .fvarea ul .nav03 a:before{
        width: 1.8em;
        height: 1.8em;
        background-size: cover;
    }
    
}
@media (max-width: 1000px){
    .banners ul li{
        width: 33%;
    }
}

@media (max-width: 768px){
    .banner_y{
        margin-bottom: 2vw;
    }
    .fvarea {
        margin-bottom: 2vw;
    }
    .fvarea ul{
        margin: 2vw auto 0 auto;
        font-size: 1.9vw;
    }
        .footer-text{
        text-align:center
    }
    .footer-logo{
        text-align:center
    }
    .footer{
        padding:0 10px;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        width: 100%;
    }
}
@media (max-width: 500px){

}

/* フォーム用 */
@media (min-width: 481px) {
.es_form_2col_wrap p.es-form-item.edit_otoiawasenaiyou{
	flex-wrap: wrap;
	justify-content: left;
	position: relative;
}
.edit_otoiawasenaiyou .edit_otoiawasenaiyou_a{
	display: block;
	/* width: 100%; */
	text-align: right;
	position: absolute;
	right: 20%;
	bottom: 1em;
}

	.es_form_2col_wrap p.es-form-item.edit_otoiawasenaiyou  >span{
		width: calc(93% - 10em - 44px);
	}
}
.single-staff .post_type_name{
	display:none;
}
.edit_otoiawasenaiyou .wpcf7-list-item:nth-child(2) label{
	position:relative;
}
.edit_otoiawasenaiyou .wpcf7-list-item:nth-child(2) label:before{
	        content: "来店不要";
    display: inline-block;
    /* width: 4em; */
    /* height: 1em; */
    position: absolute;
    left: 1.6em;
    color: #FFF;
    background-color: #3768ca;
    padding: 0.4em;
    transform: translate(0px, -50%);
    top: 50%;
}

@media (max-width: 910px) and (min-width:768px){
    .es-staff.es-single .wp-block-table.is-style-stripes td:nth-child(1){min-width: 12em;}
}
