/* ホバーzoom */

.sample-img {
    cursor: pointer;
    position: relative;
    width: 100%;
    margin: 0.3%;
    overflow: hidden;
    height: 100%;
}

.sample-img img {
	height: auto;
	transition: transform .6s ease;
}
.sample-img:hover img {
	transform: scale(1.1);
}
.sample-img:hover p {
	text-shadow: 8px 7px 4px #C40C9B;
	opacity: 100%;

}

.sample-img p {
	align-items: center; /* テキストの中央揃え */
	bottom: 0;
	color: #fff; /* テキストの色 */
	display: flex; /* テキストの中央揃え */
	justify-content: center; /* テキストの中央揃え */
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%; /* テキストを横幅いっぱいにならないようにする */
	font-size: x-large;
}


/* ホバーzoom */




/* 2div横並べ */
.contents {
    display: flex;
}
/* 2div横並べ */



.parts {
	font-family: sans-serif;
	font-weight: bold;
	padding-top: 3px;
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: thin solid #B6B6B6;

}
.now {
	background-color: #707070;
	color: #FFFFFF;

}


.sidebar {
	width: 23%;
	text-align: center;
	font-size: medium;
	padding: 2%;
	font-family: sans-serif;
	position: fixed;
}
.topbar {
    width: 100%;
    text-align: left;
    background-color: #424242;



















































    padding: 2%
];
    position: fixed;
    z-index: 100;
}
.photo {
    left: 22%;
    position: absolute;


}
.equipment {
    position: relative;
    padding-left: 5%;
    width: 50%;

}
.flex {
    display: flex;
    position: static;
}
.flexcont {
    display: flex;
    position: static;
    padding-left: 20%;
    padding-right: 20%;
}
.flex .even {
    width: 50%;
}

.photo.flex {
    position: static;
}

.sample-img div h6 {
	z-index: 10;
	position: relative;
	margin: 0;
	background-color: #FFFFFF;
}
a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

a {
    display: block;
    color: #000000;
}


.eq-inner {
    padding: 5%;
}

div div .container {
    width: 672px;
    height: 0px;

}
.award {
    padding: 10%;
}
.imgresize {
    width: 500px;
    height: 500px;
    object-fit: cover;
}
.topparts   {
    width: 18%;
}
.flex-box {
    justify-content: flex-end;
    display: flex;
    width: 100%;
    text-align: center;
    padding-top: 38px;
}
.bg1 {
    position: static;
    width: 100%;
    display: flex;
    top: 100px;
}
.flex-box .topparts a {
    color: #FFFFFF;
}
.tourcont {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    width: 50%;
    height: 100%;
}













span {
  color: red;
}
.video {
    width: 100%;
    display: block;
}
.v1 {
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
}
.v2 {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    height: 100%;
    text-align: left;
}
body h1 {
    text-align: center;
    padding-top: 100px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
body h2 {
    text-align: center;
    color: #FFFFFF;
}





























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

.flex .haba {
}



.photo  {
    width: 100%;
    position: static;
    top: 651px;
    right: 0px;
    bottom: 0px;
    left: -10px;
}
.equipment  {
    position: static;
    top: 651px;
    right: 0px;
    bottom: 0px;
    left: -10px;
}

.parts {
	padding: 0 0;
}

.top {
}
.headimg {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: static;

}
.photo .flex.prof .profleft {
    /* [disabled]width: 50%; */
}
.photo .flex.prof .profright {
    width: 50%;
    height: 50%;

}
div .award .container {
    width: 100%;
}
.topbar {
    display: none;
}
.flex2 {
    /* [disabled]display: flex; */
    position: static;
}


















}

@media screen and (max-width:800px){
.contents .photo .flex {
    display: block;
}
.sidebar {
	display: none;
}
.photo {
	position: static;
}
.equipment {
    position: static;
    width: 100%;
}
.photo .flex.prof .profright {
    width: 100%;
    /* [disabled]height: 100%; */
    /* [disabled]display: flex; */
}
.photo .flex.prof .profleft {
    width: 100%;
}






}


/*ハンバーガーボタン*/

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: black;


}
.photo .flex.prof .profleft {
    padding: 1%;
}
.photo .flex.prof .profright {
    margin-top: 85px;
    padding: 1%;

}

.contents .photo .flex.prof {
    padding-top: 4%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 4%;
}



.menu-btn:hover {
	cursor: pointer;
}
/* 三本線の実装 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/*ハンバーガーボタン*/


/* チェックボックス非表示 */
#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); 
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
/* チェックボックス非表示 */




/* =================
メニュー部分の実装
================= */

.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    /* メニューを外に出しておく */
    left: 100%;
    background-color: black;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    z-index: 80;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

#menu-btn-check:checked ~ .menu-content {
  left: 30%; /*メニューを画面内へ動かす*/
}







@media screen and (min-width:921px){
.hamburger-menu {
	display: none;
	top: 9px;
	position: static;
}
.headimg {
	display: none;
	position: static;
}
.photo .flex.prof .profleft {
}
.photo .flex.prof .profright {
    width: 50%;
    height: 50%;
}
.flex2 {
    display: flex;
    position: static;
}





/*メニュー部 */



}
