@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

header, footer, nav, menu, article, aside, section, details, figcaption, figure {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.section-title {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 20px 55px;
  font-family: 'Josefin Sans', sans-serif;
  color: #3c2e3d;
}

.section-title:before, .section-title:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #3c2e3d;
  border-bottom: solid 1px #3c2e3d;
}

.section-title:before {
  left: 0;
}

.section-title:after {
  right: 0;
}

main {
  width: 100%;
}

main nav {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
}

main nav .drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  padding: 0 1em;
}

main nav .drawer .navbar_brand {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  width: 190px;
  color: #FDAE84;
}

main nav .drawer .navbar_brand span {
  font-size: 22px;
  padding-left: 5px;
  font-weight: bold;
}

main nav .drawer .navbar_toggle {
  z-index: 9999;
  cursor: pointer;
}

main nav .drawer .navbar_toggle .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

main nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(1) {
  top: 0;
}

main nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

main nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(3) {
  top: 0;
}

main nav .drawer .navbar_toggle .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

main nav .drawer .navbar_toggle .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

main nav .drawer .navbar_toggle .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

main nav .menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
}

main nav .menu ul li {
  padding: 2em;
  border-bottom: 1px solid #CCC;
}

main nav .menu ul li a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #3c2e3d;
}

main nav .menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

main .main-content {
  max-width: 980px;
  width: 100%;
  margin: 80px auto 0;
  padding-bottom: 20px;
  display: flex;
}

main .main-content .logo-wrap {
  width: 50%;
}

main .main-content .logo-wrap .title-logo {
  width: 180px;
  margin-left: 40%;
  transform: translateX(-50%);
}

main .main-content .intro-wrap {
  width: 60%;
}

main .main-content .intro-wrap .intro-txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: .2em;
}

main .main-content .intro-wrap .access-wrap {
  background-color: #ecc7c0a2;
  margin-top: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .2em;
  box-shadow: 4px 4px #FDAE84;
}

main .main-content .intro-wrap .access-wrap p span {
  font-weight: 700;
  color: red;
}

main .main-content .intro-wrap .access-wrap p .access-br {
  display: none;
}

main .border-line {
  border-bottom: .8px solid #CCC;
  margin-left: 30px;
  margin-right: 30px;
}

main .background {
  max-width: 1080px;
  width: 100%;
  margin: 30px auto;
}

main .background img {
  width: 100%;
}

#concept {
  background-image: url(/img/concept.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-top: 30px;
}

#concept .background-cover {
  width: 100%;
  padding: 50px 0;
  background-color: rgba(60, 46, 61, 0.4);
}

#concept .background-cover .concept-wrap {
  width: 680px;
  margin: 50px auto;
  padding: 40px;
  background-color: #e5ebe8;
  opacity: .8;
  text-align: center;
  box-shadow: 3px 3px 3px #3c2e3d;
}

#concept .background-cover .concept-wrap .concept-txt1 {
  color: #3c2e3d;
  font-size: 14px;
  letter-spacing: .2em;
  font-weight: 600;
  padding-top: 1.0em;
  padding-bottom: 1.5em;
}

#concept .background-cover .concept-wrap p {
  font-size: 14px;
  letter-spacing: .2em;
  padding-bottom: .2em;
  color: #3c2e3d;
  text-align: left;
  text-shadow: 0 1px 3px #3c2e3d;
  margin-bottom: 20px;
}

#concept .background-cover .concept-wrap p span {
  font-weight: 700;
}

#service {
  width: 100%;
}

#service .service-wrap {
  margin: 50px auto;
  width: 720px;
  text-align: center;
}

#service .service-wrap .section-title {
  margin-bottom: 30px;
}

#service .service-wrap .service-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#service .service-wrap .service-list .service-item {
  width: calc(50% - 30px);
  padding: 30px;
  background-color: #ecc7c0;
  box-shadow: 3px 3px 10px #3c2e3d;
}

#service .service-wrap .service-list .service-item img {
  width: 100%;
}

#service .service-wrap .service-list .service-item .service-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #e2725c;
}

#service .service-wrap .service-list .service-item .service-txt {
  text-align: left;
  font-size: 14px;
  color: #3c2e3d;
  line-height: 1.8;
}

#menu {
  width: 100%;
  background-color: #dae9e4;
}

#menu .menu-wrap {
  padding: 50px 0;
  text-align: center;
}

#menu .menu-wrap .section-title {
  margin-bottom: 20px;
}

#menu .menu-wrap .first-text {
  font-size: 12px;
  color: #3c2e3d;
  text-align: right;
  text-shadow: 0 2px 4px #3c2e3d;
  width: 100%;
  max-width: 980px;
  padding-right: 10px;
  margin: 0 auto 10px;
}

#menu .menu-wrap .menu-list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  display: flex;
}

#menu .menu-wrap .menu-list .left-menu {
  width: 50%;
  border-right: 2px dashed #ccc;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding-left: 10px;
  line-height: 2;
  text-shadow: 0 2px 4px #3c2e3d;
  margin-bottom: .5em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex .tab-reader-box2 {
  flex: auto;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex .tab-reader-box2 hr.tab-r-line {
  position: relative;
  padding: 0;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
  height: 1em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex .tab-reader-box3 {
  padding-right: 2em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex:nth-child(2) .tab-reader-box1 {
  padding-left: 2.5em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex:nth-child(3) {
  margin-bottom: 3em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex:nth-child(3) .tab-reader-box1 {
  padding-left: 2.5em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex:nth-child(5) {
  margin-bottom: 3em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex:nth-child(5) .tab-reader-box1 {
  padding-left: 2.5em;
}

#menu .menu-wrap .menu-list .left-menu .left-menu-list .flex:nth-child(7) .tab-reader-box1 {
  padding-left: 2.5em;
}

#menu .menu-wrap .menu-list .right-menu {
  width: 50%;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list .flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  line-height: 2;
  text-shadow: 0 2px 4px #3c2e3d;
  margin-bottom: .5em;
  padding-left: 1em;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list .flex .tab-reader-box2 {
  flex: auto;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list .flex .tab-reader-box2 hr.tab-r-line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
  height: 1em;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list .flex .tab-reader-box3 {
  padding-right: 2em;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list li div {
  margin-top: 3em;
  margin-bottom: .5em;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list li div h4 {
  font-family: 'Josefin Sans', sans-serif;
  color: #e2725c;
  text-shadow: 0 2px 4px #e2725c;
  text-align: center;
}

#menu .menu-wrap .menu-list .right-menu .right-menu-list li div p {
  font-size: 12px;
  width: 100%;
  padding-right: 10px;
  text-align: right;
}

#menu .menu-wrap .end-text {
  font-size: 15px;
  font-weight: 700;
  color: #e2725c;
  text-align: center;
  margin-top: 50px;
}

#access {
  width: 100%;
}

#access .access-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

#access .access-wrap .section-title {
  margin-bottom: 50px;
}

#access .access-wrap .access-content {
  display: flex;
}

#access .access-wrap .access-content .map {
  width: 500px;
  height: 400px;
}

#access .access-wrap .access-content .access-info {
  padding: 10px 40px;
}

#access .access-wrap .access-content .access-info table {
  border-collapse: collapse;
}

#access .access-wrap .access-content .access-info table tr {
  height: 2.5em;
  width: 100%;
  border-top: .5px dotted #3c2e3d;
  border-bottom: .5px dotted #3c2e3d;
}

#access .access-wrap .access-content .access-info table tr:hover {
  background: #ecc7c070;
  cursor: default;
}

#access .access-wrap .access-content .access-info table tr th {
  width: 80px;
  color: red;
  font-weight: 700;
}

#access .access-wrap .access-content .access-info table tr th, #access .access-wrap .access-content .access-info table tr td {
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1.8;
}

#access .access-wrap .access-content .access-info table tr span {
  font-weight: 700;
}

footer {
  width: 100%;
  background: -moz-linear-gradient(top, #3c2e3d, #6d576e);
  background: -webkit-linear-gradient(top, #3c2e3d, #6d576e);
  background: linear-gradient(to bottom, #3c2e3d, #6d576e);
}

footer .footer-wrap {
  padding: 50px 25px;
  display: flex;
  justify-content: space-between;
}

footer .footer-wrap #copyright {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: .1em;
  opacity: .5;
}

footer .footer-wrap .footer-menu ul {
  display: flex;
}

footer .footer-wrap .footer-menu ul li {
  padding: 0 1.5em;
  border-right: 1px solid #ffffff;
  opacity: .5;
}

footer .footer-wrap .footer-menu ul li a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

footer .footer-wrap .footer-menu ul li a:hover {
  opacity: .5;
}

footer .footer-wrap .footer-menu ul li:last-child {
  border: none;
}

.floating {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
}

.floating a {
  display: block;
  color: #fff;
  background: gray;
  text-decoration: none;
  opacity: 0.8;
  padding: 0;
}

.floating a:hover {
  opacity: 1;
}
