@charset "utf-8";

@media print { /* 紙媒体向けスタイル定義 */
	html {
	color: #000;
	}

	/* --BODY-- */
	body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
}

/*---------------------------------------------------------
　　基本スタイル
---------------------------------------------------------*/

html {
  height: 100%;
}

body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/*---------------------------------------------------------
　　フォント
---------------------------------------------------------*/

body {
	font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333;
	font-size: 16px;
  line-height:1.7;
	letter-spacing: .02em;
	font-weight:500;
	/*text-align: justify;*/
}

/* ゴシック体 */
.font-sans-serif {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 明朝体 */
.font-serif {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* PC */
@media print, screen and (min-width: 1000px) {
	body {
		font-size: 16px;
	}
}

/*---------------------------------------------------------
　　共通
---------------------------------------------------------*/

.txt {
	text-align: left;
	line-height: 1.6em;
}
.txt-c {
	text-align: center;
	line-height: 1.6em;
}
.txt-cl {
	text-align: left;
	line-height: 1.6em;
}
/* タブレット */
@media print, screen and (min-width: 481px) {
	.txt-cl {
		text-align: center;
	}
}

.img-c {
	text-align: center;
}
.img-c img {
	max-width: 100%;
}
.img-w {
	text-align: center;
}
.img-w img {
	width: 100%;
}

.position-r {
  text-align: right;
}
.position-l {
  text-align: left;
}
.position-c {
  text-align: center;
}

.waku {
	border:1px solid #ccc;
}

.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }

.pt0 { padding-top: 0 !important; }
.pt30 { padding-top: 30px; }
.pb20 { padding-bottom: 20px; }
.pb50 { padding-bottom: 50px; }

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }

.rad5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.rad10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.float-r {
	float: right;
	margin: 0 0 20px 20px;
	text-align: right;
}
.float-l {
	float: left;
	margin: 0 20px 20px 0;
	text-align: left;
}

hr {
	margin: 0;
	padding: 20px 0;
  height: 1px;
  border: none;
  border-top: 1px #ccc solid;
}

.white {
	color: #fff;
}
.red {
	color: #dc0302;
}

.pc-tab {
	display: none;
}
.tab {
	display: none;
}
.pc {
	display: none;
}

ol.ol1 {
  margin-left: 1em;
}
ol.ol1 li {
  margin: 0 0 .2em 0;
  text-align: left;
}

ul.ul1 {
  margin-left: 1em;
  list-style: none;
}
.ul1 li {
  margin: 0 0 .2em 0;
  text-align: left;
}
.ul1 li:before {
	margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
	color: #412e0a;
}
.bottom-space {
	margin-bottom: 30px;
}

/* タブレット */
@media print, screen and (min-width: 481px) {
	.sp {
		display: none;
	}
	.pc-tab {
		display: block;
	}
	.tab {
		display: block;
	}
	.bottom-space {
		margin-bottom: 40px;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.tab {
		display: none;
	}
	.pc {
		display: block;
	}
	.bottom-space {
		margin-bottom: 50px;
	}
}

/*---------------------------------------------------------
　　リンク
---------------------------------------------------------*/

a:link,
a:visited {
	color:#333;
	text-decoration: underline;
}
a:active,
a:hover {
	font-weight: bold;
}


/*---------------------------------------------------------
　　ヘッダ
---------------------------------------------------------*/

header {
	text-align: left;
}

header .hlogo {
	padding: 20px;
	display: flex;
}
header .hlogo div:first-child {
	flex-basis: 100%;
	text-align: center;
}
header .hlogo div:last-child {
	flex-basis: 0%;
	display: none;
}
header .hlogo div:first-child img {
	width: auto;
	max-width: 150px;
}

/* メニュー */
.navigation {
	position: fixed;
	bottom: 0;
	height: 70px;
	width: 100%;
	background: #333;
	z-index: 10000;
	padding: 15px 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
	background: #fff;
	width: 100%;
	height: 100%!important;	
}
.nav-wrap .nav {
	margin-top: 1em;
	padding-bottom: 1em;
	height: calc(100% - 80px)!important;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.nav-wrap li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.nav-wrap li a {
	display: block;
	padding: .7em 0;
	color: #333;
  text-decoration: none;
}
.nav-wrap li a span {
	display: none;
}

/*メニューボタンのエフェクト*/

.nav-button,
.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	
}
.nav-button {
	cursor: pointer;
}
.nav-button div {
	width: 40px;
	height: 30px;
	position: relative;
	text-align: center;
}
.nav-button span {
	width: 30px;
	display: block;
	position: absolute;
	border-bottom: solid 4px #e0e0e0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 5px;
}
.nav-button span:nth-child(1) { top: 0px; }
.nav-button span:nth-child(2) { top: 10px; }
.nav-button span:nth-child(3) { top: 20px; }

.nav-button span.nav-button-txt {
	top: 25px;
	left: 0;
	width: 100%;
	border-bottom: 0;
	color: #e0e0e0;
	font-size: 10px;
	text-align: center;
	white-space: none;
	letter-spacing: -0.1em;
}

.nav-button.active span:nth-child(1) {
	top: 11px;
	border-bottom: solid 4px #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-button.active span:nth-child(2) {
	opacity: 0;
}
.nav-button.active span:nth-child(3) {
	top: 11px;
	border-bottom: solid 4px #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}

.navigation .nav-menu {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 70px;
	width: calc(100% - 80px);
}
.navigation .nav-menu ul {
	display: flex;
	justify-content: space-between;
}
.navigation .nav-menu li {
	margin: 0 2%;
	width: 48%;
}
.navigation .nav-menu li a {
	display: block;
	padding: .3em;
	background: #e0e0e0;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}


/* タブレット */
@media print, screen and (min-width: 481px) {
	/* ロゴサイズ */
	header .hlogo div:first-child img {
		width: 100%;
		max-width: 150px;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	header {
		margin: 0 auto;
		width:  1000px;
	}
	.navigation {
		display: none;
	}
	
	/* ロゴと営業日 */
	header .hlogo div:first-child {
		flex-basis: 55%;
		text-align: right;
	}
	header .hlogo div:last-child {
		flex-basis: 45%;
		display: block;
	}
	header .hlogo div ul {
		display: flex;
		flex-direction:  row-reverse;
	}
	header .hlogo div ul li {
		margin: 0 1%;
		flex-basis: auto;
		text-align: right;
		/*text-indent:  1em;*/
	}
	header .hlogo div ul li p {
		font-size: 80%;
	}
	/*header .hlogo div ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 70px;
		color: #333;
		font-size: 90%;
		font-weight: bold;
		text-decoration: none;
	}
	header .hlogo div ul li a {
		background: url("../images/icon_mail.png") no-repeat 10% 50% #ededed;
		background-size: 26px;
	}
	*/
	
	/* ロゴサイズ */
	header .hlogo div:first-child img {
		width: 100%;
		max-width: 150px;
	}
	
	.nav-button {
		display: none;
	}
	.header {
		padding: 0 0 15px 0;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.header .header-logo img {
		margin-top: 20px;
		width: 170px;
	}
	.header .header-logo p {
		padding: 10px 0 5px 0;
		font-size: 80%;
	}
	
	/* メニュー */
	.nav-wrap {
		position: relative;
		display: block !important;
	}
	.nav-wrap .nav {
		margin-top: 20px;
		padding-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow-x: inherit!important;
		overflow-y: inherit!important;
	}
	.nav-wrap .nav li {
		/*display: inline-block;
		width: 20%;*/
		display: block;
		width: auto;
		flex-basis: auto;
		border: 0;
	}
	.nav-wrap li a {
		padding: 0 2em;
		color: #333;
		height: 50px;
		/*line-height: 40px;*/
		line-height: 1.2em;
		font-weight:  bold;
		font-size: 100%;
		letter-spacing: -0.02em
	}
	.nav-wrap li a span {
		display:  block;
		margin-left: .5em ;
		color: #333;
		font-size: 90%;
		font-weight:  normal;
	}
	.nav-wrap li a:hover {
		color: #666;
	}
	
	.navigation .nav-menu {
		display: none;
	}
	.nav-wrap li a.nav-ar {
		background: url("../images/arrow_bottom.png") 50% 90% no-repeat;
		background-size: 12px;
	}
}

/*---------------------------------------------------------
　　メイン
---------------------------------------------------------*/

.section {
	padding: 30px 0;
	text-align: center;
}
.wrap {
	margin-right:auto;
	margin-left:auto;
	width: 90%;
}
.wrap100 {
	margin-right:auto;
	margin-left:auto;
	width: 90%;
}
.main {
	margin-right:auto;
	margin-left:auto;
	padding: 0 0 30px 0;
	width: 90%;
}
.bg-gray {
	background: #f6f6f6;
}


/* タブレット */
@media print, screen and (min-width: 481px) {
	.wrap100 {
		width: 100%;
	}
	
}

/* PC */
@media print, screen and (min-width: 1000px) {
	.section {
		padding: 60px 0;
	}
	.wrap {
		width: 1000px;
	}
	.main {
		padding: 0 0 50px 0;
		width: 1000px;
	}
}



/*---------------------------------------------------------
　　タイトル
---------------------------------------------------------*/

h1 {
	margin-bottom: 50px;
	font-size: 140%;
	font-weight: bold;
	padding: 0 .2em;
	text-align: center;
	border-bottom: 2px solid #222;
}
h2 {
	margin-bottom: 40px;
	font-size: 130%;
	font-weight: bold;
	padding: 0 .2em;
	text-align: center;
	position: relative;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #555;
	border-radius: 2px;
}
h3 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	position: relative;
}
h3:before {
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-right: .3em;
}
h4 {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
h5 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

/* タブレット */
@media print, screen and (min-width: 481px) {
	h1 {
		font-size: 150%;
	}
	h2 span {
		font-size: 130%;
	}
	h3 {
		font-size: 120%;
	}
}

/* PC */
@media print, screen and (min-width: 1000px) {
	h1 {
		font-size: 160%;
	}
	h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 130%;
	}
	h4 {
		font-size: 120%;
	}
	h5 {
		font-size: 110%;
	}
}

/*---------------------------------------------------------
　　フッタ
---------------------------------------------------------*/

/* ページトップ */
#pagetop {
	width: 40px;
	height: 40px;
	padding: 0;
	background: rgba(150,150,150,0.8);
	position: fixed;
	bottom: 85px;
	right: 15px;
	text-align: center;
	z-index: 1000;
}
#pagetop a {
	display: block;
	color: #fff;
	font-size: 130%;
	line-height: 40px;
	text-decoration: none;
}
#pagetop a:hover {
	filter: alpha(opacity=60);
  opacity: 0.6;
	background: none;
}

/* footer */

#footer {
	text-align: center;
}
.footerarea {
	margin:  0 auto;
	width: 90%;
	padding: 20px 0;
	display:  flex;
	flex-direction: column;
}
.footerarea div:first-child {
	margin-bottom:  20px;
}
.footerarea div:first-child img.footer_logo {
	width: 200px;
}

.footerarea dl {
  margin: 0 0 10px;
  padding: 5px;
	font-size: 90%;
}
.footerarea dl dt {
  width: 8em;
  margin: 0;
  padding: 5px;  
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
.footerarea dl dd {
  margin: 0;
  padding: 5px 5px 5px 9em;
  /*order-bottom: dotted 1px #CCC;*/
  line-height: 1.5em;
  text-align: left;
}

/* SNS */
.top-sns {
	display: flex;
	justify-content: center;
}
.top-sns li {
	margin: 0 5px;
	flex-basis: auto;
}
.top-sns li img {
	width: 50px;
}
.top-sns li a:hover img {
	opacity: .7;
}


.copy {
	padding: 1em 0;
}
.copy p {
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, "sans-serif";
}

/* タブレット */
@media print, screen and (min-width: 481px) {
	#pagetop {
		width: 55px;
		height: 55px;
	}
	#pagetop a {
		height: 55px;
		font-size: 180%;
		line-height: 55px;
	}
	
	.footerarea {
		flex-direction: row;
		justify-content: space-between;
	}
	.footerarea div:first-child {
		width:  35%;
	}
	.footerarea div:last-child {
		width:  60%;
	}
	.footerarea div:first-child img.footer_logo {
		margin-top: 10px;
		width: 200px;
	}
	/* SNS */
	.top-sns li {
		margin: 0 10px;
	}
	.top-sns li img {
		width: 40px;
	}
}
/* PC */
@media print, screen and (min-width: 1000px) {
	#pagetop {
		bottom: 15px;
		width: 70px;
		height: 70px;
	}
	#pagetop a {
		height: 70px;
		font-size: 200%;
		line-height: 70px;
	}
	#footer {
		padding-bottom: 0;
	}
	.footerarea {
		width: 1000px;
		padding: 30px 0 10px 0;
	}
	/* SNS */
	.top-sns li {
		margin: 0 20px;
	}
	.top-sns li img {
		width: 50px;
	}
	
}

