* {
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Lucida Grande', 'Hiragino Kaku Gothic ProN',
    Meiryo, sans-serif;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; /* for iPhone */
  -webkit-font-smoothing: antialiased;
}
body.enpage, .mtitle, .txtspace .mtitle {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul,
ol {
  list-style: none;
}
fieldset,
img {
  border: none;
}
table {
  border-collapse: collapse;
}
a,
a:focus,
*:focus {
  outline: none;
}

a:link,
.contentswrapper .todetail a:link {
  color: #fff;
  text-decoration: none;
}
a:visited,
.contentswrapper .todetail a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}

.contentswrapper a:link,
.p_news_detail a:link {
  color: #333;
}

.contentswrapper a:visited,
.p_news_detail a:visited {
  color: #333;
}

/****************************
  nav
*****************************/

#nav {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

ul.ul_nav {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
ul.ul_nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.ul_nav li a {
  display: block;
  margin: 5px 11px;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
ul.ul_nav li a:hover img {
  opacity: 0.8;
}

@media (max-width: 768px) {
  ul.ul_nav li a {
    margin-right: 5px;
    margin-left: 11px;
  }
}
@media (max-width: 500px) {
  ul.ul_nav {
    text-align: left;
  }
}
@media (max-width: 320px) {
  ul.ul_nav li {
    width: 50%;
  }
}

.fixed {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
}

/****************************
  footer
*****************************/

#footer {
  margin: 0;
  padding: 20px 0;
}
#footer,
#footer a {
  color: #666;
}

.wrapper_footer_nav {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 1em;
}
.wrapper_footer_nav i.fa {
  font-size: 21px;
  vertical-align: -2px;
}
.wrapper_footer_nav a {
  padding: 0 1em 0 0;
  line-height: 2;
}
.wrapper_footer_nav a i.fa {
  color: #888;
}

.wrapper_footer_nav span {
  display: block;
  padding-top: 1em;
}

#copy, #copy2 {
  padding: 2.5em 0 0 0.2em;
  font-size: 0.9em;
}

#tel {
  padding: 0.4em 0 0 0.2em;
  font-size: 1em;
}

#form_footer_search {
  display: table;
  margin: 2em 0 0;
  padding: 0;
  text-align: right;
}

#textbox_footer_search {
  display: table-cell;
  width: 15em;
  margin: 0px;
  padding: 3px 4px;
  border-top: 1px solid #999;
  border-right: none;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
}
#textbox_footer_search:focus {
  background-color: #f9f9f9;
}

a#btn_search {
  display: table-cell;
  width: 2em;
  margin: 0;
  padding: 0 5px 0 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: none;
  text-align: center;
  background-color: #888;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
}
a#btn_search i.fa {
  vertical-align: 1px;
}
a#btn_search:hover {
  background-color: #999;
}

.footer_left,
.footer_right {
  float: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer_left {
    float: left;
    padding-right: 20px;
  }
  .footer_right {
    float: right;
  }

  .wrapper_footer_nav span,
  .wrapper_footer_nav.sns {
    padding-top: 0;
  }

  #form_footer_search {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .wrapper_footer_nav {
    display: inline-block;
  }
  .wrapper_footer_nav a {
    line-height: 2;
  }

  #copy, #copy2 {
    padding-top: 0.5em;
  }
}
@media (min-width: 1200px) {
}

/****************************
  pagination
*****************************/

.pagination {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2;
  margin: 0 0.2em;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
.pagination a:link,
.pagination a:visited {
  background-color: #fff;
  color: #777;
}
.pagination a:hover,
.pagination a:active,
.pagination span {
  background-color: #54bb52;
  color: #fff;
}

.pagination span.disabled {
  background-color: #fff;
  color: #aaa;
}

.icon_angle {
  font-size: 1.3em;
}

/****************************
  script
*****************************/

#toTop {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 1em;
  bottom: 0px;
  width: 3.5em;
  height: 2.7em;
  margin: 0;
  padding: 0.5em 0 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.9;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#toTop:before {
  font-family: 'fontawesome';
  content: '¥f077';
}

/****************************
  floating-widget
*****************************/

.content-wrapper {
  position: relative;
}
.content-wrapper:before,
.content-wrapper:after {
  display: table;
  content: ' ';
}
.content-wrapper:after {
  clear: both;
}
.floating-widget {
  padding: 20px 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.floating-widget.floating {
  position: fixed;
  top: 0;
}
.floating-widget.pinned-bottom {
  position: absolute;
  bottom: 0;
}

/****************************
  ele
*****************************/

.float_left {
  float: left;
  text-align: left;
}
.float_right {
  float: right;
  text-align: right;
}

.fade {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.necess {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #f00;
}

a.more {
  font-size: 0.9em;
}

ul.ul_sns {
  margin: 0;
  padding: 0;
}
ul.ul_sns li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0.7em;
  vertical-align: top;
  line-height: 1;
}

@media (min-width: 768px) {
  ul.ul_sns {
    float: right;
    margin-right: -25px;
  }
}

.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt60 {
  padding-top: 60px;
}

/****************************
  bootstrap
*****************************/

@media print {
  a[href]:after,
  abbr[title]:after {
    content: '' !important;
  }
}

/****************************
  responsive
*****************************/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after {
  clear: both;
}

/****************************
  print
*****************************/

@media print {
  #nav {
    display: none;
  }
}

#logo a img {
  width: 110px;
}

#header.shikaoigraphics #logo a img {
  width: 345px;
}

#footer {
  background: #000;
  color: #fff;
}
#footer.shikaoigraphics {
  background: #2c4474;
  clear: both;
}

#footer a {
  color: #fff;
}

#copy, #copy2 {
  clear: both;
  text-align: center;
}

.footer_left {
  float: left;
  padding-right: 50px;
  border-right: 1px solid #707070;
  height: 250px;
}
.shikaoigraphics .footer_left {
  padding-right: 10px;
}

.container {
  max-width: 1000px;
}
#footer .container {
  width: 1100px;
}
#footer.shikaoigraphics .container {
  width: 1250px;
  max-width: 1250px;
}
#footer.shikaoigraphics #logo a img {
  width: 250px;
  margin-right: 30px;
}
.container.detailpage {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#footer {
  padding: 80px 0;
}

.fmenu {
  width: 33%;
  display: inline-block;
}
.enfooter .fmenu {
  width: 35%;
}

.footer_right {
  width: 60%;
}
.enfooter .footer_right {
  width: 55%;
}

#footer a {
  color: #fff;
  display: block;
  padding: 7px 0;
}

#footer #copy a, #footer #copy2 a {
  display: inline;
}

#copy, #copy2 {
  margin-top: 100px;
}

.fmenu {
  width: 32%;
  display: inline-block;
  padding: 0 3%;
  vertical-align: top;
  border-right: 1px solid #707070;
  height: 250px;
  font-size: 12px;
}

#header.notfixed {
  position: absolute;
  top: auto;
  bottom: -60px;
}

.sns.btn2 {
  margin-left: 7px;
}

@media (min-width: 768px) {
  #header.notfixed {
    bottom: -103px;
  }
}

@media (min-width: 768px) {
  #header {
    width: 100%;
    padding: 26px 55px 26px 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
  }
  #header.shikaoigraphics {
    background: rgba(255, 255, 255, 0.3) 0% 0% no-repeat padding-box;
    border: none;
  }
}

#header.hide {
  transform: translateY(-100%);
}
#jpenchange.hide {
  transform: translateY(-500%);
}

#jpenchange {
    right: 125px;
    position: fixed;
    top: 45px;
    z-index: 9999;
}
#jpenchange a {
color:#fff;
font-family:'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
font-size: 16px;
}
#jpenchange a:hover {
color:#4F70C9;
}
#jpenchange a.jplink {
    font-weight: bold;
}
#jpenchange a.enlink {
    font-weight: normal;
}
.enpage #jpenchange a.jplink {
    font-weight: normal;
}
.enpage #jpenchange a.enlink {
    font-weight: bold;
}

#nav-content {
  border-right: 1px solid #707070;
}
.pchnmenu {
  margin-left: 10px;
}
#nav-drawer {
  right: 30px;
}
#nav-drawer #ul_navi_sp .current a {
  border-bottom: 3px solid #036301;
  padding-bottom: 3px;
}

#nav-drawer {
  right: 45px;
  position: fixed;
  top: 18px;
  padding: 24px 10px 13px 15px;
  width: 66px;
  height: 66px;
  border-radius: 45px;
  text-align: center;
  z-index: 9999;
  background: #000;
}
.shikaoigraphics #nav-drawer {
  background: #2c4474;
}

#nav-drawer.notfixed {
  bottom: -85px;
  z-index: 10000;
  position: absolute;
  top: auto;
}
#jpenchange.notfixed {
  bottom: -60px;
  z-index: 10000;
  position: absolute;
  top: auto;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: block; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#nav-close {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
}

/*中身*/
#nav-content {
  text-align: left;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: 300px; /*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  background: rgba(0, 0, 0, 1); /*背景色*/
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%); /*左に隠しておく*/
}
.shikaoigraphics #nav-content {
  background: #2b4576;
}

#nav-content a:link,
#nav-content a:visited {
  color: #fff;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
#ul_navi_sp {
  margin-top: 30px;
}

#ul_navi_sp li {
  font-size: 16px;
  width: 80%;
  margin: 0px auto;
  padding: 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.shikaoigraphics #ul_navi_sp li p {
  color: #fff;
}

#nav-content-inside {
  width: 300px;
  margin: 100px auto 30px;
}

.nav-left,
.nav-right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

#ul_navi_sp li.closebtn {
  padding: 10px 10px 18px;
  text-align: center;
  width: 66px;
  position: absolute;
  top: 30px;
  right: 45px;
  border: 1px solid #fff;
  border-radius: 45px;
  font-size: 36px;
}

li.currentpage::before {
  content: '●';
  margin-left: -7px;
}

.currentpage {
  color: #666666;
}

.slide-img img {
  transform: scale(1);
  transition: 3s;
}

@media (min-width: 1600px) {
  .slide-img img {
    width: 100%;
    min-height: 100%;
  }
}

@font-face {
  font-family: 'svgfont1';
  src: url(format.svg) format('svg');
}

.footer_left h2#logo {
  float: left;
}

.footer_left .snsbtnwrapper {
  float: right;
  margin-top: -4px;
}

.footer_left p {
  clear: both;
}

.footer_left .sns.btn,
.footer_left .sns.btn2,
#nav-content .sns.btn,
#nav-content .sns.btn2 {
  display: inline-block;
}

#nav-content .snsbtnwrapper {
  text-align: center;
  margin-top: 10px;
}

#footer .footer_left a {
  display: inline;
}

.mapsection .container {
  max-width: 1200px;
}

.mapsection a:link,
.mapsection a:visited {
  color: #666;
  text-decoration: none;
}

#wrapper_contents {
  overflow: hidden;
}

.fade_on {
  opacity: 1;
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

#wrapper_contents .swiper-container {
  height: 100%;
}

#wrapper_contents .swiper-container-horizontal > .swiper-pagination-bullets,
#wrapper_contents .swiper-pagination-custom,
#wrapper_contents .swiper-pagination-fraction {
  bottom: -60px;
  right: 0;
  width: 10%;
}

.forpc svg {
  padding-top: 10px;
}

.firstsvg {
  width: 450px;
  height: 72px;
}

.lakesvg svg text.a {
  fill: rgba(43, 43, 43, 0.2);
  font-size: 35px;
  font-family: GaramondPremrPro, Garamond Premier Pro, Garamond, serif;
}

.svgimg svg text.a {
  fill: rgba(92, 92, 92, 0.2);
  font-size: 35px;
  font-family: GaramondPremrPro, Garamond Premier Pro, Garamond, serif;
}

.secondsvg {
  width: 855px;
  height: 100px;
}

.lakesvg svg text.a2 {
  fill: rgba(43, 43, 43, 0.2);
  font-size: 77px;
  font-family: GaramondPremrPro, Garamond Premier Pro, Garamond, serif;
}

.svgimg svg text.a2 {
  fill: rgba(92, 92, 92, 0.2);
  font-size: 77px;
  font-family: GaramondPremrPro, Garamond Premier Pro, Garamond, serif;
}

.forsp {
  display: none;
}

.footer_left img {
  max-width: 290px;
}

.footer_left img.banner {
  margin-top: 15px;
}

.wrapper_map a {
    color: #000;
}

@media (min-width: 1024px) {
  #header.notfixed {
    bottom: -103px;
  }
  #nav-drawer.notfixed {
    bottom: -85px;
  }
  #jpenchange.notfixed {
    bottom: -60px;
  }
}

@media (max-width: 1100px) {
  #footer {
    padding: 40px 0;
  }
  .footer_left {
    float: none;
    padding-right: 50px;
    border: none;
    height: 280px;
  }
  .footer_right {
    width: 100%;
  }
  #copy, #copy2 {
    margin-top: 20px;
  }
  #footer .container,
  #footer.shikaoigraphics .container {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .information,
  .information2 {
    padding: 0 20px;
  }
  .home #header.notfixed {
    margin-top: 80px;
    bottom: -103px;
  }
  .home #nav-drawer.notfixed {
    bottom: -85px;
    top: auto;
  }
  .home #jpenchange.notfixed {
    bottom: -60px;
    top: auto;
  }

  #nav-drawer {
    right: 15px;
  }
  #jpenchange {
    right: 95px;
}
  .forsp .firstsvg {
    width: auto;
    height: auto;
    font-size: 35px;
    font-family: GaramondPremrPro, Garamond Premier Pro, Garamond, serif;
    color: rgba(92, 92, 92, 0.2);
    line-height: 1;
  }
  .forsp .secondsvg {
    width: auto;
    height: auto;
    font-size: 62px;
    font-family: GaramondPremrPro, Garamond Premier Pro, Garamond, serif;
    color: rgba(92, 92, 92, 0.2);
    margin-top: -30px;
  }
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
}

@media (max-width: 600px) {
  #header.notfixed {
    bottom: -104px;
  }
  #logomain {
    top: 46%;
  }
  section {
    padding: 0 10px;
  }

  .home #nav-drawer.notfixed {
    bottom: -60px;
    top: auto;
  }
  .home #jpenchange.notfixed {
    bottom: -45px;
    top: auto;
  }
  #nav-drawer {
    right: 15px;
    padding: 14px 10px 13px 11px;
    width: 46px;
    height: 46px;
    top: 13px;
  }
  .home #nav-drawer {
    top: 15px;
  }
  #jpenchange {
    right: 80px;
    top: 30px;
}
#jpenchange a {
    font-size: 14px;
}
  
  #ul_navi_sp li {
    color: #fff;
  }

  #header.notfixed {
    bottom: -73px;
  }
  .mapsection .container {
    padding: 0;
  }
  #wrapper_contents {
    overflow: hidden;
  }
  body {
    width: 100%;
  }
  #ul_navi_sp li.closebtn {
    padding: 0px 10px 8px;
    width: 46px;
    top: 20px;
    right: 20px;
  }
  .firstsvg {
    width: 100%;
    height: 72px;
  }
  .secondsvg {
    width: 100%;
    height: 50px;
  }
  .forsp .firstsvg {
    font-size: 28px;
  }
  .forsp .secondsvg {
    font-size: 31px;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .home #nav-drawer.notfixed {
    bottom: -60px;
  }
  .home #jpenchange.notfixed {
    bottom: -45px;
  }
}
