@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/* しっぽり明朝レギュラー */
@font-face {
    font-family: ' ShipporiMincho ';
    src: url('../fonts/ShipporiMincho-Regular.woff2') format('woff2'),
             url('../fonts/ShipporiMincho-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* しっぽり明朝セミボールド */
@font-face {
    font-family: ' ShipporiMincho ';
    src: url('../fonts/ShipporiMincho-SemiBold.woff2') format('woff2'),
             url('../fonts/ShipporiMincho-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
.shippori{font-family: ' ShipporiMincho ';font-weight:normal;}



body {
color: #333;
font-size: 92%;
line-height: 1.7em;
font-weight:normal;
font-family: ' ShipporiMincho ';
letter-spacing: 0.05rem;
position: relative;
overflow: hidden;
background: #010101;}

@media (min-width: 768px) {
body {
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {

body {
font-size: 94%;
line-height: 1.8em;
letter-spacing: 0.05rem;
}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
letter-spacing: 0.08rem;
}


}

@media (min-width: 1680px) {


}
/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.5;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

.mb30-xl { margin-bottom: 30px !important; }
}


.sans{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"!important;}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.flexbox{display: flex;align-items: center;}
.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background: rgba(0,0,0,.03);}
.bg-blue{background: #7CB1E2;}
.bg-border-top{border-top: 1px solid #ddd;}




/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.fluffy {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}

.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

[data-action="call"]  {text-decoration: none;}


/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1!important;letter-spacing: 0;display: inline!important;}
.small { font-size: .9em; line-height: 1.6; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-family: ' ShipporiMincho ';font-weight: 500;}

.white { color: #ffffff; }
.red { color: #f00; }
.green { color:rgba(0,168,0,1.00); }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}


/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background:url("../images/binding_dark.jpg");
	z-index: 9999999;
	text-align:center;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*=========テキストが流れるように出現（左から右） ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}
.slide-in img{width: 130px;height: auto;}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime,
.rightAnime{opacity: 0;/*事前に透過0にして消しておく*/}

.slideAnimeLeftRight {
	animation-name: slideText-100;
	animation-duration:.9s;
	animation-delay: .2s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideText-100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name: slideText100;
	animation-duration:.9s;
	animation-delay: .2s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideText100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

@media (max-width: 768px) {

.slide-in img{width: 130px;height: auto;}
}



/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

.splashbg1,
.splashbg2{display: none;}

body.appear .splashbg1,
body.appear .splashbg2{display:block;}

/*右に消えるエリア*/
body.appear .splashbg1{
	animation-name:PageAnime;
	animation-duration:1.5s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left:50%;
    transform: scaleX(1);
    background:url("../images/binding_dark.jpg");/*伸びる背景色の設定*/
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*左に消えるエリア*/
body.appear .splashbg2{
	animation-name:PageAnime2;
	animation-duration:1.5s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	right:50%;
    transform: scaleX(1);
    background:url("../images/binding_dark.jpg");/*伸びる背景色の設定*/
}

@keyframes PageAnime2{
	0% {
		transform-origin:right;
		transform:scaleX(1);
	}

	50% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1.5s;
	animation-delay:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/* header
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: relative;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
}

.sc {
background:url("../images/binding_dark.jpg");
display: flex;
align-items: center;
justify-content: center;
    width: 100%;
    margin: 0 auto;
	height: 170px;}
.sc img{vertical-align: bottom;width: auto;height: 140px;}
.sc .logo-xs{padding: 0em 1em;border-left:1px solid #555;border-right:1px solid #555;}
.sc .logo-xs a{}


.logo{display: none;}
.header-mail{display: none;}

.site-header{display: none;}
.header{display: none;}
.header-change{display: none;}

.main-logo{}



@media (min-width: 667px) {
.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;}
	


}

@media (min-width: 768px) {


}


@media (min-width: 992px) {
#bg{position: fixed;z-index: 1;}

.cb-header2 {display: none!important;}


.header {
  color: #fff;
  position:relative;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 100;
  height: 200px;
  display: flex;
  align-items: center;justify-content:flex-end;
  background:url("../images/binding_dark.jpg");
  padding: 0 15px;
}
.header-logo{position: absolute;z-index: 102; top: 50%;left: 50%;transform: translate(-50%, -50%);border-left:1px solid #333;border-right:1px solid #333;padding: .5em 1.8em;}
.header-logo a{transition: .4s;}
.header-logo a img{ height: 160px;width: auto;}
.header-logo a:hover{opacity: .7;}
.header .navi{display: flex;align-items: center;justify-content: flex-end;padding-right: 80px;}




/* ナビゲーションメニュー */
.nav-menu {}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
  margin-right: 2em;
}
.menu-item {position: relative;padding-left: 2em;}
.menu-item:first-child {padding-left: 0em;}
.menu-item a {
position: relative;
line-height: 1.5;
text-align: center;
font-size: 16px;
font-weight: normal;
  color: #fff;
  letter-spacing: .08rem;
  text-decoration: none; 
  transition: .5s;
writing-mode: vertical-rl;}

.menu-item a:hover {color: #86370c;}






}


@media (min-width: 1200px){

.menu-item {position: relative;padding: 0 1.2em;text-align: center;}
.menu-item a {
font-size: 18px;
letter-spacing: .1rem;
}



}

@media (min-width: 1680px){
.header {padding: 0 50px;}
.header {height: 320px;}

.header-logo{border-left:1px solid #333;border-right:1px solid #333;padding: .5em 1.8em;}
.header-logo a img{ height: 220px;width: auto;}


.menu-item {padding: 0 1.5em;}




}











/*main
------------------------------------------------------------------*/
#bg{position: absolute;
width: 100%;
height: 100vh;
z-index: 1;
background: #010101;
}
#bg img{
object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}


#top_visual{position: relative;height: calc(100vh - 80px);}
#top_visual span{opacity: 0;}




@media (max-width: 1800px){
#top_visual{}



}



@media (max-width: 1679px){

#top_visual{}



}


@media (max-width: 1199px){

}




@media only screen and (max-width: 991px) {
#top_visual{width: 100%;margin: 0 auto;height: 400px;}

#bg img{
object-fit:cover;
    position: fixed;
    left: 50%;
	transform: translateX(-50%);
    top: 0px;
    width: 100%;
    height:100%;}

}

@media only screen and (max-width: 767px) {
#top_visual{height: 350px;}


}


@media only screen and (max-width: 666px) {
#top_visual{height: 280px;}


}



/* ボタンデザイン
---------------------------------------------------- */



/* index.html 
---------------------------------------------------- */
.home #section01{position: relative; z-index: 10; padding: 70px 0px 80px;background: url("../images/bg-wa2.jpg");}
.index1{font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.3em;margin-bottom: .8em;line-height: 1.8;}
.pic1{position: relative;width: 250px;margin: 0 auto;margin-bottom: 20px;}
.tate{position: absolute;top:-1em;left:-1.2em;}
.tate h3{background: white;padding: .6em;writing-mode: vertical-rl;font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.5em;}
.tate span{position: absolute;top:0;left:4.2em;writing-mode: vertical-rl;background: white;padding: .6em .2em;font-family: ' ShipporiMincho ';font-weight: 500;font-size: 14px;}

.box1 .txt{line-height: 1.7;}

.home #section02{position: relative;z-index: 10; padding: 50px 0 0;background: rgba(0,0,0,.8);color: white;}
.home #section02 h3{font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.5em;margin-bottom: 1em;}
.home #section02 h3 span{display: block;font-size: 16px;margin-bottom: .6em;}
.home #section02 p{margin-bottom: 1.5em;}
.home #section02 .pic{width: 250px;margin: 0 auto;}

.home #section03{position: relative; z-index: 10; padding:50px 0px;background: rgba(0,0,0,.8);color: white;}
.price{display: flex;align-items: center;justify-content: space-between;padding:.5em .2em;border-bottom: 1px solid #555;}
.price-block{display: flex;align-items: center;justify-content: space-between;padding:.7em .2em;border-bottom: 1px solid #555;line-height: 1.4;}
.price-block .box{display: flex;justify-content: flex-end;}
.price-block .box.type2{display: flex;justify-content:space-between;margin-bottom: .3em;}
.price-block .box.type3{display: flex;justify-content:space-between;padding:.7em 0em;margin-bottom: 0em;border-bottom: 1px solid #555;}
.price-block .box.type3:last-child{border-bottom:none;}

.price-block .box .sub{;}
.price-block .box .sub span{font-size: .7em;letter-spacing: 0;display: block;}
.price-block .komoji{font-size: .7em;letter-spacing: 0;display: block;}

.price-block .box .set{display: flex;justify-content: flex-end;}
.price-block .box .x-small{ font-size: .8em;padding: 0;margin: 0; line-height: 1.3!important;color: #ccc; letter-spacing: 0;display: block!important;}
.price-block .box .notax{color:#F3C60B;font-size: 1em;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight: 600;letter-spacing: .03rem;}
.price-block .box .intax{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-size: 0.8em;letter-spacing: 0;color: #ccc;}
.price-block.meat{display: block;}

.home #section04{position: relative;z-index: 10;}

.home #section05{position: relative; z-index: 10; padding:50px 0px;background: rgba(0,0,0,.8);color: white;}
.home #section05 h3{font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.5em;text-align: center; margin-bottom: 1.3em;}
.home #section05 h3 span{display: block;font-size: 16px;margin-bottom: .6em;}
.drink-index{padding-bottom: .6em;border-bottom: 1px solid #eee;font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.2em;}
.meat-title{font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1em;letter-spacing: .03rem;margin-bottom: .3em;}

.home #section06{position: relative;z-index: 10; padding:50px 0px;background:url("../images/binding_dark.jpg");color: white;}
.home #section06 h3{font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.5em;text-align: center; margin-bottom: 1.3em;}
.home #section06 h3 span{display: block;font-size: 16px;margin-bottom: .6em;}
.home #section06 .logo{display: block;text-align: center;margin-bottom: 35px;}
.home #section06 .logo img{width: 70px;height: auto;}

.home #section06 .table{border-bottom: 1px solid #555;color: white;}
.home #section06 .table th{width: 140px;padding: 15px 0;letter-spacing: 0;font-family: ' ShipporiMincho ';font-weight: normal;}
.home #section06 .table td{width:  auto;padding: 15px 0;letter-spacing: 0;}
.home #section06 .table td span{color: #fff;}

.home #section01 #info{position: absolute;left:0;top:0;}
.home #section02 #menu{position: absolute;left:0;top:0;}
.home #section06 #about{position: absolute;left:0;top:0;}

.copy{position: relative;z-index: 10; background: black;text-align: center;color: #999;padding: 1em;}

.gmap{}
.gmap iframe{width: 100%;height: 220px;border-radius: 0px;border:1px solid #ddd;}




@media (min-width: 667px) {
.pic1{position: relative;width: 320px;margin: 0 auto;margin-bottom: 20px;}
.home #section02 p{margin-bottom: 0;width: 50%;}
.home #section02 .pic{width: 70%;position: absolute;top:-40px;right:-25%;}
.price-block .box .sub span{font-size: .7em;letter-spacing: 0;display: inline;}

}




@media (min-width: 768px) {

.home #section01{padding: 70px 0px 90px;}

.home #section02{padding: 60px 0 0px;}
.home #section02 h3{font-size: 1.8em;margin-bottom: 1em;}
.home #section02 h3 span{display: block;font-size: 16px;margin-bottom: .6em;}
.home #section02 p{line-height: 2;}


.home #section03{padding:70px 0px;}

.home #section04{}


.home #section05{padding:60px 0;}
.home #section05 h3{font-size: 1.8em;text-align: center; margin-bottom: 1.5em;}
.home #section05 h3 span{display: block;font-size: 16px;margin-bottom: .6em;}


.home #section06{padding:60px 0;}
.home #section06 h3{font-size: 1.8em;text-align: left; margin-bottom: 0;}
.home #section06 h3 span{display: block;font-size: 16px;margin-bottom: .6em;}
.home #section06 .table th{padding: 15px 0;letter-spacing: 0;}
.home #section06 .table td{width:  auto;padding: 15px 0;letter-spacing: 0;}
.home #section06 .logo{text-align: left;margin-bottom: 0;margin-top: 35px;margin-left: 1.3em;}
.home #section06 .logo img{width: 70px;height: auto;}




.gmap{}


}



@media (min-width: 992px) {
.box1{padding-left: 2em;}
.index1{font-size: 1.6em;margin-bottom: .7em;line-height: 2;}
.pic1{position: relative;width: 95%;margin-left: 5%;margin-bottom: 0px;}
.tate{position: absolute;top:-1.2em;left:-1.5em;}
.tate h3{font-size: 1.8em;}
.tate span{font-size: 18px;}

.home #section02 .pic{width: 40%;position: absolute;top:-35px;right:5%;}

.price{font-size: 1.1em;padding:.5em .2em;}
.price-block{font-size: 1.1em;padding:.9em .2em;}
.drink-index{padding-bottom: .6em;}

.home #section06 .table th{width: 160px;padding: 15px 0;letter-spacing: 0;}
.home #section06 .table td{width:  auto;padding: 15px 0;letter-spacing: 0;}

.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 300px;}

}




@media (min-width: 1200px) {

.home #section01{padding: 100px 0px 125px;}
.box1{padding-left: 3em;}
.index1{font-size: 1.6em;margin-bottom: 2em;line-height: 2;}
.box1 .txt{font-size: 1.1em;line-height: 2;}
.tate{position: absolute;top:-1.2em;left:-2em;}
.tate h3{font-size: 2em;}
.tate span{font-size: 18px;}
.tate span{left:5em;}



.home #section02{padding: 100px 0;}
.home #section02 h3{font-size: 2em;margin-bottom: 1em;}
.home #section02 h3 span{display: block;font-size: 18px;margin-bottom: .6em;}
.home #section02 p{font-size: 1.1em;line-height: 2;}
.home #section02 .pic{width: 40%;position: absolute;top:-60px;right:5%;}



.home #section03{padding:70px 0px 100px;}
.price{padding:.8em .2em;}
.price-block{padding:1.2em .2em;}
.drink-index{padding-bottom: .6em;font-size: 1.35em;}


.home #section05{padding:120px 0 100px;}
.home #section05 h3{font-size: 2.3em;text-align: center; margin-bottom: 1.6em;letter-spacing: .2rem;}
.home #section05 h3 span{font-size: 20px;margin-bottom: .4em;}


.home #section06{padding:100px 0 100px;}
.home #section06 h3{font-size: 2.3em;letter-spacing: .2rem;}
.home #section06 h3 span{font-size: 20px;margin-bottom: .4em;}
.home #section06 .table th{width: 180px;padding: 18px .5em;letter-spacing: 0;}
.home #section06 .table td{width:  auto;padding: 18px .5em;letter-spacing: 0;}
.home #section06 .logo{text-align: left;margin-bottom: 0;margin-top: 35px;margin-left: 1.8em;}
.home #section06 .logo img{width: 100px;height: auto;}


.gmap iframe{width: 100%;height: 400px;}


}





@media (min-width: 1440px) {
.home #section02 h3{margin-bottom: 1.6em;}

}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999;
	transition: .5s;
}
#pagetop a{background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;width: 65px;height: 65px;transition: .5s;border-radius: 50%;color: white;}
#pagetop a:hover {background: rgba(0,0,0,1);}


@media (max-width: 1280px) {
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
#pagetop a{width: 50px;height: 50px;}



}

@media (max-width: 768px) {
#pagetop {
bottom: 15px;
right: 15px;
}
#pagetop a{width: 40px;height: 40px;}

}



/* -----  footer ------- */

footer{position: relative;z-index: 10; padding:50px 0px;background: rgba(0,0,0,.8);color: white;}
footer h3{text-align: center;margin-bottom: 1.5em;font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.3em;}
footer h3 span{display: block;font-size: .8em;margin-bottom: 1em;}
footer p.txt{line-height: 1.4;margin-bottom: 1.5em;font-size: .94em;}
footer h4{font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.1em;text-align: center;margin-bottom: 1em;color: black;}
footer p.info{line-height: 1.4;margin-bottom: 1em;font-size: .8em;text-align: center;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}

footer .contactbox{background:url("../images/bg-wa.jpg");padding: 25px 40px;margin: 0 auto;}
footer .contactbox ul li{padding-bottom: 1.5em;margin-bottom: 1.5em; border-bottom: 1px dashed #999;}
footer .contactbox ul li:last-child{margin-bottom: 0; padding-bottom: 0;border-bottom:none;}
footer .contactbox .tel{width: 100%; margin: 0 auto;text-align: center;font-size: .9em;letter-spacing: 0.05rem;background: #333;height: 45px;display: flex;align-items: center;justify-content: center;border-radius: 50px;}
footer .contactbox .tel span{font-size: 1.5em;margin-left: .4em; letter-spacing: 0.05rem;color: #fff;}
footer .contactbox .mail{text-align: center;letter-spacing: 0.05rem;color: black;background: #eee;border-radius: 50px; margin: 0 auto;height: 45px;display: flex;align-items: center;justify-content: center;border:1px solid 999;transition: .5s;}
footer .contactbox .mail:hover{background:#000;color: white;}


.copy{text-align: center;color: #ccc; font-size: .9em;}


@media (min-width: 667px) {
footer p.txt{text-align: center;}
footer .contactbox{padding: 25px;margin: 0 auto;}
footer .contactbox ul li{padding-bottom: 0em;margin-bottom: 0em; border-bottom: none; border-right: 1px dashed #999;}
footer .contactbox ul li:last-child{margin-bottom: 0; padding-bottom: 0;border-bottom:none;border-right:none;}


}



@media (min-width: 768px) {

footer{}
footer h3{margin-bottom: 1.8em;font-size: 1.6em;}
footer h3 span{font-size: .8em;margin-bottom: .6em;}

footer .contactbox{padding: 35px 80px;margin: 0 auto;}
footer h4{font-size: 1.2em;margin-bottom: 1em;}
footer .contactbox .tel{height: 55px;}
footer .contactbox .mail{height: 55px;}






.copy{font-size: 12px;}


}


@media (min-width: 992px) {

footer .contactbox{padding: 50px 100px;margin: 0 auto;}
footer .contactbox .tel{width: 300px;}
footer .contactbox .mail{width: 300px;font-size: 1.2em;}





.copy{font-size: 12px;}


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

}




@media (min-width: 1200px) {
footer h3{margin-bottom: 1.8em;font-size: 1.7em;}
footer h3 span{font-size: .8em;margin-bottom: .6em;}
footer p.txt{line-height: 1.8;margin-bottom: 1.5em;font-size: 1.1em;text-align: center;}

footer .contactbox{width: 1110px;padding: 80px 150px;margin: 0 auto;}

footer .contactbox .tel{height: 75px;width: 300px;}
footer .contactbox .mail{height: 75px;width:300px;font-size: 1.2em;}





}


@media (min-width: 1440px) {

footer{padding: 100px 0;}

footer h3{margin-bottom: 1.8em;font-size: 2em;}




}





/*------------------------------　　h2,h3,h4 タイトル　　------------------------------------------*/

.h2area{
position: relative;
width: 96%;
margin: 0 auto;
height: 270px;
display: flex;align-items: center;justify-content: center;
}
.h2area::before{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.h2area.h2-company{background: url("../images/h2-company.jpg");background-position: center;background-size: cover;}
.h2area.h2-business{background: url("../images/h2-business.jpg");background-position: center;background-size: cover;}
.h2area.h2-works{background: url("../images/h2-works.jpg");background-position: center;background-size: cover;}
.h2area.h2-recruit{background: url("../images/h2-recruit.jpg");background-position: center;background-size: cover;}
.h2area.h2-partner{background: url("../images/h2-partner.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}
#partner{position: absolute;left:0;top:-80px;}

.h2-txt{font-weight: 400;font-size: 50px; color: #fff; position: relative;text-align: center;letter-spacing: .5rem;padding-left: .4rem;}
.h2-txt span{font-size: 20px;display: block;margin-top: .4em;letter-spacing: .2rem;color: #9BD700;}

.headline-h3 {font-size: 40px;margin-bottom: 60px;font-weight: 400;}
.headline-h3 span{font-size: 20px;display: block;margin-top: .4em;}
.headline-h4 { font-size: 20px;letter-spacing: .1rem;margin-bottom:50px;font-weight: 500;position: relative;}
.headline-h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.7em;
  width: 2.5em;
  height: 2px;
  border-radius: 3px;
  margin: auto;
  background-color:rgba(23,175,24,.3);
}

.headline {
 font-weight: 500;
  font-size: 30px;
 position: relative;
  margin-bottom: 1.2em;
  color:#00BDB6;
  text-shadow: 1px 1px 1px #666;
}
.headline span {display: block;color: #333;font-size: 18px;margin-top: .4em;letter-spacing: 0;text-shadow: none;}



@media (max-width: 1800px){
.h2area{
width: 92%;
margin: 0 auto;
}

}

@media (max-width: 1440px){

.headline-h3 {font-size: 30px;margin-bottom: 60px;}



.headline {}


}


@media (max-width: 1199px){
.h2area{height: 200px;}
.h2-txt{font-size:35px;}
.h2-txt span{font-size: 24px;margin-top: .3em;}

.headline-h4{font-size: 20px; margin-bottom:40px;}
.headline {font-size: 25px;}

}

@media only screen and (max-width: 991px) {
.h2area{width: 100%;}
#partner{top:-60px;}

.h2-txt{font-size:32px;padding-top: 0;}
.h2-txt span{font-size: 22px;margin-top: .2em;}


.headline-h3 {font-size: 24px;margin-bottom: 50px;}

.headline-h4 {font-size: 18px; margin-bottom:30px;}

.headline {font-size: 23px;}

}


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

}

 @media only screen and (max-width: 666px) {
.h2area{height:160px;}

.h2-txt{font-size:25px;}
.h2-txt span{font-size: 18px;margin-top: .3em;}

.headline-h3 {
font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: .1rem;
  line-height: 1.5;
}
.headline-h3 span{font-size: 16px;display: block;margin-top: .2em;font-weight: 400;}

.headline-h4 {
 position: relative;
  color:#222;
}


.headline {font-size: 20px;}
.headline span {font-size: 16px;}

.point{top:-75px;width: 50px;height: 50px;}
.point img{width: 30px;height: auto;}


}




/*------------------------------　　下層ページ style　　------------------------------------------*/


#pankuzu{}


.marker {background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;}
.marker2 {background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);}
.marker-ao {padding-bottom: 0.4em; background: linear-gradient(transparent 40%, #b5fbfb 60%);}



.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:200px;
  text-decoration: none;
  border-radius: 6px;
  background:#00BDB6;
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: .2rem;
  transition: .3s;
  font-family: Tahoma, Geneva, "sans-serif";
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:#555;

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}




@media (min-width:667px) {

}




@media (min-width: 768px) {

.btn-read{width: 325px;}
.btn-pdf a{width: 320px;padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  width:300px;
  font-size: 16px;
}

}


@media (min-width: 992px) {


}


@media (min-width:1200px) {

.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}

@media (min-width: 1880px) {

}


.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {border:none;}
.table-responsive::-webkit-scrollbar {
height: 8px;
}
.table-responsive::after {
font-size: .8em;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
display: block;
padding: 0px 2px 0px 2px;
content: "横スクロールできます";
color: #999;
letter-spacing: 0;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 2px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 2px;
background:#92DBD9;
}
}



/*サムネ付きスライダー start*/
.slickwrap {
max-width: 800px;
margin: 0px auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;margin-bottom: 1.5em;
}

.slider2 {
border:1px solid #ccc;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.slide-item img {width: 100%;}
.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:25%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid #CF0F2A;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
.slickwrap{width: 400px;margin: 0 auto;margin-bottom: 1.5em;}
}

@media only screen and (max-width:767px){
.slider2 {margin: 0 0 10px 0;}

}

@media only screen and (max-width:500px){
.slickwrap{width:100%;margin: 0 auto;margin-bottom: 1.5em;}

}
/*サムネ付きスライダー end*/













/* ----- recruit.html  -----*/

.recruit #section01{padding: 50px 0px;position: relative;}
.recruit #section01 .txt1{margin-bottom: 1.1em;font-size: 1.15em;font-weight: 500;;}
.recruit #section01 .pic{width: 280px;margin: 0 auto;}
.recruit #section01 .txt2{}


.recruit #section02{padding: 50px 0px;position: relative;background:rgba(73,132,103,.1);}
.recruit #section02 ul li{margin-bottom: 15px;}
.recruit #section02 ul li:last-child{margin-bottom: 0;}

.recruit #section02 .box{padding: 1.5em;border-radius: 10px; position: relative;background:white;}
.recruit #section02 .box .icon{border-radius: 50%;width: 60px;height: 60px;background: rgba(115,165,144,1.00);margin: 0 auto;margin-bottom: 1em;}
.recruit #section02 .box h4{font-weight: 500;font-size: 1.1em;margin-bottom: 1em;text-align: center;}

.recruit #section03{padding: 50px 0px;position: relative;}
.recruit #section03 th{width: 110px;background: rgba(73,191,75,.05)!important;}
.recruit #section04{padding: 50px 0px;position: relative;}
.recruit #section04 .txt1{margin-bottom: 1.1em;font-size: 1.15em;font-weight: 500;}
.recruit #section04 .pic{width: 280px;margin: 0 auto;}
.recruit #section04 .txt2{}


@media (min-width:667px) {

.recruit #section03 th{width: 150px;}

}

@media (min-width:768px) {
.recruit #section01{padding: 70px 0px;}
.recruit #section01 .txt1{margin-bottom: 1.2em;font-size: 1.15em;text-align: center;}


.recruit #section02{padding: 70px 0px;}

.recruit #section03{padding: 70px 0px;}

.recruit #section04{padding: 70px 0px;}
.recruit #section04 .txt1{margin-bottom: 1.2em;font-size: 1.15em;text-align: center;}


}


@media (min-width:992px) {
.recruit #section01 .txt1{margin-bottom: 1.5em;font-size: 1.15em;text-align: center;}
.recruit #section01 .pic{width: 90%;margin-left: 0;}
.recruit #section01 .txt2{line-height: 2;}
.recruit #section02 ul li{margin-bottom: 0;}
.recruit #section02 .box .icon{width: 80px;height: 80px;margin-bottom: 1.3em;}
.recruit #section02 .box h4{font-size: 1.2em;margin-bottom: 1em;}
.recruit #section03 th{width: 200px;}

.recruit #section04 .txt1{margin-bottom: 1.5em;font-size: 1.15em;text-align: center;}
.recruit #section04 .pic{width: 90%;margin-left: 0;}
.recruit #section04 .txt2{line-height: 2;}

}

@media (min-width:1200px) {
.recruit #section01{padding: 100px 0px;}
.recruit #section01 .txt1{margin-bottom: 1.5em;font-size: 1.4em;text-align: center;line-height: 1.8;}
.recruit #section01 .txt2{line-height: 2.2;font-size: 1.2em;}

.recruit #section02{padding: 100px 0px;}
.recruit #section02 .box{padding: 2.5em;}
.recruit #section02 .box .icon{width: 100px;height: 100px;margin-bottom: 1.3em;}
.recruit #section02 .box h4{font-size: 1.4em;margin-bottom: 1em;}

.recruit #section03{padding: 100px 0px;}
.recruit #section03 th{width: 230px;}

.recruit #section04{padding: 100px 0px;}
.recruit #section04 .txt1{margin-bottom: 1.5em;font-size: 1.4em;text-align: center;line-height: 1.8;}
.recruit #section04 .txt2{line-height: 2.2;font-size: 1.2em;}

}









/* company.html
--------------------------------------------------------- */


.company #section01{padding: 50px 0px;position: relative;}
.company #section01 .txt1{font-weight: 500;font-size: 1.5em;margin-bottom: .8em;color:#086428;line-height: 1.5;}
.daihyo-pic{width: 280px;margin: 0 auto;}
.business-pic{width: 280px;margin: 0 auto;}

.company #section02{padding: 50px 0px;position: relative;background: rgba(51,51,51,.05);}
.company .table{background: #fafafa;letter-spacing: .07rem;margin-bottom: 4em;}
.company .table th{font-weight: 400;width: 100%;display: block;background: rgba(115,205,107,0.10)!important;}
.company .table td{width: 100%;display: block;padding-left: 2em;}

.company #section03{padding: 50px 0px;position: relative;}

.company #section04{padding: 50px 0px;position: relative;background: rgba(51,51,51,.03);margin-bottom: 20px;}
.timeline-item {
  padding: 1em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 1);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  }
.timeline-item .date{font-family: Verdana, Geneva, "sans-serif";color: forestgreen;font-size:.8rem;margin-bottom: .5em;}
.timeline-item h4 {font-family: ' ShipporiMincho ';font-weight:500;  font-size: 1.3rem;margin-bottom: .5em;}
.timeline-item p {font-family: ' ShipporiMincho ';font-weight: normal;  font-size: 1rem;}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  top: 1em;
  display: block;
  
  font-family: Verdana, Geneva, "sans-serif";
}
.timeline-item::after {
  width: 15px;
  height: 15px;
  display: block;
  top: 1.3em;
  position: absolute;
  left: -9px;
  border-radius: 15px;
  content: "";
  border: 2px solid forestgreen;
  background: white;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.nendo{background:rgba(0,68,22,.08);padding: .5em;border-radius: 10px; display: flex;flex-wrap: wrap;margin-bottom: 3em;}
.nendo a{display: inline-block;color: black;margin: .4em .6em;border-bottom: 1px solid #222;transition: .5s;}
.nendo a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: .3em;
}
.nendo a:hover{color:rgba(0,168,0,1.00);border-bottom: none;}

.works-wrap{border:1px solid #ddd;border-radius: 4px; padding: 1.5em;margin-bottom: 2em;position: relative;box-shadow: 5px 5px 8px #f7f7f7;}
.works-wrap .year{font-weight: 500;font-size: 1.3em;margin-bottom: 1em;}
.works-wrap .year span{font-weight: 400;font-size: .8em;margin-left: .2em;}
.works-wrap ul li ul li{margin-bottom: .5em;padding-bottom: .5em; border-bottom: 1px dashed #ddd;}
.works-wrap ul li ul li:last-child{margin-bottom: 0;}
.works-wrap ul li ul li .name{line-height: 1.4;margin-bottom: .2em;}
.works-wrap ul li ul li .contract{font-size: .9em;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";color: #999;text-align: right;}
.place{font-weight: 500;font-size: 1.1em;padding-bottom: .5em;border-bottom: 1px solid #ddd;margin-bottom: .7em;}
#target24{position: absolute;left:0;top:-70px;}
#target23{position: absolute;left:0;top:-70px;}
#target22{position: absolute;left:0;top:-70px;}
#target21{position: absolute;left:0;top:-70px;}
#target20{position: absolute;left:0;top:-70px;}


@media (min-width: 667px) {

.company .table th{width: 150px;display: table-cell;}
.company .table td{width: auto;display: table-cell;padding-left: 1em;}


}



@media (min-width: 768px) {
.company #section01{padding: 70px 0px;}
.works-wrap ul li ul li{margin-bottom: .5em;display: flex;justify-content: space-between;}
.works-wrap ul li ul li .name{line-height: 1.4;margin-bottom:0;}
.works-wrap ul li ul li .contract{font-size: .9em;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";color: #999;}

.company #section02{padding: 70px 0px;}
.company .table{font-size: 1em;}
.company .table th{width: 200px;}

.company #section03{padding: 70px 0px;}

.company #section04{padding: 70px 0px;margin-bottom: 30px;}

.timeline-item {
  padding: .9em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 1);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  }
.timeline-item .date{font-size:.9rem;margin-bottom: .5em;}


.nendo{padding: .7em;display: flex;flex-wrap: wrap;}
.nendo a{display: inline-block;color: black;margin: .4em .6em;border-bottom: 1px solid #222;font-size: 1.1em;}
}




@media (min-width: 992px) {
.daihyo-pic{width: 100%;margin: 0 auto;}
.business-pic{width: 100%;margin: 0 auto;}

.works-wrap{ padding: 2.5em;margin-bottom: 2em;}
.works-wrap .year{font-weight: 500;font-size: 1.5em;margin-bottom: 0em;}
#target24{top:-90px;}
#target23{top:-90px;}
#target22{top:-90px;}
#target21{top:-90px;}
#target20{top:-90px;}

}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px;}

.company #section02{padding: 100px 0px;}
.company .table th{width: 220px;padding: 20px;}
.company .table td{padding: 20px 15px;}

.company #section03{padding: 100px 0px;}

.company #section04{padding: 100px 0px;margin-bottom: 50px;}

.works-wrap{ padding: 4em;margin-bottom: 2em;}


}






/* contact.html
--------------------------------------------------------- */


.contact #section01{padding: 50px 0px 25px;position: relative;}
.contact #section01 p{}

.contact #section02{padding: 40px 0px;position: relative;background:rgba(0,78,36,.08);}
.contact #section02 .wrap{width: 100%;}
.contact #section02 .telbox{border-radius: 10px;
    position: relative;
    margin: 0 auto;
    text-align: center;
padding:1.8em 1em;
background: white;
margin-bottom: 1em;
}
.contact #section02 .telbox .tel{text-align: center;font-size: 16px;line-height: 1.4;color:#555;}
.contact #section02 .telbox .tel .call{color: #000;font-size: 27px;padding-left: .2em;}
.contact #section02 .time{display: block;width: 100%; font-size: .9em;color: #111;letter-spacing: 0.05rem;line-height: 1.6;}


.contact #section03{padding: 50px 0px;position: relative;background:white;}
.contact #section03 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 15px;}


.privacybox{position: relative;color: #333;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

.contact .table{border-bottom: none;margin-bottom: 60px;border-top: 5px solid #eee;background: white;}
.contact .table th{width: 100%;display: flex;justify-content: space-between;align-items: center;background:none!important;border-top:none;font-weight: normal;}
.contact .table td{width: 100%;display: block;background: none;border-top:none;border-bottom: 5px solid #eee;}
.contact span.hissu{color: white;background: red; padding: 3px 5px;border-radius: 2px;font-size: 12px;line-height: 1.5;}
.contact .table th span.hissu{color: white;background: red; padding: 3px 5px;border-radius: 2px;float: right!important;font-size: 12px;line-height: 1.5;}


.contact h5{font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}



@media (min-width: 667px) {
.contact #section02 .wrap{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.contact #section02 .telbox{width: 46%;}
.contact #section02 .telbox .tel{font-size: 15px;}
.contact #section02 .telbox .tel .call{font-size: 22px;}
.contact #section02 .time{letter-spacing: 0rem;text-align: center;}



}




@media (min-width: 768px) {

.contact #section01{padding: 80px 0px 30px;}
.contact #section01 p{width: 87%;margin: 0 auto;}

.contact #section02{padding: 70px 0px;}
.contact #section02 .telbox .tel{font-size: 18px;}
.contact #section02 .telbox .tel .call{font-size: 28px;letter-spacing: .1rem;}

.contact #section03{padding: 80px 0px;}
.contact .table{margin-bottom: 60px;}
.contact .table th{width: 200px;display: table-cell;justify-content: space-between;align-items: center;border-top:none;font-weight: normal;vertical-align: middle;border-bottom: 5px solid #eee;}
.contact .table td{width: auto;display: table-cell;border-top:none;border-bottom: 5px solid #eee;vertical-align: middle;}
.contact .table td.subindex{width: 150px;}

}


@media (min-width: 992px) {
.contact #section02 .telbox .tel{font-size: 18px;}
.contact #section02 .telbox .tel .call{font-size: 32px;}


.contact .table{margin-bottom: 100px;;}
.contact .table th{width: 220px;}
.contact .table td.subindex{width: 230px;}

.contact #section03 .pre-scrollable{max-height: 500px;padding: 35px;}
.privacybox #privacy{position: absolute;left:0;top:-110px;}


}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px 50px;}
.contact #section01 p{width: 70%;margin: 0 auto;}


.contact #section02{padding: 80px 0px;}
.contact #section02 .telbox{padding:2em;}
.contact #section02 .telbox .tel{font-size: 18px;}
.contact #section02 .telbox .tel .call{font-size: 34px;}


.contact #section03{padding: 100px 0px;}
.contact .table{margin-bottom: 110px;}

.contact #section03 .pre-scrollable{padding: 50px;}

}


.doi-box{padding: 30px 15px;border-radius: 15px;background: #fafafa;}
.doi-box label{font-size: 13px;margin-bottom: 15px;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 50px 15px;border-radius: 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}



/* law.html
--------------------------------------------------------- */





.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:99%}
.form-h{ height:15em;}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;}
input{font-size:100%;vertical-align:middle; padding:12px;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;width:99%;color: #111;}
.needinput{background-color:rgba(255,255,255,1)!important;border:1px solid red!important;}

input::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
input::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-webkit-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea:-ms-input-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}
textarea::-moz-placeholder {
	color: #ddd;font-size: 14px;letter-spacing: 0.03rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:0px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
#splash {display: none;}
#wrapper{opacity: 1;}
.header {
  color: #fff;
  position:relative;
  top: 0px;
  left:0;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 100;
  height: 200px;
  display: flex;
  align-items: center;justify-content:flex-end;
  background:url("../images/bg-wa.jpg");
  padding: 0 15px;
}

.header-logo{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-left:1px solid #999;border-right:1px solid #999;padding: .5em 1.8em;}
.header-logo a{transition: .4s;}
.header-logo a img{ height: 160px;width: auto;}
.header .navi{display: flex;align-items: center;justify-content: flex-end;padding-right: 80px;}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
  margin-right: 2em;
}
.menu-item {position: relative;padding-left: 2em;}
.menu-item:first-child {padding-left: 0em;}
.menu-item a {
position: relative;
line-height: 1.5;
text-align: center;
font-size: 16px;
font-weight: normal;
  color: #000;
  letter-spacing: .08rem;
  text-decoration: none; 
  transition: .5s;
writing-mode: vertical-rl;}

#top_visual{width: 100%;margin: 0 auto;height: 400px;}




.footer-menu{display: flex;flex-direction: column;align-items: flex-end;}
.footer-menu ul{margin-bottom: 2em;display: flex;justify-content: flex-end;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;text-align: left;font-size: 14px;}
.footer-menu li a{letter-spacing:0;border-bottom: none;border-right:none; padding: 0 1em;}
.footer-menu li a:last-child{padding: 0 0 0 1em;}






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



.drawer_menu{}


.gmap iframe{width: 100%;height: 450px;}
#pagetop {display: none!important;}

}


#section03 h4{
  font-family: ' ShipporiMincho ';font-weight: 500;font-size: 1.4em;margin-bottom: 1em; background-color: rgba( 255, 255, 255, 0.45 ); padding: 1.5em 0 1.5em 1em;
}

#section03 h4 span{display: block;font-size: 14px;margin-bottom: .6em;}
@media (min-width: 768px) {
#section03 h4{font-size: 1.7em;margin-bottom: 1em;}
}

@media (min-width: 1200px) {
#section03 h4{font-size: 1.9em;margin-bottom: 1em;}
#section03 h4 span{display: block;font-size: 18px;margin-bottom: .6em;}
}

@media (min-width: 1440px) {
    #section03 h4{
  margin-bottom: 1.6em;
}
}

#section03 h4 span{
  font-size: .5em !important;
  line-height: 1 !important;
  letter-spacing: 0;
  display: inline !important;
}

h4 i{
  margin-right: .5em;
}