@charset "UTF-8";

/*↓PC版css　1024px以上*/
@media screen and (min-width: 1200px) {

body {
    margin:0;/*←containerの横幅を確認する時はこれを削除し、レスポンシブを確認せよ*/
	padding:0;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

img{
	border:0;
}

#top-head{
	width:275px;
	height:100%;
	morgin:0px;
	padding:0px;
	position: fixed; 
    top: 0px;
    left: 0px;
	
	
	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;
}

.logo{
	width:275px;
	height:245px;
	morgin:0;
	padding:0;
    top: 0px;
    left: 0px;
	background-color:#393E46;
}

.logotab{
	display:none;
}

.logosma{
	display:none;
}

h1{
	display: none;
}

#global-nav span{
	display:none;
}

.contact{
    padding: 30px 0px 100px 0px;
	width:100%;
	height:100%;
	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{
	width:200px;
	height:68px;
	border:2px solid #5D5D5D;
	margin:0 auto;
	margin-top:-10px;
	background-color:#fff;

}

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

.contactLine li{
    line-height: 4.5;
	margin: 0px;
	display: block; 
	text-decoration: none;
	text-align: center;
	color: #5D5D5D;
}

.contactLine li:hover{
	background-color:#d9d9d9;
    height:68px;
}




    
#global-nav  {
    position: relative;
    width:275px;
	height:auto;
	clear:both;
    z-index: 1;
}

#global-nav ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
    
#global-nav li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}    
    
#global-nav a {
	overflow: hidden;
}

#global-nav li a{
	display: block; 
	text-decoration: none;
	color: #5D5D5D;
	width: 275px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

   
#global-nav a span {
	display: block;
    height: 48px;
    line-height: 3.3;
	background:#F5F5F5;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

  
    
#global-nav a::before {
	font-family: 'Play', sans-serif;
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height:48px;
    line-height: 3.3;
	background:#00ADB5;
	color: #FFF;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

#global-nav a:hover span,
#global-nav a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

#global-nav a:hover::before,
#global-nav a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

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



.clear {
    clear:both;　/*floatの解除*/
}




.container {
	margin:0px;
	padding:0px;
	min-width: 925px;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	margin-left: 275px;
}

.topCONT{
	min-width:925px;
	height:auto;
	margin:0;
	padding:0;
	position: relative;
}

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

.topCONT-tab{
	display:none;
}

.topCONT-sma{
	display:none;
}


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

.whenwhereCon{
	width:925px;
	margin:0 auto;
	padding-left:20px;
	margin-top:-5px;
}

.sche img{
	width:450px;
	margin-top:13px;
	float:left;
}

.mark img{
	height:104px;
	float:left;
	margin:0 15px;
}

.place img{
	width:380px;
	margin-top:16px;
	float:left;
}


.news{
    width:100%;
    height: auto;
	background-color:#393E46;
    padding:15px 0px 50px 0px;
}



/*↓TOPICのモジュール*/
    #blend a:link{
        　color:#ff0;
        　text-decoration:underline;
    }
    #blend a:visited{
        　color:#fff;
        　text-decoration:underline;
    }
    #blend a:hover{
        　color:#999;
        　text-decoration:none;
    }
    #blend a:active{
        　color:#fff;
        　text-decoration:underline;
    }

.contentstitle{
	width:auto;
	height:50px;
	margin:0 auto;
	padding-top:30px;/*トップからの高さ*/
	display:table;
}

.contentstitle img{
	height:36px;
}

.markleft{
	width:30px;
	height:50px;
	vertical-align:middle;
}

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

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

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

.markright{
	width:30px;
	height:50px;
	vertical-align:middle;
}

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


.content2{
    padding: 10px 0px 0px 0;
}

.news-topic{
	width:860px;
	height:153px;
	border-bottom:1px solid #fff;
	margin:0 auto;
	margin-top:30px;
	line-height:0;
}

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

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

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

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

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


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

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

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

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

.news-text{
	width:820px;
	height:60px;
	color:#fff;
	margin-left:40px;
	margin-top:47px;
}

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

/*↓「more」ボタン*/
.more {
    margin: 50px 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;
}



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




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

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

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

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

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

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

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

.nittei-text{
	width:820px;
	height:60px;
	margin-left:40px;
	margin-top:20px;
}

.nittei-text p{
	font-size:16px;
	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:860px;
	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:17px;
	color:#fff;
	line-height:1.6;
	margin:0;
	margin-left:40px;
	margin-bottom:30px;
	text-align:justify/*←文章の均等割り付け*/
}

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


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

.shui-container{
	width:860px;
	height:auto;
	margin:0 auto;
}

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

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

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

.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:90px;
	font-size:16px;
	line-height:1.8;
	text-align:right;
}




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

	margin-right: auto;//コンテンツにだけ中央寄せを指定
　　margin-left : auto;
	
	
	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:860px;
	height:auto;
	margin:0 auto;
	padding-top:80px;
}

.footer-left{
	width:280px;
	height:auto;
	float:left;
}

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





.footer-middle{
	width:280px;
	height:auto;
	float:left;
	margin-left:50px;
}

.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:230px;
	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 67px;
}

a{
	text-decoration:none;
}





.footer-right{
	float:left;
	margin-left:50px;
}

.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;
}




}
/* CSS Document */

