@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
  text
* --------------------------------------------------------------------------------------------------*/

/* font-family
--------------------------------------------------*/
.yuMincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* align
--------------------------------------------------*/
.taL {
	text-align: left !important;
}
.taC {
	text-align: center !important;
}
.taR {
	text-align: right !important;
}
.vaT {
	vertical-align: top !important;
}

/* font-weight
--------------------------------------------------*/
.fwB {
	font-weight: bold;
}

/* title
--------------------------------------------------*/
.ttlStyle01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
}
.ttlStyle02 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 22px;
}
.ttlStyle03 {
	margin-bottom: 3px;
	text-align: center;
	font-size: 20px;
}

@media screen and (max-width:768px) {
	.ttlStyle01 {
		font-size: 16px;
	}
	.ttlStyle02 {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.ttlStyle03 {
		font-size: 18px;
	}
}


/* ----------------------------------------------------------------------------------------------------
  other
* --------------------------------------------------------------------------------------------------*/
.fL {
	float: left;
}
.fR {
	float: right;
}
.cB {
	clear: both;
}
.spOnly {
	display: none;
}

@media screen and (max-width:768px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block;
	}
}

/* background
--------------------------------------------------*/
.bgYellow {
	background: #bf8908;
}
.bgOrange {
	background: #e83e0b;
}
.bgRed {
	background: #941520;
}
.bgPurple {
	background: #701654;
}
.bgBlue {
	background: #0e2c68;
}
.bgWhite {
	background: #fff;
}
.bgGray {
	background: #f1f1f1;
}
.bgBlack {
	background: #201f1d;
}
.bgOr {
	background: #e83e0b;
}



/* button
--------------------------------------------------*/
[class*="btnStyle"] {
	display: block;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	line-height: 1.0;
}
[class*="btnStyle"]:hover {
	opacity: 0.75;
	text-decoration: none;
}
.btnStyle01 {
	max-width: 190px;
	padding: 18px 0 15px;
	background: #fff;
	text-align: center;
	letter-spacing: 0.2em;
}
.bgPurple .btnStyle01 {
	color: #701654;
}
.bgYellow .btnStyle01 {
	color: #bf8908;
}
.bgBlue .btnStyle01 {
	color: #0e2c68;
}
.btnStyle02{
	max-width: 107px;
	padding: 8px 0 7px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.btnStyle02.bgWhite{
	color: #201f1d;
}
.btnStyle03 {
	max-width: 190px;
	padding: 15px 0 12px;
	margin: auto;
	background: #201f1d;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2em;
}

@media screen and (max-width:768px) {
	.btnStyle01 {
		max-width: 150px;
		padding: 13px 0 11px;
		letter-spacing: 0.1em;
	}
	.btnStyle03 {
		max-width: 130px;
		padding: 10px 0 9px;
		font-size: 11px;
		letter-spacing: 0.1em;
	}
}

/* table
--------------------------------------------------*/
.tableStyle01{
	width: 100%;
}
.tableStyle01 tr:nth-child(odd){
	background: #f1f1f1;
}
.tableStyle01 tr:nth-child(even){
	background: #fff;
}
.tableStyle01 th{
	width: 220px;
	padding: 15px 15px 14px 25px;
	border-right: solid 40px #fff;
	vertical-align: top;
}
.tableStyle01 td{
	padding: 15px 15px 14px 25px;
	vertical-align: top;
}

@media screen and (max-width:768px) {
	.tableStyle01 th{
		width: auto;
		padding: 1em;
		border-right-width: 10px;
	}
	.tableStyle01 td{
		padding: 1em;
	}
}

.tableStyle02 {
	width: 100%;
}
.tableStyle02 tr > * {
	padding: 9px 0 7px;
	vertical-align: top;
}
.tableStyle02 tr + tr > * {
	border-top: dotted 2px rgba(131,131,131,0.60);
}
.tableStyle02 th {
	width: 120px;
	border-right: solid 35px #fff;
}
.tableStyle02 td {
	letter-spacing: -0.02em;
}

@media screen and (max-width:768px) {
	.tableStyle02 tr + tr > * {
		border-top-width: 1px;
	}
	.tableStyle02 th {
		width: 7em;
		border-right-width: 10px;
	}
}

/* dl
--------------------------------------------------*/
.dlStyle01{
	position: relative;
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.dlStyle01:before{
	width: 6px;
	height: 124px;
	position: absolute;
	top: 1px;
	left: -19px;
	content: "";
}
.dlStyle01.bdYellow:before{
	background: #bf8908;
}
.dlStyle01.bdOrange:before{
	background: #e83e0b;
}
.dlStyle01.bdpr:before{
	background: #6f1653;
}
.dlStyle01.bdbl:before{
	background: #0e2c68;
}
.dlStyle01 dt{
	padding: 5px 0 10px;
	font-size: 18px;
}

@media screen and (max-width:768px) {
	.dlStyle01{
		padding-left: 20px;
	}
	.dlStyle01:before{
		width: 4px;
		height: 100px;
		top: 0;
		left: 0;
	}
	.dlStyle01 dt{
		padding: 0 0 5px;
	}
}

/* box
--------------------------------------------------*/
[class*="boxStyle"]:after {
	content: "";
	display: block;
	clear: both;
}

/* boxStyle01 */
.boxStyle01 .boxImage {
	width: 63.5%;
	overflow: hidden;
}
.boxStyle01 .boxImage img {
	width: 100%;
	min-width: 888px;
}
.boxStyle01 .boxText {
	width: 36.5%;
	padding: 3.58% 55px 0 2.143%;
	position: relative;
	color: #fff;
}
.boxStyle01 .boxArrow:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 2;
}
.boxStyle01 .boxArrow.fR:before {
	border-width: 24px 22px 24px 0;
	left: -22px;
}
.boxStyle01 .boxArrow.fL:before {
	border-width: 24px 0 24px 22px;
	right: -22px;
}

/* purple */
.boxStyle01 .boxArrow.fR.bgPurple:before {
	border-right-color: #701654;
}
.boxStyle01 .boxArrow.fL.bgPurple:before {
	border-left-color: #701654;
}

/* yellow */
.boxStyle01 .boxArrow.fR.bgYellow:before {
	border-right-color: #bf8908;
}
.boxStyle01 .boxArrow.fL.bgYellow:before {
	border-left-color: #bf8908;
}

/* blue */
.boxStyle01 .boxArrow.fR.bgBlue:before {
	border-right-color: #0e2c68;
}
.boxStyle01 .boxArrow.fL.bgBlue:before {
	border-left-color: #0e2c68;
}

.boxStyle01 .boxTtl {
	text-align: right;
}
.boxStyle01 .boxTtl img {
	max-width: 172px;
}
.boxStyle01 .textIn {
	width: 100%;
	padding: 10px 26% 40px 5.873%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.boxStyle01 .btnStyle01 {
	margin-top: 20px;
}

@media screen and (max-width:768px) {
	.boxStyle01 .boxImage {
		width: auto;
		float: none;
	}
	.boxStyle01 .boxImage img {
		min-width: 0;
	}
	.boxStyle01 .boxText {
		width: auto;
		padding: 40px 5.333% 30px;
		float: none;
	}
	.boxStyle01 .boxArrow:before {
		display: none;
	}
	.boxStyle01 .boxTtl img {
		max-width: 39.2%;
	}
	.boxStyle01 .textIn {
		padding: 0 15% 0 0;
		position: static;
	}
	.boxStyle01 .btnStyle01 {
		margin-top: 15px;
	}
}

/* boxStyle02 */
.boxStyle02 + .boxStyle02{
	margin-top: 40px;
}
.boxStyle02 .boxImage{
	width: 49%;
	overflow: hidden;
}
.boxStyle02 .boxImage img{
	width: 100%;
	min-width: 490px;
}
.boxStyle02 .boxText{
	width: 51%;
	padding: 15px 35px 115px 41px;
	background: #fff;
	position: relative;
}
.boxStyle02 .shopInfo{
	width: 100%;
	padding: 0 35px 0 41px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.boxStyle02 .shopInfo .infoBtnList{
	margin-top: 10px;
}
.boxStyle02 .shopInfo .infoBtnList li{
	width: 107px;
	float: left;
}
.boxStyle02 .shopInfo .infoBtnList li + li{
	margin-left: 20px;
}

@media screen and (max-width:768px) {
	.boxStyle02 .boxImage{
		width: auto;
		float: none;
	}
	.boxStyle02 .boxImage img{
		min-width: 0;
	}
	.boxStyle02 .boxText{
		width: auto;
		padding: 25px 5.333%;
	}
	.boxStyle02 .shopInfo{
		position: static;
		padding: 2em 0 0 20px;
	}
	.boxStyle02 .shopInfo .infoBtnList{
		margin-top: 15px;
	}
	.boxStyle02 .shopInfo .infoBtnList li + li{
		margin-left: 15px;
	}
}

/* news
--------------------------------------------------*/
.newsCat{
	display: inline-block;
	padding: 6px 1em 3px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 1.0;
}
.newsDate{
	margin: 9px 0 2px;
	font-size: 10px;
}
.newsTitle{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsExcerpt{
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.newsImage {
	    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.newsImage img{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
	object-fit: cover;
}


@media screen and (max-width:768px) {
	.newsCat {
		padding: 2px 1em 0;
		font-size: 9px;
		line-height: 1.3;
	}
	.newsDate {
		margin: 5px 0 0;
		font-size: 9px;
	}
	.newsTitle {
		margin: 1px 0;
		font-size: 13px;
	}
	.newsExcerpt {
		margin: 0;
		font-size: 11px !important;
	}
}

/* news list */
.newsList01 li + li{
	margin-top: 15px;
}
.newsList01 a {
	display: block;
	overflow: hidden;
}
.newsList01 .newsImage {
	float: left;
}
.newsList01 .newsText {
	padding: 5px 30px;
	margin-left: 127px;
}

@media screen and (max-width:768px) {
	.newsList01 li + li {
		margin-top: 10px;
	}
	.newsList01 .newsImage {
		width: 80px;
		height: 80px;
		margin-right: 10px;
		margin-top: 5px;
		
	}
	.newsList01 .newsText {
		padding: 4px 16px 2px;
		margin-left: 21%;
		line-height: 1.3;
	}
}
