/* ↓最大568px スマホ限定*/

@media screen and (max-width: 568px) {
    .mobileSkin iframe {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    #jform_articletext_ifr {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
    }
    #jform_articletext_tbl {
        max-height: 200px !important;
    }

    body{
        min-width: 100%;
    }

    /* ↑最大568px スマホ限定*/
}

@media screen and (min-width: 569px) {
    body{
        min-width: 980px;
    }

}
.pchidden{
	display: none;
}

html body {
    font-family:"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	min-width: 980px;
	line-height: 1
}

body {
    position: relative;
    min-width: 980px;
    min-height: 100%;
    overflow-x: hidden;

}
p,th,td{
	font-size: 13px;
	line-height: 1.8
}
p{
	margin: 0px;
}

.pagetop.show {
    opacity: 0.8;
    visibility: visible;
}
.page-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
	z-index: 2000;
}


a {
    color: #0077d8;
    text-decoration: underline;
		-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

a:hover {
	text-decoration: none;

}

header a,footer a,nav a{
	text-decoration: none;
}

footer a:hover{
	opacity: 0.7
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}


.ta_c{
	text-align: center
}
.clr:after{
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}

.box784{
	width: 784px;
	margin-left: auto;
	margin-right: auto;
}
.pt10{
	padding-top: 10px !important;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}

.mt30{
	margin-top:30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}

.mt70{
	margin-top: 70px;
}

.mr10{
	margin-right: 10px;
}
/*ヘッダー*/
header{
	background-color: #fff;

}



#header_in{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header_in h1 a{
background-image: url(../images/logo.png);
	background-size: 236px 39px;
	width: 236px;
	height: 39px;
	background-repeat: no-repeat;
	text-indent: -9999px;
display: block;
float: left;
margin-top: 18px;
}
#opens h1 a{
background-image: url(../images/logo.png);
	background-size: 236px 39px;
	width: 236px;
	height: 39px;
	background-repeat: no-repeat;
	text-indent: -9999px;
display: block;
float: left;
margin-top: 5px;
}
/*ヘッダーメニュ*/
 ul#smenu
{
	float: left;
	list-style: none;
	margin:26px 0px 0px 175px;
    padding:0;
}
#header_in ul{
		list-style: none;   padding:0;
}
#header_in ul#smenu li{
	float: left;
	margin-right: 20px;
}
#header_in ul#smenu li a{
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
#header_in ul#smenu li a:hover{
	color: #666666
}
#dropmenu{
	float: right;
}
nav{
background-color: #fff;
	height: 60px;
	position: relative;
}
/*nav:after{
	content: '';
  background-image:  url(../images/wave.png);
  background-size: contain;
background-position: top 60px ;
background-repeat: no-repeat;
  vertical-align: middle;

  left:0;
  display: block;
  width: 100%;
  height: 800px;
	z-index: 10
}
*/
/*ドロップダウン*/
#dropmenu {
  position: relative;
  list-style-type: none;
  width: 128px;
  height: 34px;
  padding: 0;
  background: #fff;
	z-index: 999

}
#dropmenu li {
  width: 128px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 128px;
  height: 0;
  color: #000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
background-color: #eef8f8;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
background-color: #eef8f8;
  color: #000;
}
#dropmenu li:hover > a:hover{
	background-color: #d8efee;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;

}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

.lang1 a{
	background-image: url(../images/lang_off.png);
	background-size: 107px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.lang1 a:hover{
		background-image: url(../images/lang_on_1.png);
	background-size: 107px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000
}
.lang2 a{
	background-image: url(../images/lang2.png);
	background-size: 75px 14px ;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.lang2 a:hover{
	background-image: url(../images/lang2.png);
	background-size: 75px 14px ;
	background-repeat: no-repeat;
	background-position: center center;
}
.lang3 a{
	background-image: url(../images/lang3.png);
	background-size: 76px 13px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.lang3 a:hover{
	background-image: url(../images/lang3.png);
	background-size: 76px 13px;
	background-repeat: no-repeat;
	background-position: center center;
}
.lang4 a{
	background-image: url(../images/lang4.png);
	background-size: 75px 13px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.lang4 a:hover{
	background-image: url(../images/lang4.png);
	background-size: 75px 13px;
	background-repeat: no-repeat;
	background-position: center center;
}

/*メガドロップダウン*/
ul.menu{
	margin: 10px auto 0px;
	padding: 0px;
	width: 960px;
	border-right: solid 1px #ccc;
}
.menu > li {
    float: left;
    width: 160px;
    height: 59px;
	box-sizing: border-box;
    line-height: 55px;
	border-left: solid 1px #ccc;
	text-indent: -9999px;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;

}
.menu > li:hover {
	-webkit-transition: all .5s;
    transition: all .5s;
/*opacity: 0.4;*/
}



.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {

}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	z-index: 900;
}
.menu li
{
	list-style: none;
	margin:0;
    padding:0; position: relative;
}
.menu > li.menu__single {

}

li.menu__mega ul.menu__second-level {
    position: relative;
    top: 0px;
    left: 0;
    box-sizing: border-box;
    width: 480px;
    padding: 25px 20px 25px 190px;
    background-color: rgba(16,61,146,0.90);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	min-height: 230px;
	box-sizing: border-box
}

li.menu__mega ul.menu__second-level:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 15%;
	border: 12px solid transparent;
	border-bottom: 12px solid rgba(16,61,146,0.90);
}


li.menu__mega.menu3 ul.menu__second-level,
li.menu__mega.menu5 ul.menu__second-level{
    left: -150px;
	min-height: 200px;
}
li.menu__mega.menu4 ul.menu__second-level{
    left: -150px;
}
li.menu__mega.menu6 ul.menu__second-level{
min-height: 200px;
}

li.menu__mega.menu3 ul.menu__second-level:before,
li.menu__mega.menu4 ul.menu__second-level:before,
li.menu__mega.menu5 ul.menu__second-level:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 45%;
	border: 12px solid transparent;
	border-bottom: 12px solid rgba(16,61,146,0.90);
}

li.menu__mega.menu6 ul.menu__second-level{
    left: -320px;
}
li.menu__mega.menu6 ul.menu__second-level:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 81%;
	border: 12px solid transparent;
	border-bottom: 12px solid rgba(16,61,146,0.90);
}

li.menu__mega:hover ul.menu__second-level {
    top: 23px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: none;
    width: 100%;
    border: none;
}


ul.menu__second-level a{
	background-image: none;
	text-indent: 0px;
	line-height: 34px;
	font-size: 13px;
	padding-left: 10px;
}
ul.menu__second-level a:hover{
	color: #fff !important;
	background-color: #44bfe9;
	opacity: 1 !important;
	text-decoration: none
}
.menu1 a{
	background-image: url(../images/menu1.png);
	background-size: 121px 54px;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu1 .menu__second-level{
	background-image: url(../images/mega1.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: 40px 23px;
}

.menu2 a{
	background-image: url(../images/menu2.png);
	background-size: 48px 53px;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu2 .menu__second-level{
	background-image: url(../images/mega2b.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: 40px 23px;
}
.menu3 a{
	background-image: url(../images/menu3.png);
	background-size: 45px 53px;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu3 .menu__second-level{
	background-image: url(../images/mega2.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: 40px 23px;
}


.menu4 a{
	background-image: url(../images/menu4.png);
	background-size: 49px 53px;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu4 .menu__second-level{
	background-image: url(../images/mega3.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: 40px 23px;
}

.menu5 a{
	background-image: url(../images/menu5.png);
	background-size: 99px 53px;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu5 .menu__second-level{
	background-image: url(../images/mega4.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: 40px 23px;
}

.menu6 a{
	background-image: url(../images/menu6.png);
	background-size: 72px 52px;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu6 .menu__second-level{
	background-image: url(../images/mega5.png);
	background-repeat: no-repeat;
	background-size: 138px;
	background-position: 40px 23px;
}


/*フッター*/
footer{
background-color: #103d92;
	margin-top: 0px;
	padding: 20px 0px 0px;
	color: #fff;

}
.footerimg{
	margin-bottom: -5px;
}
.footer_link{
	width: 550px;
	float: right;
	margin-top: 10px;
}
.footer_link ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.footer_link li{
	float: left;
	margin-left: 50px;
}
.footer_link a{
	color: #fff;
	font-size: 13px;
}
.footer_link a:before {
    color: #a5d027;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 3px;
	}

.footer_L{
	float: left;
	width: 230px;
}

.copy{
	background-color: #102f76;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 8px;
	margin-top: 10px;
}
/*TOP*/

/*body#home{
	background-image: url(../images/teaser@2x.png);
	background-position: top 150px center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-width: 980px;

}*/
#home .teaser img{
width: 100%;
	height: auto
}

#home .teaser{
	line-height: 0;
	position: relative;
	z-index: 2;
}
.wave{
	position: absolute;
	background-image: url(../images/wave.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#top_area1{
	background-color: #00287c;
	padding: 50px 0px 35px;
}

#top_area1 h2{
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}

#top_area1 section{
	width: 860px;
	margin: auto;
	padding-right: 10px;
}

.fade {
  margin: 0 !important;
}

.fade .slick-next {
  right: 40px;
  z-index: 1000;
  background: url(../images/slick-next.png) transparent no-repeat;
  background-size: cover;
  height: 70px;
  width: 42px;
}

.fade .slick-prev {
  left: 40px;
  z-index: 1000;
  background: url(../images/slick-prev.png) transparent no-repeat;
  background-size: cover;
  height: 70px;
  width: 42px;
}

#top_area2{
	padding-top: 35px;
	padding-bottom: 100px;
	background-color: #103d92;
/*	background-image: url(../images/top/bg1.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	position: relative;
	z-index: 5;
}

.emergency{
	background-color: #fff;
	padding: 10px 20px;
	color: #d21a31;
	width: 784px;
	margin:0px auto 10px;
	box-sizing: border-box
}

.area1{
	box-sizing: border-box;
		width: 784px;
	margin:0px auto 13px;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 35px 40px;
	border: solid 3px #182343;
	position: relative;
	z-index: 5;
	/* box-shadow */
box-shadow:0px 4px 0px 0px #182343;
-moz-box-shadow:0px 4px 0px 0px #182343;
-webkit-box-shadow:0px 4px 0px 0px #182343;

}
.area1_ti1{
	color: #44bfe9;
	font-size: 20px;
	font-weight: normal;
	background-image: url(../images/top/ic_time.png);
	background-repeat: no-repeat;
	background-size: 33px;
	padding-left: 40px;
	padding-bottom: 30px;
	line-height: 33px;
	border-bottom: dotted #a4a4a4 2px;
	margin-top: 20px;
}


.area1_ti1 span{
	color: #000;
	font-size: 15px;
	margin-left: 20px
}

.area1_ti2{
	color: #44bfe9;
	font-size: 20px;
	font-weight: normal;
	background-image: url(../images/top/ic_cal.png);
	background-repeat: no-repeat;
	background-size: 31px;
	padding-left: 40px;
	margin-top: 30px;
	padding-bottom: 10px;
	line-height: 33px;

}

.button_ar1{
	position: absolute;
	right: 35px;
	top:35px;
}

.top_event{
}

.top_event ul
{
	list-style: none;
	margin:0;
  padding:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top_event ul:after {
  content: '';
  -webkit-flex: auto;
  flex: auto;
}
.top_event li{
	text-align: center;
	width: 210px;
	padding-right: 35px;
	font-size: 14px;
	line-height: 1.6;
  min-height: 213px;
}
.top_event li:nth-child(3n){
	padding-right: 0px;
}
.top_event li p{
	line-height: 1.6;
  margin-bottom: 10px;
}
.top_event li a{
	color: #000;
	text-decoration: underline;
}
.top_event li a:hover{
	color: #000;
	text-decoration:none;
}

.top_event img{
	margin-bottom: 8px;
}
.button1 {
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	box-sizing:border-box;
	font-size:13px;

	letter-spacing: 5px;
	position: relative;
/*	margin-left:auto;
	margin-right: auto;*/
}
 a.button1:after {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 right: 0px;
	 top:0px;
}
 a:hover.button1:after {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 right: 0px;
	 top:0px;
}

/*.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}*/
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
		color: #fff;
	border: 1px solid #a4a4a4;
	background-color: #a4a4a4;
	box-sizing:border-box;
	border-radius: 4px;
}
.button1:hover {
	background-color: #44bfe9;
	text-decoration: none;
	color: #fff;
	border: 1px solid #44bfe9;
	box-sizing:border-box
}


.button2,.button2l {
	display: inline-block;
	width: 255px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
	font-size:14px;
	position: relative;
box-shadow:0px 4px 0px 0px #44bfe9;
-moz-box-shadow:0px 4px 0px 0px #44bfe9;
-webkit-box-shadow:0px 4px 0px 0px #44bfe9;
}

.button2c {
	display: inline-block;
	width: 386px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
	font-size:14px;
	position: relative;
box-shadow:0px 4px 0px 0px #44bfe9;
-moz-box-shadow:0px 4px 0px 0px #44bfe9;
-webkit-box-shadow:0px 4px 0px 0px #44bfe9;
}

.button2n {
	display: inline-block;
	width: 187px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
	font-size:14px;
	position: relative;
box-shadow:0px 4px 0px 0px #44bfe9;
-moz-box-shadow:0px 4px 0px 0px #44bfe9;
-webkit-box-shadow:0px 4px 0px 0px #44bfe9;
	font-weight: bold;
}

.button2l{
	margin-right: 10px;
}

 a.button2:after,
a.button2c:after,
a.button2n:after {
    color: #44bfe9;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 right: 0px;
	 top:0px;
}
 a:hover.button2:after,
 a:hover.button2c:after,
 a:hover.button2n:after {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 right: 0px;
	 top:0px;
}
 a.button2l:after {
    color: #44bfe9;
    content: "\f0d9";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 left: 5px;
	 top:0px;

}

a:hover.button2l:after {
    color: #fff;
    content: "\f0d9";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 left: 5px;
	 top:0px;
}
/*
.button2::before,
.button2::after,
.button2c::before,
.button2c::after,
.button2l::before,
.button2l::after,
.button2n::before,
.button2n::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}*/

.button2,
.button2::before,
.button2::after,
.button2c,
.button2c::before,
.button2c::after,
.button2l,
.button2l::before,
.button2l::after,
.button2n,
.button2n::before,
.button2n::after
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2,.button2c ,.button2l,.button2n{
		color: #44bfe9;
	border: 2px solid #44bfe9;
	background-color: #fff;
	box-sizing:border-box;
	border-radius: 4px;
}
.button2:hover,
.button2c:hover,
.button2l:hover,
.button2n:hover{
	background-color: #44bfe9;
	text-decoration: none;
	color: #fff;
	border: 2px solid #44bfe9;
	box-sizing:border-box
}


.button2b {
	display: inline-block;
	width: 385px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
	font-size:14px;
	position: relative;

box-shadow:0px 4px 0px 0px #44bfe9;
-moz-box-shadow:0px 4px 0px 0px #44bfe9;
-webkit-box-shadow:0px 4px 0px 0px #44bfe9;
}
 a.button2b:after {
    color: #44bfe9;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 right: 0px;
	 top:0px;
}
 a:hover.button2b:after {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 right: 0px;
	 top:0px;
}

/*.button2b::before,
.button2b::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}*/
.button2b,
.button2b::before,
.button2b::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2b {
		color: #44bfe9;
	border: 2px solid #44bfe9;
	background-color: #fff;
	box-sizing:border-box;
	border-radius: 4px;
}
.button2b:hover {
	background-color: #44bfe9;
	text-decoration: none;
	color: #fff;
	border: 2px solid #44bfe9;
	box-sizing:border-box
}



#top_area3{
	background-image: url(../images/top/top_bg2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
	padding-top: 130px;
	padding-bottom: 75px;
	position: relative;
	z-index: 2;
}

#top_area3 ul
{
	list-style: none;
	margin:0;
    padding:0;
}
#top_area3 li{
	float: left;
	padding-right: 10px;
}
#top_area3 li:last-child{
	padding-right: 0px;
}

#top_area4{
	background-color: #ffffc1;
	padding-top: 45px;
	padding-bottom: 80px;
}

.news{
	width: 372px;
	float: left;
}

.rests{
	width: 372px;
	float: right;
}

.wv_ti{
	background-image: url(../images/top/news_ti_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 6px;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative
}
.wv_ti a{
	position: absolute;
	right: 0px;
	top:10px;
}

.news_box dl{
	margin: 0px;
	padding: 0px;
}
.news_box dt{
	float: left;
	width: 110px;
	font-size: 13px;
	color: #44bfe9;
	border-bottom: solid 1px #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}
.news_box dd{
	margin: 0px;
	float: left;
	width: 260px;
	font-size: 13px;
	border-bottom: solid 1px #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
#top_area5{
	position: relative;
	padding-top: 80px;
}
#top_area5 h3{
	position: relative;
	z-index: 100
}
.in_bg1{
	position: absolute;
	top:0px;
	left: -350px;
	z-index: 1
}
.in_bg2{
	position: absolute;
	top:0px;
	right: -150px;
	z-index: 1
}
.instagram_ar {
overflow: hidden;
	width: 2500px;
	margin: auto;
	line-height: 0 !important
}
.instagram_ar img{
	width: 190px;
	margin:  5px;
	height: auto;

}

.pic_area1{
	float: left;
	width: 200px;
}
.pic_area2{
	float: left;
	width: 400px;
}
.pic2{
	width: 390px !important;
	height: auto
}

.top_L{
	float: left;
	width: 384px;
}
.top_R{
	float: right;
	width: 386px;
}

.top_bdr{
	margin-top: 80px;
	padding-top: 80px;
	border-top: solid 1px #ccc;
}
.top_bdr3{
	margin-top: 30px;
	padding-top: 0px;
	border-top: dotted #a4a4a4 2px
}
/*下層共通*/
.teaser2{
	width: 100%;
padding-top: 10%;
padding-bottom: 12%;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
		background-image: url(../images/event/event_teaser.png);
	background-position: center  center;
	background-size: 100% auto;
	background-repeat: repeat-x;
	min-width: 980px;
}

.teaser35{
	width: 100%;
padding-top: 10%;
padding-bottom: 12%;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
		background-image: url(../images/news/news_bg.png);
	background-position: center  center;
	background-size: 100% auto;
	background-repeat: repeat-x;
	min-width: 980px;
}

.teaser3{

	width: 100%;
padding-top: 4%;
padding-bottom: 8%;
vertical-align: middle;
text-align: center;
box-sizing: border-box;
background-image: url(../images/event/teaser_bg3.png);
background-position: center center;

	background-size: 100% auto;
	background-repeat: repeat-x;
	min-width: 980px;
}
.teaser4{
font-size: 30px;
	color: #fff;
	width: 100%;
padding-top: 10%;
padding-bottom: 12%;
vertical-align: middle;
text-align: center;
box-sizing: border-box;
background-image: url(../images/event/teaser_bg3.png);
background-position: center center;
background-size: 100% auto;
background-repeat: repeat-x;
	min-width: 980px;
}
.teaser5{
	width: 100%;
padding-top: 5%;
padding-bottom: 6%;
vertical-align: middle;
text-align: center;
box-sizing: border-box;
background-image: url(../images/event/teaser_bg3.png);
background-position: center center;
background-size: 100% auto;
background-repeat: repeat-x;
min-width: 980px;
margin-bottom: 40px;

}

.midashi1{
	background-image: url(../images/wv_ti2.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 45px 0px 10px;
	font-size: 22px;
	margin-bottom: 0px;
}


/*イベント*/

.button3 {
	display: inline-block;
	width:170px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
	font-size:28px;
	position: relative;

box-shadow:0px 4px 0px 0px #3695cd;
-moz-box-shadow:0px 4px 0px 0px #3695cd;
-webkit-box-shadow:0px 4px 0px 0px #3695cd;
}
.button3 span{
	font-size: 16px;
}
 a.button3:before {
    color: #fff;
    content: "\f0d9";
    font-family: FontAwesome;
    margin-left: 4px;
	 position: absolute;
	 left: 0px;
	 top:0px;
	 font-size: 16px;
}
 a:hover.button3:before {
    color: #44bfe9;
    content: "\f0d9";
    font-family: FontAwesome;
    margin-left: 4px;
	 	 position: absolute;
	 left: 0px;
	 top:0px;
	 font-size: 16px;
}

}
/*.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}*/
.button3,
.button3::before,
.button3::after,
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
		color: #fff;
	border: 2px solid #44bfe9;
	background-color: #44bfe9;
	box-sizing:border-box;
	border-radius: 4px;
}
.button3:hover {
	background-color: #fff;
	text-decoration: none;
	color: #44bfe9;
	border: 2px solid #44bfe9;
	box-sizing:border-box
}


.button4 {
	display: inline-block;
	width:170px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
	margin-left: 10px;;
	margin-right: auto;
	box-sizing:border-box;
	font-size:28px;
	position: relative;

box-shadow:0px 4px 0px 0px #3695cd;
-moz-box-shadow:0px 4px 0px 0px #3695cd;
-webkit-box-shadow:0px 4px 0px 0px #3695cd;
}
.button4 span{
	font-size: 16px;
}
 a.button4:after {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 right: 0px;
	 top:0px;
	 font-size: 16px;
}
 a:hover.button4:after {
    color: #44bfe9;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 right: 0px;
	 top:0px;
	 font-size: 16px;
}

}
/*.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}*/
.button4,
.button4::before,
.button4::after,
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
		color: #fff;
	border: 2px solid #44bfe9;
	background-color: #44bfe9;
	box-sizing:border-box;
	border-radius: 4px;
}
.button4:hover {
	background-color: #fff;
	text-decoration: none;
	color: #44bfe9;
	border: 2px solid #44bfe9;
	box-sizing:border-box
}




.calendar h4{
	font-size: 100px;
	line-height: 110px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.cal_right{
	margin-top: 25px;
	float: right;
	width: 367px;
}
.calendar h4 span{
		font-size: 49px;
}
.calendar_box{
	position: relative;
	z-index: 1900
}
.calendar_box ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.calendar_box li{
	float: left;
	width: 14.2%;
	text-align: center;
	color: #a5acb0;
	font-size: 22px;
  position: relative;
}

.sun,.sun a{
	color: #ea3d71 !important
}
.sat,.sat a{
	color: #1e87d7 !important
}

.calendar_box .day .rest {
  background-image: url(../images/event/cal_bg_9.png);
  display: block;
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  background-size: contain;
  background-position: center;
  margin-top: 15px;
  background-repeat: no-repeat;
}

.calendar_box .day li a{
	display: block;
	background-image: url(../images/event/cal_bg.png);
	background-size: 60px 66px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 22px;
	text-decoration: underline;
	color: #44bfe9;
	margin-top: 15px;
	line-height: 66px;
}

.calendar_box .day li a:hover{
	text-decoration: none
}

.event_list{
	margin-top: 60px;
}
.event_list ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.event_list ul li{
	float: left;
	min-height: 265px;
	padding-right: 31px;
	width: 240px;
}
.event_list ul li:nth-child(3n){
	padding-right: 0px;
}
.event_list ul li img{
	max-width: 240px;
	height: auto;
	margin-bottom: 5px;
}

.btn2{
	margin-top: 70px;
}
.btn2 ul
{
	list-style: none;
	margin:0;
    padding:0;
	height: 159px;
}
.btn2 ul li{
	float: left;
	width: 386px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.btn1 img{
	max-width: 784px;
	height: auto;}

.btn2 ul li img{
	max-width: 386px;
	height: auto;}

.btn2 ul li:last-child{
	padding-right: 0px;
}

/*イベント一覧*/

#eventlist .midashi1{
	padding-top: 20px;

}
.ev_list_mon{
	font-size: 32px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #56a5e1;
	line-height:34px;
}
.ev_list_mon span{
	font-size: 22px;
}

.ev_box{
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
.ev_L{
	width: 240px;
	float: left;
	position: relative;
	z-index: 1
}
.ev_L img{
	max-width: 240px;
	height: auto;
	z-index: 1
}

.new{
	position: absolute;
	top:0;
	left: 0;
	z-index: 100
}
.ev_R{
	width: 505px;
	float: right;
	position: relative;
}
.ev_R .day{
	background-image: url(../images/event/ic_day.png);
	background-size: 22px 17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 15px;
}
.ev_R a{
	text-decoration: underline;
}
.ev_R a:hover{
	text-decoration: none;
}
.ev_R h4{
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 40px;
}

.ev_mr_L{
		width: 370px;
	float: left;
	position: relative;
	z-index: 1;
		margin-top: 20px;
		font-size:15px;
		line-height:28px;
}


.ev_mr_R{
	margin-top:20px;
		width: 380px;
	float: right;
	position: relative;
	z-index: 1
}
.ev_mr_R img{
		max-width: 380px;
	height: auto;
	z-index: 1
}

.ev_mr_L h4{
	font-size: 22px;
	color: #1e87d7;
	font-weight: normal;
	margin-bottom: 20px;
}
.ev_mr_L p{
	margin-bottom: 20px;
	font-size:15px;
		line-height:28px;
}
.event_ti{
	font-size: 26px;
	line-height: 29px;
	color: #1e87d7;
	font-weight: bold;
	margin-bottom: 13px;
}
.day3{
	background-image: url(../images/event/ic_day.png);
	background-size: 22px 17px;
	background-repeat: no-repeat;
	background-position: 12px center;
	padding: 9px 5px 9px 40px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 0px;
	background-color: #ffffc8;
}
.table1 {
border-collapse: collapse;
  width: 100%;
	margin-top: 50px;
	border:none;
}

.table1 tbody{}

.table1 td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 10px 20px;
	line-height: 1.4 !important;
}

.table1 th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
	background-color: #eef8f8;
	padding: 10px 20px;
	text-align: left;
	width: 24%;
}


.table2 {
border-collapse: collapse;
  width: 100%;
	margin-top: 50px;
	border:none;
}

.table2 tbody{}

.table2 td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 10px 20px;
	line-height: 1.4 !important;
}

.table2 th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
	background-color: #eef8f8;
	padding: 10px 20px;
	text-align: left;
	width: 35%;
}

#eventlist .event_list{
	margin-top: 30px;
}

.spe_L{
	width: 380px;
	float: left;
}

.spe_R{
	width: 380px;
	float: right;
}

.spe_L h4, .spe_R h4{
	color: #1e87d7;
	font-size: 22px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 20px;
}

/*おもしろ飼育日記一覧*/
#outer{
	width: 960px;
	margin: 50px auto 40px;
}
#contents{
	width: 620px;
	float: right
}
#side{
	width: 280px;
float: left;
	position: relative;
	z-index: 1900
}

#side h5{
	font-size: 15px;
	font-weight: normal;
	background-color: #44bfe9;
	border-radius: 4px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 15px 20px;
}
#side ul{
	margin-left: 0px;
	padding-left: 0px;
}
#side li{
	font-weight: 13px;
	list-style-position: inside;
	padding:10px;
	position: relative;
}

#side li.now{
	background-color: #ecf9fd;
	color: #1e87d7 !important
}
#side li.now a{
	color: #1e87d7
}
#side li a{
font-weight: 13px;
	color: #000;

	/*display: block;*/

}
#side li a:hover{

}
#side li span{
	float: right;
	color: #888;
	position: absolute;
	right: 10px;
	top:10px;
}

#contents .ev_L{
	width: 210px;
	float: left;
	position: relative;
	z-index: 1
}
#contents .ev_L img{
	max-width: 210px;
	height: auto;
	z-index: 1
}


#contents .ev_R{
	width: 380px;
	float: right;
	position: relative;
}
.ev_R h4{
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}

#contents .ev_R .day{
	background-image:none;
	padding-left: 0px;
	font-size: 13px;
	color: #888;
	line-height: 17px;
	margin-bottom: 15px;
}

 ul.pageNav01 {

	padding: 10px 10px 5px;

	text-align: center;
}

 ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	 background-color: #44bfe9;
	 font-size: 12px;
}

 ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	 color: #44bfe9;
	padding: 5px 8px;
	background: #fff;
	border: 2px solid #44bfe9;
	text-decoration: none;
	vertical-align: middle;
}
ul.pageNav01 li.now{
		margin-bottom: 5px;
	 color: #fff;
	padding: 5px 8px;
	background: #44bfe9;
	border: 2px solid #44bfe9;
	text-decoration: none;
	vertical-align: middle;
}
 ul.pageNav01 li a:hover {
	background: #44bfe9;color: #fff;
	border-color: #44bfe9;
}
.morepost{
	margin-bottom: 50px;
}
.morepost h4{
	margin-top: 40px;
	font-size: 20px;
	font-weight: normal
}
.day2{
	font-size: 13px;
	color: #999;
}
.postname{
	position: relative;
margin-bottom: 10px;
}
.postname1{
		font-size: 13px;
	color: #999;
	position: absolute;
	right: 0px;
	top:0px;
	background-image: url(../images/blog/ic_pen.png);
	background-size: 18px 18px;
	padding-left: 22px;
	background-repeat: no-repeat;
	line-height: 18px;
}

.morepost img{
	margin-top: 25px;
	margin-bottom: 25px;

}
.blogtab{
	margin-top: 15px;
}
.blogtab span{
	font-size: 12px;
	line-height: 13px;
	background-color: #d1d1d1;
	border-radius: 3px;
	padding: 2px 8px;
	margin-right: 5px;
}

/*ニュース*/
.midashi2{
	font-size: 22px;
}


/* タブ切替 */
#tabbox{
	position: relative;
	z-index: 1900;
	margin-bottom: 70px;
}
#tabbox ul
{
	list-style: none;
	margin:0;
    padding:0;
}
#tabbox ul li {
    float: left;
    list-style-type: none;
    width: 50%;
	box-sizing: border-box;
}

#tabbox ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 9%;
	box-sizing: border-box;
    text-align: center;
    width: 100%;

}
#tabbox ul li.news1 a{
	background-color: #84d7f3;
		border-bottom: solid 2px #fff;
	border-right: solid  1px #fff;
}

#tabbox ul li.news1 a:hover{
    background:#44bfe9;
    color:#FFF;
}
#tabbox ul li.news2 a{
	background-color: #dbeca9;
	border-bottom: solid 2px #fff;
	border-left: solid  1px #fff;
}

#tabbox ul li.news2 a:hover{
    background:#aec766;
    color:#FFF;
}

#tabbox ul li a.current {
    background: white;
}
#tabbox ul li.news1 a.current{
	background-color: #44bfe9;
	color: #fff;
}
#tabbox ul li.news2 a.current{
	background-color: #aec766;
	color: #fff;
}
#tab1{
	border-top: solid 5px #44bfe9
}

#tab2{
	border-top: solid 5px #aec766;
}
#contents_t{
    clear:both;
}

#tab1 #contents_t div {
    padding: 10px 0px;
    border-top: none;
		border-top: solid 3px #44bfe9
}

#tab2 #contents_t div {
    padding: 10px 0px;
    border-top: none;
		border-top: solid 3px #aec766
}

#contents_t p{
    margin-top:20px;

}

#contents_t strong {

}


.newslist_n{

}
.newslist_n ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.newslist_n li{
	width: 100% !important;
	box-sizing: border-box;
	padding: 30px 5px;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.newslist_n li:after {
    color: #44bfe9;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
	position: absolute;
	right:0px;
	top:36%;
}

#tab2 .newslist_n li:after {
    color: #aec766;

}

#tab2 .newslist_n li span{
	color: #aec766;
}

.newslist_n li {

	right: 5px;
	width: 120px;
	margin-right: 20px;
	color: #333;
	padding-left: 120px;
}
.newslist_n li span{
	position: absolute;
	left: 5px;
	width: 120px;
	margin-right: 20px;
	color: #44bfe9;
	font-weight: bold;
}

.newslist_n li a{
	display: block;
	color: #333 !important;
	text-align: left !important;
	padding: 0px !important;
	font-weight: normal !important;
}
.newslist_n li a:hover{
	text-decoration: underline !important
}

.news_year{

}

.news_year ul
{
	list-style: none;
	margin:0;
    padding:0;
}

.news_year li{
	width: 187px;
	padding-right: 12px;
	padding-bottom: 13px;
	float: left
}
.news_year li:nth-child(4n){
	padding-right: 0px;
}


.news_dl h4{
	font-size: 20px;
	color: #1E87D7;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 24px;
}
.news_dl .day2{
	margin-bottom: 30px;
}
.news_dl p{
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 28px;
}
.news_dl{
	font-size: 15px;
	line-height: 28px;
}
.news_dl img{
	margin-bottom: 30px;
	margin-top:5px;
}

#press .news_dl h4{
	background-image: url(../images/news/press_ic.png);
	background-repeat: no-repeat;
	background-size: 104px 26px;
	padding-left: 115px;
	line-height: 26px;
}

/*0725以降追加　ここから*/
/*共通*/
.table3 {
border-collapse: collapse;
  width: 100%;
	border:none;
}

.table3 tbody{}

.table3 td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 10px 20px;
	line-height: 1.4 !important;
}

.table3 th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
	background-color: #eef8f8;
	padding: 10px 20px;
	text-align: left;
	width: 50%;
}

.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.tx_gr{
	color: #6c6c6c;
}
.button200 {
	display: inline-block;
	width: 100%;
	height: 52px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
	font-size:14px;
	position: relative;

box-shadow:0px 4px 0px 0px #44bfe9;
-moz-box-shadow:0px 4px 0px 0px #44bfe9;
-webkit-box-shadow:0px 4px 0px 0px #44bfe9;
}
 a.button200:after {
    color: #44bfe9;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 right: 0px;
	 top:0px;
}
 a:hover.button200:after {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 right: 0px;
	 top:0px;
}


.button200,
.button200::before,
.button200::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button200 {
		color: #44bfe9;
	border: 2px solid #44bfe9;
	background-color: #fff;
	box-sizing:border-box;
	border-radius: 4px;
}
.button200:hover {
	background-color: #44bfe9;
	text-decoration: none;
	color: #fff;
	border: 2px solid #44bfe9;
	box-sizing:border-box
}



.table2b {
border-collapse: collapse;
  width: 100%;
	border:none;
}

.table2b tbody{}

.table2b td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 10px 20px;
	line-height: 1.4 !important;
}

.table2b th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
	background-color: #eef8f8;
	padding: 10px 20px;
	text-align: left;
	width: 30%;
}



.table4 {
border-collapse: collapse;
  width: 100%;
	border:none;
}

.table4 tbody{}

.table4 td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
text-align: center;
	padding: 10px 20px;
	line-height: 1.4 !important;
	border-right:  1px solid #ccc;
}

.table4 th{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right:  1px solid #ccc;
	font-weight: bold;
	border-left: 0px;
	text-align: center;
	vertical-align: middle;
	background-color: #eef8f8;
	padding: 10px 20px;
}
.table4 th:last-child,.table4 td:last-child{
	border-right: 0px;
}

.tx_red{
	color: #d03214
}
.fz16{
	font-size: 16px;
	line-height: 28px;
}
.fz18{
	font-size: 18px;
	line-height: 32px;
}

.fz18_2{
	font-size: 18px;
	line-height: 32px;
}
.fz22{
	font-size: 22px;
	line-height: 32px;
}

.td21_L{
	float: left;
	width: 378px;
}
.td21_R{
	float: right;
	width: 378px;
}




.int_tx{
	text-indent: -1em;
	margin-left: 1em
}
.midashi3{
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	margin-top: 0px;
}
.midashi3:before {
    color: #44bfe9;
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 16px;
}

.midashi4{
	font-size: 15px;
	line-height: 24px;
	color: #44bfe9;
	font-weight: normal
}
.midashi5{
		font-size: 18px;
	font-weight: normal;
	color: #2387d7;
	margin-top: 40px;
	margin-bottom: 15px;
}
.w15{
	width: 20%;
}

/*main section{
	z-index: 1650;
	position:relative;
}*/

.ic_pdf{
	background-image: url(../images/about/ic_pdf.png);
	background-repeat: no-repeat;
	background-size: 15px 17px;
	background-position: left top;
	line-height: 17px;
	padding-left: 20px;
	margin-top: 20px;
}

.tx_bl{
	color: #44bfe9;
}
/*アクア・トトについて*/
.teaser02,.teaser04,.teaser05
,.teaser09,.teaser21,.teaser29,.teaser33,.teaser10{
		width: 100%;
	padding-top: 7%;
padding-bottom: 12%;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
		background-position: center  center;
	background-size: 100% auto;
	background-repeat: repeat-x;
	min-width: 980px;
}
.teaser02{
		background-image: url(../images/about/about_yeaser.png);
}

.teaser04{
		background-image: url(../images/about/charge_teaser.png);
}

.teaser05{
		background-image: url(../images/about/group_teaser.png);
}
.teaser09{
		background-image: url(../images/about/access/access_teaser.png);
}

.teaser21{
		background-image: url(../images/josetsu_title_bg.png);
}
.teaser10{
		background-image: url(../images/floor/floor_teaser.png);
}
.teaser29{
		background-image: url(../images/contact_teaser.png);
}
.teaser33{
		background-image: url(../images/spot/spot_teaser.png);
}
.about_box{
	background-image: url(../images/about/about_bg1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 784px auto;
	padding: 70px 50px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 0px;
	z-index: 2;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}
.about_box_logo{
	position: absolute;
	z-index: 1;
	right: -110px;
	bottom: -40px;
}

.box_about{
	margin-top: 80px;
	border-radius: 5px;
	background-color: #ffffc6;
	padding: 37px 45px;
}

.box_about h3,.box_about h4{
	font-size: 18px;
	font-weight: normal;
	color: #2387d7;
	margin-top: 0px;
}

.num1,.num2,.num3,.num4{
	background-size: 20px 20px;
	background-position: left 2px;
	line-height: 24px;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-top: 5px;
}
.num1{
	background-image: url(../images/about/num1.png);
	}

.num2{
	background-image: url(../images/about/num2.png);
}
.num3{
	background-image: url(../images/about/num3.png);
}
.num4{
	background-image: url(../images/about/num4.png);
}

#charge .midashi3{
	margin-bottom: 15px;
}

.box_about2{
	margin-top: 30px;
	border-radius: 5px;
	background-color: #ffffc6;
	padding: 30px 45px;
}

.box_bl{
	text-align: center;
	background-color: #ecf9fd;
	border-radius: 5px;
	margin-top:25px;
	padding: 20px 15px 25px;
}

.box_bl_in{
	background-color: #fff;
	border-radius: 5px;
	margin-top: 15px;
	padding: 25px 28px;
	margin-left: 15px;
	margin-right: 15px;
}
.box_bl_in h4{
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 20px;
	text-align: left
}

.box_bl_in ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.box_bl_in ul li{
	float: left;
	background-image: url(../images/about/charge_off_line.png);
	background-size: 3px 294px;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 13px;
}
.box_bl_in ul li:first-child{
	padding-left: 0px;
}
.box_bl_in ul li:last-child{
		padding-right: 0px;
	background-image:none;
}

.top_line{
	margin-top: 35px;
	padding-top: 25px;
	border-top: solid 1px #a2dff4;
}
.img_ml{
	margin-left: 3px;
	margin-right: 3px;
}

.button_or a {
  width: 100%;
  background-color: #f89b09;
  border-radius: 8px;
  box-shadow: 0 5px 0 rgba(200,120,7,1);
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 18px 0;
	position: relative;
		-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.button_or a:before {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;position: absolute;
	right: 15px;
	top:20%;
	top: 42%;
font-size: 16px;

}
.button_or a span{
	font-size: 15px;
	font-weight: normal;
}
.button_or a:hover {
  box-shadow: 0 1px 0 rgba(200,120,7,1);
  margin: 0px auto 0px !important;
	 box-shadow: none;
    transform: translate3d(0, 5px, 0);
}


.button_bl a {
  width: 100%;
  background-color: #128dda;
  border-radius: 8px;
  box-shadow: 0 5px 0 rgba(13,100,180,1);
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 18px 0;
	position: relative;
		-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.button_bl a:before {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;position: absolute;
	right: 15px;
	top:20%;
	top: 42%;
font-size: 16px;

}
.button_bl a span{
	font-size: 15px;
	font-weight: normal;
}
.button_bl a:hover {
  box-shadow: 0 1px 0 rgba(13,100,180,1);
  margin: 0px auto 0px !important;
	 box-shadow: none;
    transform: translate3d(0, 5px, 0);
}


.button_bl2 a {
  width: 100%;
  background-color: #555ba5;
  border-radius: 8px;
  box-shadow: 0 5px 0 rgba(57,58,145,1);
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 18px 0;
	position: relative;
		-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.button_bl2 a:before {
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;position: absolute;
	right: 15px;
	top:20%;
	top: 42%;
font-size: 16px;

}
.button_bl2 a span{
	font-size: 15px;
	font-weight: normal;
}
.button_bl2 a:hover {
  box-shadow: 0 1px 0 rgba(57,58,145,1);
  margin: 0px auto 0px !important;
	 box-shadow: none;
    transform: translate3d(0, 5px, 0);
}

.att_box{
	background-image: url(../images/about/att_ic.png);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 80px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 28px;
	padding-left: 32px;
}

.contact_box{
	background-color: #ecf9fd;
	border-radius: 5px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.contact_box h3{
	background-color: #44bfe9;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 48px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.contact_box h4{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.contact_box_in{
	padding: 30px 48px;
}

.mr30{
	margin-right: 30px;
}

.con_L{
	float: left;
	width: 330px;
}
.con_R{
	float: right;
	width: 320px;
}

.td31{
	margin-bottom: 70px;
}
.td31 ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.td31 ul li{
	float: left;
	width: 250px;
	margin-right: 17px;
}
.td31 ul li:last-child{
	margin-right: 0px;
}

.td312{
}
.td312 ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.td312 ul li{
	float: left;
	width: 240px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.td312 ul li:nth-child(3n){
	margin-right: 0px;
}

#school .button_or a,#school .button_bl a,#school .button_bl2 a {
	font-size: 15px;
}
#school .button_or a:before ,#school .button_bl a:before  ,#school .button_bl2 a:before{
	top:35%;
}

#general .button_or a,#general .button_bl a,#general .button_bl2 a {
	font-size: 15px;
}
#general .button_or a:before ,#general .button_bl a:before  ,#general .button_bl2 a:before{
	top:35%;
}

#rental .button_or a,#rental .button_bl a,#rental .button_bl2 a {
	font-size: 15px;
}
#rental .button_or a:before ,#rental .button_bl a:before  ,#rental .button_bl2 a:before{
	top:35%;
}

.onbutton{
	opacity: 0.3
}
.img_l{
	float: left;
	margin-right: 30px;
}
.img_r{
	float: right;
	margin-left: 30px;
}
.box_bl_in2{
	text-align: left;
	padding: 22px 22px;
	font-size: 13px;
}
.box_bl_in2 p{
	font-size: 13px;
}
#rental .table1{
	margin-top: 30px;
}

/*アクセス*/
.midashi6{
	text-align: center;
	background-color: #44bfe9;
	font-size: 22px;
	color: #fff;
	line-height: 80px;
	border-radius: 5px;
}

#access .att_box{
	margin-top: 0px;
}

#access .table2{
	margin-top: 0px;
}
#access .midashi3{
	margin-bottom: 10px
}
.box_tgg h3{
	font-size: 17px;
	padding-top:18px;
	line-height: 18px;
	padding-bottom: 18px;
	margin-top: 20px;
	margin-bottom: 0px;
	    display:block;
	padding-left: 70px;
	line-height: 24px;
    cursor:pointer;
	position: relative;

}

.box_tgg h3:after {
  color: #44bfe9;
  content: "\f0d7";
  font-family: FontAwesome;
position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.box_tgg h3.active:after {
  color: #fff;
  content: "\f0d8";
  font-family: FontAwesome;
position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.tgg_in{
	display: none;
	border: solid 1px #44bfe9;
	padding: 50px;
}

h3.ti_car{
	background-image: url(../images/about/access/access_ic1.png);
	background-size: 33px 28px;
	background-repeat: no-repeat;
	background-position: 15px 15px;
		border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

h3.ti_car.active{
	background-image: url(../images/about/access/access_ic1on.png);
	background-color: #44bfe9;
	color: #fff;
		border-top: solid 1px #44bfe9;
	border-bottom: solid 1px #44bfe9;
}

h3.ti_trn{
	background-image: url(../images/about/access/access_ic2.png);
	background-size: 24px 33px;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-bottom: solid 1px #ccc;
	margin-top: 0px !important;
}

h3.ti_trn.active{
	background-image: url(../images/about/access/access_ic2on.png);
	background-color: #44bfe9;
	color: #fff;
		border-top: solid 1px #44bfe9;
	border-bottom: solid 1px #44bfe9;
}
.top_bdr2{
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #ccc;
}

#access .box_about {
margin-top: 30px}


.tgg_in .att_box{
	font-size: 12px;
	background-position: left 15px;
}

.bl_box{
	background-color: #ecf9fd;
	margin-top: 38px;
	padding: 14px 40px;
	border-radius: 5px;
}
.bl_box ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.bl_box ul li{font-size: 13px;}
.bl_box ul li:nth-child(even){
	float: left;
	width: 42%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bl_box ul li:nth-child(odd){
	float: left;
	width: 58%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.midashi7{
	color: #2387d7;
	font-size: 22px;
}
#access .midashi7{
	margin-left: -0.5em
}
/*学習プログラム*/


/* タブ切替 */
#tabbox2{
	position: relative;
	z-index: 1900;
	margin-bottom: 70px;
}
#tabbox2 ul
{
	list-style: none;
	margin:0;
    padding:0;
}
#tabbox2 ul li {
    float: left;
    list-style-type: none;
    width: 33.3%;
	box-sizing: border-box;
}

#tabbox2 ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 9%;
	box-sizing: border-box;
    text-align: center;
    width: 100%;

}
#tabbox2 ul li.news1 a{
	background-color: #84d7f3;
		border-bottom: solid 2px #fff;
	border-right: solid  1px #fff;
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

#tabbox2 ul li.news1 a:hover{
    background:#44bfe9;
    color:#FFF;
	border-bottom: solid 2px #44bfe9;
}
#tabbox2 ul li.news2 a{
	background-color: #dbeca9;
	border-bottom: solid 2px #fff;
	border-left: solid  1px #fff;
		border-right: solid  1px #fff;
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

#tabbox2 ul li.news2 a:hover{
    background:#aec766;
    color:#FFF;
	border-bottom: solid 2px #aec766;
}


#tabbox2 ul li.news3 a{
	background-color: #f3afcf;
	border-bottom: solid 2px #fff;
	border-left: solid  1px #fff;
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

#tabbox2 ul li.news3 a:hover{
	border-bottom: solid 2px #e13786;
    background:#e13786;
    color:#FFF;
}

#tabbox2 ul li a.current {
    background: white;
}
#tabbox2 ul li.news1 a.current{
	background-color: #44bfe9;
	color: #fff;
	border-bottom: solid 2px #44bfe9;
}
#tabbox2 ul li.news2 a.current{
	background-color: #aec766;
	color: #fff;
	border-bottom: solid 2px #aec766;
}

#tabbox2 ul li.news3 a.current{
	background-color: #e13786;
	color: #fff;
	border-bottom: solid 2px #e13786;
}
#tab1{
	border-top: solid 5px #44bfe9
}

#tab2{
	border-top: solid 5px #aec766;
}

#tab3{
	border-top: solid 5px #e13786;
}
#contents_t{
    clear:both;
}

#tab1 #contents_t div {
    padding: 10px 0px;
    border-top: none;
		border-top: solid 3px #44bfe9
}

#tab2 #contents_t div {
    padding: 10px 0px;
    border-top: none;
		border-top: solid 3px #aec766
}

#tab3 #contents_t div {
    padding: 10px 0px;
    border-top: none;
		border-top: solid 3px #e13786
}


#tabbox2 #contents_t ul
{
	list-style: none;
	margin:0;
    padding:0;
}
#tabbox2 #contents_t ul li{
	float: left;
	width: 378px;
	margin-right: 28px;
}
#tabbox2 #contents_t ul li:last-child{
	margin-right: 0px;
}

.ic_every{
	background-color: #44bfe9;
	font-size: 12px;
	width: 50px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 10px;
}
.ic_hei{
	background-color: #a5d027;
	font-size: 12px;
	width: 50px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 10px;
}

.ic_hol{
	background-color: #e13786;
	font-size: 12px;
	width: 65px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 10px;
}


#study .box_about2 p{margin-top: 0px;}

/*フロアマップ*/
.floor_ill{
	position: relative;
	z-index: 1
}

.f_btn1{
	position: absolute;
	left: 580px;
	top:40px;
	z-index: 2
}
.f_btn2{
	position: absolute;
	left: 170px;
	top:450px;
	z-index: 2
}
.f_btn3{
	position: absolute;
	left: 580px;
	top:405px;
	z-index: 2
}
.f_btn4{
	position: absolute;
	left: 170px;
	top:853px;
	z-index: 2
}
.f_btn5{
	position: absolute;
	left: 170px;
	top:1062px;
	z-index: 2
}
.f_btn6{
	position: absolute;
	left: 580px;
	top:805px;
	z-index: 2
}
.f_btn7{
	position: absolute;
	left: 580px;
	top:853px;
	z-index: 2
}
.f_btn8{
	position: absolute;
	left: 170px;
	top:1256px;
	z-index: 2
}
.f_btn9{
	position: absolute;
	left: 66px;
	top:1560px;
	z-index: 2
}
.f_btn10{
	position: absolute;
	left: 580px;
	top:1193px;
	z-index: 2
}
.f_btn11{
	position: absolute;
	left: 580px;
	top:1245px;
	z-index: 2
}
.f_btn21{
	position: absolute;
left: 66px;
	top:1510px;
	z-index: 2
}
.f_btn12{
	position: absolute;
	left: 580px;
	top:1546px;
	z-index: 2
}

.blf_box{
background-color: #ffffc8;
padding: 10px 20px;
	border-radius: 5px;
margin-top: 20px;}
/*オリジナルグッズ*/

.goods_box{
	background-color: #44bfe9;
	margin-top: 30px;
	padding: 30px 30px 20px;
	border-radius: 4px;
}
.goods_box_in{
	border-radius: 4px;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 10px;
}
.goods_box_in h4{
	font-size: 30px;
	color: #44bfe9;
	margin-top: 0px;
	line-height: 41px;
	margin-bottom: 18px;
}
.goods_box_in p{
	font-size: 15px;
}
.goods_L{
	float: left;
	width: 310px;
}
.goods_R{
	float: right;
	width: 320px;
}

.midashi8{
	margin-top: 70px;
	border-radius: 5px;
	border: solid 2px #44bfe9;
	text-align: center;
	font-size: 30px;
	padding: 20px;
	color: #44bfe9;
	margin-bottom: 3px;
}

#goods .table1{
	margin-top: 15px;
}
#goods ol {
	padding-left: 13m;
	margin-left: 0px;
}
#goods ol li{
	margin-top: 5px;
	margin-bottom: 5px;
}

#goods .table4 th,#goods .table4 td{
	text-align: left
}

.bd_right{
	border-right: solid 1px #ccc!important;
}
/*カフェレストラン*/

.cafe_bg{
	background-image: url(../images/about/cafe/cafe_bg.png);
	background-repeat: no-repeat;
	background-size: 812px 470px;
	background-position:top 100px right -200px;
}

.fz12{
	font-size: 12px;
}

.img_l2{
	float: left;

	margin-right: 5px
}

.num_td td{
	padding-bottom: 10px
}
#cafe .box_about {
	padding-top: 20px;
	padding-bottom: 20px;
}
#cafe .box_about p{margin-top: 0px;}

/*季行誌*/
#publish .fz16{
	line-height: 38px;
}
.box980{
	width: 980px;
	margin: auto
}
.pb_bg{
	background-image: url(../images/about/publish_bg.png);
	background-repeat: no-repeat;
	background-size: 406px 260px;
	background-position:top  right ;
}

ul.pr_list
{
	list-style: none;
	margin:0;
    padding:0;
}
.pr_list li{
	border-bottom: solid 1px #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pr_list li a{
	position: relative;
	padding-right: 25px
}
.pr_list li a:after {
    content: url(../images/about/pdf_ic2.png);
position: absolute;
	right: 0px;
    margin-right: 5px;
	margin-left: 4px;
}

/*リンク*/
.link_21{

}
.link_21 ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.link_21 li{
	float: left;
	width: 386px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.link_21 li:nth-child(2n){
	margin-right: 0px;
}

.link a {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(68,191,233,1);
  color: #44bfe9;
	border: solid 2px #44bfe9;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 26px 0 0;
	height: 75px;
	box-sizing: border-box;
	position: relative;
		background-image: url(../images/open_ic.png);
	background-size: 16px 13px;
	background-repeat: no-repeat;
	background-position: center right 10px;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}


.link2 a {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(68,191,233,1);
  color: #44bfe9;
	border: solid 2px #44bfe9;
  display: block;
  font-size: 14px;
	line-height: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 16px 0 0;
	height: 75px;
	box-sizing: border-box;
	position: relative;
		background-image: url(../images/open_ic.png);
	background-size: 16px 13px;
	background-repeat: no-repeat;
	background-position: center right 10px;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.link a:hover,.link2 a:hover {
	background-color: #44bfe9;
	color: #fff;
	border: solid 2px #44bfe9;
  box-shadow: 0 1px 0 rgba(68,191,233,1);
  margin: 0px auto 0px !important;
	 box-shadow: none;
    transform: translate3d(0, 3px, 0);
	background-image: url(../images/open_icon.png);
}

/*採用情報*/
.w30{
	width: 28%;
}


.table5 {
border-collapse: collapse;
  width: 100%;
	margin-top: 15px;
	border:none;
}

.table5 tbody{}

.table5 td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 10px 20px;
	line-height: 1.4 !important;
}

.table5 th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
	background-color: #eef8f8;
	padding: 10px 20px;
	text-align: left;
}

/*会社情報*/
.com_L{
	width: 555px;
	float: left
}
.com_R{
	width: 200px;
	float: right
}
.com_L p{
	margin-bottom: 20px;
	line-height: 2.2
}
.tx_R{
	text-align: right
}


/*お問い合わせ*/
.link3 a {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(68,191,233,1);
  color: #44bfe9;
	border: solid 2px #44bfe9;
  display: block;
  font-size: 14px;
	line-height: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
	box-sizing: border-box;
  margin: 0px auto 10px;
  padding: 16px 15px 0;
	height: 75px;
	box-sizing: border-box;
	position: relative;
	background-size: 16px 13px;
	background-repeat: no-repeat;
	background-position: center right 10px;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.link3 a:hover {
	background-color: #44bfe9;
	color: #fff;
	border: solid 2px #44bfe9;
  box-shadow: 0 1px 0 rgba(68,191,233,1);
  margin: 0px auto 10px !important;
	 box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

.link3 a:after {
    color: #44bfe9;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 position: absolute;
	 right: 0px;
	 top:26px;
}
.link3 a:hover:after{
    color: #fff;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
	 	 position: absolute;
	 right: 0px;
	 top:26px;
}

.ml10{
	margin-left: 10px;
}

#inquiry .contact_box{
	margin-top: 30px;
	margin-bottom: 0px;
}
/*周辺スポット*/
.spot_L{
	background-color: #44bfe9;
	float: left;
	width: 196px;
	height: 319px;
	color: #fff;
	text-align: center;
	padding-top: 130px;
	font-size: 21px;
	line-height: 35px;
	box-sizing: border-box;
}
.spot_L h3{
	margin-top: 0px;
}
.spot_R{float: left;
	width: 538px;}
.spot_box{
	margin-top: 40px
}
.spot_box p{
	font-size: 15px;
	line-height: 38px;
}

.ti_red{
	color: #e95500;
	font-size: 18px;
	margin-top: 0px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}

.ti_red:before {
    color: #e95500;
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 16px;
}

.ti_gre{
	color: #007d3c;
	font-size: 18px;
	margin-top: 0px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}

.ti_gre:before {
    color: #007d3c;
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 16px;
}

.ti_bl{
	color: #1e87d7;
	font-size: 18px;
	margin-top: 0px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}

.ti_bl:before {
    color: #1e87d7;
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 16px;
}

.ti_pink{
	color: #e3007f;
	font-size: 18px;
	margin-top: 0px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

.ti_pink:before {
    color: #e3007f;
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 16px;
}

.spot_list{
	margin-top: 40px
}
.spot_list ul
{
	list-style: none;
	margin:0;
    padding:0;
}

.spot_list li{
	float: left;
	width: 250px;
	margin-right:17px;
	margin-bottom: 10px;
	height: 58px;
}
.spot_list li:nth-child(3n){
	margin-right: 0px;
}

/*よくある質問*/
.box_faq{
	border-bottom: solid 1px #ccc;
}

.box_tgg h3{
	font-size: 17px;
	padding-top:24px;
	line-height: 18px;
	padding-bottom: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
	    display:block;
	padding-left: 70px;
	line-height: 24px;
    cursor:pointer;
	position: relative;

}

.box_tgg h3:after {
  color: #44bfe9;
  content: "\f0d7";
  font-family: FontAwesome;
position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.box_tgg h3.active:after {
  color: #fff;
  content: "\f0d8";
  font-family: FontAwesome;
position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.tgg_in2{
	display: none;
	padding: 20px 20px 20px 67px;
	background-color: #eef8f8;
	background-image: url(../images/ic_a.png);
		background-size: 35px 39px;
	background-repeat: no-repeat;
	background-position: 15px 12px;

}


h3.ti_q{
	background-image: url(../images/ic_q.png);
	background-size: 35px 39px;
	background-repeat: no-repeat;
	background-position: 15px 15px;
		border-top: solid 1px #ccc;
	margin-top: 0px;
}

h3.ti_q.active{
	background-image: url(../images/ic_q_on.png);
	background-color: #44bfe9;
	color: #fff;
		border-top: solid 1px #44bfe9;
	border-bottom: solid 1px #44bfe9;
}

/*TOPスライダー*/

.slick-dots{
	display: none !important;
}

.fade .slick-dots{
	display: block !important;
}

.fade .slick-dots li button::before {
  color: #FFFFFF !important;
}

 #top-arrows .slick-next {
   right: 15px !important;
 }

 #top-arrows .slick-prev {
   left: 5px !important;
 }

 #top-arrows .slick-next:before {
   content: "" !important;
 }

 #top-arrows .slick-prev:before {
   content: "" !important;
 }

.slick_container {
  /*  width:360px;  任意の値 */
   /* margin:0 auto;  任意の値 */
    position:relative;
	padding-left: 30px;
}

.slick_container .slick-prev,.slick_container .slick-next {
    width:15px; /* 画像幅 */
    height:15px /* 画像高さ */
}
.slick_container .slick-prev:before, .slick_container .slick-next:before {
    content:"";
}
.slick_container button.slick-prev, .slick_container button.slick-next {
    z-index:2;
}
.slick_container .slick-prev{top:42px;left:5px; /* 任意の値 */}
.slick_container .slick-next{top:42px;right:-10px; /* 任意の値 */}

.slick_container .slick-arrow{z-index:10;/* 値は適当に */}

/*TOP背景*/
#top_area3{
	position: relative;
	z-index: 2;
}
#top_area4{
	position: relative;
	z-index: 3
}
.news_box,.rests{
	position: relative;
	z-index: 50;
}
.fish1{
	position: absolute;
	top:-70px;
	right: 80px;
	z-index: 5
}
.fish2{bottom: 2px;
	left: 150px;
	position: absolute;
z-index: 5
}

#top_area5{
		position: relative;
	z-index: 4
}
.top_btnarea1{
	position: relative;
	z-index: 9
}
.box_sns1{position: relative;
	z-index: 9}

.ff_bg1{
	top:170px;
	left: 120px;
	position: absolute;
z-index: 3

}

.ff_bg2{
	top:350px;
	left: 30px;
	position: absolute;
z-index: 3

}

.ff_bg3{
	top:287px;
	left: 94px;
	position: absolute;
z-index: 3

}

.ff_bg4{
	top:114px;
	left: -20px;
	position: absolute;
z-index: 3

}

.ff_bg5{
	top:1010px;
	left: -50px;
	position: absolute;
z-index: 3

}

.ff_bg6{
	top:190px;
	right: -40px;
	position: absolute;
z-index: 3
}
.ff_bg7{
	top:480px;
	right: -20px;
	position: absolute;
z-index: 3
}

.ff_bg8{
	top:1115px;
	right: 130px;
	position: absolute;
z-index: 3
}

.ff_bg9{
	top:1257px;
	right: 10px;
	position: absolute;
z-index: 3
}


.ff_bg11{
	top:918px;
	left: -20px;
	position: absolute;
z-index: 3
}
.ff_bg12{
	top:950px;
	left: 10px;
	position: absolute;
z-index: 3
}
.ff_bg13{
	top:1161px;
	left: -5px;
	position: absolute;
z-index: 3
}
.ff_bg14{
	top:1161px;
	left: -5px;
	position: absolute;
z-index: 3
}
.ff_bg15{
	top:1514px;
	left: 60px;
	position: absolute;
z-index: 3
}

.ff_bg16{
top: 1008px;
right: 110px;

	position: absolute;
z-index: 3
}
.ff_bg17{
	top:1137px;
	right:-450px;
	position: absolute;
z-index: 3
}
/*0727修正時*/

.ta_c196{
	width: 196px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
}

nav{
	z-index: 1600;
}
#dropmenu{
	z-index: 1700;
}
#freshwater nav:after{
	content: '';
  background-image: none;
  background-size: contain;
background-position: top 60px ;
background-repeat: no-repeat;
  vertical-align: middle;

  left:0;
  display: block;
  width: 100%;
  height:0px;
	z-index: 10
}
.floor-guide{
	margin-top: 15px;
}

#freshwater main section{
	z-index: 1500
}

.rests ul
{
	list-style: none;
	margin:0;
    padding:0;
}
.rests  li{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	padding-left: 4px;
	border-bottom: solid 1px #ccc;
}

ul.grid
{
	list-style: none;
	margin:0;
    padding:0;
}

#freshwater #dropmenu{
	margin-top: 16px;
	margin-bottom: 16px;
}#freshwater nav{
	margin-bottom: 16px;
}

#home #dropmenu{
	margin-top: 14px;
}
#fade02,#fade04,#fade05,#fade07,#fade08,#fade09,#fade10,#fade12,#fade13
,#fade14,#fade16,#fade17,#fade15{
	  margin-top:-100px;
  padding-top:100px;
}
#passport{
	  margin-top:-50px;
  padding-top:50px;
}

.tanganyika-info {
    z-index: 10;
    position: relative;
}

#freshwater ul.menu {
    margin: 4px auto 0px;

}

.ind4m{
	text-indent: 5.5em
}

.int15{
	line-height: 1.5 !important
}

#blog .morepost p{
	font-size: 14px;
	line-height: 22px;
}
