/*===============================
  Base
===============================*/

html {
	height: 100%;
}
body {
	line-height: 1;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif;
	height: 100%;
    color: #2a3233;
}
a {
	text-decoration: none;
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  opacity: 0.7;
}


.flex,
section > ul{
   	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
section > ul::after{
  content:"";
  display: block;
  width:30%;
}


/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
  Wrapper
===============================*/
.wrapper {
	/*height: 100%;*/
	margin: 0 auto;
	box-sizing: content-box;
}

/*===============================
  Header
===============================*/
header {
	width: 100%;
    height: 100px;
    background-color: #fff;
    position: relative;
	z-index: 999;
}

header > div{
  width: 100%;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
}
header > p{
    width: 45%;
    position: absolute;
    top: 38px;
    right: 2%;
    text-align:right;
    color:#000;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	font-size:22px;
}

/*===============================
  section
===============================*/

section {
    padding: 2rem 0;
}

@media screen and (max-width: 1099px) {
  header{
    height: 60px;
  }
  header > div{
    width: 100%;
    height: 64%;
  }
  
  header img{
    max-width: 100%;
    max-height: 30px;
    display: inline-block;
    vertical-align: middle;
  }
	
  .btn {
      width:92%;
      margin:1VW auto 5VW;
  }
  .btn a{
      font-size:22px;
      line-height:17VW;;
      height:17VW;;
  }
}

@media screen and (max-width: 684px){
	
	header {
        /*margin-bottom: -15VW;*/
    }
	header > div {
        height: 80%;
    }
	header img {
        max-height: 40px;
		width: calc(160px + 40 * (100vw - 350px) / 642);
    }
    header > p{
        width: 42%;
        top: 24px;
        right: 4%;
        font-size:12px;
    }

    .fix__btn {
        width:100VW;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        /*background-color: rgba(255,255,255,0.7);*/
    }
    .fix__btn li{
        /*float:left;
        width:50%;*/
        width:100%;
    }
    .fix__btn li img{
        width:100%;
		height:auto;
    }
	
	.wrapper {
		/*overflow-x: hidden;*/
	}
	a.gallery {
        pointer-events: none;
	}
	
    section {
        padding: 0rem 0;
    }
	.mv {
	}
	.mv .mv__btn{
	}

	.mv img{
		width:100%;
		height:auto;
	}
	
	.map {
		margin:0px auto;
		padding:30px 0;
	}
	#map_canvas {
		width:100%!important;
		height:125VW;
		margin:30px auto;
	}
	
    /*gaiyo*/
    .gaiyo  {
		margin:0VW auto 10VW;
    }
    .gaiyo h2 {
        padding:12px;
        background-color: #000;
        font-size:14px;
        line-height:20px;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
        color:#FFF;
        text-align:center;
        font-weight:bold;
    }
    .gaiyo h2 small{
        color: #ffff00;
        font-size:12px;
        font-weight:bold;
    }
    .gaiyo p {
        font-size:12px;
        line-height:1.25;
        margin-bottom:25px;
    }
    .gaiyo p a {
        text-decoration: underline;
    }
    .gaiyo p b {
        font-weight:bold;
        font-size: 10px;
    }
    .gaiyo .red {
        font-weight:bold;
        color:#F00;
        text-decoration: none;
    }
    .gaiyo_pre {
		width:92%;
        margin:15VW auto 5px;
    }
    .gaiyo_pre p {
		color:#fff;
        font-size:9px;
        line-height:12px;
    }
    .gaiyo_pre2 {
		width:92%;
        margin:5px auto 12VW;
    }
    .gaiyo_pre2 p {
		color:#fff;
        font-size:11px;
        line-height:12px;
		text-align: right;
    }
    /*gaiyo*/
	
	.end__btn img{
      	width:100%;
		height:auto;
	}
	
	.end__btn {
		width:92%;
		margin:50px auto;
	}
	
    .btn {
        margin:5VW auto 20VW;
    }
    .btn a{
		color:#fff;
    }
	
	
	.pc {
		display: none!important;
	}
}
@media screen and (max-width: 374px){/*iphone7ios15でアドレスバーを上にしたとき空白ができるバグ対策*/
    #fixbtn {
        top: calc(100VH - 12.5VW);
    }
}

@media screen and (min-width: 685px){
	header {
        /*margin-bottom: -100px;*/
    }
	header > div {
		width:calc(100% - 24px);
        height: 80px;
      	top: 30px;
		left:24px;
    }
	header h1 img {
		width: 183px;
    }
    /*.fix__btn {
        display:none;
    }*/
	/*chance01*/
	.mv {
	}
	
	.mv .mv__btn {
	}
    
	.btn {
		clear: both;
		width:1180px;
		margin:5px auto 20px;
	}
    .btn a{
        font-size:26px;
        line-height:75px;
        height:75px;
    }
	#modal .btn {
		width:500px;
	}
	#modal .btn a{
		color:#fff;
	}
	
	.map {
		margin:0px auto;
		padding:75px 0 100px;
	}
	#map_canvas {
		width:100%;
		height:450px;
		padding:50px 0;
	}
	
    /*gaiyo*/
    .gaiyo {
        /*width:1200px;*/
        margin:0px auto 0;
		padding-top:0px;
		padding-bottom:75px;
    }
    .gaiyo .inner {
        width:1200px;
        margin:0 auto;
    }
    .gaiyo h2 {
		margin-top:0px;
        padding:12px;
        font-size:20px;
        line-height:26px;
		margin-bottom: 0;
    }
    .gaiyo h2 small{
        font-size:15px;
    }
    .gaiyo p {
        font-size:14px;
        line-height:22px;
        margin-bottom:25px;
        padding:35px 0px;
    }
    .gaiyo p span,
    .gaiyo p b {
        font-size: 14px;
    }
    .gaiyo p span {
        font-size: 14px;
    }
    .gaiyo_pre {
        width:1180px;
        margin:70px auto 5px;
    }
    .gaiyo_pre p {
        font-size:14px;
        line-height:22px;
		color:#fff;
    }
    .gaiyo_pre2 {
        width:1180px;
        margin:0px auto 75px;
    }
    .gaiyo_pre2 p {
        font-size:14px;
        line-height:22px;
		color:#fff;
		text-align: right;
    }
    /*gaiyo*/
	
	.end__btn {
		width:1050px;
		margin:65px auto;
	}
	
	.sp {
		display: none!important;
	}
}

	
header {
	/*background-color: rgba(11,26,55,0.75);*/
    background-color: #fff;
}

.map {
    background-color: #ececec;
}
#map_canvas {
	width:1180px;
	margin:0 auto;
}

/*gaiyo*/
.gaiyo h2 {
    background-color: #0b1a37;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align:center;
    font-weight:bold;
}
.gaiyo h2 small{
    color: #ffff00;
    font-weight:bold;
}
.gaiyo {
    background-color: #fff;
}
.gaiyo p a {
    text-decoration: underline;
}
/*gaiyo*/

.btn a{
    display:block;
    width:100%;
    /*border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    /*background: rgb(158,35,45);
    background: -moz-linear-gradient(180deg, rgba(158,35,45,1) 0%, rgba(123,21,27,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(158,35,45,1) 0%, rgba(123,21,27,1) 100%);*/
    /*background: linear-gradient(to bottom, #dadada 0%,#858585 100%);*/
	background: linear-gradient(0deg, rgba(146,0,0,1) 0%, rgba(191,0,0,1) 100%);
    text-align:center;
    color:#fff;
    text-decoration: none;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;

}
/*.btn a:after{
   	content: "";
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 11px;
    margin-left: 15px;
    background: url("../img/animation.webp");
    background-repeat: no-repeat;
    background-size: 40px;
}*/



/*footer*/
footer{
  display: block;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #2a3233;
  font-size: 14px;
  letter-spacing: 1px;
  	text-align: center;
}
footer .footer_logo{
	padding:0 1%;
}
footer p.cr{
}

@media screen and (min-width: 769px) {
	
    footer{
  		line-height: 100px;
		min-width: 1200px;
    }
    footer .footer_logo{
        width: 28%;
        padding:0 1%;
        float:left;
  		text-align: left;
    }
    footer .footer_logo a{
        display: block;
      height: 100px;
    }
    footer .footer_logo a img{
        padding:22px 0;
    }
    footer p.cr{
        width: 68%;
        padding:0 1%;
        float:right;
  		text-align: right;
    }
}
@media screen and (max-width: 684px){
  	footer{
    	font-size: 2vw;
		padding-bottom: 25VW;
 	} 
    footer .footer_logo a img{
        padding:10px 0;
    }
    footer p.cr{
        padding:0 2%;
		font-size: 12px;
    }
}
/*footer*/


/*スクロールイベント*/
.delay01 {
  animation-delay: 0.1s;
}
.delay02 {
  animation-delay: 0.5s;
}
.delay03 {
  animation-delay: 0.7s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUp0{
animation-name:fadeUpAnime0;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime0{
  from {
    opacity: 0;
  transform: translateY(0px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger,
.fadeLRTrigger,
.fadeRLTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}
/*スクロールイベントここまで*/

    section:after,
    ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }