@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   COMMMON

--------------------------------------------------------------------------------------------- */

#page_title {
}

#page_title .container {
  text-align: center;
}
#breadcrumbs,
#breadcrumbs a {
  color: #808080;
}

@media only screen and ( max-width : 767px ) {
  #page_title {
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #page_title {
    margin-top: 14rem;
    margin-bottom: 10rem;
  }
  #breadcrumbs {
    font-size: 1.2rem;
    padding: 1.5rem 0;
  }
  
}

/* ---------------------------------------------------------------------------------------------

　   BLOG

--------------------------------------------------------------------------------------------- */

.blog_list li {
  position: relative;
}
.blog_list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 4rem);
  height: .1rem;
  background: #6c0138;
}
.blog_list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width:4rem;
  height: .3rem;
  background: url(../img/dot.svg) no-repeat center right / contain;
}
.blog_list li a {
  display: flex;
  justify-content: space-between;
}
.blog_date,
.blog_title {
  letter-spacing: .3em;
}
.blog_readmore {
  display: flex;
  justify-content: flex-end;
}
.blog_readmore span {
  color: #6c0138;
  position: relative;
  padding-right: 2rem;
}
.blog_readmore span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.2rem;
  background: url(../img/arrow02.svg) no-repeat center / contain;
}
.blog_list_txt {
  display: flex;
  flex-direction: column;
}
@media only screen and ( max-width : 767px ) {
  .blog_list li {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .blog_list_img {
    width: 12rem;
    margin-right: 1.5rem;
  }
  .blog_list_txt {
    width: calc(100% - 12rem - 1.5rem);
    justify-content: space-between;
  }
  .blog_date {
    font-size: 1rem;
    margin-bottom: .5rem;
  }
  .blog_title {
    font-size: 1.6rem;
  }
  .blog_readmore {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .blog_list li {
    margin-bottom: 4.6rem;
    padding-bottom: 4.6rem;
  }
  .blog_list li a {
  }
  .blog_list_img {
    width: 44.4rem;
    margin-right: 7rem;
  }
  .blog_list_txt {
    width: calc(100% - 44.4rem - 7rem);
    justify-content:flex-end;
  }
  .blog_date {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .blog_title {
    font-size: 2.4rem;
  }
  .blog_readmore {
    margin-top: 9rem;
    font-size: 1.8rem;
  }
  .blog_list_img {
    height: 29rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   LINE UP

--------------------------------------------------------------------------------------------- */
#lineup_top {
  background: url(../img/lineup/main.jpg) no-repeat center center / cover;
  color: #fff;
}
.lineup_top_txt,
.lineup_top_title {
  color: #c8ad61;
  letter-spacing: .1em;
}
.lineup_top_inner p {
  line-height: 1.8em;
}
@media only screen and ( max-width : 767px ) {
  #lineup_top {
    background-position: 100% 100%;
    background-color: #000;
    background-size: 160%;
    height: 72rem;
    padding-top: 4rem;
  }
  .lineup_top_txt {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
  .lineup_top_title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .lineup_top_title span {
    font-size: 1.5rem;
    display: block;
  }
}
@media print, screen and ( min-width : 768px ) {
  #lineup_top .container {
    /* max-height: 80rem; */
    height: 42.74vw;
    display: flex;
    align-items: center;
  }
  .lineup_top_inner {
    font-size: 1.9rem;
  }
  .lineup_top_txt {
    font-size: 2.1rem;
  }
  .lineup_top_title {
    font-size: 3.7rem;
    margin-bottom: 2.5rem;
  }
  .lineup_top_title span {
    font-size: 1.7rem;
    margin-left: 3rem;
  }
  .lineup_top_inner {
    max-width: 70rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.contact_text {
  text-align: center;
  line-height: 1.8em;
  color: #6c0138;
}
.contact_form_inner {
}
.required {
  color: #d22853;
}
.privacy_checkbox {
  text-align: center;
}
.thanks_title {
  text-align: center;
  color: #6c0138;
}
@media only screen and ( max-width : 767px ) {
  .contact_text {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .contact_form_list {
    margin-bottom: 5rem;
  }
  .contact_form_list dt,
  .contact_form_list dd {
  }
  .contact_form_list dt {
    margin-bottom: 1rem;
  }
  .contact_form_list dd {
    margin-bottom: 3rem;
  }
  .required {
    font-size: 1.1rem;
  }
  .thanks_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .contact_text {
    font-size: 2rem;
    margin-bottom: 8cqh;
  }
  .contact_form_list {
    margin-bottom: 7rem;
  }
  .contact_form_list dt,
  .contact_form_list dd {
  }
  .contact_form_list dt {
    margin-bottom: 1.5rem;
  }
  .contact_form_list dd {
    margin-bottom: 4rem;
  }
  .required {
    font-size: 1.3rem;
  }
  .thanks_title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */
.contact_form input,
.contact_form textarea {
  border-radius:0;
  line-height: 1em;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form input[type="number"] {
  height: 5.8rem;
  padding:0 1.5rem;
}
.contact_form input[type="text"],
.contact_form textarea,
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form input[type="number"] {
  border: none;
  margin:0;
  display: block;
  background: #e8e7e2;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border-radius: .5rem;
  font-size: 1.6rem;
}
.contact_form input.short_input {
  width: 10em;
  display: inline-block;
}
.contact_form textarea {
  padding:1.5rem 1.5rem;
  width: 100%;
  display: block;
  resize: vertical;
  line-height: 1.8em;
  font-size: 1.4rem;
}
.contact_form .submit_btn {
  -webkit-appearance: none;
  border:none;
  display: block;
  text-align: center;
  font-size: inherit;
  cursor: pointer;
  background: #6c0138;
  color: #fff;
  letter-spacing: .4em;
  border-radius: 5rem;
}
.contact_form .submit_btn:hover {
  opacity: .8;
}

.contact_form label input[type="radio"] + span {
  position: relative;
  padding: 0 .8rem .5rem 2.6rem;
}
.contact_form label {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
.contact_form label span {
  display: inline-block;
}

.contact_form label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact_form label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.6rem;
}
.contact_form label input[type="radio"] + span::before {
  z-index: 0;
  top: .35rem;
  left: 0;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  background: #fff;
}
.contact_form label input[type="radio"]:checked + span::before {
  border: 6px #00a97b solid;
}
.contact_form select-wrap {
  position: relative;
  display: block;
}
.contact_form select-wrap:before {
content: "";
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  top: 1.8rem;
  height: 1em;
  line-height: 1em;
  pointer-events: none;
  font-weight: bold;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/arrow_down.png) no-repeat center / 100%;
}
.contact_form select{
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  padding: .8rem 3.4rem .8rem 1.2rem;
  border: none;
  /*color:#D3D3D3;*/
  width:100%;
  background: #F8F8F8;
}
.contact_form select option{
  background-color: #fff;
  color: #333;
}
.contact_form select::-ms-expand {
  display: none;
}
.contact_form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.contact_form ::placeholder {
  color: #D3D3D3;
}
@media only screen and ( max-width : 767px ) {
  .contact_form textarea {
    height: 16rem;
  }
  .contact_form .submit_btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 2.5rem 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .contact_form {
    font-size: 1.8rem;
  }
  .contact_form textarea {
    height: 24rem;
  }
  .contact_form .submit_btn {
    width: 45rem;
    font-size: 1.8rem;
    padding: 2.5rem 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   POLICY

--------------------------------------------------------------------------------------------- */
.policy_title {
  text-align: center;
}
.disc li {
  list-style: disc;
  margin-left: 1.5rem;
}
.policy_item p,
.policy_item li {
  line-height: 1.8em;
}
#tokusho dl dt,
#tokusho dl dd,
#tokusho dl dd h4,
#tokusho dl dd ul li {
  line-height: 1.8em;
}
#tokusho dl dd h4 {
  color: var(--mainColor);
  margin-top: 1rem;
}
#tokusho dl dd h4:first-of-type {
  margin-top: 0;
}
#tokusho dl dd a {
  display: inline-block;
  background: var(--mainColor);
  color: #fff;
  padding: .1em .6em;
  border-radius: 3rem;
}
@media only screen and ( max-width : 767px ) {
  .policy_title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .policy_item {
    margin-top: 3rem;
  }
  #tokusho dl dt {
    margin-bottom: .5rem;
  }
  #tokusho dl dd {
    border-bottom: 1px solid #000;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #tokusho dl dd a {
    font-size: 1.3rem;
    display: block;
    width: 14rem;
    text-align: center;
  }
}
@media print, screen and ( min-width : 768px ) {
  #policy {
    font-size: 1.8rem;
  }
  .policy_title {
    margin-bottom: 6rem;
    font-size: 2.2rem;
  }
  .policy_item {
    margin-top: 4.5rem;
  }
  #tokusho dl {
    display: flex;
    flex-wrap: wrap;
  }
  #tokusho dl dt,
  #tokusho dl dd {
    padding: 1.5rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
  }
  #tokusho dl dt {
    width: 24rem;
    padding-right: 2rem;
  }
  #tokusho dl dd {
    width: calc(100% - 24rem);
  }
  #tokusho dl dd a {
    font-size: 1.5rem;
    margin-left: .5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#page_title.about_title {
  margin-top: 0;
}
#page_title.about_title .container {
  position: relative;
  text-align: left;
  max-width: calc(93rem + 6rem);
}
#page_title.about_title .page_title_heading .title_en {
  text-align: left;
}
.about_intro_text {
  color: #6c0138;
  line-height: 2em;
}
.about_place_info_title {
  letter-spacing: .15em;
}
.about_place_info_title span {
  display: block;
}

.about_place_img img {
  display: block;
  width: 100%;
}
.about_place_opentime {
  border-top: 1px solid #000;
  padding-top: 1em;
  margin-top: 1.5rem;
}
#access .title_heading .title_jp,
#access .title_heading .title_en {
  text-align: left;
}
.access_info {
  margin-top: 2rem;
  position: relative;
  background: url(../img/about/frame_T.png) repeat-x left top / 2.4rem,url(../img/about/frame_B.png) repeat-x left bottom / 2.4rem,url(../img/about/frame_L.png) repeat-y left top / 2.4rem,url(../img/about/frame_R.png) repeat-y right top / 2.4rem #fff;
  padding: 2.8rem;
}
.access_info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.4rem;
  background: url(../img/about/frame_RT.png) no-repeat right bottom / contain,url(../img/about/frame_LT.png) no-repeat left bottom / contain;
}
.access_info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.4rem;
  background: url(../img/about/frame_RB.png) no-repeat right bottom / contain,url(../img/about/frame_LB.png) no-repeat left top / contain;
}


@media only screen and ( max-width : 767px ) {
  .page_title_img {
    margin-left: -3rem;
    height: 20rem;
    margin-bottom: 3rem;
  }
  .about_intro_img {
    margin-left: -3rem;
    margin-top: 5rem;
  }
  .about_intro_text {
    font-size: 1.6rem;
  }
  .about_place_info_title {
    font-size: 2.6rem;
    margin-bottom: 3ch;
  }
  .about_place_info_title span {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .about_place_sec {
    font-size: 1.5rem;
  }
  .about_place_info_img {
    margin-top: 3rem;
  }
  .about_place_info {
    margin-bottom: 3rem;
  }
  .about_place_info02 figure {
    margin-bottom: 3rem;
  }
  #about_place02 .about_place_info02 figure {
    margin-right: -3rem;
  }
  .access_text {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  .access_text h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #page_title.about_title {
    min-height: 42.66vw;
  }
  #page_title.about_title .container {
    padding-top: 42.66vw;
  }
  .page_title_img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: calc(100% + (100vw - 100%) / 2);
    object-fit: cover;
    height: 42.66vw;
  }
  #page_title.about_title .page_title_heading {
    padding-top: 7rem;
  }
  .about_intro_img {
    margin-left: -20rem;
    margin-top: -10rem;
  }
  .about_intro_text {
    font-size: 2rem;
    width: 58.8rem;
  }
  .about_intro_inner {
    display: flex;
    justify-content: flex-end;
    margin-top: -13rem;
  }
  .about_place_info_text {
    width: 40rem;
  }
  .about_place_info_img {
    width: 40rem;
  }
  .about_place_sec {
    font-size: 1.9rem;
  }
  .about_place_info_title {
    font-size: 3.7rem;
    margin-bottom: 5rem;
  }
  .about_place_info_title span {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .about_place_info {
    margin-bottom: 7.6rem;
  }
  .about_place_info02 figure {
    margin-bottom: 4rem;
  }
  #about_place02 .about_place_info02 figure {
    margin-left: -20rem;
    margin-right: -7rem;
  }
  .access_map {
    width: 40.8rem;
  }
  .access_text {
    width: 36rem;
    font-size: 2rem;
  }
  .access_text h3 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SINGLE

--------------------------------------------------------------------------------------------- */

.post_single_content p {
  line-height: 1.8em;
  margin: 2rem 0;
}
.post_single_content figure {
  margin: 4rem 0;
}
.post_single_content p a {
  text-decoration: underline;
  color: var(--mainColor);
}
.post_thumb {
  margin-bottom: 4rem;
}
@media only screen and ( max-width : 767px ) {
  #post_detail .post_date {
    margin-bottom: 1rem;
  }
  .post_title {
    font-size: 2.2em;
  }
  .post_single_content {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #post_detail .post_date {
    margin-bottom: 2rem;
  }
  .post_title {
    font-size: 4rem;
  }
  .post_single_content {
    margin-bottom: 8rem;
    font-size: 1.8rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
