@charset "UTF-8";
/* CSS Document */

リセットcss
html,
html *{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

header{
/*padding: 8px 8px 8px 8px;*/
  height: auto; /*今回は高さを60px*/
  width: 100%; /*幅を画面いっぱい100%*/
}

body{
margin-left: auto;
margin-right: auto;
}

img {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: middle;
}

footer{
padding: 10px 0px 0px 0px;
background-color: #13AE67;
}

.full-width {
    background-color: #13AE67;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 40px;
}

.style-rogo {
margin-left: auto;
margin-right: auto;
display: block;
width: 1000px;
height: auto;
}

/*.style-nav ul {
list-style-type: none;
}

.style-nav ul li a {
text-decoration: none;
color :#383939;
text-align: center;
display: block;
padding: 8px;
}*/

.style-nav ul {
font-size: 12px;
list-style-type: none;
}

.style-nav ul li a {
text-decoration: none;
background-color: #02AECC;
color :#ffffff;
flex-grow: 1;
text-align: center;
display: block;
padding: 8px;
/*border-left: dotted 1px;*/
}

/*.style-nav li + li {
  border-left: 1px dotted #ffffff;
}*/

.scroll-nav {
  width: 100%;
  background: #02AECC; /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
  max-width: 1024px; /* メニューの最大幅 */
  min-width: 700px; /* 770px; メニューの最小幅 */
  height: 20px;
  line-height: 20px;
  margin: 0px auto;
  list-style: none;/*
  padding-top: 10px;*/
  /*padding-right: 25px;*/ /* 右側の固定分余白を空ける */ 
font-size: 13px;
}
.scroll-nav ul li {
  float: left;
  width: 16%; /* メニューの個別の幅 */
  text-align: center;
  /*border-left: 1px solid #fff;
  border-right: 1px solid #fff;*/
  box-sizing: border-box;
}
.scroll-nav li + li {
  border-left: 1px solid #fff;
}
.scroll-nav ul li:hover {
  background: #3CB5CB; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
  display: inline-block;
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}
.next-btn { /* 右側に固定する部分 */
  position: absolute;
  top: 0;
  right: 0;
  width: 100px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #E70112;
  color: #555;
}


/*@media only screen and (min-width: 771px) { /* PCサイズでの指定 */

/*}*/
.row:before, .row:after {
content: "";
display: block;
width: 640px;
height: auto;
}

.row:after {
clear: both;
}

.hero{
background-image: url("../../image/NewOrleans.jpg");
background-size: cover;
padding: 50px 10px 50px 10px;
color: #FFFFFF;
text-align: center;
}

h1 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 50px;
}

h2 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 5px;
}

h3 {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 20px;
}

p {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 3px;
}

small {
    font-size: 87%;
    font-weight: 200;
    margin-bottom: 0px;
}

large {
    font-size: 120%;
    font-weight: 200;
    margin-bottom: 5px;
}



.button {
    border: 2px #FFFFFF solid;
    padding: 5px 20px;
    border-radius: 30px;
    color: #FFFFFF;
    text-decoration: none;
    
}


/*.blu-box {
background-color: #59C3E2;
color:#FFFFFF;
padding: 60px 30px;
text-align: center;
}*/

.program-box {
background-color: #ffffff;
color:#00587E;/*
padding: 60px 30px;*/
text-align: center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.program-box-l {
background-color: #ffffff;
color:#00000;
padding: 10px 5px 5px 5px;
text-align: left;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
line-height:130%;
}

.program-box-c {
background-color: #ffffff;
color:#000000;
padding: 10px 0px 5px 0px;
text-align: center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.program-box-r {
background-color: #ffffff;
color:#00000;
padding: 10px 0px 5px 0px;
text-align: right;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
line-height:130%;
}

.photo-box-c {
background-color: #ffffff;
color:#000000;
padding: 10px 20px 5px 20px;
text-align: center;
}


.video-l {
background-color: #ffffff;
color:#000000;
padding: 0px 0px 0px 0px;
text-align: left;
}

.video-c {
background-color: #ffffff;
color:#000000;
padding: 0px 0px 0px 0px;
text-align: center;
}

.mark{
text-align: left;
width: 80px;
height: auto;
float: left;
}

.logo_r{
text-align: right;
width: 130px;
height: auto;
float: right;
}

.logo_l_sns{
text-align: right;
width: 100px;
height: auto;
float: left;
}

.logo_r10{
text-align: right;
width: 80px;
padding-left: 13px;
padding-bottom: 10px;
float: right;
}

.image_r{
text-align: center;
width: 300px;
height: auto;
}

.image_r img{
width: 95%;
}


.logo_l{
text-align: left;
width: 70px;
height: auto;
float: left;
}

.gray-box {
background-color: #efefef;
color: #575757;
padding: 20px;
text-align: center;
}

.gray-l-box {
background-color: #efefef;
color: #434343;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 14px;
padding: 20px;
text-align: left;
}

.article-l {
background-color: #ffffff;
color:#00000;
padding: 20px 20px 10px 20px;
text-align: left;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
line-height: 130%;
}

.article-c {
background-color: #ffffff;
color:#00000;
padding: 20px 20px 10px 20px;
text-align: center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
line-height: 130%;
}

.article-c-t {
background-color: #ffffff;
color:#00000;
padding: 10px 0px 0px 0px;
text-align: center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
line-height: 130%;
}

.border{
text-align: center;
border-top: thin dotted #BA0205;
padding-bottom: 10px;
}

/*.red-box {
background-color: #E70112;
color:#FFFFFF;
padding: 60px 30px;
text-align: center;
}*/

.photo-box {
background-color: #ffffff;
color:#00587E;/*
padding: 60px 30px;*/
text-align: center;
}

.skyblue-box_p20 {
background-color: /*#AFDCE7*/#A8FAD5;
color:#FFFFFF;
padding: 20px;
text-align: center;
}


.skyblue-box {
background-color: #b9dde3;
color:#FFFFFF;
padding: 8px 0px;
text-align: center;
}


.skyblue-l-box {
background-color: #b9dde3;
color:#FFFFFF;
padding: 8px 0px;
text-align: left;
}

.header-box {
background-color: #02AECC;
color:#FFFFFF;
height: 40px;
padding: 8px 0px;
text-align: left;
}

.skyblue-l-box {
background-color: #AFDCE7;
color:#FFFFFF;
padding: 17px 0px;
text-align: center;
}

.footer-text{
color: #ffffff;
font-size: 9px;
text-align: center;
}

.col{
width: 100%;
padding: 0px 2px 0px 2px;
}

.col2{
width: 100%;
background-color: #13AE67;
padding: 10px 0px;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* --- 新着情報エリア --- */
div.update {
	width: 100%; /* 新着情報エリアの幅 */
	font-size: 11px;
}

/* --- 見出し --- */
div.update h3 {
	margin: 5px 0; /* 見出しのマージン（上、左右、下） */
	font-size: 12px;
	font-weight: bold;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
border-top: 1px #02AECC dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update dt {
	width: 10em; /* 日付エリアの幅 */
	float: left; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 3px;
}

/* --- 本文エリア --- */
div.update dd {
	margin: 0;
	padding: 7px 3px 6px 11em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #02AECC dotted; /* 本文エリア下境界線 */
	line-height: 120%;
	text-align: left;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

#updateframe {
	margin: 0;
	text-align: left;
	width: 620px;
	padding-left: 15px;	
}

/* --- 新着情報エリア --- */
div.update_02 {
	width: 100%; /* 新着情報エリアの幅 */
	font-size: 1em;
}

/* --- 見出し --- */
div.update_02 h3 {
	margin: 5px 0; /* 見出しのマージン（上、左右、下） */
	font-size: 12px;
	font-weight: bold;
}

/* --- 新着リスト --- */
div.update_02 dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
border-top: 1px #E60012 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
div.update_02 dt {
	width: 10em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
div.update_02 dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #E60012 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.info-news {
	width:99%;
	color: #000000;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	border-radius: 5px;
	background: #FFF;
    margin:0px auto 7px auto;
	/*padding: 7px 0px 7px 0px;*/
	height: auto;
	border: 1px dotted #E60012;/*#C0C0C0;*/
}

.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 15px 20px;
    background: #13AE67;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}



@media only screen and (max-width: 640px) {
#info-new{
	width:100%;
	height:125px;
	border: 0px dotted #C0C0C0;
}
}
@media only screen and (max-width: 640px) {
body {
	width: 100%!important;
	margin: 0px;
    overflow-x : hidden;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
div.update {
    width: 100%;
}
div.update dt {
    width: 100%;
}
div.update dd {
    width: 100%;
    display: block;
    line-height: 140%;
    padding: 6px 0px 6px 3px;
}
div.update_02 dt {
    width: 9em;
    float: left;
    line-height: 120%;
}
div.update_02 {
    width: 100%;
    margin: auto;
}
#updateframe {
    width: 100%;
    padding: 0 15px;
}
}





/*タブレット用*/
@media (min-width: 768px){


body{
max-width: 770px;
}

.style-nav ul li {
display: inline-block;
}
.style-nav ul {
text-align: center;
}

.scroll-nav ul {
  padding: 0px;
}
.scroll-nav ul li {
  width: 16%; /* メニューの個別の幅％メニューの個数で変更 */
}
.next-btn {
  display: none; /* 右側の固定部分を非表示 */
}

h1 {
    font-size: 30px;
    margin-bottom: 90px;
}

.col-md-harf {
 width: 50%;
}

.col-md45-harf {
 width: 45%;
}

.col-md55-harf {
 width: 55%;
  padding: 0;
}

.col-md-onethird {
 width: 33.333%;
  padding: 0;
}

.col {
float: left;
padding: 0px 0px 14px;
}

.col-md-quarter {
 width: 25%;
}


}

/*デスクトップ用*/
@media (min-width: 1024px){

body{
max-width: 1000px;
}


/*.style-rogo {
    float: left;
}*/
/*.style-nav {
float: right
}*/

/* PCでは非表示にしておく */
.nav_toggle,
.nav {
  display: none;
}

.scroll-nav ul {
  padding: 0px;
}

.col-lg-qtr {
 width: 25%;
}

.col-md-onethird {
 width: 33.3333%;
  padding: 0;
}

.col {
float: left;
padding: 0px 0px 0px 0px;
}

.program-box-l {
    background-color: #ffffff;
    color: #00000;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 120%;
}

.article-c-t {
background-color: #ffffff;
color:#00000;
padding: 20px 20px 10px 20px;
text-align: center;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
line-height: 130%;
}

}

/*メニューブロック設定
---------------------------------------------------------------------------*/
#menubar a {display: block;text-decoration: none;}
#menubar ul {list-style: none;margin: 0;padding: 0;}
#menubar {display: none;}
#menubar.d-b, #menubar_hdr.d-b {display: block;}
#menubar.d-n, #menubar_hdr.d-n {display: none;}


/*メニューブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 100px 20px 20px;			/*ブロック内の余白。上、左右、下。*/
	background: rgba(0,0,0,0.9);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態。*/
	text-align: center;					/*内容をセンタリング*/
	animation: animation1 0.2s both;	/*animation1を0.2秒かけて実行する*/
	color: #fff;						/*文字色*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	#menubar {
		width: 70%;		/*メニュー幅を上書き*/
	}

	}/*追加指定ここまで*/


/*メニュー１個あたりの設定*/
#menubar a {
	color: inherit;
	padding: 10px;		/*メニュー内の余白*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 30px;			/*右からの配置場所指定*/
	top: 10px;				/*上からの配置場所指定*/
	padding: 16px 14px;		/*上下、左右への余白*/
	width: 46px;			/*幅（３本バーが出ている場合の幅になります）*/
	height: 46px;			/*高さ*/
	display: flex;					/*flexを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	transform: scale(1.3);			/*本来のサイズの1.3倍にする*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 1.5px solid #fff;	/*線の幅、線種、色*/
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);	/*影。右へ、下へ、ぼかし幅、0,0,0は黒のことで0.3は色が30%出た状態。*/
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 20px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}

