/*
Theme Name:nishiya
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

* {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    }
.font-bold {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
    }
.gothic {font-family:"Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


body{
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    background-color: #0f1d1e;
}

* html body{  
    overflow: hidden;  
	height: 100%;
	font-size:90%
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	/*color:#333333;*/
	text-decoration:none;
}



p{
    font-size: 18px;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

* {font-size: 20px;}

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big{
font-size:150%!important;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:70%!important;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    max-width: 100% !important;
}


/*テーブル設定*/

table{
clear: both;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:55px;
width:100%;
}


th,td{
padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px;
}

th span,td span{
    font-weight: bold;
    margin: 10px 0px;
}

th p,td p{
font-size:100%;
margin:10px 0!important;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-left:none!important;
    border-bottom: solid 1px white!important;
    background-color: #00779c!important;
    color: #fff!important;
    cursor: pointer;
    padding: 10px!important;
    position: relative;
    margin: 0px auto!important;
    max-width: 96%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}



/*イメージ*/
img{
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}


/*サイトヘッダー*/
#header{ 
    z-index: 13;
    width: 100%;
    height: 600px;
    /*padding: 25px;*/
    top: 0;
    right: 0;
    position: absolute;
}

.openbtn1 {
	opacity: 0;
}

.openbtn1.isActive{
    opacity: 1;
    transition: all 800ms;
}

#page .openbtn1 {
	opacity: 1;
}

/*ロゴ*/

#header h1,.logo{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	height: 288px;
    width: 13vw;
    max-width: 205px;
    vertical-align: bottom;
	opacity: 0;
}

#header h1 a,.logo a{
    background-size: cover;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background: url(img/new/logo.jpg) no-repeat;
    display: block;
	height: 288px;
    /* width: 13vw; */
    max-width: 205px;
    background-size: contain;
}


/*ヘッダーメニュー*/
.header-wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
	z-index:10;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.header-wrap .facebook {
    width: 3rem;
    margin: 1rem 0 0 0;
}

.header-recruit {
    background-color: #BFA813;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 20px;
}

.header-menu {
    text-align: right;
	padding:5% 0 0;
}

.header-menu-item {
    padding: 12px 0;
}

.header-menu-item a {
    color: #fff;
    font-size: 21px;
    text-align: right;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 11px;
    color: #B5AD1E;
}




/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 201;
    }


#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

/*トップページレイアウト*/

.mead_bunner {
    text-align: center;
    padding: 3%;
    border: solid 1px #fff;
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.mead_bunner figure{
    max-width: 700px;
    margin: 0 auto 1rem;
}

.mead_bunner p {
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    margin: 0 auto 5%;
}

/*.mead_bunner p::after {
    content: "";
    height: 3px;
    width: 10%;
    background: #fff;
    position: absolute;
    left: 45%;
    bottom: -30%;
}*/

.top_preview {
    grid-row: main;
    height: 30vw;
    width: 80%;
    /* max-width: 500px; */
    /* max-height: 600px; */
}

.top_preview::after {
    content: "";
    position: absolute;
    display: inline;
    height: 50vw;
    width: 50vw;
    background: #000;
    opacity: 0.4;
    z-index: 2;
    top: 0;
}

.swiper-container{
height: 100%;
width: 100%;
overflow: hidden;
}
.swiper-wrapper,
.swiper-slide>div{
height: 100%;
width: 100%;
}

.swiper-wrapper .sw1 div{
	background: url("img/new/about_slide1.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 105%;
}

.swiper-wrapper .sw2 div{
	background: url("img/new/about_slide2.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 105%;
}
.swiper-wrapper .sw3 div{
	background: url("img/new/about_slide3.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 105%;
}

.swiper-wrapper .sw4 div{
	background: url("img/new/about_slide4.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 105%;
}
.swiper-wrapper .sw5 div{
	background: url("img/new/about_slide5.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 105%;
}

.swiper-pagination-bullet-active{
	background-color:#0f1d1e!important;
}

.loop_area_wrap{
	width: 100%;
	margin: 10rem auto 0
}


.loop {
    height: 15vw;
    width: 100%;
}

.loop .swiper-wrapper,
.loop .swiper-slide>div{
height: 100%;
width: 100%;
}

.loop .swiper-wrapper {
  transition-timing-function: linear;
}

.loop .swiper-wrapper .sw1 div{
	background-image: url(img/new/loop1.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.loop .swiper-wrapper .sw2 div{
	background: url("img/new/loop2.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.loop .swiper-wrapper .sw3 div{
	background: url("img/new/loop3.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.loop .swiper-wrapper .sw4 div{
	background: url("img/new/loop4.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.loop .swiper-wrapper .sw5 div{
	background: url("img/new/loop5.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.loop .swiper-wrapper .sw6 div{
	background: url("img/new/loop6.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.loop .swiper-wrapper .sw7 div{
	background: url("img/new/loop7.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}


@keyframes zoomUp { /* ズームアップで1.15倍させる指定 */
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}

.top_preview .swiper-slide-active>div, .top_preview .swiper-slide-duplicate-active>div, .top_preview .swiper-slide-prev>div{
animation: zoomUp 10s linear 0s 1 normal both;
}

.flex-left-cont {
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
}

.flex-right-cont {
    width: 50%;
    position: relative;
}

.catch_area .flex-control-nav{
	display: none;
}


.catch_area {
    /*background-image: url(img/new/kv.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.catch_area::before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    filter: brightness(0.6);
    z-index: 1;
}

.catch-logo {
    width: 100px;
    margin-bottom: 140px;
}

.catch-copy {
    width: 80%;
    height: 80%;
    padding-left: 7%;
    z-index: 2;
    position: absolute;
    top: 20%;
}

.catch_area .flexslider {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
}

.header-copy {
    color: #fff;
	font-size: min(4vw,4.3rem);
    font-weight: 900;
}

.flex-wrap {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.text {
    font-size: 100%;
}

.about_area .text {
    
}

.about_area {
    margin: 5rem auto;
    width: 90%;
    box-sizing: border-box;
    max-width: 1200px;
    overflow-x: clip;
}

.about_area h3 {
    font-size: 2rem;
    text-align: center;
}

.about_area h3 span {
    font-size: 1.75rem;
}

.about_area .flex-left-cont {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.about_area .flex-right-cont {
    text-align: right;
    width: 100%;
    position: relative;
    margin: 0 0 5rem;
}

.about_area .flex-right-cont figure:nth-child(1) {
    position: absolute;
    width: 90%;
    right: -3rem;
    top: -2rem;
}

.about_area .flex-right-cont figure:nth-child(2) {
    position: absolute;
    bottom: -10rem;
    margin: 0;
    width: 90%;
}

.message_area {
   padding:60px 0 0;
}

.message_area figure{
    width: 70%;
}

.message-wrap.cont {
    background-color: #E7E5D8;
    padding: 50px;
	margin-
    width: 80%;
    align-items: center;
}

.message-wrap img {
    width: 330px;
}

.message-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #333;
}

.message-wrap p {
    color: #333
}

.product_area {
    margin: 200px auto;
    overflow-x: clip;
    max-width: 1280px;
}

.alcohol {
    padding-left: 5rem;
}

.product_area .flex-left-cont {
    width: 40%;
}

.recommend .flex-left-cont{
    padding: 0 0 0 5rem;
}

.product_area .menu-wrap {
    background: rgba(0, 0, 0, 0.6);
    max-width: 550px;
    padding: 2%;
}

.product_area h3 {
    font-size: 1.75rem;
    margin-bottom: 50px;
}

.product_area p {
	font-size: 100%;
}

.product-menu ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 1.5rem 0;
    width: 100%;
}

.product-menu ul li a {
    color: #fff;
    position: relative;
    width: 100%;
}

.product-menu ul li a:after {
    content: "";
    background-image: url(img/new/more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.5rem;
    height: 1rem;
    right: 0;
    top: 33%;
}

.product_area .menu-wrap {
    z-index: 1;
}

.alcohol-img-wrap {
    position: relative;
    height: 700px;
}

/*.alcohol-img-wrap img {
    position: absolute;
}

.alcohol-img-wrap img:first-of-type {
    top: 10%;
    right: 0;
    width: 560px;
    opacity: 0.6;
}*/


.alcohol .flex-right-cont figure:nth-child(1) {
    position: absolute;
    width: 90%;
    right: -2rem;
	max-width: 550px;
}

.alcohol .flex-right-cont figure:nth-child(2) {
    position: absolute;
    display: block;
    bottom: -5rem;
    width: 80%;
    left: -1rem;
	max-width: 500px;
}

.product_area.tobacco {
    padding-left: 0;
    padding-right: 7%;
}

.tobacco {
    position: relative;
    margin-bottom: 400px;
}

.tobacco .flex-wrap {
    flex-direction: row-reverse;
}

.tobacco-img-wrap {
    position: relative;
}

.tobacco-img-wrap figure {
    position: absolute;
    margin: 25% auto;
    width: 110%;
    left: -10%;
	max-width: 660px;
}

.tobacco-img-wrap img {

}

.tobacco-img-wrap2 {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 400px;
    z-index: -1;
}

.recommend {
    margin-top: 100px;
}

.recommend .flex-wrap{
	
}

.recommend-img {
    width: 80%;
    margin: 0 0 0 auto;
}

.recommend-img-wrap {
    position: relative;
    height: 900px;
}

.recommend-img-wrap img {
    position: absolute;
}

.recommend-img-wrap img:first-of-type {
    top: 0;
    right: 0;
    width: 610px;
}

.recommend-img-wrap img:last-of-type {
    bottom: 25px;
    left: -130px;
    width: 500px;
}

.recruit_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.recruit_area .cont {
    position: absolute;
    top: 13rem;
    width: 50%;
    left: 20%;
}

.recruit_area h3 {
    margin: 0 0 5rem;
    width: 85%;
}

.recruit_area p {
    font-size: 1rem;
    width: 85%;
}

.recruit_bg {
    /* position: absolute; */
    width: 120%;
    /* max-width: 1500px; */
    margin: 0px calc(40% - 50vw);
    height: 100vh;
    background-image: url(img/new/recruit-img.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.business_area {
    margin: 200px auto;
    width: 95%;
	position: relative;
}

.business_area .cont {
    padding: 0;
    margin: 0 auto;
    gap: 0;
    justify-content: space-between;
}

.business_area .cont .flex-cont {
    width: 45%;
}

.business_area iframe {
    filter: grayscale(0.6);
    width: 100%;
}

.link-box {
    color: #fff;
    background: #333;
    width: 100%;
    padding: 30px;
    border-radius: 50px;
    font-size: 28px;
    text-align: center;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
    justify-content: center;
}

.link-box img {
    width: 40px;
}

/* ボタン */
.link-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
    padding: 10px 50px;
    display: flex;
    font-size: 1.15rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 45%;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}

.link-btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 20px;
}

.link-btn-wrap {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: 50px;
}

.link-btn-wrap .link-btn {
    color: #333;
    border: 1px solid #333;
}

.link-btn-wrap .link-btn::before {
    background-color: #333;
}

/* 施工事例 */

.works_box {
    display: flex;
    gap: 75px;
}

.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb img {
    border: 2px solid #333;
    width: 100%;
    object-fit: cover;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tags {
    text-align: left;
}

.tag-item {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;    
}


/*イベントのご案内*/

.event_area{
    padding: 80px 0 60px;
    margin-top: 100px;
    position: relative;
}

.event_area .image {
    position: absolute;
    left: 15%;
    bottom: 0;
}

.event_area .flex {
    display: flex;
    width: 92%;
    max-width: 1000px;
}

.event_area h2{
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    margin: 0 0 80px 70px;
}

.event_area  .topics ul {
    display: flex;
    padding:  0 5%;
    position: relative;
}

.events_area .topics {
    width: 100%;
    box-sizing: border-box;
    padding: 1% 0;
}

.event_area .event li.event-item{
	width: 100%;
    padding: 20px;
    list-style: none;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.event_area .event li h3 p {
    margin: 5px 0 0 0;
    font-weight: 600;
    padding-left: 30px;
    font-size: 1.5rem;
} 

.event_area .event ul {
    position: relative;
}

/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

.swiper-button-next {
    right: 0%!important;
    left: auto;
    top: 40%!important;
}

.swiper-button-prev {
    left: 0%!important;
    right: auto;
    top: 40%!important;
}

/*新着情報*/

.topics_wrap{
    position: relative;
    background-image: url(img/new/topics-bg.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.topics_area {
    display:block;
    justify-content: space-evenly;
}


.topics_area .fb_area {
    width:auto;
	text-align:center;
}

.topics_area h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: auto !important;
}

.topics_area .flex-box {
    gap: 100px;
    background-color: #ddd;
    padding: 50px 205px;
    box-sizing: border-box;
    border-radius: 30px;
    width: 45%;
    margin: 0;
}

.topics {
    flex-grow: 1;
    display: none;
}

.topics h3 {
border-bottom: 1px solid #333;
}

.topics h3 a {
    display: flex;
}

.topics h3 a p {
    color: #333;
}

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

#list li h3{
    font-size: 1.15rem;
	font-weight:bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a{
font-size: 0.9rem;
color: #333;
}

#list li h3 a p {
    color: #333;
}

#list li p {
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #333;
}


#home .topics .date{
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    color: #333;
    margin: 15px 40px 20px 0px;
}


.readmore{
display:block;
float:right;
}

.date{
font-weight:bold;
}

.cat{
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}




/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/

#page{
    background-image: url(img/background-img.webp);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: 120% -1%;	
}

#wrap {
    margin: 0px auto;
    min-height: 100%;
    max-width: 100%;
    padding: 0px 0 0px 0;
    z-index: 3;
    overflow-x: clip;

}

#page #wrap {
    padding-top: 5%;
    border-top: 1px solid;

}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 2% 2% 100px;
z-index: 1;
max-width: 1260px;
	box-sizing: border-box;
}

/*見出し*/

#page h2{

}



#page .cont p{
	line-height:180%;
	margin: 18px 0 10px;
	padding:0px;
	font-size:100%;
}

#main_con{
max-width:100%;
width: 880px;
vertical-align: top;
display: inline-block;
padding-left: 5px;
box-sizing:border-box;
}

/*共通ボックスCSS インラインブロック用*/

.cont_box{
width:100%;
text-align:center;
margin:10px auto 15px;
display:flex;
}


.three_box,.four_box,.five_box,.six_box,.seven_box{
padding:3px;
box-sizing:border-box;
}


.seven_box{
width:66%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.seven_box h3{
margin-top:0px!important;
}

.seven_box img{
display: inline-block;
    vertical-align: top;
    text-align: center;
    /* height: 180px!important; */
    width: 90%;
    margin: 0 auto 5px;
}

.six_box{
width:58%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.four_box{
    width: 39%;
    max-width: 100%;
    margin: 10px auto 10px;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

#page .seven_box,#page .six_box,#page .five_box,#page .three_box,#page .four_box{
padding:1%;
}

.four_box img{
border-radius:10px;
}

.five_box{
width: 48%;
max-width: 100%;
margin: 10px 5px 10px;
display: inline-block;
vertical-align: top;
}


.two_box{
    width: 20%;
    max-width: 100%;
    margin: 10px auto 10px;
    display: inline-block;
    vertical-align: top;
    padding: 14px 10px;
    font-size: 80%;
}

.three_box {
    width: 30%;
    max-width: 100%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}

.three_box p {
    text-align: justify;
    font-size: 90%;
    letter-spacing: 1px;
}

.three_box img{
vertical-align: top;
width: auto;
}

/*単独ページの共通設定*/
#page #main p{
    text-align: justify;
    padding: 0 5px 20px 5px;
    font-size: 100%;
    line-height: 1.8;
}

#page #main h2{
    margin: 20px 0 30px;
    font-size: 1.3rem;
	font-weight:bold;

}

#page #main h3{
	padding: 10px 0px 10px 0px;
    margin: 0px;
    font-weight: bold;
	font-size:1.5rem;

}

#page #main .center_h3{

}

#page #main h3 span{
    display: inline-block;
    font-size: 80%;
    /* width: 50%; */
    text-align: right;
    background: #fff;
    padding: 0px 5px 0 5px;
}


.page_title{
}

h4{
    margin: 25px 0 15px;
}

h4{
}


/*サイドバー */


/*フッター*/
#footer{
	overflow:hidden;
    min-width: 100%;
	position:relative;
	bottom: 0px;
	padding:60px 0;
    background-color: #0f1d1e;
}

#footer .footer-banner{
    display: flex;
    gap: 20px;
    width: 80%;
    margin: 0 auto 150px;
}

#footer .footer-banner a{
	
}

#footer .footer-banner p{
    margin: -1em 0 0;
}

#footer .cont {
    justify-content: space-around;
    background-image: url(img/footer-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0rem;
    margin: 0px auto 0px;
    width: 100%;
    gap: 10%;
    max-width: 100%;
}


.footer-info {
    z-index: 10;
    width: 50%;
    max-width: 600px;
}

.footer-info h2 {
    width: 205px;
    padding-bottom: 50px;
}

.footer-info a {
    color: #fff;
}

.foot_menu a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.foot_menu > ul {
    display: flex;
    gap: 10px;
}

.ft_bottom{
    font-size: 100%;
    color: #fff;
    font-weight: 500;
    /* padding-top: 80px; */
    width: 40%;
    margin: -90px auto 0;
    display: block;
    text-align: center;
	z-index: 10;
}

.foot_menu {
    text-align: right;
    z-index: 10;
    /* margin: 20px 50px 0; */
    width: 50%;
    max-width: 600px;
}

.foot_menu ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li{
    padding: 7px 0;
}

.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.ft_bottom .footer_info address {
    font-style: normal;
}


/*固定ページメインタイトル*/

#pageheader{
    width: 100%;
    /* height: 150px; */
    position: relative;
    z-index: 8;
    background: none;
    /* background-image: url(img/header-back.jpg); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* height: 0vh; 
    background-color: rgba(0, 0, 0, .5);*/
    /* background-size: cover;*/
}

.pageheader_cont{
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
}

.pageheader_cont h2 {
    color: #fff;
    font-size: 2rem;
    position: relative;
   padding:5% 0; 
    z-index: 40;
    width: 80%;
	text-align: center;
    margin: 0 auto;
    /*border-bottom: solid 1px;*/

}

.pageheader_cont h2 span {
color: #BFA813;
    font-size: 65%;
    display: block;
    /* position: absolute; */
    /* left: 360px; */

}

#headercont{
	position: relative;
	
}

#headercont:after {
    content: "";
    background-image: url(img/new/logo-yoko.jpg);
    width: 320px;
    height: 280px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 120px;
    left: 90px;
}


.pageheader_cont .left {
}

.about_head{
}

.recruit_head{
}

.contact_head{
}



/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
padding: 5px;
vertical-align: top;
display: inline-block;
box-sizing: border-box;
}


.post{
z-index:1;
}

.entrytext{
}



.postnav{
    padding: 20px 0;
    border-top: 1px solid #111;
    position: relative;
	display: flex;
    justify-content: space-between;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight:bold;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight:bold;
}



/*カテゴリー一覧設定*/

/*トピックス専用*/
.topics_h3{
	background: none!important;
    font-size: 115%!important;
    margin: 10px 0!important;
    padding: 5px 0px!important;
    border: none!important;
}

.cate_block{
	width: 1060px;
    max-width: 92%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px auto 20px;
    padding: 5px 10px 5px;
    display: block;
}

.cate_right{
vertical-align: top;
    display: inline-block;
    box-sizing: border-box;

    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 10px!important;
    border-bottom: 1px solid;
}
.summary {
    margin: 10px 0 15px;
    line-height: 120%;
    color: #888;
    text-align: justify;
}

.morelink{text-align:right;}
.morelink a{
    border-radius: 5px;
    padding: 2px 8px;
    color: #111;
	border:1px solid #111;
    display: inline-block;
}

#sidebar #list ul li {
    margin-bottom: 5px;
    width: 98%;
    padding: 0;
    display: block;
    vertical-align: top;
    padding: 5px;
}

/*各固定ページ設定 エディタ内で利用*/

.page_cont{
	max-width: 1080px;
    margin: auto;
    padding: 30px 0 80px;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}
/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{
border-bottom: 1px solid;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:80px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
padding: 20px 0;  /*ボックス内の余白*/
margin-top:-50px;
border-radius: 20px}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
}
#page-top a {
background: url(img/up.png) no-repeat;;
text-decoration: none;
color: #fff;
width: 45px;
height: 45px;
text-indent: -99999px;
display: block;
}

#page-top a:hover {
width: 45x;
margin-bottom: 0px;
height: 45px;
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


/*パンくずリスト*/
.breadcrumbs {
    font-size: 55%;
    margin-left: 5px;
    margin-bottom: 15px;
}
.breadcrumbs span {
    padding: 0 0px;
    font-weight: bold;
    font-size: 0.7rem;
}

.breadcrumbs a{
font-weight: bold;
    /*border: 1px solid #111;*/
    border-radius: 20px;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;}
.drawer-hamburger{display:none!important;}

@media screen and (max-width: 1300px){
    .catch_left .menu-items li a {
        white-space: initial;
    }
}


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

* {font-size: 14px;}
.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider{min-width:100%; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
margin:0px;
box-sizing:border-box;
}

#header{
	max-width:100%; min-width:100%;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding:30px 30px 10px 30px;
    margin:0px;
    height:auto;
    display: block;
}
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}



#pageheader {
    padding: 0px 0px 0px;
}

#list{
max-width:100%;
margin:auto;
}


#main_con{
padding:5px;
box-sizing:border-box;
}

.two_box img,.three_box img,.four_box img,.five_box img,.seven_box img,.six_box img{
}

#main_menu{display:none;}


#header h1,.logo{
        display: block;
        height: 25%;
        width: 35%;
        z-index: 50;
        position: relative;
        opacity: 1;
}	
	
#header h1 a,.logo a{
    display: block;
    vertical-align: bottom;
	height: 100%;
    width: 100%;
    background-size: contain;
}

#header h2 {
    font-size: 8px;
    padding-top: 10px;
    font-weight: bold;
}

.pageheader_cont h2 {
    color: #fff!important;
    font-size: 130%!important;
    margin: 10px auto;
    padding: 0px 0px 0px 0px;
    border: none;
    letter-spacing: 2px;
    font-weight: bold;
	bottom: 0;
}

#page .cont{
padding:	1.5%;
box-sizing:border-box;
	}
	
    #page #wrap {
        padding: 4% 0 8%;
    }

/*トップページ*/

.recruit-wrap p{
    font-size: 105%;
	}
	
.product_area h3 {
    font-size: 1.65rem;
}
	
.pageheader_cont h2 span {
    font-size: 80%;
    left: 0px;
    top: -20px;
}

.catch_area .flexslider.mobile{
	height: unset;
}

.flex-wrap {
    flex-direction: column;
    gap: 20px;
}

.flex-left-cont,.flex-right-cont {
    width: 100%;
    margin:0;
}

.about_area h3 {
    font-size: 1.7rem;
}

.about_area h3 span {
    font-size: 1.2rem;
}

.catch_area {

    display: block;
    margin-top: 0;
    background-size: 100%;
    background-position: bottom;
}

.catch-logo {
    width: 60px;
    margin-bottom: 30px;
}

.catch-copy {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    padding: 0;
    top: 3%;
    left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-copy {
    font-size: clamp(20px, 6vw, 42px);
    margin-top: unset;
}

.flex-right-cont,.flex-left-cont {
    width: 50%;
}

.about_area {
    padding: 20px;
    margin: 30% auto 0;
}

.about_area .flex-wrap{
    flex-direction: unset;
	align-items: center;
	flex-wrap: wrap;
}

.about_area .flex-right-cont {
    width: 45%;
}

.about_area .flex-right-cont .swiper{
    width: 90%;
}

.loop_area_wrap {
    margin: 5rem auto 0;
}

.loop {
    height: 35vw;
    width: 100%;
}

.event_area {
    margin-top: 0;
}

.event_area .event li.event-item {
    padding: 30px;
}

.event_area .event li.event-item p {
    padding-left: 0;
}

.message-wrap.cont {
    padding: 3% 10%!important;
    box-sizing: border-box;
    width: 100%!important;
	max-width: 500px;
	
}

.message-wrap figure{
    width: 65%;
}

.message-wrap.cont {
    width: 90%;
}

.message-wrap p {
}


.product_area .flex-wrap {
    flex-direction: column-reverse;
	align-items: center;
}


.product_area {
    margin: 10rem auto 0!important;
    padding: 3%!important;
}

.product_area .flex-left-cont {
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
}

.alcohol .flex-right-cont figure:nth-child(1){
	position: relative;
    width: 100%;
    right: -20%;
    max-width: 500px;
}


.alcohol .flex-right-cont figure:nth-child(2){
	position:relative;
	bottom: 0rem;
    left: -2rem;
}

.tobacco-img-wrap figure {
    position: relative;
    width: 100%;
    left: unset;
    margin: 0px auto;
	max-width: 500px;
}

.tobacco-img-wrap2 {
    position: relative;
    width: 75%;
    left: -3vw;
    top: 2rem;
	max-width: 360px;
}

.recruit_bg {
    height: 50vh;
}

.recruit_area .cont {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}

.recruit_area p {
    width: 100%;
}

.recruit_area h3 {
    margin: 0 0 2rem;
    width: 85%;
}

.topics_area {
    flex-direction: column;
    align-items: center;
	padding: 0 0 35%;
    margin: 0;
}

.fb_area.mobile {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
	width: 300px;
}

.topics_area .flex-box {
    width: 100%;
	max-width: 600px;
}

.business_area .cont .flex-cont {
    width: 100%;
	margin: 5rem auto;
}

.business_area .cont .flex-cont p{
	margin: 0;
	text-align: center;
}

.business_area .cont .flex-cont figure{
	margin: 0;
}

.topics_bg {
    bottom: 0;
}

.business_area {
    margin: 10% auto;
}


/* ボタン */
.link-btn-wrap {
    flex-direction: column;
    margin-top: 20px;

}

.link-btn {
    width: fit-content;
    margin: 0 auto;
    display: block;
}

/* footer */
#footer {
padding: 30px 0 0;
}

#footer .cont {
    flex-direction: unset;
    /*gap: 30px;*/
	padding: 20px 50px 50px !important;
	background-repeat: no-repeat;
    background-size: cover;
	align-items: center;
}

.footer-info h2 {
    width: 60%;
    padding-bottom: 25px;
    margin: 0 auto;
	max-width: 200px;
}

.footer-info address,.footer-info a {
    font-size: 16px;
    text-align: center;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    gap: 20px;
}

.foot_menu > ul {
    flex-direction: column;
    gap: 0px;
}

.foot_menu > ul li {
    font-size: 16px;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
    padding: 50px 0 20px;
}

.ft_bottom {
        display: block;
        font-size: 0.6rem;
        text-align: center;
        width: 100%;
        padding: 0%;
        margin: 0 auto;
}
.ft_bottom .footer_logo {
    width: 230px;
}
	
	#footer .footer-banner{
    flex-direction: column;
	}
	
	#footer .footer-banner p{
    font-size: 95%;
	}
	
    .footer-info {
        margin: auto 0;
        width: 100%;
        text-align: center;
    }
	
	.footer_logo{
	margin: 3% auto 0;
	}

/* button */

/*カテゴリー・投稿*/	

.cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
}
	.cat{

	}

#page .cate_right {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;
}


/* 固定ページ */
.page_box {
    flex-direction: column;
}

.about-list .reverse{
    flex-direction: column-reverse;
}
	
.about-image {
	width: 100%;
}


	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}

#home .cont{
padding:18px;
box-sizing: border-box;
}

h2{font-size:120%; letter-spacing: 1px;}
h3{font-size:108%; letter-spacing: 1px;}


.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}

#list ul {

    font-size: 100%;
    line-height: 160%;
    letter-spacing: 0px;
}

#list ul li{
margin-bottom:5px;
}

.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(0,0,0,.5);
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    position: fixed;
    background: #0f1d1e;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10% 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    #g-nav #g-nav-list {
        width : 100%;
        padding: 25% 5%;
        box-sizing: border-box;
    }
    
}



#g-nav #g-nav-list h2{
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem!important;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/
#g-nav ul {
    margin: 0;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav ul .tel_button a{
	border: none;
    padding: 8px 0;
}

#g-nave .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav .contact_menu .contact_link:before{
content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-items li {
    list-style: none;
    text-align: left;
    width: auto;
    padding: 10px 5px;
    line-height: normal;
	cursor:pointer;
}

#g-nav .menu-items li a {
    color: #fff;
    text-decoration: none;
    font-size: inherit;
    padding: 0;
    letter-spacing: 0;
    font-weight: bold;
}

#g-nav .menu-items li a > img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a > span {
    font-size: 10px;
    display: block;
}

#g-nav .big_li {
    min-width: unset;
    width: 30% !important;
}

#g-nav .big_li .accordion {
    font-size: inherit;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#g-nav .big_li .accordion::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ffffff;
    border-bottom: 0;
}

#g-nav .small_ul {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.1s cubic-bezier(0, 0, 0.38, 0.98);
    padding: 0 0 0 1rem;
    margin: 0;
    left: 0;
    top: 0.5rem;
    width: 100%;
    min-width: 300px;
}

#g-nav .small_ul::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    height: 340px;
    width: 1px;
    left: 0.5rem;
    top: 0.5rem;
}

#g-nav .small_ul li {
	cursor:pointer
    font-size: 0.9rem;
    padding: 3px 5px !important;
	font-size: 0.8rem;
}

#g-nav .small_ul.is_active {
    max-height: 240px;
}

#g-nav article {
    display: flex;
    justify-content: space-around;
    margin: 5% auto 0;
    align-items: center;
}

#g-nav article h2 {
    width: 30%;
}


#g-nav .first_header {
    display: flex;
    gap: 2vw;
}

#g-nav .second_header-l {
	
}

#g-nav .second_header-r { 
	
}

#g-nav .recruit_btn {
    margin: 2rem 0 0;
    display: block;
    width: fit-content;
}

#g-nav .address_area {
	
}

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

#g-nav article {
    flex-direction: column;
	margin: 15% auto 0;
}

#g-nav .big_li {
    width: 30% !important;
}
	
	

}

@media screen and (min-width: 768px) {
    #g-nav #g-nav-list {
        width: 50vw;
        padding: 3rem;
        box-sizing: border-box;
    }

    #g-nav .menu-items li a {
        
    }
    
    #g-nav .menu-items li a > span {
        line-height: 20px;
    }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 2%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #0f1d1e;
    border-radius: 50%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:29px;
}

.openbtn1 span:nth-of-type(3) {
  top:38px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 40px;
        height: 40px;
        opacity: 1;
        }  
    .openbtn1 span {
        left: 9px;
        }
    .openbtn1 span:nth-of-type(1) {
        top:13px; 
        }
    .openbtn1 span:nth-of-type(2) {
        top:19px;
        }
    .openbtn1 span:nth-of-type(3) {
        top:25px;
        }
    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 8px;
        width: 60%;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 8px;
        width: 60%;
    }
}

@media(width<=450px){
    #footer .cont {
        flex-direction: column;
        /* gap: 30px; */
        padding: 20px 50px 50px !important;
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
    }
	
    .recruit_bg {
        height: 35vh;
    }
	
	.about_area {
    padding: 20px;
    margin: 5rem auto 0;
}

.about_area .flex-right-cont {
    width: 100%;
}

.about_area .flex-right-cont .swiper{
    width: 90%;
    height: 90vw;
}
	
	.flex-right-cont, .flex-left-cont {
        width: 100%;
    }

}
