@charset "UTF-8";
/*
  BASE
--------------------------------------------- */
body {
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-wrap: break-word;
  line-break: strict;
  vertical-align: top;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
  text-decoration: none;
}

input[type=submit] {
  cursor: pointer;
}

@-ms-viewport {
  width: auto !important;
}

:root {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
}

/*
  mixin
--------------------------------------------- */
/*
  BUTTON
----------------------------------*/
.button a {
  position: relative;
  display: inline-block;
  background: #333333;
  font-size: 18px;
  border-radius: 40px;
  color: #FFF;
  padding: 13px 80px;
}

.button a:after {
  font-size: 18px;
  position: absolute;
  font-family: 'Material Icons';
  content: "\E5C8";
  vertical-align: bottom;
  right: 10%;
}

.button a:hover {
  opacity: 0.7;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.more {
  padding: 0 0 40px;
}

.more a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  border: 2px solid #333333;
  color: #333;
  padding: 12px 40px;
}

.more a:after {
  position: absolute;
  font-family: 'Material Icons';
  content: "\E313";
  vertical-align: bottom;
  right: 15%;
}

.more a:hover {
  opacity: 0.7;
  -webkit-transition: all .7s;
  transition: all .7s;
}

/*
  pagetop
----------------------------------*/
.pagetop-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.pagetop {
  min-width: 940px;
  max-width: 1280px;
  margin: 0 auto;
}

.pagetop p {
  text-align: right;
  padding: 0 7px 7px 0;
}

.pagetop:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .pagetop-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .pagetop {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .pagetop p img {
    width: 12%;
  }
}

/*
  common
----------------------------------*/
.center {
  text-align: center;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alpha-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(179, 179, 179, 0.7);
  cursor: pointer;
  z-index: 2;
  display: none;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*
  MAIN CONTENTS
----------------------------------*/
#main-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main-content {
    min-width: 940px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main-content {
    width: 100%;
    min-width: initial;
  }
}

/*
  navigation
----------------------------------*/
#navigation {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 2;
}

#navigation .navigation-inner {
  max-width: 1280px;
  min-width: 940px;
  margin: 0 auto;
  position: relative;
}

#navigation .hamburger-bg {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  padding: 18px 12px 8px 12px;
  z-index: 3;
}

#navigation .main-menu-wrapper {
  display: none;
  background: #FFF;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 70px 0 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#navigation .main-menu {
  margin: 0 0 20px 0;
}

#navigation .main-menu li a {
  display: block;
  padding: 14px 0;
  font-weight: bold;
  font-size: 20px;
}

#navigation .main-menu .sub-menu li a {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
}

#navigation .sns-list li {
  display: inline-block;
  padding-right: 12px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 44px;
  height: 40px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFF;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 15px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-19px) rotate(45deg);
  transform: translateY(-19px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
  #navigation .navigation-inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #navigation .hamburger-bg {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    padding: 12px;
    z-index: 3;
  }
  #navigation .main-menu-wrapper {
    display: none;
    background: #FFF;
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 45px 0 30px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #navigation .main-menu {
    margin: 0 0 15px 0;
  }
  #navigation .main-menu li a {
    display: block;
    padding: 8px 0;
    font-weight: bold;
    font-size: 16px;
  }
  #navigation .main-menu .sub-menu li a {
    padding: 10px 0 10px 20px;
    font-size: 13px;
    font-weight: normal;
  }
  #navigation .sns-list li {
    display: inline-block;
    padding-right: 12px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 38px;
    height: 32px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
}

/*
  .main-visual
----------------------------------*/
.main-visual {
  position: relative;
  min-width: 940px;
  max-width: 1280px;
  margin: 0 auto;
}

.main-visual img {
  width: 100%;
  height: auto;
}

.main-visual h1 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}

.main-visual h1 span {
  margin: 0 auto;
  width: 17%;
  display: block;
}

.main-visual .scroll {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.main-visual .scroll p {
  text-align: center;
}

.main-visual .scroll p img {
  width: inherit;
}

@media screen and (max-width: 767px) {
  .main-visual {
    min-width: 100%;
    max-width: 100%;
  }
  .main-visual img {
    width: 100%;
    height: auto;
  }
  .main-visual h1 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
  }
  .main-visual h1 span {
    margin: 0 auto;
    width: 34%;
    display: block;
  }
  .main-visual .scroll {
    display: none;
  }
}

/*
  #about
----------------------------------*/
#about {
  max-width: 1280px;
  min-width: 940px;
  margin: 0 auto 20px;
  position: relative;
}

#about img {
  width: 100%;
  height: auto;
}

#about .inner-content-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#about .inner-content-wrapper .inner-content {
  width: 940px;
  margin: 0 auto;
}

#about .inner-content-wrapper .inner-content h1 {
  color: #000;
  font-size: 40px;
  padding: 100px 0 45px 0;
  font-weight: bold;
  letter-spacing: 7px;
}

#about .inner-content-wrapper .inner-content p.lead {
  font-size: 24px;
  line-height: 2;
  padding: 0 0 36px 0;
  font-weight: bold;
}

#about .inner-content-wrapper .inner-content p.description {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #about {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 20px;
    position: relative;
  }
  #about .inner-content-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #about .inner-content-wrapper .inner-content {
    width: 90%;
  }
  #about .inner-content-wrapper .inner-content h1 {
    color: #000;
    font-size: 30px;
    padding: 35px 0 35px 0;
  }
  #about .inner-content-wrapper .inner-content p.lead {
    font-size: 20px;
    line-height: 2;
    padding: 0 0 30px 0;
    font-weight: bold;
  }
  #about .inner-content-wrapper .inner-content p.description {
    font-size: 16px;
    line-height: 2;
  }
}

/*
  #service
----------------------------------*/
#service {
  margin: 0 auto;
}

#service h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-bottom: 90px;
  letter-spacing: 4px;
}

#service h2 .sub {
  font-family: Verdana;
  font-size: 20px;
  display: block;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #service {
    margin: 0 auto;
  }
  #service h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 50px;
  }
  #service h2 .sub {
    font-size: 16px;
    display: block;
    padding-bottom: 8px;
  }
}

/*
  .service01
----------------------------------*/
.service01 {
  background: url(../img/bg-01.png) 50% 0 no-repeat;
  max-width: 1280px;
  min-width: 940px;
  margin: 0 auto;
}

.service01 .inner-content {
  width: 940px;
  margin: 0 auto;
}

.service01 .inner-content h3 {
  font-size: 28px;
  font-weight: bold;
  background: #FFF;
  margin: 54px 0 46px 0;
  padding: 15px;
  display: inline-block;
  line-height: 1.8;
}

.service01 .inner-content .whitebg {
  background: #FFF;
  padding: 35px 35px 35px 15px;
  width: 504px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service01 .inner-content .whitebg p {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .service01 {
    background: none;
    max-width: 100%;
    min-width: 100%;
  }
  .service01 .inner-content {
    width: 90%;
    margin: 0 auto;
  }
  .service01 .inner-content h3 {
    font-size: 20px;
    margin: 0 0 35px 0;
    padding: 0;
    display: inline-block;
  }
  .service01 .inner-content .whitebg {
    background: #FFF;
    padding: 0;
    width: 100%;
  }
  .service01 .inner-content .whitebg p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 40px;
  }
  .service01 .inner-content .whitebg .button {
    text-align: center;
  }
}

/*
  .service02
----------------------------------*/
.service02 {
  background: url(../img/bg-02.png) 0 0 no-repeat;
  max-width: 1390px;
  min-width: 940px;
  min-height: 840px;
  margin: 0 auto 160px;
}

.service02 .inner-content {
  width: 940px;
  margin: 0 auto;
}

.service02 .inner-content h3 {
  font-size: 28px;
  font-weight: bold;
  background: #FFF;
  margin: 37px 0 46px 466px;
  padding: 15px 35px;
  display: inline-block;
}

.service02 .inner-content .whitebg {
  background: #FFF;
  padding: 35px;
  margin: 0 0 0 466px;
  width: 504px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service02 .inner-content .whitebg p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .service02 {
    background: none;
    max-width: 100%;
    min-width: 100%;
    min-height: inherit;
    margin: 0 auto 25px;
  }
  .service02 .inner-content {
    width: 90%;
    margin: 0 auto;
  }
  .service02 .inner-content h3 {
    font-size: 20px;
    margin: 60px 0 35px 0;
    padding: 0;
    display: inline-block;
  }
  .service02 .inner-content .whitebg {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .service02 .inner-content .whitebg p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 40px;
  }
}

/*
  .service03
----------------------------------*/
.service03 {
  background: url(../img/bg-03.png) 0 0 no-repeat;
  max-width: 1482px;
  min-width: 940px;
  min-height: 1158px;
  margin: 0 auto 120px;
}

.service03 .inner-content {
  width: 940px;
  margin: 0 auto;
}

.service03 .inner-content h3 {
  font-size: 28px;
  font-weight: bold;
  background: #FFF;
  margin: 37px 0 46px 0px;
  padding: 15px 0;
  display: inline-block;
}

.service03 .inner-content .whitebg {
  background: #FFF;
  padding: 15px 35px 35px 0;
  margin: 0 0 0 0;
  width: 504px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service03 .inner-content .whitebg p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .service03 {
    background: none;
    max-width: 100%;
    min-width: 100%;
    min-height: inherit;
    margin: 0 auto 25px;
  }
  .service03 .inner-content {
    width: 90%;
    margin: 0 auto;
  }
  .service03 .inner-content h3 {
    font-size: 20px;
    margin: 37px 0 46px 0px;
    padding: 0;
    display: inline-block;
  }
  .service03 .inner-content .whitebg {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .service03 .inner-content .whitebg p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 40px;
  }
}

/*
  .service04
----------------------------------*/
.service04 {
  background: url(../img/bg-04.png) 0 0 no-repeat;
  max-width: 1390px;
  min-width: 940px;
  min-height: 781px;
  margin: 0 auto 80px;
}

.service04 .inner-content {
  width: 940px;
  margin: 0 auto;
}

.service04 .inner-content h3 {
  font-size: 28px;
  font-weight: bold;
  background: #FFF;
  margin: 28px 0 46px 408px;
  padding: 15px 33px;
  display: inline-block;
}

.service04 .inner-content .whitebg {
  background: #FFF;
  padding: 15px 35px 35px 33px;
  margin: 0 0 0 408px;
  width: 504px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service04 .inner-content .whitebg p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .service04 {
    background: none;
    max-width: 100%;
    min-width: 100%;
    min-height: inherit;
    margin: 0 auto 60px;
  }
  .service04 .inner-content {
    width: 90%;
    margin: 0 auto;
  }
  .service04 .inner-content h3 {
    font-size: 20px;
    margin: 37px 0 46px 0px;
    padding: 0;
    display: inline-block;
  }
  .service04 .inner-content .whitebg {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .service04 .inner-content .whitebg p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 40px;
  }
}

/*
  SNS
----------------------------------*/
.sns-block {
  width: 940px;
  margin: 0 auto 140px;
  zoom: 1;
}

.sns-block:before, .sns-block:after {
  content: "";
  display: table;
}

.sns-block:after {
  clear: both;
}

.sns-block .sns-item-slide {
  width: 590px;
  float: left;
  margin-right: 30px;
}

.sns-block .sns-item-fb {
  width: 320px;
  float: left;
}

@media screen and (max-width: 767px) {
  .sns-block {
    width: 90%;
    margin: 0 auto 40px;
    zoom: 1;
  }
  .sns-block:before, .sns-block:after {
    content: "";
    display: table;
  }
  .sns-block:after {
    clear: both;
  }
  .sns-block .sns-item-slide {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }
  .sns-block .sns-item-fb {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

/*
  reserve
----------------------------------*/
#reserve {
  width: 100%;
  min-width: 940px;
  background: #efefef;
  padding: 100px 0 100px;
}

#reserve h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #reserve {
    width: 100%;
    min-width: 100%;
    background: #FFF;
    padding: 80px 0 80px;
  }
  #reserve h2 {
    font-size: 20px;
  }
}

/*
  example
----------------------------------*/
#example {
  width: 940px;
  margin: 0 auto;
  padding: 90px 0 90px;
}

#example h2 {
  font-size: 50px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: bold;
}

.content-example {
  zoom: 1;
}

.content-example:before, .content-example:after {
  content: "";
  display: table;
}

.content-example:after {
  clear: both;
}

.content-example .example-item {
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.5);
  width: 300px;
  float: left;
  margin: 0 20px 30px 0;
}

.content-example .example-item:nth-child(3n) {
  margin-right: 0px;
}

.content-example .example-item h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 16px;
}

.content-example .example-item p.text {
  padding: 0 16px 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #example {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 90px;
  }
  #example h2 {
    font-size: 36px;
    padding-bottom: 45px;
  }
  .content-example .example-item {
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
  .content-example .example-item:nth-child(3n) {
    margin-right: auto;
  }
  .content-example .example-item h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 12px;
  }
  .content-example .example-item p.text {
    padding: 0 12px 20px;
  }
}

/*
  voice
----------------------------------*/
#voice {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 90px;
}

#voice h2 {
  font-size: 50px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: bold;
}

.content-voice {
  font-size: 0;
}

.content-voice .voice-item {
  zoom: 1;
  width: 460px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 48px 0;
}

.content-voice .voice-item:before, .content-voice .voice-item:after {
  content: "";
  display: table;
}

.content-voice .voice-item:after {
  clear: both;
}

.content-voice .voice-item:nth-child(2n) {
  margin-right: 0;
}

.content-voice .voice-item-image {
  width: 160px;
  float: left;
}

.content-voice .voice-item-text {
  float: left;
  width: 300px;
  overflow: hidden;
}

.content-voice .voice-item-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

.content-voice .voice-item-text h3 .shoulder {
  font-weight: normal;
  font-size: 12px;
  color: #888888;
  display: block;
  padding-bottom: 11px;
}

.content-voice .voice-item-text p {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #voice {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  #voice h2 {
    font-size: 36px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
  }
  .content-voice .voice-item {
    width: 90%;
    display: block;
    vertical-align: top;
    margin: 0 auto 40px;
  }
  .content-voice .voice-item:nth-child(2n) {
    margin-right: auto;
  }
  .content-voice .voice-item-image {
    width: 19%;
    float: left;
    padding-right: 3%;
  }
  .content-voice .voice-item-text {
    float: left;
    width: 77%;
    overflow: hidden;
  }
  .content-voice .voice-item-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .content-voice .voice-item-text h3 .shoulder {
    font-weight: normal;
    font-size: 12px;
    color: #888888;
    display: block;
    padding-bottom: 11px;
  }
  .content-voice .voice-item-text p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*
  news
----------------------------------*/
#news {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 90px;
}

#news h2 {
  font-size: 50px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: bold;
}

.content-news {
  margin: 0 0 30px 0;
}

.content-news .news-item {
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

.content-news .news-item .news-date {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 160px;
  vertical-align: middle;
  padding: 30px 0 0 0;
  line-height: 1.8;
}

.content-news .news-item .news-detail {
  display: inline-block;
  font-size: 16px;
  width: 780px;
  line-height: 1.8;
  vertical-align: top;
  padding: 20px 0 15px 0;
}

.content-news .news-item .news-detail h3 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #news {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 90px;
  }
  #news h2 {
    font-size: 36px;
    padding-bottom: 35px;
  }
  .content-news {
    margin: 0 0 30px 0;
  }
  .content-news .news-item {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    font-size: 0;
  }
  .content-news .news-item .news-date {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    vertical-align: middle;
    padding: 30px 0 0 0;
    line-height: 1.8;
    margin: 0 auto;
  }
  .content-news .news-item .news-detail {
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 1.8;
    vertical-align: top;
    padding: 20px 0 15px 0;
    margin: 0 auto;
  }
}

/*
  members
----------------------------------*/
#members {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 90px;
}

#members h2 {
  font-size: 50px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: bold;
}

#members .lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
}

.content-members {
  font-size: 0px;
}

.content-members .members-item {
  display: inline-block;
  width: calc(100% / 5);
  margin-bottom: 50px;
}

.content-members .members-item .members-photo {
  text-align: center;
  margin-bottom: 20px;
}

.content-members .members-item .members-name {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #members {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 90px;
  }
  #members h2 {
    font-size: 36px;
    padding-bottom: 35px;
  }
  #members .lead {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .content-members {
    font-size: 0px;
  }
  .content-members .members-item {
    display: inline-block;
    width: calc(100% / 2);
    margin-bottom: 25px;
  }
  .content-members .members-item .members-photo {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .content-members .members-item .members-name {
    text-align: center;
    font-size: 16px;
  }
}

/*
  access
----------------------------------*/
#access {
  width: 100%;
  min-width: 940px;
  margin: 0 auto;
  padding: 0 0 90px;
}

#access h2 {
  font-size: 50px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: bold;
}

#map_canvas {
  width: 100%;
  height: 468px;
  margin-bottom: 60px;
}

.access-by {
  width: 940px;
  margin: 0 auto;
}

.access-by h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}

.access-by h3.by-car::before {
  font-family: 'Material Icons';
  content: "\E531";
  vertical-align: bottom;
  margin-right: 15px;
}

.access-by h3.by-train::before {
  font-family: 'Material Icons';
  content: "\E570";
  vertical-align: bottom;
  margin-right: 15px;
}

.access-by p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 767px) {
  #access {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  #access h2 {
    font-size: 36px;
    padding-bottom: 35px;
  }
  #map_canvas {
    width: 100%;
    height: 450px;
    margin-bottom: 60px;
  }
  .access-by {
    width: 90%;
    margin: 0 auto;
  }
  .access-by h3 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .access-by h3.by-car::before {
    font-family: 'Material Icons';
    content: "\E531";
    vertical-align: bottom;
    margin-right: 15px;
  }
  .access-by h3.by-train::before {
    font-family: 'Material Icons';
    content: "\E570";
    vertical-align: bottom;
    margin-right: 15px;
  }
  .access-by p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 50px 0;
  }
}

/*
  footer
----------------------------------*/
#footer {
  background: #f7f7f7;
  width: 100%;
  min-width: 940px;
  padding: 35px 0 60px;
}

#footer .inner-content {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}

#footer .inner-content:before, #footer .inner-content:after {
  content: "";
  display: table;
}

#footer .inner-content:after {
  clear: both;
}

#footer .inner-content .footer-logo {
  width: 240px;
  float: left;
}

#footer .inner-content .footer-list-block-01 {
  float: left;
  width: 220px;
}

#footer .inner-content .footer-list-block-02 {
  float: left;
  width: 260px;
}

#footer .inner-content .footer-address {
  width: 220px;
  float: left;
}

#footer .inner-content .footer-address p {
  font-size: 14px;
  line-height: 2;
}

#footer .inner-content .footer-list li {
  font-size: 14px;
  padding: 8px 0;
}

#footer .inner-content .sns-list {
  margin-top: 15px;
}

#footer .inner-content .sns-list li {
  display: inline-block;
  padding-right: 12px;
}

@media screen and (max-width: 767px) {
  #footer {
    background: #f7f7f7;
    width: 100%;
    min-width: 100%;
    padding: 35px 0;
  }
  #footer .inner-content {
    width: 90%;
    margin: 0 auto;
    zoom: 1;
  }
  #footer .inner-content:before, #footer .inner-content:after {
    content: "";
    display: table;
  }
  #footer .inner-content:after {
    clear: both;
  }
  #footer .inner-content .footer-logo {
    width: 30%;
    float: none;
    margin: 0 auto;
  }
  #footer .inner-content .footer-list-block-01 {
    display: none;
  }
  #footer .inner-content .footer-list-block-02 {
    display: none;
  }
  #footer .inner-content .footer-address {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .inner-content .footer-address p {
    font-size: 14px;
    line-height: 2;
  }
  #footer .inner-content .footer-list li {
    font-size: 14px;
    padding: 8px 0;
  }
  #footer .inner-content .sns-list {
    display: none;
  }
}

/* ================================================
   hidden view
   ================================================ */
@media screen and (min-width: 768px) {
  .hidden-lg-view {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-view {
    display: none !important;
  }
}
