@charset "Shift_JIS";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
}

html {
  background-color:#2163ba;
  min-height: 100%; /* html要素をウィンドウサイズにフィット */
  min-width:100%;
  height:100%;
/*  overflow: hidden;*/
}
body {
  text-align:center;		/*IE6以下でセンタリングするための対策*/
  -webkit-text-size-adjust: 100%;
  width:100%;
  min-height: auto; /* html要素をウィンドウサイズにフィット */
  height:100%;
  margin:0 auto;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 200;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.1em;
  color:#fff;
  overflow: auto;
}
img {
  border-style:none;
  vertical-align: bottom;
  border-radius:10px;
}
.nb{
    border-radius:0px !important;
    max-width:14px !important;
    max-height:14px !important;
}
.ranking1{
    border-radius:0px !important;
    max-width:105px !important;
    max-height:80px !important;
}
.ranking2{
    border-radius:0px !important;
    max-width:78px !important;
    max-height:60px !important;
}
#gallery{
    width:100%;
    height:auto;
    min-height: 100%; /* html要素をウィンドウサイズにフィット */
    background-image: url("../images/umibirakiback2.jpg");
/*    background-image: url("../images/umibirakigallery.jpg");*/
    background-repeat:no-repeat; 	/*背景画像を繰り返さない*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#umibiraki{
    width:100%;
    height:auto;
    min-height: 100%; /* html要素をウィンドウサイズにフィット */
    background-image: url("../images/umibirakiback2.jpg");
    background-repeat:no-repeat; 	/*背景画像を繰り返さない*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

/*  position: fixed;*/
}

/*#umibiraki {background:none} PC用の背景はオフ*/
body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/umibirakiback2.jpg) center/cover no-repeat; /*fixedをトル！*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#mark{
    width:600px;
    margin:0 auto;
}
#main{
    width:800px;
    margin:0 auto;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
    color: #eee;
	text-decoration: none;
}
.align-r{
    text-align:right;
}
.align-c{
    text-align:center;
}
.align-l{
    text-align:left;
}
.pad-0-10{
    padding:0 10px;
}
.pad-5{
    padding:5px;
}
.pad-10{
    padding:10px;
}
.pad-20{
    padding:20px;
}
.pad-10-20-10-10{
    padding:10px 20px 10px 10px;
}
.pad-10-10-10-20{
    padding:10px 10px 10px 20px;
}
.pad-20s{
    padding:0 20px;
}
.pad-40s{
    padding:0 40px;
}
.pad-80{
    padding:80px;
}
.pad-40{
    padding:40px;
}
.text{
    padding:20px;
    background-color:rgba(0,0,200,0.5);
    border-radius:13px;
}
.wid-30{
    width:15%;
}

.shadow{
    display: inline-block;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.left50{
    width:50%;
    float:left;
}
.left{
    width:40%;
    float:left;
}
.left2{
    width:56%;
    float:left;
}
.left33{
    width:33%;
    float:left;
}
.right{
    float:right;
}
.clearfix{
    clear: both;
}
h1 {
    height:40px;
    line-height: 40px;
    border-radius:8px;
    margin:10px auto;
    padding: 4px;
    background-color:rgba(30,80,162,0.7);
    background-color:rgba(114,202,242,0.8);
    color: #fff;
    font-weight: 800;
    font-size:20px;
}
h2 {
    margin:10px auto;
    font-size:18px;
}
h3 {
    width:520px;
    height:100px;
    line-height: 100px;
    margin:0 auto;
    background-image: url("../images/h2.png");
    background-repeat:no-repeat;
    color:#444;
}
h4 {
    padding:10px;
    background-color:#fff;
    color:#222;
}
.dot{
    /*
    width:100%;
    height:100%;
   */
    height:36px;
    border-radius:8px;
    border:2px dotted #fff;
}
.dot2{
    border-radius:8px;
    border:2px dotted #fff;
}

hr.hasen{
    width:90%;
    border: 0;
    border-bottom: 2px dotted #fff;
    margin:10px auto;
}
.width100{
    width:100%;
}
.width50{
    width:50%;
}
.width80{
    width:85%;
    margin:0 auto;
}
.width85{
    width:85%;
    margin:0 auto;
}

#header{
    font-weight: 800;
    padding:10px 0;
    background: -webkit-repeating-linear-gradient(135deg, #fff100, #fff100 10px, rgba(255,255,255,0.2) 10px, rgba(255,255,255,0.2) 20px);
    background: repeating-linear-gradient(135deg, #fff100, #fff100 10px, rgba(255,255,255,0.2) 10px, rgba(255,255,255,0.2) 20px);
    text-shadow: 1px 1px rgba(4, 4, 4, .8);
    color:#fff;
}
#footer{
    padding:40px 0;
    /*
    background: -webkit-repeating-linear-gradient(135deg, #fff100, #fff100 10px, rgba(255,255,255,0.2) 10px, rgba(255,255,255,0.2) 20px);
    background: repeating-linear-gradient(135deg, #fff100, #fff100 10px, rgba(255,255,255,0.2) 10px, rgba(255,255,255,0.2) 20px);
    text-shadow: 1px 1px rgba(254, 254, 254, .8);
   */
/*    background-color:#fef263;*/
    background-color:#61b7ae;
    color:#222;
}
.coloreb602c{
    display:inline;
    color:#eb602c;
    font-size:120%;
    text-shadow: 1px 1px rgba(4, 4, 4, .8);
}
#gallary .photocl{
    float:left;
    width:360px;
    height:360px;
    margin:4px;
    font-size:14px;
    background-color:#fff;
    color:#222;
    border-radius:10px;
}
#gallary .photocl img{
    border-radius:0px;
    height:240px;
    max-width:90%;
    padding:1px;
/*    border:1px solid #fff;*/
    text-align:center;
    margin:2px;
}
#gallary .bestphoto{
    float:left;
    position:relative;
    height:360px;
    width:180px;
    margin:4px;
}
#gallary .photocm{
    position:absolute;
    bottom:0;
/*    float:left;*/
    width:180px;
    height:240px;
/*    margin:4px;*/
    font-size:14px;
    background-color:#fff;
    color:#222;
  border-radius:10px;
}
#gallary .photocm img{
    border-radius:0px;
    height:120px;
    max-width:90%;
    padding:1px;
/*    border:1px solid #fff;*/
    text-align:center;
    margin:2px;
}
#gallary .photoc{
    float:left;
    width:180px;
    height:200px;
    margin:4px;
    font-size:14px;
    background-color:#fff;
    color:#222;
}
#gallary .photoc img{
    border-radius:0px;
    height:120px;
    max-width:90%;
    padding:1px;
/*    border:1px solid #fff;*/
    text-align:center;
    margin:2px;
}
#gallary .photoc a:link,
#gallary .photocm a:link,
#gallary .photocl a:link {
	color: #222;
	text-decoration: none;
}
#gallary .photoc a:visited,
#gallary .photocm a:visited,
#gallary .photocl a:visited {
	color: #222;
	text-decoration: none;
}
#gallary .photoc a:hover,
#gallary .photocm a:hover,
#gallary .photocl a:hover {
    color: #666;
	text-decoration: none;
}


#jquery-lightbox {
    width:100%;
}
#lightbox-container-image-box{
    max-width:100% !important;
    height:auto !important;
}
#lightbox-container-image-box img {
    border-radius:0px;
    max-width:100% !important;
}
#access .bunner img{
    border-radius:0px;
    max-width:200px;
    min-width:200px;
    width:200px;
    text-align:center;
    border:1px solid #fff;
}

.left2 a:link {
    color: #ff4;
    text-decoration: none;
}
.left2 a:visited {
    color: #ff4;
    text-decoration: none;
}
.left2 a:hover {
    color: #882;
    text-decoration: none;
}


.news a:link {
    color: #ff4;
    text-decoration: none;
}
.news a:visited {
    color: #ff4;
    text-decoration: none;
}
.news a:hover {
    color: #882;
    text-decoration: none;
}

#uminews{
  line-height: 24px;
}

.border1{
    border:1px dotted #fff;
    padding:10px;
    text-align:center;
    background-color:rgba(255,255,255,0.2);
}

table td{
    padding:5px 10px;
    text-align:left;
    border-bottom:1px solid #fff;
}
.norad{
    border-radius:0px !important;
}

.color-red{
    color:#f00;
    font-weight:bold;
}
.color-yel{
    color:#ff0;
    font-weight:bold;
}

#biore img{
    width:100%;
}

@media screen and (max-width: 640px) {
    body {
	font-size:16px;
    }
    #main{
	width:98%;
	margin:0 auto;
    }
    img {
	max-width:100%;
    }
    .left{
	width:100%;
    }
    .left2{
	width:100%;
    }
    .left33{
	width:100%;
	float:left;
    }
    h3 {
	width:100%;
	height:100px;
	line-height: 64px;
	background-size: 100%;
    }
    #gallary .photocl{
	width:100%;
    }
    #gallary .photocm{
	width:100%;
    }
    #gallary .bestphoto{
	height:240px;
	width:100%;
    }
    #gallary .photoc{
	width:80%;
	height:180px;
	border-radius:10px;
    }
    h1 {
	height:auto;
    }
    .dot.kao{
	height:auto;
	padding:10px 20px;
    }
    
}

