@charset "UTF-8";
/*
 * base
 */
html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  word-break: normal;
  word-wrap: normal;
  margin: 0;
  padding: 0; }

body {
  background: transparent url("../img/backimg.jpg") repeat scroll center center/cover; }

/*
 * layout
 */
#wrapper {
  width: 100%; }

.wrap {
  padding: 1em 20px 5em;
  margin: auto; }

.wrap_header {
  padding: 1em 20px;
  margin: auto; }

.wrap_footer {
  padding: 3em 20px 0;
  margin: auto; }

.miniwrap {
  margin: 0;
  padding: 90px 20px 10px; }

.microwrap {
  margin: auto;
  text-align: center; }

.header_wrap {
  position: relative; }

header, main, footer {
  width: 100%;
  z-index: 10; }

header {
  position: fixed;
  z-index: 100;
  left: 0; }

#backimg {
  width: 100%;
  height: 100%;
  background: url(../img/backimg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  z-index: -10; }

/*
 * part
 */
header {
  background: #fff;
  box-shadow: 0px 0px 4px #000; }

main {
  line-height: 1.6;
  width: 100%;
  margin: 0; }

.navigation_wrap {
  padding: 0;
  margin: 0; }

.navigation {
  display: none;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 1px solid #393; }
  .navigation li {
    padding: 0;
    display: block;
    margin: 0;
    font-size: 1.2em;
    border: 1px solid #393; }
  .navigation li:last-child {
    border-right: none; }
  .navigation a {
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
    padding: 1em 0; }
    .navigation a:hover {
      color: #78bd36; }
  .navigation.is_active {
    display: block; }

.menu_button {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  bottom: 10px; }

#headerlogo {
  display: inline-block; }
  #headerlogo a:hover {
    opacity: 0.5; }

#copyright {
  text-align: right;
  padding-bottom: 1em;
  font-size: 0.9em; }
  #copyright a {
    color: #000;
    text-decoration: none; }
    #copyright a:hover {
      text-decoration: underline; }

.fleft {
  float: left; }

table {
  vertical-align: top;
  width: 100%; }
  table th {
    white-space: nowrap;
    vertical-align: top; }
    @media screen and (max-width: 400px) {
      table th {
        white-space: normal; } }
  table td {
    padding-bottom: 1em;
    padding-left: 2em;
    white-space: normal;
    vertical-align: top; }
    @media screen and (max-width: 400px) {
      table td {
        padding-left: 1em; } }

.caption {
  display: block; }

.env-logo {
  display: table-cell;
  margin-top: 30px;
  width: 90px;
  text-align: center;
  vertical-align: middle; }
  .env-logo img {
    width: 80%;
    height: auto;
    margin: 0 10%;
    display: inline; }

.control {
  width: 50px;
  position: fixed;
  right: 20px;
  z-index: 800; }

#lightbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  top: -9999px;
  z-index: 200;
  overflow: scroll; }
  #lightbox .table-cell {
    vertical-align: middle;
    text-align: center;
    overflow: scroll; }
    #lightbox .table-cell img {
      margin-top: 5%;
      height: auto;
      max-height: 90%; }
  #lightbox .inner_wrap {
    display: block;
    padding: 0 1%;
    height: 80%;
    width: 98%; }
  #lightbox .img_case {
    display: block;
    vertical-align: middle;
    text-align: center; }
    #lightbox .img_case img {
      height: auto;
      width: 90%;
      vertical-align: middle;
      margin: 1em; }
  #lightbox .description {
    color: white;
    margin: auto;
    padding-top: 1em;
    text-align: left;
    display: table-row;
    vertical-align: middle; }
    #lightbox .description h2 {
      font-size: 1.7em;
      margin-bottom: 1em;
      margin-top: 0.3em; }
    #lightbox .description p {
      line-height: 2; }

#count_box {
  width: 50px;
  height: 50px;
  position: relative; }

#count {
  font-size: 2em;
  color: #78bd36;
  position: absolute;
  top: -9px;
  left: 0px; }

#max_count {
  font-size: 2em;
  color: #78bd36;
  position: absolute;
  bottom: -9px;
  right: 0px; }

.userfile_wrap {
  display: inline-block;
  padding: 4px 6px;
  background: #eee;
  border: 1px solid #aaa;
  font-size: 0.9em;
  font-weight: normal;
  cursor: pointer;
  text-align: center; }
  .userfile_wrap input[type="file"] {
    display: none; }

.select_files {
  display: none;
  font-size: 0.8em;
  font-weight: normal; }
  .select_files.is_active {
    display: block; }

/*
 * common
 */
.scroll {
  cursor: pointer; }

.white_back {
  background: #fff;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.shadow {
  box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.6); }

.hidden {
  opacity: 0; }

.hidden_top {
  top: -100px; }

.Lfont {
  font-size: 3em;
  font-weight: 800; }
  @media screen and (max-width: 400px) {
    .Lfont {
      font-size: 2em; } }

.Mfont {
  line-height: 1.5;
  font-size: 1.8em;
  font-weight: 600; }

.Sfont {
  font-size: 1.4em;
  font-weight: 600; }

.SSfont {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4; }

.SSSfont {
  font-size: 0.95em;
  font-weight: 600;
  height: 1.1em; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 800; }

.white_font {
  color: #fff; }

.green_font {
  color: #78bd36; }

.lightgreen_font {
  color: #78bd36; }

.gray_font {
  color: #666; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.middle {
  vertical-align: middle; }
  .middle .cell {
    vertical-align: middle; }

.tbl {
  display: table; }

.row {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: table-row; }

.cell {
  display: table-cell;
  white-space: normal;
  overflow: hidden; }

.line {
  display: table;
  height: 50px;
  margin: auto; }
  .line .linecell {
    display: table-cell;
    vertical-align: middle; }
  .line a {
    text-decoration: none;
    color: #000; }
    .line a:hover {
      text-decoration: underline; }

.half {
  width: 50%;
  margin-left: 20px; }

.half:first-child {
  margin-left: 0; }

.half.padding1 {
  padding: 20px; }

.pad_rl10 {
  padding: 0 10px; }

.right {
  position: absolute;
  right: 20px; }

.position_base {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: visible;
  display: inline-block; }

#IMJ {
  position: absolute;
  display: block;
  top: -90px;
  z-index: 100; }

.imj_box {
  position: relative;
  overflow: visible; }

.gray_border {
  border: 1px solid #b2b2b2; }

.border_b {
  border-bottom: 1px solid #b2b2b2;
  vertical-align: bottom;
  line-height: 1; }

.btn {
  display: block;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.7; }

.photo {
  cursor: pointer;
  background-image: #ffffff; }
  .photo img {
    opacity: 1;
    width: 318px;
    height: 250px; }
  .photo:hover img {
    opacity: 0.7; }

.disc {
  list-style-type: disc;
  margin-left: 2em; }

.kadofuti {
  background-image: url(../img/futi_tl.png), url(../img/futi_tr.png), url(../img/futi_br.png), url(../img/futi_bl.png);
  background-repeat: no-repeat;
  background-position: left top, right top, right bottom, left bottom;
  margin: 1em 0; }

a[href^="http://www.ptengine.jp"] {
  display: none; }

.main-gallery {
  padding-bottom: 3em; }

.footer_item {
  margin-top: 20px; }

.map_link {
  display: table;
  width: 100%;
  vertical-align: middle; }

.map_link_icon {
  padding-right: 5px; }

.map_link_icon, .map_link_address {
  display: table-cell;
  vertical-align: top; }

.map_link_icon img {
  display: block; }

.allow_break {
  white-space: normal; }

.w30p {
  width: 30%; }

.w70p {
  width: 70%; }

.w90p {
  width: 90%; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.pl1 {
  padding-left: 1em; }

.txtright {
  text-align: right; }

.mt10 {
  margin-top: 80px; }

.mt9 {
  margin-top: 50px; }

.mt8 {
  margin-top: 45px; }

.mt7 {
  margin-top: 30px; }

.mt6 {
  margin-top: 20px; }

.mt5 {
  margin-top: 15px; }

.mt4 {
  margin-top: 5px; }

.mt3 {
  margin-top: 3px; }

.mt2 {
  margin-top: 2px; }

.mt1 {
  margin-top: 1px; }

.pdd_a {
  padding: 10px 20px;
  background-color: #ffffff; }

.pdd_l {
  padding-left: 20px; }

.pdd_l2 {
  padding-left: 5px; }

.pdd_l3 {
  padding-left: 150px; }

.right {
  position: absolute;
  right: 20px; }

.left {
  float: left; }

.txt-red {
  color: #990000; }

.small {
  font-size: 80%; }

.link_btn {
  padding: 6px 20px;
  margin: 0;
  font-size: 1em;
  cursor: pointer;
  vertical-align: middle; }

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  width: 100%;
  font-size: 12px;
  background: #fff;
  padding: 1.2em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: .5s; }

.cookie-consent.is-show {
  bottom: 0;
  z-index: 100; }

.cookie-inner {
  width: 100%; }

.cookie-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.2em; }

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 2em;
  cursor: pointer;
  margin: 5px; }

.cookie-refuse {
  margin: 5px;
  background: #ccc;
  padding: .5em 1.5em;
  cursor: pointer;
  text-decoration: none;
  color: #000; }

.cookie-setting {
  margin: 5px;
  background: #333;
  padding: .5em 1.5em;
  cursor: pointer;
  text-decoration: none;
  color: #fff; }

.cookie-learm {
  margin: 5px;
  background: #eee;
  padding: .5em 1.5em;
  cursor: pointer;
  text-decoration: none;
  color: #000; }

.cookie-action {
  display: flex;
  justify-content: center;
  margin-top: 1em; }

.cookie-setting-popup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  bottom: -1000px;
  width: 100%;
  font-size: 12px;
  background: #fff;
  padding: 1.2em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: .5s;
  gap: 1em;
  z-index: 500; }
  .cookie-setting-popup.is-show {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll; }

.cookie-setting-close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer; }

.checkbox {
  display: inline;
  width: auto; }

/* パッと消える */
.cc-hide1 {
  display: none; }

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards; }

@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* メディアクエリ */
@media screen and (max-width: 650px) {
  .cookie-consent {
    flex-direction: column;
    width: 100%; }

  .cookie-text {
    width: 100%;
    margin-bottom: 1em; } }
.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.kei {
  border: 1px solid #333;
  padding: 5px 8px; }
