@charset "utf-8";
/* 共通部分 */
*{
	box-sizing:border-box;
}
body,div,h1,h2,p,figure,figcaption {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: 0.05em;
}
body {
	color: #00081A;
	line-height: 1.8;
}
.haikei {
	background-image: url("../img/haikei.jpg");/*本棚*/
	width:100%;
	padding-bottom: 200px;
	margin: 0;
	}
.white {
	background-color: #fff;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-bottom: 200px;
}

ul {
	list-style-type: none;
	padding-left: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.headline {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 3em;
}
.headline_b{
	margin-bottom: 10em;
}
.bottomline{
	margin-bottom: 15em;
}

a {
	color: inherit;/*#333のことbodyのカラーを継承している*/
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
a:hover{
    color: #0bd;
}


.ing_bottom {
	margin-bottom: 10px;
}
.mini {
	font-size: 14px;
}
.furigana {
	margin-top: -15px;
	margin-bottom: 15px;
	color: #BBBBBB;
}
.font_b {
	border-bottom: 1px solid #BBBBBB;
	font-size: 18px;
}
.p_br {
	margin-bottom: 1em;
}
.ripples {
	
}
.ripples{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
    /*リンクの形状*/
	display:inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
}

/*波形の設定*/
.ripples:hover::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left:20%;
    top:0;
    /*波形の形状*/
    border: 2px solid #0bd;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*はじめは不透明*/
	opacity:1;
    /*アニメーションの設定*/
    animation:1.3s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2{
	0%{
	  transform: scale(0);
	}
	100%{
		transform:scale(2);
		opacity: 0;
	}
}
/*窓*/

.three{
	margin-top: 8em;
	margin-bottom: 8em;
}
.three_in {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10em;
	padding-bottom: 10em;
	background:url("../img/window.png") no-repeat 70% 0% fixed;
	background-size: cover;
	border-top-left-radius:240px 15px;
	border-top-right-radius:15px 200px;
	border-bottom-right-radius:100px 15px;
	border-bottom-left-radius:15px 185px;
	}
.three_in2 {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 10em;
	padding-bottom: 10em;
	background:url("../img/window2.png") no-repeat 70% 0% fixed;
	background-size: cover;
	border-top-left-radius:240px 15px;
	border-top-right-radius:15px 200px;
	border-bottom-right-radius:100px 15px;
	border-bottom-left-radius:15px 185px;
	}
/*窓ここまで*/

/* 全体の幅の指定 */
.wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.wrap1 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*ナビゲーションの左右の余白を取る*/
.wrap2 {
	padding-left: 0;
	padding-right: 0;
}
/*ヘッダー固定追加*/
.header_all {
	width: 100%;
	position: fixed;
	height: 150px;
	top: 0;
	z-index: 10;
	transition: all .5s;
}
.header_all.transform {
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 1px 5px #666;
}
/*ヘッダー領域*/

header h1 {
	margin-top: 2px;
	text-align: center;
}
/* ナビゲーション */
.nav {
	display: flex;
	justify-content: space-around;
	margin-top: 0;
}
.nav li {
	margin-left: 25px;
	font-family: 'broadsheet', serif;
}

.nav li {
	display: inline-block;
	position: relative;
 	text-decoration: none;
}




/*メイン画像以降をヘッダーの高さ分200px下げる*/
.mainimg, main, footer {
	position: relative;
	top: 200px;
}

h2{
	font-family: 'broadsheet', serif;
	font-size: 2em;
}
.ing_bottom img {
	width: 500px;
	height: 450px;
	object-fit: cover;
}

.last_justify {
	text-align-last: justify;
}
.space {
	margin-left: 16px;
}
/*メイン画像*/
.slick-box {
	margin-top: 0;
}
.slick-box img {
	width: 100%;
	height: 100vw;
	object-fit: cover;
}

.mainimg {
	height: 85vh;
	width: 100%;
	margin-bottom: 50px;
}
.mainimg img{
	width: 100%;
	height: 85vh;
	object-fit: contain;
}

/*section領域*/
section {
	margin-bottom: 50px;
}

/*コンセプトここから*/

.cbox_top, .cbox_bottom {
	display:flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 20px;
}
.c_img {
	width:45%;}
.cbox_p td {
	width: 100px;
}

i {
	font-size: 2em;
}
.cbox_p {
	width:45%;
	line-height: 2.5;
	font-size: 1em;
}


.cbox_bottom {
	flex-direction: row-reverse;
}
.ame {
	color: #66BBDD;
}
/*コンセプトここまで*/

.news li {
	border-bottom: 1px solid #BBBBBB;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 3px;
}
/*ブックニュースここから*/
.button_bn a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button_bn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button_bn a:hover {
  background: #00081A;
  color: #FFF;
}
.button_bn a:hover:after {
  right: 1.4rem;
}

/*ショップインフォここから*/
#si {
	padding-top: 150px;
}
.address {
	width: 100%;
	}
.location-map {
	width: 100%;
	padding-bottom: 130px;
	}
.si_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/*上に戻るボタン*/
.sentou {
	position: fixed;
	right: -2px;
	bottom: 0;
	margin-bottom: -15px;
	z-index: 10;
	width: 150px;
}
.sentou a img{
	transition: all 5s;
}
.sentou a:hover img{
	transform: scale(1.1,1.1);
}
.img-sp {
    display: none;
}
/*BOOK.htmlページここから*/
.bbox {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.bbox_in {
	width: 24%;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 80px;
}
.border {
	border-bottom: 1px solid #BBBBBB;
}
.border:hover {
	color: #0bd;
}

/*footer領域*/
footer {
	text-align: center;
	color:#fff;
	padding-top: 20px;
	padding-bottom:20px;
}

/*スクロールしたら下から上にフェードインする*/

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/*カフェページここから*/
.mw {
	width: 250px;
}
.mbox {
	display:flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
	margin-bottom: 20px;
	justify-content: space-between;
}
.mt {
	text-align: center;
}
.menu_title {
	font-size: 18px;
	font-family: 'broadsheet', serif;
	font-weight: bold;
}
caption {
	padding-bottom: 2em;
}

.mbox_in2{
	width:400px;
}
.menu_oneword {
	margin-top: 5px;
}
/*Contact.html*/


form {
margin-left: auto;
margin-right: auto;
width: 80%;
 }


.radioinput {
  text-align: center;
}


.form_in {
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  justify-content: center;
}


.form_label {
  width: 100%;
  max-width: 248px;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: auto;
}
 
.form_require {
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50px;
  display: inline-block;
  text-align: center;
  background: #0bd;
  color: #fff;
  font-size: 15px;
}
.form_require_non {
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50px;
  display: inline-block;
  text-align: center;
  background: hsla(180,50%,50%,0.7);
  color: #fff;
  font-size: 15px;
}

.form_input {
  border: 1px solid #A4A4A4;
  border-radius: 5px;
  margin-left: 35px;
  height: 40px;
  width: 18em;
  font-size: 16px;
  font-family: 'Shippori Mincho B1', serif;
}

 
.form_textarea {
 border: 1px solid #A4A4A4;
 border-radius: 6px;
 padding-left: 1em;
 padding-right: 1em;
 height: 213px;
 width: 20em;
 font-size: 16px;
}

.form_Btn {
font-family: 'Shippori Mincho B1', serif;
 background-color: #0bd;
 border-radius: 15px;
 margin-top: 25px;
 margin-left: auto;
 margin-right: auto;
margin-bottom: 25px;
 padding-top: 15px;
 padding-bottom: 15px;
 width: 240px;
 display: block;
 letter-spacing: 0.05em;
 color: #fff;
 font-size: 1.5em;
border: none;
-webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
-moz-transition: all 0.3s ease;/*ふわっとさせる間隔 Firefox*/
-ms-transition: all 0.3s ease;/*ふわっとさせる間隔 IE*/
-o-transition: all 0.3s ease;/*ふわっとさせる間隔 Opera*/
transition: all  0.3s ease;/*ふわっとさせる間隔*/
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
/*アニメーションの設定*/
cursor: pointer;/*ホバー時にカーソルの形状をポインターに*/
}

.form_Btn:hover {
background-color: hsla(196,84%,48%,0.75);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

/*Contact.htmlここまで*/


@media (max-width: 1200px){
	.img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}
/*ウィンドウの幅が767px以下の場合*/
@media (max-width: 767px) {

.bbox_in {

	width: 47.5%;
}
}

/*ウィンドウの幅が600px以下の場合*/
@media (max-width: 600px) {

	
header {
		text-align: center;
}
.header_in,
.nav,
.cbox_top, 
.cbox_bottom,
.headline,
.fadein,
.form_in,
.bbox,
.three_in{
	display: flex;
	flex-direction: column;
}

.nav li {
	margin-left: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}


/*index.html*/


#si {
	margin-top: -3em;
	padding-top: 3em;
	}
	
.address {
		text-align: center;
	}
.address .space {
		margin-left: 0;
	}
.address_in {
		margin-bottom: 10px;
	}
/*ハンバーガーボタンを表示*/
.btn-gnavi {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.btn-gnavi span {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #666;
	border-radius: 10px;
	transition: all 1s;
	top: 10px;/*10pxにすると下に少し下がる*/
	left: 0;
}
.btn-gnavi span:nth-child(1) {
	transform: translateY(-9px);
}
.btn-gnavi span:nth-child(2) {
	transform: translateY(0);
}
.btn-gnavi span:nth-child(3) {
	transform: translateY(9px);
}
/*クリックしたら追加されるスタイル*/
.btn-gnavi.open span:nth-child(1) {
	transform: rotate(-45deg);
}
.btn-gnavi.open span:nth-child(2) {
	background-color: transparent;
}
.btn-gnavi.open span:nth-child(3) {
	transform: rotate(-135deg);
}


.nav {
	display: none;
	background-color: rgba(255,255,255,0.8);
	margin-top: 0;
}

iframe,
.mdox_in2 img{
	width: 100%;
}
.slick-box li {
	height: 66.7vw;
}
.slick-box img {
	height: 67vw;
}

/*index.html*/

.c_img {
		width: 100%;
	}
.cbox_p{
		width: 100%;
		margin-top:20px;
		}
.address {
		font-size: 1em;
	}
.address_in {
		letter-spacing: 2px;
	}
.space_sp {
		margin-left: 1em;
	}
	
/*index.htmlここまで*/
/*ブックここから*/
	.bbox{
		text-align: center;
	}
	.bbox_in {
		width: 60%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*ブックここまで*/
	/*カフェここから*/
.mbox_in1 .menu, 
.menu_oneword{
	margin-left: 5rem;
}
.mbox_in2 {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.menu_oneword {
	margin-bottom: 20px;
	}
	
	/*カフェここまで*/
	/*お問い合わせここから*/
	.form_label {
		margin-bottom: 4px;
	}
	.area_box {
	margin-left: 0;
}
}