@charset "Shift_JIS";

#hpb-header {
	width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
	}
	
#hpb-title2 {
	width: auto;
	height: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #FFFFFF;
	}
	
#lab {
    display: none;
	}
	
#hpb-container {
    width: 100%;
    position: relative;
}
	
#hpb-main {
    position: relative;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    z-index: 1;
    background-color: #FFFFFF;
    overflow: hidden;
}

.maintext {
    width: 560px;
    line-height: 150%;
    padding-right: 20px;
}

.hpb-sidebar {
    width: 1px;
    display: none;
    }

#hpb-footer {
    width: 100%;
    height: -11px;
    padding-top: 50px;
    background-color: #FFFFFF;
    clear: both;
}

#hpb-footerMain {
    width: 100%;
    height: 50px;
    padding-top: 15px;
    background-color: #FFFFFF;
    background-image : url(fbg_9C.png);
}

#hpb-footerMain p {
    /* コピーライト文字設定 */
    color: #8A8A8A;
    font-size: 0.9em;
    text-align: right;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-right: 1em;
    padding-left: 0.1em;
}

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    font-size: 90%;
    font-family: Arial,'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    background-color: #333333;
}
/* Safari用ハック 文字サイズ調整 */
/*¥*/
html:¥66irst-child body {
    font-size: 90%;
}
/* end */

img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

header {
	width: auto;
	z-index: 2;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	pointer-events: none;
}

.container {
	display: grid;
	grid-template-columns: 52px 51px 51px 51px 51px 51px 51px 51px 51px 51px 85px;
	grid-template-rows: 100px 43px 52px;
}
.box1 {
	grid-column: 1;
	grid-row: 1 / 4;
	align-self: end;
	justify-self: end;
}
.box2 {
	grid-column: 2 / 12;
	grid-row: 1;
	align-self: end;	
}

.btn {
	position: relative;
	width: 51px;
	height: 25px;
	margin: 0 0% 0 0;
	display: inline-block;
	border-radius: 0px;
	cursor: pointer;
	pointer-events: auto;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: inline-block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
div.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn2 {
	position: relative;
	width: 43px;
	height: 120px;
	margin: 0 0% 0 0;
	display: inline-block;
	border-radius: 0px;
	overflow: hidden;
	cursor: pointer;
	pointer-events: auto;
}
.btn2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: inline-block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
div.btn2:hover img:nth-of-type(2) {
	opacity: 0;
}

img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.cover: after {
	content: "";
	clear: both;
	display: block;
}


p.wide {
    line-height: 200%;
}




.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: #AA1B24;
    pointer-events: auto;
}
.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: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-btn-check {
    display: none;
}

.menu-content {
    height: 0px;
    opacity: 0;
    z-index: 80;
    transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
    padding-top: 0px;
    height: 170px;
    opacity: 1;
    transition: 0.5s;
}





.balloon {
margin: 0px;
position: relative;
}
.description {
  position: absolute;
  top: 1.5em;
  left: 10px;
  padding: 6px;
  background-color: #005192;
  color:#FFF;
  border-radius:6px;
  opacity:0;
}


.balloon:hover .description{
  animation: popup 1s forwards;
}


.flex_photo {
    display: flex;
}
.flex_photo-item {
    margin-right: 50px;
    font-size: 90%;
}
.flex_photo-item:nth-child(1) {
}
.flex_photo-item:nth-child(2) {
}



.float_wrap{
  margin-left: auto;
  margin-right: auto;
}

.float_img{
  display: block;
  width: 500px;
}

.float_text{
}



.float2_wrap{
  margin-left: auto;
  margin-right: auto;
}

.float2_img{
  display: block;
  float: right;
  margin-left: 20px; 
  margin-right: 20px; 
  width: auto;
}

.float2_text{
  text-align: justify;
  width: 100%;
}


.hpb-layoutset-01 #hpb-wrapper h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background-image : url(top_indexBg_9C.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 26px;
    padding-left: 0px;
    text-align: left;
    color: #FFFFFF;
    font-size: 1em;
}

.hpb-layoutset-02 #hpb-toppa        h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 5px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #0CA947;
    font-size: 1.2em;
}

h3 span.en {
    font-size: 1em;
    color: #AA1B24;
    padding-right: 10px;
    padding-left: 18px;
    font-weight: bold;
}

h3.hpb-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}


@keyframes popup {
  100% {
  opacity:1;
  }
}



@media print, screen and (min-width: 768px) {
/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    font-size: 75%;
    font-family: Arial,'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    background-color: #333333;
}
/* Safari用ハック 文字サイズ調整 */
/*¥*/
html:¥66irst-child body {
    font-size: 70%;
}
/* end */

header {
    display: flex;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
	
.container {
    float: left;
	width: 700px;
	background-color: #FFFFFF;
}	

#hpb-header {
	width: 940px;
	margin-left: auto;
    margin-right: auto;
	}
	
#hpb-title2 {
	width: 940px;
	margin-left: auto;
    margin-right: auto;
    display: none;
}

#lab {
    display: block;
	width: 200px;
    margin-top: 62px;
    margin-left: 20px;
    background-color: #FFFFFF;
	}
	
#hpb-main {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #FFFFFF;
}

.hpb-layoutset-01 #hpb-main {
    padding-top: 5px;
}

.maintext {
    width: 650px;
    padding-right: 20px;
    line-height: 150%;
}

.hpb-sidebar {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    width: 200px;
    z-index: 85;
    pointer-events: auto;
	clear: both;
}

#hpb-footer {
    width: 940px;
    height : -11px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    background-color: #FFFFFF;
    clear: both;
}

#hpb-footerMain {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.menu-btn {
    display: none;
}

.menu-content {
    position: absolute;
    top: 0px;
    left: 240px;
}

.photo {
    float: center;
    clear: both;
}

.flex_photo-item {
    font-size: 70%;
}

.float_wrap{
  margin-left: auto;
  margin-right: auto;
}

.float_img{
  display: block;
  float: right;
  margin-left: 20px; 
  width: 50%;
}

.float_text{
  text-align: justify;
  width: 100%;
}

h3 span.en {
    font-size: 1.2em;




}


