@charset "UTF-8";
/*
Theme Name: 株式会社タップハウス様テーマ
Description: JetPress Theme
Version: 1.0
Author: 
*/

/* Basic Tag Setting
------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--gray: #999;
	--dull-gray: #646464;
	--light-gray: #ececec;
	--pale-gray: #f8f8f8;
	--gold: #ab8c42;
	--bright-gold: #c9a95e;
	--navy: #100f4c;
	--dull-navy: #202433;
	--pale-blue: #cfddf0;
	--blue: #005aaa;
	--green: #009600;
}

body {
	position: relative;
	padding: 120px 0 0;
	letter-spacing: 1px;
	font-weight: 500;
	font-family:
		/* "Noto Serif JP", */
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
	/* font-family:
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-feature-settings: "palt"; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

address,
em {
	font-style: normal;
}

/* font
------------------------- */
.goth {
	/* ゴシック系 サンセリフ体 */
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
}

.min {
	/* 明朝系 セリフ体 */
	font-family:
		"Noto Serif JP",
		"游明朝", "Yu Mincho",
		"游明朝体", "YuMincho",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"MS 明朝", "MS Mincho",
		"ＭＳ Ｐ明朝", "MS PMincho",
		serif;
}

/* SVG
------------------------- */
.svg-symbol {
	position: absolute;
	width: 0;
	height: 0;
}

.svg-instance {
	width: 100%;
	height: auto;
}

/* Up Button
------------------------- */
#up-button {
	z-index: 10;
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#up-button .svg-up-path {
	fill: #fff;
}

#up-button .svg-up-rect {
	transition: 0.4s;
	fill: var(--navy);
}

#up-button:hover .svg-up-rect {
	fill: var(--blue);
}

/* Edit Link
------------------------- */
.edit-link {
	width: 300px;
	margin: 20px auto 0;
}

.edit-link a {
	transition: 0.4s;
	display: block;
	padding: 9px 0 7px;
	background-color: #000;
	text-indent: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.edit-link a:hover {
	background-color: #666;
}

.edit-link a:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 14px;
	margin-left: 10px;
	background-image: url("./img/icon/gt.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: -1px;
	color: #fff;
}

/* Login
------------------------- */
#log-in {
	background-color: #000;
	text-align: right;
	color: #fff;
}

#log-in p {
	padding: 16px 0 13px 0;
}

#log-in a {
	display: inline-block;
	padding: 0 70px 0 10px;
	text-decoration: none;
	color: #fff;
}

#log-in a:after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background-image: url("./img/icon/icon_signin.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: -1px;
	color: #fff;
}

/* Menu Button
------------------------- */
#menu-button {
	width: 24px;
	height: 24px;
}

#menu-button2 {
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

/* Float
------------------------- */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
}

/* Pagenation
------------------------- */
.pagination {
	margin: 50px 0 0;
	text-align: center;
}

.pagination a {
	text-decoration: none;
}

.pagination .page_num {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}

.pagination .pager {
	transition: 0.4s;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 3px;
	border: solid 1px var(--gray);
	border-radius: 4px;
	background-color: #fff;
	line-height: 31px;
}

.pagination .pager:hover {
	border: solid 1px var(--blue);
	background-color: var(--blue);
	color: #fff;
}

.pagination a.pager {
	color: #000;
}

.pagination .prev {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--blue);
}

.pagination .first {
	display: inline-block;
	margin: 0 10px 0 5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--blue);
}

.pagination .next {
	display: inline-block;
	margin: 0 5px 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--blue);
}

.pagination .last {
	display: inline-block;
	margin: 0 5px 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--blue);
}

.pagination .pager.current {
	border: solid 1px var(--navy);
	background-color: var(--navy);
	font-weight: 900;
	color: #fff;
}

/* Breadcrumbs
------------------------- */
#outer-breadcrumbs {
	background: var(--light-gray);
}

.breadcrumbs {
	margin: 0 auto 30px;
	padding: 6px 20px 4px;
	line-height: 1.8;
	font-size: 12px;
	color: #000;
}

.breadcrumbs a {
	transition: 0.4s;
	text-decoration: none;
	color: #000;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: var(--blue);
}

.breadcrumb li:first-child:before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 3px 0 0;
	background-image: url("img/icon/icon-home.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: -2px;
}

.breadcrumb ul {
	list-style-type: none;
}

.breadcrumb ul li {
	display: inline-block;
	margin: 0 4px 0 0;
}

/* Google Map
------------------------- */
.googleMap {
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	margin: 0 auto;
}

.googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px var(--bright-gold);
}

@media screen and (min-width:768px) {
	.post-map {
		max-width: 768px;
	}

	.post-map iframe {
		height: 576px;
	}
}

.link-btn {
	margin: 0 auto;
	max-width: 800px;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0 0 0 26px;
	/* border: solid 1px var(--navy); */
	background-color: var(--navy);
	text-decoration: none;
	font-weight: 600;
	color: var(--navy);
	color: #fff;
}

.link-btn:hover {
	background-color: var(--blue);
}

/* End of CSS File */