@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 14px;
	background: #FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrap {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
	height: 30px;
}

.for-pc {
	display: none !important;
}

.sp-br {
	display: block;
	line-height: 150%;
}

small.wage {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #048643;
	padding-left: 8px;
}

/*共通
--------------------------------------------------------------------------------------------------------------------*/
:root {
	--blue100: #186ADF;
	--blue50: #62AAFF;
	--blue30: #A0D7FF;
	--gray100: #D9CDB6;
	--gray70: #EAE6DD;
	--gray50: #F5F5F5;
	--green: #00B900;
	--yellow: #FFBC39;
	--orange: #FF6636;
	--red: #FF3E3E;
	--white: #fff;
	--black: #353535;
	--bg-white: var(--white);
	--bg-gray: var(--gray70);
	--bg-blue: var(--blue100);
	--bg-orange: var(--orange);
	--bg-yellow: var(--yellow);
	--bg-green: var(--green);
	--text-black: var(--black);
	--text-white: var(--white);
	--text-blue: var(--blue100);
	--text-red: var(--red);
	--text-green: var(--green);
	--text-orange: var(--orange);
	--text-yellow: var(--yellow);
	--border-black: var(--black);
	--border-gray: var(--gray100);
	--border-orange: var(--orange);
	--border-white: var(--white);
	--border-yellow: var(--white);
}

/* svg */
.svg-icon {
	fill: #353535;
	stroke-miterlimit: 10;
	stroke-width: 6px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-s {
	width: 1em;
	height: 1em;
}

.svg-m {
	width: 2em;
	height: 2em;
}

.svg-l {
	width: 5em;
	height: 5em;
}

.svg-white {
	fill: var(--white);
}

.svg-blue {
	fill: var(--blue100);
}

.svg-orange {
	fill: var(--orange);
}

.svg-red {
	fill: var(--red);
}

.svg-yellow {
	fill: var(--yellow);
}

.bg-white {
	background: var(--bg-white);
	border-radius: 50%;
}

.bg-yellow {
	background: var(--bg-yellow);
	border-radius: 50%;
}

.bg-orange {
	background: var(--bg-orange);
	border-radius: 50%;
}

.bg-gray {
	background: var(--bg-gray);
	border-radius: 50%;
}

.bg-blue {
	background: var(--bg-blue);
	border-radius: 50%;
}


.t-red {
	color: #FF0004 !important;
}

.under-t-link {
	text-decoration: underline;
}

.btn-box {
	margin: 20px 0;
	text-align: center;
}

.bl-btn {
	display: inline-block;
	width: 200px;
	border: 1px solid #000000;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.bl-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/common/btn-attow-b.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.wl-btn {
	display: inline-block;
	width: 200px;
	border: 1px solid #FFFFFF;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.wl-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}



.rl-btn {
	display: inline-block;
	width: 200px;
	border: 1px solid #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.rl-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.pagelink {
	position: absolute;
	top: 0;
	margin-top: -65px;
}

/*header
--------------------------------------------------------------------------------------------------------------------*/

#navigation {
	display: none
}

.main-img img {
	width: 100%;
	height: 46.16vw
}

.banner-box {
	margin: 8px;
	height: 79.03vw
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	min-width: 20pc;
	max-width: 600px;
	margin: 0 auto;
	color: #fff
}

header h1 {
	background: #000;
	font-size: 10px;
	height: 14px;
	line-height: 14px
}

header .head-menu {
	display: block;
	overflow: hidden;
	background-color: hsla(0, 0%, 6%, .83)
}

header .head-menu .h-logo {
	float: left;
	height: 46px;
	padding: 1px
}

header .head-menu .h-logo a {
	display: block
}

header .head-menu .h-logo img {
	height: 44px
}

header ul {
	display: block;
	float: right;
	overflow: hidden
}

header ul li {
	float: left;
	width: 40px;
	height: 38px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #fff;
	text-align: center
}

header ul li dl dt img {
	width: 18px
}

header ul li dl dd {
	font-size: 6px;
	padding-top: 2px
}

#hm-menulist a,
#hm-shoplist a {
	line-height: 200% !important
}

#hm-menulist a img {
	width: 15px;
	margin-right: 10px;
	vertical-align: middle
}

#hm-shoplist a {
	background: url(../img/sp/common/ico_shops.png)no-repeat center;
	background-size: 15px;
	background-position-x: 8px;
	padding-left: 2pc
}

#hm-shoplist a#shop-sidr-close {
	background: unset
}

/*メイン
--------------------------------------------------------------------------------------------------------------------*/
/*メイン共通
---------------------------------*/
#main {
	display: block;
	overflow: hidden;
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 62px;
}

#main .content {
	display: block;
	overflow: hidden;
}

.main-img img {
	width: 100%;
}

.gray-box {
	background: #F1F1F1;
}

.index-desc {
	display: block;
	width: 100%;
	background-color: #357FD4;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
}

.index-desc .str-area {
	font-size: 16px;
	font-weight: 700;
}

.index-desc img {
	width: 300px;
}



.sub-st {
	text-align: center;
	font-size: 16px;
}

h2 {
	text-align: center;
	margin: 10px 0 30px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #C32519;
	padding: 0 10px;
}

h2 img {
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

h2.blue {
	color: #357FD4;
	padding: 0 10px;
}

h2.green {
	color: #048643;
	padding: 0 10px;
}

.twin-box {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}

.twin-box li {}

.twin-box li img {
	width: 100%;
}

.logo-box {
	display: block;
	text-align: center;
	margin: 30px 0;
}

.logo-box img {
	width: 200px;
}

/*メインコンテンツ
---------------------------------*/
/*メインイメージ*/

/*対応機種・値段紹介*/
#intro {
	padding: 30px 0;
}

#intro .intro-left {
	display: block;
	padding: 20px;
	margin: 10px 10px 20px;
	box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
	background: #FFFFFF;
}

#intro .intro-left .intro-l-st {
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 1em;
}

#intro .intro-left .game-st {
	margin-top: 1em 0 0;
}

#intro .intro-left .intro-list {
	width: 70%;
	margin: 10px auto;
}

#intro .intro-left .intro-list li {
	display: block;
	margin-bottom: 10px;
}

#intro .intro-left .intro-list li a {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

#intro .intro-left .intro-list li a:before {
	content: "";

	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../img/index/smartphone-icon.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

#intro .intro-left .intro-list .li-game:before {
	content: "";

	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../img/index/game-icon.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

#intro .intro-left .btn-box {
	margin-bottom: 0 !important;
}

#intro .intro-left .btn-box a {
	width: 200px;
}

#intro .intro-right {
	margin-bottom: 10px;
	position: relative;
}

#intro .intro-right ul {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}

#intro .intro-right ul li {
	float: left;
	margin: 10px 0 0 1.3%;
	width: 48%;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
}

#intro .intro-right ul li dl {}

#intro .intro-right ul li dl dt {
	margin-bottom: 2px;
	background: #FFFFFF;
}

#intro .intro-right ul li dl dt img {
	width: 100%;
}

#intro .intro-right ul li dl dd {
	height: 90px;
	padding: 10px;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	background: #FFFFFF;
	position: relative;
}

#intro .intro-right ul li dl dd span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	color: #C32519;
	display: block;
}

/*店舗紹介*/
#store-list {
	padding: 30px 0;
}

#store-list .store-l-box {
	display: block;
	width: 100%;
	overflow: hidden;
}

#store-list .slb-left {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}

#store-list .slb-left img {
	width: 100%;
}

#store-list .slb-right {}

#store-list .slb-right ul {
	display: block;
	width: 100%;
}

#store-list .slb-right ul li {
	margin: 10px 0;
	/*	width:100%;*/
	overflow: hidden;
	height: 200px;
}

#store-list .slb-right ul li a {
	display: block;
}

#store-list .slb-right ul li dl {
	width: 300px;
	margin: 0 auto;
	position: relative;
}

#store-list .slb-right ul li dl dt {
	border: 1px solid #000000;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#store-list .slb-right ul li dl dt img {
	/*	width:100%;*/
	width: 300px;
}

#store-list .slb-right ul li dl dd {
	padding: 12px 0 12px 10px;
	background: #000000;
	color: #FFFFFF;
	position: absolute;
	top: 145px;
	left: 0px;
	height: 50px;
	width: 302px;
	opacity: 0.8;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
}

#store-list .slb-right .slbr-name {
	float: left;
}

#store-list .slb-right .slbr-sel {
	float: right;
	padding: 0 12px 0 0;
}

#store-list .slb-right .slbr-sel a {
	display: inline-block;
}

#store-list .slb-right .slbr-sel img {
	width: 30px;
}

/*事例紹介*/
#episode {
	padding: 30px 0;
}

#episode .twin-box {
	margin: 20px 0;
}

#episode .twin-box li.text-box {}

#episode .twin-box li.text-box {}

#episode .twin-box li.text-box dl {
	padding: 0 10px 10px;
}

#episode .twin-box li.text-box dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	border-left: 5px solid #048643;
	padding-left: 10px;
	color: #424242;
}

#episode .twin-box li.text-box dl dd {
	line-height: 150%;
	padding: 0 10px 0 16px;
	color: #424242;
}


/*FAQ*/
#faq {
	padding: 30px 0;
	position: relative;
}

#faq dl {
	margin: 30px 10px;
}

#faq dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #424242;
}

#faq dl dd {
	line-height: 150%;
	color: #424242;
}

#faq dt img,
dd img {
	vertical-align: middle;
	padding-right: 5px;
}

#faq .btn-box .rl-btn {
	width: 300px;
}

/*修理メニュー*/
#repair-menu {
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
}

#repair-menu .rm-list {
	margin: 0 10px;
}

#repair-menu .rm-list ul {
	display: block;
	overflow: hidden;
	margin-left: -2%;
	padding-bottom: 10px;
}


#repair-menu .rm-list ul li {
	float: left;
	width: 48%;
	margin: 10px 0 0 1.7%;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
}

#repair-menu .rm-list ul li a {
	display: block;
}

#repair-menu .rm-list ul li dl {}

#repair-menu .rm-list ul li dl dt {
	background: #FFFFFF;
	margin-bottom: 1px;
}

#repair-menu .rm-list ul li dl dt img {
	width: 100%;
}

#repair-menu .rm-list ul li dl dd {
	background: #FFFFFF;
	line-height: 120%;
	padding: 10px;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
	height: 75px;
}

.top-rm-list ul li dl dd {
	height: 36px !important;
}

/*事例紹介2*/
#trouble-intro {}

#trouble-intro .content {
	position: relative;
}

#trouble-intro p.ti-sp-img {
	position: absolute;
	right: 0;
	top: 0;

	width: 30%;
	margin-top: -40px;
}

#trouble-intro p.ti-sp-img img {
	width: 100%;
}

#trouble-intro .ti-box {
	padding: 30px 10px;
}

#trouble-intro .ti-box dl {
	margin-bottom: 20px;
}

#trouble-intro .ti-box dl:last-of-type {
	margin-bottom: 0;
}

#trouble-intro .ti-box dl dt {
	margin-bottom: 10px;
	color: #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

#trouble-intro .ti-box dl dd {
	line-height: 180%;
	color: #424242;
}

#trouble-intro .ti-box dl dd span {
	display: block;
	line-height: 150%;
	margin: 0 0 5px 0;
}

#trouble-intro .ti-box dl dd span a:hover {
	text-decoration: underline;
}

/*予約クーポン帯
---------------------------------*/
#reserve-box {
	background: #C32519;
	padding: 20px 10px;
	color: #FFFFFF;
}

#reserve-box .rb-text {
	text-align: center;
}

#reserve-box .rb-text dt {
	font-size: 16px;
	margin-bottom: 10px;
}

#reserve-box .rb-text dd {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 32px;
	font-weight: 700;
}

#reserve-box .rb-btn {
	margin-top: 20px;
	text-align: center;
}

#reserve-box .rb-btn a {
	font-size: 18px;
}

#reserve-box .rb-btn a:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.20);
}

/*footer
--------------------------------------------------------------------------------------------------------------------*/

footer{
	background:#000000;
	color:#FFFFFF;
	padding:30px 0;
}
footer .f-copy{
	text-align: center;
	padding-bottom: 30px;
}

/*トップに戻るボタン*/
.to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	
	display: inline-block;
	width:40px;
	padding:5px;
}
.to-top img{
	width:100%;
}


/*修理事例
--------------------------------------------------------------------------------------------------------------------*/
.content-shuuri {}

.syuuri-3 {
	display: block;
	overflow: hidden;

}

.syuuri-3 dl {
	float: left;
	width: 178px;
	margin-right: 4px;

}

.syuuri-3 dl:nth-of-type(3n) {
	margin-right: 0px;
}

.syuuri-3 dl dt {
	position: relative;
	height: 185px;
	overflow: hidden;
}

.syuuri-3 dl dt img {
	width: 100%;

}

.syuuri-3 dl dt p {


	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	padding: 10px;
	height: 57px;
}

.syuuri-3 dl dd {
	padding: 10px;
	height: 120px;
}

.green2 {
	color: #79C257;
}

.green2 img {
	width: 20px;
	margin-right: 10px;
}

/*連絡先
--------------------------------------------------------------------------------------------------------------------*/
.red2 img {
	width: 20px;
	margin-right: 10px;
}

.about-list li span label {
	float: left;
	width: 100px;
	padding: 5px;
}

.hissu {
	color: #ff0000;
}

.alist-title2 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-right: 50px;
}

.about-list li span textarea {
	width: 100%;
	height: 180px;
	padding: 5px;
	resize: none;
}


/*LINE@*/
.line-a img {
	width: 100%;
}

#hm-menulist ul li.line-bk {
	background: #1dcd00 !important;
}

/*LINE@*/
.switch-box img {
	width: 100%;
}

/*repair.php
--------------------------------------------------------------------------------------------------------------------*/
.content-syuuri2 {
	font-size: 14px;
}


.zirei-3 {
	width: 100%;
	margin: 20px 0;
}

.zirei-3 dl {
	display: block;
	overflow: hidden;
	border: 1px solid #357FD4;
}

.zirei-3 dt {
	padding: 10px;
	color: #357FD4;
	text-align: center;
	font-weight: 600;

}

.zirei-3 dd {
	padding: 5px;
}

.zirei-3 dl dd ul {}

.zirei-3 dl dd ul li {
	margin-bottom: 10px;
}

.zirei-3 dl dd ul li select {
	width: 100%;
	height: 30px;
}

.zirei-3 dl dd ul li button {
	display: block;
	background: #357FD4;
	color: #ffffff;
	padding: 10px;
	width: 100%;
}

.btn-box-red {
	border: 1px solid #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	text-align: center;
	width: 40%;
	margin: 10px auto;
	position: relative;
}

/*20191225追加
--------------------------------------------------------------------------------------------------------------------*/
.intro-right .icon {
	position: relative;
	display: block;
}

.intro-right .icon2 {
	width: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.btn-box2 {
	margin: 20px 0;
	text-align: center;
}

.btn-box2 .rl-btn2 {
	font-size: 18px;
	width: 100%;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
	border: 1px solid #C32519;
	display: inline-block;
}

.btn-box2 .rl-btn2::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.btn-box3 {
	margin: 10px 0;
	text-align: left;
}

.btn-box3 .rl-btn3 {
	font-size: 18px;
	width: 100%;
	font-weight: 600;
	color: #C32519;
	padding: 4px;
	padding-right: 40px;
	text-align: center;
	position: relative;
	border: 1px solid #C32519;
	display: inline-block;
}

.btn-box3 .rl-btn3::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.line-banner {
	text-align: center;
	margin: 10px auto;
}

.line-banner img {
	width: 100%;
}


/*ブログ*/
.indexblog-list {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.indexblog-list .blog-listbox {}

.indexblog-list .blog-listbox ul {}

.indexblog-list .blog-listbox ul li {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #da291c;
}

.indexblog-list .blog-listbox ul li dl {
	display: table;
	width: 100%;
	overflow: hidden;
}

.indexblog-list .blog-listbox ul li dl dt {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}

.indexblog-list .blog-listbox ul li dl dt a {
	display: block;
	width: 100%;
	min-height: 120px;
	overflow: hidden;
	position: relative;
}

.indexblog-list .blog-listbox ul li dl dt img {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 99%;
}

.indexblog-list .blog-listbox ul li dl dd {
	display: table-cell;
	padding-left: 5px;
	line-height: 150%;
	margin-top: 10px;
	vertical-align: top;
}

.indexblog-list .blog-listbox ul li dl dd p {
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
}

.indexblog-list .blog-listbox ul li dl dd a {
	color: #da291c;
}

.indexblog-list .blog-listbox ul li dl dd .wl-btn {
	display: inline-block;
	width: 100%;
	padding: 5px;
	padding-right: 25px;
	border: 1px solid #da291c;
	text-align: center;
	background: #da291c;
	color: #FFFFFF;

	position: relative;
}

.indexblog-list .rl-btn {
	width: 100%;
	max-width: 400px;
	background: #FFFFFF;
}

.indexblog-list .blog-shopname {
	font-weight: bold;
}

/*20210114｜キャンペーンバナー用レイアウト*/

.banner-box {
	margin: 8px;
}

.banner-box>img {
	width: 100%;
	height: 100%;
}

/*20210202｜新メニュー（SP版）*/

#navigation {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .9);
	overflow: scroll;
	z-index: 9999;
	padding-bottom: 10px;
}

#navigation .inner-box {
	display: table;
	width: 100%;
	min-width: 320px;
	max-width: 600px;
	height: 100%;
	margin: 0 auto;
}

#navigation .inner-box .navi-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#navigation .inner-box .navi-box p.close {
	text-align: right;
	width: 300px;
	margin: 10px auto;
	font-size: 26px;
}

#navigation .inner-box .navi-box a {
	display: inline-block;
	width: 100px;
	padding: 18px 0;
	color: #222222;
}

#navigation .inner-box .navi-box a span {
	display: block;
}

#navigation .inner-box .navi-box a span.icon {
	font-size: 30px;
}

#navigation .inner-box .navi-box a.sitemap {
	background: #C32519;
	width: 300px;
	border-radius: 4px;
	border-bottom: 2px solid rgba(0, 0, 0, .5);
	color: #FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
	display: block;
	margin: auto;
}

.fa-times:before {
	color: #c32519;
}


/*20210205｜ルミナスz-index設定*/
.lum-lightbox.lum-open {
	display: block;
	z-index: 9;
}

/*switchバナー*/
.switch-banner {
	margin: auto;
	margin: 12px 0;
	display: flex;
	flex-direction: column;
	font-family: 'Noto sans japanese', sans-serif;
}

.switch-banner a {}

.switch-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.switch-banner div {
	background: #fa8639;
	padding: 12px;
}

.switch-banner dl {}

.switch-banner dl dt {
	font-weight: 600;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	margin-bottom: 7px;
}

.switch-banner dl dd {
	font-size: 1rem;
	line-height: 1.7rem;
	margin-bottom: 4px;
}