@charset "utf-8";
/*========================================
	base
========================================*/
* {
	box-sizing: border-box;
}
body {
	color: #222;
  	background: #fff;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  	font-weight: 300;
  	-webkit-font-smoothing: antialiased;
}
a {
  	text-decoration: none;
}
h1 {
  	font-size: 2.0rem;
  	line-height: 1.8;
  	text-transform: uppercase;
}
p {
  	margin-bottom: 20px;
}
/**スマホ用 横ずれ防止*/
.wrap { 
	overflow: hidden; 
}
/**ページ内リンク 高さ調節*/
.link-t {
	position: relative;
	display: block;
	top: -65px;
}
/**画像アニメーション*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/**改行制御*/
.sp_br { display: none; }
@media only screen and (max-width: 420px) {
	.sp_br { display: block; }
}

/*========================================
	menu
========================================*/
.main_h {
	position: fixed;
  	overflow: hidden;
  	top: -100px;
  	width: 100%;
  	max-height: 70px;
  	padding-top: 17px;
  	opacity: 0;
  	background: none;
  	padding-bottom: 6px;
  	-webkit-transition: all 0.3s;
  			transition: all 0.3s;
  	font-family: "Montserrat", sans-serif;
  	z-index: 999;
}
.open-nav {
	max-height: 400px !important;
}
.open-nav .mobile-toggle {
			transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky {
  	top: 0px;
  	opacity: 1;
	background-color: #fff;
  	border-bottom: 1px solid gainsboro;
}
.logo {
	display: block;
  	float: left;
  	width: 50px;
  	margin-top: 0;
  	margin-bottom: 10px;
  	line-height: 1;
  	text-transform: uppercase;
}
.logo img {
	height: 50px;
	margin-top: -10px;
}
/*タブレット用*/
@media only screen and (max-width: 768px) {
	.main_h {
		padding-top: 25px;
	}
	.logo {
		float: none;
	}
	.logo img {
		margin-top: -15px;
	}
}

/*=================================================
	ナビゲーション
=================================================*/
nav {
  	float: right;
  	width: 60%;
}
nav ul {
  	list-style: none;
  	overflow: hidden;
  	text-align: right;
  	float: right;
}
nav ul li {
  	display: inline-block;
  	margin-left: 35px;
  	line-height: 1.5;
}
nav ul a {
  	color: #888888;
  	text-transform: uppercase;
  	font-size: 12px;
}
/*タブレット用*/
@media only screen and (max-width: 768px) {
	nav {
		width: 100%;
	}
	nav ul {
    	float: left;
    	width: 100%;
    	margin-bottom: 22px;
    	padding-top: 10px;
    	text-align: center;
  	}
	nav ul li {
		width: 100%;
    	margin: 0;
    	padding: 7px 0;
  	}
}

/*ハンバーガーアイコン*/
.m_toggle {
	display: none;
}
@media only screen and (max-width: 768px) {
	.m_toggle{
		display: block;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		float: right;
		top: -63px;
  		width: 30px;
  		height: 35px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.menu-trigger span {
		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 4px;
  		background-color: #8f8f8f;
  		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 12px;
	}
	.menu-trigger::after {
		position: absolute;
		display: block;
		content: 'MENU';
		left: 0;
		bottom: -5px;
		width: 100%;
		color: #8f8f8f;
		font-size: 0.5rem;
  		text-align: center;
  		text-decoration: none;
  		white-space: nowrap;
  		transition: all .4s;
	}
	.menu-trigger.active::after {
  		content: 'CLOSE';
  		bottom: -5px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
  				transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) { 
		-webkit-transform: translateY(-9px) rotate(45deg);
				transform: translateY(-9px) rotate(45deg);
	}
}

/*========================================
	Slider
========================================*/
.h_slider {
	width: 100%;
	max-width: 1920px;
	height: 100vh;
}
.top-logo {
	margin: 0 auto;
	padding-top: 20%;
	padding-left: 3%;
	text-align: center;
}
.s_btn a {
	position: absolute;
  	display: inline-block;
	left: 50%;
  	bottom: 20px;
	padding-top: 60px;
	color: #CCDE68;
	font-weight: bold;
  	text-decoration: none;
  	-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
  	z-index: 2;
}
.s_btn a:active, .s_btn a:hover {
	color: #CCDE68;
}
.s_btn a span {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	width: 30px;
  	height: 50px;
  	margin-left: -15px;
  	border: 2px solid #CCDE68;
  	border-radius: 50px;
  	box-sizing: border-box;
}
.s_btn a span::before {
  	position: absolute;
  	content: '';
  	top: 10px;
  	left: 50%;
  	width: 6px;
  	height: 6px;
  	margin-left: -3px;
  	background-color: #CCDE68;
  	border-radius: 100%;
  	-webkit-animation: sdb 2s infinite;
  			animation: sdb 2s infinite;
  	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
	}
	40% { opacity: 1; }
	80% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
	}
	100% { opacity: 0; }
}
@keyframes sdb {
	0% {
    	opacity: 0;
		transform: translate(0, 0);
	}
	40% { opacity: 1; }
	80% {
    	opacity: 0;
		transform: translate(0, 20px);
	}
	100% {
		opacity: 0;
	}
}
/*タブレット用*/
@media only screen and (max-width: 768px) {
	.top-logo img {
		margin-top: 45%;
		max-width: 100%;
	}
	.s_btn a {
		left: 45%;
	}
	.s_btn a span, .s_btn a span::before {
		padding-left: 5px;
	}
}

/*========================================
	contents
========================================*/
.row {
  	position: relative;
	width: 100%;
  	max-width: 1000px;
  	margin: 0 auto;
  	padding: 0 2%;
}
.contents {
	padding: 50px 2% 100px;
}
/*境界線*/
.contents hr.con-line {
    padding: 0;
    color: #222;
	margin-bottom: 50px;
    border: none;
    text-align: center;
    border-top: medium double #222;
}
.contents hr.con-line:after {
    position: relative;
    display: inline-block;
    content: "§";
    top: -0.7em; 
    padding: 0 0.25em;
    font-size: 1.5em;
    background: #fff; /*背景色と同じ*/
}
.contents h1 {
	margin: 30px auto;
	font-size: 3.0rem;
	font-weight: bold;
	font-family: "Alegreya SC", Sans-serif;
}
.contents h2 {
	margin: 30px auto;
	font-size: 2.0rem;
	font-weight: bold;
}
.contents .title_img {
	width: 100%;
  	max-width: 1000px;
  	margin: 0 auto;
}
.contents .title_img img {
	width: 100%;
}
.c_info, .c_pan, .c_sweets, 
.c_m-goods, .c_g-goods, .c_store {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
}
/*スマホ用*/
@media only screen and (max-width: 360px) {
	.contents h1 {
		font-size: 2.8rem;
	}
}

/**INFORMATION*/
.info {
	margin: 50px auto;
	color: #174328;
	font-size: 35px;
	line-height: 2;
	text-align: left;
	max-width: 600px;
	width: 100%;
}
.info_s{
	text-align: left;
	font-size: 20px;
	/*max-width: 500px;*/
	margin:10px auto;
}
.info img {
	margin-bottom: 10px;
	max-width: 100%;
	vertical-align: middle;
	margin: 0 10px;
}
.info_box {
    position: relative;
    margin: 32px 0;
    padding: 8px 16px;
    border: solid 3px #8b0000;
    border-radius: 8px;
}
.info_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #8b0000;
    font-weight: bold;
}
.info_box p {
	margin: 20px;
    text-align: left;
	line-height: 1.5;
}
.info_box ol {
	text-align: left;
}
@media only screen and (max-width: 420px) {
	.info {
		font-size:21px ;
		width: 90%;
	}
	.info_s{
		font-size: 16px;
	}
	.info img{
		width:20px ;
	}
}
/**INSTAGRAM*/
h2.info_h2 {
	margin-top: 80px;
	margin-bottom: 50px;
}
.insta {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  	padding-left: 15px;
  	padding-right: 15px;
}
.insta:before, .insta:after {
  	content: " ";
  	display: table;
}
.insta:after {
 	clear: both;
}
.insta_row {
  	margin-left: -15px;
  	margin-right: -15px;
}
.insta_row:before, .i_row:after {
  	content: " ";
  	display: table;
}
.insta_row:after {
  	clear: both;
}
.insta_col {
	width: 100%;
	max-width: 1000px;
}
.insta_card {
	display: inline;
	vertical-align: top;
}
img.insta_card-img {
	width: 30%;
	max-width: 282px;
	max-height: 214px;
}
img.b_insta {
	width: 170px;
	margin: 20px auto;
}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	h2.info_h2 {
		font-size: 1.5rem;
	}
	img.insta_card-img {
		max-width: 122px;
		max-height: 92px;
	}
	img.b_insta {
		width: 50%;
	}
}

/**BREAD*/
.c_pan_box {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.c_pan-box01_1 {
	display: table-cell;
	vertical-align: middle;
	width: 15%;
	max-width: 150px;
}
.c_pan-box01_2 {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	max-width: 700px;
}
.c_pan-box02 {
	display: table-cell;
	vertical-align: top;
	width: 48%;
	max-width: 500px;
}
.c_pan-box02 img {
	width: 100%;
	padding-right: 2%;
}
.c_pan-box02 iframe {
	width: 100%;
	height: 300px;
}
.c_pan-box02 p {
	padding: 10px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.7;
}
/*パン用スライダー*/
.lazy-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.lazy-item {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	.c_pan-box01_1 {
		display: none;
	}
	.c_pan-box01_2 {
		display: block;
		width: 100%
	}
	.c_pan-box01_2 h2 {
		font-size: 1.5rem;
	}
	.c_pan-box02 {
		display: block;
		width: 100%;
	}
	.lazy-item img {
		height: 300px;
	}
}
@media only screen and (max-width: 380px) {
	.c_pan-box01_2 h2 {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 360px) {
	.c_pan-box01_2 h2 {
		font-size: 1.3rem;
	}
}
/**SWEETS*/
.c_sweets_box {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.c_sweets_box01 {
	display: table-cell;
	vertical-align: top;
	width: 48%;
}
.c_sweets_box01 img {
	width: 100%;
	padding-left: 2%;
}
.c_sweets_box01 h2 {
	font-size: 1.7rem;
	line-height: 1.5;
}
.c_sweets_box01 p {
	padding: 10px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.7;
}
.c_sweets_box02 {
	display: table-cell;
	vertical-align: top;
	width: 24%;
	max-width: 300px;
}
.c_sweets_box02 img {
	width: 99%;
	max-width: 300px;
}
.c_sweets_box02 p {
	padding: 20px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.5;
}
.t_left {text-align: left;}
.t_right {text-align: right;}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	.c_sweets_box01, .c_sweets_box02 {
		display: block;
		width: 100%;
	}
	.c_sweets_box01 h2 {
		font-size: 1.4rem;
	}
	.c_sweets_box02 {
		max-width: 100%;
	}
	.c_sweets_box02 img {
		max-width: 99%;
	}
}
@media only screen and (max-width: 380px) {
	.c_sweets_box01 h2 {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 360px) {
	.c_sweets_box01 h2 {
		font-size: 1.2rem;
	}
}
/**北欧雑貨*/
.c_m-goods_box {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.c_m-goods_box01, 
.c_m-goods_box02 {
	display: table-cell;
	vertical-align: top;
	width: 48%;
}
.c_m-goods_box01 img {
	width: 100%;
	padding-left: 2%;
}
.c_m-goods_box01 h2 {
	font-size: 1.7rem;
	line-height: 1.5;
}
.c_m-goods_box01 p {
	padding: 10px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.7;
}
.c_m-goods_box02 img.img_l {
	width: 100%;
}
.c_m-goods_box02 img.img_r {
	width: 100%;
	padding-left: 2%;
	vertical-align: bottom;
}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	.c_m-goods_box01,
	.c_m-goods_box02 {
		display: block;
		width: 100%;
	}
	.c_m-goods_box01 img {
		padding-left: 0;
	}
	.c_m-goods_box02 img.img_r {
		padding-left: 0;
	}
}

/**ジブリ雑貨*/
.c_g-goods_box {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.c_g-goods_box01, 
.c_g-goods_box02 {
	display: table-cell;
	vertical-align: top;
	width: 48%;
}
.c_g-goods_box01 img {
	width: 100%;
	padding-left: 1%;
	margin-bottom: 1%;
}
.c_g-goods_box01 h2 {
	font-size: 1.7rem;
	line-height: 1.5;
}
.c_g-goods_box01 p {
	padding: 10px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.7;
	padding-right: 1%;
}
.c_g-goods_box02 img.img_l {
	width: 100%;
	padding-right: 1%;
}
.c_g-goods_box02 img.img_r {
	width: 100%;
	padding-left: 1%;
}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	.c_g-goods_box01,
	.c_g-goods_box02 {
		display: block;
		width: 100%;
	}
	.c_g-goods_box02 img.img_l {
		padding-right: 0;
	}
	.c_g-goods_box02 img.img_r {
		padding-left: 0;
	}
}

/**店舗情報*/
.c_store_box {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.c_store_box01 {
	width: 100%;
}
.c_store_box01 img {
	width: 100%;
}
.c_store_box01 h2 {
	font-size: 1.7rem;
	line-height: 1.5;
}
.c_store_box01 p {
	padding: 10px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.7;
}
.c_store_map {
	width: 100%;
	max-width: 1000px;
	padding-top: 30px;
}
.c_store_add {
	width: 100%;
	max-width: 1000px;
	text-align: left;
}
.c_store_add p {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}
.c_store_map iframe {
	width: 100%;
	max-width: 1000px;
	height: 500px;
	border: 0;
}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	.c_store_box01 h2 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 360px) {
	.c_store_box01 h2 {
		font-size: 1.4rem;
	}
}

/*========================================
	footer
========================================*/
footer {
	width: 100%;
	background-image: url("../images/background_b.png");
}
.footer_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	/* padding-left: 15%;
	padding-right: 15%; */
	display:flex;
}
.footer_box01 {
	/* display: table-cell; */
	vertical-align: top;
	text-align: center;
	width: 50%;
	/* width: 48%;
	max-width: 500px;
	min-width: 286px; */
}
.footer_box02 {
	/* display: table-cell; */
	vertical-align: top;
	/* width: 48%;
	max-width: 500px;
	min-width: 286px; */
}
img.footer_r {
	padding-right: 15px;
}
.footer_box02 h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.footer_box02 p,.footer_box02 table {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_box02 table th{
	width: 100px;
}
.footer_box02 table td{
	line-height: 2;
}
.f_logo, .f_tel, 
.f_info {
	width: 100%;
}
.f_info_nomal{
	font-weight: normal;
}
.f_logo img {
	margin-top: 15%;
}
.f_tel {
	padding: 25px 0;
}
.f_tel p {
	font-size: 1.5rem;
}
.f_tel p a{
	color: #fff;
}
.copyright {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 0.8rem;
}
/*スマホ用*/
@media only screen and (max-width: 420px) {
	.footer_box01 {
		display: block;
		width: 100%;
	}
	.f_logo img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	img.footer_r {
		padding-right: auto;
	}
	.footer_box{
		flex-wrap: wrap;
	}
	.footer_box02{
		padding: 10px;
	}
	.footer_box02 h2{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
}
/*========================================
	TOPに戻るボタン
========================================*/
.rel {
	position: relative;
	text-align: right
}
#page_top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: -150px;
	bottom: 50px;
	background: #1e674c;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 999;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f102";
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
	top: -2px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*タブレット・スマホ*/
@media only screen and (max-width: 999px) {
	#page_top {
		right: -55px;
	}
}


