@charset "UTF-8";

/*　■■■■■　共通部分　■■■■■
------------------------------------ */
* {
	padding: 0;
	margin: 0;
}
html{
  height: 100%;
  font-size: 100%;
}
body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #E4E6E2;
  background-image:  url(../img/bg-img/cork-wallet.png);
  background-repeat: repeat;
  background-size: auto;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  word-wrap: break-word;
  line-height: 1.68;
}

#search{
	background-color: white;
	border-radius: 10px;
	border: solid 8px #ccc;
	padding: 5px;
	width: 300px;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}
a{
  text-decoration: none;
}
.textlink{
	color: #ab0f50;
	border-bottom: dotted 1px;
	font-weight: bold;
}
.kakonews{
	color: grey;
	border-bottom: dotted 1px;
	font-weight: bold;
}

.minchotitle{
	font-size: 1.25em;
	font-weight: bold;
	background: linear-gradient(transparent 50%, rgba(140, 180, 110, 0.3) 50%);
}
img{
  max-width: 100%;
}

h1{
  font-size: 2rem;
  font-family: serif;
}
h2{
  font-size: 1.5rem;
  font-family: serif;
}
h3{
  font-size: 1.25rem;
  font-family: serif;
}
h4{
	font-size: 1.1rem;
  font-family: serif;
}
p{
   font-size: 15px;
   text-align: justify;
}
.content{
  position: relative;
  width: 100%;
	padding-bottom: 100px;
}
#mainleft{
	float: left;
	width: 80%;
	padding-left: 1em;
	padding-right: 1em;
}
#sidebar{
	float: right;
	width: 20%;
	padding: 10px;
	padding-top: 100px;
}
.side-item{
	background-color: #29335C;
	border-radius: 3px;
	text-align: center;
	font-size: 1.5em;
	font-family: serif;
	color: white;
}
section{
	background-color: rgba(240, 240, 200, 0.5);
	padding: 10px;
}
article{
  background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	max-width: 1250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 50px;
  padding-top: 10px;
	padding-bottom: 70px;
	padding-left: 1em;
	padding-right: 1em;
}
.leftarticle{
	padding-left: 0;
	padding-right: 0;
}
.article-comment{
	background-color: rgba(200, 190, 80, 0.1);
	width: 85%;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 20px;
  padding-top: 0;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 5px;
}
.acom02{
	background-color: rgba(200, 130, 120, 0.1);
}
article p{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 5px;
}
.LEDarticle{
	max-width: 1200px;
}
.LEDarticle p{
	margin-left: 50px
}

.order-h4{
	margin-left: 40px;
}
.order-h4new{
	margin-left: 10%;
}
#news{
  position: relative;
	max-width: 1200px;
	margin-top: 50px;
  margin-left: auto;
	margin-right: auto;
  padding: 3em 10%;
}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,th,td {
	margin: 0;
	padding: 0;
	zoom: 1;
}

.pagetitle{
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-top: 0;
	margin-bottom: 30px;
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C0BCB0;
}
.pagetitle h2{
  font-size: 2.5rem;
	text-align: center;
}
.categorycopy{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
.article-zentai{
	border-bottom: solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.categorytitle{
  background-color: #969884;
	color: #ccc;
	background-image: url(../img/bgpic.png);
	background-repeat: repeat;
	background-size: auto;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 10%;
  font-size: 1.8rem;
	border-radius: 0.2em;
}

.bottom-border{
	border-bottom: solid 1px #ccc;
}

/*
先頭に戻るボタン
----------------------------------*/
.scroll-top {
  /*ボタンを右下で固定位置にする*/
  position: fixed;
  bottom: 30px;
  right: 30px;

	z-index: 10000;

  width: 45px;
  height: 45px;
  background: #0c214a;
  border-radius: 50%;
  cursor: pointer;
	padding-top: 5px;

  display: flex;
  justify-content: center;
  align-items: center;

	font-weight: bolder;
  font-family:sans-serif;
	}

  a.scroll-top {
    text-decoration: bold;
    color: black;
  }
	#scroll-arrow{
  content: url(../img/arrowtopicon.png);
  vertical-align: middle;
	width:20px;
	padding-bottom: 7px;
	}

/*
ローダー
----------------------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
}

.loader {
	color: #888;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------*/

/*
検索ボックス
----------------------------------*/
.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#searchBox {
	background-color: #fff;
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: none;
  outline: none;
}

#searchButton {
  padding: 12px 16px;
  background-color: #065b8b;
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#searchButton:hover {
  background-color: #0f4665;
}
/*------------------*/


/*
注意コメント
----------------------------------*/
.note{
	font-size: 1.1em;
	color: tomato;
	font-weight: bold;
}

/*
現在地
----------------------------------*/
.current{
  color: #ccc;
}
/*
各種テーブル
-------------------------------------------*/
.tabletitle{
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 1100px;
}
table {
  border-collapse: collapse;
  padding: 0;
	width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px #00000073;
}

table th,
table td {
	padding-top: 10px;
	padding-bottom: 10px;
  border-bottom: 1px solid #eee;
	font-size: 16px;
}

table  th {
	padding-left: 10px;
	padding-right: 5px;
	text-align:center;
  font-size: 15px;
  background-color: #2C6C8C;
  color:#fff;
	border-bottom: 2px solid #1D485D;
	word-break: keep-all;
	overflow-wrap: break-word;
　　　word-wrap: break-word;
}

table tr{
  text-align: center;
  padding: 15px 0;
  background-color: #fff;
  color: black;
	overflow-wrap: break-word;
　　　word-wrap: break-word;
}

table tr:hover{
  background-color: #eee;
}




/* 1列目のスタイル */
.table01 tr td:nth-of-type(1){
	padding-right: 7px;
	padding-left: 7px;
	background-color: #F5F5F5;
}
.table01 tr td:nth-of-type(1):hover{
	background-color: #eee;
}
/* 2列目のスタイル */
.table01 tr td:nth-of-type(2){
	padding-right: 1rem;
	padding-left: 1rem;
	text-align: left;
	white-space: nowrap;
}
/* 3列目のスタイル */
.table01 tr td:nth-of-type(3){
	text-align: left;
	padding-left: 1rem;
}

/* 4列目のスタイル */
.table01 tr td:nth-of-type(4){
	text-align: left;
	padding-left: 1rem;
}

/* 5列目のスタイル */
.table01 tr td:nth-of-type(5){
	text-align: right;
	padding-right: 1rem;
	padding-left: 1rem;
}

/* 6列目のスタイル */
.table01 tr td:nth-of-type(6){
  text-align: left;
	padding-left: 1rem;
	padding-right: 1.5rem;
	min-width: 200px;
}
.table01 .blank{
	background-color: #F5F5F5;
}
.imgicon{
  width: 50px;
	min-width: 30px;
}
.imgicon2{
  width: 80px;
	min-width: 60px;
	border: solid 1px #DF7329;
}

a .imgicon:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.3);
    -moz-filter:brightness(1.3);
    -ms-filter:brightness(1.3);
    filter:brightness(1.3);
}
a .imgicon2:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.3);
    -moz-filter:brightness(1.3);
    -ms-filter:brightness(1.3);
    filter:brightness(1.3);
		cursor: zoom-in;
}
.table02{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.table02 tr{
	margin-left: auto;
	margin-right: auto;
}
.table02 th,
.table02 td {
border: 1px solid #ccc;
padding: 20px;
}

.table02 th {
width: 350px;
font-weight: bold;
color: black;
background-color: #dedede;
}

@media screen and (max-width: 767px) {
.table02,
.table02 tr,
.table02 td,
.table02 th {display:block;}
.table02 td,
.table02 th {width:85vw;}
.table02 tr {margin-bottom: 5px; padding: 0; }
}


/* 800px以下の画面で適用 */
@media only screen and (max-width: 800px) {
table.table01 {
    overflow-x: auto; /* 横スクロール */
    -webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロールできるように */
  }
table{
		box-shadow: none;
		width: auto;
		max-width: 100%;
	}
}



/*
商品一覧
-------------------------------------------*/
.item_list {
  display: flex;
}
ul.item_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.item_list li {
	width: 24%;/*元は23%で横並び4つ。*/
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.item_list li .item_icon {
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	background-color: #ccc;
	z-index: 5;
}

ul.item_list li a {
	display: block;
	padding: 18px;
	background-color: #F4F3F0;
	text-decoration: none;
	color: #333;
	border: 1px solid #DDDAD5;
	height:290px;
}
ul.item_list li a img {
	width: auto;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

ul.item_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 0.8s;
}

ul.item_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.item_list li a span.mask {
	display: block;
	width: auto;
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding-top: 0px;
}

ul.item_list li a:hover {
	color: #000;
	background-color: #FFF;
  transition-duration: 0.6s;
}



/*
ヘッダー部分
------------------------------------ */
header{
  	width: 100%;
    background-color: #000A1E;
    height: 120px;
    position: fixed;
		margin-top: 0;
    z-index: 10;
}
@media screen and (min-width: 960px)
header.fixed {
    height: 120px;
}
/*--左上のビーマーロゴ---- */
.logo{
  position: absolute;
  left: 20px;
  top: 15px;
  width: 180px;
  z-index: 20;
}
.logo:hover{
  transition-duration: 800ms;
  opacity: 0.7;
}
/*--問合せボタン---- */
.header-contact{
    position: absolute;
      display: block;
}
.button{
  position: absolute;
  right: 20px;
  top: 23px;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 1px;
  background: #956d30;
  color: #000;
  border-radius: 3px;
  padding: 5px 30px;
  border: 2px solid #956d30;
  z-index: 20;
}
.button:hover{
  transition-duration: 1s;
  opacity: 0.7;
  background: #000A1E;
  color: #fff;
}
.mailicon{
  height: 1.1em;
  padding-top: 0.3em;
  padding-right: 0.2em;
}

/* 臨時休業のおしらせ */
.kiite{
    display: none;
    position: absolute;
	  left: 20%;
	  top: 30px;
}
.kiite a{
		color: white;
		background-color: rgba(240, 50, 60, 0.8);
		border: double rgba(240, 50, 60, 0.8) 1px;
		padding: 5px 13px;
}
.kiite a:hover{
  transition-duration: 0.5s;
	color: rgba(250, 80, 30);
	background-color: rgba(240, 120, 80, 0.2);
}

/* 臨時休業中です */
.kiite2{
    display: none;
    position: absolute;
	  left: 20%;
	  top: 30px;
}
.kiite2 a{
		color: white;
		background-color: rgba(240, 50, 60, 0.8);
		border: double rgba(240, 50, 60, 0.8) 1px;
		padding: 5px 13px;
}
.kiite2 a:hover{
  transition-duration: 0.5s;
	color: rgba(250, 80, 30);
	background-color: rgba(240, 120, 80, 0.2);
}


.redline{
	border-bottom: solid 1px rgba(240, 50, 60, 0.8);
}
.redmark{
	background-color: rgba(240, 50, 60, 0.4);
}
#news a{
	color: rgba(40, 110, 100);
}

/*
グローバルナビ
---------------------------------------- */
.main-nav {
    position: absolute;
    width: 70%;
    margin: 0 15%;
    display: block;
    left: 0px !important;
    bottom: 0;
    z-index: 15;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  	font-weight: bold;
}
ul,li{
  list-style: none;
}
.main-nav > li {
    float: left;
    width: 20%; /* グローバルナビ5つの場合 */
    height: 50px;
    line-height: 50px;
    background: #000A1E;
}

.main-nav > li a {
    display: block;
    color: #fff;
}

.main-nav > li a:hover {
    color: #999;
}

ul.main-nav_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.main-nav_third-level {
    visibility: hidden;
    opacity: 0;
}

ul.main-nav_fourth-level {
    visibility: hidden;
    opacity: 0;
}

.main-nav > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main-nav_second-level li {
    border-top: 1px solid #111;
}

.main-nav_third-level li {
    border-top: 1px solid #111;
}

.main-nav_second-level li a:hover {
    background: #111;
}

.main-nav_third-level li a:hover {
    background: #2a1f1f;
}

.main-nav_fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.main-nav:before,
.main-nav:after {
    content: " ";
    display: table;
}

.main-nav:after {
    clear: both;
}

.main-nav {
    *zoom: 1;
}

/* メガドロップ式 */
li.main-nav_single ul.main-nav_second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.main-nav_single:hover ul.main-nav_second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.main-nav_single ul.main-nav_second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.main-nav ul.main-nav_second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

/*
パンくずリスト部分
------------------------------------ */
#breadcrumb {
	background-color: #C7C8C2;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
  padding-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D1CB;
}
.pagebread{
	margin-top: 120px;
}

#breadcrumb ol li{
  display: inline;
  }

#breadcrumb li a {
	color: #313F64;
}

#breadcrumb ol li::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

#breadcrumb li a:hover {
	color: #111;
}

#breadcrumb li i {
	padding-right: 5px;
}

#breadcrumb li:last-child::after {
	content: none;
}

/*
ページ更新日時部分
------------------------------------ */
#update{
	padding-left: 5%;
}

/*
フッター部分
------------------------------------ */
footer{
    background-color: #000A1E;
    text-align: center;
    color: white;
    margin-top: auto;
}

footer #footer-nav{
    padding: 10px 0;
}
footer #footer-nav a{
    color: white;
    padding: 10px 0;
}
footer #footer-nav ul {
    margin: 0;
    padding: 0;
}
footer #footer-nav li {
    display: inline;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
}
footer small{
  display: block;
  padding: 8px 0;
}

/****
商品メニュー
------------------------------- ****/
.flex-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 0.5rem;
}
.pagenumber{
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 220px;
  padding: 0.5rem;
  margin: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border-radius: 1rem;
  box-shadow: 0px 3px 3px 0px #A7A7A7;
}
a.pagenumber{
  color: #000;
  background-color: #708258;
}
a.pagenumber:hover{
  color: #fff;
  background-color: #000A1E;
}
a.pagenumber span {
  font-size: 1rem;
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 7%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

/*
外部リンク
----------------------------------------*/
a.bookmark{
	background-color: #968854;
}



/*
商品画像ポップアップ
----------------------------------------*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 90vw;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-window .modal-content .img-mini { width: 15%; height: auto; }
.modal-window .modal-content .img-small { width: 30%; height: auto; }
.modal-window .modal-content .img-medium { width: 50%; height: auto; }

.modal-window .modal-content img {
  width: 100%;
  height: auto;
	max-height: 70vh; /* ←ここがポイント */
  object-fit: contain;
}

.modal-window{
	display: none;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}

/*
カテゴリ上部で表示してる商品画像
----------------------------------------*/
a .img-mask:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-duration: 0.8s;
		cursor: zoom-in;
}


@media only screen and (max-width: 700px){
.modal-wrapper .modal-window {
  width: 100%;
}
}

/*
ギャラリーコンテナ
-------------------------------------------*/
.gallary-container{
    background-color: rgba(220, 200, 200, 0.4);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: center;
	  width: 100%;
		max-width: 1100px;
	  margin-left: auto;
		margin-right: auto;
	  margin-top: 0.5rem;
		padding: 20px;
		border-radius: 8px;
}
a h4{
	color: black;
}
.center{
    background-color: rgba(220, 220, 180, 0.4);
		justify-content: center;
}
.link-container{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
 	 justify-content: space-between;
}
.link-box{
	display: inline-block;
	background-color: rgba(180, 200, 210, 0.4);
	height: 300px;
	width: 300px;
	margin: 10px;
	padding: 25px;
}
.link-box a{
	color: black;
}
.link-box a img {
	width: auto;
	width: 100%;
	height: 190px;
	object-fit: cover;
	margin: auto;
	border: solid 1px navy;
}

.link-box a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 0.8s;
}

.g-box{
	display: inline-block;
	max-height: 180px;
	width: auto;
	padding: 5px;
}
.g-box span{
	font-weight: bold;
}
.g-item{
	height: 150px;
	width: auto;
}
.g-item2{
	height: 180px;
	width: auto;
}
.g-item3{
	height: 220px;
	width: auto;
}

/*
ご注文手順のフロー
-------------------------------------------*/
.s_work_flow .s_work_flow_step{
	display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap:wrap;
	margin-bottom:20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.s_work_flow .s_work_flow_step .s_work_flow_number{
	width:20%;
	font-size:32px;
	background:#354058;
	color:#fff;
	display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.s_work_flow .s_work_flow_step .s_work_flow_content{
	 width:80%;
	 padding:30px;
	 border:1px solid #ccc;
	 display: flex;
	 display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
	 background-color: rgba(170, 170, 160, 0.1);
}
.s_work_flow .s_work_flow_step:not(:last-child){
	 position:relative;
	 margin-bottom:90px;
}
.s_work_flow .s_work_flow_step:not(:last-child):before{
	position: absolute;
	 content: "";
	 display: inline-block;
	 width: 25px;
	 height: 25px;
	 box-sizing: border-box;
	 border-style: solid;
	 border-width: 25px 25px 0px 25px;
	 bottom: -63px;
	 left: 50%;
	 margin-left: -25px;
	 border-color: #000A1E transparent transparent transparent;
}
/*
トップ画像
-------------------------------------------*/
#page-top{
	position: relative;
  background-image: url(../img/top-bg.png);
  background-repeat: repeat;
  background-size: auto;
	margin-top: 120px;
	margin-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
  padding-bottom: 30px;
  height: 100%;
	width: 100%;
}

.top-img{
	height: 80%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}


/*キャッチ*/
.top_catch {
	z-index: 6;
	font-size: 65px;
	line-height: 0.3;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
	-moz-text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 0.2em #000A1E;
	-webkit-text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 0.2em #000A1E;
	-ms-text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 0.2em #000A1E;
	text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 0.2em #000A1E;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	top: 70%;
	left: 32%;
	text-align: left;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	word-break: keep-all;
}
.top_catch span {
	font-size: 18px;
	letter-spacing: 0.03em;
	-moz-text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 2em #000A1E;
	-webkit-text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 2em #000A1E;
	-ms-text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 2em #000A1E;
	text-shadow: 1px 2px 2px black, 0 0 1em #000A1E, 0 0 2em #000A1E;
}
/*商品ページに行くボタン*/
.menu_btn a {
	display: block;
	position: absolute;
	z-index: 6;
	left: 27%;
	bottom: 13%;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 10, 30, 0.3);
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#page-top .menu_btn a:hover {
	background-color: #FFF;
	color: #111;
}

.slide_btn a {
	display: block;
	position: absolute;
	z-index: 6;
	left: 27%;
	bottom: 13%;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 10, 30, 0.3);
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#page-top .slide_btn a:hover {
	background-color: #FFF;
	color: #111;
}

@media screen and (max-width :800px) {
	#page-top .top_catch{
		display: none;
	}
	#page-top .slide_btn{
		display: none;
	}
}


/*
サブトップページ
-------------------------------------------*/
#sub_top{
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	line-height: 30px;
	margin-top: 120px;
	padding-top: 180px;
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #FFF;
	font-size: 25px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}

#sub_top span{
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

/*
サブトップPC
-------------------------------------------*/
#sub_top.base {
	background-image: url(../img/subtop01.jpeg);
}
#sub_top.item-menu {
	background-image: url(../img/subtop01.jpeg);
}
#sub_top.order {
	background-image: url(../img/subtop01.jpeg);
}
#sub_top.info {
	background-image: url(../img/subtop01.jpeg);
}
#sub_top.item-page {
	background-image: url(../img/subtop01.jpeg);
}


/*
トップピックアップバナー
-------------------------------------------*/
.pickup {
  display: flex;
	background-color: #E6E5D7;
	padding: 30px 3%;
  margin-top: 20px;
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup ul li {
	width: 19%;
	position: relative;
}
.pickup ul li a {
	text-decoration: none;
	display: block;
}

.pickup ul li a:hover {
	background-color: #82aaaa;
}

.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #DF7329;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.pickup ul li a .pu_icon.cl_02 {
	background-color: #956d30;
}

.pickup ul li a .pu_title {
	display: block;
	font-size: 19px;
	font-weight: bold;
  letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #E6E5D7;
	padding-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49F8E;
	padding-bottom: 10px;
}
.pickup ul li a .pu_nagai{
	font-size: 18px;
}
.pickup ul li a:hover .pu_title {
	border-top-color: #956d30;
}

.pickup ul li a p {
	color: #111;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pickup ul li a img {
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
    filter:brightness(0.9);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 50%;
	object-fit: cover;
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.1);
    -moz-filter:brightness(1.1);
    -ms-filter:brightness(1.1);
    filter:brightness(1.1);
}

@media screen and (min-width:40000px/* ※960pxから変更したよ！ なぜかブラウザ縮小するとテーブルとかいろんなものが消える*/){
body {
	font-size: 16px;
}
/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

}
