@charset "UTF-8";
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

body {
  overflow-x: hidden; }

html,
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  /*-webkit-text-size-adjust: 100%;
  fix for iOS*/
  font-size: 1em; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #007bff; }

a:hover {
  text-decoration: none;
  color: #048c35; }

a:hover, a:focus {
  text-decoration: none; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

/*strong {
    color: red;
}*/
.centering {
  text-align: center; }

/*figre*/
figure {
  display: table;
  margin: 0 auto; }

figcaption {
  display: table-caption;
  caption-side: bottom; }

/* header */
.bg-green {
  background-color: #023113; }

.navbar-nav {
  font-size: .7rem; }
  .navbar-nav li {
    border-right: 1px solid #fff; }
    .navbar-nav li:last-child {
      border-right: none; }

.navbar-dark .navbar-nav .nav-item > a {
  color: #fff; }

.navbar-dark .navbar-nav nav-item > a:hover {
  color: rgba(255, 255, 255, 0.7); }

.navbar-dark .navbar-nav .nav-item.active > a {
  color: rgba(255, 255, 255, 0.7); }

header h1 {
  font-size: 2rem;
  font-weight: 800;
  margin: 1.5rem 0 1.5rem  1.5rem; }

.select-lang {
  text-align: right; }
  .select-lang dl {
    text-align: center;
    font-size: .8rem;
    margin: 2rem 0 1.5rem 4rem; }
    .select-lang dl dt {
      font-weight: normal;
      margin-bottom: 10px;
      color: #fff; }
    .select-lang dl dd {
      display: inline-block;
      margin-bottom: 20px; }
      .select-lang dl dd a {
        border: 2px solid #fff;
        color: #fff;
        padding: 5px 20px;
        margin: 3px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* color:$link; */ }
        .select-lang dl dd a:hover {
          background-color: rgba(255, 255, 255, 0.3); }

#visual {
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center bottom;
  text-align: left;
  height: 850px;
  position: relative; }
  #visual h2 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    color: #fff;
    line-height: 2.2rem;
    margin: 1rem 0 1rem 4rem;
    letter-spacing: .2rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9); }
  #visual .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: .75rem;
    margin-bottom: 3px; }

#news h2 {
  background-color: #b9baba;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0; }

.news-container {
  height: 300px;
  overflow: auto;
  margin: 20px auto; }
  .news-container ul {
    padding-left: 2rem; }
    .news-container ul li {
      list-style-image: url(../img/news-list.png) !important;
      margin-bottom: 1rem; }
      .news-container ul li time {
        display: block; }
      .news-container ul li i {
        font-weight: 600; }

.red {
  color: #e30b20; }

#publication {
  position: relative;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  padding-top: 20px;
  padding-bottom: 20px; }
  #publication .inner {
    background-color: #000;
    color: #fff;
    padding: 30px 60px; }
  #publication h2 {
    font-size: 1.2rem; }
  #publication h3 {
    font-size: 2.4rem;
    line-height: 2.4rem; }
    #publication h3 i {
      display: block;
      font-size: .9rem; }
  #publication h4 {
    font-weight: 800;
    margin-top: 20px;
    font-size: 2rem; }
  #publication .message h3 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0; }

.photographer img {
  width: 60%; }

.profile, .bookinfo {
  font-size: .8rem; }

.profile dt {
  font-family: 'Parisienne', cursive;
  font-size: 1.3rem; }

.bookinfo dl {
  display: flex;
  margin-bottom: 0; }
  .bookinfo dl dt {
    white-space: nowrap; }
.bookinfo dd {
  margin-bottom: 0; }

.message-container {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  text-align: center; }
  .message-container p {
    margin-bottom: 0; }
  .message-container .tag-text {
    color: #0067a4;
    font-weight: 800;
    font-size: 1.7rem; }
  .message-container strong {
    color: #e30b20;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 1.4rem; }
  .message-container .expl-txt {
    text-align: left;
    color: #000; }

.photo-1 {
  margin: 20px auto; }
  .photo-1 p {
    text-align: center;
    margin: 10px auto; }
    .photo-1 p strong {
      color: #f8b830;
      font-size: 2rem; }

.photo-2 {
  margin-bottom: 20px; }

.book-contact {
  text-align: right; }

.contact-btn {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 5px 10px;
  font-size: 1rem; }
  .contact-btn:hover {
    color: #fff; }

.cherry {
  position: absolute;
  left: 0;
  top: 100px; }

#about, #philosophy, #privacypolicy, #contact {
  margin-bottom: 30px;
  border-top: 1px solid #4d8db8;
  padding-top: 30px; }
  #about h2, #philosophy h2, #privacypolicy h2, #contact h2 {
    border-left: 3px solid #727171;
    padding-left: 8px;
    font-size: 1.3rem;
    font-weight: 600; }

#about dl {
  margin-bottom: 0; }
  #about dl dt {
    width: 4em;
    float: left;
    font-weight: normal; }
  #about dl dd {
    padding-left: 4.5em; }
  #about dl::after {
    clear: both;
    display: table;
    content: ''; }

#philosophy ol li {
  list-style-type: none; }
#philosophy ol dt {
  color: #e30b20;
  font-size: 2rem;
  font-weight: 600; }
#philosophy ol dd {
  margin-left: 1rem; }

#privacypolicy {
  font-size: .85rem; }
  #privacypolicy ol li {
    list-style-type: none; }
  #privacypolicy dl {
    margin-bottom: 0; }

#contact {
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  border-top: none;
  border-bottom: 1px solid #4d8db8;
  padding-bottom: 30px;
  margin-bottom: 0; }
  #contact address {
    text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0, white 1px -1px 0, white 0px 1px 0, white -1px 0, white -1px 0 0, white 1px 0 0;
    /*上、下*/ }

#about dl, #philosophy ol, #contact .inner {
  margin-left: 200px; }

footer {
  background-color: #b1b1b2; }
  footer .container {
    padding: 10px 0;
    text-align: right; }
    footer .container small {
      text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0, white 1px -1px 0, white 0px 1px 0, white -1px 0, white -1px 0 0, white 1px 0 0;
      /*上、下*/ }

.pagetop-link {
  font-family: FontAwesome;
  border: 1px solid #e30b20;
  border-radius: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 3px 10px;
  position: fixed;
  top: 90%;
  left: 90%; }
  .pagetop-link a {
    color: #e30b20; }
  .pagetop-link i {
    font-style: normal;
    font-size: 20px; }

/* 英語版 */
.en #visual h2 {
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
  letter-spacing: 0;
  /* margin-top: 4rem; */
  margin: 1rem 0 1rem 3rem; }
.en #news h2 {
  text-align: left;
  padding-left: 2rem; }
.en #publication strong.price {
  font-size: 1.6rem; }
.en #publication .message-container strong {
  font-size: .9rem; }
.en .message-container {
  text-align: left; }
  .en .message-container .tag-text {
    font-size: 1.2rem;
    text-align: left; }
  .en .message-container .expl-txt {
    font-size: .8rem; }
.en .photo-1 p {
  font-size: .9rem; }
  .en .photo-1 p strong {
    font-size: 1.2rem; }
.en #about dl {
  margin-bottom: 0; }
  .en #about dl dt {
    width: 7em;
    float: left;
    font-weight: normal; }
  .en #about dl dd {
    padding-left: 7.5em; }
.en #privacypolicy address {
  margin-top: 2rem; }

/* responsive */
@media only screen and (max-width: 767px) {
  #visual h2 {
    margin: 1rem; }

  .cherry img {
    max-width: 100px; }

  #publication .inner {
    padding: 20px; }
  #publication h3 i {
    font-size: .7rem;
    margin-bottom: 5px;
    line-height: 1rem; }

  .message-container .tag-text {
    font-size: 1.2rem; }
  .message-container strong {
    font-size: 1rem; }
  .message-container .expl-txt {
    font-size: .9rem; }

  .photographer {
    text-align: center; }
    .photographer img {
      width: 50%; }

  #about dl, #philosophy ol, #contact .inner {
    margin-left: 0; }

  #contact h3 {
    font-size: 1.2rem; }

  footer .container {
    text-align: center; }
  footer small {
    font-size: .7rem; }

  .pagetop-link {
    left: 80%; }

  /* 英語版 */
  .en {
    font-size: .8rem; }
    .en #visual h2 {
      font-size: 1rem;
      line-height: 1.5rem; }
    .en #publication strong.price {
      font-size: 1.2rem; }
    .en .message-container .tag-text {
      font-size: 1rem; }

  #publication h4 {
    font-size: 1.4rem; }

  #philosophy ol dt {
    font-size: 1rem; } }
/*add-2019-06*/
header {
  position: relative;
  z-index: 1; }
  header h1 {
    color: #fff;
    font-size: 2.6rem;
    margin: 2rem 0 1.5rem 4rem;
    text-shadow: 2px 2px 6px #000000; }
  header h1 span {
    font-size: 2rem;
    margin-right: 1rem; }
  header .bg-grad {
    background: -moz-linear-gradient(top, rgba(43, 43, 43, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(43, 43, 43, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(43, 43, 43, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 ); }

#m-maple {
  margin: 40px auto; }
  #m-maple h2 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  #m-maple .inner {
    background-color: #003300;
    color: #fff;
    padding: 30px 60px; }
    #m-maple .inner p {
      word-break: break-word;
      /*   text-align: justify;
         text-justify: inter-ideograph;*/ }
  #m-maple .inner figure img {
    max-width: 100%; }
  #m-maple .inner figcaption {
    font-size: .8rem;
    padding-bottom: .75rem; }

/* responsive */
@media screen and (max-width: 992px) {
  header h1 {
    margin: 25px 0;
    text-align: center; }
  header .select-lang dl {
    text-align: center;
    font-size: .8rem;
    margin: 1.2rem 0 0 0; }

  .select-lang dl dd {
    margin-bottom: 0px; }

  .navbar-nav li {
    border-right: none; } }
@media screen and (max-width: 767px) {
  header h1 {
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 2px 2px 6px #000000; }
  header h1 span {
    font-size: 1.4rem;
    margin-right: 1rem; }

  #m-maple {
    margin: 30px  20px 20px 20px; }

  #m-maple .inner {
    padding: 20px; } }

/*# sourceMappingURL=styles.css.map */
