@charset "UTF-8";

/* ----------------------------------------------
*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***
------------------------------------------------- */
*:where(:not(iframe, canvas, img, svg, video):not(svg *):not(input[type='checkbox'],input[type='radio']):not(button)) {
	all: unset;
	display: revert;
} 
*,
*::before,
*::after {
	box-sizing: border-box;
} 
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
} 
table {
	border-collapse: collapse;
} 
textarea {
	white-space: revert;
}
a {
	cursor: pointer;
}
/* ----------------------------------------------
*** 共通設定 ***
------------------------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ----------------------- 基本設定 */
:root {
	--max_width: 1200px;
	--base_background: #ffffff;
	--base_color: #414141;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
body {
	background: var(--base_background);
	color: var(--base_color);
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	text-align: center;
	font-family: Helvetica,'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
iframe {
	width: 100%;
	max-width: var(--max_width);
}
/* ----------------------- リンク設定 */
a {
	color: var(--base_color);
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: var(--base_color);
	text-decoration: none;
	opacity: 0.85;
}
a:active {
}
a[target="_blank"] {
	padding-left: 15px;
	background: url(../img/icon_exlink.gif) no-repeat center left;
}
a.pdf {
	padding: 0 0 0 1rem;
	background: url(../img/icon_pdf.gif) no-repeat center left;
}
/* ----------------------- 短縮設定 */
.none {	
	display: none;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.clearboth {
	clear: both;
}
.t_l {
	text-align: left;
}
.t_r {
	text-align: right;
}
.t_c {
	text-align: center;
}
.v_m {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-size: smaller;
}
.red {
	color: #ff0000;
}
.maroon {
	color: #800000;
}
.green {
	color: #008000;
}
.blue {
	color: #0000ff;
}
.navy {
	color: #000080;
}
.yellow {
	color: #ffff00;
}
.pink {
	color: #ff33cc;
}
.orange {
	color: #ffa500;
}
.olive {
	color: #339966;
}
.bg_aqua {
	background: #EDF3FF;
}
.bg_gray {
	background: #F9F9F9;
}
/* ----------------------------------------------
*** 個別設定 ***
------------------------------------------------- */
p {
	font-size: 1.1rem;
}
h2 {
	margin: 2rem 0 1rem 0;
	font-size: 1.6rem;
	font-weight: bold;
}
h3 {
	margin: 2rem 0 1rem 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: bold;
}
h4 {
	margin: 1rem 0 0 0;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: -0.15rem;
}



/* -------------------- ヘッダー */
#header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto 0;
	padding: 0.5rem 1rem 0 0;
}
h1#logo {
	margin: 0.5rem 1rem 0.5rem 2rem;
}
ul#globalNav {
	display: flex;
	gap: 0.5rem 0.5rem;
	margin: 0 0 0 auto;
}
ul#globalNav a {
	display: block;
	padding: 0.3rem 0.5rem;
	border-radius: 5px;
}
ul#globalNav a:hover {
	background: #ddd;
	color: #000000;
	border-radius: 5px;
}
#header p.contact a {
	width: 140px;
	margin: 0 0 0 1rem;
	padding: 0.5rem 1rem;
	border: 1px solid #414141;
	border-radius: 5px;
	font-size: 0.95rem;
}
#contact #header p.contact a {
	--base_background: #ffffff;
	--base_color: #414141;
}
#header p.contact a:hover {
	--base_background: #ffffff;
	--base_color: #414141;
}
@media (max-width: 780px) {
}
/* ----------------------- ヘッダー 終わり */
/* ----------------------- コンテンツ */
#contents {
	max-width: var(--max_width);
	margin: 0 auto 6rem;
	height: 90vh;
}
#contents p {
	padding: 0 1rem;
	font-size: 1.1rem;
}
/* ----------------------- コンテンツ 終わり */



/* ----------------------- トップページ topPage */
/* -----------------------  */
/*  */


/* ----- 店舗情報 shopInfo */
#facebook iframe {
	width: 500px;
	height:760px;
	margin: 2rem 0 0;
	border: 0;
	background-color: transparent;
}
/* ----- アクセス access */
#googlemap {
}
#googlemap iframe {
	width: 100%;
	height:450px;
	border: 0;
	background-color: transparent;
}
/* ----- 店内画像 streetview */
#streetview {
}
#streetview iframe {
	width: 100%;
	height:450px;
	border: 0;
	background-color: transparent;
}
/* ----------------------- 企業情報  company */
p#gmap {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
p#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ----------------------- お問い合わせ contact */
dl.mailForm {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 2rem 1rem;
	margin: 2rem 0 2rem;
	padding: 0 1rem;
}
dl.mailForm dt {
	grid-column: 1 / 2;
	padding: 0.5rem 0 0 0;
	text-align: right;
}
dl.mailForm dt span {
	letter-spacing: -0.15rem;
}
dl.mailForm dd {
	grid-column: 2 / 3;
	text-align: left;
}
label {
	font-weight: bold;
}
input {
	width: 100%;
	padding: 0.5rem 0.8rem;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
input[type='radio'] {
	width: auto;
	margin: 0 0.1rem 0;
}
textarea {
	width: 100%;
	padding: 0.3rem 0.6rem;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
input:focus,textarea:focus {
	box-shadow: 0px 0px 4px #4679BC;
}
button {
	background: #4679BC;
	color: #ffffff;
	padding: 0.5rem 2rem;
	border: none;
	border-radius: 0.5rem;
	font-size: 16px;
	cursor: pointer;
}
/* ----------------------- メール送信完了  gratitude */



/* ----------------------- フッター */
#footer {
	clear: both;
	text-align: center;
}
#footer a {
}
ul#footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1rem;
	margin: 0 1rem;
}
#footer h2 {
	margin: 1rem 0 1rem 0;
	letter-spacing: -0.05em;
}
#footer p {
	font-size: 1.1rem;
	line-height: 2.2;
}
p.mail {
	letter-spacing: 0.03em;
}
p img {
	width: 24px;
	margin:0 6px 0 0;
}
p.fb img {
	margin: 1rem auto;
	width: 40px;
	opacity: 0.7;
}
p#copyright {
	margin: 0;
	padding: 3.6rem 0 0.4rem 0;
	min-height: 60px;
	background: #000000;
	color: #ffffff;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	text-align: center;
	vertical-align: bottom;
}

#pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #999999;
	opacity: 0.6;
}
#pageTop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
#pageTop a::before{
	position: absolute;
	top: -22px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 25px;
	text-align: center;
}
/* ----------------------- フッター 終わり */