body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: auto !important;
    /*マウスカーソル変更*/
    position: relative;
    cursor: url('../image/cursor.png'), auto;
    height:100vh;
}
#counter span label, select {
    cursor: url('../image/cursor.png'), auto !important;
}
a, #counter span i, input[type="button"], input[type="submit"] {
    cursor: url('../image/cursor2.png'), auto !important;
}
#cursor {
    position: fixed;
    z-index: 2147483647;
    pointer-events: none;
    opacity: 0;
}
/* header */
.preloadimage {
    display: none;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #cd379600 0%, #3399CC 85%);
    color: #fff;
    text-align: center;
    z-index: 10000;
}
.loading div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading div p {
    padding: 5px;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
header {
    position: relative;
	color: #000;
	min-height: 56px;
    padding: 0;
    border: 0;
    justify-content: end;
    vertical-align: bottom;
}
.headdiv {
    border-bottom: 1px solid #3399CC;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 56px;
}
header img:first-child {
	float: left;
}
p {
	font-size: 90%;
	line-height: 1.8;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #3399CC;
}
nav ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8;
	text-align: right;
	padding: 15px 0;
	margin: 0;
}
nav li {
    background: #fff;
	display: inline;
	font-weight: bold;
	padding: 0 5px 0;
    z-index: 100;
}
/* header items */
nav li:not(:last-child) {
    border-right: 1px solid #3399CC;
}
.btnspan {
	float: right;
    display: none;
}
#hmenuchk:checked ~ .hamburgerbtn .btnspan {
    display: inline;
    text-align: right;
    padding: 15px 0;
    margin: 0;
}
/* header user */
.userdetails {
    position: absolute;
    z-index: 10000;
    right: 25px;
    top: 0;
    font-size: 10pt;
    height: 5px;
    margin: 0;
    border: 0;
    text-align: right;
}
.usermenu {
    padding: 2px 10px;
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.usermenu li {
	display: inline;
}
/* header hamburger */
.hmenu {
    padding-right: 10px;
}
.hmenu2 {
    z-index: 1000000;
}
.sp1 {
    display: none;
}
.sp2 {
    display: none;
}
#hmenuchk {
    display: none;
}
/* header resp */
@media (max-width: 1000px) {
    .userdetails {
        right: 35px;
        font-size: 8pt;
    }
    .usermenu {
        padding: 0 10px;
    }
    .sp1 {
        display: inline;
    }
    #hmenuchk:checked ~ .hamburgerbtn .sp1 {
        display: none;
    }
    #hmenuchk:checked ~ .hamburgerbtn .sp2 {
        display: inline;
    }
    .hmenu2 {
        display: none;
    }
    #hmenuchk:checked ~ .hamburgerbtn .hmenu2 {
        position: absolute;
        text-align: center;
        min-width: 100%;
        top: 49px;
        left: 0;
        display: inline;
    }
    #hmenuchk:checked ~ .hamburgerbtn .hmenu2 li {
        display: block;
        font-size: 25pt;
    }
    nav li:not(:last-child) {
        border-right: 0px solid #3399CC;
    }
    .headdiv {
        min-width: 0px;
    }
    .btnspan {
        display: inline;
        text-align: right;
        padding: 15px 0;
        margin: 0;
    }
}
/* index.php */
.sozai {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.sozaiabs {
    float: left;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    left: 0;
    top: 0;
    z-index: 1000;
}
.absimg {
    margin: 0 auto;
    top: -16px;
    position: absolute;
    max-height: 56px;
}
.sozaiimg {
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
.count {
    position: relative;
}
#counter {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 95vh;
    margin: 0 auto;
}
#counter span {
    color: #aaa;
}
#counter span label {
    padding: 5px 10px;
}
#credits {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #555;
    background: #eee;
}
.indexul {
    padding: 0;
    text-align: right;
}
.indexul li {
    background: #fff;
	display: inline;
	font-weight: bold;
	padding: 0 5px 0;
}
.indexul li:not(:last-child) {
    border-right: 1px solid #3399CC;
}
.indexmain {
    width: 100%;
    height: 400px;
}
.mainleft {
    width: 49%;
    float: left;
}
.mainleft2 {
    height: 335px;
    overflow-y: scroll;
    border-radius: 15px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.mainright {
    width: 49%;
    float: right;
}
/* index.php resp */
@media (max-width: 1000px) {
    header {
        display: flex;
        flex-direction: column;
    }
    .sozai {
        order: 1;
    }
    .sozaiimg {
        min-width: 100%;
        max-width: 200%;
        min-height: 100%;
    }
    .indexul {
        order: 2;
    }
    .indexul li {
        display: block;
        border-right: 1px solid #3399CC;
        font-size: 25pt;
    }
    .indexmain {
        height: 800px;
    }
    .mainleft {
        width: 100%;
    }
    .mainright {
        width: 100%;
    }
}
/* contact.php */
.feedback-input {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #3399CC;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}
.feedback-input:focus {
    border:2px solid #fd77c6;
}
textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
}
[type="submit"], [type="button"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background:#3399CC;
    border-radius:5px;
    border:0;
    cursor:pointer;
    color: #fff;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}
[type="submit"]:hover, [type="button"]:hover {
    background:#fd67c6;
}
.formdiv {
    margin: 0 auto;
    max-width: 800px;
}
form input {
    min-width: 150px;
    max-width: 100%;
}
.formbtn {
    margin: 0 auto;
    text-align: center;
}
form input[type="button"],form input[type="submit"] {
    height: 50px;
}
form textarea {
    width: 100%;
    height: 300px;
}
#formbtn {
    position: absolute;
    background: linear-gradient(to bottom, #eee 0%, #eee0 100%);
    text-align: center;
    left: 0;
    width: 100%;
    height: 505px;
}
.formhidden {
    display: none;
}
.inq {
    width: 100%;
    border: 1px solid #3399CC;
}
.inq th {
    border-right: 1px solid #3399CC; 
}
.inqcontent {
    border: 1px solid #3399CC; 
}
/* article */
article {
    max-width: 1920px;
    padding: 10px 5px;
	margin: 0 auto;
}
h1 {
    text-align: center;
    font-size: 24px;
    color: #3399CC;
    margin: 0 auto;
}
h2 {
    text-align: center;
    font-size: 20px;
    color: #aaa;
    margin: 0 auto;
}
/* footer */
footer {
	min-height: 56px;
}
.footabs {
    text-align: right;
    z-index: 1;
}
.footimg {
    position: absolute;
    z-index: -10;
}
.footdiv {
    min-width: 0px;
	max-width: 1920px;
	margin: 0 auto;
    padding: 3px 15px;
    border-top: 1px solid #3399CC;
    text-align: center;
}
#clock {
    font-size: 20px;
    color: #3399CC;
}