@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500italic,500,700,700italic);

@media screen and (min-width: 769px) {
body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}
.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden
}
#wrap {
	background: url(/IIRSRE/en/images/wrap_bg.png) repeat-x
}
#hd {
	height: 80px;
	position: relative;
	background: url(/IIRSRE/en/images/hd_bg.png) no-repeat
}
#hd h1, #hd #logo {
	position: absolute;
	top: 18px;
	left: 0px
}
#hd #lang {
	position: absolute;
	top: 28px;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: url(/IIRSRE/en/images/lang_bg.png) left top no-repeat
}
#hd #lang img {
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#hd #lang img:hover, #hd #lang img.current {
	opacity: 0
}
#nav {
	background: url(/IIRSRE/en/images/nav_bg.png) no-repeat #eee
}
#nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
#nav img {
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#nav img:hover, #nav img.current {
	opacity: 0
}
#menu {
	display: none
}
#con {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#main {
	width: 720px;
    min-height: 665px;
}
#main ol, #main ul {
	padding: 5px 0px 5px 25px
}
#main ul {
	list-style-type: disc
}
#main ol li, #main ul li {
	padding: 5px 0px
}
#main table {
	margin: 10px 0px
}
#main table th, #main table td {
	padding: 5px
}
#main a img {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#main a img:hover {
	opacity: 0.7
}
#main h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	padding: 1.0em;
	margin: 0 0 25px 0;
	background: url(/IIRSRE/en/images/h1_bg.png) left center no-repeat #eee
}
#main h2 {
	font-size: 1.3em;
	padding: 0.5em 0.5em 0.5em 1.3em;
	margin: 24px 0 14px 0;
	font-weight: bold;
	color: #34432C;
	border: 1px solid #D0D0D0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #D8D8D8), color-stop(0, #F3F3F3));
	background: -webkit-linear-gradient(#F3F3F3, #D8D8D8);
	background: linear-gradient(#F3F3F3, #D8D8D8);
	position: relative
}
#main h2:after {
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #fff;
	position: absolute;
	left: 0px;
	top: 0px
}
#main h2:before {
	content: "";
	width: 3px;
	height: calc(100% - 20px);
	background: #35432C;
	position: absolute;
	left: 10px;
	top: 10px
}
#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em 0.3em 0.3em 1.3em;
	margin: 12px 0 8px 0;
	border-bottom: 2px solid #35432C
}

#side {
	width: 220px
}
#side h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	line-height: 1.2em;
	margin: 0 0 6px 0;
	background: #35432C
}
#side h2 span {
	font-size: 0.7em;
	display: block
}
#sidenav {
	width: 100%
}
#sidenav a {
	width: 100%;
	padding: 8px 6px 8px 23px;
	display: block;
	text-decoration: none;
	background: url(/IIRSRE/en/images/common/sidenav_icon.png) no-repeat 6px center;
	font-size: 12px;
	color: #000000;
	border-bottom: dotted 1px #cccccc
}
#center {
	width: 10px;
	margin: 0 10px 0 0;
	border-right: 1px solid #dddddd
}
#ft_bg {
	background: #80AB3F;
	padding: 10px;
	margin-top: 20px
}
#ft_bg #ft {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
#ft_bg #ft .ft_contact {
	font-weight: bold;
	line-height: 1.2em;
	font-size:12px;
}
#ft_bg #ft .ft_contact br {
	display: none
}
#ft_bg a {
	color: #fff
}
#i_img {
	background: url(/IIRSRE/en/images/i_img_bg.png) left top repeat-x
}
#i_greeting ul {
	margin: 0 0 0 -25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
#i_greeting ul li {
	list-style-type: none
}
#i_bnr {
	width: 100%
}
#i_bnr ul li {
	margin-bottom: 4px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#i_bnr ul li:hover {
	opacity: 0.7
}

#i_news {
	height: 700px;
	overflow: auto
}
#i_news table {
	width: 100%
}
#i_news table tr {
	border-bottom: 1px dotted #cccccc
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px
}
#i_news table td:first-child {
	width: 160px;
	background: url(/IIRSRE/en/images/common/news_icon.gif) 5px 13px no-repeat;
	padding-left: 20px
}
#i_contact {
	margin-top: 50px;
	border: 1px solid #35432C;
	padding: 5px
}
#i_contact .title {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.2em;
	margin-top: -15px
}
#i_contact .title span {
	background: #fff
}
#i_contact p {
	line-height: 1.2em;
	font-size: 0.9em;

}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 0.9em;
	background: #5B7B2D;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.2)
}
.outoline_s{
	width:50%;
}

.btn01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:30px;
	line-height:20px;
width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}.btn01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.btn01:active {
	position:relative;
	top:1px;
}

.table_member_box{
	width:720px;
}

.gallery{}
.gallery ul{
	overflow:hidden;
}
.gallery li{
	float:left;
	width:48%;
	margin:1%;
	list-style-type:none;
}
.gallery li img{
	width:100%;
}
.station_sp{
	display:none;
}

.blink {
	color:#F00;
	font-weight:bold;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
	margin-left: 1em;
}

dt {
	float:left;
	clear:left;
	margin-right:0.5em;
	width:240px;
}
dd {
float: left ;
margin-left: 1em ;
}

.video {
	width:100%;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.img2c {
	display: flex;
	justify-content: center;
}
.img2c img {
    margin: 15px;
}
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}



}

@media screen and (max-width: 769px) {
body {
	font-family: Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: calc(100% - 10px);
	margin: 0 auto
}
.layout {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
#hd {
	background: url(/IIRSRE/en/images/hd_bg.png) no-repeat
}
#hd h1, #hd #logo {
	background: url(/IIRSRE/en/images/logo_sp.png) center center no-repeat;
	background-size: 100%;
	width: calc(100% - 60px);
	height: 25vw
}
#hd h1 img, #hd #logo img {
	display: none
}
#hd #lang {
	margin: 5px 0 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(/IIRSRE/en/images/lang_bg.png) center center no-repeat #eee;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
	padding: 15px
}
#hd #lang img {
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#hd #lang img:hover, #hd #lang img.current {
	opacity: 0
}
#nav {
	position: fixed;
	top: 0px;
	right: -200px;
	height: 100%;
	z-index: 100;
	width: 200px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 16px;
	background: #799C45;
	color: #fff;
	box-shadow: -4px 0 4px rgba(0,0,0,0.05)
}
#nav ul {
	display: block;
	margin: 0 0 15px;
	padding: 0
}
#nav ul li {
	display: block;
	margin: 0
}
#nav ul a {
	color: #fff;
	display: block;
	padding: 15px;
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.15)
}
#nav ul a:hover {
	background: #98BB65;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.05)
}
#nav ul a:after {
	content: attr(title);
	display: block
}
#nav img {
	display: none
}
#menu {
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 1000
}
#menu img {
	width: 50px;
	height: auto
}
#con {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#main {
	width: 100%
}
#main img {
	max-width: 100%;
	height:auto;
}
#main ol, #main ul {
	padding: 5px 0px 5px 25px
}
#main ul {
	list-style-type: disc
}
#main ol li, #main ul li {
	padding: 5px 0px
}
#main table {
	margin: 10px 0px
}
#main table th, #main table td {
	padding: 5px
}
#main a img {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#main a img:hover {
	opacity: 0.7
}
#main h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	line-height: 1.4em;
	padding: 0.5em;
	margin: 0 0 25px 0;
	background: #35432C
}
#main h2 {
	font-size: 1.3em;
	padding: 0.5em 0.5em 0.5em 1.3em;
	margin: 24px 0 14px 0;
	font-weight: bold;
	color: #34432C;
	border: 1px solid #D0D0D0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #D8D8D8), color-stop(0, #F3F3F3));
	background: -webkit-linear-gradient(#F3F3F3, #D8D8D8);
	background: linear-gradient(#F3F3F3, #D8D8D8);
	position: relative
}
#main h2:after {
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #fff;
	position: absolute;
	left: 0px;
	top: 0px
}
#main h2:before {
	content: "";
	width: 3px;
	height: calc(100% - 20px);
	background: #35432C;
	position: absolute;
	left: 10px;
	top: 10px
}
#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em 0.3em 0.3em 1.3em;
	margin: 12px 0 8px 0;
	border-bottom: 2px solid #35432C
}
#side {
	margin-top: 30px;
	width: 100%
}
#side h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	line-height: 1.2em;
	margin: 0 0 16px 0;
	background: #35432C
}
#side h2 span {
	font-size: 0.7em;
	display: block
}
#sidenav {
	display: none
}
#center {
	display: none
}
#ft_bg {
	background: #80AB3F;
	padding: 10px
}
#ft_bg #ft {
	color: #fff
}
#ft_bg #ft .ft_contact {
	font-weight: bold
}
#ft_bg a {
	color: #fff
}
#i_greeting ul {
	margin: 0 0 0 -25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#i_greeting ul li {
	list-style-type: none;
	margin: 5px
}
#i_bnr {
	width: 100%;
	margin:0 auto;
}
#i_bnr ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
#i_bnr ul li {
	margin: 5px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#i_bnr ul li:hover {
	opacity: 0.7
}

#i_news {
	height: 50vh;
	overflow: auto
}
#i_news table {
	width: 100%
}
#i_news table tr {
	border-bottom: 1px dotted #cccccc
}
#i_news table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 0 10px 10px 10px;
	width: 100%;
	display: block
}
#i_news table td:first-child {
	background: url(/IIRSRE/en/images/common/news_icon.gif) 5px 13px no-repeat;
	padding: 10px 10px 0 20px
}
#i_contact {
	margin-top: 50px;
	border: 1px solid #35432C;
	padding: 5px
}
#i_contact .title {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: -15px
}

#i_contact .title span {
	background: #fff
}
#page-top {
	margin-top: 30px;
	font-size: 0.9em;
	background: #5B7B2D;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	display: block
}
.outoline_s{
	width:100%;
}


.btn01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:30px;
	line-height:20px;
width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.btn01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}

.btn01:active {
	position:relative;
	top:1px;
}

.table_member_box table{
	width:720px;
}

.table_member_box {
	overflow:scroll;
}
.gallery ul{
	overflow:hidden;
	margin:0!important;
	padding:0!important;
}
.gallery li{
	width:98%;
	margin:1%;
	list-style-type:none;
	margin:0!important;
	padding:0!important;
}
.gallery li img{
	width:100%;
}
.station_sp{
	width:100%;
}

.station{
	display:none;
}

.video_sp video{
	max-width:100%;
	height:auto

}
.img2c {
    text-align: center;
}
.img2c img {
    margin-bottom: 10px;
}
.blink {
	color:#F00;
	font-weight:bold;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
	margin-left: 1em;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


}

.image-container{
	position: relative;
    display: inline-block;
}

.image-container img{
	display: block; 
	width: 100%; /* Make image responsive */
	height: auto;
    
}
.text-overlay{
	position: absolute;
    top: 0;
    left: 0;
    width:100%; /* Full width of the image */
    height: 100%; /* Full height of the image */
    background-color: rgba(0, 0, 0, 0.3); /*Semi-transparent background*/ 
    color: white; /* Text color */
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:1.1em;
	transition: opacity 0.3s ease;
}

.text-overlay span{
	font-size: 0.7em;
    display: block;
}

.image-container:hover .text-overlay{
	opacity: 0.5;
}

.ahover h2 {
    position: relative; /* Required for positioning */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.ahover h2:hover {
    opacity: 0.5; /* Adjust opacity on hover */
}

.ahover a {
    color: #fff; /* Default text color */
    text-decoration: none; /* Remove underline */
}

.ahover a:hover {
    color: #fff; /* Change text color on link hover */
}