@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------

	body

--------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*html {
    height: 100%;
}
*/
body {
  height: 100%;
  margin: 0;
}

body {
  display: block;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  background-color: #fff;
  overflow-x: hidden;
  height: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  font-size: 14px;
}

a,
a:hover,
a img:hover {
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  max-width: 100%;
}

img:hover {
  outline: none;
}

a:hover img {
  opacity: 0.75;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
  margin: 0;
}

/* ----------------------------------------------------

	H1,H2,H3,font

--------------------------------------------------- */
h2 {
  text-align: center;
  margin-bottom: 40px;
  display: block;
  font-family: ten-mincho, serif;
  font-weight: 400;
  color: #1fa3c1;
}

h2.colorBk {
  color: #4d4d4d;
}

h2 span {
  display: block;
}

h2 .jp {
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

h2 .en {
  font-size: 14px;
  letter-spacing: 0.2rem;
}

h2.title .en:after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  margin: 10px auto 9px auto;
  background: #1fa3c1;
  text-align: center;
}

h2.title strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: 400;
}

h2.title .imgTitle {
  max-width: 100%;
  height: auto;
}

h3.title {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-size: 30px;
  color: #4d4d4d;
  letter-spacing: 0.3rem;
}

.colorBlue {
  color: #1fa3c1;
}

.colorOrange {
  color: #F15A24;
}

.f-mincho {
  font-family: ten-mincho, serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

p {
  font-size: 16px;
  line-height: 1.8;
  padding: 6px;
  letter-spacing: 0.1rem;
}

.center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-smole {
  font-size: 13px !important;
}

/* ----------------------------------------------------

	contents

--------------------------------------------------- */
#contents {
  width: 100%;
  height: 100%;
  padding-top: 140px;
  margin-bottom: 80px;
  z-index: 1;
  position: relative;
}

#contents::after {
  content: "";
  clear: both;
  display: table;
}

section {
  padding: 70px 0 70px;
  text-align: center;
  clear: both;
}

.inner {
  width: 92%;
  max-width: 1024px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.innerMid {
  width: 92%;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.inner:after,
.innerMid:after {
  clear: both;
  content: "";
  display: table;
}

#sub-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 380px;
  text-align: center;
  padding-top: 150px;
}

#sub-head h2 {
  color: #4d4d4d;
}

/* ----------------------------------------------------

	マージンセット

--------------------------------------------------- */
.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

/* ----------------------------------------------------

	button

--------------------------------------------------- */
a.moreDetails {
  height: 60px;
  line-height: 60px;
  width: 100%;
  max-width: 480px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #1486a0;
  letter-spacing: 0.15rem;
  background-color: #fff;
  display: block;
  text-align: center;
  margin: 50px auto 30px auto;
  border: #1486a0 2px solid;
  position: relative;
  border-radius: 6px;
}

a.moreDetails:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 14px;
  font-weight: normal;
}

a.moreDetails:hover {
  opacity: 1;
  background-color: #1486a0;
  color: #fff;
}

/* ---------------------------------------------------

	pagetop

--------------------------------------------------- */
#pagetop {
  background: url("../img/common/pagetop.png") no-repeat;
  background-size: auto;
  background-position: 0 0;
  cursor: pointer;
  height: 111px;
  width: 110px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  z-index: 80;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

/* ----------------------------------------------------

	header

--------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  background: url("../img/common/header_bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  z-index: 100;
  height: 180px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .h_inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  zoom: 1;
}

header .inner:before,
header .inner:after {
  clear: both;
  content: "";
  display: table;
}

/* header > h-logo
	----------------------------------------------- */
#h-logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#h-logo a {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 4px;
}

#h-logo a img {
  max-width: 100%;
  height: auto;
}

/* header > h-menu
	----------------------------------------------- */
#h-trigger {
  display: none;
}

.sh_bg {
  display: none;
}

/* ----------------------------------------------------

	nav

--------------------------------------------------- */
nav {
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 15px;
}

nav #hn-left,
nav #hn-right {
  height: 100%;
  width: 40%;
}

nav #hn-left {
  float: left;
  text-align: left;
}

nav #hn-right {
  float: right;
  text-align: right;
}

nav #hn-etc {
  display: none;
}

nav a {
  background-position: center top;
  background-repeat: no-repeat;
  color: #4d4d4d;
  display: block;
  float: left;
  font-size: 15px;
  height: 100%;
  padding: 55px 0 0;
  text-align: center;
  text-decoration: none;
  width: 33%;
  font-family: ten-mincho, serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

nav a span {
  font-size: 11px;
  display: block;
}

/* ----------------------------------------------------

	footer

--------------------------------------------------- */
footer {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  color: #fff;
  background: url("../img/common/footer_bg.png");
  background-position: center;
  background-repeat: repeat;
  font-family: ten-mincho, serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  z-index: 10;
}

footer::before {
  content: "";
  background: url("../img/common/footer_top.png");
  background-position: center top;
  background-repeat: repeat-x;
  display: inline-block;
  width: 100%;
  height: 100px;
  margin-top: -44px;
}

footer .inner {
  padding: 0 0 20px;
  margin-top: -40px;
  max-width: 783px;
}

footer .f_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
}

footer .f_left {
  width: 48%;
  text-align: left;
}
footer .f_left f_logo {
  display: block;
}
footer .f_left f_logo img {
  max-width: 100%;
  height: auto;
}
footer .f_left .f_add {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}
footer .f_left .kouzi {
  line-height: 1.3;
  font-size: 15px;
  padding: 0;
  margin: 0 auto 6px auto;
}
footer .f_left .f_contact li {
  margin-bottom: 5px;
}

footer .f_right {
  width: 48%;
}
footer .f_right .footer-card img {
  width: 100%;
  height: auto;
}

footer ul.foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul.foot_nav li {
  border-right: #fff 1px dotted;
  padding: 0 20px;
}

footer ul.foot_nav li:last-child {
  border-right: none;
}

footer ul.foot_nav li a {
  color: #fff;
  font-size: 14px;
}

footer ul.foot_nav li a:hover {
  opacity: 0.75;
}

footer .copy {
  width: 100%;
  padding: 10px;
  color: #1fa3c1;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  background-image: none;
}

footer .copy:before {
  content: "©";
}

@media screen and (max-width: 768px) {
  footer::before {
    content: "";
    background: url("../img/common/footer_top_sp.png");
    background-position: center top;
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 600px) {
  footer ul.foot_nav {
    display: none !important;
  }
  footer .f_block {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-bottom: none;
  }
  footer .f_left {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  footer .f_left .f_add {
    text-align: center;
  }
  footer .f_left .kouzi {
    text-align: center;
  }
  footer .f_left .kouzi br {
    display: block;
  }
  footer .f_left .f_contact li {
    margin-bottom: 5px;
  }
  footer .f_right {
    width: 80%;
    margin: 0 auto 30px;
  }
}
/* ----------------------------------------------------

	contact-bnr

--------------------------------------------------- */
.contactBnr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 0;
}

.contactBnr .contact-inner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
}

.contactBnr .contact-inner .contact-title {
  background-color: #dbbc69;
  padding: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

ul.contact-buttons {
  display: table;
  width: 100%;
}

ul.contact-buttons li {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 10px;
}

ul.contact-buttons li img {
  max-width: 100%;
  height: auto;
}

ul.contact-buttons li:first-child {
  border-right: 1px solid #aeaeae;
}

/* ----------------------------------------------------

	Media Queries

--------------------------------------------------- */
@media screen and (min-width: 1025px) {
  #h-nav a:hover {
    color: #009FE8;
  }
  nav a {
    background-size: 40px 40px;
    background-position: center 5px;
  }
  nav a#n-home {
    background-image: url("../img/common/n_home.png");
    opacity: 0.9;
  }
  nav a#n-paint {
    background-image: url("../img/common/n_icon1.png");
    opacity: 0.9;
  }
  nav a#n-gallery {
    background-image: url("../img/common/n_icon2.png");
    opacity: 0.9;
  }
  nav a#n-voice {
    background-image: url("../img/common/n_voice.png");
    opacity: 0.9;
  }
  nav a#n-campany {
    background-image: url("../img/common/n_icon3.png");
    opacity: 0.9;
  }
  nav a#n-contact {
    background-image: url("../img/common/n_icon4.png");
    opacity: 0.9;
  }
  nav a:hover#n-home {
    background-image: url("../img/common/n_home_ov.png");
    opacity: 0.9;
  }
  nav a:hover#n-paint {
    background-image: url("../img/common/n_icon1_ov.png");
    opacity: 0.9;
  }
  nav a:hover#n-gallery {
    background-image: url("../img/common/n_icon2_ov.png");
    opacity: 0.9;
  }
  nav a:hover#n-voice {
    background-image: url("../img/common/n_voice_ov.png");
    opacity: 0.9;
  }
  nav a:hover#n-campany {
    background-image: url("../img/common/n_icon3_ov.png");
    opacity: 0.9;
  }
  nav a:hover#n-contact {
    background-image: url("../img/common/n_icon4_ov.png");
    opacity: 0.9;
  }
  /* ----------------------------------------------------
   header サイズ変更
  --------------------------------------------------- */
  .is-animation {
    height: 120px;
    background-position: center -60px;
  }
  .is-animation nav a#n-home,
  .is-animation nav a#n-paint,
  .is-animation nav a#n-gallery,
  .is-animation nav a#n-campany,
  .is-animation nav a#n-voice,
  .is-animation nav a#n-contact {
    background-image: none;
  }
  .is-animation nav {
    margin-top: 0px;
  }
  .is-animation nav a {
    padding: 20px 0 0;
  }
  .is-animation #h-logo {
    width: 90px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    background: url("../img/common/header_bg_box.png");
    background-repeat: repeat-x;
    z-index: 100;
    height: 65px;
    display: block;
  }
  header .h_inner {
    padding-top: 0;
    width: auto;
  }
  .sh_bg {
    display: block;
    height: 100%;
  }
  .h_bg {
    display: none;
  }
  .h_inner:before,
  .h_inner:after {
    content: "";
    clear: both;
    display: table;
  }
  header:after {
    z-index: 100;
    position: relative;
  }
  /* header > h-trigger
  ----------------------------------------------- */
  #h-trigger {
    background-size: 100%;
    cursor: pointer;
    display: block;
    float: right;
    height: 100%;
    text-indent: -9999px;
    position: relative;
    width: 60px;
    height: 50px;
    z-index: 200;
    margin-top: 7px;
    background-size: 100%;
  }
  #nav-trigger {
    background: url("../img/common/sp-menu.png") center top no-repeat;
    height: 100%;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    z-index: 0;
    position: relative;
  }
  p#nav-trigger.active {
    background-position: center bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  /* header > h-logo
  ----------------------------------------------- */
  #h-logo {
    left: 10px;
    top: 10px;
    height: 100%;
    margin: 0;
    position: absolute;
    width: 210px;
  }
  #h-logo a {
    text-align: left;
    display: table-cell;
    height: 100%;
  }
  #h-logo a img {
    height: auto;
    width: auto;
  }
  /* header > h-menu
  ----------------------------------------------- */
  #h-menu {
    display: none;
  }
  /*
  nav
  --------------------------------------------------- */
  #h-nav {
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  #h-nav {
    position: fixed;
    top: -506px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #32AFEA;
    color: #fff;
    overflow: hidden;
    /* z-index: 100;*/
    padding: 20px 30px 0 30px;
  }
  nav #hn-etc {
    display: block;
  }
  nav a {
    color: #fff;
    display: block;
    float: none;
    font-size: 16px;
    padding: 30px 0;
    text-align: left;
  }
  nav a:hover {
    opacity: 0.75;
  }
  nav#h-nav li {
    border-bottom: #fff 1px dotted;
    padding: 0px 20px;
  }
  nav#h-nav li a {
    position: relative;
  }
  nav#h-nav li a:after {
    content: "";
    background: url("../img/common/arrow_white.png");
    width: 21px;
    height: 14px;
    position: absolute;
    top: 40%;
    right: -10px;
  }
  nav a#n-home {
    background-image: url("../img/common/n_home_sp.png");
  }
  nav a#n-paint {
    background-image: url("../img/common/n_icon1_sp.png");
  }
  nav a#n-gallery {
    background-image: url("../img/common/n_icon2_sp.png");
  }
  nav a#n-voice {
    background-image: url("../img/common/n_voice_sp.png");
  }
  nav a#n-campany {
    background-image: url("../img/common/n_icon3_sp.png");
  }
  nav a#n-contact {
    background-image: url("../img/common/n_icon4_sp.png");
  }
  .sh_bg nav a {
    background-position: left;
    background-size: 40px;
    padding-left: 60px;
    width: auto;
    line-height: 1;
  }
  nav #sp-nav-wrap {
    border-top: 1px solid rgba(0, 145, 210, 0.8);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  /*
    contents
  --------------------------------------------------- */
  #contents {
    padding-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  /* ----------------------------------------------------

  H1,H2,H3,font

   --------------------------------------------------- */
  h2 .jp {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.2rem;
  }
  h3.title {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  /* font
  ----------------------------------------------- */
  h2 {
    margin-bottom: 20px;
  }
  h2 .jp {
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
  h3.title {
    font-size: 22px;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px;
    text-align: left;
  }
  h2 .jp br,
  p br {
    display: none;
  }
  /* header
  ----------------------------------------------- */
  header {
    height: 55px;
  }
  #h-nav {
    top: -516px;
  }
  #h-trigger {
    width: 50px;
    height: 50px;
    margin-top: 3px;
  }
  /* header > h-logo
  ----------------------------------------------- */
  #h-logo {
    left: 10px;
    top: 10px;
    height: 100%;
    margin: 0;
    position: absolute;
    width: 180px;
  }
  /* contents
  --------------------------------------------------- */
  #contents {
    padding-top: 55px;
  }
  #sub-head {
    height: 170px;
    padding-top: 50px;
  }
  /* contact-bnr
  --------------------------------------------------- */
  .contactBnr {
    padding: 40px 0;
  }
  .contactBnr .contact-inner {
    width: 92%;
    padding: 15px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
  }
  .contactBnr .contact-inner .contact-title {
    padding: 4px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
  }
}