#header {
	/*display: none;*/
}
.main_Wap {
	width: 100vw;
	height: 100vh;
/*	padding-right: 210px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.mainBox {
	height: 100vh;
	width : -webkit-calc(100% - 210px) ;
	/*margin-right: 210px;*/
/*	background: url(../img/main/top_main01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.mainimage {
	height: 100vh
}
.main01 {
	background: url(../img/main/top_main01.jpg) no-repeat;
}
.main02 {
	background: url(../img/main/top_main02.jpg) no-repeat;
}
.main03 {
	background: url(../img/main/top_main03.jpg) no-repeat;
}
.main04 {
	background: url(../img/main/top_main04.jpg) no-repeat;
}

.mainBox .catch{
	color: #fff;
	position: absolute;
	top: 1vw;
	left: 1vw;
	z-index: 2;
	margin-top: 1vw;
	margin-left: 1vw;
	font-size: 1.6rem;
	text-shadow: 2px 1px 0px rgba(0,0,0,1);
}

.mainlogo {
	width: 210px;
	height: 100vh;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
/*	overflow: hidden;
	background-color: red;*/
}

.top_logo {
	/*height: 100%;*/
	width: 100%;
	max-width: 156px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);

}


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP用ナビ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#top_navi {
	width: 100vw;
}

#top_navi ul {
	width: 100vw;
	height: 100px;
	background-color: #fff;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#top_navi ul li{
	height: 100px;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;
    flex-grow:1;
    text-align: center;
    display: flex;
    	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#top_navi ul li a{
	display: inline-block;
	width: 100%;
    text-align: center;
    cursor: pointer;
}

#top_navi ul .reserve_btn {
	flex-grow:0;
    display: flex;
    	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
	/*width: 210px;*/
	background-color: var(--dark-color);
}
#top_navi ul .reserve_btn a{
	color: #fff;
	width: 210px;
}


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP　アコーディオン　サブナビ　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.top_subnavi_Wap {
	width: 100vw;
/*	position: fixed;
	top: 80px;
	left: 0px;
	z-index: 1;*/
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.top_subnavi {
	width: 100vw;
	margin-left:auto;
	display: none;
}
.top_subnavi ul {
	background: rgba(255,255,255,0.7);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.top_subnavi ul li{
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;
    flex-grow:1;
    text-align: center;
    cursor: pointer;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
由緒
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#yuisyo {
	padding: 50px 0vw;
	background: url(../img/top/top_image.png) no-repeat;
	background-size: contain;
	/*background-size: 80vw;*/
	background-position: right top;
	position: relative;
	max-height: 625px;
}

#yuisyo h2{
	width: 30vw;
	font-weight: normal;
	letter-spacing: 0.4em;
	font-size: 3.0rem;
	/*text-align: right;*/
	padding-left: 8vw;
	border-bottom: solid 1px var(--key-color);
	margin-bottom: 60px;
}

@media handheld, only screen and (max-width: 1200px) {
	#yuisyo h2{
		letter-spacing: 0.2em;
	}
}

@media handheld, only screen and (max-width: 1200px) {
	#yuisyo h2{
		letter-spacing: 0em;
	}
}

@media handheld, only screen and (max-width: 850px) {
	#yuisyo h2{
		font-size: 2.3rem;
	}
}

.cont_Wap {
	min-height: 320px;
/*	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
}

.yuisyo_txt {
text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}

.yuisyo_txt p {
	padding-left: 8vw;
	line-height: 5vw;
}

.yuisyo_txt .fast_p {
	margin-bottom: 5vw;
}


.sakura {
	height: 60vw;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 1;
	opacity: 0;
	-moz-transition-duration:1.0s;
	-webkit-transition-duration:1.0s;
	-o-transition-duration:1.0s;
	-ms-transition-duration:1.0s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.sakura img{
	max-height: 60vw;
}


@media handheld, only screen and (min-width: 1100px) {

	.yuisyo_txt .fast_p {
		margin-bottom: 3vw;
	}

	.yuisyo_txt p {
		line-height: 4vw;
	}

	.sakura img{
		height: 50vw;
	}
}

@media handheld, only screen and (min-width: 1300px) {
	.yuisyo_txt .fast_p {
		margin-bottom: 3vw;
	}

	.yuisyo_txt p {
		line-height: 4vw;
	}

	.sakura img{
		height: 45vw;
	}
}

@media handheld, only screen and (min-width: 1500px) {
	.yuisyo_txt .fast_p {
		margin-bottom: 2vw;
	}

	.yuisyo_txt p {
		line-height: 3vw;
	}

	.sakura img{
		height: 35vw;
	}

}

.yuisyo_btn {
	text-align: center;
}

.yuisyo_btn a{
	text-align: center;
	padding: 10px 40px;
	border: solid 1px var(--key-color);
	/*letter-spacing: 0.5em;*/
	display: inline-block;
	background-color: #fff;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.yuisyo_btn a:hover{
	background-color: var(--key-color);
	color: #fff;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#news {
	background-color: #fff;
	position: relative;
	padding: 15vw 0vw 15vw;
}

#news .midori {
	height: 60vw;
	position: absolute;
	top: 60vw;
	left: -40vw;
	/*opacity: 0;*/
	/*clip-path: polygon(0 0, 0 0, 0 0, 0 0);*/
	-moz-transition-duration:1.5s;
	-webkit-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	-ms-transition-duration:1.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

#news .nyoki {
	height: 60vw;
	position: absolute;
	top: -60px;
	left: 0px;
	/*clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);*/
}

#news .midori img{
	max-height: 70vw;
}

.newsWap {
	margin-left: auto;
	padding-bottom: 5vw;
	width: 60vw;
	border-bottom: solid 1px var(--key-color);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.newsWap h3 {
	/*line-height: 1;*/
	font-weight: normal;
	letter-spacing: 0.4em;
	font-size: 4.5vw;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-right: 4vw;
	border-right: solid 1px var(--key-color);
}

.newsLine {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3vw;
}

.newsDate {
	margin-right: 1vw;
}

.information_btn {
	text-align: center;
	margin-top: 3vw;
}

.information_btn a{
	text-align: center;
	padding: 10px 40px;
	border: solid 1px var(--key-color);
	/*letter-spacing: 0.5em;*/
	display: inline-block;
	background-color: #fff;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.information_btn a:hover{
	background-color: var(--key-color);
	color: #fff;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
バナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.banner_wap {
	width: 100vw;
	max-width: 1080px;
	margin: 0vw auto;
	padding: 5vw 0px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner_wap::before{
  content:"";
  display: block;
  width:25%;
  max-width: 230px;
  order:1;
}
.banner_wap::after{
  content:"";
  display: block;
  width:25%;
  max-width: 230px;
}

.banner_box {
	width:25%;
	max-width: 230px;
	margin-bottom: 3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*background-color: #fff;*/
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リンクエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.two_links_wap {
	position: relative;
	padding: 10vw 0vw 10vw;
	background: url(../img/top/btn_link_bk.png);
}

.two_links {
	padding-left: 6vw;
}

/*
.two_links_wap .momiji {
	height: 55vw;
	position: absolute;
	top: -60px;
	right: 0px;
	z-index: 1;
}
*/


.two_links_wap .momiji {
	height: 55vw;
	position: absolute;
	top: -60px;
	right: 0px;
	z-index: 1;
	opacity: 0;
	-moz-transition-duration:1.5s;
	-webkit-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	-ms-transition-duration:1.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
	clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.two_links_wap .momiji_fuwa {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 55vw, 0 70vw);
}


.two_links_wap .momiji img{
	max-height: 70vw;
}

.two_links {
	width: 60vw;
}

.two_link_btn {
	margin-bottom: 5vw;
}

.yoyaku_btn {
	background: url(../img/top/btn__link_bk01.jpg)no-repeat;
	/*background-size: cover;*/
	background-position: left; top;
}

.links_btn {
	background: url(../img/top/btn__link_bk02.jpg)no-repeat;
	/*background-size: cover;*/
	background-position: left; top;
}

.two_link_btn_a {
	display: table;
	width: 100%;
	max-width: 860px;
	min-height: 150px;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.two_link_btn_a:hover {
	background-color: rgba(0,0,0,0);
}

.tl_pinkLine {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	background: url(../img/top/btn_pink_line.png)left center repeat-x;
}

.tl_pinkLine img{

}

.tl_linkNmae {
	display: table-cell;
	width: 185px;
	vertical-align: middle;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4つ　リンクエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#top_4link {

}

.link_line {
	display: flex;
	width: 100vw;
}

.t4_box {
	width: 25vw;
	height: 450px;
}


.box1 {
	background: url(../img/top/top_4link01.jpg);
	background-size: cover;
	background-position: center;
}
.box2 {
	background: url(../img/top/top_4link02.jpg);
	background-size: cover;
	background-position: center;
}
.box3 {
	background: url(../img/top/top_4link03.jpg);
	background-size: cover;
	background-position: center;
}
.box4 {
	background: url(../img/top/top_4link04.jpg);
	background-size: cover;
	background-position: center;
}

.t4_Link_a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.t4_Link_a:hover {
	background-color: rgba(0,0,0,0);
}

.t4_Link_a h3 {
	height: 50%;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-color: #fff;
	padding: 0vw 2vw;
	letter-spacing: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.fuyu {
	width: 100vw;
	height: 100vw;
	max-height: 450px;
	overflow: hidden;
	background: url(../img/top/4_image_huyu.png);
	background-size: cover;
	background-position: center;
}
/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.main_Wap {

	}

	.mainBox {
		height: 100vh;
		width : 100vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

.mainimage {
	height: 100vh
}
.main01 {
	background: url(../img/main/sp_access.jpg) no-repeat;
}
.main02 {
	background: url(../img/main/sp_information.jpg) no-repeat;
}
.main03 {
	background: url(../img/main/sp_kagaribi.jpg) no-repeat;
}
.main04 {
	background: url(../img/main/sp_kito.jpg) no-repeat;
}

	.mainBox .catch{
		color: #fff;
		position: absolute;
		top: 100px;
		left: 10px
		/*width: 30%;*/
		transform: translateX(-30%);
		-webkit- transform: translateX(-30%);
/*		transform: translateY(-50%) translateX(-30%);
		-webkit- transform: translateY(-50%) translateX(-30%);*/
		z-index: 2;
		margin-top: 1vw;
		margin-left: 1vw;
		font-size: 1.6rem;
	}

	.mainlogo {

	}

	.top_logo {


	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP用ナビ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	#top_navi {

	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP　アコーディオン　サブナビ　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
由緒
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	#yuisyo {
		padding: 5vw 0vw;
		background: url(../img/top/top_image.png) no-repeat;
		background-size: cover;
		/*background-size: 80vw;*/
		background-position: right top;
		position: relative;
		max-height: 625px;
	}

	.yuisyo_txt {
		text-shadow: 2px 1px 0px rgba(0,0,0,1);
		margin-bottom: 5vw;
	}

	#yuisyo h2{
		width: 70vw;
		color: #fff;
		font-weight: normal;
		letter-spacing: 0.4em;
		font-size: 2.3rem;
		/*text-align: right;*/
		padding: 0vw 6vw;
		border-bottom: solid 1px var(--key-color);
		margin-bottom: 30px;
	}

	.yuisyo_txt p {
		padding: 0vw 6vw;
		line-height: 5vw;
		color: #fff;
		font-weight: bold;
	}

	.yuisyo_txt .fast_p {
		margin-bottom: 200px;
	}

	.sakura {
		height: 80vw;
		width: 50vw;
		position: absolute;
		top: 20px;
		right: 0px;
		z-index: 1
	}

	.sakura img{
		max-height: 80vw;
	}


	.yuisyo_btn {
	}

	.yuisyo_btn a{

	}

	.yuisyo_btn a:hover{

	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ニュース
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	#news {
		background-color: #fff;
		position: relative;
		padding: 5vw 0vw 5vw;
	}

	#news .midori {
		height: 75vw;
		width: 35vw;
		position: absolute;
		top: 100vw;
		left: -40vw;
	}

#news .nyoki {
	height: 60vw;
	position: absolute;
		top: 50vw;
		left: 0px;
	/*clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);*/
}

	#news .midori img{
		max-height: 75vw;
	}

	.newsWap {
		margin-left: auto;
		padding-bottom: 5vw;
		width: 65vw;
		border-bottom: solid 1px var(--key-color);
		display: block;
	}

	.newsWap h3 {
		font-weight: normal;
		letter-spacing: 0.4em;
		font-size: 4.5vw;
		writing-mode: horizontal-tb;
		margin-right: 0vw;
		border-right: none;
		border-bottom: solid 1px var(--key-color);
		margin-bottom: 2vw;
	}

	.newsLine {
		display: block;
		margin-bottom: 3vw;
	}

	.newsDate {
		margin-right: 0vw;
	}

	.information_btn {

	}

	.information_btn a{

	}

	.information_btn a:hover{

	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
バナー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.banner_wap {
/*	width: 100vw;
	max-width: 1080px;
	margin: 0vw auto;
	padding: 5vw 0px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
/*	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}

	.banner_wap::before{
	  content:"";
	  display: block;
	  width: 48%;
	  max-width: 230px;
	  order:1;
	}
	.banner_wap::after{
	  content:"";
	  display: block;
	  width: 48%;
	  max-width: 230px;
	}

	.banner_box {
		width: 48%;
		max-width: 230px;
		margin-bottom: 3vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		/*background-color: #fff;*/
	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
リンクエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.two_links_wap {
		position: relative;
		padding: 5vw 0vw 5vw;
		background: url(../img/top/btn_link_bk.png);
	}

	.two_links {
		padding-left: 1vw;
	}

	.two_links_wap .momiji {
		height: 55vw;
		width: 35vw;
		position: absolute;
		top: 100px;
		right: 0px;
		z-index: 1;
	}

	.two_links_wap .momiji img{
		max-height: 55vw;
		width: 35vw;
	}

	.two_links {
		width: 65vw;
	}

	.two_link_btn_a {
		display: table;
		width: 100%;
		max-width: 860px;
		min-height: 150px;
		background-color: rgba(0,0,0,0.2);
	}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4つ　リンクエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.link_line {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	width: 100vw;
}

.t4_box {
	width: 50vw;
	height: 450px;
}

.t4_Link_a {
	display: block;
	background-color: rgba(0,0,0,0.2);
	position: relative;
	width: 50vw;
	height: 100%;
}


}