﻿body
{
	margin:0;
	color:#4a0909;
	line-height:1.8;
	font-size:1.1rem;
	font-weight:600;
	font-family:"Century Gothic","游ゴシック体", "Yu Gothic", "游ゴシック","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

	a,
	a:link,
	a:visited,
	a:hover,
	a:active  
	{
		color:#000;
	    font-style:normal;
	    text-decoration:none;
	}

	h1,
	h2,
	h3,
	p,	
	ul,
	li,
	table
	{
		margin		:0;
		padding		:0;
		list-style	:none;
		line-height:1.8;
	}


	.txt_min
	{
		font-size:0.7rem;
	}
	
	.mgnB50
	{
		margin-bottom:50px;
	}

	@media screen and (max-width: 746px) 
	{
		.sp_hide
		{
			display:none;		
		}
	}


	a.txt_link:visited
	{
		color:#4a0909;
	}
	a.txt_link:link
	{
		padding:4px 8px;
		color:#4a0909;
		border-radius: 4px;
		text-decoration-line: underline;
	}

	a.txt_link:hover
	{
		color:#fff;
		background-color:#4a0909;

		text-decoration-line: none;
	}

	#gnavi 
	{
		max-height:100px;
		font-size:1rem;
		color:#fff;
		width:100%;
		position:fixed;
		bottom:0;
		width:100%;
	
		z-index:100000;
		background-color:#fff;
		box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
	}

	#gnavi ul
	{
		
	
		width:80%;
		/*border-radius:10px 10px 0 0;*/

		display:flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 2% 5%;
		margin:0 auto;
	}
	#gnavi ul a
	{
		color:#4a0909;
		display: flex;
	}
	#gnavi ul .logo
	{
		width:18vw;
	}
	#gnavi ul li
	{
		font-size:1rem;
		align-items: center;
	}
	
	
	
	#footer
	{
		margin:0 auto;
		display:flex;
		align-items:center;
		justify-content:center;
		width:100%;
		height:100px;
		background-color:#fafafa;

	}
	
	
	
/*contents*/


.contents,
.contents_loaded
{
	width:100%;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:center ;
	align-items: center;
	/*padding-bottom:200px;*/
	flex-direction:column;
}


h2
{
	padding:30px 0 ;
}

.visual
{

	/*overflow: hidden;*/
	background-color:#4a0909;
  	width:100%;
	height:80vh;
	min-height:600px;
	position:relative;
	margin-bottom:50px;
}

.visual .logo
{
	z-index: 3;
	position: absolute;	
	align-items:center;
	right:0;
	width: 90%;
    
    padding: 5%;
	flex-direction: row;
    display: flex;
    justify-content: space-between; 
}
.visual .logo img.logo_mark
{
	width:100%;
	height:100%;
	max-width: 300px;
}
.visual .logo img.logo_type
{
	width:100%;
	height:100%;	
}


.catch 
{
 	z-index: 10;
	position: relative;	
	top:calc(10% - 240px);
	left:0;
	width:100%;
	min-width:300px;

}
.catch .title
{
	width:90%;
	height:20vw;
	min-height:220px;
	max-height:300px;
	margin-bottom:50px;
}


.visual .title
{
	z-index: 2;
	position: absolute;
	padding:6%;
	bottom:0;
	display:flex;
	flex:auto;
	flex-direction: column;

}

.visual .title .txt-anm 
{
	width:auto;
	font-family: Century Gothic ,Futura, Gill Sans Extrabold, sans-serif ;
	letter-spacing: 0px;
	font-size:300%;
	line-height:1;
	font-weight:1000;
	color:#ffffff;
	margin:0;
	padding:10px 0;
    margin-top: 10px;
    align-items: center;
    display: flex;
}

.visual .title .txt-anm-min
{
	padding:12px 16px;
	font-size:16px;
	border-radius:30px;
	border: 3px solid #FFF;
	margin-right:10px;
}


.visual .title .tag
{
	display:flex;
	flex:auto;
	margin-top:20px;
}
.visual .title .tag .block 
{
	padding:18px 24px;
	margin:0 10px 10px 0;
    font-size: 1.3rem;
    
	border-radius:30px;
	color: #4a0909;
    font-weight: 1000;
	background-color:#fff;
	
}

.visual .title .tag .block.color
{
	color: #fff;
	background-color:#4a0909;
}



.contents_loaded .img-anm 
{
	overflow: hidden;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	position: absolute;
}
.contents_loaded .img-anm:before 
{
  animation: img-anm 2s cubic-bezier(.4, 0, .1, 1) forwards;
}
.img-anm:before 
{
  background: #4a0909;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-anm 
{
  100% 
  {
    transform: translateX(-100%);
  }
}

.accessmap 
{
    padding: 0 10%;
    width: 80%;
    height: 50vh;
    filter: grayscale(100%);
    margin-bottom:50px;
}




/*txt anm*/

.txt-anm 
{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
}
.visual .logo .txt-anm 
{
	max-width: 400px;
}

.txt-anm:before {
  animation: txt-anm 1.5s cubic-bezier(.5, 0, .1, 5) forwards;
  background: #ffffff;
  bottom: 0;
  content: '';
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes  txt-anm
{
  100% 
  {
    transform: translateX(-100%);
  }
}




.section
{
	width:100%;
}





.calendar_btn
{
	background-color: #fafafa;
    padding: 20px 30px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 40px;
    margin: 0 auto;
    margin-bottom:30px;
}


.arrow-bottom {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 3px 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}




/*detail*/

.detail
{
	max-width:1200px;
	width:90%;
	padding:0;
	margin-bottom:30px;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:space-between ;
}

.detail .item .txt h1
{
	font-size:160%;
	padding:30px 0 0 0 ;
	margin:0;
	line-height:1.2;
}
.detail .item .txt h2
{
	font-size:120%;
	padding:30px 0 0 0 ;
	margin:0;
	line-height:1.2;
}
.detail .item.wide .txt h1
{
	font-size:160%;
	margin-bottom: 30px;
	padding:0;
	line-height:1.2;
}
.detail .item.wide .txt h2
{
	font-size:140%;
	margin-bottom: 30px;
	padding:0;
}
.detail .item.wide .txt h3
{
	font-size:120%;
	padding:0;
}
.detail .item.wide .txt 
{
	width:100%;
}
.detail .item.wide .txt p
{

	margin-bottom:20px;
}

.detail .item
{
	/*overflow:hidden;*/
	/*min-height:70vh;*/
	height:auto;
	width:48%;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:space-between ;
	margin-bottom:4%;
}


.detail .item .img
{
	background: #4a0909;
	width:90%; 
	background-size:cover;
	background-position:center;
	min-height:300px;
	height:30vh;
}

.detail .item.wide
{
	width:100%;
	height:auto;
	min-height:300px;
}
.detail .item.wide .img
{
	border-radius:6px;
	width:60%;
	height:auto;
}
.detail .item.wide .txt
{
	width:35%;
	padding-bottom:30px;
	text-align:justify;
}






.detail .item.wide.reverse .img{order:1;}
.detail .item.wide.reverse .txt{order:0;}
.detail {max-width:1200px;}



.detail table.info
{
	padding-bottom:30px;
	line-height:1.4;
	font-size:.9rem;
	width:100%;
	padding-bottom:30px;
}

table.info 
{
	border-top:1px solid rgba(0,0,0,0.1);
}
table.info th
{
	text-align: left;
	padding:10px;
	width:20%;
	min-width:70px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

table.info td
{
	padding:10px;
	width:75%;
	border-bottom:1px solid rgba(0,0,0,0.1);
}





/*items*/

	#projects
	{
		width:90%;
		padding:20px 5% 20px 5%;
		margin: 0 auto;
		max-width:1200px;
	}
	
	.items
	{
		width:100%;
		display:flex;
		justify-content: space-between;
		flex-flow: row wrap;
		align-content:stretch;
		margin-bottom: 4%;
	}
	
	.items .item
	{
		width:100%;
		margin-bottom:25px;
		display:flex;
		flex-direction: column;
	    justify-content: flex-start;
	}
	
	
	.items .item .img
	{
		width:100%;
		height:16vh;
		min-height:80px;
		max-height:200px;
		border-radius:4px;
		/*border:1px solid rgba(0,0,0,0.04);*/
		overflow:hidden;
		background-size:cover;
		background-position:center;
		background-color:#4a0909;
	}
	
	.items .item .ttl
	{
		margin-top:10px;
		line-height:1.2;
		font-size:1rem;
	}
	
	.items .item.hide
	{
		height:0;
		min-height:0;
	}
	.items .item .title
	{
		width:100%;
		align-items:top;
		font-size:1.1rem;
		font-weight:800;
		color:#4a0909;
		margin:10px 0 ;
	}
	.items .item .subinfo
	{
		font-size:0.9rem;
		font-weight:400;
		color:#888888;
		margin:10px 0 ;
		bottom:0;
	}
	

	
	/*差*/
	.items.block1 .item {	flex-basis:100%;}	
	.items.block2 .item {	flex-basis:48%;}	
	.items.block3 .item {	flex-basis:32%;}		
	.items.block4 .item {	flex-basis:23%;}	
	.items.block5 .item {	flex-basis:18%;}
	.items.block6 .item {	flex-basis:15%;}	
	
	.items.block2 .item .img{height:200px;}	
 	.items.block3 .item .img{height:180px;}	
 	.items.block4 .item .img{height:160px;}	
 	.items.block5 .item .img{height:140px;}	
 	.items.block6 .item .img{height:120px;}	




/*video*/


.mov-stage-min
{
	border-radius:10px;
    margin:5%;
    position: relative;
    padding-top: 51%;
    overflow: hidden;
}

.mov-stage 
{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom:50px;
}

.mov-stage iframe,
.mov-stage-min iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.detail .item.wide.entryA1 .txt h2
{
	font-size:240%;
}


.footer_banner
{
	width: 80%;
    min-height: 400px;
    display: flex;
    padding: 0 10%;
}

.footer_banner_half
{
	width:100%;
	align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 5%;
}
.footer_banner_half_aq
{
    background-color: #17234D;
    color: #fff !important;
}
.footer_banner_half_mr
{
    background-color: #9fa0a0;
    color: #fff !important;
}
.footer_banner_logo
{
	width:40%;
}

/*catch height*/

/*
.contents .detail .item.entryA1  .img,
.contents_loaded .detail .item.entryA1  .img
{max-height:300px;}

.contents .detail .item.entryA1,
.contents_loaded .detail .item.entryA1 
{margin-bottom: -150px;}
*/

/*img*/

.visual.entryA6 .title			 {bottom:auto;top:0;}


.visual 					 .img {background-image:url("../img/220428_333_t7.jpg");}
.contents_loaded .detail .item.entryA1  	 .img {background-image:url("../img/220428_354_u.jpg"); }
	.contents_loaded .item.entryA1-1  	 	 .img {background-image:url("../img/thumb/220428_262.jpg");}	
	.contents_loaded .item.entryA1-2  	 	 .img {background-image:url("../img/thumb/220428_253.jpg");}	
	.contents_loaded .item.entryA1-3  	 	 .img {background-image:url("../img/thumb/220428_221.jpg");}	
	.contents_loaded .item.entryA1-4  	 	 .img {background-image:url("../img/thumb/220428_213.jpg");}
	.contents_loaded .item.entryA1-5  	 	 .img {background-image:url("../img/thumb/220428_144.jpg");}	
	.contents_loaded .item.entryA1-6  	 	 .img {background-image:url("../img/thumb/20211216n.74.jpg");}

.contents_loaded .detail .item.entryA2  	 .img {background-image:url("../img/thumb/nakanishichef.jpg"); }

.contents_loaded .visual.entryW1  	 			 .img {background-image:url("../img/220428_182.jpg");}	
.contents_loaded .detail .item.entryW2  	 	 .img {background-image:url("../img/thumb/20211216n.78.jpg");}
.contents_loaded .detail .item.entryW3  	 	 .img {background-image:url("../img/thumb/20211216n.213.jpg");}
.contents_loaded .visual.entryW4  				 .img {background-image:url("../img/20211216n.186.jpg");}	
.contents_loaded .detail .item.entryW5  	 	 .img {background-image:url("../img/thumb/20211216n.134.jpg");}
.contents_loaded .detail .item.entryW6  	 	 .img {background-image:url("../img/thumb/20211216n.143.jpg");}
.contents_loaded .detail .item.entryW7  	 	 .img {background-image:url("../img/thumb/20211216n.194.jpg");}
.contents_loaded .detail .item.entryW9   	 	 .img {background-image:url("../img/thumb/20211216n.147.jpg");}


	.contents_loaded .detail .entryW2-1 	 	 .img {background-image:url("../img/thumb/pan1.jpg");}
	.contents_loaded .detail .entryW2-2 	 	 .img {background-image:url("../img/thumb/pan2.jpg");}
	.contents_loaded .detail .entryW2-3 	 	 .img {background-image:url("../img/thumb/pan3.jpg");}
	.contents_loaded .detail .entryW2-4 	 	 .img {background-image:url("../img/thumb/pan4.jpg");}
	.contents_loaded .detail .entryW2-5 	 	 .img {background-image:url("../img/thumb/pan5.jpg");}
	.contents_loaded .detail .entryW2-6 	 	 .img {background-image:url("../img/thumb/pan6.jpg");}
	.contents_loaded .detail .entryW2-7 	 	 .img {background-image:url("../img/thumb/pan7.jpg");}
	.contents_loaded .detail .entryW2-8 	 	 .img {background-image:url("../img/thumb/pan8.jpg");}
	.contents_loaded .detail .entryW2-9 	 	 .img {background-image:url("../img/thumb/pan9.jpg");}
	.contents_loaded .detail .entryW2-10 	 	 .img {background-image:url("../img/thumb/pan10.jpg");}
	.contents_loaded .detail .entryW2-11 	 	 .img {background-image:url("../img/thumb/pan11.jpg");}
	.contents_loaded .detail .entryW2-12 	 	 .img {background-image:url("../img/thumb/pan12.jpg");}	
	.contents_loaded .detail .entryW2-13 	 	 .img {background-image:url("../img/thumb/pan13.jpg");}
	.contents_loaded .detail .entryW2-14 	 	 .img {background-image:url("../img/thumb/pan14.jpg");}
	.contents_loaded .detail .entryW2-15 	 	 .img {background-image:url("../img/thumb/pan15.jpg");}
	.contents_loaded .detail .entryW2-16 	 	 .img {background-image:url("../img/thumb/pan16.jpg");}	
	.contents_loaded .detail .entryW2-17 	 	 .img {background-image:url("../img/thumb/pan17.jpg");}
	.contents_loaded .detail .entryW2-18 	 	 .img {background-image:url("../img/thumb/pan18.jpg");}	
	
	
	
	
	.contents_loaded .detail .entryW8-1 	 	 .img {background-image:url("../img/thumb/20211216n.161.jpg");}
	.contents_loaded .detail .entryW8-2 	 	 .img {background-image:url("../img/thumb/220428_347.jpg");}
	.contents_loaded .detail .entryW8-3 	 	 .img {background-image:url("../img/thumb/220428_176.jpg");}
	.contents_loaded .detail .entryW8-4 	 	 .img {background-image:url("../img/thumb/20211216n.160.jpg");}
	.contents_loaded .detail .entryW8-5 	 	 .img {background-image:url("../img/thumb/220428_208.jpg");}
	.contents_loaded .detail .entryW8-6 	 	 .img {background-image:url("../img/thumb/220428_237.jpg");}
	.contents_loaded .detail .entryW8-7 	 	 .img {background-image:url("../img/thumb/220428_185.jpg");}
	.contents_loaded .detail .entryW8-8 	 	 .img {background-image:url("../img/thumb/220428_169.jpg");}
	.contents_loaded .detail .entryW8-9 	 	 .img {background-image:url("../img/thumb/220428_184.jpg");}










/*

カスタマイズ
*/
.detail .items .item .img {display: block;}
.icon_naire{width:30%;margin:5%; float:right;}
.detail .item.wide.entryA2 .img		{width:35%;}
.detail .item.wide.entryA2 .txt		{width:60%;}
.detail .item.wide.entryW3 .img {background-color:#FFF;}
.detail .item.wide.entryW3 .info th{width:30%;}


@media screen and (max-width:969px)
{
	.detail .item.wide.entryA2 .txt	{width:100%;}
	.detail .item.wide.entryA2 .img	{width:100%;order:0;}

}



/*
スマホ画面
-----------------------------------------------------------------------------------------------------
*/


@media screen and (max-width:1200px)
{

	body{font-size:1rem;}
	.visual {min-height:650px;}
	.visual .title .txt-anm {font-size:300%;}
	.visual .title .tag .block 
	{
		padding:14px 20px;
		margin:0 6px 6px 0;
	    font-size: 1rem;
	}

	.items.block5 .item,
	.items.block6 .item			{flex-basis:23%;}
}

@media screen and (min-width:1200px)
{
	.detail .item .img{ min-height:400px;}
	.detail .items .item .img{ min-height:100px;}
	.detail .item .txt h2 {font-size:200%;}
	.detail .item.wide .img{min-height:400px; }
	.detail .item.wide .txt h2 {font-size:160%;}
	.detail .item.wide .txt h3 {padding: 50px 0 0 0;}
}



@media screen and (max-width: 1000px) 
{
	.items.block3 .item			{flex-basis:48%;}
	.items.block4 .item,
	.items.block5 .item,
	.items.block6 .item			{flex-basis:32%;}
	#topics .items .item		{flex-basis:48%;}	
}
@media screen and (max-width:969px)
{



	.catch 
	{
		top:auto;
		left:auto;
		right:0;
		display:flex;
 		justify-content: space-between;
 		align-items:top;
	}
	.catch .title
	{
		width:40%;
		height:40vh;
	}
	.catch p
	{
		width:50%;
	}


	

	#gnavi ul .logo
	{
		width:100px;
	}
	#gnavi 
	{
		width:100%;
	}

	#gnavi ul
	{
		height:50px;
		width:90%;
		border-radius:0;
	}
	#gnavi ul a
	{
		font-size:0.8rem;
	}


	.visual {height:80vh;min-height:400px;}
	.visual .title {padding: 10% 0 10% 10%;}
	.visual .title .txt-anm {font-size:200%;top:100%;bottom:0;    padding: 5px 0;margin-top: 5px;}
	.visual .title .tag .block{padding: 10px 10px;margin: 0 6px 0 0;font-size: 0.9rem;}
	.detail .item{flex-wrap:wrap; min-height:100px; }
	.detail .item .img{ min-height:100px; }

	.detail .item.wide .txt{font-size: 0.8rem;}
	.detail .item.wide{justify-content:center;}
	.detail .item.wide .img{width:100%; height:auto; min-height:300px; order:1;}
	.detail .item.wide .txt{width:100%; order:0;}
	.detail .item.wide .txt h2 {padding:30px 0;font-size:220%;}
	.detail .item.wide .txt h3 {padding:30px 0 20px 0 ;}
	.footer_banner
	{
	    flex-direction: column;
	}
	.footer_banner_half
	{
		width: 80%;
		padding: 10%;
	}
}




@media screen and (max-width: 746px) 
{
	.visual .logo{min-width:100px;}
	.detail .item .txt{font-size: 0.9rem;}
	.catch .title{width:30%;}
	.catch p{width:60%;}
	
	#bottom						{height:60px;}
	#navi ul li.logo_sp			{flex-basis		:30%;display:flex;}
	#navi ul li.logo			{display: none;}
	#navi ul li.scene			{flex-basis		:16%;}
	#navi ul li.cart			{flex-basis		:16%;}
	#navi ul li.logo.sp img		{width:100%;}
	#navi ul li.logo.sp			{display:none;} 
	#navi 						{font-size:1.2rem;}
	#navi_sub					{font-size:0.8rem;}
	
	/*グローバル　一覧全般*/
	
	.items.block1 .item,
	.items.block2 .item,
	.items.block3 .item,
	.items.block4 .item,
	.items.block5 .item,
	.items.block6 .item			{flex-basis:48%;}
	.items						{padding:0;width:100%;}
	/*グローバル　トピックス*/
	#topics .items .item		{flex-basis:100%;}
	#topics .items .item:nth-child(1),
	#topics .items .item:nth-child(2){flex-basis:100%;min-height:120px;}
	#support .items .item 		{flex-basis:100%;}
}



/* calender */

.calender_box{
	margin: 50px 0 100px;
}

.calender_box_inner{
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	 width: 100%;
}

#source-calendar{
	width: 47.5%;
	margin-right: 5%;
}

#destination-calendar{
	width: 47.5%;
}

#source-calendar th,
#destination-calendar th{
	border: none;
}

#source-calendar td,
#destination-calendar td{
	border: none;
	text-align: center;
}

#source-calendar td span,
#destination-calendar td span{
	width: 100%;
}

.fc-toolbar .fc-right{
	display: none;
}

.fc-left h2{
	font-size: 1.5rem!important;
	padding: 0 20px!important;
}

.fc-event,
.fc-event-dot{
	background-color: rgba(255,255,255,0)!important;
	border: none!important;
	color: #5b2d0e!important;
	font-size: 0.9rem!important;
}

.fc-toolbar.fc-header-toolbar{
	margin-bottom: 10px!important;
}

.fc-scroller.fc-day-grid-container{
	height: 100%!important;
}
.fc-day-grid-event .fc-content
{
	white-space: normal !important;
	overflow: auto !important;
}




@media screen and (max-width: 746px) {
	.calender_box_inner{
		width: 90%;
	}

	#source-calendar{
		margin-right: 0;
		margin-bottom: 5vw;
	}

	#source-calendar,
	#destination-calendar{
		width: 100%;
	}

	.calender_box{
		margin: 0vw 0 15vw;
	}
}




