@charset "utf-8";

/*===============================================
●共通
===============================================*/
body {
	color: #000;
	position: relative;
	background-color: #ffffff;
	box-sizing: border-box;
	font-size: 75%; /* 1em=12pxに設定 */
}
body,
th,
td {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.3em;
}
p {
	text-align: justify;
	text-justify: distribute;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #171c61;
	text-decoration: none;
}
a:active {
	color: #171c61;
}
a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#headerBorder img {
	vertical-align: top;
}

#ie8 {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 2em 0;
	margin: -40px 0 0 -350px;
	border: #ff0000 4px solid;
	background-color: #fff;
	z-index: 10000;
}

/* mainMenu */
#mainMenu {
	width: 100%;
	z-index: 1000;
	font-size: 0.9em;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
}
#mainMenu nav {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
#mainMenu #menu03,
#mainMenu #menu04,
#mainMenu #menu05 {
	display: none;
	position: absolute;
}
#mainMenu #menu04 {
	border: #ff0000 2px solid;
	background-color: rgba(255, 255, 255, 0.8);
}
#mainMenu #menu04:before {
	content: "";
	width: 12px;
	height: 10px;
	position: absolute;
	background: url(../images/mainframe/balloon02.png) no-repeat left top;
}
#mainMenu #menu04 input {
	padding: 0.3em;
	margin-right: 0.3em;
}
#mainMenu #menu04 button {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #ff0000;
	border: none;
	padding: 2px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
}
#mainMenu #menu03Inner {
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#mainMenu .headerCatMenu {
	margin-bottom: 15px;
	border-bottom: #bbb 1px dotted;
}
#mainMenu #menu03Inner .headerCatMenu:last-child,
#mainMenu #menu05Inner .headerCatMenu:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#mainMenu .headerCatMenu h3 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
	background-color: #000;
}
#mainMenu #menu03 .headerParentMenu ul {
	display: block;
	padding-bottom: 10px;
}
#mainMenu #menu03 .headerInnerMenu li {
	font-weight: normal;
}

/* roadnav
---------------------------------------- */
#roadnav {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0.8em 0;
}
#roadnav a {
	color: #666;
}

/* shippingInfo
---------------------------------------- */
#shippingInfo h2 {
	line-height: 1.5em;
	color: #ff004e;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3em;
}
#shippingInfoInner table {
	border: #ff0000 2px solid;
	box-sizing: border-box;
}
#shippingInfoInner table th {
	line-height: 2.5em;
	color: #4f1c18;
	text-align: center;
	border-bottom: #ff0000 2px solid;
	background: url(../images/index/tex04.png) repeat left top;
}
#shippingInfoInner table th img {
	display: inline-block;
	margin-right: 0.4em;
}
#shippingInfoInner table td {
	padding: 0.8em;
	text-align: center;
	background-color: #fff;
}
#shippingInfoInner table td p {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
#shippingInfoInner table td .colorBrown {
	color: #4f1c18;
	font-size: 1.3em;
	font-weight: normal;
}
#shippingInfoInner table td span {
	font-family: sbarSP;
	padding: 0.1em;
	display: inline-block;
}

/* calendar
---------------------------------------- */
#calendar table caption {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.3em;
	background-color: #d2c9ca;
	font-weight: 600;
}
#calendar table {
	float: left;
	width: 49%;
}
#calendar table:nth-child(1) {
	margin-right: 2%;
}
#calendar table th {
	font-weight: bold;
	border-bottom: #ccc 1px solid;
}
#calendar table th,
#calendar table td {
	line-height: 1.5em;
	text-align: center;
	padding: 0.2em 0;
}
#calendar table td {
	font-weight: 600;
}
#calendar table .closed span {
	width: 1.5em;
	display: inline-block;
	color: #fff;
	background-color: #ff0000;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

/* footer
---------------------------------------- */
#footer {
	color: #fff;
	background-color: #000;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer #footerSitemap04 h3:before {
	background: url(../images/mainframe/icon10.png) no-repeat center center / cover;
}
#footerInner #textBox h4 {
	font-size: 1.17em;
	line-height: 1.8em;
	font-weight: bold;
}
#footerInner li {
	margin-bottom: 1em;
	border: #fff 1px solid;
}
#footerInner ul li a {
	display: block;
	line-height: 2.5em;
	text-align: center;
	padding-right: 1.3em;
	background: url(../images/mainframe/icon_arrow02.png) no-repeat 95% center;
	background-size: 19px 19px;
}
#footerInner ul li a:hover {
	color: #000;
	background: url(../images/mainframe/icon_arrow01.png) no-repeat 95% center #fff;
	background-size: 19px 19px;
}

/*===============================================
●画面の横幅が740px以下
===============================================*/
@media screen and (max-width: 739px) {
	body {
		min-width: 320px;
		-webkit-text-size-adjust: none;
	}
	p {
		line-height: 1.4em;
	}
	.spbl {
		display: block;
	}
	.dispflex {
		display: flex;
	}
	/* ログイン情報
	---------------------------------------- */
	.guestDisp {
		font-size: 0.85em;
		text-align: center;
		font-weight: bold;
	}
	.textBr::before {
		content: "\A";
		white-space: pre;
	}

	/* 不必要なタグをdisplay:none;
	---------------------------------------- */
	#header #headerInner #headerBox01,
	#header #headerInner #imgDisp,
	#header #headerInner p,
	#mainMenu #menu01 li,
	#footer #footerSitemap01,
	#footer #footerSitemap02,
	#footer #footerSitemap03,
	.spNone {
		display: none !important;
	}

	/* #header
	---------------------------------------- */
	#headerBorder {
		height: 5px;
	}
	#header {
		position: relative;
		padding: 1em;
		box-sizing: border-box;
		border-bottom: #bbb 1px solid;
		/* height: 55px; */
	}
	#header #headerInner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#header #headerLogo {
		margin-bottom: 5px;
		flex-grow: 1;
	}
	#header #headerLogo h1 {
		margin-right: 1em;
	}
	#header #headerLogo img {
		width: 168px;
	}
	#header .hTellBtn {
		width: 3em;
		height: 3em;
		display: block;
		position: absolute;
		top: 0.7em;
		right: 1.2em;
		color: fff;
		font-size: 0.85em;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 0.35em 0.5em;
		background-color: #0eab00;
		box-sizing: border-box;
		border-radius: 3px;
		-webkit-border-radius: 5px;
	}
	#header .hTellBtn span {
		font-size: 2.1em;
		color: #ffff00;
		vertical-align: top;
	}

	#header .clearfix #guestInfoArea {
		margin: auto;
		margin-right: 0;
		float: right;
	}
	#header #guestInfoArea {
		min-width: 82px;
	}

	/* mainMenu
	---------------------------------------- */
	#mainMenu nav {
		display: flex;
		width: auto;
		margin: 0 auto;
		justify-content: center;
	}
	#mainMenu ul {
		height: 3.6em;
	}
	#mainMenu li,
	#mainMenu #menu01 .spMainMenu {
		padding: 0.3em 0.4em 0 0;
		margin-left: -1.5px;
		text-align: center;
		display: inline-block !important;
	}
	#mainMenu #menu01 .spMainMenu img {
		display: block;
		margin: 0.2em auto 0.4em;
	}
	#mainMenu #menu02 li {
		font-size: 0.9em;
	}
	#mainMenu li a {
		text-decoration: none;
	}
	#mainMenu li#pcNoneMenu {
		width: 3em;
		padding-right: 0;
		vertical-align: top;
	}
	#mainMenu li#pcNoneMenu span {
		font-size: 2.5em;
		color: #ff4700;
		text-align: center;
		width: 1.2em;
		padding-bottom: 0.15em;
		border: #ff4700 2px solid;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#mainMenu #menu04 {
		top: 45px;
		left: 1%;
		width: 98%;
		height: auto;
		float: none;
		box-sizing: border-box;
		background-color: #fff;
	}
	#mainMenu #menu04:before {
		top: -0.5em !important;
		right: 1em !important;
		background-size: 6px 5px;
	}
	#mainMenu #menu04 li {
		display: block !important;
		text-align: left;
		border-bottom: #ff0000 2px solid;
	}
	#mainMenu #menu04 li a {
		display: block;
		line-height: 1.3em;
		padding: 1em;
		width: 100%;
		box-sizing: border-box;
	}
	#mainMenu #menu04 li:last-child {
		border-bottom: 0;
	}
	#mainMenu #menu04 li input {
		width: 88%;
	}
	#mainMenu #menu04 li.clearfix {
		padding: 0.8em 1em;
		line-height: 1.3em;
	}
	#mainMenu #menu03,
	#mainMenu #menu05 {
		width: 98%;
		font-size: 13px;
		top: 3.4em;
		left: 1%;
		height: auto;
		padding: 0.5em 1em;
		border: #ff0000 2px solid;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.95);
	}
	#mainMenu #menu03 ul,
	#mainMenu #menu05 ul {
		height: auto;
		font-size: 13px;
	}
	#mainMenu #menu03 li,
	#mainMenu #menu05 li {
		display: block !important;
		text-align: left;
	}
	#mainMenu #menu03 li .parentMenu,
	#mainMenu #menu05 li .parentMenu {
		font-weight: bold;
	}
	#mainMenu #menu03 .headerInnerMenu,
	#mainMenu #menu05 .headerInnerMenu {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#mainMenu #menu03 .headerInnerMenu li,
	#mainMenu #menu05 .headerInnerMenu li {
		line-height: 2em;
		padding-left: 1em;
		text-align: left;
		box-sizing: border-box;
		background: url(../images/mainframe/icon_arrow05.png) no-repeat left center;
		background-size: 6px 10px;
	}
	#mainMenu #menu03 li a,
	#mainMenu #menu05 li a {
		display: block;
		width: 100%;
	}

	/* container
	---------------------------------------- */
	br.clear {
		display: none;
	}
	#container {
		padding-top: 39px;
	}

	/* roadnav */
	#roadnav {
		padding: 0.8em 10px;
	}

	/* shippingInfo */
	#shippingInfo {
		padding: 0.8em;
		background-color: #ffe0d9;
	}
	#shippingInfo h2 {
		font-size: 1.4em;
	}
	#shippingInfoInner .clearfix {
		width: 90%;
		margin: 0 auto 1em;
	}
	#shippingInfoInner table {
		width: 100%;
		margin-bottom: 0.8em;
	}
	#shippingInfoInner table:last-child {
		margin-bottom: 0;
	}
	#shippingInfoInner table th {
		background-size: 5px 5px;
	}
	#shippingInfoInner table th {
		font-size: 1.2em;
		line-height: 2em;
	}
	#shippingInfoInner table th img {
		width: 21px;
	}
	#shippingInfoInner table td {
		padding: 0.6em;
	}
	#shippingInfoInner table td p {
		font-size: 1.2em;
		display: inline;
	}
	#shippingInfoInner table td span {
		font-size: 2em;
	}
	#shippingInfoInner table td .colorBrown {
		font-size: 1em;
	}

	/* sideTab
	---------------------------------------- */
	#sideTab p {
		width: 25px;
		height: 25px;
	}

	/* footer
	---------------------------------------- */
	#footer #footerSitemap04 {
		background-color: #202225;
		padding: 1.6em 1.6em 2.6em;
	}
	#footer #footerSitemap04 h3 {
		position: relative;
		font-size: 1.5em;
		text-align: center;
		font-weight: bold;
		padding: 1em;
		margin-bottom: 1em;
		border-bottom: #888 1px solid;
	}
	#footer #footerSitemap04 h3:before {
		content: "";
		display: inline-block;
		width: 1.7em;
		height: 1.7em;
		margin-right: 0.7em;
		vertical-align: middle;
	}
	#footer #footerSitemap04 ul {
		display: flex;
		flex-wrap: wrap;
	}
	#footer #footerSitemap04 ul li {
		width: 49%;
	}
	#footer #footerSitemap04 ul li:nth-child(odd) {
		margin-right: 2%;
	}
	#footer #footerSitemap04 ul li:not(:nth-child(-n + 2)) {
		margin-top: 1em;
	}
	#footer #footerSitemap04 .footerCatMenu li a {
		padding-left: 0.7em;
		background: url(../images/mainframe/icon_arrow06.png) no-repeat left center / 4px auto;
	}
	#footer #footerInner {
		padding: 1.6em 1.6em 0;
	}
	#footer #footerInner h3 {
		width: 20em;
		margin: 0 auto 1em;
	}
	#footer .acenter {
		padding: 0 1.6em 1.6em;
	}
	#footer #textBox,
	#footer #textBox p {
		text-align: center;
	}
	#footer #textBox p {
		margin-bottom: 1em;
	}
	#footerInner #textBox a {
		text-decoration: underline;
	}

	/* スマホページタイトル検証用 2017.07.20
	---------------------------------------- */
	#spPagetitle {
		font-size: 2em;
		font-weight: 600;
		text-align: center;
		padding: 1em 0 0.7em;
		background: #eaeff4;
	}
}

/*===============================================
●画面の横幅が740px以上
===============================================*/
@media screen and (min-width: 740px) {
	/* 全般
	---------------------------------------- */
	body {
		overflow-y: scroll;
	}
	p {
		line-height: 1.7em;
	}

	/* 不必要なタグをdisplay:none;
	---------------------------------------- */
	#spMenu,
	.pcNone,
	#pcNoneMenu {
		display: none !important;
	}

	/* ログイン情報
	---------------------------------------- */
	.guestDisp {
		text-align: end;
		/* margin-right: 18px; */
		/* margin-top: auto !important; */
		font-weight: bold;
	}
	.guestName {
		font-size: 1.1em;
	}
	.textBr {
		content: "\A";
		white-space: pre;
	}

	/* #header
	---------------------------------------- */
	#header {
		padding: 10px;
		border-bottom: #bbb 1px solid;
		box-sizing: border-box;
	}
	#header #headerInner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* width: 100%; */
		margin: 0 auto;
		/* max-width: 1180px; */
		width: min(1180px, 100%);
	}
	#headerBorder {
		text-align: center;
		height: 10px;
		background-color: #ff0000;
	}
	#headerBorder img {
		height: 10px;
	}
	#header #headerInner {
		width: 100%;
		margin: 0 auto;
		max-width: 1180px;
	}
	#header #headerInner #headerLogo {
		float: left;
		margin-right: 2%;
		flex-grow: 1;
	}
	#header #headerInner #headerLogo h1,
	#header #headerInner #headerLogo .logoTit {
		font-size: 0.92em;
		line-height: 1.3em;
		padding-bottom: 0.5em;
		color: #555;
		display: block;
	}
	#header #headerInner #headerLogo img {
		width: 48.8%;
	}
	#header #headerInner #guestInfoArea {
		align-self: flex-end;
		flex-basis: min-content;
		/* float: right;
		display: flex;
		justify-content: space-between;
		width: 58%; */
	}
	/* #header #headerInner #guestInfoArea li:first-child {
		width: 40%;
		margin-top: 13%;
	} */
	#header #headerInner #guestInfoArea #imgDisp {
		margin-top: 6px;
	}
	#header #headerInner #guestInfoArea #imgDisp img {
		max-width: 295px;
	}

	/*  電話番号削除対応 */
	#header #headerInner #headerBox01 {
		width: 26%;
		/*float:left;*/
		float: right;
	}
	/* 電話番号削除対応ここまで */

	#header #headerInner p {
		width: 37%;
		float: right;
		text-align: right;
		font-size: 2em;
		line-height: 1em;
		padding: 0.8em 0 0;
	}
	#header #headerInner p span,
	#header #headerInner span.logoTit span {
		font-size: 0.45em;
		font-weight: normal;
		font-family: "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	#header #headerInner p img {
		vertical-align: middle;
		display: inline-block;
		padding-right: 0.15em;
		width: 30px;
	}

	/* mainMenu */
	#mainMenu nav {
		height: 43px;
		max-width: 1200px;
	}
	#mainMenu #menu01 {
		float: left;
	}
	#mainMenu #menu02 {
		float: right;
		padding-top: 5px;
	}
	#mainMenu li a {
		display: inline-block;
		text-decoration: none;
	}
	#mainMenu #menu01 li {
		font-weight: bold;
		line-height: 43px;
		padding-right: 0.7em;
		display: inline-block;
	}
	#mainMenu #menu01 li span {
		display: inline-block;
		padding-right: 0.2em;
		width: 1em;
	}
	#mainMenu #menu02 li {
		padding: 0 0.3em;
		font-size: 0.9em;
		line-height: 1.5em;
		text-align: center;
		display: inline-block;
	}
	#mainMenu #menu02 li span {
		font-size: 16px;
		padding-top: 2px;
	}
	#mainMenu li a:hover {
		color: #777;
	}
	#mainMenu li a:hover span {
		color: #ff0000;
	}
	#mainMenu #menu04 {
		font-size: 0.75em;
		top: 5.2em;
	}
	#mainMenu #menu03 {
		width: 98%;
		top: 3.8em;
		left: 1%;
		padding: 0.75em 1em;
		border: #000 2px solid;
		background-color: rgba(255, 255, 255, 0.99);
	}
	#mainMenu #menu03:before {
		content: "";
		width: 12px;
		height: 10px;
		position: absolute;
		top: -1em;
		left: 3em;
		background: url(../images/mainframe/balloon01.png) no-repeat left top;
	}
	#mainMenu #menu03 .headerParentMenu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#mainMenu #menu03 li,
	#mainMenu #menu04 li,
	#mainMenu #menu05 li {
		display: block;
		line-height: 1.3em;
		padding: 0.3em 0;
	}
	#mainMenu #menu03 li {
		font-weight: bold;
		white-space: nowrap;
		padding: 5px 10px 0;
	}
	#mainMenu #menu03 .headerInnerMenu li {
		font-weight: normal;
	}
	#mainMenu #menu05 {
		top: 3.8em;
		left: 15%;
		padding: 0.75em 1em;
		border: #000 2px solid;
		background-color: rgba(255, 255, 255, 0.99);
	}
	#mainMenu #menu05:before {
		content: "";
		width: 12px;
		height: 10px;
		position: absolute;
		top: -1em;
		left: 3em;
		background: url(../images/mainframe/balloon01.png) no-repeat left top;
	}
	#mainMenu #menu05 .headerParentMenu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#mainMenu #menu05 li {
		font-weight: bold;
		white-space: nowrap;
		padding: 5px 10px 0;
	}
	#mainMenu #menu05 .headerInnerMenu li {
		font-weight: normal;
	}
	#mainMenu #menu04 {
		width: 14em;
		left: 12em;
		padding: 1em 1.5em 1.3em;
	}
	#mainMenu #menu04:before {
		width: 12px;
		height: 10px;
		top: -1em;
		left: 3em;
	}
	#mainMenu #menu04 span:before {
		line-height: normal;
	}
	#mainMenu #menu04 input {
		width: 11em;
	}

	/* container
	---------------------------------------- */
	#container {
		padding-top: 30px;
	}

	/* roadnav */
	#roadnav {
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
		padding: 0 10px;
		line-height: 4em;
		box-sizing: border-box;
	}

	/* shippingInfo */
	#shippingInfo {
		padding: 1.2em;
		background-color: #ffe0d9;
	}
	#shippingInfo #shippingInfoInner {
		width: 100%;
		max-width: 1180px;
		display: table;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 1em;
	}
	#shippingInfo h2 {
		font-size: 2.5em;
	}
	#shippingInfoInner .clearfix {
		width: 90%;
		margin: 0 auto 1em;
	}
	#shippingInfoInner table {
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	#shippingInfoInner table:last-child {
		margin-right: 0;
	}
	#shippingInfoInner table th {
		font-size: 1.8em;
	}
	#shippingInfoInner table th img {
		width: auto;
	}
	#shippingInfoInner table td p {
		font-size: 1.6em;
	}
	#shippingInfoInner table td span {
		font-size: 2.2em;
	}

	/* sideTab
	---------------------------------------- */
	#sideTab {
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
	}
	#sideTab p {
		display: none;
		position: fixed;
		bottom: 30px;
		right: 5%;
		z-index: 1000;
	}

	/* footer
	---------------------------------------- */
	#footer {
		padding: 30px 10px 20px;
	}
	#footer #fSitemapWrapper {
		width: 100%;
		padding-bottom: 0.5em;
		background-color: #202225;
	}
	#footer #footerInner,
	#footer #footerSitemap {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	#footer #footerSitemap section {
		margin-bottom: 3em;
	}
	#footer #footerSitemap h3 {
		font-size: 1.5em;
		text-align: center;
		font-weight: bold;
		padding: 1em;
		margin-bottom: 1em;
		border-bottom: #888 1px solid;
	}
	#footer #footerSitemap h3:before {
		content: "";
		display: inline-block;
		width: 1.7em;
		height: 1.7em;
		margin-right: 0.7em;
		vertical-align: middle;
	}
	#footer #footerSitemap01 h3:before {
		background: url(../images/mainframe/icon07.png) no-repeat center center / cover;
	}
	#footer #footerSitemap02 h3:before {
		background: url(../images/mainframe/icon08.png) no-repeat center center / cover;
	}
	#footer #footerSitemap03 h3:before {
		background: url(../images/mainframe/icon09.png) no-repeat center center / cover;
	}
	#footer #footerSitemap ul {
		font-size: 0;
	}
	#footer #footerSitemap li {
		display: inline-block;
		width: 20%;
		font-size: 14px;
		vertical-align: top;
		margin-bottom: 1em;
	}
	#footer #footerSitemap li .parentMenu {
		display: block;
		line-height: 1.7em;
		color: #d4c096;
		font-weight: bold;
	}
	#footer #footerSitemap .footerCatMenu,
	#footer #footerSitemap .footerCatMenu li {
		display: block;
		width: 100%;
		line-height: 1.7em;
		margin-bottom: 0;
	}
	#footer #footerSitemap01 .footerCatMenu li {
		font-size: 12px;
	}
	#footer #footerSitemap section:not(#footerSitemap01) ul li {
		display: inline-block;
		width: 25%;
	}
	#footer #footerSitemap .footerCatMenu li a {
		padding-left: 0.7em;
		background: url(../images/mainframe/icon_arrow06.png) no-repeat left center / 4px auto;
	}

	/* 電話番号削除対応 */
	/*#footer #footerInner {padding:3em 0;}*/
	#footer #footerInner {
		padding: 3em 0 0.5em;
	}
	/* 電話番号削除対応ここまで */
	#footerInner h3 {
		width: 32.3%;
		margin: 0 auto 2em;
	}
	#footerInner #textBox {
		display: table;
		margin: 0 auto;
	}
}

/*===============================================
●画面の横幅が1024px以上
===============================================*/
@media screen and (min-width: 1024px) {
	body {
		font-size: 81.25%;
	}
	#header #headerInner #headerLogo {
		width: 35.6%;
	}
	#header #headerInner #headerBox01 {
		width: 25.9%;
	}
	/* #header #headerInner #guestInfoArea {
		float: right;
		display: flex;
		justify-content: space-between;
		width: 44%;
	} */
	/* #header #headerInner #guestInfoArea li:first-child {
		width: 40%;
		margin-top: 13%;
	} */
	#header #headerInner #headerLogo h1,
	#header #headerInner #headerLogo .logoTit {
		font-size: 1.05em;
	}
	#header #headerInner p {
		width: 35.5%;
		font-size: 2.5em;
		line-height: 1.15em;
	}
	#header #headerInner p img {
		width: 40px;
	}
	#mainMenu #menu01 li {
		font-size: 1.1em;
	}
	#footer #footerSitemap li {
		width: 20%;
	}
}

/*===============================================
●画面の横幅が741px以上 781px未満
===============================================*/
@media screen and (min-width: 741px) and (max-width: 781px) {

	/* mainMenu メニューバーが2段になることを防ぐ
	---------------------------------------- */
	#mainMenu #menu02 * {
		font-size: 0.97em;
	}
}
