@charset "utf-8";
/* CSS Document */
  
body {
	max-width: 1024px;
	margin:0 auto;
    background-color: #e9e9ea;
    color: #1E1E1E;
	font-family: 'Noto Sans JP', sans-serif;
}
/*———————————
共通領域
———————————*/
/*ヘッダー*/
header {
    background-image: url("../img/header_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    width: auto;
}

header h1{
	display:none;
}
/*ハンバーガーメニュー*/
nav{
    width: 100%;
    height: 70px;
    position: relative;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;
}
.navbar_brand img   {
    margin-top: 80px;
    margin-left: 10px;
}

/*トグル部分*/
.navbar_toggle{
 z-index:9999;
}

.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 5px;
 width: 50px;
 background: #f4f4f4;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
 top: 0;
}

.navbar_toggle_icon:nth-child(2) {
 margin: 10px 0;
}

.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
/*ナビゲーション部分*/
.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
}

.menu ul li{
    padding: 1.8em;
    border-bottom: 1px solid #CCC;
    background: rgba(244,244,244,0.3);
    text-align: center;
}
.menu ul li a{
    text-decoration: none;
	color: #F4F4F4;
}
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
/*footer*/
footer{
    background-image: url(../img/footer_bg.jpg);
	width:auto;
	height: 150px;
}
.pagetop{
    text-align: right;
    margin-right: 25px;
}
.sns li {
    display: inline;
    margin-left: 12px;
    margin-right: 12px;
}
footer ul
{
    text-align: center;
    padding-top: 25px;
	padding-bottom: 25px;
}
.copyright
{
    text-align: center;
}
.copyright{
    font-size: 12px;
    color: #f4f4f4;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
/*ぱんくずリスト*/
.breadcrumb {
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
	font-size:1em;
  text-align:center;
  line-height:0.95em;
  color: transparent;
  -webkit-text-stroke: 0.01em rgba(30,30,30,1);
	
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #f4f4f4;
	
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
	font-size:1em;
  text-align:center;
  line-height:0.95em;
  font-weight:bold;
  color: transparent;
  -webkit-text-stroke: 0.01em rgba(30,30,30,1);
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
/*———————————
topページ
———————————*/
h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 25px;
}
.concept p {
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
    line-height: 2em;
}
.shop {
    text-align: center;
}
.shop img{
    margin-top: 25px;
    margin-bottom: 25px;
}
.shop p {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 2em;
    font-size: 15px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.shop span  {
    font-weight: bold;
	letter-spacing: 1.8px;
}
.map iframe {
    width: 180px;
    height: auto;
    margin-top: 10px;
}
/*news*/
.news h3,.details h3 {
    margin: 25px;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 5px;
    font-size: 18px;
}
.wrapper{
    width:100%;
}
.wrapper .container{
    max-width:1000px;
    margin:0px auto;
    padding:25px 30px;
}
/* content */
    .wrapper .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
.text p{
	margin-left: auto;
	margin-right: auto;
}
.text a{
	color:#1E1E1E;
	
}
.wrapper .content-item {
    width:100%;
}
.content-item p a{
    text-decoration: none;
}
.content-item p{
    line-height: 1.5em;
}
.container{
	margin-bottom: 15px;
}
.content{
    margin-left: auto;
    margin-right: auto; 
}
.content:nth-child(1){
    border-bottom: 1px dotted #1E1E1E;
    padding-bottom: 10px;
	margin-bottom: 15px;
}
.morebtn{
    margin-right: 25px;
    margin-bottom: 40px;
}
.morebtn p {
    text-align: right;
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
/*morebtn*/
.morebtn a{
    text-decoration: none;
    color: #1E1E1E;	
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrowicn::before{
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*———————————
contactページ
———————————*/
.form-table{
    width: 100%;
    text-align: left;
}
.form-table th,
.form-table td {
    display: block;
    border-bottom: none;
    margin-top: 20px;
}
.form-table th{
	margin-left: 20px;
}
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 40px;
}
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

.entrybtn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.entrybtn input{
    width: 80px;
    height: 30px;
    border: 1px solid #1E1E1E;
}
input[type="submit"]:hover{
	background:#1E1E1E;
	color:#f4f4f4;
}
/*———————————
bookページ
———————————*/
.web h2{
    width: 200px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0.5em;
    background: #1e1e1e;
    color: white;
    font-weight: lighter;
    letter-spacing: 1.5px;
}
.web h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.category{
	padding:30px;
	margin-bottom: 30px;
	
}
.table-scroll th,.paymenttype th{
	background-color: #f4f4f4;
  width:300px;
	height:30px;
}

.table-scroll td, .paymenttype td{
    background-color: #f4f4f4;
    width: 500px;
    height: 30px;
    padding: 10px;
    line-height: 1.8em;
}
.table-scroll table, .paymenttype table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.table-scroll table th, .table-scroll table td,.paymenttype table th,.paymenttype table td {
	border: solid 1px #1e1e1e;}
.shipping h3,.payment h3 {
	width:800px;
	text-align: left;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.shipping .title{
    padding-left: 40px;
    line-height: 30px;
    background-image: url(../img/shipping.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.payment{
	margin-bottom: 50px;
}
.payment .title {
     padding-left: 40px;
    line-height: 30px;
    background-image: url("../img/yen.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
}

.payment p{
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
 }
.onlineshop_icn   {
    text-align: center;
    margin-bottom: 30px;
}
.onlineshop_icn span{
    margin-left: 10px;
    margin-right: 10px;
}
.thum{
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.thum a{
position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid white 1.5px; /*線で囲う*/
  padding: 7px;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
	
}
.thum a:hover{
background: rgba(129, 106, 73, 0.3);/*背景を半透明に*/
	color:#f4f4f4
}
/*———————————
spaceページ
———————————*/
.space{
    height: 350px;
	
}
.slideshow {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.slideshow > li {
  opacity: 0;
  position: absolute;
  transition: opacity 3s ease-in-out;
}

.slideshow > li.showSlide {
  opacity: 1;
}
.slideshow img{
	width: 400px;
}
.details table{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.details th{
	width: 30%;
	padding-left:30px;
}
.details td{
    width: 70%;
    height: 30px;
    padding-left: 10px;
}
.form{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.form input{
    width: 150px;
    height: 50px;
    border: 1px solid #1E1E1E;
}
input[type="submit"]:hover{
	background:#1E1E1E;
	color:#f4f4f4;}



/*———————————
メディアクエリ
———————————*/

@media screen and (min-width: 896px) {

/*ナビゲーション領域*/
	
nav{
 display: flex;
 flex-direction: row;
}


header h1{
    display: initial;
	}
	h1 img{
    margin-top: 25px;
    margin-left: 25px;
	}
.navbar_toggle{
 display: none;
}
.navbar_brand{
 display: none;
}

.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
	display: flex; 
    justify-content: center;
    align-items: center;
}

.menu ul{
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu ul li{
    padding: 0 1em;
    line-height: 70px;
	margin-top: 100px;
	background: rgba(244,244,244,0);

}
	.button{
    display: block;
    padding: 17px;
    width: 150px;
    float: left;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    /* カーソルを離した際のアニメーションの速度調整 */
    transition: .2s all;
}
	.button a {
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
	.menu:hover .button{
  /* ナビゲーションをマウスオーバーした際のアニメーションの動きを指定 */
  filter:blur(3px);
  /* 全てのボタンがぼやける */
  opacity:.8;
  /* 全てのボタンを通常サイズに指定 */
  transform: scale(1);
}
	.menu:hover .button:hover{
  /* アニメーション速度を指定 */
  transition: .6s;
  /* hoverしたボタンを少し拡大するように指定 */
  transform:scale(1.1);
  /* hoverしている要素のみぼやけない指定 */
  filter:blur(0px);
  opacity:1;
  /* ボタンをhoverした際に上下のボーダーの色を濃くする */
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
.menu:hover .button:hover > p {
  font-weight: bold;
}
	
/*トップページ*/
	h2{
    margin-bottom: 50px;		
	}
	.concept{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
	}
	.concept p{
    line-height: 3em;
    text-align: center;
	}
.col2_shopimg{
    width: 400px;
    float: right;
    margin-right: 150px;
	}
.col2_shopinfo{
    float: left;
    margin-top: 15px;
	margin-left: 150px;
	}
.news{
	padding-top: 70px;
    clear: both;
	}
	.content-item:nth-child(1) {
		
		width: 300px;
		margin-left: 50px;
	}	
/*コンタクトページ*/
table {
  border-collapse: collapse;
}
.form-table {
  width: 100%;
}
 

.form-table td {
  
  padding: 20px;
}
 
.form-table th {
    padding-left: 50px;
    position: relative;
    width: 300px;
    padding: 20px;
}	
/*bookページ*/
	.web .category {
    display: flex;
	flex-wrap: wrap;
		justify-content: space-between;
}
	.category img{
		margin-left: 20px;
		margin-right: 20px;
	}

/*space*/
.slideshow img{
	width: 500px;
}


}/*メディアクエリ終了*/
