@charset "utf-8";
/* CSS Document */
/*----------------------
	デフォルトスタイル
-----------------------*/
body, p, h1, h2, h3, h4, h5, h6, span, small, strong, div, ul, li, dl, dd, figure, img, header, footer, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url(../img/bg.jpg);
    /* [disabled]background-position: center top; */ /* 画像を常に天地左右の中央に配置 */
    background-repeat: repeat;
    /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
    /* [disabled]background-color: #0065a3; */
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
div {
  vertical-align: bottom;
}
.wrapper {
    width: 100%;
    /* [disabled]font-size: 110%; */
    /* [disabled]background-image: url(../img/cbg.png); */
    /* [disabled]background-position: center top; */
    /* [disabled]background-repeat: repeat-y; */
}
.contents {
    padding: 0px;
    /* [disabled]width: 1000px; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.contents2 {
    /* [disabled]background-image: url(../img/mbg.jpg); */
    /* [disabled]background-position: center top; */ /* 画像を常に天地左右の中央に配置 */
    /* [disabled]background-repeat: repeat-y; */
    /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
}
.contents3 {
    background-color: #101010;
}
.contents4 {
    padding: 0px;
    /* [disabled]width: 1000px; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #065e95;
}
.contents5 {
    padding: 0px;
    /* [disabled]width: 1000px; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    /* [disabled]background-color: #fff2f2; */
}
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  /* [disabled]height: 100px;
*/
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul li {
  /* [disabled]width: 100px;
*/
  /* [disabled]height: 100px;
*/
  float: left;
  display: inline;
  overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul {
  display: inline-block;
  overflow: hidden;
}
.c01bg {
    background-image: url(../img/01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 2125px;
}
.c01 {
    padding: 0px;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/01.jpg);
    background-position: center top;
    height: 2125px;
    background-repeat: no-repeat;
}
.c02bg {
    background-image: url(../img/02bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    /* [disabled]height: 864px; */
}
.c02 {
    padding: 0px;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 864px;
}
.c03bg {
    background-image: url(../img/prfbg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.c03 {
    padding: 0px;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/ngr.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 1176px;
}
.c04bg {
    background-image: url(../img/04.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 94px;
}
.c04 {
    padding: 0px;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../img/04.jpg);
    background-position: center top;
    height: 94px;
    background-repeat: no-repeat;
}
.formbg {
    /* [disabled]background-color: #fff9ea; */
}
.formbg2 {
    background-image: url(../img/form_bgt.png);
    background-position: center top; /* 画像を常に天地左右の中央に配置 */
    background-repeat: repeat-x;
}
.form {
    /* [disabled]padding-top: 567px; */
    /* [disabled]padding-right: 0px; */
    /* [disabled]padding-left: 0px; */
    /* [disabled]padding-bottom: 10px; */
    /* [disabled]width: 1000px; */
    /* [disabled]margin-top: 20px; */
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    /* [disabled]background-image: url(../img/form.jpg); */
    /* [disabled]background-position: center top; */ /* 画像を常に天地左右の中央に配置 */
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]height: 637px; */
    /* [disabled]border: solid 15px #179e14; */
    /* [disabled]position: absolute; */
}
a:hover img.overwhite {
  cursor: pointer;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}
.in {
  /* [disabled]padding-top: 360px; */
}
.f_txt {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    font-size: 1em;
    width: 85%;
    /* [disabled]border: 5px solid #111111; */
    /* [disabled]border-radius: 118px; */
    margin-top: 0;
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 0;
    text-align: center;
    background-color: #2E2E2E;
    color: #FFFFFF;
}
.submit {
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
    /* [disabled]margin-bottom: 50px; */
    padding-bottom: 0px;
    /* [disabled]padding-top: 20px; */
}
p {
    line-height: 1.5em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
}
#footer {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #000000;
  text-align: center;
  font-size: 80%;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*table tr td {
    padding: 10px;
    border-bottom: 1px solid black;
    line-height: 1.3em;
}
table {
    border-collapse: collapse;
}*/
.f1 {
  font-weight: bold;
  text-decoration: underline;
}
.f2 {
    font-weight: bold;
    background-color: #FFE166;
}
.f3 {
  font-weight: bold;
  color: #F00;
}
.f4 {
  font-weight: bold;
  /* [disabled]font-size: 1.5em; */
}
.text {
  background-color: #FFF;
  width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  border: 1px solid #A6A6A6;
  margin-left: auto;
}
.text2 {
    /* [disabled]background-color: #FFF; */
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.time {
  background-color: #FF0000;
}
.timein {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-align: center;
  font-size: 2em;
  color: #FFFFFF;
  line-height: 2em;
}
.blue {
  background-color: #146AC9;
}
.red {
  background-color: #F00000;
}
.stn_main {
  width: 90%;
  margin: 0 auto;
}
.stn_main p {
  /* [disabled]font-weight: bold;
*/
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #666;
  color: #000000;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
}
.komidashibg {
  background-image: url(../img/komidashibg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}
.movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    /* [disabled]border: 10px solid #FFF; */
    margin-left: auto;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.waku {
  background-color: #fbfaf5;
  width: 90%;
  margin: 1em auto 0;
  padding: 1em;
}
.waku p {
  margin: 0px;
  padding: 0px;
  border-bottom: dashed 1px rgba(182, 182, 182, 1.00);
}
table {
  width: 90%;
  border-collapse: collapse;
}
table tr {
  border-bottom: solid 2px white;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td {
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.tsh {
    font-weight: bold;
    /* [disabled]background-color: #2B5DC8; */
    color: #000000;
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
    border-bottom: solid 2px #000;
}
.tsh2 {
    /* [disabled]text-align: left; */
    /* [disabled]text-indent: 1em; */
}
.slideConts {
    /* [disabled]width: 500px; */
    /* [disabled]height: 400px; */
    /* [disabled]margin: 40px auto; */
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.slideContsL {
    /* [disabled]background-color: lightpink; */
    transform: translate(-800px, 0)
}

.slideContsR {
    /* [disabled]background-color: lightblue; */
    transform: translate(800px, 0)
}

.slideContsL.show {
    transform:translate(-50px, 0) !important
}

.slideContsR.show {
    transform: translate(50px, 0) !important
}
