﻿@charset "UTF-8";


/* 基本レイアウト ここから↓ */
* {
	margin: 0;
	padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-size: 1.6rem;/* 16px*/
	line-height: 2;
	width: 100%;
	color: #221613;
	background-color: #fff;
	/* フォントの種類を指定 */
	font-family: -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/* 字間(プロポーショナルメトリクス)を指定 */
	font-feature-settings: "palt";
	display: inline;
}
li {
	list-style:none;
}
ul, ol {
	padding:0;
	margin:0;
}
a {	
	color: #221613;
	text-decoration: none;
}
a:hover {
	/* filter: saturate(180%) opacity(70%);
	transition-duration: 0.5s; */
}
a img:hover {
	filter: opacity(80%);
}
a[href*="tel"] {
	pointer-events: auto;
}
img {
	max-width: 100%;
    height: auto;
	vertical-align: middle;
	display: block;
	margin: auto;
}
img.widthmax {
	/* width: 100%; */
}
.hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
  }
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}


@media screen and (min-width: 960px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
	a[href*="tel"] {
		pointer-events: none;
	}
}
.bold {
	font-weight: bold;
}
/* webfont */
.ff-rodin-db {
	font-family: "FOT-ロダン Pro DB";
}
.ff-rodin-b {
	font-family: "FOT-ロダン Pro B";
}

/* 文字色 */
.c-wh {
	color: #fff;
}
.c-or {
	color: #f08200;
}

/* 背景色 */
.bk-cream {
	background-color: #fff3e3;
	max-width: initial;
	padding: 0;
}
.bk-cream > div {
	max-width: 1000px;
	padding: 0 3%;
	margin: auto;
}

/* フェードインアニメ start */
.fadeIn {
	animation-name: fadeInAnime;
	animation-fill-mode:backwards;
	animation-duration:3s;
	/* animation-iteration-count:infinite; */
	animation-timing-function:ease;
	animation-delay: 0.5s;
	animation-direction:normal;
}
@keyframes fadeInAnime{
	0% {
	opacity: 0;
	}

	100% {
	opacity: 1;
	}
}
/* フェードインアニメ end */

/* 基本レイアウト ここまで↑ */



/*------------------------------

	ヘッダーここから

------------------------------*/
header {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 10;
}
header a {
	/* color: #fff; */
}
#header_box {
	/* padding: 0 0 0 3%; */
	/* background-color: #e16910; */
	background-color: #221613;
	text-align: center;
}
#header_box img {
	/* margin: 0; */
}


#logo {
	/* display: flex; */
	/* align-items: center; 垂直中央寄せ */
	/* background-color:aliceblue; */
}
#logo h1 img {
	width: 200px;
	/* padding-top: 10px;
	padding-bottom: 10px; */
}
@media screen and (min-width: 960px) {
	#logo h1 img {
		width: 350px;
	}
}








/*------------------------------

	ヘッダーここまで

------------------------------*/
/*------------------------------

	メイン部分ここから

------------------------------*/
main {
	/* padding-top: 1%;	 */
}
main > section {
	margin: auto;
	margin-top: 30px;	
}
main > section:first-child {
	margin-top: 0;	
}
@media screen and (min-width: 960px) {
	main > section {
		margin-top: 70px;
	}
}
main > section.mt0 {
	margin-top: 0;
}


.img-w {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.text-box {
	width: 90%;
	max-width: 750px;
	margin: auto;
	padding: 1em 0 2em 0;
	color: #fff;
	
	line-height: 1.6em;
}
.text-box-4 {
	width: 95%;
	margin: 1em auto;

	border: 2px solid #000;
	padding: 0.5em;
	color: #000;
}
.text-box-4 p, .text-box-4-2 p {
	margin-top: 0.5em;
	color: #000;
}
.text-box-4-2 h3 {
	background: #221613;
	color: #fff;
	display: inline-block;
	padding: 0.3em;
}
/* 各画像の背景色 start */
.back-black {
	background: #221613;
}
.back-red {
	background: #e50012;
}
.back-blue {
	background: #0081cc;
}
.back-blue-2 {
	background: #003e96;
}
.back-light-blue {
	background: #00aeec;
}
.back-yellow {
	background: #f2e826;
}
.back-pink {
	background: #e5006e;
}
.back-green {
	background: #46b036;
}
.back-purple {
	background: #a50082;
}
/* 各画像の背景色 end */

/* TOP画像とボタンの重なり start */
.relative {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.absolute {
	position: absolute;
	bottom: 15%;
	padding-left: 10%;
	padding-right: 10%;
}
ul#app-btn li {
	margin-top: 2.2em;
}
/* TOP画像とボタンの重なり end */


/* アプリボタン背景とボタンの重なり start */
.relative {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.absolute {
	position: absolute;
	/* bottom: 20%; */
	bottom: 16%;
	padding-left: 10%;
	padding-right: 10%;
}
ul#app-btn li {
	/* margin-top: 1.5em; */
	margin-top: 1.8em;
}
/* アプリボタン背景とボタンの重なり end */
ul#app-btn {
	/* width: 80%;
	max-width: 700px;
	margin: auto; */
	/* padding-bottom: 3em; */
}
ul#app-btn li {
	/* margin-top: 2em; */
}

/* 取扱店舗 start */
main > section#shop {
	max-width: initial;
	padding: 0;
}
#shop h3 {
	background-color: #221613;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-family: "FOT-ロダン Pro B";
}
details {
	max-width: 1000px;
	padding: 0 3%;
	margin: auto;
	margin-top: 30px;
	font-family: "FOT-ロダン Pro DB";
}
/* 折り畳み部分の設定　ここから */
summary {
	position: relative;
	display: block; /* 矢印を消す */	
	cursor: pointer; /* カーソルをポインターに */
	transition: 0.2s;
	background-image: url(../img/shop-arrow.webp);
	background-repeat: no-repeat;
	background-position: 2% center;
	background-size: 6%;
	/* padding-left: 10%; */
	padding: 2% 2% 2% 10%;
	width: 100%;
	margin: auto;
	background-color: #c1c2c2;
	font-size: 1.1em;
}
@media screen and (min-width: 960px) {
	summary {
		background-position: 2% center;
		background-size: 3%;
		padding: 2% 2% 2% 6%;
		font-size: 1.1em;
	}
}
summary::-webkit-details-marker {
	display: none;　/* 矢印を消す */
}

/* オープン時のスタイル */
details[open] summary {
	/* transform: rotate(180deg); */
	background-image: url(../img/shop-arrow-c.webp);
}

#shop ul {
	margin-left: 15px;

	/* 間隔の空いた破線 */
	background-image : linear-gradient(to right, #717071, #717071 5px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */

	padding-bottom: 0.5em;
}
#shop ul li {
	/* 間隔の空いた破線 */
	background-image : linear-gradient(to right, #717071, #717071 5px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
	background-position: left top;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */

	margin-top: 0.7em;
	padding-top: 0.7em;
}
#shop ul li div {
	display: flex;
	align-items: center;
}
#shop ul li div img {
	width: 40px;
	margin: 0 10px 0 0;
}
#shop ul li div h5 {
	font-size: 1.1em;
}
#shop ul li span::after {
	content: '\f3c5';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.1em;
	color: #116eb4;
}
#shop ul li a {
	color: #116eb4;
	/* border-bottom: 1px solid #116eb4; */
	text-decoration: underline;
	margin-left: 3em;
}

/* 折り畳み部分の設定　ここまで */
/* 取扱店舗 end */

/*------------------------------

	メイン部分ここまで

------------------------------*/

/* ページ上部へ戻るボタン ここから */
.pagetop {
	height: 40px;
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #fff;
	/* border: solid 2px #000; */
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
/* ページ上部へ戻るボタン ここまで */

/*------------------------------

	フッター部分ここから

------------------------------*/

footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 0.3em;
	margin-top: 3em;
	font-size: 0.7em;
}
@media screen and (min-width: 960px) {
	footer {
		margin-top: 5em;
	}
}
/* body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
main {
	flex: 1;
}

footer {
	
}

footer > div {
	max-width: 1000px;
	margin: auto;
	padding: 3%;
} */

/*------------------------------

	フッター部分ここまで

------------------------------*/


/* *************************************************** */
/*------------------------------

	PC用ここから

------------------------------*/
@media screen and (min-width: 960px) {
	
	
}
/*------------------------------

	PC用ここまで

------------------------------*/








