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

/*↓タブレット版css 768px以上1280px以下*/
@media (min-width:768px) and (max-width:1199px){

body{
	margin:0;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

img{
	border:0;
}

.container {/*←containerの横幅PC版*/
	width:100%;
	height:auto;
}

#top-head{
	width:100%;
	height:137px;
	background-color:#fff;
	position:absolute;
	top:0px;
	left:0px;
}

h1{
	display: none;
}

.logo{
	display:none;
}

.logotab{
	width:224px;
	height:auto;
	margin-left:44px;
	margin-top:18px;
}

.logosma{
	display:none;
}

h1{
	display: none;
}



.contact{
	width:145px;
	height:56px;
	background-color:#EEEEEE;
	position:absolute;
	top:18px;
	right:30px;
}

.contactLine{
	width:135px;
	height:46px;
	border:2px solid #5D5D5D;
	margin:0 auto;
	margin-top:3px;
	
	
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background-size: 4px 4px;
}

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

}

.contactLine li{
	display: block; 
	text-decoration: none;
	color: #5D5D5D;
	height: 50px;/*←テキスト中央揃えコマンド*/
	line-height: 50px;/*←テキスト中央揃えコマンド*/
	float:right;
	margin-right:20px;
}

    


    
    







#global-nav  {
    width: 100%;
    float: left;
	height:47px;
	position:absolute;
	top:90px;
    background-color: #EEEEEE;
}
    
#global-nav ul{
   text-align: center;
   margin-top: 12px;
}
    
#global-nav li{ 
	display: inline;
}    
    

#global-nav li a{
    text-decoration: none;
	color: #5D5D5D;
	font-size: 14px;	
    margin: 0px 1px;
    padding: 14px 5px 17px 5px;
}
 
#global-nav li a:hover{
    color: #00ADB5;
    background-color: #d9d9d9;
}

#global-nav a span {
	display: inline-block;
}


nav span{/*メニューからお問い合わせの削除*/
	display:none;
}



.topCONT{
	width:100%;
	height:auto;
	margin-top:137px;
}

.topCONT-pc{
	display:none;
}

.topCONT-tab img{
	width:100%;
	height:auto;
}

.topCONT-sma{
	display:none;
}




.whenwhere{
	width:100%;
	height:74px;
}

.whenwhereCon{
	width:709px;
	margin:0 auto;
	overflow:hidden;
	margin-top:-5px;
}




.sche img{
	width:342px;
	float:left;
	margin-top:5px;
}

.mark img{
	width:auto;
	height:75px;
	float:left;
	margin:0 20px;
}

.place img{
	width:289px;
	float:left;
	margin-top:7px;
}





.news{
	width:100%;
	height:auto;
	background-color:#393E46;
    padding-bottom: 40px;
}

/*↓TOPICのモジュール*/
.contentstitle{
	width:auto;
	height:42px;
	margin:0 auto;
	padding-top:10px;/*トップからの高さ*/
	display:table;
}

.contentstitle img{
	height:25px;
}

.markleft{
	width:21px;
	height:42px;
	vertical-align:middle;
}

p{
	color:#fff;
	font-size:26px;
	margin:0 20px;
	vertical-align:middle;
	height: 50px;/*←テキスト中央揃えコマンド*/
	line-height: 50px;/*←テキスト中央揃えコマンド*/
}

.topic{
	width:auto;
	height:50px;
	vertical-align:middle;
}

.contentstitle span img{
	height:25px;
	transform:rotate(180deg)
}

.markright{
	width:21px;
	height:42px;
	vertical-align:middle;
}

.markleft,
.topic,
.markright{
	display:table-cell;
	height:100px;
}







.news-topic{
	width:80%;
	height:125px;
	border-bottom:1px solid #fff;
	margin:0 auto;
	margin-top:25px;
	line-height:0;
}

.news-topic img{
	width:11px;
	height:auto;
	position:absolute;
}

.day{
	width:110px;
	height:auto;
	padding:0;
	position:absolute;
}

.day p{
	font-family: 'Play', sans-serif;
}

.news-topic p span{
	font-size:45px;
	line-height:0.8;
}

.news-topic p{
	font-size:16px;
	line-height:1;
	margin-left:30px;
}


/*↓「お知らせ」のマーク*/
.topic-mark-news{
	width:80px;
	height:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 2px solid #EA3CAE;
	padding:2px;
	margin-left:146px;
}

.topic-mark-news p{
	text-align: center;
	font-size:15px;
	color:#EA3CAE;
	margin:0;
    margin-top: 3px;
}

/*↓「更新」のマーク*/
.topic-mark-update{
	width:80px;
	height:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 2px solid #00ADB5;
	padding:2px;
	margin-left:146px;
}

.topic-mark-update p{
    text-align: center;
	font-size:15px;
	color:#00ADB5;
	margin:0;
    margin-top: 3px;
}

.news-text{
	width:95%;
	height:40px;
	margin-left:30px;
	margin-top:35px;
}

.news-text p{
	font-size:15px;
	color:#fff;
	line-height:1.6;
	margin:0;
	text-align:justify/*←文章の均等割り付け*/
}

/*↓「more」ボタン*/
.more {
    margin: 40px 0px 0px 0px;
	width: 100%;
	cursor: pointer;
}

.more p{
    font-size: 28px;
    border-style: solid;
    border-color:white;
    width:20%;
    padding: 5px 0 5px 0;
    margin: 0 auto;
    text-align: center;
}
/*↓「more」ボタンの下のスペース確保*/
.empty{
	width:100%;
	height:50px;
	background-color:#393E46;
}
















.nittei{
	width:100%;
	height:520px;
	background-color:#fff;
}


.nittei-topic{
    width:80%;
    height:auto;
    border-bottom:1px solid #393E46;
    margin:0 auto;
    margin-top:25px;
    line-height:0;
}

.nittei-topic img{
	width:11px;
	height:auto;
	position:absolute;
}

.nittei-day{
	width:280px;
	height:auto;
	padding:0;
	position:absolute;
}

.nittei-day p{
	font-size:31px;
	line-height:1.2;
	margin-left:30px;
}

.nittei-yeardaymonth{
	width:auto;
	height:30px;
	margin-left:245px;
}

.nittei-yeardaymonth p{
	position:absolute;
	font-size:16px;
	color:#393E46;
	line-height:1.2;
}

.nittei-yeardaymonth-smart{
	display:none;
}

.nittei-text{
	width:95%;
	height:60px;
	margin-left:30px;
	margin-top:20px;
}

.nittei-text p{
	font-size:13px;
	color:#393E46;
	line-height:1.6;
	margin:0;
	text-align:justify/*←文章の均等割り付け*/
}

.nittei-text-smart{
	display:none;
}







.attention{
	width:100%;
	height:auto;
	background-color:#393E46;
}

.attention-topic{
	width:80%;
	height:auto;
	border-bottom:1px solid #fff;
	margin:0 auto;
	margin-top:30px;
	line-height:0;
}

.attention-topic img{
	width:16px;
	height:50px;
	position:absolute;
}

.attetion-text{
	width:820px;
	height:auto;
	margin-left:40px;
	margin-top:47px;
}

.attention-text p{
	height:auto;
	font-size:15px;
	color:#fff;
	line-height:1.6;
	margin:0;
	margin-left:40px;
	margin-bottom:30px;
	text-align:justify/*←文章の均等割り付け*/
}

.empty{
	width:100%;
	height:100px;
	background-color:#393E46;
}

.syui{
	width:100%;
	height:auto;
	background-color:#fff;
}

.shui-container{
	width:80%;
	height:auto;
	margin:0 auto;
}

.shui-title{
	margin-bottom:30px;
}

.shui-title p{
	height:auto;
	font-size:24px;
	text-align:center;
	line-height:1.4;
}

.shui-title p span{
	font-size:20px;
}

.shui-text{
	width:100%;
	height:auto;
	margin:0 auto;
}

.shui-text p{
	height:auto;
	font-size:16px;
	line-height:1.6;
}

.shui-name p{
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:70px;
	font-size:16px;
	line-height:1.8;
	text-align:right;
}


/*↓ここからfooter*/
.footer{
	width:100%;
	height:420px;
	background-color:#EEEEEE;

	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background-size: 4px 4px;
}

.footer-container{
	width:80%;
	height:auto;
	margin:0 auto;
	padding-top:50px;
}





.footer-left{
	width:38%;
	height:auto;
	float:left;
}

.footer-left img{
	width:250px;
	height:auto;
	margin-bottom:40px;
}





.footer-middle{
	width:42%;
	float:left;
}

.footer-middle img{
	width:280px;
	height:auto;
	margin-bottom:40px;
}

.footer-middle span p{
	font-size:18px;
	color:#393E46;
	margin-bottom:-10px;
}
	
.footer-middle p{
	font-size:10px;
	color:#393E46;
	line-height:1.5;
}

.footer-contact{
	width:200px;
	height:62px;
	background-color:#fff;
	margin-top:20px;
	margin-left:20px;
	border:2px solid #6D6F72;
}

.footer-contact:hover{
	background-color:#d9d9d9;
}

.footer-contact p{
	font-size:16px;
	color:#393E46;
	padding:20px 0; 
	margin:0 52px;
}

a{
	text-decoration:none;
}





.footer-right{
	width:20%;
	float:left;
}

.footer-right p{
	font-size:18px;
	color:#393E46;
	line-height:1.5;
	margin:0;
}

.footer-right li a{
	display: block; 
	text-decoration: none;
	color: #5D5D5D;
	font-size: 13px;
	line-height:2; 
}

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
























.copy{
	width:100%;
	height:100px;
	background-color:#393E46;
}

.copy p{
	font-size:14px;
	color:#BABABA;
	text-align:center;
	line-height:1.4;
	padding-top:42px;
}

/*↓ページ上に行くためのボタン*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: -20px;
    font-size: 18px;
}

#page-top a {
    background: #00ADB5;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding:0;
    text-align: center;
    display: block;
    font-weight: bold;
    border-style: solid;
    border-color: #00ADB5;
}


#page-top a img{
	margin:0 auto;
	margin-bottom:-20px;
}
    
    
    
}
