@charset "utf-8";

/*---------------------------------------------
	リセット
---------------------------------------------*/
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding: 0;
}
p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

/*---------------------------------------------
	body
---------------------------------------------*/
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-y: scroll;
  } /* 10px */

  body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    color: #122025;
    overflow-x: hidden;
    font-family: "Noto Sans JP";
  }

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
  color: #31A5A6;
}
a:link {
  text-decoration: none;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	animation
---------------------------------------------*/
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}

/*---------------------------------------------
	header
---------------------------------------------*/
  header{
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-repeat: no-repeat;
    background-size: cover ;
    position: relative;
  }

  header ul{
      position: absolute;
      top: 0;
      right: 0;
  }

  .mainimg_change{
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-repeat: no-repeat;
    background-size: cover ;
    position: absolute;
    top: 0;
    left: 0;
    animation  : bgAnime  60s infinite;
    animation-delay  : 2s;
    opacity : 0;
  }

  @keyframes bgAnime {
    0% { opacity: 0; }
    5% { opacity: 1; }
   25% { opacity: 1; }
   30% { opacity: 0; }
  100% { opacity: 0; }
 }


/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .vertical{
    max-height: 25em !important;
    max-width: 30em !important;
  }
}

.vertical:after,
.vertical:before{
  display: table;
}

.mb30{ margin-bottom: 30px;}
.tac{ text-align: center;}
.tal{ text-align: left;}
.tar{ text-align: right;}
/*---------------------------------------------
	button
---------------------------------------------*/
 .btn{
   position: relative;
   margin: 0 auto;
 }

 .btn a{
  padding: 1rem;
  display: block;
  margin: 20px auto;
  color: #fff !important;
  background:#31A5A6 url("/img/btn_arrow.png") no-repeat 85% 50%;
  text-decoration: none !important;
  letter-spacing: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.btn a:hover{
  background:#31A5A6 url("/img/btn_arrow.png") no-repeat 90% 50%;
}

 .btn a:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0 3rem 5rem 0;
}

/*---------------------------------------------
	column
---------------------------------------------*/
 section{
   display: block;
   position: relative;
 }

 .column1{
   width: 90%;
   display: block;
   margin: 0 auto;
 }


/*---------------------------------------------
  [ 00 ]
  　index
---------------------------------------------*/

#index_news{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -5rem !important;
  background:#000;
  z-index: 2;
}

#index_news h2{
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1rem;
  padding: 3rem 2rem 2rem 5rem;
}

#index_news .flexbox{
justify-content: flex-end !important;
}

 /* news ticker */
 #index_news:before{
  content: "";
  position:absolute;
  top:0;
  left: -40px;
  width:0;
  height:0;
  border-style: solid;
  border-color:  transparent transparent #000 transparent;
  border-width: 0 0 7.5rem 4rem;
}

/* news ticker */
 .ticker {
  margin: 0 auto;
  padding: 3rem 0;
  width: 50vw;
  text-align: left;
  background-color: #000;
  position: relative;
  overflow: hidden;
  }

  .ticker ul {
  width: 100%;
  position: relative;
  }

  .ticker ul li {
  width: 100%;
  display: none;
  text-align: center;
  }
  .ticker ul li a{
    color: #fff;
  }
  .ticker ul li span{
    font-weight: bold;
    font-size: small;
    margin-right: 2rem;
    color: #31A5A6;
  }


 /* gallery */
 .gallery_large img{
   width: 100%;
 }
 .gallery_small img{
  width: 50%;
  max-height: 18vw;
}

.gallery_large,
.gallery_small{ line-height: 0;}


 /*---------------------------------------------
	footer
---------------------------------------------*/
footer{
  background: url("/img/index_footer_bg.png") no-repeat;
  background-size: cover;
}

footer dl.company{
  width: 100%;
  display: flex;
}

footer dl.company:first-child{
  margin-top: 2em;
}

footer dl.company dt{
  width: 10rem;
  padding: 1rem;
  border: 1px solid #31A5A6;
  color: #31A5A6;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-right: 5rem;
}
footer dl.company dd{
  display: table-cell;
  vertical-align: middle;
}
footer .flex_inner img{
  width: 100%;
}
footer dl.company dt,
footer dl.company dd{ margin-bottom: 2rem;}

footer .logo{
  text-align: center;
  margin: 5rem auto;
}
footer .logo svg{
  stroke: #31A5A6;
  fill:transparent;
}


footer .copyright{
  letter-spacing: 0.2em;
  font-size: 0.8em;
  color:#31A5A6;
}


 /*---------------------------------------------
	loading
---------------------------------------------*/

#loading img{
  height: 40vh;
  margin: 0 auto;
}

    #is-loading {
      display: block;
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0px;
      left: 0px;
      background: #FFF;
      z-index: 8;
     }
     #loading {
      display: none;
      position: fixed;
      top: 45%;
      left: 50%;
      width: 200px;
      height: 200px;
      margin-top: -100px;
      margin-left: -100px;
      text-align: center;
      color: #fff;
      z-index: 9;
     }


/*---------------------------------------------
	Navigation
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=K2D");
.menu__toggler {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 999;
  height: 55px;
  width: 50px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #000;
  padding: 10px;
}
.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2.5px;
  background: #fafafa;
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu__toggler span::before {
  top: -8px;
}
.menu__toggler span::after {
  top: 8px;
}
.menu__toggler.active > span {
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  background: #31A5A6;
  top: 0px;
}
.menu__toggler.active > span::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.menu__toggler.active > span::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/*
 * SLIDING MENU PANEL
 */
.menu {
  position: fixed;
  z-index: 998;
  color: #31A5A6;
  background: rgba(0, 0, 0, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  height: 100%;
  padding-top: 100px;
  padding-left: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 600px) {
  .menu {
    width: 250px;
    left: -250px;
    padding: 50px;
  }
}
.menu.active {
  left: 0;
}

.menu p {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  letter-spacing: 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 1em 0;
  border-bottom: 1px solid #666;
}

.menu p span{
  font-size: 0.5em;
  display: block;
  clear: both;
}
.menu p span{
  color: #999;
}

.menu p:before{
  content: "";
}

.menu p a{
  text-decoration: none;
}

/*
 * BASIC STYLES
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------------------
	all - mainview
---------------------------------------------*/

#infoindex #mainview{
  width: 100vw;
  min-height: 50vh;
  display: block;
  position: relative;
  background: url("/img/common/info_mainview.jpg") no-repeat 50% 50%;
}

#conce #mainview{
  width: 100vw;
  min-height: 50vh;
  display: block;
  position: relative;
  background: url("/img/common/conce_mainview.jpg") no-repeat 50% 50%;
}

#gallery #mainview{
  width: 100vw;
  min-height: 50vh;
  display: block;
  position: relative;
  background: url("/img/common/gallery_mainview.jpg") no-repeat 50% 50%;
}

#contact #mainview{
  width: 100vw;
  min-height: 50vh;
  display: block;
  position: relative;
  background: url("/img/common/contact_mainview.jpg") no-repeat 50% 50%;
}


/*---------------------------------------------
	all - breadcrumbs
---------------------------------------------*/
.breadcrumbs ul{
  display: flex;
  list-style: none;
  margin: 15px 0;
}
.breadcrumbs ul li{
  letter-spacing: 0.1em;
  font-size: 0.9em;
}

.breadcrumbs ul li:before{
  font-family: 'Roboto Condensed', sans-serif;
  content: '>';
  padding: 0 1em;
}
.breadcrumbs ul li:nth-child(1):before{ display: none;}

/*---------------------------------------------
	news - wp
---------------------------------------------*/

#infoindex section{
  margin-bottom: 2em !important;
}

#contact #mainview h2,
#gallery #mainview h2,
#conce #mainview h2,
#infoindex #mainview h2{
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5em;
  display: block;
  font-size: 2em;
  text-shadow:-2px -2px 3px #ccc;
  color: #fff;
  padding-top: 5em;
}
.single_contents{
  padding: 2em;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.single_contents p{ padding: 0 1em;}

.info_side ul{
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.info_side ul li{
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1.5em;
}

.info_side ul li:last-child{
  border: none !important;
}

.info_side h4{
padding: 1rem;
display: block;
margin: 20px auto;
color:#31A5A6;
text-decoration: none !important;
letter-spacing: 1rem;
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
}

.info_list dl{
  width: 100%;
  margin: 2em auto;
  box-shadow: 0 0 8px #ccc;
  display: flex;
}
.info_list dl dd{
  min-width: 4em;
  background: #444;
  color: #fff;
  text-align: center;
  padding-top: 2em;
}
.info_list dl dt{
  width: 100%;
  padding: 1em 2em;
}
.info_list dl dt p{
  width: 100%;
}

.info_list dl dd .vertical{
  min-height: unset !important;
}

.info_list dl span.gokanisou{
    width: 2em;
    background-size: contain;
    background-color:#EAF6F6;
    display: block;
}

.cat-data{
    font-family: 'Roboto Condensed', sans-serif;
}

.btn_2 a{
padding: 0.5em 7em 0.5em 2em;
display: inline-block;
margin: 20px auto;
color: #fff !important;
background:#31A5A6 url("/img/btn_arrow.png") no-repeat 85% 50%;
text-decoration: none !important;
font-family: 'Roboto Condensed', sans-serif;
}

.btn_2 a:hover{
background:#31A5A6 url("/img/btn_arrow.png") no-repeat 90% 50%;
}
.btn_2 a:after{
content: "";
position:absolute;
top:0;
right:0;
width:0;
height:0;
border-style: solid;
border-color: transparent #fff transparent transparent;
border-width: 0 3rem 5rem 0;
}


 .kiji-tag{
   padding: 0.5em 2em;
   background: #EAF6F6;
   margin-top: 2em;
   font-size: 0.9em;
 }
 h2.col_mblue{
   color: #31A5A6;
   padding-bottom: 0.5em;
   border-bottom: 1px solid #ccc;
   margin-bottom: 1em;
 }

/*---------------------------------------------
	contact
---------------------------------------------*/

.form_inner {
  margin:0 auto;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
}
.form_inner .bg_green {
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  background-color:#31A5A6;
  color:#FAFAFA;
  padding: 1em 0;
  margin-bottom: 20px;
}

.form_inner dl{ margin-bottom: 15px;}
.form_inner dl dt{ font-weight: bold; letter-spacing: 0.1em; padding-top: 1em;}

input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}

input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;
}
::-moz-placeholder {
   color: #FAFAFA;
}
:-ms-input-placeholder {
   color: #FAFAFA;
}
button {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#2ABCA7;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2ABCA7;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}
button:hover, .button:hover {
  background:#19a08c;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
span.form_require{
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #31A5A6;
  padding: 0.5em 1em;
  border: #31A5A6 1px solid;
  margin-left: 15px;
}

#formbtn{
  width: 60% !important;
  background:#EAF6F6;
  font-size: 1.6rem;
  color: #31A5A6;
  font-weight: bold;
}
.wpcf7-response-output.wpcf7-validation-errors{
  color: #d89c9c;
  font-weight: bold;
  padding: 1em 0;
}

.screen-reader-response{
  border-radius: 10px;
  padding: 1em 2em;
  margin-bottom: 15px;
}

/*---------------------------------------------
	gallery
---------------------------------------------*/
.gallery_wrapper{
  margin-bottom: 50px;
}

.gallery_ttl{
  display: flex;
  background-image: url(/img/common/icon_arrow.png);
  background-color:#EAF6F6;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.gallery_ttl h3{
  font-family: serif;
  font-size: 2.5rem;
}
.gallery_ttl p{
  padding: 1em 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.gallery_ttl h3:after{
  content: "様";
  color: #31A5A6;
}

.gallery_category{
  position: absolute;
  bottom: -10px;
  left: 50px;
}
.gallery_category ul{
  display: flex;
}
.gallery_category ul li{
  display: block;
  text-align: center;
  padding: 0.5em 1em;
}
.gallery_category ul li:nth-child(odd){ background:#31A5A6;}
.gallery_category ul li:nth-child(even){ background:#247B7B;}

.gallery_category ul li a{
  color: #fff;
  text-decoration: none;
}

.gallery_wrapper a{ color: unset; text-decoration: none;}
