
.wrap{
	width: 1025px;
}

.content-headline {
	position: relative;
/*
	min-height: 400px;
*/
	margin-bottom: 0;
	background-color: #fff;
	text-align: center;
}

.content-headline__visual-lead {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 40px;
	line-height: 1.4;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6);
	color: #fff;
	z-index: 999;
	text-align: left;
}
.content-headline__visual-lead small {
	font-size: 16px;
}

.content-headline__visual {
/*
	padding-top: 180px;
*/
}
.content-headline__visual img {
	width: 100%;
}

@media only screen and (max-width: 640px) {
/*
	.content-headline {
		min-height: 200px;
	}
	.content-headline__visual {
		padding-top: 90px;
	}
*/

	.content-headline__visual-lead {
		top: 20px;
		left: 20px;
		font-size: 20px;
		text-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.6);
	}
	.content-headline__visual-lead small {
		font-size: 12px;
	}
}

#mainContent {
	background: url(../imgs/bg-02.png) center top;
}

@media only screen and (max-width: 640px) {
	#mainContent {
		padding-top: 60px;
		background: none;
	}
}

.information {
	padding: 0 20px;
	background-color: #333;
}

.information > .wrap {
	position: relative;
}

.information dt, .information dd {
	color: #fff;
}

.information dt {
	position: absolute;
	padding-top: 9px;
	font-size: 12px;
}

.information dd {
	padding: 5px 40px 5px 5.0em;
	font-size: 16px;
}

.information .information__1st {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.information .information__1st:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	cursor: pointer;
	-webkit-transform: translateY(-50%) scaleX(1.3) rotate(45deg);
	transform: translateY(-50%) scaleX(1.3) rotate(45deg);
	-webkit-transition: .5s;
	transition: .5s;
}

.information .information__1st.is-active:before {
	-webkit-transform: translateY(-50%) scaleX(1.3) rotate(225deg);
	transform: translateY(-50%) scaleX(1.3) rotate(225deg);
	-webkit-transform-origin: 50% 9px;
	transform-origin: 50% 9px;
}

.information .information__2nd {
	display: none;
}

.information .information__2nd dd {
	padding-bottom: 15px;
}

@media only screen and (max-width: 640px) {
	.information dt {
	position: static;
    padding-top: 0;
    font-size: 10px;
	}
	.information dd {
		font-size: 14px;
		padding-left: 0;
		padding-top: 25px;
		padding-bottom: 35px;
	}
	.information .information__1st {
		padding-top: 15px;
	}
	.information .information__1st:before {
		margin-top: -5px;
	}
	.information .information__1st dt {
		position: static;
		padding-top: 0;
		font-size: 10px;
	}
	.information .information__1st dd {
		font-size: 14px;
		padding-left: 0;
		padding-bottom: 25px;
	}
	
	.information .information__2nd dd {
    font-size: 14px;
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 35px;
}
}

/* bnr */
.bnr {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.bnr {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* slick-arrow */
.slick-prev:before, .slick-next:before {
	border-top-color: rgba(51, 51, 51, .4);
	border-right-color: rgba(51, 51, 51, .4);
}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.slick-prev {
	left: -5px;
}

.slick-next {
	right: -5px;
}

.concept {
	position: relative;
	margin-right: -20px;
	margin-left: -20px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #eee7e3;
	-webkit-transition: .5s;
	transition: .5s;
	/* media-inline */
}

.concept .media-inline {
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.concept .media-inline p.text-lh-wide{
	font-size: 27px;
	line-height: 1.8;
}
.concept .media-inline__text {
	float: left;
}
.concept .media-inline__image {
	float: right;
}
.concept .media-inline p.text02{
	line-height: 2.0;
}

.concept .media-inline__text, .concept .media-inline__image {
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

.concept .media-inline__text p{
	font-weight: lighter;	
}

.concept .media-inline__lead {
	font-size: 24px;
	color: #a4745d;
	font-weight: lighter;
}

.concept .media-inline__text > p img {
	vertical-align: -3px;
}

@media only screen and (max-width: 640px) {
	.concept {
		margin-right: 0;
		margin-left: 0;
		padding-top: 35px;
		padding-bottom: 35px;
		/* media-inline */
	}
	.concept:before {
		right: -23px;
		background-position: center 100px;
	}
	.concept .media-inline__text, .concept .media-inline__image {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.concept .media-inline__image {
		margin-top: 30px;
	}
	.concept .media-inline__text {
		float: none;
	}
	.concept .media-inline__image {
	float: none;
	}
}

/* link-visual */
.link-visual {
	margin-bottom: 50px;
	padding-top: 90px;
}

.link-visual__item {
	margin-top: 50px;
}

.link-visual__item img {
	width: 100%;
}

.link-visual__item:first-child {
	margin-top: 0;
}

.link-visual__item a {
	display: block;
	position: relative;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	-webkit-transition: none;
	transition: none;
}

.link-visual__item a:before {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opcity: 0;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

.link-visual__item a:hover {
	color: #fff;
}

.link-visual__item a:hover:before {
	visibility: visible;
	opcity: 1;
	background-color: rgba(0, 0, 0, .5);
}

.link-visual__item a:hover .link-visual__photo img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.link-visual__item a:hover .link-visual__text {
	display: block;
}

.link-visual__photo {
	overflow: hidden;
	text-align: center;
}

.link-visual__photo img {
	-webkit-transition: .5s;
	transition: .5s;
}

.link-visual__main {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: 5px;
	font-size: 16px;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.link-visual__header {
	position: relative;
	letter-spacing: .2em;
	-webkit-transition: .5s;
	transition: .5s;
}

.link-visual__headline {
	font-size: 35px;
/*
	font-weight: bold;
*/
}

/*テキスト白*/
#white{
	color: #FFF;	
}


.link-visual__text {
	display: none;
	-webkit-transition: .5s;
	transition: .5s;
}

.link-visual__btn {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	z-index: 3;
	display: inline-block;
	width: 205px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .9);
	color: #333;
	font-size: 15px;
	letter-spacing: .2em;
	line-height: 44px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.link-visual {
		margin: 0 -15px 25px;
		padding-top: 0;
		background: url(../imgs/bg-02.png) center top;
	}
	.link-visual__item {
		margin-top: 0;
	}
	.link-visual__item a {
		display: table;
		width: 100%;
		margin-bottom: 0;
		color: #ba8c64;
		text-decoration: none;
	}
	.link-visual__item a:before {
		content: none;
	}
	.link-visual__item a:hover:before {
		visibility: visible;
		opcity: 1;
		background-color: rgba(0, 0, 0, .5);
	}
	.link-visual__item a:hover .link-visual__photo img {
		-webkit-transform: none;
		transform: none;
	}
	.link-visual__item a:hover .link-visual__header {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.link-visual__item:nth-child(even) .link-visual__main {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.link-visual__item:nth-child(even) .link-visual__header, .link-visual__item:nth-child(even) .link-visual__text {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
	.link-visual__item:nth-child(even) .link-visual__text {
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	.link-visual__item:nth-child(even) .link-visual__text:before {
		right: -11px;
		left: auto;
		border-right: 0;
		border-left: 11px solid #f1f1f1;
	}
	.link-visual__photo, .link-visual__main {
		display: table-cell;
		vertical-align: middle;
	}
	.link-visual__photo {
		width: 51.563%;
	}
	.link-visual__main {
		position: static;
		margin-top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.link-visual__main:after {
		content: "";
		display: inline-block;
		position: relative;
		width: 20px;
		height: 20px;
		margin-top: 5px;
		border-radius: 20px;
		border: 2px solid rgba(80, 162, 0, .8);
	}
	.link-visual__header {
		letter-spacing: .1em;
	}
	.link-visual__header:before {
		content: none;
	}
	.link-visual__header > p {
		display: none;
	}
	.link-visual__headline {
		margin-bottom: 2px;
		font-size: 12px;
		color: rgba(80, 162, 0, .8);
	}

	#white{
		color: rgba(80, 162, 0, .8);
	}

	.link-visual__text {
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	.link-visual__text:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -11px;
		margin-top: -6px;
		border-right: 11px solid #f1f1f1;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
	}
	.link-visual__text:after {
		content: "";
		position: absolute;
		bottom: -21px;
		left: 50%;
		width: 6px;
		height: 6px;
		margin-left: -6px;
		border-top: 2px solid rgba(80, 162, 0, .8);
		border-right: 2px solid rgba(80, 162, 0, .8);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.link-visual__btn {
		display: none;
	}
	.link-visual .caption {
		display: none;
	}
}

.modal-bnr {
	display: none;
}

.modal-bnr__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 19999;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.modal-bnr__contents {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20000;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-bnr__contents > img {
	max-width: none;
}

.modal-bnr__btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #bfd2d5;
	border-radius: 32px;
}

.modal-bnr__btn-close:before, .modal-bnr__btn-close:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 25px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #fff;
}

.modal-bnr__btn-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-bnr__btn-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
	.modal-bnr__contents > img {
		width: 367px;
	}
	.wrap {
		width: auto;
	}
}

/* bnr-float */
.bnr-float {
	position: fixed;
	right: 20px;
	top: 300px;
	z-index: 10000;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.bnr-float:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



@media only screen and (max-width: 640px) {
	.bnr-float {
		position: static;
		text-align: center;
		margin-bottom: 15px;
	}
}

.modal-bnr__contents {
	font-family: "Lato", UDKakugo_SmallPr6-R, sans-serif;
    line-height: 1.5;
    letter-spacing: .1em;
	box-sizing: border-box;
	width: 90%;
	max-width: 734px;
	height: 85%;
	padding: 20px;
	overflow: scroll;
	background-image: url("../imgs/modal_bg.png");
	background-size: 12px 12px;
}

.modal-bnr__inner {
	width: 100%;
	background-color: #fff;
	padding: 40px 20px 10px;
}

@media only screen and (max-width: 768px) {
	.modal-bnr__btn-close {
		top: 20px;
		right: 20px;
	}
}

.modal-bnr__lead {
	text-align: center;
	margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
	.modal-bnr__lead {
		margin: 0 auto;
		font-size: 12px;
	}
}

.modal-bnr__ttl {
	text-align: center;
}

.modal-bnr__ttl img {
	width: 100%;
	max-width: 606px;
}

.modal-bnr__sttl {
	text-align: center;
	margin: 0 auto 10px;
}

.modal-bnr__sttl img {
	width: 100%;
	max-width: 648px;
}

.modal-bnr__top {
	padding: 20px 10px 10px;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__top {
		padding: 20px 50px;
	}
}

.modal-bnr__top:after {
	content: "";
	display: block;
	clear: both;
}

.modal-bnr__top-left {
	float: left;
	width: 80%;
}

.modal-bnr__top-left__ttl {
	width: 100%;
	display: table;
	margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__top-left__ttl {
		margin: 0 0 -30px;
	}
}

@media only screen and (min-width: 768px) {
	.modal-bnr__top-left__ttl p {
		display: table-cell;
	}
}

.modal-bnr__top-left__ttl p:first-child {
	background-color: #a60a13;
	color: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
	margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__top-left__ttl p:first-child {
		display: table-cell;
		width: 43%;
		margin: 0 10px 0 0;
	}
}

.modal-bnr__top-left__ttl p:first-child span {
	font-size: 14px;
}

.modal-bnr__top-left__ttl p:last-child {
	font-size: 10px;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__top-left__ttl p:last-child {
		width: 57%;
		vertical-align: top;
		padding: 0 0 0 10px;
	}
}

.modal-bnr__top-left__ttl p:last-child span {
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #a60a13;
	margin: 0 0 3px;
}

.modal-bnr__top-right {
	float: right;
	width: 15%;
}

.modal-bnr__top-bottom {
	clear: both;
	font-size: 10px;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__top-bottom {
		font-family: "Lato", UDKakugo_SmallPr6-R, sans-serif;		
		position: relative;
		top: -30px;
		width: 80%;
		margin: 0 0 -30px;
	}
}

.modal-bnr__list {
	text-align: center;
	margin: 0 auto 10px;
	font-size: 0;
}

.modal-bnr__list li {
	color: #5c5d5d;
	font-size: 11px;
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.modal-bnr__list li p {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__list li {
		width: 15.5%;
	}
}

.modal-bnr__links {
	margin: 0 auto 40px;
}

.modal-bnr__links p {
	text-align: center;
	font-size: 11px;
}

.modal-bnr__links a {
	display: block;
	text-align: center;
	color: #60888b;
	font-size: 11px;
	margin: 0 0 15px;
	word-break: break-all;
}

.modal-bnr__photo {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__photo {
		display: table;
	}
}

.modal-bnr__photo li {
	margin: 0 0 10px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.modal-bnr__photo li {
		/*width: 34%;*/
		display: table-cell;
	}
}

.modal-bnr__photo li img {
	width: 100%;
}

.modal-bnr__attention {
	text-align: right;
	font-size: 10px;
	padding: 15px 0 0;
}

.bnrErea {
	text-align: center;
}

.info-mb {
	margin-bottom: -35px;
}
.text-off{
	color: #888;
}
.floatArea {
    position: fixed;
    right: 20px;
	top: 430px;
    z-index: 10000;
}
.flbnr {
    position: fixed;
    right: 45px;
	top:498px; 
    z-index: 10001;
}
.flclose {
    position: fixed;
    right: 23px;
    bottom: 477px;
    z-index: 10001;
}
	#infobnr {
		display: none;
	}
@media only screen and (max-width: 640px) {
	.floatArea {
		display: none;
}
	.flbnr {
		display: none;
}
	#infobnr {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}

.information dd.txt01 {
	font-size: 16px;
	padding: 0px 40px 0px 5.0em;
}

@media only screen and (max-width: 640px) {
	.information .information__1st dd.txt01 {
    font-size: 12px;
    padding-left: 0;
}
}
