@charset "utf-8";


* {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.6em;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
	font-size: 16px;
	color: #1a1a1a;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.8em;
		font-size: 14px;
	}
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .8;
}

.fg {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
}
.fm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

.inner {
	margin: 0 auto;
	max-width: 1200px;
}
.inner2 {
	margin: 0 auto;
	max-width: 1025px;
}
.inner3 {
	margin: 0 auto;
	max-width: 1025px;
}
.inner4 {
	margin: 0 auto;
	max-width: 1000px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
	.inner2 {
		padding: 0 15px;
		width: 100%;
	}
	.inner3 {
		padding: 0 15px;
		width: 100%;
	}
	.inner4 {
		padding: 0 15px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	article.OTHER {
		padding-top: 80px;
	}
}

header#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 102;
}
header#header .sns {
	display: none;
	padding: 30px;
	text-align: right;
}
.home header#header .sns {
	display: block;
}
@media screen and (max-width: 767px) {
	header#header {
		position: fixed;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		height: 80px;
		background-color: #fff;
		box-shadow: 0 1px 1px 1px rgba(196, 191, 191, 0.3);
	}
	.home header#header {
		display: none;
	}
	header#header .logo_mark img {
		width: 123px;
		height: auto;
	}
	.home header#header .sns {
		display: none;
	}
}

.sns a {
	margin: 0 5px;
}

#gnavi {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
	padding: 0 10px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#gnavi .logo {
	flex: 0 0 15%;
	-webkit-flex: 0 0 15%;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -23px;
}
#gnavi ul {
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 10px;
	height: 110px;
}
.home #gnavi ul {
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	justify-content: center;
	-webkit-justify-content: center;
}
#gnavi ul li {
	margin: 0 30px;
	line-height: 1;
}
#gnavi .sns {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -14px;
	text-align: right;
}
.home #gnavi .sns {
	display: none;
}
#gnavi.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
@media screen and (min-width: 1301px) {
	#gnavi ul li {
		margin: 0 1.2%;
	}
}
@media screen and (max-width: 1300px) {
	#gnavi .logo {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		position: static;
		left: 30px;
		top: 50%;
		margin-top: 0;
		padding: 20px 0 0 2%;
	}
	#gnavi ul {
		padding: 0;
		height: 80px;
	}
	#gnavi ul li {
		margin: 0 20px;
	}
	#gnavi .sns {
		position: absolute;
		right: 30px;
		top: 25px;
		margin-top: 0;
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	#gnavi {
		display: none;
	}
}


/*--------------------------------------
	スマホメニュー
--------------------------------------*/
.btn-sp {
	display: block;
	width: 50px;
	height: 38px;
	background: transparent;
	border: none;
	user-select: none;
	-webkit-touch-callout: none;
}
.btn-sp .bar {
	display: block;
	height: 1px;
	border: 1px solid #666;
	background-color: #666;
}
.btn-sp.open .bar {
	border: 1px solid #666;
	background-color: #666;
}
.btn-sp .bar:first-child {
	margin-top: 0;
}
.btn-sp .txt {
	position: absolute;
	bottom: 3px;
	left: 26px;
	display: block;
	line-height: 1.4;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	body.openbody {
		position: fixed;
	}
	body.openbody .overlay {
		z-index: 105;
		display: block;
		width: 100%;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		width: 0;
		height: 100%;
		margin: auto;
		background: #fff;
		-webkit-transition: 180ms ease-in-out;
		        transition: 180ms ease-in-out;
	}
	.sp-navi-wrap {
		position: fixed;
		top: 80px;
		left: 100%;
		z-index: 105;
		width: 100%;
		height: 100%;
	}
	.sp-navi-wrap.openbody {
		-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
	}
	.sp-navi-wrap .btn-sp {
		position: absolute;
		top: -60px;
		right: 102%;
		z-index: 999;
		cursor: pointer;
		outline: 0;
	}
	.sp-navi-wrap .btn-sp.open {
		right: 2%;
		top: -65px;
	}
	.sp-navi-wrap .btn-sp:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 46px;
		height: 37px;
		background-color: #fff;
	}
	.sp-navi-wrap .btn-sp.open:before {
		top: 5px;
	}
	.sp-navi-wrap .btn-sp .bar {
		position: absolute;
		width: 60%;
		left: 8px;
		top: 17px;
		margin: auto;
	}
	.sp-navi-wrap .btn-sp.open .bar {
		top: 23px;
	}
	.sp-navi-wrap .btn-sp .bar:nth-child(1) {
		-webkit-transform: translateY(-9px);
		    -ms-transform: translateY(-9px);
		        transform: translateY(-9px);
	}
	.sp-navi-wrap .btn-sp .bar:nth-child(3) {
		-webkit-transform: translateY(9px);
		    -ms-transform: translateY(9px);
		        transform: translateY(9px);
	}
	.sp-navi-wrap .btn-sp .bar:nth-child(3):before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0;
		border-radius: 80%/30px;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
		-webkit-transition: 280ms ease-in-out;
		        transition: 280ms ease-in-out;
	}
	.sp-navi-wrap .btn-sp .txt:before {
		-webkit-transition: 280ms ease-in-out;
		        transition: 280ms ease-in-out;
	}
	.sp-navi-wrap .btn-sp.open .bar:nth-child(1) {
		-webkit-transform: rotate(-45deg) translateX(0) translateY(0);
		    -ms-transform: rotate(-45deg) translateX(0) translateY(0);
		        transform: rotate(-45deg) translateX(0) translateY(0);
	}
	.sp-navi-wrap .btn-sp.open .bar:nth-child(2) {
		opacity: 0;
	}
	.sp-navi-wrap .btn-sp.open .bar:nth-child(3) {
		-webkit-transform: rotate(45deg) translateX(0) translateY(0);
		    -ms-transform: rotate(45deg) translateX(0) translateY(0);
		        transform: rotate(45deg) translateX(0) translateY(0);
	}
	.sp-navi-wrap .btn-sp.open .bar:nth-child(3):before {
		opacity: 1;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.sp-navi-wrap .btn-sp.open .txt {
		display: none;
	}
	.sp-navi-wrap .btn-sp.open .txt:before {
		content: "";
		color: #fff;
	}
	.sp-navi-wrap .sp-navi {
		position: relative;
		height: 86%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: rgba(255, 255, 255, 1);
	}


	.sp-navi-wrap .sp-navi ul#sp_gnavi {
		border-top: 1px solid #999;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
		border-bottom: 1px solid #999;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li > a {
		display: flex;
		display: -webkit-flex;
		align-content: center;
		-webkit-align-content: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		position: relative;
		padding: 20px 20px 20px 60px;
		width: 100%;
		letter-spacing: 2px;
		color: #fff;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li > a:before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -12px;
		width: 24px;
		height: 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(1) > a:before {
		background: transparent url(../images/common/sp/spnavi1.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(2) > a:before {
		background: transparent url(../images/common/sp/spnavi10.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(3) > a:before {
		background: transparent url(../images/common/sp/spnavi2.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(4) > a:before {
		background: transparent url(../images/common/sp/spnavi3.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(5) > a:before {
		background: transparent url(../images/common/sp/spnavi4.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(6) > a:before {
		background: transparent url(../images/common/sp/spnavi5.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(7) > a:before {
		background: transparent url(../images/common/sp/spnavi6.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(8) > a:before {
		background: transparent url(../images/common/sp/spnavi7.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(9) > a:before {
		background: transparent url(../images/common/sp/spnavi8.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp-navi-wrap .sp-navi ul#sp_gnavi > li:nth-child(10) > a:before {
		background: transparent url(../images/common/sp/spnavi9.png) no-repeat 0 0;
		background-size: 24px 24px;
	}
	.sp_bottom {
		padding: 20px;
		line-height: 1.2;
		font-weight: bold;
		font-size: 24px;
		color: #004080;
	}
	.sp_bottom a {
		font-size: 24px;
		color: #004080;
	}
	.sp_sns {
		padding-bottom: 20px;
		text-align: center;
		border-bottom: 1px solid #999;
	}
	.sp_sns a {
		margin: 0 5px;
	}
	.sp_sns a:nth-child(1) img {
		width: 10px;
		height: auto;
	}
	.sp_sns a:nth-child(2) img {
		width: 19px;
		height: auto;
	}
}




footer#footer {
	margin-top: 100px;
	background: transparent url(../images/common/footer_bg.png) no-repeat center center;
	background-size: cover;
}
footer#footer .rows {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	padding: 60px 0 50px;
	color: #fff;
}
footer#footer .rows a {
	color: #fff;
}
footer#footer .fnavi {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
}
footer#footer .fnavi ul {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
footer#footer .fnavi ul li {
	flex: 0 0 31%;
	-webkit-flex: 0 0 31%;
	padding: 5px 0;
}
footer#footer .fnavi ul li:before {
	content: ">";
	margin-right: 5px;
}
footer#footer .fnavi ul li a {
	font-size: 13px;
}
footer#footer .fnavi .irows {
	display: flex;
	-webkit-display: flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 30px;
}
footer#footer .fnavi .irows .sns {
	margin-right: 50px;
}
footer#footer .fnavi .irows .pagetop a {
	display: block;
	padding: 15px 10px;
	width: 200px;
	text-align: center;
	background-color: #d33929;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
footer#footer .flogo {
	flex: 0 0 16%;
	-webkit-flex: 0 0 16%;
	text-align: center;
}
footer#footer .finfo {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	padding: 0 0 0 2%;
}
footer#footer .finfo p {
	line-height: 1.8;
	font-size: 16px;
}
footer#footer .finfo strong {
	color: #b7a56e;
}
footer#footer #copyright {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	footer#footer {
	}
	footer#footer .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 20px 10px;
	}
	footer#footer .fnavi {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	footer#footer .fnavi ul {
		display: flex;
		-webkit-display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	footer#footer .fnavi ul li {
		flex: 0 0 33%;
		-webkit-flex: 0 0 33%;
		padding: 5px 0;
	}
	footer#footer .fnavi ul li:before {
		content: ">";
		margin-right: 7px;
	}
	footer#footer .fnavi ul li a {
		font-size: 12px;
	}
	footer#footer .fnavi .irows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	footer#footer .fnavi .irows .sns {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-right: 0;
		margin-top: 20px;
		text-align: center;
	}
	footer#footer .fnavi .irows .pagetop {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
	}
	footer#footer .fnavi .irows .pagetop a {
		display: inline-block;
		padding: 5px 10px;
		width: 150px;
		text-align: center;
		background-color: #d33929;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
	}
	footer#footer .flogo {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-top: 30px;
		padding-bottom: 20px;
		text-align: center;
	}
	footer#footer .flogo img {
		width: 50px;
		height: auto;
	}
	footer#footer .finfo {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}
	footer#footer .finfo p {
		line-height: 1.8;
		font-size: 14px;
	}
	footer#footer .finfo span {
		display: block;
	}
	footer#footer .finfo strong {
		color: #b7a56e;
	}
	footer#footer #copyright {
		padding: 10px 0;
		text-align: center;
		font-size: 10px;
		color: #fff;
	}
}




.btnEx a {
	display: inline-block;
	padding: 8px 40px;
	line-height: 1;
	background-color: #d33929;
	font-size: 14px;
	color: #fff;
}
.btnEx a:after {
	content: ">";
	margin-left: 10px;
}
.btnEx.blue a {
	background-color: #281571;
}
@media screen and (max-width: 767px) {
	.btnEx a {
		padding: 6px 30px;
		font-size: 12px;
	}
}


.snavi {
	position: fixed;
	right: 0;
	top: 117px;
	z-index: 10;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.snavi ul {
	display: flex;
	display: -webkit-flex;
}
.snavi ul li a {
	padding: 15px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #55295b;
	font-size: 14px;
	color: #fff;
}
.snavi ul li:nth-child(2) a {
	background-color: #165e83;
}
.snavi ul li:nth-child(3) a {
	background-color: #ba3929;
}
.snavi ul li:nth-child(4) a {
	background-color: #004080;
}
@media screen and (max-width: 767px) {
	.snavi {
		position: fixed;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100%;
		z-index: 2;
		-webkit-writing-mode: horizontal-tb;
		  -ms-writing-mode: horizontal-tb;
			  writing-mode: horizontal-tb;
	}
	.snavi ul {
		width: 100%;
	}
	.snavi ul li {
		flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
	}
	.snavi ul li a {
		display: block;
		padding: 15px 0;
		width: 100%;
		text-align: center;
		line-height: 1.6em;
		background-color: #55295b;
		font-size: 12px;
		color: #fff;
	}
}


article#TOP {
	position: relative;
}
#TOP h1.midashi {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 14px;
	color: #333;
	z-index: 100;
}
#TOP #topban {
	overflow: hidden;
	position: relative;
	width: 100%;
	/* height: 960px; */
	/* background: transparent url(../images/top/topban.jpg) no-repeat center center;
	background-size: cover; */
}
#TOP #topban .layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 101;
}
#TOP #topban video {
	width: 100%;
	height: auto;
}
#TOP #topban .logo_mark {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -78px;
	margin-top: -276px;
	z-index: 102;
}
#TOP #topban .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 102;
}
#TOP #topban .btn img {
	width: 300px;
	height: auto;
}
@media screen and (max-width: 1300px) {
	#TOP #topban .btn img {
		width: 255px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	#TOP h1.midashi {
		position: absolute;
		left: 0;
		top: 0;
		padding: 3px 5px;
		width: 100%;
		text-align: center;
		line-height: 1.4;
		background-color: rgba(255, 255, 255, 0.8);
		font-size: 10px;
		color: #333;
		z-index: 100;
	}
	#TOP #topban {
		/* height: 660px; */
	}
	#TOP #topban .logo_mark {
		margin-left: -39px;
		margin-top: -138px;
	}
	#TOP #topban .logo_mark img {
		width: 78px;
		height: 276px;
	}
	#TOP #topban .btn {
		right: auto;
		left: 0;
	}
	#TOP #topban .btn img {
		width: 60%;
		height: auto;
	}
}

#lineup {
	padding: 60px 0;
	text-align: center;
	background-color: #f9f6ef;
}
#lineup .midashi {
	line-height: 1.2;
	font-size: 32px;
}
#lineup .sub {
	margin-top: 10px;
	line-height: 1.2;
	font-size: 20px;
}
#lineup .slider {
	margin-top: 50px;
}
#lineup .slider .list {
	text-align: center;
}
#lineup .slider .list .img img {
	display: inline-block;
	width: auto;
	height: 266px;
}
#lineup .slider .name {
	margin-top: 10px;
	line-height: 1.3;
	font-size: 20px;
}
#lineup .slider .btn {
	margin-top: 10px;
}
#lineup .slider .btn a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #000;
	font-size: 15px;
}
.slider-arrow {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -9%;
	color: #bd77f2;
	line-height: 32px;
	cursor: pointer;
	z-index: 8;
}
.slider-prev {
	left: -5%;
}
.slider-next {
	right: -5%;
}
@media screen and (max-width: 767px) {
	#lineup {
		padding: 30px 0;
	}
	#lineup .midashi {
		line-height: 1.2;
		font-size: 22px;
	}
	#lineup .sub {
		margin-top: 10px;
		line-height: 1.2;
		font-size: 14px;
	}
	#lineup .slider .name {
		margin-top: 10px;
		line-height: 1.3;
		font-size: 18px;
	}
	#lineup .slider .btn {
		margin-top: 10px;
	}
	#lineup .slider .btn a {
		display: inline-block;
		padding: 5px 15px;
		border: 1px solid #000;
		font-size: 14px;
	}
	.slider-arrow {
		position: absolute;
		top: 50%;
		width: 25px;
		height: 25px;
		margin-top: -24%;
		color: #bd77f2;
		line-height: 25px;
		cursor: pointer;
		z-index: 8;
	}
	.slider-prev {
		left: -2%;
	}
	.slider-next {
		right: -2%;
	}
}

#TOP #sec1 .rows {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 50px 40px 80px;
}
#TOP #sec1 .fl .sub {
	font-size: 22px;
}
#TOP #sec1 .fl .title {
	margin-top: 20px;
}
#TOP #sec1 .fl .title img {
	width: 160px;
	height: auto;
}
#TOP #sec1 .fr {
	margin-top: 45px;
	padding: 0 60px;
	line-height: 1.8;
	font-size: 18px;
}
#TOP #sec1 .ban img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1300px) {
	#TOP #sec1 .rows {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		padding: 50px 40px;
	}
	#TOP #sec1 .fl .sub {
		font-size: 20px;
	}
	#TOP #sec1 .fl .title {
		margin-top: 20px;
	}
	#TOP #sec1 .fl .title img {
		width: 150px;
		height: auto;
	}
	#TOP #sec1 .fr {
		margin-top: 45px;
		padding: 0 60px;
		line-height: 1.8;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#TOP #sec1 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 30px 0 20px;
	}
	#TOP #sec1 .fl .sub {
		font-size: 16px;
	}
	#TOP #sec1 .fl .title {
		margin-top: 5px;
	}
	#TOP #sec1 .fl .title img {
		width: 120px;
		height: auto;
	}
	#TOP #sec1 .fr {
		margin-top: 20px;
		padding: 0;
		line-height: 1.4;
		font-size: 16px;
	}
}
#TOP #sec2 .rows {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 100px 0;
}
#TOP #sec2 .rows .fl {
	flex: 0 0 13%;
	-webkit-flex: 0 0 13%;
}
#TOP #sec2 .rows .fr {
	flex: 0 0 87%;
	-webkit-flex: 0 0 87%;
}
#TOP #sec2 .rows .fr .row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}
#TOP #sec2 .rows .fr .row .list {
	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}
#TOP #sec2 .rows .fr .row .list a {
	display: flex;
	display: -webkit-flex;
	padding: 20px 0;
	font-size: 18px;
}
#TOP #sec2 .rows .fr .row .list .info {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 30%;
	-webkit-flex: 0 0 30%;
}
#TOP #sec2 .rows .fr .row .list .date {
	margin-right: 40px;
}
#TOP #sec2 .rows .fr .row .list .cat span {
	display: inline-block;
	padding: 5px 40px;
	line-height: 1;
	background-color: #004087;
	font-size: 16px;
	color: #fff;
}
#TOP #sec2 .rows .fr .row .list .list {
	flex: 0 0 65%;
	-webkit-flex: 0 0 65%;
}
#TOP #sec2 .rows .fr .btnEx {
	margin-top: 30px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#TOP #sec2 .rows {
		padding: 30px 0;
	}
	#TOP #sec2 .rows .fl {
		flex: 0 0 9%;
		-webkit-flex: 0 0 9%;
	}
	#TOP #sec2 .rows .fr {
		flex: 0 0 87%;
		-webkit-flex: 0 0 87%;
	}
	#TOP #sec2 .rows .fr .row {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		border-top: 1px solid #1a1a1a;
		border-bottom: 1px solid #1a1a1a;
	}
	#TOP #sec2 .rows .fr .row .list {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
	}
	#TOP #sec2 .rows .fr .row .list a {
		display: flex;
		display: -webkit-flex;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		padding: 15px 0;
		font-size: 14px;
	}
	#TOP #sec2 .rows .fr .row .list .info {
		flex: 0 0 28%;
		-webkit-flex: 0 0 28%;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 0 5px 0 0;
	}
	#TOP #sec2 .rows .fr .row .list .date {
		margin-right: 0;
		margin-top: 0;
	}
	#TOP #sec2 .rows .fr .row .list .cat span {
		padding: 5px 15px;
		font-size: 10px;
	}
	#TOP #sec2 .rows .fr .row .list .list {
		flex: 0 0 65%;
		-webkit-flex: 0 0 65%;
	}
	#TOP #sec2 .rows .fr .btnEx {
		margin-top: 20px;
		text-align: right;
	}
}
#TOP #sec3 .rows {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background-color: #f7f7f7;
}
#TOP #sec3 .rows.reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
#TOP #sec3 .rows:nth-child(1) .info {
	background: transparent url(../images/top/sec3_bg1.png) no-repeat 95% 10%;
}
#TOP #sec3 .rows:nth-child(2) .info {
	background: transparent url(../images/top/sec3_bg2.png) no-repeat 7% bottom;
}
#TOP #sec3 .rows .img {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
}
#TOP #sec3 .rows .img img {
	width: 100%;
	height: auto;
}
#TOP #sec3 .rows .info {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	align-content: center;
	-webkit-align-content: center;
	padding: 4% 5% 2% 5%;
}
#TOP #sec3 .rows:nth-child(2) .info {
	padding: 3% 4% 1%;
}
#TOP #sec3 .rows .info .title {
	line-height: 1.3;
	font-size: 24px;
}
#TOP #sec3 .rows .info .text {
	margin-top: 6%;
	line-height: 2;
	font-size: 15px;
}
#TOP #sec3 .rows:nth-child(2) .info .text {
	margin-top: 4%;
}
#TOP #sec3 .rows .info .btnEx {
	flex: 1;
	margin-top: 6%;
	text-align: right;
}
@media screen and (max-width: 1300px) {
	#TOP #sec3 .rows .info {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		align-content: center;
		-webkit-align-content: center;
		padding: 2% 4% 2% 4%;
	}
	#TOP #sec3 .rows:nth-child(2) .info {
		padding: 2% 3% 1%;
	}
	#TOP #sec3 .rows .info .title {
		line-height: 1.3;
		font-size: 20px;
	}
	#TOP #sec3 .rows .info .text {
		margin-top: 4%;
		line-height: 2;
		font-size: 13px;
	}
	#TOP #sec3 .rows:nth-child(2) .info .text {
		margin-top: 4%;
	}
	#TOP #sec3 .rows .info .btnEx {
		flex: 1;
		margin-top: 4%;
		text-align: right;
	}
}
#TOP #sec3 .rows:nth-child(2) .btnEx {
	margin-top: 3%;
}
@media screen and (max-width: 767px) {
	#TOP #sec3 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#TOP #sec3 .rows:nth-child(1) .info {
		background: transparent url(../images/top/sec3_bg1.png) no-repeat 95% 10%;
		background-size: 113px auto;
	}
	#TOP #sec3 .rows:nth-child(2) .info {
		background: transparent url(../images/top/sec3_bg2.png) no-repeat 7% bottom;
		background-size: 276px auto;
	}
	#TOP #sec3 .rows .img {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#TOP #sec3 .rows .info {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		padding: 30px 10px 40px;
	}
	#TOP #sec3 .rows:nth-child(2) .info {
		padding: 30px 10px 40px;
	}
	#TOP #sec3 .rows .info .title {
		line-height: 1.3;
		font-size: 22px;
	}
	#TOP #sec3 .rows .info .text {
		margin-top: 30px;
		line-height: 1.6;
		font-size: 14px;
	}
	#TOP #sec3 .rows .info .btnEx {
		margin-top: 20px;
	}
}
#TOP #sec4 .midashi {
	padding: 80px 0;
	text-align: center;
}
#TOP #sec4 .midashi img {
	width: 144px;
	height: auto;
}
#TOP #sec4 .ban {
	position: relative;
	width: 100%;
	height: 520px;
	background: transparent url(../images/top/sec4_ban.jpg) no-repeat center center;
	background-size: cover;
}
#TOP #sec4 .ban .info {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: absolute;
	right: 90px;
	top: 30px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#TOP #sec4 .ban .info .title {
	font-size: 32px;
}
#TOP #sec4 .ban .info .text {
	margin-right: 50px;
	line-height: 2.1em;
	font-size: 20px;
}
#TOP #sec4 .ban .btnEx {
	position: absolute;
	right: 85px;
	bottom: 40px;
}
@media screen and (max-width: 1300px) {
	#TOP #sec4 .ban {
		position: relative;
		width: 100%;
		height: 500px;
		background: transparent url(../images/top/sec4_ban.jpg) no-repeat right center;
		background-size: cover;
	}
	#TOP #sec4 .ban .info {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		position: absolute;
		right: 10%;
		top: 30px;
		-webkit-writing-mode: vertical-rl;
		  -ms-writing-mode: tb-rl;
			  writing-mode: vertical-rl;
	}
	#TOP #sec4 .ban .info .title {
		font-size: 28px;
	}
	#TOP #sec4 .ban .info .text {
		margin-right: 18%;
		line-height: 2.2em;
		font-size: 18px;
	}
	#TOP #sec4 .ban .btnEx {
		position: absolute;
		right: 10%;
		bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	#TOP #sec4 .midashi {
		padding: 30px 0;
		text-align: center;
	}
	#TOP #sec4 .midashi img {
		margin: 0 auto;
		width: 105px;
		height: auto;
	}
	#TOP #sec4 .ban {
		height: 810px;
		background: transparent url(../images/top/sp/sec4_ban.jpg) no-repeat center center;
		background-size: cover;
	}
	#TOP #sec4 .ban .info {
		right: 50px;
		top: 20px;
	}
	#TOP #sec4 .ban .info .title {
		font-size: 27px;
	}
	#TOP #sec4 .ban .info .text {
		margin-right: 30px;
		margin-top: 20px;
		line-height: 2em;
		font-size: 14px;
	}
	#TOP #sec4 .ban .btnEx {
		right: auto;
		left: 10px;
		top: 340px;
		bottom: auto;
	}
}
#TOP #sec5 .midashi {
	padding: 80px 0;
	text-align: center;
}
#TOP #sec5 .midashi img {
	width: 144px;
	height: auto;
}
#TOP #sec5 .rows {
	display: flex;
	display: -webkit-flex;
}
#TOP #sec5 .rows .list {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
}
#TOP #sec5 .rows .list a {
	display: block;
}
#TOP #sec5 .rows .list .img {
	position: relative;
}
#TOP #sec5 .rows .list .layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#TOP #sec5 .rows .list .layer img {
	width: 100%;
	height: auto;
}
#TOP #sec5 .rows .list .img img {
	width: 100%;
	height: 100%;
}
#TOP #sec5 .rows .list .cat {
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	color: #d33929;
}
#TOP #sec5 .rows .list .title {
	margin-top: 15px;
	padding: 0 15px;
	text-align: center;
	line-height: 1.4;
	font-size: 20px;
}
#TOP #sec5 .rows .list .text {
	margin-top: 20px;
	padding: 0 15px;
	line-height: 1.6;
	font-size: 14px;
}
#TOP #sec5 .rows .list .date {
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
	color: #666;
}
#TOP #sec5 .btnEx {
	margin-top: 50px;
	text-align: right;
}
@media screen and (max-width: 1300px) {
	#TOP #sec5 .rows .list .title {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#TOP #sec5 .midashi {
		padding: 30px 0 20px;
		text-align: center;
	}
	#TOP #sec5 .midashi img {
		margin: 0 auto;
		width: 105px;
		height: auto;
	}
	#TOP #sec5 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 0;
	}
	#TOP #sec5 .rows .list {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		margin-top: 20px;
	}
	#TOP #sec5 .rows .list .cat {
		margin-top: 0;
		font-size: 12px;
	}
	#TOP #sec5 .rows .list .title {
		margin-top: 0;
		padding: 0 10px;
		font-size: 16px;
	}
	#TOP #sec5 .rows .list .text {
		margin-top: 15px;
		padding: 0 10px;
		line-height: 1.4;
		font-size: 12px;
	}
	#TOP #sec5 .rows .list .date {
		margin-top: 5px;
		padding: 0 10px;
		font-size: 12px;
	}
	#TOP #sec5 .btnEx {
		margin-top: 30px;
	}
}
#TOP #sec6 {
	padding: 80px 0;
}
#TOP #sec6 .midashi {
	text-align: center;
}
#TOP #sec6 .rows {
	position: relative;
	background-color: #004087;
}
#TOP #sec6 .rows .mark {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -116px;
	margin-left: -116px;
}
#TOP #sec6 .rows .inner {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 50px;
}
#TOP #sec6 .rows .list {
	flex: 0 0 16.66%;
	-webkit-flex: 0 0 16.66%;
}
@media screen and (max-width: 767px) {
	#TOP #sec6 {
		padding: 50px 0 30px;
	}
	#TOP #sec6 .midashi img {
		margin: 0 auto;
		width: 111px;
		height: auto;
	}
	#TOP #sec6 .rows .mark {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -89px;
		margin-left: -89px;
	}
	#TOP #sec6 .rows .mark img {
		width: 178px;
		height: auto;
	}
	#TOP #sec6 .rows .inner {
		margin-top: 20px;
		padding: 0 10px;
	}
	#TOP #sec6 .rows .list {
		flex: 0 0 33.33%;
		-webkit-flex: 0 0 33.33%;
	}
}
#banner_blk {
	/* padding: 0 0 70px; */
}
#banner_blk .rows {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#banner_blk .rows .fl {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 253px;
	text-align: center;
	background-color: #3b5983;
}
#banner_blk .rows .fr {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	height: 253px;
	text-align: center;
	background-color: #ddd;
}
#banner_blk .banner {
	margin-top: 70px;
}
@media screen and (max-width: 767px) {
	#banner_blk {
		padding: 0 0 50px;
	}
	#banner_blk .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#banner_blk .rows .fl {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		height: 127px;
	}
	#banner_blk .rows .fl img {
		width: 111px;
		height: auto;
	}
	#banner_blk .rows .fr {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		height: 127px;
	}
	#banner_blk .banner {
		margin-top: 30px;
	}
}

.OTHER #topban,
.OTHER #topban2 {
	width: 100%;
	height: auto;
}
/* #KODAWARI #topban {
	background: transparent url(../images/kodawari/topban.jpg) no-repeat center center;
	background-size: cover;
}
#KODAWARI #topban2 {
	background: transparent url(../images/kodawari/topban2.jpg) no-repeat center center;
	background-size: cover;
}
#COMPANY #topban {
	background: transparent url(../images/company/topban.jpg) no-repeat center center;
	background-size: cover;
}
#HISTORY #topban {
	background: transparent url(../images/history/topban.jpg) no-repeat center center;
	background-size: cover;
}
#SHOP #topban {
	background: transparent url(../images/shop/topban.jpg) no-repeat center center;
	background-size: cover;
}
#BLOG #topban {
	background: transparent url(../images/blog/topban.jpg) no-repeat center center;
	background-size: cover;
}
#BLOG.RECIPE #topban {
	background: transparent url(../images/recipe/topban.jpg) no-repeat center center;
	background-size: cover;
}
#CONTACT #topban {
	background: transparent url(../images/contact/topban.jpg) no-repeat center center;
	background-size: cover;
}
#FAQ #topban {
	background: transparent url(../images/faq/topban.jpg) no-repeat center center;
	background-size: cover;
}
#RECRUIT #topban {
	background: transparent url(../images/recruit/topban.jpg) no-repeat center center;
	background-size: cover;
}
#NEWS #topban,
#BLOG.RECIPE.NEWS #topban {
	background: transparent url(../images/news/topban.jpg) no-repeat center center;
	background-size: cover;
}
#POWER #topban {
	background: transparent url(../images/power/topban.jpg) no-repeat center center;
	background-size: cover;
}
#POWER #topban2 {
	margin-top: 120px;
	background: transparent url(../images/power/topban2.jpg) no-repeat center center;
	background-size: cover;
}
#PRIVACY #topban {
	background: transparent url(../images/privacy/topban.jpg) no-repeat center center;
	background-size: cover;
}
#GUIDE #topban {
	background: transparent url(../images/guide/topban.jpg) no-repeat center center;
	background-size: cover;
} */
.OTHER #topban .inner2,
.OTHER #topban2 .inner2 {
	position: relative;
	/* height: 400px; */
}
.OTHER #topban .mark,
.OTHER #topban2 .mark {
	position: absolute;
	left: 0;
	bottom: -90px;
}
.OTHER #topban .mark img,
.OTHER #topban2 .mark img {
	width: 160px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.OTHER #topban,
	.OTHER #topban2 {
		width: 100%;
		height: auto;
		background-image: none !important;
	}
	.OTHER #topban2 {
		width: 100%;
		height: auto;
	}
	.OTHER #topban .inner2,
	.OTHER #topban2 .inner2 {
		position: relative;
		height: auto;
	}
	.OTHER #topban .mark,
	.OTHER #topban2 .mark {
		position: static;
		margin-top: 30px;
		text-align: center;
	}
	.OTHER #topban .mark img,
	.OTHER #topban2 .mark img {
		margin: 0 auto;
		width: 100px;
		height: auto;;
	}
	#POWER #topban2 {
		margin-top: 50px;
	}
}

#main_contents,
#main_contents2 {
	margin-top: 130px;
}
#SHOP.ARCHIVE #main_contents {
	margin-top: 50px;
}
#main_contents .inner2 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
#main_contents #contents {
	flex: 0 0 70%;
	-webkit-flex: 0 0 70%;
}
#main_contents #contents .cashless_banner {
		margin-bottom: 30px;
		display: block;
	}
#SHOP.DETAIL #lnavi {
	margin-top: 50px;
}
#SHOP #lnavi ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#SHOP #lnavi ul li {
	flex: 0 0 48.5%;
	-webkit-flex: 0 0 48.5%;
	margin-left: 3%;
	margin-top: 20px;
}
#SHOP #lnavi ul li:nth-child(1) {
	margin-top: 0;
}
#SHOP #lnavi ul li:nth-child(1),
#SHOP #lnavi ul li:nth-child(4) {
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	margin-left: 0;
}
#SHOP #lnavi ul li:nth-child(2) {
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	#main_contents,
	#main_contents2 {
		margin-top: 30px;
	}
	#SHOP.ARCHIVE #main_contents {
		margin-top: 30px;
	}
	#main_contents .inner2 {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
	}
	#main_contents #contents {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#SHOP #lnavi ul li {
		margin-top: 10px;
	}
	#SHOP #lnavi ul li:nth-child(1),
	#SHOP #lnavi ul li:nth-child(4) {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-left: 0;
	}
}
#SHOP .ranking {
	margin-top: 80px;
}
#SHOP .ranking.mt0 {
	margin-top: 0;
}
#SHOP .ranking .midashi {
	position: relative;
	padding-bottom: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #858585;
	font-size: 26px;
}
#SHOP .ranking .midashi:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 40%;
	border-bottom: 2px solid #333;
}
#SHOP .ranking .rows {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#SHOP .ranking .rows .list {
	flex: 0 0 31%;
	-webkit-flex: 0 0 31%;
	position: relative;
	margin-left: 3.5%;
	margin-top: 30px;
}
#SHOP .ranking .rows .list:nth-child(3n+1) {
	margin-left: 0;
}
#SHOP .ranking .rows .list a {
	display: block;
}
#SHOP .ranking .rows .list .no {
	position: absolute;
	left: 0;
	top: 0;
}
#SHOP .ranking .rows .list .name {
	margin-top: 10px;
	line-height: 1.3;
	font-size: 20px;
}
#SHOP .ranking .rows .list .price {
	margin-top: 5px;
	font-size: 15px;
}
#SHOP .ranking .rows .list .price2 {
	line-height: 1.2;
	text-indent: -8px;
	font-size: 15px;
}
#SHOP .ranking .rows .list .btn {
	display: block;
	margin: 10px auto 0;
	padding: 10px;
	width: 84%;
	text-align: center;
	line-height: 1;
	background-color: #9e8759;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#SHOP .ranking {
		margin-top: 60px;
	}
	#SHOP .ranking .midashi {
		position: relative;
		padding-bottom: 15px;
		border-bottom: 1px solid #858585;
	}
	#SHOP .ranking .midashi:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		width: 40%;
		border-bottom: 2px solid #333;
	}
	#SHOP .ranking:nth-child(1) .midashi img {
		width: 230px;
	}
	#SHOP .ranking:nth-child(2) .midashi img {
		width: 320px;
	}
	#SHOP .ranking:nth-child(3) .midashi img {
		width: 290px;
	}
	#SHOP .ranking .rows {
		display: flex;
		display: -webkit-flex;
	}
	#SHOP .ranking .rows .list {
		flex: 0 0 31%;
		-webkit-flex: 0 0 31%;
		margin-top: 30px;
	}
	#SHOP .ranking.c2 .rows .list {
		flex: 0 0 48%;
		-webkit-flex: 0 0 48%;
	}
	#SHOP .ranking.c2 .rows .list:nth-child(3n+1) {
		margin-left: 3.5%;
	}
	#SHOP .ranking.c2 .rows .list:nth-child(2n+1) {
		margin-left: 0;
	}
	#SHOP .ranking .rows .list .no {
		top: 1px;
	}
	#SHOP .ranking .rows .list .no img {
		width: 40px;
		height: auto;
	}
	#SHOP .ranking .rows .list .name {
		margin-top: 10px;
		line-height: 1.3;
		font-size: 14px;
	}
	#SHOP .ranking .rows .list .price {
		margin-top: 5px;
		font-size: 12px;
	}
	#SHOP .ranking .rows .list .price2 {
		text-indent: -8px;
		font-size: 12px;
	}
	#SHOP .ranking .rows .list .btn {
		margin-top: 10px;
	}
	#SHOP .ranking .rows .list .btn a {
		display: block;
		margin: 0 auto;
		padding: 10px;
		width: 84%;
		text-align: center;
		line-height: 1;
		background-color: #9e8759;
		font-size: 11px;
		color: #fff;
	}
	#SHOP .ranking .rows .list .btn {
		font-size: 12px;
	}
}
#SHOP .other {
	margin-top: 80px;
	padding-top: 50px;
	line-height: 1.8;
	border-top: 1px solid #858585;
	font-size: 16px;
}
#SHOP .other .title {
	text-indent: -10px;
	color: #e73929;
}
#SHOP .other ul {
	list-style: decimal;
}
#SHOP .other li {
	padding-left: 15px;
	text-indent: -18px;
}

#SHOP #sec2 .rows {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 60px;
}
#SHOP #sec2 .rows .fl {
	flex: 0 0 13%;
	-webkit-flex: 0 0 13%;
}
#SHOP #sec2 .rows .fr {
	flex: 0 0 87%;
	-webkit-flex: 0 0 87%;
}
#SHOP #sec2 .rows .fr .row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#SHOP #sec2 .rows .fr .row .list {
	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
	font-size: 18px;
}
#SHOP #sec2 .rows .fr .row .list a {
	display: flex;
	display: -webkit-flex;
	padding: 0;
	font-size: 16px;
}
#SHOP #sec2 .rows .fr .row .list:nth-child(1) a {
	padding-top: 0;
}
#SHOP #sec2 .rows .fr .row .list .info {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 18%;
	-webkit-flex: 0 0 18%;
}
#SHOP #sec2 .rows .fr .row .list .cat span {
	display: inline-block;
	padding: 5px 40px;
	line-height: 1;
	background-color: #004087;
	font-size: 16px;
	color: #fff;
}
#SHOP #sec2 .rows .fr .row .list .list {
	flex: 0 0 65%;
	-webkit-flex: 0 0 65%;
}
#SHOP #sec2 .rows .fr .btnEx {
	margin-top: 30px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#SHOP #sec2 .inner {
		padding: 0;
	}
	#SHOP #sec2 .rows {
		margin-bottom: 30px;
	}
	#SHOP #sec2 .rows .fl {
		flex: 0 0 9%;
		-webkit-flex: 0 0 9%;
	}
	#SHOP #sec2 .rows .fr {
		flex: 0 0 87%;
		-webkit-flex: 0 0 87%;
	}
	#SHOP #sec2 .rows .fr .row {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	#SHOP #sec2 .rows .fr .row .list {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		font-size: 14px;
	}
	#SHOP #sec2 .rows .fr .row .list a {
		display: flex;
		display: -webkit-flex;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		padding: 2px 0;
		line-height: 1.6;
		font-size: 13px;
	}
	#SHOP #sec2 .rows .fr .row .list .info {
		flex: 0 0 28%;
		-webkit-flex: 0 0 28%;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 0 5px 0 0;
	}
	#SHOP #sec2 .rows .fr .row .list .date {
		margin-right: 0;
		margin-top: 0;
	}
	#SHOP #sec2 .rows .fr .row .list .cat span {
		padding: 5px 15px;
		font-size: 10px;
	}
	#SHOP #sec2 .rows .fr .row .list .list {
		flex: 0 0 65%;
		-webkit-flex: 0 0 65%;
	}
	#SHOP #sec2 .rows .fr .btnEx {
		margin-top: 20px;
		text-align: right;
	}
}
	

#main_contents #sidebar {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
}
#main_contents #sidebar .search {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #e5e5e5;
}
#main_contents #sidebar .search .cl {
	flex: 0 0 17%;
	-webkit-flex: 0 0 17%;
}
#main_contents #sidebar .search .cr {
	flex: 0 0 82%;
	-webkit-flex: 0 0 82%;
}
#main_contents #sidebar .search input[type="text"] {
	width: 100%;
}
#main_contents #sidebar .blk {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #000;
}
#main_contents #sidebar .blk .box {
	padding: 25px 8px 20px;
	border-top: 1px dashed #858585;
}
#main_contents #sidebar .blk .box.none {
	border-top: none;
}
#main_contents #sidebar .blk .box .title {
	font-weight: bold;
	font-size: 16px;
}
#main_contents #sidebar .blk .box ul {
	margin-top: 5px;
}
#main_contents #sidebar .blk .box ul li {
	position: relative;
	padding-left: 18px;
	line-height: 2;
	font-family: "游ゴシック",YuGothic;
}
#main_contents #sidebar .blk .box ul li:before {
	content: url(../images/shop/icon_cursor.png);
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	width: 12px;
	height: 6px;
}
#main_contents #sidebar .blk .box2 {
	padding: 25px 0 20px;
}
#main_contents #sidebar .blk .box2 ul {
	margin: 10px -5px 0;
}
#main_contents #sidebar .blk .box2 ul li {
	position: relative;
	margin: 0 5px;
	font-family: "游ゴシック",YuGothic;
}
#main_contents #sidebar .blk .box2 ul li a {
	padding: 7px 20px;
	line-height: 1;
	border-radius: 20px;
	border: 1px solid #666;
}
@media screen and (max-width: 767px) {
	#main_contents #sidebar {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-top: 50px;
	}
}


#SHOP.DETAIL .item_name {
	margin-top: 10px;
	line-break: 1.2;
	font-size: 38px;
}
#SHOP.DETAIL .item_img {
	margin-top: 50px;
}
#SHOP.DETAIL .detail_blk {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 55px;
}
#SHOP.DETAIL .detail_blk .cl {
	flex: 0 0 57%;
	-webkit-flex: 0 0 57%;
}
#SHOP.DETAIL .detail_blk .cl .cat {
	line-height: 1.4;
	font-size: 14px;
}
#SHOP.DETAIL .detail_blk .cl .name {
	line-height: 1.4;
	font-size: 24px;
}
#SHOP.DETAIL .detail_blk .cl .text {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 16px;
}
#SHOP.DETAIL .detail_blk .cl ul {
	margin-top: 30px;
	border-top: 1px dashed #858585;
}
#SHOP.DETAIL .detail_blk .cl li {
	margin-top: 30px;
	padding-left: 15px;
	text-indent: -15px;
}
#SHOP.DETAIL .detail_blk .cr {
	flex: 0 0 37%;
	-webkit-flex: 0 0 37%;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk {
	padding: 25px;
	border-radius: 5px;
	border: 1px solid #999;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk p {
	margin-top: 15px;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk p:first-child {
	margin-top: 0;
	font-weight: bold;
	font-size: 20px;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk p:nth-child(3) {
	margin-top: 0;
	line-height: 1.2;
	text-indent: -8px;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk .btn {
	margin-top: 25px;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk .btn a {
	padding: 13px 10px;
	letter-spacing: 1px;
	background-color: #d2381c;
	border-radius: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk .btn a img {
	vertical-align: text-bottom;
}
#SHOP.DETAIL .detail_blk .cr .cart_blk .notes {
	margin-top: 20px;
	padding-left: 15px;
	text-indent: -13px;
	line-height: 1.4;
	font-size: 13px;
	color: #9e8759;
}
#SHOP.DETAIL .other {
	margin-top: 30px;
	padding-top: 30px;
	line-height: 1.8;
	border-top: 1px dashed #858585;
	font-size: 14px;
	color: #666;
}
@media screen and (max-width: 767px) {
	#SHOP.DETAIL .item_name {
		margin-top: 0;
		line-break: 1.4;
		font-size: 20px;
	}
	#SHOP.DETAIL .item_img {
		margin-top: 20px;
	}
	#SHOP.DETAIL .detail_blk {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 30px;
	}
	#SHOP.DETAIL .detail_blk .cl {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#SHOP.DETAIL .detail_blk .cl .cat {
		line-height: 1.4;
		font-size: 14px;
	}
	#SHOP.DETAIL .detail_blk .cl .name {
		margin-top: 5px;
		line-height: 1.4;
		font-size: 22px;
	}
	#SHOP.DETAIL .detail_blk .cl .text {
		margin-top: 20px;
		line-height: 1.8;
		font-size: 14px;
	}
	#SHOP.DETAIL .detail_blk .cl li {
		margin-top: 20px;
		padding-left: 15px;
		text-indent: -15px;
	}
	#SHOP.DETAIL .detail_blk .cr {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#SHOP.DETAIL .detail_blk .cr .cart_blk {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px 10px;
		width: 80%;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #999;
	}
	#SHOP.DETAIL .detail_blk .cr .cart_blk p {
		margin-top: 15px;
	}
	#SHOP.DETAIL .detail_blk .cr .cart_blk p:first-child {
		margin-top: 0;
	}
	#SHOP.DETAIL .detail_blk .cr .cart_blk .btn {
		margin-top: 20px;
	}
	#SHOP.DETAIL .detail_blk .cr .cart_blk .btn a {
		padding: 13px 10px;
		letter-spacing: 1px;
		background-color: #d2381c;
		border-radius: 3px;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
	}
	#SHOP.DETAIL .detail_blk .cr .cart_blk .notes {
		margin-top: 20px;
		padding-left: 15px;
		text-indent: -13px;
		line-height: 1.4;
		font-size: 13px;
		color: #9e8759;
	}
	#SHOP.DETAIL .other {
		margin-top: 30px;
		padding-top: 20px;
		line-height: 1.8;
		border-top: 1px dashed #858585;
		font-size: 13px;
		color: #666;
	}
}


#BLOG #contents .rows {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#BLOG #contents .rows .list {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	margin-bottom: 20px;
}
#BLOG #contents .rows .list a {
	display: block;
}
#BLOG #contents .rows .list .img {
	position: relative;
}
#BLOG #contents .rows .list .img .layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#BLOG #contents .rows .list .img .layer img {
	width: 100%;
	height: 100%;
}
#BLOG #contents .rows .list .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#BLOG #contents .rows .list .cat {
	text-align: center;
	font-size: 12px;
	color: #d33929;
}
#BLOG #contents .rows .list .title {
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
}
#BLOG #contents .rows .list .date {
	text-align: right;
	font-size: 10px;
	color: #666;
}
@media screen and (max-width: 767px) {
	#BLOG #contents .rows .list {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		margin-bottom: 20px;
	}
	#BLOG #contents .rows .list .cat {
		text-align: center;
		font-size: 11px;
		color: #d33929;
	}
	#BLOG #contents .rows .list .title {
		text-align: center;
		line-height: 1.4;
		font-size: 16px;
	}
}


#BLOG #contents .title_blk {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #858585;
}
#BLOG #contents .title_blk:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 40%;
	border-bottom: 2px solid #333;
}
#BLOG #contents .title {
	line-height: 1.2;
	font-size: 32px;
}
#BLOG #contents .info {
	margin-top: 15px;
}
#BLOG #contents .info span {
	margin-right: 10px;
}
#BLOG #contents .info span img {
	margin-right: 5px;
	vertical-align: baseline;
}
#BLOG #contents .body {
	padding: 40px 0;
	line-height: 1.8;
}
#BLOG #contents .body img {
	margin-bottom: 20px;
}
#BLOG #contents .body h2 {
	margin-bottom: 30px;
	padding-left: 10px;
	line-height: 1.3;
	border-left: 7px solid #004080;
	font-size: 32px;
}
#BLOG #contents .body h3 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	line-height: 1.3;
	border-bottom: 2px solid #004080;
	font-size: 26px;
}
#BLOG #contents .sns {
	text-align: right;
}
#BLOG #contents .paging {
	margin-top: 100px;
	text-align: center;
}
#BLOG #contents .paging span {
	margin: 0 10px;
}
#BLOG #contents .paging a {
	display: inline-block;
	padding: 10px;
	width: 180px;
	line-height: 1;
	background-color: #9e8759;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#BLOG #contents .title_blk {
		position: relative;
		padding-bottom: 0;
		border-bottom: 1px solid #858585;
	}
	#BLOG #contents .title_blk:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		width: 40%;
		border-bottom: 2px solid #333;
	}
	#BLOG #contents .title {
		line-height: 1.2;
		font-size: 24px;
	}
	#BLOG #contents .info {
		margin-top: 5px;
		font-size: 12px;
	}
	#BLOG #contents .info span {
		margin-right: 10px;
	}
	#BLOG #contents .info span img {
		margin-right: 5px;
		vertical-align: text-bottom;
	}
	#BLOG #contents .body {
		padding: 30px 0;
		line-height: 1.8;
	}
	#BLOG #contents .body img {
		margin-bottom: 20px;
	}
	#BLOG #contents .body h2 {
		margin-bottom: 20px;
		padding-left: 10px;
		line-height: 1.3;
		border-left: 5px solid #004080;
		font-size: 22px;
	}
	#BLOG #contents .body h3 {
		margin-bottom: 20px;
		padding-bottom: 5px;
		line-height: 1.3;
		border-bottom: 2px solid #004080;
		font-size: 18px;
	}
	#BLOG #contents .sns {
		text-align: right;
	}
	#BLOG #contents .paging {
		margin-top: 30px;
		text-align: center;
	}
	#BLOG #contents .paging span {
		margin: 0 10px;
	}
	#BLOG #contents .paging a {
		display: inline-block;
		padding: 10px;
		width: 40%;
		line-height: 1;
		background-color: #9e8759;
		font-size: 14px;
		color: #fff;
	}
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
  }
  
  .pagination,
  .pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  
  .pagination a {
	font-weight: 300;
	padding-top: 1px;
	text-decoration:none;
	border: 1px solid #ddd;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #333;
  }
  
  .pagination li:not([class*="current"]) a:hover {
	background-color: #eee;
  }
  
  .pagination li:first-of-type a {
	border-left-width: 1px;
  }
  
  .pagination li.first span,
  .pagination li.last span,
  .pagination li.previous span,
  .pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
  }
  
  .pagination li.first a::before,
  .pagination li.last a::after,
  .pagination li.previous a::before,
  .pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
  }
  
  .pagination li.first a::before { content: "\f100"; }
  .pagination li.last a::after { content: "\f101"; }
  
  .pagination li.previous a::before { content: "\f104"; }
  .pagination li.next a::after { content: "\f105"; }
  
  .pagination li.current a {
   background-color: #ddd;
   cursor: default;
   pointer-events: none;
  }
  
  .pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
  }
  
  .pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
  }
  
  @media only screen and ( max-width: 680px ) {
	.pagination li.first,
	.pagination li.last {
	  /* screen readers only */
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
  
	.pagination li.previous a { border-left-width: 1px; }
  }
  
  @media only screen and ( max-width: 500px ) {
	.pagination li {
	  /* screen readers only */
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
  
	.pagination li.current,
	.pagination li.first,
	.pagination li.last,
	.pagination li.previous,
	.pagination li.next{
	  position: initial;
	  top: initial;
	  left: initial;
	}
  
	.pagination li.previous a { border-left-width: 0; }
  }
  
  @media only screen and ( max-width: 400px ) {
	.pagination li.first,
	.pagination li.last {
	  /* screen readers only */
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
  
	.pagination li.previous a { border-left-width: 1px; }
  }
  
  @media only screen and ( max-width: 240px ) { /* For watches? */
	.pagination li { width: 50%;}
  
	.pagination li.current {
	  order: 2;
	  width: 100%;
	  border-left-width: 1px;
	}
  }

#CONTACT .midashi {
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-size: 32px;
	color: #9e8759;
}
#CONTACT .midashi:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -100px;
	width: 200px;
	border-bottom: 5px solid #9e8759;
}
#CONTACT .midashi.mt {
	margin-top: 50px;
	padding-top: 60px;
	border-top: 1px solid #ccc;
}
#CONTACT .lead {
	margin-top: 80px;
	text-align: center;
	font-size: 16px;
}
#CONTACT .form_blk {
	margin-top: 35px;
	padding: 35px 60px;
	border-top: 1px solid #ccc;
}
#CONTACT .form_blk .attention {
	padding-left: 25%;
	text-align: left;
	font-size: 16px;
	color: #ff1d25;
}
.mw_wp_form_confirm .attention {
	display: none;
}
.mw_wp_form_confirm .notes {
	display: none;
}
#CONTACT .form_blk table {
	margin-top: 10px;
	width: 100%;
}
#CONTACT .form_blk table th {
	padding: 15px 10px;
	width: 25%;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	color: #9e8759;
}
#CONTACT .form_blk table td {
	padding: 15px 10px;
	width: 75%;
	text-align: left;
	font-size: 16px;
}
#CONTACT .form_blk table td span {
	display: block;
	color: #f00;
}
#CONTACT .form_blk input[type="text"],
#CONTACT .form_blk input[type="email"] {
	padding: 5px;
	width: 440px;
	background-color: #ebebeb;
}
#CONTACT .form_blk textarea {
	padding: 5px;
	width: 100%;
	height: 278px;
	background-color: #ebebeb;
}
#CONTACT .form_blk .notes {
	margin-top: 30px;
	text-align: center;
	color: #f00;
}
#CONTACT .form_blk .btn_blk {
	margin-top: 30px;
	text-align: center;
}
#CONTACT .form_blk .btn_blk input {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 40px;
	background-color: #9e8759;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
#CONTACT .tel {
	margin-top: 120px;
	text-align: center;
	font-size: 48px;
	color: #9e8759;
}
#CONTACT .tel a {
	color: #9e8759;
}
#CONTACT .time {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
#CONTACT .require th:after {
	content: "*";
	margin-left: 10px;
	font-size: 16px;
	color: #f00;
}
@media screen and (max-width: 767px) {
	#CONTACT .midashi {
		font-size: 22px;
	}
	#CONTACT .midashi:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -25px;
		margin-left: -50px;
		width: 100px;
		border-bottom: 3px solid #9e8759;
	}
	#CONTACT .lead {
		margin-top: 50px;
		text-align: center;
		font-size: 14px;
	}
	#CONTACT .form_blk {
		margin-top: 25px;
		padding: 25px 10px;
		border-top: 1px solid #ccc;
	}
	#CONTACT .form_blk .attention {
		padding-left: 0;
		font-size: 12px;
		color: #ff1d25;
	}
	#CONTACT .form_blk table {
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	#CONTACT .form_blk table tbody,
	#CONTACT .form_blk table tr {
		display: block;
		width: 100%;
	}
	#CONTACT .form_blk table th {
		display: block;
		padding: 15px 0 0;
		width: 100%;
		text-align: left;
		font-size: 14px;
		color: #9e8759;
	}
	#CONTACT .form_blk table td {
		display: block;
		padding: 5px 0 10px;
		width: 100%;
		font-size: 14px;
	}
	#CONTACT .form_blk input[type="text"],
	#CONTACT .form_blk input[type="email"] {
		padding: 5px;
		width: 100%;
		background-color: #ebebeb;
	}
	#CONTACT .form_blk textarea {
		padding: 5px;
		width: 100%;
		height: 200px;
		background-color: #ebebeb;
	}
	#CONTACT .form_blk .btn_blk {
		margin-top: 10px;
		text-align: center;
	}
	#CONTACT .form_blk .btn_blk input {
		display: inline-block;
		margin: 0 10px;
		padding: 5px 30px;
		background-color: #9e8759;
		font-size: 14px;
		color: #fff;
		cursor: pointer;
	}
	#CONTACT .tel {
		margin-top: 70px;
		font-size: 32px;
	}
	#CONTACT .time {
		margin-top: 20px;
		font-size: 14px;
	}
}

#sns_blk ul {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
#sns_blk ul li {
	margin-left: 5px;
}
#sns_blk ul li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	#sns_blk ul li {
		width: auto;
	}
}

#FAQ #main_contents .lead {
	font-size: 32px;
}
#FAQ #main_contents .rows {
	margin-top: 60px;
}
#FAQ #main_contents .rows .q {
	position: relative;
	padding-left: 90px;
	padding-top: 15px;
	min-height: 70px;
	line-height: 1.3;
	font-size: 30px;
	color: #004080;
}
#FAQ #main_contents .rows .q:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 65px;
	background-color: #004080;
	border-radius: 35px;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}
#FAQ #main_contents .rows .a {
	position: relative;
	margin-top: 20px;
	padding-left: 90px;
	min-height: 70px;
	line-height: 1.7;
	font-size: 16px;
}
#FAQ #main_contents .rows .a:before {
	content: "A";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 65px;
	background-color: #d1381c;
	border-radius: 35px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
}
#FAQ #main_contents .rows.rimg .blk {
	margin-top: 30px;
}
#FAQ #main_contents .rows.rimg .blk:first-child {
	margin-top: 0;
}
#FAQ #main_contents .rows.rimg .title {
	font-size: 22px;
	color: #d1381c;
}
#FAQ #main_contents .rows.rimg .title span {
	margin-left: 20px;
	font-size: 16px;
	color: #d1381c;
}
#FAQ #main_contents .rows.rimg .title.ml0 span {
	margin-left: 0;
}
#FAQ #main_contents .rows.rimg .row {
	display: flex;
	display: -webkit-flex;
	margin-top: 10px;
}
#FAQ #main_contents .rows.rimg .row .list {
	flex: 0 0 31%;
	-webkit-flex: 0 0 31%;
	margin-left: 2%;
}
#FAQ #main_contents .rows.rimg .row .list:nth-child(3n+1) {
	margin-left: 0;
}
#FAQ #main_contents .rows.rimg .row .list .img img {
	width: 100%;
	height: auto;
}
#FAQ #main_contents .rows.rimg .row .list .text {
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#FAQ #main_contents .lead {
		font-size: 17px;
	}
	#FAQ #main_contents .rows {
		margin-top: 30px;
	}
	#FAQ #main_contents .rows .q {
		position: relative;
		padding-left: 50px;
		padding-top: 8px;
		min-height: 40px;
		line-height: 1.3;
		font-size: 18px;
		color: #004080;
	}
	#FAQ #main_contents .rows .q:before {
		content: "Q";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 35px;
		background-color: #004080;
		border-radius: 20px;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
	}
	#FAQ #main_contents .rows .a {
		position: relative;
		margin-top: 10px;
		padding-left: 50px;
		min-height: 40px;
		line-height: 1.6;
		font-size: 14px;
	}
	#FAQ #main_contents .rows .a:before {
		content: "A";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 38px;
		background-color: #d1381c;
		border-radius: 20px;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
	}
	#FAQ #main_contents .rows.rimg .a {
		padding-top: 0;
	}
	#FAQ #main_contents .rows.rimg .title {
		margin-left: 0;
		font-size: 16px;
		color: #d1381c;
	}
	#FAQ #main_contents .rows.rimg .blk:first-child .title {
		margin-left: 0;
	}
	#FAQ #main_contents .rows.rimg .title span {
		display: block;
		margin-left: 0;
		font-size: 13px;
		color: #d1381c;
	}
	#FAQ #main_contents .rows.rimg .row {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 10px;
		margin-left: 0;
	}
	#FAQ #main_contents .rows.rimg .row .list {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#FAQ #main_contents .rows.rimg .row .list:first-child {
		margin-top: 0;
	}
	#FAQ #main_contents .rows.rimg .row .list .text {
		margin-top: 10px;
		font-size: 14px;
	}
}

#RECRUIT #main_contents .lead {
	margin-top: 50px;
	line-height: 1.5;
	font-size: 32px;
}
#RECRUIT #main_contents #lnavi {
	margin: 30px auto 0;
	width: 830px;
}
#RECRUIT #main_contents #lnavi ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#RECRUIT #main_contents #lnavi ul li {
	flex: 0 0 48.5%;
	-webkit-flex: 0 0 48.5%;
	margin-left: 3%;
	margin-top: 20px;
}
#RECRUIT #main_contents #lnavi ul li:nth-child(2n+1) {
	margin-left: 0;
}
#RECRUIT #main_contents #lnavi ul li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	text-align: center;
	line-height: 1.4;
	background-color: #004080;
	font-size: 16px;
	color: #fff;
}
#RECRUIT #main_contents #lnavi ul li a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#RECRUIT .blk {
	margin-top: 50px;
}
#RECRUIT .blk .title {
	margin-top: 30px;
	font-size: 24px;
}
#RECRUIT .blk .title strong {
	margin-right: 30px;
	font-size: 36px;
	color: #25427d;
}
#RECRUIT .blk table {
	margin-top: 30px;
	width: 100%;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
#RECRUIT .blk table th {
	padding: 10px 25px;
	width: 20%;
	text-align: left;
	background-color: #e3e3e3;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
#RECRUIT .blk table td {
	padding: 10px 25px;
	width: 80%;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
	#RECRUIT #main_contents .lead {
		margin-top: 30px;
		line-height: 1.4;
		font-size: 16px;
	}
	#RECRUIT #main_contents #lnavi {
		margin: 10px auto 0;
		width: 100%;
	}
	#RECRUIT #main_contents #lnavi ul {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#RECRUIT #main_contents #lnavi ul li {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#RECRUIT #main_contents #lnavi ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	#RECRUIT #main_contents #lnavi ul li a {
		position: relative;
		display: block;
		padding: 8px 20px 8px 8px;
		text-align: center;
		line-height: 1.4;
		background-color: #004080;
		font-size: 13px;
		color: #fff;
	}
	#RECRUIT #main_contents #lnavi ul li a:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		display: block;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	#RECRUIT .blk {
		margin-top: 30px;
	}
	#RECRUIT .blk .title {
		margin-top: 20px;
		font-size: 14px;
	}
	#RECRUIT .blk .title strong {
		margin-right: 20px;
		font-size: 22px;
		color: #25427d;
	}
	#RECRUIT .blk table {
		display: block;
		margin-top: 20px;
		width: 100%;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
	}
	#RECRUIT .blk table tr,
	#RECRUIT .blk table tbody {
		display: block;
		width: 100%;
	}
	#RECRUIT .blk table th {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: center;
		background-color: #e3e3e3;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		font-weight: normal;
	}
	#RECRUIT .blk table td {
		display: block;
		padding: 10px;
		width: 100%;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}
}

#NEWS .rows .list {
	padding: 15px 0;
	border-bottom: 1px dashed #858585;
}
#NEWS .rows .list:first-child {
	padding-top: 0;
}
#NEWS .rows .list .title {
	line-height: 1.3;
	font-size: 32px;
}
#NEWS .rows .list .date {
	font-size: 14px;
}
#NEWS .rows .list .date img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
	#NEWS .rows .list {
		padding: 10px 0;
	}
	#NEWS .rows .list .title {
		line-height: 1.3;
		font-size: 22px;
	}
	#NEWS .rows .list .date {
		font-size: 12px;
	}
}

#POWER #topban2 {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	#POWER #topban2 {
		margin-top: 50px;
	}
}
#POWER .tblk {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#POWER .tblk .cl {
	flex: 0 0 75%;
	-webkit-flex: 0 0 75%;
}
#POWER .tblk .cl .title {
	line-height: 1.3;
	font-size: 30px;
}
#POWER .tblk .cl .text {
	margin-top: 40px;
	line-height: 1.6;
	font-size: 16px;
}
#POWER .tblk .cr {
	flex: 0 0 20%;
	-webkit-flex: 0 0 20%;
}
#POWER .blk {
	margin-top: 60px;
}
#POWER .blk.mt0 {
	margin-top: 0;
}
#POWER .blk .title {
	line-height: 1.3;
	font-size: 36px;
	color: #004080
}
#POWER .blk .text {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 16px;
}
#POWER .blk .other {
	line-height: 1.6;
	text-indent: -10px;
	font-weight: bold;
	font-size: 16px;
	color: #e63931;
}
#POWER .btext {
	margin-top: 70px;
	text-align: right;
	line-height: 1.4;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#POWER .tblk {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#POWER .tblk .cl {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#POWER .tblk .cl .title {
		font-size: 20px;
	}
	#POWER .tblk .cl .text {
		margin-top: 20px;
		line-height: 1.6;
		font-size: 14px;
	}
	#POWER .tblk .cr {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-top: 20px;
		text-align: center;
	}
	#POWER .tblk .cr img {
		width: 100px;
		height: auto;
	}
	#POWER .blk {
		margin-top: 30px;
	}
	#POWER .blk.mt0 {
		margin-top: 30px;
	}
	#POWER .blk .title {
		font-size: 18px;
		color: #004080
	}
	#POWER .blk .text {
		margin-top: 10px;
		font-size: 14px;
	}
	#POWER .blk .other {
		font-size: 14px;
	}
	#POWER .btext {
		margin-top: 50px;
		font-size: 12px;
	}
}

#COMPANY .tmidashi {
	padding: 25px 0;
	font-size: 32px;
}
#COMPANY .tmidashi .indent {
	text-indent: 5em;
}
#COMPANY .message {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	margin-top: 50px;
}
#COMPANY .message .img {
	flex: 0 0 22%;
	-webkit-flex: 0 0 22%;
}
#COMPANY .message .text {
	flex: 0 0 76%;
	-webkit-flex: 0 0 76%;
	line-height: 1.8;
	font-size: 16px;
}
#COMPANY .president_name {
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
}
#COMPANY .president_name img {
	margin-left: 20px;
	vertical-align: bottom;
}
#COMPANY table {
	margin-top: 80px;
	width: 100%;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
#COMPANY table th {
	padding: 15px 30px;
	width: 20%;
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
	background-color: #e3e3e3;
	border-bottom: 1px solid #999;
	font-size: 16px;
}
#COMPANY table td {
	padding: 15px 30px;
	width: 80%;
	line-height: 1.6;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#COMPANY .tmidashi {
		padding: 10px 0;
		line-height: 1;
		font-size: 20px;
	}
	#COMPANY .tmidashi {
		display: inline-block;
		line-height: .5;
	}
	#COMPANY .tmidashi .indent {
		text-indent: 0;
		line-height: 1.2;
	}
	#COMPANY .message {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 20px;
	}
	#COMPANY .message .img {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
	}
	#COMPANY .message .text {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-top: 20px;
		font-size: 14px;
	}
	#COMPANY .president_name {
		margin-top: 10px;
		font-size: 14px;
	}
	#COMPANY .president_name img {
		margin-left: 15px;
		width: 130px;
		vertical-align: bottom;
	}
	#COMPANY table {
		margin-top: 30px;
	}
	#COMPANY table th {
		padding: 15px 10px;
		width: 25%;
		font-size: 12px;
	}
	#COMPANY table td {
		padding: 15px 10px;
		width: 75%;
		font-size: 12px;
	}
}
#COMPANY .info {
	margin-top: 70px;
	text-align: center;
}
#COMPANY .info .address {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 20px;
}
#COMPANY .info .map {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	#COMPANY .info {
		margin-top: 50px;
	}
	#COMPANY .info .name img {
		width: 150px;
		height: auto;
	}
	#COMPANY .info .address {
		margin-top: 20px;
		font-size: 14px;
	}
	#COMPANY .info .map {
		margin-top: 30px;
		margin-left: -15px;
		margin-right: -15px;
	}
	#COMPANY .info .map iframe {
		width: 100%;
		height: 290px;
	}
}
#COMPANY .blk {
	margin-top: 120px;
}
#COMPANY .blk .title {
	position: relative;
	font-size: 28px;
	color: #25427d;
}
#COMPANY .blk .title span {
	display: inline-block;
	padding-right: 30px;
	background-color: #fff;
}
#COMPANY .blk .title:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
	border-top: 1px solid #25427d;
	z-index: -1;
}
#COMPANY .blk .lead {
	margin-top: 40px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
}
#COMPANY .blk .text {
	margin-top: 30px;
	line-height: 1.6;
	font-size: 16px;
	color: #282322;
}
#COMPANY .blk .btext {
	text-align: right;
	line-height: 1.6;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#COMPANY .blk {
		margin-top: 50px;
	}
	#COMPANY .blk .title {
		position: relative;
		font-size: 20px;
		color: #25427d;
	}
	#COMPANY .blk .title span {
		display: inline-block;
		padding-right: 20px;
		background-color: #fff;
	}
	#COMPANY .blk .title:before {
		border-top: none;
	}
	#COMPANY .blk .lead {
		margin-top: 20px;
		line-height: 1.6;
		font-weight: bold;
		font-size: 14px;
	}
	#COMPANY .blk .text {
		margin-top: 20px;
		line-height: 1.6;
		font-size: 14px;
		color: #282322;
	}
	#COMPANY .blk .btext {
		margin-top: 20px;
		font-size: 12px;
	}
}

#KODAWARI #sec1 {
	margin-top: 170px;
}
#KODAWARI #sec1 .midashi {
	line-height: 1.3;
	font-size: 32px;
}
#KODAWARI #sec1 .text {
	margin-top: 50px;
	line-height: 1.8;
	font-size: 16px;
}
#KODAWARI #sec1 .rows {
	display: flex;
	display: -webkit-flex;
	margin-top: 50px;
}
#KODAWARI #sec1 .rows .list {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background-color: #000;
	color: #fff;
}
#KODAWARI #sec1 .rows .list .img {
	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
}
#KODAWARI #sec1 .rows .list:nth-child(2) .img {
	order: 2;
}
#KODAWARI #sec1 .rows .list .img img {
	width: 100%;
	height: auto;;
}
#KODAWARI #sec1 .rows .list .info {
	flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
	padding: 40px 20px 0;
	height: 292px;
}
#KODAWARI #sec1 .rows .list:nth-child(2) .info {
	order: 1;
}
#KODAWARI #sec1 .rows .list .info .ltitle {
	text-align: center;
	font-size: 32px;
}
#KODAWARI #sec1 .rows .list .info .ltext {
	margin-top: 40px;
	line-height: 1.6;
	font-size: 14px;
}
#KODAWARI #sec1 .blead {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-top: 50px;
}
#KODAWARI #sec1 .blead .p {
	position: relative;
	line-height: 2.2;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
}
#KODAWARI #sec1 .blead .img {
	position: absolute;
	left: -50px;
	bottom: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
	#KODAWARI #sec1 {
		margin-top: 40px;
	}
	#KODAWARI #sec1 .midashi {
		line-height: 1.3;
		font-size: 22px;
	}
	#KODAWARI #sec1 .text {
		margin-top: 30px;
		line-height: 1.8;
		font-size: 13px;
	}
	#KODAWARI #sec1 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 30px;
	}
	#KODAWARI #sec1 .rows .list {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#KODAWARI #sec1 .rows .list .img {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
	}
	#KODAWARI #sec1 .rows .list:nth-child(2) .img {
		order: 1;
	}
	#KODAWARI #sec1 .rows .list .img img {
		width: 100%;
		height: auto;;
	}
	#KODAWARI #sec1 .rows .list .info {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		padding: 40px 20px 0;
		height: 292px;
	}
	#KODAWARI #sec1 .rows .list:nth-child(2) .info {
		order: 2;
	}
	#KODAWARI #sec1 .rows .list .info .ltitle {
		text-align: center;
		font-size: 26px;
	}
	#KODAWARI #sec1 .rows .list .info .ltext {
		margin-top: 40px;
		line-height: 1.8;
		font-size: 14px;
	}
	#KODAWARI #sec1 .blead {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: flex-end;
		-webkit-align-items: flex-end;
		margin-top: 50px;
	}
	#KODAWARI #sec1 .blead .p {
		position: relative;
		line-height: 1.8;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
	}
	#KODAWARI #sec1 .blead .img {
		position: absolute;
		left: -30px;
		bottom: 0;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
	}
}

#KODAWARI #topban2 {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	#KODAWARI #topban2 {
		margin-top: 50px;
	}
}

#KODAWARI #sec2 {
	margin-top: 170px;
}
#KODAWARI #sec2 .midashi {
	line-height: 1.3;
	font-size: 32px;
}
#KODAWARI #sec2 .text {
	margin-top: 50px;
}
#KODAWARI #sec2 .text p {
	padding-left: 16px;
	text-indent: -16px;
	line-height: 1.8;
	font-size: 16px;
}
#KODAWARI #sec2 .blk {
	margin-top: 70px;
}
#KODAWARI #sec2 .blk .btitle {
	font-size: 28px;
	color: #124d91;
}
#KODAWARI #sec2 .rows {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#KODAWARI #sec2 .rows .list {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 40px;
}
#KODAWARI #sec2 .rows .list .info {
	height: 195px;
}
#KODAWARI #sec2 .rows .list .info {
	padding: 20px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#KODAWARI #sec2 .rows .list:nth-child(4n+1) .info {
	border-left: 1px solid #999;
}
#KODAWARI #sec2 .rows .list .img img {
	margin-right: 1px;
	width: 100%;
}
#KODAWARI #sec2 .rows .list .info .ltitle {
	text-align: center;
	line-height: 1.3;
	font-size: 22px;
}
#KODAWARI #sec2 .rows .list .info .ltext {
	margin-top: 15px;
	line-height: 1.6;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#KODAWARI #sec2 {
		margin-top: 70px;
	}
	#KODAWARI #sec2 .midashi {
		line-height: 1.3;
		font-size: 22px;
	}
	#KODAWARI #sec2 .text {
		margin-top: 30px;
		line-height: 1.8;
		font-size: 13px;
	}
	#KODAWARI #sec2 .blk {
		margin-top: 50px;
	}
	#KODAWARI #sec2 .blk .btitle {
		font-size: 22px;
		color: #124d91;
	}
	#KODAWARI #sec2 .rows {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#KODAWARI #sec2 .rows .list {
		display: flex;
		display: -webkit-flex;
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 20px;
	}
	#KODAWARI #sec2 .rows .list .info {
		padding: 15px;
		height: 200px;
		border-right: 1px solid #251e1c;
		border-bottom: 1px solid #251e1c;
	}
	#KODAWARI #sec2 .rows .list:nth-child(2n+1) .info {
		border-left: 1px solid #251e1c;
	}
	#KODAWARI #sec2 .rows .list .img img {
		margin-right: 1px;
		width: 100%;
	}
	#KODAWARI #sec2 .rows .list .info .ltitle {
		text-align: center;
		line-height: 1.3;
		font-size: 16px;
	}
	#KODAWARI #sec2 .rows .list .info .ltext {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 12px;
	}
}

#HISTORY .midashi {
	text-align: center;
}
#HISTORY .text {
	margin-top: 50px;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}
#HISTORY .movie {
	margin-top: 50px;
}
#HISTORY .movie video {
	width: 100%;
}
#HISTORY .rows {
	margin-top: 50px;
	background-color: #e4e1df;
}
#HISTORY .rows .list {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	position: relative;
	height: 300px;
}
#HISTORY .rows .list:nth-child(odd) {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	height: 345px;
}
#HISTORY .rows .list:nth-child(even) {
	height: 345px;
	/* margin-top: 38px; */
}
#HISTORY .rows .list .date {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 70px;
	height: 274px;
	text-align: center;
	line-height: 70px;
	background-color: #55295b;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#HISTORY .rows .list:nth-child(odd) .date {
	left: 0;
	right: auto;
	top: 0;
}
#HISTORY .rows .list .date span {
	display: block;
	font-size: 14px;
}
#HISTORY .rows .list .img {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	z-index: 2;
}
#HISTORY .rows .list:nth-child(odd) .img {
	left: auto;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	height: 400px;
}
#HISTORY .rows .list .img img {
	width :512px;
	height: auto;
}
#HISTORY .rows .list .ctext {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #e4e1df;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#HISTORY .midashi img {
		width: 100px;
		height: auto;
	}
	#HISTORY .text {
		margin-top: 30px;
		font-size: 14px;
	}
	#HISTORY .movie {
		margin-top: 50px;
	}
	#HISTORY .rows {
		margin-top: 50px;
		padding: 0;
	}
	#HISTORY .rows .list {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		position: relative;
		height: auto;
	}
	#HISTORY .rows .list:nth-child(odd) {
		flex-direction: row;
		-webkit-flex-direction: row;
		height: auto;
	}
	#HISTORY .rows .list:nth-child(even) {
		margin-top: 0;
		height: auto;
	}
	#HISTORY .rows .list:nth-child(15) {
		height: auto;
	}
	#HISTORY .rows .list .date {
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 170px;
		text-align: center;
		line-height: 60px;
		background-color: #55295b;
		font-size: 12px;
		color: #fff;
		-webkit-writing-mode: vertical-rl;
		  -ms-writing-mode: tb-rl;
			  writing-mode: vertical-rl;
		z-index: 3;
	}
	#HISTORY .rows .list:nth-child(odd) .date {
		left: 0;
		right: auto;
		top: 0;
	}
	/* #HISTORY .rows .list:nth-child(1) .date {
		left: -10px;
		padding-right: 10px;
		line-height: 19px;
	} */
	#HISTORY .rows .list .date span {
		display: block;
		font-size: 12px;
	}
	#HISTORY .rows .list .img {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		position: static;
		height: auto;
	}
	#HISTORY .rows .list:nth-child(odd) .img {
		left: auto;
		left: auto;
		right: 0;
		top: 0;
		bottom: auto;
		height: auto;
	}
	#HISTORY .rows .list .img img {
		width :100%;
		height: auto;
	}
	#HISTORY .rows .list .ctext {
		display: flex;
		display: -webkit-flex;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		height: 200px;
		font-size: 16px;
	}
}

#PRIVACY #main_contents .midashi {
	line-height: 1.3;
	font-size: 32px;
}
#PRIVACY #main_contents .lead {
	margin-top: 50px;
	line-height: 1.6;
	font-size: 26px;
	color: #004080;
}
#PRIVACY #main_contents .blk {
	margin-top: 50px;
}
#PRIVACY #main_contents .blk .title {
	line-height: 1.6;
	font-size: 26px;
	color: #d1381c;
}
#PRIVACY #main_contents .blk .body p {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 16px;
}
#PRIVACY #main_contents .blk .body ul {
	margin-top: 20px;
	padding-left: 20px;
	line-height: 1.6;
	font-size: 16px;
}
#PRIVACY #main_contents .blk .body ul li {
	list-style: disc;
}
#PRIVACY #main_contents .blk p.indent {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	#PRIVACY #main_contents .midashi {
		font-size: 22px;
	}
	#PRIVACY #main_contents .lead {
		margin-top: 30px;
		line-height: 1.6;
		font-size: 18px;
		color: #004080;
	}
	#PRIVACY #main_contents .blk {
		margin-top: 30px;
	}
	#PRIVACY #main_contents .blk .title {
		line-height: 1.6;
		font-size: 20px;
		color: #d1381c;
	}
	#PRIVACY #main_contents .blk .body p {
		margin-top: 20px;
		line-height: 1.6;
		font-size: 14px;
	}
	#PRIVACY #main_contents .blk .body ul {
		margin-top: 20px;
		padding-left: 20px;
		line-height: 1.6;
		font-size: 14px;
	}
}

#GUIDE #main_contents .midashi {
	line-height: 1.3;
	font-size: 32px;
}
#GUIDE #main_contents .inner3 .cashless_banner {
		margin-bottom: 30px;
		display: block;
		text-align: center;
	}
#GUIDE #main_contents .blk {
	margin-top: 50px;
}
#GUIDE #main_contents .blk .title {
	margin-bottom: 20px;
	padding-bottom: 8px;
	line-height: 1.6;
	border-bottom: 3px solid #d1381c;
	font-size: 26px;
	color: #d1381c;
}
#GUIDE #main_contents .blk .body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
}
#GUIDE #main_contents .blk .body .btitle {
	margin-top: 25px;
	line-height: 1.8;
	text-indent: -9px;
	font-weight: bold;
	font-size: 16px;
	color: #004080;
}
#GUIDE #main_contents .blk .body .bstitle {
	line-height: 1.8;
	text-indent: -9px;
	font-size: 16px;
}
#GUIDE #main_contents .blk .body p {
	line-height: 1.8;
	font-size: 16px;
}
#GUIDE #main_contents .blk .body ul {
	padding-left: 20px;
	line-height: 1.8;
	font-size: 16px;
}
#GUIDE #main_contents .blk .body ul li {
	list-style: disc;
}
#GUIDE #main_contents .blk .body ol li {
	padding-left: 20px;
	line-height: 1.8;
	text-indent: -20px;
	font-size: 16px;
}
#GUIDE #main_contents .blk p.indent {
	padding-left: 1em;
	text-indent: -1em;
}
#GUIDE #main_contents .blk .body .red {
	color: #d1381c;
}
#GUIDE #main_contents .blk .body .box {
	margin: 30px 0;
}
#GUIDE #main_contents .blk .body a {
	font-weight: bold;
	color: #004080;
}
#GUIDE #main_contents .blk .body table {
	width: 100%;
}
#GUIDE #main_contents .blk .body table th {
	padding: 3px 0;
	width: 150px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#GUIDE #main_contents .blk .body table td {
	padding: 3px 0;
}
@media screen and (max-width: 767px) {
	#GUIDE #main_contents .midashi {
		font-size: 22px;
	}
	#GUIDE #main_contents .blk {
		margin-top: 30px;
	}
	#GUIDE #main_contents .blk .title {
		line-height: 1.7;
		font-size: 20px;
		color: #d1381c;
	}
	#GUIDE #main_contents .blk .body p {
		line-height: 1.7;
		font-size: 14px;
	}
	#GUIDE #main_contents .blk .body ul {
		padding-left: 20px;
		line-height: 1.7;
		font-size: 14px;
	}
	#GUIDE #main_contents .blk .body ol li {
		padding-left: 20px;
		line-height: 1.7;
		text-indent: -20px;
		font-size: 14px;
	}
	#GUIDE #main_contents .blk .body .box {
		margin: 20px 0;
	}
	#GUIDE #main_contents .blk .body table th {
		padding: 2px 0;
		width: 100px;
		text-align: left;
		vertical-align: top;
		font-weight: normal;
	}
	#GUIDE #main_contents .blk .body table td {
		padding: 2px 0;
	}
}