*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.5vw;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}
a{
	text-decoration: none;
}

a i{
	padding-right: 10px;
}
#wrapper{
	overflow: hidden;
	max-width: 100%;
position: absolute;
top:0;


}
.h2title{
	font-size: 24px;
	margin-bottom: 30px;
}
.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1500ms;
}

.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
/*----------------------------------------------------------*/
.top{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	max-width: 100%;
}
#contents1{
	width: 100%;

}
#contents1 ul{
	margin:0;
	padding:0;

}
.bxslider1{
	width: 100%;
	height: 100%;

}
.bxslider1 li img{
	width: 100%;
	height: 100%;
}
.mbimg{
	display: none;
}
/*----------------------------------------------------------*/
.corona{
	width: 100%;
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
}
.corona img{
	width: 100%;
}
/*----------------------------------------------------------*/
.boxdt-1{
	width: 100%;
	height: 100%;
	padding: 10% 0;
	max-width: 100%;

	margin: 0 0  0;
	font-size: 15px;
	background: url("img/d1.jpg");

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

  /* 背景画像が読み込まれる前に表示される背景のカラー */
	display: flex;
	justify-content: center;
	align-items: center;

}
.boxdt-1-in{
	width: 100%;
	margin: 0 auto;
	line-height: 2em;
	text-align: center;
	color:#a67f07;
	box-sizing: border-box;/* 追加1 */
  max-width: 100%;/* 追加2 */
}
.boxdt-1-text{
	max-width: 80%;
	margin: 0 auto;
	color:#000;
}
.detail-center{
	max-width:250px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
	transition: 0.8s;
}

.detail-center {
  text-align: center;
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid #fff;
  cursor: pointer;
  letter-spacing: 2px;
  position:relative;
  overflow:hidden;
}

.detail-center:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background : #fff;
  right: -40px;
  top: -40px;
  transform: rotate(37deg);
  transition: all .3s;
  opacity: 0.3;
}

.detail-center:hover:before {
  right: 105%;
}
/*----------------------------------------------------------*/
.boxdt-5{
	width: 100%;
	height: 100%;
	padding: 3% 0;
	max-width: 100%;

	margin: 0 0  0;
	font-size: 15px;
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

	background: url("img/bg5.jpg");

}
.boxdt-5-in{
	width: 100%;
	margin: 0 auto;
	line-height: 2em;
	text-align: center;
	color:#fff;

}
.boxdt-5-mini{
	display: flex;
	justify-content: space-between;
width: 80%;
margin: 0 auto;
}

.boxdt-5-text{
	width: 45%;
	margin: 0 auto;
	text-align: left;
	line-height: 2em;
}
.boxdt-5-text p{
	margin: 0;
}
.boxdt-5-img{
	width: 40%;
	margin: 0 auto;
	text-align: left;
}
.boxdt-5-img img{
width: 100%;
}
/*----------------------------------------------------------*/
.boxdt-2{
	width: 100%;
	height: 100%;
	padding: 10% 0;
	margin:  0;
	font-size: 15px;
	background: url("img/d2.jpg");

  background-position: center left;

  background-repeat: no-repeat;

  background-size: cover;

	display: flex;
	justify-content: center;
	align-items: center;

}
.boxdt-2-in{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	line-height:2em;
text-align: center;
color:#000;
box-sizing: border-box;　/* 追加1 */
max-width: 100%;　/* 追加2 */

}
.boxdt-2-in h2{
	color:#a67f07;
}

.boxdt-2-mini{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
}
.bdt2-mini{
	width:100%;
	margin: 20px;
}
.bdt2-mini img{
	width: 100%;
}
.bdt2-mini-text{
	width: 100%;
	margin-top: 15px;
}
.bdt2-mini-text h3{
	color:#a67f07;
}
.bdt2-mini-text p{
	width: 100%;
	margin: 15px 0 30px;
text-align: left;
}
.bdt2-mini-text a{
	text-decoration: none;
	border:1px solid #a67f07;
	color:#a67f07;
	padding: 3px 50px;
	border-radius: 15px;
	transition: 0.5s;
}
.bdt2-mini-text a:hover{
	background:#a67f07;
 color:#fff;
 border:1px solid #a67f07;
}
/*----------------------------------------------------------*/
.boxdt-3{
	width: 100%;
	height: 25vw;
	display: flex;
	color: #fff;
	background-color: #fff;

}
.b3-l{
	width: 50vw;
	display: flex;
	justify-content: space-between;
	color: #fff;
	transition: .3s;
	align-items: center;
}
.b3l-1,.b3l-2,.b3l-3,.b3l-4{
	width: 25vw;
	height: 25vw;
	text-align:center;
	vertical-align: middle;
}
.b3l-1{
	background-image: url(img/d3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;
}
.b3l-2{
	background-image: url(img/d4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;

}
.b3l-3{
	background-image: url(img/d5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;

}
.b3l-4{
	background-image: url(img/d6.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;

}


.b3l-1 a,.b3l-2 a,.b3l-3 a,.b3l-4 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color:#fff;
	font-size:20px;
	text-align: center;
	font-weight: bold;
	text-shadow:2px 1.5px 4px #000000;

}


/*---------------------------------------------------------------------*/
.boxdt-4{
	width: 100%;
	height: 25vw;
	display: flex;
	color: #fff;
	background-color: #01030f;
}
.b4-l{
	width: 50vw;
	display: flex;
	justify-content: space-between;
	color: #fff;
	transition: .3s;
}

.b4-img1{
	width: 25vw;
	height: 25vw;
	background-image: url(img/d5.jpg);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
}
.b4-img2{
	width: 25vw;
	height: 25vw;
	background-image: url(img/d6.jpg);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
}

.b4-p{
	width: 25vw;
	height: 25vw;
	display: flex;
	justify-content: center;
	align-items: center;
color:#fff;
}
.b4-p h2{
	line-height: 1.5em;
}
.b4-p a{
	width: 25vw;
	height: 25vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.b4-r{
	width: 50vw;
	display: flex;
	justify-content: space-between;
	color: #fff;
	transition: .3s;
}

.b4-img img{
	width: 100%;
	max-width: 55%;
}
/*-------------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
.boxdt-1{
  background-size: cover;
background-attachment: scroll;
}

.boxdt-2{

  background-size: cover;
background-attachment: scroll;

}
	/*
#header{
	background: #01030f;
}
.inner{
	margin:-30px auto 0 auto;
	width:100%;
	max-height: 1000px;
}
.logo-big{
	margin-top: 10px;
}
.logo-big img{
	max-width: 120px;
}
.top-info{
	height: 25px;
	margin-top:70px;
	font-size: 20px;
}
#menu-box{
display: none;

}
/*		#menu{
			display: none;
		}
		#menu li{
			width: 100%;
			height: 50px;
			padding-bottom: 10px;
			background: #a0a0a0;
      margin-top: -18px;
			font-size: 15px;
			font-weight: normal;
		}
		#toggle{
			display: block;
			position: relative;
			width: 100%;
			background: #a0a0a0;
			padding-bottom: 0px;

		}
		#toggle a{
			display: block;
			position: relative;
			padding: 6px 0 10px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			background: #a0a0a0;
			font-size: 15px;
		}

.menu-box2 {
		display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
		font-size: 15px;
		text-align: center;
}

.menu-box2 a {
    display: block;
    padding: 10px;
    text-decoration: none;
		color :#fff;
    line-height: 1;

}

label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#fff;
		background: #01030f;
    cursor :pointer;
		border: 1px solid #fff;
}

input {
    display: none;

}

.menu-box2 ul {
    margin: 0;
    padding: 0;
		background: #01030f;
    list-style: none;
		color :#fff;

}

.menu-box2 li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
		color :#fff;

}
.menu-box2 li a:hover{
background:#5a5a5a;
color:#fff;
}
#menu_bar02:checked ~ #links02 li {
    max-height: 46px;
    opacity: 1;
}
		*/

}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	.h2title{
		font-size: 18px;
		margin-bottom: 20px;
	}
.detail-right{
	font-size: 15px;
	max-width: 300px;
}
.detail-center{
	max-width: 300px;
	font-size: 15px;
}
.pcimg{
	display: none;
}
.mbimg{
	display: flex;
}


/*----------------*/

.boxdt-1-in{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.boxdt-1-text{
	width: 100%;
	max-width: none;
}
	/*----------------------------------------------------------*/
	.boxdt-2-in{
	}
	.boxdt-2-in h2{
	}

	.boxdt-2-mini{
		display: block;
		justify-content: center;
	}
	.bdt2-mini{
		margin:0px 0 50px;
	}
	.bdt2-mini img{
	}
	.bdt2-mini-text{
	}
	.bdt2-mini-text h3{
	}
	.bdt2-mini-text p{
	}
	.bdt2-mini-text a{
	}
	.bdt2-mini-text a:hover{
	}

/*----------------------------------------------------------*/

.boxdt-5-mini{
	display: block;
	justify-content: center;
	width: 80%;
 margin: 0 auto;
}
.boxdt-5-img{
	width: 100%;
}
.boxdt-5-text{
	width: 100%;
	font-size: 15px;
	line-height: 2em;
}
	/*----------------------------------------------------------*/
	.boxdt-3{
		width: 100vw;
		height: 100vw;
		display: block;
		color: #fff;
		background-color: #fff;

	}
	.b3-l{
		width:100vw;
	}
	.b3l-1,.b3l-2,.b3l-3,.b3l-4{
		width: 50vw;
		height: 50vw;
		text-align:center;
		vertical-align: middle;
		border: none;
	}
	/*----------------------------------------------------------*/
	.boxdt-4{
		width: 100vw;
		height: 100vw;
		display: block;
		color: #fff;
		background-color: #000;

	}
	.b4-l{
		width: 100vw;
		display: flex;
		justify-content: space-between;
		color: #fff;
		background-color: #01030f;
	}
	.b4-img1{
		width: 50vw;
		height: 50vw;
	}
	.b4-img2{
		width: 50vw;
		height: 50vw;
	}

	.b4-p{
		width: 50vw;
		height: 50vw;

	display: flex;
	justify-content: center;
	align-items: center;
	}
	.b4-p h2{
		font-size: 15px;
	}
	.b4-p a{
		width: 50vw;
		height: 50vw;
	}
	.b4-r{
		width: 100vw;
		display: flex;
		justify-content: space-between;
		color: #fff;
		background-color:#01030f;
	}
	.b4-img img{
		width: 100%;
		max-width: 50%;
	}
	/*----------------------------------------------------------*/
}
@media only screen and (max-width:500px) {
.boxdt-2{
}
}
