@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #312608;
	line-height: 24px;
	font-size: 16px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", Bodoni MT, 'Bodoni 72';
	font-style: normal;
  width: 1920px;
  margin: auto;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a{
  text-decoration: none;
  color: inherit;
}
a:hover{

}

a:visited{
  color: inherit;
}

a:hover img{
	opacity: 0.7;
}

.clear{
  clear: both;
}

/* 問い合わせフォーム
---------------------------------*/

.Form {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  font-size: 80%;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
  background-color: #FF8080;
  padding: 5px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    width: 40px;
    padding: 0px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin: 100px auto;
  font-size: 16px;
  border: 1px solid;
  width: 50%;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}


/* 
ここから共用
================================================ */


body{
  letter-spacing: 1.5px;
  max-width: 100%;
}


footer{
  color: #fff;
  padding: 20px 80px;
  font-size: 12px;
  background-color: #989A8F;
  display: flex;
}

.fleft{
width: 60%;
}

.fcenter{
  width: 20%;
}

.fright{
  width: 20%;
}

footer li{
line-height: 3;
}


.white{
  text-align: center;
  padding: 100px 0;
}

.cream{
  color: #fff;
  text-align: center;
  padding: 100px 0;
  background-color: #FAF8F1;
}

.gray{
  text-align: center;
  padding: 100px 0;
  background-color: #F5F5F4;
}

h2{
  font-family: "Mshtakan", Helvetica;
  font-size: 50px;
  font-weight: normal;
}

.cap{
  margin: 20px 0 100px;
}

h3{
  font-size: 32px;
  line-height: 1.5;
  margin: 100px 0 50px;
}

p{
  line-height: 3;
}

.link{
  margin: 100px 0;
  font-size: 20px;
}



#flag{
  position: fixed;
  top: 0px;
  left: 140px;
  z-index: 100;
}

#menu{
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 100;
}

#menu ul{
  float: right;
}

#menu li{
  float: left;
}

#menu li a{
  color: #333;
  display: block;
  padding: 23px 12px;
}

#right_menu{
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 100;
}

#right_menu ul li{
  margin: 15px 0;
}

#right_menu01{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 25px;
  background-color: #FF8080;
}

#right_menu02{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 25px;
  background-color: #C09518;
}

#right_menu03{
  color: #05085D;
  display: block;
  padding: 13px 165px 13px 25px;
  background-color: #fff;
}

#right_menu03 img{
  padding: 0 10px 0 0;
}

.menu_con{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.menu_con h3{
  margin-top: 0;
}

.menu_left{
  float: left;
  width: 491px;
}

.menu_right{
  float: right;
  width: 539px;
  padding-left: 50px;
}

.menu_space{
  height: 100px;
}

.top_table{
  margin: auto;
  text-align: left;
}

.top_table td{
  padding: 5px 20px;
}

.access{
  margin: auto;
  margin-top: 50px;
  width: 800px;
  text-align: left;
}

.access_left{
  float: left;
  margin-right: 50px;
  padding-top: 6px;
}

.access_right{
  float: left;
}
.access_right img{
  float: left;
  padding: 12px 15px;
}

.access_right p{
  float: left;
  font-size: 40px;
  font-weight: bold;
}

.top_contact{
  display: flex;
  justify-content: center;
}

.top_contact_01{
  width: 400px;
  background-color: #CEB779;
  height: 80px;
    margin: 0 20px;
}

.top_contact_02{
  width: 400px;
  background-color: #CEB779;
  height: 80px;
    margin: 0 20px;
}

.top_contact p{
  font-size: 20px;
  line-height: 1.5;
  padding: 25px 0;
  transition: all 1s;
}

.top_contact p:hover{
  transform: translate(5px,0);
}


#logo{
  position: absolute;
  top: 0px;
  left: 140px;
}

#under_about{
  height: inherit;
  position: relative;
  background-image: url(../img/about_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_about:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}

#under_menu{
  height: inherit;
  position: relative;
  background-image: url(../img/menu_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_menu:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}

#under_gallery{
  height: inherit;
  position: relative;
  background-image: url(../img/gallery_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_gallery:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}

#under_contact{
  height: inherit;
  position: relative;
  background-image: url(../img/contact_top.webp);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 1980px;
  height: 550px;
}

#under_contact:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,20,57,.8); 
}


h1{
  font-size: 80px;
  color: #fff;
  position: absolute;
  font-family: "Poiret One", Helvetica;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.font24{
  font-size: 24px;
}

.mb25{
  margin-bottom: 25px;
}
.mb50{
  margin-bottom: 50px;
}
.mb100{
  margin-bottom: 100px;
}

.menubox{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.menubox{
  float: left;
  width: 30%;
}

.menuboxcenter{
  margin: 0 5%;
}

.menubox_title h3{
  text-align: center;
  font-size: 24px;
  margin: 30px 0;
}

.wine{
  width: 1080px;
  margin: auto;
  border: solid 1px #001439; 
	outline: solid 5px #001439;  
	outline-offset: 1px; 
}

.wine h2{
  font-size: 32px;
  font-weight: bold;
  padding: 50px 0 30px;
}

.wine_list{
  width: 40%;
  margin: 0 5%;
  text-align: left;
  float: left;
}

.wine_list h3{
  font-size: 24px;
  font-weight: bold;
  border-bottom: #001439 solid 1px;
  padding-bottom: 15px;
  margin: 20px 0 0;
}

.wine_list p{
  padding-bottom: 5px;
}

.wine_list_l{
  float: left;
  padding: 15px 0;
}
.wine_list_r{
  float: right;
  padding: 15px 0;
}

.wine_price{
  font-weight: bold;
}


.art{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.art h3{
  margin-top: 0;
}

.artbox{
  float: left;
  width: 30%;
}

.artboxcenter{
  margin: 0 5%;
}

.art_title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.art_title h3{
  margin: 30px 0;
}

.artbox p{
  background-color: #C09518;
  border-radius: 30px;
  font-size: 16px;
  height: 30px;
  width: 80%;
  margin: auto;
  padding: 15px 0px;
}

.faq h2{
  font-size: 32px;
}

.faq h3{
  font-size: 24px;
  font-weight: normal;
}

.faqbox{
  width: 1080px;
  margin: auto;
  text-align: left;
}

.faqq{
  text-align: left;
  padding: 10px;
  text-indent: -70px;
  padding-left: 80px;
  padding-right: 20px;
}
.faqa{
  text-align: left;
  padding: 10px;
  background-color: #FFF2F2;
  text-indent: -70px;
  padding-left: 80px;
  padding-right: 20px;
}
.faqq img{
  padding: 0 20px;
}
.faqa img{
  padding: 0 20px;
}


.news{
  display: flex;
  margin-top: -100px;
}

.snswrap{
width: 10%;
text-align: center;
padding-top: 110px;
}

.snswrap img{
  margin: 10px 0;
}

.newswrap{
  display: flex;
width: 90%;
background-color: #989A8F;
color: #fff;
padding: 40px;
z-index: 10;
}

.newsleft{
width: 20%;
}

.newsleft p{
line-height: 4;
}

.newsright{
width: 80%;
}
.newsright li{
  padding: 8px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.newsright li a:hover{
  color: #CEB779;
}

.newsleft h2{
  font-style: italic;
  font-family: "Times New Roman", Bodoni MT, 'Bodoni 72';
}

.newsleft p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.newsleft a{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.newsleft a:hover {
  color: #CEB779;
}


.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.moreLinkText:hover .lineArrow:hover   {
    border-bottom: 1px solid #CEB779;
    border-right: 1px solid #CEB779;
}
.moreLinkText:hover {
  color: #CEB779;
}
.lineArrow {
  width: 50%;
  height: 10px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(45deg);
  margin: -6px 0 0 -8px;
}

.lineArrowcontact {
  width: 50px;
  height: 7px;
  border-bottom: 1px solid #312608;
  border-right: 1px solid #312608;
  transform: skew(45deg);
  margin: -47px 0 0 364px;
}




/* --- 親BOXの定義 --------------------------------------------*/
.title {
  position      : relative;             /* 親要素               */
  overflow      : hidden;               /* はみ出しは非表示     */
  margin        : 0 auto;               /* BOXの位置(中央寄せ)  */
  height        : 180px;                /* BOXの高さ            */
}
 
 /* --- 前面文字の定義 -----------------------------------------*/
.titleFront {
  display       : inline-block;         /* インラインブロック化 */
  position      : absolute;             /* 親要素からの相対位置 */
  font-weight   : bold;                 /* 太字                 */
  font-size     : 32px;                 /* 前景文字のサイズ     */
  line-height   : 1.3;                  /* 行間隔               */
  text-align    : center;               /* 文字の中央寄せ       */
  top           : 60px;                    /* 親要素にサイズにする */
  left          : 0;
  right         : 0;
  bottom        : 0;
  font-weight: normal;
}
 
 /* --- 背景透かし文字の定義 -----------------------------------*/
.titleBack {
  display       : inline-block;         /* インラインブロック化 */
  white-space   : nowrap;               /* 折り返ししない       */
  font-size     : 160px;                 /* 背景透かし文字サイズ */
  line-height   : 1;                    /* 行間隔               */
  color         : rgba(152, 154, 143, 0.1); /* 背景透かし文字色     */
  font-family: Bodoni MT, 'Bodoni 72';
}

.titleFrontc {
  color: #312608;
}


hr{
  height: 60px;
  width: 1px;
  border-width: 0;
  background-color: #989A8F;
  margin-bottom: 50px;
 }

.linkbtn{
  border: 1px solid #CEB779;
  color: #CEB779;
  padding: 15px;
  display: block;
  width: 200px;
  margin: 50px auto;
  transition: border-radius 0.5s;
}
.linkbtn:hover{
  border-radius: 35px;
}



.carousel ul {
  overflow-x: auto;       /* 横幅が画面からはみ出たら横スクロールさせる */
  white-space: nowrap;
}
.carousel ul li {
  display: inline-block;  /* 要素を横並びにする */
}
.carousel ul li p {
  text-align: left;
  padding-left: 5px;
}

.carousel ul {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
 .carousel ul ::-webkit-scrollbar{
  display: none;
}


.abouta{
  font-size: 16px;
  margin: 4rem auto 5rem;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.untop{
  margin-top: 8rem;
}

.fontcolor{
  color: #312608;
}

.productcon p{
  line-height: 2;
  margin-bottom: 3rem;
}

.productcon h4{
  margin: 3rem;
  font-size: 24px;
    font-weight: normal;
}

.productcon h3{
    font-weight: normal;
}

.productcon img{
  margin-top: 5rem;
}

.workscon{
  display: flex;
  max-width: 1360px;
    margin: auto;
    justify-content: center;
}
.worksitem{
  width: 30%;
  margin: 2rem;
}
.worksitem p{
  text-align: left;
  font-size: 18px;
  line-height: 2;
}

.cat{
  font-size:12px !important;
  color: #CEB779;
  }

.workscon img{
width: 100%;
}

.workssub{
  max-width: 960px;
    margin: auto;
}


.workssumb{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.workssub p{
font-size: 18px;
line-height: 2;
}

.workssubdata p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
}

.workssubline{
  border-bottom: 1px solid #312608;
  width: 80%;
  max-width: 960px;
  margin: 3rem auto;
  padding-bottom: 3rem;
}

.workstitle{
  font-size: 150% !important;
}

.workssumb img{
  margin: 15px auto;
}

.workssub li{
  list-style: none;
}

.workssubtext{
max-width: 900px;
    margin: auto;
}



.companytable{
  color: #312608;
  margin: auto;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 940px;
}

.companytable tr{
  border-top: 1px solid #312608;
  border-bottom: 1px solid #312608;
}

.companytable td{
  padding: 10px 30px;
}

.google-map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 3rem 0 0;
}

.newscon{
  width: 940px;
  margin: auto;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.newsday{
  font-size:16px;
  padding-left: 3rem;
}

.newstitle{
 border-bottom: #312608 2px solid;
 padding: 0 0 1rem;
 padding-left: 3rem;
 font-size:24px;
}

.newstext{
  border-bottom: #312608 2px solid;
  padding: 3rem;
  margin-bottom: 6rem;
  line-height: 2;
}


.onimg {
  position: relative;  /* 帯の表示位置の基準とする */
  margin: 10px;
}

.onimg img {
  width: 450px;
}

.onimg p {
  color: #fff;
  font-size: 24px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(30,24,1,0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all 0.2s ease;
}
.onimg:hover p {
  opacity: 1;   
}

.onimgwrap{
max-width: 960px;
margin: auto;
display: flex;
justify-content: center;
}





.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #FAF8F1;
  display: block;
  order: -1;
}
.tab-label {
  color: #fff;
  font-size: 18px;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 25px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
text-align: center;
    background-color: #F5F5F4;
}

.tab-switch:checked+.tab-label {
  background: #F5F5F4;
  color: #312608;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  padding-bottom: 5rem;
}
.tab-switch {
  display: none;
}
.tabflex{
  display: flex;
justify-content: space-around;
}





.comp{
  text-align: left;
  max-width: 600px;
  line-height: 2.5;
}

.privacywrap{
  width: 940px;
  margin: auto;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
}

.privacywrap p{
  line-height: 2;
  margin: 1rem 0;
}

.privacywrap h4{
  font-size: 24px;
  color: #CEB779;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", Bodoni MT, 'Bodoni 72';
  margin: 3rem 0 0;
}


.f24{
  font-size: 24px;
  line-height: 2.5;
}

.f32{
  font-size: 32px;
}

.lh1{
  line-height: 1;
}

.bold{
  font-weight: bold;
}

.back{
  background-color: #FFFFFF;
  width: 160px;
    padding: 10px 20px !important;
}

.textleft{
  text-align: left;
}


.productcon p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


.instagram{
  display: flex; 
  justify-content: space-between; 
  margin: 3rem auto;
  scrollbar-width: none;
    overflow-x: auto;
    white-space: nowrap;
}

.instagram img{
  width: 300px;
}


.menu_contact{
  }
  
.menu_contact a{
padding: 0 !important;
}

.menu_contact img{
  height: 70px;
}

.menu_hum a{
  padding: 0 !important;
  }
  
.menu_hum img{
    height: 70px;
  }

#menu li a:hover{
  color: #CEB779;
}

footer a:hover{
  color: #CEB779;
}

.recruitimg{
display: flex; justify-content: space-between; max-width: 940px; margin: 3rem auto;
}





/* 
panru
================================================ */

.open_sub_window {

}
.open_sub_window:hover {
    opacity: 0.8;
}

.check_sub_window {
    display: none;
}

.bg_sub_window {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.bg_sub_window:hover {
    transition: 0.5s;
}

.check_sub_window:checked + .bg_sub_window {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s;
}

.sub_window {
  position: absolute;
  top: 70px;
  right: 0;
  padding: 30px;
  background-color: #312608;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .sub_window {
        width: calc(100% - 20px);
    }        
}
@media print, (min-width: 768px) {
    .sub_window {

    }
}

.close_sub_window {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
}
.close_sub_window::before,
.close_sub_window::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #CEB779;
    content: "";
}
.close_sub_window::before {
    width: 60%;
    height: 3px;
}
.close_sub_window::after {
    width: 3px;
    height: 60%;
}
.close_sub_window:hover {
    cursor: pointer;
}

.sub_window_content {
    display: table;
    margin: 0px auto;
}


.hum_window{
  display: flex;
}

.hum_window ul li a{
color: #FFF !important;
}
.hum_window ul li a:hover{
  color: #CEB779 !important;
}

.hum_window ul li{
float: none !important;
line-height: 3;
}

.hum_window ul {
  margin: 0 1rem;

}

.btn{
  display: block;
  border-radius: 40px;
  color: #CEB779 !important;
  width: 300px;
  text-align: center;
  padding: 15px 0;
  margin: 2rem auto 2rem 1rem;
  border: 1px solid #CEB779;
}

.btn:hover{
  color: #FFF !important;
  background-color: #CEB779;
}

.hum_icon{
  display: flex;
  position: absolute;
    right: 15px;
    bottom: 4rem;
}

.hum_icon img{
  width: 30px;
  height: 30px;
}



/* 
paneru
================================================ */






*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_cssslider {
	max-width: 900px;
	padding-top: 700px; /* 画像の高さ */
	position: relative;
	margin: 2em auto;
	text-align: center;
}
.cp_cssslider > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
	display: none;
}
/* サムネイル */
.cp_cssslider label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}
.cp_cssslider label:hover {
	opacity: 0.9;
}
.cp_cssslider label img {
	display: block;
	width: 130px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
}























/* 
LARGE DISPLAY
================================================ */
@media ( min-width : 700px ){

  .sp{
    display: none;
    }	
 
    .tab-label01 {
      margin-left: 100px;
    }
    
    .tab-label02 {
      margin-right: 100px;
    }


  .main-video{
    height: 90vh;
    overflow: hidden;
  }



  }
  /* 
  ここまでPC用
  ================================================ */
  
  /* 
  ここからスマホ用
  ================================================ */
  @media ( max-width : 700px ){
    
  .pc{
    display: none;	
    }	

  video {
    width: 100%;
  }
  iframe {
    width: 100%;
  }

  .top_contact {
    width: 100%;
  }
  .top_contact_01 {
    width: 80%;
    margin: 20px 10%;
    height: 80px;
    }
  .top_contact_02 {
    width: 80%;
    margin: 20px 10%;
    height: 80px;
    }
  .top_contact p{
    font-size: 16px;
    padding: 30px 10px 30px 0px;
  }
  .lineArrowcontact {
    margin: -45px 0 0 275px;
}

  h2{
    font-size: 35px;    
  }

  h3{
    font-size: 22px;
    text-align: center;
  }

  p{
    line-height: 2.5;
    font-size: 12px;
  }

  #logo{
    display: none;	   
  }
  #menu{
    display: none;	  
  }
  #right_menu{
    display: none;	
  }

  .menu_con {
    width: 100%;
  }
  .menu_left {
    float: none;
    width: 80%;
    margin: auto 10%;
}

.menu_right {
  float: none;
  width: auto;
  padding-left: 0;
  margin-top: 30px;
}

#flag {
  position: absolute;
  top: 0px;
  left: 0;
  width: 30%;
}

.access {
  width: 100%;
}


#foot_menu{
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

#foot_menu ul li{
  margin: 0;
}

#foot_menu01{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 40px;
  background-color: #FF8080;
}

#foot_menu02{
  color: #fff;
  display: block;
  padding: 13px 165px 13px 40px;
  background-color: #C09518;
}

#foot_menu03{
  color: #05085D;
  display: block;
  padding: 13px 0px 13px 40px;
  background-color: #fff;
}

.link {
  margin: 100px auto;
  font-size: 16px;
  border: 1px solid;
  width: 50%;
  border-radius: 30px;
  padding: 10px;
}

  .access_sp{
    text-align: left;
    padding: 0 10%;
    font-size: 12px;
}

  .access_sp_title{
    font-weight: bold;
    margin-top: 10px;
  }

  .access{
    text-align: center;
  }

  .access_left {
    float: none;
    margin-right: 0;
    padding-top: 6px;
}

  .text_sp{
    font-size: 12px;
  }
  .font24{
    font-size: 16px;
  }

  h1{
    font-size: 35px;
  }

  #under_about{
    height: 100px;
  }

  #under_menu{
    height: 100px;
  }

  #under_gallery{
    height: 100px;
  }

  #under_contact{
    height: 100px;
  }

  .wine {
    width: 80%;
    margin: auto;
    border: solid 1px #001439;
    outline: solid 3px #001439;
    outline-offset: 2px;
}

  .wine h2 {
    font-size: 24px;
  }

  .wine_list {
    width: auto;
    margin: 0 3%;
    text-align: left;
  }

  .menubox {
    float: none;
    width: 80%;
}


.menubox_title h3 {
  font-size: 18px;
}

.menuboxcenter {
  margin: auto;
}

.menu_con {
  text-align: center;
}
.menu_con p{
  width: 80%;
  margin: 0 auto 50px;
}

.sp_p{
  width: 90%;
  margin: auto;
}

.art {
  width: 100%;
  text-align: center;
}

.art img {
  width: 80%;
}

.artbox {
  float: none;
  width: 100%;
}

.artboxcenter {
  margin: auto;
}

.artbox p {
  height: 34px;
  width: 50%;
  padding: 10px 0px;
  margin-bottom: 100px;
}

.faqbox {
  width: 100%;
}

.sp_w90{
  width: 90%;
}

.sp_head{
  height: 100%;
  background-color: #C09518;
}
.sp_head a{
  z-index: 102;
  position: relative;
}
.access_right img {
  padding: 22px 15px;
}

#foot_menu03 img {
  padding-right: 5px;
}



















/* Navbar & Navmenu color */
:root {
  --background-navbar: #C09518;
}

.header {
  width: 100%;
  height: 52px;
  z-index: 101;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: #312608;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  padding: 10px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  right: 52px;
}

.navicon {
  background: #001439;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #001439;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-size: 20px;
}


.top_contact{
  flex-direction: column;
}


footer{
  padding: 20px 20px;
}

.newswrap{
  font-size: 80%;
  flex-direction: column;
  width: 100%;
}

.news{
  margin-top: 0px;
}

.snswrap {
  padding: 60px 5px;
  display: none;
}
.spnews{
  border: 1px solid #FFF;
  text-align: center;
  width: 80%;
  margin: auto;  
}
.newsright{
  width: 100%;
}

.titleBack {
  font-size: 50pt;
}

footer {
  flex-direction: column;
}

.fleft {
  width: 100%;
}

.fcenter {
  width: 100%;
}

.fright {
  width: 100%;
}

.onimgwrap{
  flex-direction: column;
}

.onimg p{
  opacity: 1;
  font-size: 150%;
  background: rgba(0, 0, 0, 0);
}

.carousel ul li{
  width: 90%;
}

.abouta {
  margin: 1rem;
}

.companytable tr{
  display: flex;
    flex-direction: column;
    text-align: center;
    width: 92%;
    margin: auto;
}

.companytable td {
  padding: 10px;
}

.main-video{
  padding-top: 52px;
}

.titleFront{
  top: 20px;
}

.privacywrap{
  width: 94%;
}

.f24{
  font-size: 16px;
  margin: 2rem 0;
}

.newscon {
  width: auto;
}

.companytable {
  width: auto;
}

.recruitimg img{
  width: 48%;
  margin: auto 1%;
}

.back {
  background-color: unset;
  width: auto;
}


.cp_cssslider {
  max-width: 96%;
  padding-top: 310px;
}
.cp_cssslider label img {
  width: 110px;
}

.workssubtext {
  max-width: 92%;
}

.sptext{
  text-align: left !important;
  padding-left: 1rem;
  padding-right: 1rem;
}



  }
  /* 
  ここまでスマホ用
  ================================================ */