@charset "UTF-8";
/*
Theme Name : うら田
Theme URI: http://www.urata-k.mom
Author: SCARAMANGA INC.
Author URI: http://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
  font-size: 1.4rem;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  position: relative;
  background: #f0f1f3;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  body {
    margin-right: 0px;
  }
}

#wptime-plugin-preloader {
  background-size: 120px !important;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.animated_01 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.animated_02 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.animated_03 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* header
---------------------------------------------------------------------------------------*/
.header {
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}

.header .header_logo {
  width: 190px;
}

.header .header_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header .header_nav li {
  margin: 0 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.header .header_nav li a {
  color: #000000;
  text-align: left;
  letter-spacing: 0.5rem;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.header .header_nav li a:after {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #b80000;
}

.header .header_nav li a:after {
  position: absolute;
  left: -3px;
  top: 0;
}

.header .header_nav li a:hover {
  opacity: 1;
}

.header .header_nav li a:hover:after {
  height: 100%;
}

.header .header_nav li a span {
  display: none;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #f0f1f3;
}

.header .header_nav .btn_book a {
  display: block;
  border: 1px solid #000000;
  height: 135px;
  background: url("images/common/ico_book.svg") top 8px center no-repeat;
  background-size: 16px 16px;
  padding: 28px 8px 8px;
  text-align: left;
}

.header .header_nav .btn_book a:hover {
  opacity: 0.6;
}

.header .header_nav .btn_book a:after {
  content: '';
  display: none;
}

.header .nav_sns {
  padding: 0 50px 35px;
}

.header .nav_sns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -15px;
}

.header .nav_sns ul li {
  margin-left: 15px;
}

.g_nav {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #f0f1f3;
  z-index: 9997;
  overflow: scroll;
}

.g_nav .g_nav_inr {
  width: 100%;
  padding: 60px 120px 60px 25px;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr {
    padding: 120px 25px 60px;
  }
}

.g_nav .g_nav_inr .nav {
  max-width: 1080px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_nav .g_nav_inr .nav li {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin: 0 10px 45px;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .g_nav .g_nav_inr .nav li {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
}

.g_nav .g_nav_inr .nav li a {
  color: #000000;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 3px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .nav li a {
    font-size: 1.4rem;
  }
}

.g_nav .g_nav_inr .nav li a:hover {
  opacity: 0.6;
  color: #b80000;
}

.g_nav .g_nav_inr .nav li a p {
  margin-top: 15px;
}

.g_nav .g_nav_inr .btn_book {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.g_nav .g_nav_inr .btn_book a {
  display: block;
  max-width: 660px;
  width: 100%;
  padding: 25px;
  margin: 40px auto 0;
  background: #ababab;
  border: 1px solid #ababab;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .btn_book a {
    font-size: 1.6rem;
    margin: 25px 0;
  }
}

.g_nav .g_nav_inr .btn_book a:hover {
  background: #fff;
  border: 1px solid #ababab;
  color: #ababab;
}

.g_nav .g_nav_inr .btn_news {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.g_nav .g_nav_inr .btn_news a {
  display: block;
  max-width: 660px;
  width: 100%;
  padding: 25px;
  margin: 60px auto 0;
  background: #b80000;
  border: 1px solid #b80000;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr .btn_news a {
    font-size: 1.6rem;
    margin: 25px 0;
  }
}

.g_nav .g_nav_inr .btn_news a:hover {
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}

/*----------ハンバーガーアイコン----------*/
.nav_area {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .nav_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 9999;
  }
}

.header_logo {
  width: 160px;
  margin: 12px 0 0 10px;
}

.header_logo a:hover {
  opacity: 0.6;
}

.btn_ec {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #b80000;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_ec {
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
  }
}

.btn_ec a {
  display: block;
}

.btn_ec a:hover {
  opacity: 0.6;
}

.btn_ec img {
  width: 30px;
  margin: 8px auto 3px;
}

@media screen and (max-width: 767px) {
  .btn_ec img {
    width: 24px;
    margin: 8px auto 5px;
  }
}

.btn_ec p {
  color: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .btn_ec p {
    font-size: 0.5rem;
  }
}

.sns_nav {
  width: 70px;
  position: fixed;
  bottom: 30px;
  right: 0;
  text-align: center;
}

.sns_nav a {
  display: block;
  width: 25px;
  margin: 25px auto;
  text-align: center;
}

.sns_nav a:hover {
  opacity: 0.6;
}

.sns_nav_inr {
  text-align: center;
  margin-bottom: 100px;
}

.sns_nav_inr a {
  display: inline-block;
  width: 25px;
  margin: 10px;
  text-align: center;
}

.sns_nav_inr a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .hamburger_area {
    background: #fff;
    border-top: 2px solid #b80000;
    border-bottom: 2px solid #b80000;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .hamburger_area:hover {
    cursor: pointer;
  }
}

.hamburger {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 25px;
  height: 22px;
  margin-top: -11px;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 23px;
    left: 13px;
    display: block;
    width: 35px;
    height: 22px;
    z-index: 99999;
  }
}

@media screen and (min-width: 768px) {
  .hamburger:hover span:nth-of-type(1) {
    top: -2px;
  }
  .hamburger:hover span:nth-of-type(3) {
    bottom: -2px;
  }
}

.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b80000;
}

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

.hamburger span:nth-of-type(2) {
  top: 10px;
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .hamburger p {
    margin-top: 27px;
    font-size: 0.5rem;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: bold;
    color: #b80000;
  }
}

.active:hover {
  cursor: pointer;
}

.active:hover span:nth-of-type(1) {
  top: 1px;
}

.active:hover span:nth-of-type(3) {
  bottom: 1px !important;
}

.active span {
  background-color: #b80000;
}

.active span:nth-of-type(1) {
  top: 1px;
}

.active span:nth-of-type(3) {
  bottom: 1px !important;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}

.hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}

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

.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* page
---------------------------------------------------------------------------------------*/
/* layout 共通
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.page_title {
  width: 100%;
  height: 100vh;
  min-height: 680px;
  position: relative;
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .page_title {
    height: 45vh;
    margin-top: 60px;
    margin-bottom: 45px;
    min-height: auto;
  }
}

.page_title .page_title_inr {
  font-family: "Noto Serif SC", serif;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page_title .page_title_inr {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    position: absolute;
    bottom: 45px;
    right: 70px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}

.page_title .page_title_inr h1 {
  letter-spacing: 0.5em;
  font-size: 3.2rem;
  line-height: 1.7;
  font-family: "Noto Serif SC", serif;
  font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr h1 {
    letter-spacing: 0.3em;
    font-size: 2.2rem;
    line-height: 1.7;
  }
}

.page_title .page_title_inr p {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  line-height: 2.4;
  font-family: "Noto Serif SC", serif;
  font-feature-settings: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr p {
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.page_section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .page_section {
    margin-bottom: 55px;
  }
}

.page_section .page_section_title {
  width: 70px;
  color: #b80000;
  font-family: "Noto Serif SC", serif;
}

@media screen and (min-width: 768px) {
  .page_section .page_section_title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .page_section .page_section_title {
    width: 100%;
    margin-bottom: 25px;
  }
}

.page_section .page_section_title h2 {
  letter-spacing: 0.5em;
  font-size: 2.6rem;
  line-height: 1.7;
  font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .page_section .page_section_title h2 {
    letter-spacing: 0.3em;
    font-size: 2rem;
    line-height: 1.7;
  }
}

.page_section .page_section_title h2 span {
  margin-top: 20px;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  line-height: 2.4;
  font-feature-settings: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page_section .page_section_title h2 span {
    display: block;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.page_section .page_section_inr {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .page_section .page_section_inr {
    width: 100%;
    padding-left: 0;
  }
}

/* footer
---------------------------------------------------------------------------------------*/
.footer {
  border-bottom: 16px solid #b80000;
  padding: 50px 50px 10px;
  width: 100%;
  position: relative;
  background: #fff;
}

.footer .shop_nav li {
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.14rem;
}

.footer .shop_nav li a {
  position: relative;
  padding-bottom: 3px;
}

.footer .shop_nav li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer .shop_nav li a:after {
  background: #000000;
}

.footer .shop_nav li a:hover {
  opacity: 1;
}

.footer .shop_nav li a:hover:after {
  width: 100%;
}

.footer h3 {
  text-align: center;
  margin-bottom: 20px;
}

.footer h3 img {
  width: 130px;
}

.footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

#page-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 99999;
  width: 45px;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 15px;
    bottom: 15px;
    width: 30px;
  }
}

/* _slick
---------------------------------------------------------------------------------------*/
/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}
