@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #595757;
}
p {
  font-size: 12px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #595757;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #3f3e3e;
}
img {
  max-width: 100% !important;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "trajan-pro-3", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #595757;
  font-weight: 700;
}
h1 {
  margin: 0;
  font-weight: normal;
}
h4 {
  font-size: 17px;
}
.img-centered {
  margin: 0 auto;
}
.sm-inline-block {
  display: none;
}
.sm-block {
  display: none;
}
.sm-none {
  display: block;
}
.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-inline-block {
    display: inline-block;
  }
  .sm-block {
    display: block;
  }
  .sm-none {
    display: none;
  }
  .sm-center {
    text-align: center;
  }
  .pad-left-sm-none {
    padding-left: 0;
  }
  .pad-right-sm-none {
    padding-right: 0;
  }
}
.mb-large {
  margin-bottom: 3em;
}
.mb-middle {
  margin-bottom: 1.5em;
}
.mb-0 {
  margin-bottom: 0;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #222;
}
.btn-primary {
  color: white;
  background-color: #595757;
  border-color: #595757;
  font-family: "trajan-pro-3", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #3f3e3e;
  border-color: #3a3939;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #595757;
  border-color: #595757;
}
.btn-primary .badge {
  color: #595757;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #595757;
  border-color: #595757;
  font-family: "trajan-pro-3", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #3f3e3e;
  border-color: #3a3939;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #595757;
  border-color: #595757;
}
.btn-xl .badge {
  color: #595757;
  background-color: white;
}
.btn-main {
  display: inline-block;
  padding: 0.5em 2em;
  margin-bottom: 1em;
  background-color: #F7F8F8;
  color: #595757;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-main:hover,
.btn-main:active {
  background-color: #777;
  color: white;
}
.navbar-default {
  background-color: #F7F8F8;
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  font-family: "trajan-pro-3", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #595757;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #3f3e3e;
}
.navbar-default .navbar-brand span,
.navbar-default .navbar-brand br {
  display: none;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #595757;
  border-color: #595757;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #595757;
}
.navbar-default .nav li a {
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 4.5em;
  color: #8c8a8a;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #252525;
  outline: none;
}
.navbar-default .nav li:last-child a {
  padding-bottom: 2em;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #595757;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #3f3e3e;
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 15px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-header {
    float: none !important;
    width: 100%;
  }
  .navbar-default .navbar-brand {
    position: relative;
    float: none !important;
    display: block;
    width: 320px;
    height: 60px;
    padding: 15px 15px 0;
    margin: 0 auto 5px !important;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-brand span {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
  }
  .navbar-default .navbar-brand br {
    display: inline-block;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default .nav {
    width: 100%;
    padding: 5px 0 15px;
  }
  .navbar-default .nav li {
    border-right: 1px solid #595757;
    width: 14.285%;
    text-align: center;
  }
  .navbar-default .nav li a {
    padding: 0 15px;
  }
  .navbar-default .nav li:last-child {
    border-right: none;
  }
  .navbar-default .nav li:last-child a {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-collapse {
    width: 680px;
    margin: 0 auto;
  }
}
header h2 {
  margin: 0;
  padding: 60px 0 0;
  font-family: "minion-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-style: italic;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
header h2:before {
  display: block;
  width: 80px;
  height: 5px;
  margin: 0 auto 12px;
  content: " ";
  border-top: 5px solid #e8e8e8;
}
header h2 span,
header h2 p {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 11px;
  font-style: normal;
}
@media (min-width: 768px) {
  header h2 {
    padding: 60px 0 0;
  }
}
#main-image {
  width: 100%;
  height: 427px;
}
@media (min-width: 768px) {
  #main-image {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  #main-image {
    height: 500px;
  }
}
section {
  padding: 50px 0 0;
  text-align: left;
}
section .section-top-level-heading {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
section .section-top-level-heading span {
  display: block;
  margin-top: -6px;
  font-size: 12px;
}
section .section-second-level-heading {
  font-family: "minion-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 0.5em;
}
section .paragraph-wrapper {
  margin: 0 auto 1.5em;
}
section .image-area.responsive img {
  width: 100%;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0 0;
    text-align: center;
  }
  section .image-area.responsive img {
    width: 50%;
    float: left;
    display: inline-block;
  }
  section .section-top-level-heading {
    font-size: 32px;
  }
  section .section-second-level-heading {
    font-size: 22px;
  }
  section .paragraph-wrapper {
    margin: 0 auto 3em;
  }
  section .image-shrink-wrapper {
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  section .image-shrink-wrapper img {
    position: absolute;
    top: -12.5%;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  section .image-shrink-wrapper {
    height: 400px;
  }
  section .image-shrink-wrapper img {
    top: -30%;
  }
}
@media (min-width: 1200px) {
  section .image-shrink-wrapper {
    height: 500px;
  }
  .container {
    width: 980px;
  }
}
@media (min-width: 1500px) {
  section .image-shrink-wrapper {
    height: 600px;
  }
  section .image-shrink-wrapper img {
    top: -30%;
  }
}
@media (min-width: 1600px) {
  section .image-shrink-wrapper img {
    top: -40%;
  }
}
@media (min-width: 1800px) {
  section .image-shrink-wrapper {
    height: 700px;
  }
}
@media (min-width: 2000px) {
  section .image-shrink-wrapper img {
    top: -50%;
  }
}
section.first {
  padding: 40px 0 0;
}
section.last {
  margin-bottom: 3em;
}
.no-posts {
  text-align: center;
}
section#profile .to-facebook {
  text-align: center;
  margin-bottom: 10px;
}
section#profile .lang-en {
  font-style: italic;
}
section#travel-history p {
  margin-bottom: 3em;
}
section#travel-history table {
  margin-bottom: 10px;
  font-size: 12px;
}
section#travel-history table td {
  text-align: left;
  padding: 1em 0.5em;
}
section#travel-history table th,
section#travel-history table td.month {
  min-width: 50px;
  padding: 1em 0.5em;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  section#travel-history table {
    font-size: 14px;
  }
  section#travel-history table td {
    padding: 1em 2em;
  }
  section#travel-history table th,
  section#travel-history table td.month {
    min-width: 100px;
    padding: 1em 2em;
  }
}
section#blog .post_wrapper {
  padding: 3em 15px;
  margin-bottom: 3em;
  border-bottom: 1px solid #595757;
}
section#blog .post_wrapper .section-top-level-heading a:hover {
  text-decoration: none;
  border-bottom: 1px solid #595757;
}
section#blog .post_wrapper .the_content {
  text-align: left;
}
section#blog .post_wrapper .the_content .date {
  font-size: 12px;
  letter-spacing: 2px;
}
section#blog .post_wrapper:first-child {
  padding-top: 0;
}
section#blog .sidebar {
  text-align: left;
}
section#blog .sidebar ul li {
  margin-bottom: 0.5em;
}
section#blog .sidebar .title {
  font-size: 16px;
}
section#blog .sidebar .category-list {
  padding: 10px 0;
  margin-bottom: 3em;
}
section#blog .sidebar .archives-list {
  height: 182px;
  padding: 10px 0;
  margin-bottom: 3em;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  section#blog .post_wrapper .section-top-level-heading {
    font-size: 22px;
    line-height: 1;
  }
  section#blog .post_wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  section#blog .sidebar {
    padding-left: 3em;
    padding-right: 0;
  }
}
.scrollbox::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}
.scrollbox::-webkit-scrollbar-thumb {
  background: #999;
}
.scrollbox::-webkit-scrollbar-corner {
  background: #ddd;
}
section.work .paragraph-group {
  margin-bottom: 3em;
}
section.shop {
  padding: 24px 0 24px;
  text-align: left;
}
section.shop .section-top-level-heading {
  text-align: center;
}
section.shop .main-image {
  margin-bottom: 24px;
}
section.shop.last {
  padding: 24px 0 0px;
}
@media (min-width: 768px) {
  section.shop {
    padding: 75px 0 75px;
  }
  section.shop.last {
    padding: 75px 0 0;
  }
}
section#calender .images-area {
  margin-bottom: 0;
}
section#calender .images-area li {
  margin-bottom: 10px;
}
section#calender .images-area li:nth-child(odd) {
  padding-right: 7.5px;
}
section#calender .images-area li:nth-child(even) {
  padding-left: 7.5px;
}
section#calender .call-to-action {
  text-align: center;
  margin-bottom: 0;
}
section#calender .call-to-action .sold-out {
  display: inline-block;
  margin-bottom: 1em;
  color: #e74c3c;
  font-weight: bold;
}
@media (min-width: 768px) {
  section#calender .images-area li {
    padding: 0 6px !important;
  }
  section#calender .call-to-action {
    text-align: left;
    margin: 1em 0;
  }
}
section.books {
  border-top: 1px solid #595757;
}
section.books .main-image {
  text-align: center;
}
section.books .main-image img {
  max-width: 70% !important;
}
section.books .call-to-action {
  margin: 1em 0;
}
section.books .last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.books .main-image {
    text-align: left;
  }
  section.books .main-image img {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  section.books .call-to-action {
    margin: 1.5em 0;
  }
}
section#gallery {
  padding-top: 60px;
}
section#gallery .grid-wrapper {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
section#gallery .grid-item {
  float: left;
  width: 270px;
  height: auto;
  margin: 0 10px 10px 0;
}
section#gallery .grid-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-backface-visibility: hidden;
}
section#gallery .grid-item a img {
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  -webkit-backface-visibility: hidden;
}
section#gallery .grid-item a .caption-wrapper {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 178px;
  z-index: 900;
}
section#gallery .grid-item a .caption-wrapper p {
  display: table-cell;
  padding: 0 20px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  font-family: "trajan-pro-3", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 14px;
  color: white;
  letter-spacing: 3px;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  -webkit-backface-visibility: hidden;
}
section#gallery .grid-item a.hover img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
section#gallery .grid-item.tall a .caption-wrapper {
  height: 366px;
}
@media (min-width: 460px) {
  section#gallery .grid-wrapper {
    max-width: 460px;
  }
  section#gallery .grid-item,
  section#gallery .grid-item a .caption-wrapper {
    width: 220px;
    height: 145px;
  }
  section#gallery .grid-item.large,
  section#gallery .grid-item.large a .caption-wrapper {
    width: 450px;
    height: 299px;
  }
  section#gallery .grid-item.tall,
  section#gallery .grid-item.tall a .caption-wrapper {
    height: 300px;
  }
}
@media (min-width: 630px) {
  section#gallery .grid-wrapper {
    max-width: 560px;
  }
  section#gallery .grid-item,
  section#gallery .grid-item a .caption-wrapper {
    width: 270px;
    height: 178px;
  }
  section#gallery .grid-item.large,
  section#gallery .grid-item.large a .caption-wrapper {
    width: 550px;
    height: 366px;
  }
  section#gallery .grid-item.tall,
  section#gallery .grid-item.tall a .caption-wrapper {
    height: 366px;
  }
  section#gallery .grid-item a:hover img {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
@media (min-width: 980px) {
  section#gallery .grid-wrapper {
    max-width: 840px;
  }
  section#gallery .grid-item a .caption-wrapper p {
    font-size: 16px;
    opacity: 0;
  }
  section#gallery .grid-item a:hover .caption-wrapper p,
  section#gallery .grid-item a:active .caption-wrapper p,
  section#gallery .grid-item a:focus .caption-wrapper p {
    opacity: 0.8;
  }
}
@media (min-width: 1120px) {
  section#gallery .grid-wrapper {
    max-width: 1120px;
  }
}
@media (min-width: 1400px) {
  section#gallery .grid-wrapper {
    max-width: 1400px;
  }
}
.fluidbox-overlay {
  background-color: rgba(0, 0, 0, 0.85098);
}
section#form .title {
  margin-bottom: 1.5em;
}
section#form dl {
  overflow: hidden;
  margin: 0;
  background-color: #F7F8F8;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #777;
}
section#form dl dt {
  padding: 1em;
  text-align: center;
  border-top: 1px solid #777;
  border-bottom: 1px dotted #777;
}
section#form dl dt label {
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
}
section#form dl dd {
  padding: 1em;
  background-color: white;
}
section#form dl dd input,
section#form dl dd textarea {
  width: 100%;
  border-top: 1px solid #777;
  border-right: 1px dotted #777;
  border-bottom: 1px solid #777;
  border-left: 1px dotted #777;
}
section#form dl dd select {
  height: 32px;
  -webkit-appearance: menulist-button;
}
section#form dl dd input:disabled {
  background-color: #F7F8F8;
}
section#form .text-danger {
  color: #e74c3c;
}
section#form .submit-wrapper {
  text-align: center;
  padding: 1em;
  margin-bottom: 3em;
}
section#form .submit-wrapper input {
  border: none;
}
@media (min-width: 768px) {
  section#form {
    text-align: left;
  }
  section#form dl {
    border-right: 1px dotted #777;
  }
  section#form dl dt {
    float: left;
    width: 30%;
    min-height: 61px;
    border-right: none;
    border-bottom: none;
  }
  section#form dl dd {
    min-height: 61px;
    padding: 1em;
    margin: 0 0 0 30%;
    border-top: 1px solid #777;
    border-left: 1px dotted #777;
    border-bottom: none;
  }
  section#form dl dt.message,
  section#form dl dd.message {
    height: 275px;
  }
  section#form dl .payee {
    height: 54px;
  }
  section#form .submit-wrapper {
    position: relative;
    padding: 1em 0;
  }
  section#form .submit-wrapper .left {
    text-align: left;
  }
  section#form .submit-wrapper .left input {
    position: absolute;
    left: 0;
  }
  section#form .submit-wrapper .right {
    text-align: right;
  }
  section#form .submit-wrapper .right input {
    position: absolute;
    right: 0;
  }
}
section.shop-form {
  border-top: 1px solid #595757;
}
section.shop-form .receiver-s-address-description {
  padding: 2em 0;
  margin-bottom: 0;
}
section.shop-form .receiver-s-address-description label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.shop-form .receiver-s-address-description {
    text-align: center;
  }
}
.wpcf7-response-output {
  padding: 1em !important;
}
span.wpcf7-not-valid-tip {
  padding-top: 1em !important;
}
div.wpcf7-validation-errors {
  padding: 15px;
  border: 1px solid transparent !important;
  border-radius: 4px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 2em auto !important;
}
div.wpcf7-mail-sent-ok {
  padding: 15px;
  border: 1px solid transparent !important;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 2em auto !important;
}
.wp-pagenavi {
  margin-bottom: 4em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0.5em !important;
}
.wpcf7c-conf,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #F7F8F8 !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F7F8F8 inset;
}
div.wpcf7 img.ajax-loader {
  display: none !important;
}
footer {
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  background-color: #F7F8F8;
}
footer span.copyright {
  line-height: 40px;
  text-transform: none;
}
@media (min-width: 768px) {
  footer {
    font-size: 14px;
    padding: 10px 0;
  }
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
  background: #595757;
}
::selection {
  text-shadow: none;
  background: #595757;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #595757;
}
