@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;	
}


html {
	font-size: 62.5%;
	color: #333333;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    width /***/:auto;
	display: block;
}
a:hover { opacity: 0.6; filter: brightness(110%); }
a {
	-webkit-transition: all .3s; transition: all .3s;
	color: #333333;
}

body {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.14rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
body a {
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
	text-decoration: none;
}

dt,dd {
	word-break: break-all;
}
span.red {
	color: #d83535;
}

.content_wrap {
	
}

.left_content {
	width: 160px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

/*left_content.php------------------------------------------------------------------------*/
.left_content nav {
	padding: 0;
    height: 100%;
	}
.left_content nav div.nav_inner {
	height: 100%;
}
.left_content nav div.nav_inner li {
	font-size: 1.6rem;
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	text-align: left;
}

.left_content nav div.nav_inner li.ja {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.4rem;
}

.left_content nav div.nav_inner li:nth-of-type(9) a {
	color: #488569;
}

.left_content nav div.logo {
	padding: 50px 30px 50px;
	}
.left_content nav div.logo img {
	width: 100%;
}
.left_content nav ul {
	margin-top:30px;
	width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    letter-spacing: 1px;
	}

.left_content nav ul li {
	height: 8%;
    font-size: 1.6rem;
    font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: bold;
    text-align: left;
}

.left_content nav ul li a {
	height: 100%;
    color: #333333;
    padding: 0 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.left_content nav ul li a .reservation {
	position: absolute;
}
.left_content nav ul li a .reservation:nth-of-type(1) a:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 10px;
	background: url(../img/icon_nav_01.png)no-repeat left center /30px;
}



/*right_content.php------------------------------------------------------------------------*/
.right_content {
	padding-left: 160px!important;
}

main {
	display: block;
}

.content_inner {
}

section:nth-of-type(even) {
	background-color:#f9f9f6;
}
section {
	padding: 60px 15px 80px;
}

section .section_inner {
	width: 90%;
	margin: 0 auto;
}



/*見出し共通------------------------------------------------------------------------*/

h2 {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 6rem;
	text-align: center;
	color: #488569;
	position: relative;
	margin-bottom: 60px;
	letter-spacing: 2px;
	
}
h2.h2ja {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 4rem;
}
h2:after {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	position: absolute;
	font-size: 1.8rem;
	font-weight: bold;
	bottom: -8px;
	left: 50%;
}


h3 {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 3rem;
	text-align: center;
	color: #4d9b9e;
	margin: 0 auto 30px;
	width: 80%;
	letter-spacing: 4px;
}
h3.h3ja {
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 2.4rem;
}

h4 {
		font-size: 2rem;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
		padding: 5px 10px;
		margin-bottom: 20px;
}
h5 {
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
	}
h5:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	background: #488569;
	width: 5px;
	height: 22px;
}

#access_wrap div.map_area {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
} 

#access_wrap div.map_area iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
} 







/*ボタン共通------------------------------------------------------------------------*/
.btn_return,.btn_more,.btn_other,.btn_white {
	width: 300px;
	margin: 60px auto 0;
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	
}
.btn_return a,.btn_more a,.btn_other a ,.btn_white a{
	display: block;
	width: 100%;
	height: auto;
	padding: 14px 0;
	text-align: center;
	border-radius: 10px;
	
}
.btn_return a,.btn_more a {
	color: #488569;
	border: 1px solid #4d9b9e;
	}
.btn_other a {
	color: #488569;
	border: 1px solid #4d9b9e;
}
.btn_white a {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.btn_return a:hover,.btn_more a:hover {
 	background-color: #488569;
	color: #ffffff;
	opacity: 1; filter: brightness(110%);
}
.btn_other a:hover {
	background-color: #4d9b9e;
	color: #ffffff;
	opacity: 1; filter: brightness(110%);
}
.btn_white a:hover {
	background-color: #ffffff;
	color: #488569;
	opacity: 1; filter: brightness(110%);
}
.btn_more02 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"!important;
}
.btn_more02 .arrow-right.icon {
  color: #488569;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 10px;
  height: 1px;
  background-color: currentColor;
	padding-left: 12px;
}

.btn_more02 .arrow-right.icon:before {
  content: '';
  position: absolute;
  right: 1px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.btn_more02 p {
	padding-left: 20px;
	color: #488569;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"!important;
	font-size: 14px!important;
}


div.corona {
	text-align: center;
	padding: 60px 15px;
	background: url(../img/bg_gray.jpg) repeat left top;
	border-top: #488569 1px solid;
}
div.corona ul {
	display: flex;
	justify-content: center;
	padding: 30px 15%;
	margin: 0 auto;
}
div.corona ul li {
	width: 16%;
	padding: 2%;
}
div.corona ul li img {
	width: 100%
}

footer {
	padding: 30px 0 40px;
	background:url(../img/bg_green.jpg) repeat left top;
	color: #ffffff;
}



footer ul.glam_wrap {
	text-align: center;
}
footer ul.glam_wrap li.logo img {
	margin: 0 auto;
}


footer ul.sns_wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	
}
footer ul.sns_wrap li {
	width: 30px;
	height: 30px;
	margin: 10px 15px;
}

footer ul.group_logo_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto;
}
footer ul.group_logo_wrap li.koyo_group {
	width: 100%;
	display: flex;
	justify-content: center;
}
footer ul.group_logo_wrap li {
	width: 30%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

footer p.copy {
	text-align: center;
	margin-top: 40px;
	font-size: 1.2rem;
}

.release dl dt {
	font-size: 6rem;
	color: #488569;
	text-align: center;
}  

.release dl dd {
	margin: 10px 0;
		text-align: center;
	position: relative;
	padding-top: 60px;
}
.release dl dd:before {
	content: "";
	background: url(/img/release_dot.png);
	position: absolute;
	width: 12px;
	height: 50px;
	left: 50%;
	top: 0;
	
}


.pc_only {
	display: block;
}
.sp_only {
	display: none;
	
}

/*------------------------------------------下層ページ共通---------------------------------------------*/

/*テーブルリスト*/
.tablelist_col2_wrap {
	width: 90%;
	margin:  0 auto;
}

.tablelist_col2_wrap dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.tablelist_col2_wrap dl dt {
	width: 20%;
	padding: 10px;
	border-bottom: 1px solid #333333;
	background-color:#e9e8dc;
	display: flex;
	align-items: center;
}
.tablelist_col2_wrap dl dt:nth-of-type(1) {
	border-top:  1px solid #333333;
}
.tablelist_col2_wrap dl dd {
	width: 80%;
	padding: 10px;
	border-bottom: 1px solid #333333;
}
.tablelist_col2_wrap dl dd:nth-of-type(1) {
	border-top:  1px solid #333333;
}

.tablelist_col2_wrap p.text {
		margin-top: 10px;
	}

/*リンク画像テキストブロック横並び*/
div.col_link_wrap_02,
div.col_link_wrap_03,
div.col_link_wrap_04 {
	margin-bottom: 60px;
}

div.col_link_wrap_02 ul,
div.col_link_wrap_03 ul,
div.col_link_wrap_04 ul {
	display: flex;
	justify-content: space-between;
}
div.col_link_wrap_02 ul li {
	width: 48%;
}
div.col_link_wrap_03 ul li {
	width: 33%;
}
div.col_link_wrap_04 ul li {
	width: 24%;

}

div.col_link_wrap_02 ul li a,
div.col_link_wrap_03 ul li a,
div.col_link_wrap_04 ul li a {
	display: block;
}
div.col_link_wrap_02 ul li div.image_area {
	
}
div.col_link_wrap_02 ul li div.text_area,
div.col_link_wrap_03 ul li div.text_area,
div.col_link_wrap_04 ul li div.text_area {
	padding: 10px;
} 

/*画像横並び*/
.col-image-wrap-01,.col-image-wrap-02,.col-image-wrap-03 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.col-image-wrap-01:nth-of-type(n+2),.col-image-wrap-02:nth-of-type(n+2),.col-image-wrap-03:nth-of-type(n+2){
	margin-top: 15px;
}
.col-image-wrap-01 li {
	width: 100%;
}
.col-image-wrap-02 li {
	width: 50%;
}
.col-image-wrap-02 li:nth-of-type(1) {
	margin-right: 15px;
}
.col-image-wrap-03 li {
	width: 33%;
}

.col_imgtxt_wrap_02 {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.col_imgtxt_wrap_02 li:nth-of-type(1) {
	width: 60%;
}
.col_imgtxt_wrap_02 li:nth-of-type(2) {
	width: 38%;
}
.text_list01 p {
	font-size: 2rem;
	margin: 10px 0;
	font-weight: bold;
}
.text_list01 dl dt {
	font-weight: bold;
	margin-top: 5px;
}

/*ムービーエリア*/
.bg_video_area {
  position: relative;
    width: 100%;
    height: 40vh;
    max-height:40vh;
    overflow: hidden;
    background-color: #000000;
}
.bg_video_area video {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    opacity: 0.7;
}
.bg_video_area img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    opacity: 0.7;
}
.bg_video_area p {
	position: absolute;
	bottom: 6%;
	left: 6%;
	color: #ffffff;
	font-size: 6rem;
	text-align: center;
	letter-spacing: 4px;
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	z-index:2;
}

.caution {
	margin-top: 20px;
}
.caution p {
    color: #d83535;
	position: relative;
	 padding-left: 18px;
}
.caution p:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.bold {
	font-weight: bold;
}




/*------------------------------------------下記スマホ---------------------------------------------*/
@media only screen and (max-width: 640px) {

.pc_only {
	display: none;
}
.sp_only {
	display: block;
}	
	
body {
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	
}

	
.content_wrap {
	display: block;
}
.left_content {
	display: none;
}


/*left_content-ナビ開始*/

.left_content nav {
	
	width: 100%;
	
	}
.left_content nav div.nav_inner {
	width: 100%;
	position: static;
	display: flex;
	flex-direction: column;
	padding: 20px 10px;
}
.left_content nav div.logo {
	padding: 20px;
	}
.left_content nav div.logo img {
	width: 20%;
	margin: 0 auto;
}
.left_content nav ul {
	width: 100%;
	text-align: left;
	display: flex;
	flex-direction: column;
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;	
	margin-top: 20px;
	letter-spacing: 1px;
	font-size: 2rem; 
	}
.left_content nav ul li {
	margin: 10px 0;
}
.left_content nav ul li a {
	color: #488569;
	padding: 20px;
}


/*ナビ終了*/


/*right_content.php------------------------------------------------------------------------*/
.right_content {
	width: 100%;
	padding-left: 0!important;
}

main {
	display: block;
}

.content_inner {
}

	
section {
	padding: 40px 15px 50px;
	}


section .section_inner {
	width: 100%;
	margin: 0 auto;
}


/*見出し共通------------------------------------------------------------------*/		

h2 {
	font-size: 4rem;
	margin-bottom: 30px;

}
h2.h2ja {
	font-size: 2.4rem;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
	
h2:after {
	position: absolute;
	font-size: 1.6rem;
	font-weight: bold;
	bottom: -14px;
	left: 50%;
}

	
h3 {
	font-size: 2.5rem;
	text-align: center;
	color: #4d9b9e;
	margin-bottom: 30px;
}
h3.h3ja {
	font-size: 2rem;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}	
	
h4 {
		font-size: 1.8rem;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
		padding: 5px 10px;
		margin-bottom: 20px;
}
	
	h5 {
		font-size: 1.6rem;
		font-weight: bold;
	}

h2:after {
	position: absolute;
	font-size: 1.8rem;
	font-weight: bold;
	bottom: -8px;
	left: 50%;
}



.intro {
	margin-bottom: 20px;
	text-align: left;
	
}


/*ボタン共通------------------------------------------------------------------------*/
.btn_return,.btn_more,.btn_other,.btn_white {
	width: 240px;
	margin: 40px auto 0;
}
.btn_return a,.btn_more a,.btn_other a ,.btn_white a{
	display: block;
	width: 100%;
	height: auto;
	padding: 14px 0;
	text-align: center;
	border-radius: 10px;
}
.btn_return a,.btn_more a {
	color: #488569;
	border: 1px solid #4d9b9e;
	}
.btn_other a {
	color: #488569;
	border: 1px solid #4d9b9e;
}

.btn_return a:hover,.btn_more a:hover {
 	background-color: #488569;
	color: #ffffff;
	opacity: 1; filter: brightness(110%);
}
.btn_other a:hover {
	background-color: #4d9b9e;
	color: #ffffff;
	opacity: 1; filter: brightness(110%);
}
	
.arrow-right.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}

.arrow-right.icon:before {
  content: '';
  position: absolute;
  right: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}





	
/*スマホナビゲーション------------------------------------------------------------------------*/
	

.wrapper {
  height: 100%;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}

main {
  height: 100%;
  min-height: 100vh;
	z-index: -100;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main h1 {
  text-align: center;
  font-weight: 500;
}
	
.nav_sp_bottom {
	position: fixed;
	display: flex;
	justify-content: space-between;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px 10px;
	z-index: 2;
}
	
.nav_sp_bottom>li:nth-last-of-type(n+1) {
	margin-bottom: 0;
}
	.nav_sp_bottom>li:nth-of-type(1) {
		width: 100%;
	}
	.nav_sp_bottom>li:nth-of-type(2) {
		width: 80px;
		margin: 0 5px;
	}
	.nav_sp_bottom>li:nth-of-type(3) {
		width: 100px;
	}
	.nav_sp_bottom>li {
		background-color: #83a052;
		border-radius: 10px;
	}
.nav_sp_bottom>li>a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border: none;
	position: relative;
	padding: 15px 0;
	
}
	.nav_sp_bottom>li>a:before {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		left: 50%;
		margin-left:-12px;
		top:12px;
		
	}
	.nav_sp_bottom>li:nth-of-type(1)>a {
		padding-left: 15px;
	}
	.nav_sp_bottom>li:nth-of-type(1)>a:before {
		background:url("../img/icon_nav_01.png")no-repeat left center /24px;
		left: 12%;
		top:50%;
		margin-top: -12px;
	}
	.nav_sp_bottom>li:nth-of-type(2)>a:before {
		background: url("../img/icon_nav_02.png")no-repeat left center /24px;
		
	}


	/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 27px;
  bottom  : 14px;
  width : 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;

}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background :#fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 26px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
	nav.globalMenuSp.active {
		visibility: visible;
    opacity: 100;
		pointer-events:auto;
		height: 100%;
	}
nav.globalMenuSp {
	
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.9);
  text-align: center;
  width: 100%;
	transition: 0.6s;
    visibility: hidden;
    opacity: 0;
  pointer-events: none;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
	height: 100%;
  width: 100%;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
	nav.globalMenuSp ul li.logo {
		margin: 30px 0;
		width: 100%;
	}
	nav.globalMenuSp ul li.logo img {
		width: 80px;
		height: auto;
		margin: 0 auto;
	}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  transition: .4s all;
}
	nav.globalMenuSp ul li:nth-last-of-type(1) {
		margin-bottom: 60px;
	}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
	border-top: 1px solid #464646;
	margin: 0 20px;
}
	nav.globalMenuSp ul li:nth-last-of-type(1) a {
		border-bottom: 1px solid #464646;
	}


	
div.corona {
	text-align: center;
	padding: 40px 15px;
	background: url(../img/bg_gray.jpg) repeat left top;
	
}
div.corona ul {
	display: flex;
	justify-content: center;
	padding: 30px 0%;
	margin: 0 auto;
}
div.corona ul li {
	width: 18%;
	padding: 1%;
}
div.corona ul li img {
	width: 100%
}	
	
	
	
	
footer {
	padding: 20px 15px 120px;
	background-color: #488569;
	color: #ffffff;
}
	
footer ul.glam_wrap {
	width: 100%;
	margin: 0 auto;
}
footer ul.glam_wrap li.koyo_group {
	width: 100%;
	display: flex;
	justify-content: center;
}
footer ul.glam_wrap li {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
	footer ul.glam_wrap li a{
		color: #ffffff;
	}

footer ul.group_logo_wrap {
	width: 100%;
	margin: 0 auto;
}
footer ul.group_logo_wrap li.koyo_group {
	width: 100%;
	display: flex;
	justify-content: center;
}
footer ul.group_logo_wrap li {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
	footer ul.group_logo_wrap li a{
		color: #ffffff;
	}
	
	
/*------------------------------------------下層ページ共通---------------------------------------------*/

 #tablelist_col2_wrap {
	width: 90%;
	margin:  0 auto;
}
	#tablelist_col2_wrap li:nth-of-type(2) {
		
	}
 #tablelist_col2_wrap dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

 #tablelist_col2_wrap dl dt {
	width: 20%;
	padding: 10px;
	border-bottom: 1px solid #333333;
	background-color:#e9e8dc;
	display: flex;
	align-items: center;
}
 #tablelist_col2_wrap dl dt:nth-of-type(1) {
	border-top:  1px solid #333333;
}
 #tablelist_col2_wrap dl dd {
	width: 80%;
	padding: 10px;
	border-bottom: 1px solid #333333;
}
 #tablelist_col2_wrap dl dd:nth-of-type(1) {
	border-top:  1px solid #333333;
}

.bg_video_area {
  position: relative;
    width: 100vw;
    height: 40vh;
    max-height:40vh;
    overflow: hidden;
}

.bg_video_area video {
  position: absolute;
    top: 50%;
    left: 50%;
    min-width: auto;
    min-height: auto;
    max-width: 150%;
    max-height: 150%;
}
	
	.bg_video_area p {
	position: absolute;
	color: #ffffff;
	font-size: 4rem;
	text-align: center;
	letter-spacing: 4px;
	font-family: 'Roboto Slab',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


	
/*リンク画像テキストブロック横並び*/
div.col_link_wrap_02,
div.col_link_wrap_03,
div.col_link_wrap_04 {
	margin-bottom: 60px;
}

div.col_link_wrap_02 ul,
div.col_link_wrap_03 ul,
div.col_link_wrap_04 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.col_link_wrap_02 ul li {
	width: 48%;
}
div.col_link_wrap_03 ul li {
	width: 48%;
}
div.col_link_wrap_04 ul li {
	width: 48%;
}



	
}