@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body,
html {
  left: 0;
  height: 100%;
}

h2 {
  border-bottom: 3px solid #4e2d1d;
  font-size: 1.5rem;
  font-weight: bold;
  margin: -3% auto 3%;
  max-width: 1000px;
  padding-top: 8%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 1.2rem;
  }
}
h3 span {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 750px) {
  h3 span {
    text-align: center;
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  h3 span {
    text-align: center;
    width: 48%;
  }
}

h4 {
  font-size: 1.9rem;
  margin: 2% 0;
  width: 100%;
}
h4:first-of-type {
  margin: 0 0 2%;
}
@media screen and (max-width: 750px) {
  h4 {
    font-size: 1rem;
  }
}

img {
  display: block;
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
  width: 100%;
}

a {
  color: #4e2d1d;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

a[href^="tel:"] {
  cursor: default;
}

ul > li {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.wrapper {
  color: #4e2d1d;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 100;
  overflow: hidden;
}

.flex {
  display: flex;
}

.main-header {
  color: #fff;
}
.main-header a {
  color: #fff;
}
.main-header section {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
}
.main-header section .main-logo {
  margin: auto;
}
.main-header section .main-logo img {
  max-width: 310px;
  width: 100%;
}
.main-header section .nav-wrap {
  background: #4e2d1d;
  height: 5.5em;
  width: 100%;
}
.main-header section .nav-wrap .global-nav {
  height: 100%;
  margin: auto;
  width: 75%;
}
.main-header section .no-slidein .top-nav {
  display: flex;
  font-size: 12px;
  height: 100%;
  padding-left: 4.5em;
}
.main-header section .no-slidein .top-nav li a {
  align-items: center;
  display: flex;
  height: 100%;
  padding: .5em;
}
.main-header section .no-slidein .top-nav li:not(:last-of-type) a:not(.active) span {
  padding: 8px;
}
.main-header section .no-slidein .top-nav li:last-of-type {
  margin-left: auto;
}
.main-header section .no-slidein .top-nav li:last-of-type a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-header section .no-slidein .top-nav li:last-of-type a::before {
  content: url(../img/phon.png);
  display: block;
  right: 14em;
  position: absolute;
  top: 2.2em;
}
.main-header section .no-slidein .top-nav li:last-of-type span:first-of-type {
  font-size: 22px;
}
.main-header section .no-slidein .top-nav li:last-of-type span:last-of-type {
  display: block;
  font-size: 12px;
}
.main-header section .no-slidein .top-nav .active span {
  border: 1px solid;
  padding: 7px;
}
.main-header section .slidein-wrap,
.main-header section .slidein-link {
  display: none;
}
.main-header section .slidein-wrap {
  height: 0;
  width: 0;
}
.main-header .bx-viewport {
  max-height: 660px;
  padding-top: 4.5em;
}
@media screen and (max-width: 1000px) {
  .main-header section .main-logo {
    background: #4e2d1d;
    position: absolute;
    z-index: 110;
  }
  .main-header section .main-logo img {
    max-width: 120px;
    width: 100%;
  }
  .main-header section .nav-wrap {
    justify-content: flex-end;
  }
  .main-header section .nav-wrap .global-nav {
    align-items: center;
    height: 100%;
  }
  .main-header section .nav-wrap .global-nav ul {
    justify-content: space-around;
    width: 100%;
  }
  .main-header section .no-slidein,
  .main-header section .top-nav {
    display: none;
  }
  .main-header section .slidein-wrap {
    background: #4e2d1d;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 11em;
    z-index: 115;
  }
  .main-header section .slidein-wrap .global-nav {
    height: 100%;
  }
  .main-header section .slidein-wrap .global-nav .flex {
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 2% 1em;
  }
  .main-header section .slidein-wrap .phon-link span {
    display: inline-block;
    text-align: center;
  }
  .main-header section .slidein-wrap .phon-link span:last-of-type {
    font-size: 12px;
  }
  .main-header section .slidein-link {
    cursor: pointer;
    display: block;
    left: 92%;
    height: 25px;
    padding: 2%;
    position: fixed;
    width: 35px;
    z-index: 115;
  }
  .main-header section .slidein-link span {
    background: #4e2d1d;
    box-sizing: border-box;
    display: inline-block;
    height: 4px;
    transition: all .4s;
    position: absolute;
    width: 100%;
  }
  .main-header section .slidein-link span:first-of-type {
    top: 0;
  }
  .main-header section .slidein-link span:nth-of-type(2) {
    top: 43.5%;
  }
  .main-header section .slidein-link span:last-of-type {
    bottom: 0;
  }
  .main-header section .slidein-link span:last-of-type::after {
    color: #4e2d1d;
    content: "menu";
    display: block;
    font-size: small;
    margin: 0 1px 0 0;
    width: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .main-header section .slidein-link {
    top: 4%;
    left: 87.5%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 400px) {
  .main-header section .slidein-link {
    top: 3%;
    left: 84.5%;
  }
}
@media screen and (max-width: 1000px) {
  .main-header section .slidein-link.active span:first-of-type {
    background: #fff;
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .main-header section .slidein-link.active span:nth-of-type(2) {
    background: #fff;
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  .main-header section .slidein-link.active span:last-of-type {
    opacity: 0;
  }
  .main-header section .slidein-link.active::after {
    color: #fff;
    content: "close";
    display: block;
    margin-top: 15px;
  }
}

main {
  /* modal window */
  /* /modal window */
}
main h1:not(.sp-logo) {
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  padding: 2%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 34em;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main h1:not(.sp-logo) {
    background: none;
    top: auto;
    color: #fff;
    font-size: 12px;
    letter-spacing: -.6px;
  }
  main h1:not(.sp-logo) span {
    line-height: .8;
  }
}
main h1:not(.sp-logo) span {
  display: block;
}
main .sp-logo {
  display: none;
}
@media screen and (max-width: 1000px) {
  main .sp-logo {
    display: block;
    left: 0;
    padding: 1%;
    position: relative;
    z-index: 200;
    width: 50%;
  }
}
main .bx-pager.bx-default-pager a {
  width: 2em;
}
main .slider-wrap::after {
  background: #4e2d1d;
  content: "";
  display: block;
  height: 3em;
  position: relative;
  top: -3px;
  z-index: -10;
}
main div[class*="-wrap"]:not(.slider-wrap) {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
main h3 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 2.5%;
}
main .picture-wrap {
  align-content: stretch;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 100%;
}
@media screen and (max-width: 750px) {
  main .picture-wrap {
    flex-direction: column;
  }
}
main .picture-wrap .explain {
  font-size: 15px;
  width: 74%;
}
@media screen and (max-width: 750px) {
  main .picture-wrap .explain {
    margin: 0 auto;
    width: 90%;
  }
}
main .picture-wrap .explain h3 {
  background: #4e2d1d;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 1em;
  padding: .5em 0;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 750px) {
  main .picture-wrap .explain h3 {
    margin: 1em auto;
    width: 65%;
  }
}
main .picture-wrap .explain p {
  padding-left: 3%;
  width: 97%;
}
main .picture-wrap .explain p span {
  color: #f00;
  font-size: 16px;
}
main .smartphoto {
  font-family: 'Noto Sans Japanese', sans-serif;
}
main .md-trigger {
  width: 26%;
}
@media screen and (max-width: 750px) {
  main .md-trigger {
    margin: 0 auto;
    width: 80%;
  }
  main .md-trigger figcaption {
    display: none;
  }
  main .md-trigger::before {
    content: "";
    display: block;
    height: 2rem;
  }
}
main .md-trigger::after {
  content: "";
  display: block;
  height: 2rem;
}
@media screen and (max-width: 750px) {
  main .md-trigger::after {
    height: 0;
  }
}
main .md-trigger img {
  border: solid 5px #666;
  cursor: pointer;
}
main .md-trigger img {
  transition: 0.6s;
}
main .md-trigger img:hover {
  opacity: 0.5;
}
main .table-wrap table,
main .table-wrap p {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
main .table-wrap table tr {
  vertical-align: middle;
}
main .table-wrap table tr th {
  border: 1px solid;
}
main .table-wrap table tr th:first-of-type {
  width: 30%;
}
main .table-wrap table tr th:not(:first-of-type) {
  width: 10%;
}
main .table-wrap table tr td {
  text-align: center;
}
main .table-wrap table tr td:not(.no-border) {
  border-style: none solid solid none;
  border-width: 1px;
}
main .table-wrap table tr .no-border {
  border-right: 1px solid;
}
main .table-wrap table tbody th, main .table-wrap table tbody td {
  height: 3em;
}
main .table-wrap table tbody span {
  display: block;
  margin-top: -1.5em;
}
main .table-wrap address {
  font-style: normal;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  margin: 2% auto;
}
@media screen and (max-width: 750px) {
  main .table-wrap {
    width: 90% !important;
  }
}
main .map-wrap {
  overflow: hidden;
}
main .map-wrap iframe {
  max-width: 1000px;
  width: 100%;
}
main .introduce-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
main .introduce-wrap figure {
  width: 35%;
}
main .introduce-wrap figure h3 {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
main .introduce-wrap figure h3 span {
  display: block;
  vertical-align: text-top;
  width: 100%;
}
main .introduce-wrap .sentence {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0 0 3%;
  width: 60%;
}
main .introduce-wrap .sentence p {
  text-align: center;
}
main .introduce-wrap .sentence::after {
  content: "";
  display: block;
  height: 3em;
}
main .introduce-wrap:last-of-type {
  flex-direction: column;
}
main .introduce-wrap:last-of-type h4 {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
main .introduce-wrap:last-of-type h4 span {
  background: #fff;
  display: inline-block;
  position: relative;
  width: 35%;
}
main .introduce-wrap:last-of-type h4::after {
  background: #4e2d1d;
  content: "";
  display: block;
  height: .1em;
  margin-top: -0.8em;
  position: relative;
  width: 100%;
  z-index: -10;
}
main .introduce-wrap:last-of-type table {
  margin: 2em auto;
  max-width: 750px;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main .introduce-wrap:last-of-type table {
    display: flex;
  }
}
main .introduce-wrap:last-of-type table thead {
  text-align: left;
  width: 100%;
}
main .introduce-wrap:last-of-type table thead th:first-of-type {
  margin-bottom: 1em;
  width: 60%;
}
main .introduce-wrap:last-of-type table thead th:last-of-type {
  width: 40%;
}
@media screen and (max-width: 750px) {
  main .introduce-wrap:last-of-type table thead {
    width: 20%;
  }
  main .introduce-wrap:last-of-type table thead tr {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    width: 100%;
  }
  main .introduce-wrap:last-of-type table thead th:first-of-type {
    height: 13em;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  main .introduce-wrap:last-of-type table thead th:first-of-type {
    height: 9em;
  }
}
@media screen and (max-width: 750px) {
  main .introduce-wrap:last-of-type table thead th:last-of-type {
    height: 20%;
    width: 100%;
  }
}
main .introduce-wrap:last-of-type table tbody {
  table-layout: fixed;
}
main .introduce-wrap:last-of-type table tbody td {
  vertical-align: baseline;
}
main .introduce-wrap:last-of-type table tbody td:first-of-type {
  width: 60%;
}
main .introduce-wrap:last-of-type table tbody td:last-of-type {
  width: 40%;
}
@media screen and (max-width: 750px) {
  main .introduce-wrap:last-of-type table tbody {
    width: 80%;
  }
  main .introduce-wrap:last-of-type table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  main .introduce-wrap:last-of-type table tbody td {
    padding-right: .5em;
  }
  main .introduce-wrap:last-of-type table tbody td:first-of-type {
    height: 13em;
    margin-bottom: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  main .introduce-wrap:last-of-type table tbody td:first-of-type {
    height: 9em;
  }
}
@media screen and (max-width: 750px) {
  main .introduce-wrap:last-of-type table tbody td:last-of-type {
    width: 100%;
  }
}
main .introduce-wrap:last-of-type table tbody ul {
  width: 100%;
}
main .introduce-wrap:last-of-type table tbody li {
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 750px) {
  main .introduce-wrap {
    flex-direction: column;
  }
  main .introduce-wrap figure {
    width: 100%;
  }
  main .introduce-wrap .sentence {
    padding: 3%;
    width: 100%;
  }
}
main .sns-wrap {
  display: flex;
  justify-content: space-between;
}
main .sns-wrap iframe {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main .sns-wrap {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  main .sns-wrap iframe {
    width: 90% !important;
    margin: 0 auto;
  }
  main .sns-wrap iframe:first-of-type {
    margin-bottom: 3em;
  }
}
main .go-top {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
main .go-top a {
  padding: 1em 2%;
  width: auto;
}
main .go-top a::before {
  border: 8px solid transparent;
  border-bottom: 12px solid #4e2d1d;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.fixed {
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 115;
}
.fixed .global-nav {
  margin: 0 auto;
  max-width: 1000px !important;
  width: 100%;
}

.main-footer {
  background: #4e2d1d;
  color: #fff;
}
.main-footer .address-wrap address {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  font-style: normal;
  padding: 2%;
}
.main-footer .address-wrap address a {
  color: #4e2d1d;
}
.main-footer > p {
  font-size: smaller;
  text-align: center; 
  padding: 1%;
}
