@charset "UTF-8";
/*
Theme Name:CARAD Photo Studio
*/
@import url("https://fonts.cdnfonts.com/css/palatino");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
html.overflow,
#body.overflow {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #fff;
}
#loading img {
  width: 150px;
}

#loading.loaded {
  display: none;
}

.img-wrap {
  opacity: 0;
  position: relative;
  transition: 1.5s 0.5s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: 100% 0;
  transition: 1s 0.3s transform cubic-bezier(1, 0, 0, 1);
}

.img-wrap.img-animation {
  opacity: 1;
}

.img-wrap.img-animation::after {
  transform: scaleX(0);
}

.scroll-in {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
}

.scroll-in.action-animation {
  opacity: 1;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1080px) {
  .sp {
    display: none !important;
  }
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.logo_container {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 9;
}
.logo_container img {
  width: 150px;
  height: auto;
}

.wp-block-gallery.has-nested-images.is-cropped {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 250px;
  width: 250px;
}

header {
  width: 100%;
}

.drawer-hamburger {
  width: 53px;
  z-index: 999;
}
.drawer-hamburger .drawer-hamburger-icon {
  width: 35px;
  height: 1px;
}
.drawer-hamburger .drawer-hamburger-icon::before {
  top: -8px;
  width: 18px;
  right: 0;
  left: auto;
  height: 1px;
}
.drawer-hamburger .drawer-hamburger-icon::after {
  top: 8px;
  width: 53px;
  right: 0;
  left: auto;
  height: 1px;
}

.drawer-open .drawer-hamburger-icon::before {
  top: inherit;
  width: inherit;
  right: inherit;
  left: inherit;
  height: 1px;
  background-color: #fff;
}
.drawer-open .drawer-hamburger-icon:after {
  top: inherit;
  width: inherit;
  right: inherit;
  left: inherit;
  height: 1px;
  background-color: #fff;
}

.drawer--right .drawer-nav {
  right: -35%;
}
@media screen and (max-width: 768px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.header-nav {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    width: 100%;
  }
}

.drawer-menu {
  padding-bottom: 50px;
}

.header-nav {
  background-color: #262626;
  padding: 100px 30px;
  color: #fff;
  font-size: 18px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.header-nav ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header-nav ul li {
  list-style: none;
  padding: 20px 0;
  width: 50%;
  text-align: center;
}
.header-nav ul li a {
  transition: all 0.3s;
}
.header-nav ul li a p {
  font-size: 20px;
  font-family: "Palatino", sans-serif;
}
.header-nav ul li a span {
  display: block;
  font-size: 13px;
}
.header-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

h1, h2, h3, h4 {
  font-family: "Palatino", sans-serif;
}

h2, h3, p {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: unset;
}

.news_top {
  width: 50%;
  padding: 15px;
  background-color: #fff;
  margin-top: -25px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_top {
    width: 100%;
  }
}
.news_top .news_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  width: 100%;
}
.news_top .news_top_inner h2 {
  width: 15%;
  text-align: center;
  font-size: 14px;
}
.news_top .news_top_inner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  width: 85%;
  transition: all 0.3s;
}
.news_top .news_top_inner a:hover {
  color: #808080;
}
.news_top .news_top_inner a time {
  display: block;
  width: 15%;
  font-family: "Palatino", sans-serif;
}
.news_top .news_top_inner a p {
  width: 70%;
}

#intro h1 {
  font-size: 75px;
  text-align: center;
  margin: 150px auto;
}
@media screen and (max-width: 768px) {
  #intro h1 {
    margin: 75px auto;
    font-size: 40px;
    padding: 0 20px;
    text-align: left;
  }
}
#intro .intro_txt {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #intro .intro_txt {
    padding: 0 20px;
  }
}
#intro .intro_txt h2 {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #intro .intro_txt h2 {
    font-size: 22px;
  }
}
#intro .intro_txt p {
  font-size: 17px;
  line-height: 2.2;
  text-align: left;
}
#intro .section_img {
  padding-top: 80px;
  position: relative;
  width: calc(1200px + (100vw - 1200px) / 2);
}
@media screen and (max-width: 768px) {
  #intro .section_img {
    width: 100%;
  }
}
#intro .section_img img {
  width: 100%;
}

a.view_btn_link {
  display: flex;
  margin: 25px 0;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  a.view_btn_link {
    margin-right: 20px;
  }
}
a.view_btn_link .view_btn {
  display: block;
  padding: 15px;
  width: 200px;
  text-align: center;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
a.view_btn_link .view_btn:hover {
  transform: translate(5px, 5px);
  box-shadow: unset;
}
a.view_btn_link .view_btn p {
  text-align: center;
  font-family: "Palatino", sans-serif;
  font-size: 20px;
}
a.view_btn_link .view_btn span {
  display: block;
  font-size: 13px;
}

section h3 {
  font-size: 50px;
}
section span {
  font-size: 12px;
}

#news {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 80px 0;
  }
}
#news .section_inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #news .section_inner {
    padding: 0 20px;
  }
}
#news .section_inner .left_side {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #news .section_inner .left_side {
    width: 100%;
  }
}
#news .section_inner .left_side h3 {
  font-size: 50px;
}
#news .section_inner .left_side span {
  font-size: 12px;
}
#news .section_inner .right_side {
  width: 65%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #news .section_inner .right_side {
    width: 100%;
  }
}
#news .section_inner .right_side a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #news .section_inner .right_side a {
    margin: 10px 0;
  }
}
#news .section_inner .right_side a:hover {
  color: #808080;
}
#news .section_inner .right_side a time {
  display: block;
  font-family: "Palatino", sans-serif;
  font-size: 14px;
  width: 10%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #news .section_inner .right_side a time {
    width: 100%;
    margin-bottom: 0;
  }
}
#news .section_inner .right_side a p {
  width: 90%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #news .section_inner .right_side a p {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #plan h3, #plan span {
    padding: 0 20px;
  }
}
#plan .plan_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
#plan .plan_inner a {
  width: 33.333%;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.3s;
}
#plan .plan_inner a:hover {
  transform: translate(5px, 5px);
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  #plan .plan_inner a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #plan .plan_inner a .plan_cont {
    width: 100%;
  }
}
#plan .plan_inner a .plan_cont img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #plan .plan_inner a .plan_cont img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#plan .plan_inner a .plan_cont h4 {
  font-size: 50px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #plan .plan_inner a .plan_cont h4 {
    font-size: 26px;
  }
}
#plan .plan_inner a .plan_cont span {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
#plan .plan_inner a .plan_cont p {
  font-size: 14px;
  line-height: 1.75;
}
#plan .plan_inner a .plan_cont p.price {
  margin-top: 20px;
  font-size: 40px;
  text-align: center;
  font-family: "Palatino", sans-serif;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  #plan .plan_inner a .plan_cont p.price {
    font-size: 28px;
  }
}
#plan .gallery {
  padding: 150px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #plan .gallery {
    padding: 80px 0;
  }
}
#plan .gallery div {
  padding: 5px;
  width: 25%;
}
#plan .gallery div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#plan .gallery .gallery_1, #plan .gallery .gallery_6 {
  width: 50%;
}
#plan .gallery .gallery_1, #plan .gallery .gallery_4 {
  padding-left: 0;
}
#plan .gallery .gallery_3, #plan .gallery .gallery_6 {
  padding-right: 0;
}

#flow {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #flow {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #flow h3, #flow span {
    padding: 0 20px;
  }
}
#flow .flow_inner {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #flow .flow_inner {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#flow .flow_inner .flow_cont {
  width: calc(20% - 20px);
}
@media screen and (max-width: 768px) {
  #flow .flow_inner .flow_cont {
    width: 100%;
    margin-top: 40px;
  }
}
#flow .flow_inner .flow_cont .number_icon {
  width: 43px;
  height: 43px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
}
#flow .flow_inner .flow_cont .number_icon::after {
  content: "";
  display: block;
  height: 1px;
  width: 170px;
  position: absolute;
  border-bottom: 1px dashed #000;
  top: 21.5px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  #flow .flow_inner .flow_cont .number_icon::after {
    display: none;
  }
}
#flow .flow_inner .flow_cont .number_icon.last::after {
  display: none;
}
#flow .flow_inner .flow_cont .flow_cont_wrap {
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 25px 20px 35px;
}
#flow .flow_inner .flow_cont .flow_cont_wrap h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}
#flow .flow_inner .flow_cont .flow_cont_wrap p {
  font-size: 12px;
  line-height: 1.75;
}

#contact {
  padding: 150px 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 80px 20px;
  }
}
#contact::before {
  content: "";
  display: block;
  height: 100%;
  width: 95%;
  background-color: #808080;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#contact .contact_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
}
#contact .contact_inner .contact_txt {
  width: 600px;
  margin-top: 50px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #contact .contact_inner .contact_txt {
    width: 100%;
  }
}
#contact > a {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #contact > a {
    position: unset;
    margin-right: -20px;
    display: block;
    transform: inherit;
    margin-top: 40px;
  }
}
#contact > a .contact_btn {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #contact > a .contact_btn {
    width: 100%;
  }
}
#contact > a .contact_btn img {
  transition: all 0.3s;
}
#contact > a .contact_btn:hover img {
  transform: translate(-10px, -10px);
}

#access {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  #access {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #access h3, #access span {
    padding: 0 20px;
  }
}
#access .access_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #access .access_inner {
    margin-top: 30px;
  }
}
#access .access_inner .left_side {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #access .access_inner .left_side {
    width: 100%;
  }
}
#access .access_inner .right_side {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #access .access_inner .right_side {
    width: 100%;
    padding: 30px 20px;
  }
}
#access .access_inner .right_side ul {
  padding: 0;
}
#access .access_inner .right_side ul li {
  padding: 5px 0;
  list-style: none;
}
#access .access_inner .right_side ul li h4 {
  font-size: 20px;
  font-family: "Palatino", sans-serif;
}
#access .access_inner .right_side ul li h4 small {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
#access .access_inner .right_side a {
  display: block;
  width: 150px;
  padding: 15px 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  transition: all 0.3s;
}
#access .access_inner .right_side a:hover {
  transform: translate(5px, 5px);
}

footer {
  padding: 150px 0 200px;
  background-color: #262626;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 0;
  }
}
footer .footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    padding: 0 20px;
  }
}
footer .footer_inner .footer-nav {
  width: 18%;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav {
    width: 50%;
    padding: 20px;
  }
}
footer .footer_inner .footer-nav ul {
  padding: 0;
}
footer .footer_inner .footer-nav ul li {
  list-style: none;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav ul li {
    padding: 8px 0;
  }
}
footer .footer_inner .footer-nav ul li a {
  transition: all 0.3s;
}
footer .footer_inner .footer-nav ul li a p {
  font-size: 20px;
  font-family: "Palatino", sans-serif;
}
footer .footer_inner .footer-nav ul li a span {
  display: block;
  font-size: 13px;
}
footer .footer_inner .footer-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer_inner .footer-nav-3 {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .footer-nav-3 {
    width: 100%;
    padding: 20px;
    margin: auto;
  }
}
footer .footer_inner .footer-nav-3 ul li {
  padding: 0 0 30px;
}
footer .footer_inner .footer-nav-3 ul li a:hover {
  color: rgba(0, 0, 0, 0.6);
}
footer .footer_copy {
  position: absolute;
  right: calc((100% - 1200px) / 2);
  bottom: 25px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  footer .footer_copy {
    position: static;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 30px;
  }
}
footer .footer_copy img {
  width: 250px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_copy img {
    width: 150px;
    margin: auto;
  }
}
footer .footer_copy i {
  display: block;
  padding-top: 15px;
  color: #fff;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer_copy i {
    display: inline;
    text-align: initial;
  }
}
footer .footer_copy a {
  display: flex;
  width: 100%;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  footer .footer_copy a {
    justify-content: center;
  }
}

#headline {
  position: relative;
}
#headline h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 1px;
}
#headline::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.posttime {
  padding-bottom: 25px;
}

.mypage-nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mypage-nav {
    width: 100vw;
    margin: -50px calc(50% - 50vw) 50px;
  }
}
.mypage-nav .mypage-menu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage-nav .mypage-menu li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border: #fff solid 1px;
  background: #262626;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mypage-nav .mypage-menu li {
    flex: auto;
    width: 50%;
  }
}
.mypage-nav .mypage-menu li:last-of-type {
  background: #fff;
  color: #262626;
}
.mypage-nav .mypage-menu li:last-of-type a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.mypage-nav .mypage-menu li p {
  font-family: "Palatino", sans-serif;
}
.mypage-nav .mypage-menu li a {
  display: block;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.mypage-nav .mypage-menu li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.btn-login {
  margin-top: 30px;
}

fieldset,
legend,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  margin: 0;
  padding: 4px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
input[type=datetime],
input[type=week],
textarea,
select {
  margin-right: 0;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  height: 100px;
  overflow: auto;
}

select {
  padding-right: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 8px center;
}

.select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.select select {
  width: 100%;
  padding-right: 24px;
  border: 1px solid #ccc;
  background: none;
  text-overflow: "";
  cursor: pointer;
}

.select::before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}

/* radio & checkbox */
/* fieldset */
fieldset {
  padding: 8px 16px;
  border: 1px solid #ccc;
}

legend {
  padding: 0 8px;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button],
button {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background: #efefef;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

/* ブラウザ対策
---------------------------------------------------------------------------- */
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  font-size: 16px;
}

/* 挙動
---------------------------------------------------------------------------- */
/* hover */
input:hover,
textarea:hover,
select:hover {
  border-color: #666;
}

/* checked */
/* button */
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  border-color: #3498db;
  background: #3498db;
  color: #fff;
}

/* focus */
input:focus,
textarea:focus {
  border-color: #3498db;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

/* disabled */
input:disabled,
input:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
  border-color: #ccc;
  background: #eee;
  cursor: not-allowed;
}

.mpa-time-period-selected {
  background-color: #3498db;
  color: #fff;
}

.mpa-account-menu li:first-of-type {
  display: none;
}
.mpa-account-menu li:last-of-type {
  display: none;
}

.mpa-customer-total-bookings a {
  font-size: 18px;
  color: #3498db;
  text-decoration: underline;
  font-weight: bold;
}

.mpa-account-bookings .booking-actions a {
  font-size: 18px;
  color: #3498db;
  text-decoration: underline;
  font-weight: bold;
}

.mpa-account-bookings {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  table-layout: fixed;
}
.mpa-account-bookings tr {
  background-color: #f2f2f2;
}
.mpa-account-bookings tr .booking-actions {
  display: block;
}
.mpa-account-bookings tr:nth-child(odd) {
  background-color: #fff;
}
.mpa-account-bookings th, .mpa-account-bookings td {
  padding: 15px;
  text-align: center;
}
.mpa-account-bookings th {
  font-weight: bold;
  background-color: #262626;
  color: #fff;
}

.um-account-meta {
  display: none;
}

.user-photo-post {
  margin-top: 50px;
}
.user-photo-post h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .col-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tab-container {
    width: 100%;
    box-sizing: border-box;
    top: 59px;
  }
}
.tab-container a {
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tab-container a {
    width: 50%;
  }
}
.tab-container a:hover .tab {
  border-bottom: solid 1px #888888;
  color: #888888;
}
.tab-container a .tab {
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Palatino", sans-serif;
  width: 200px;
  padding: 5px;
  border-bottom: solid 1px #C9C9C9;
  color: #C9C9C9;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .tab-container a .tab {
    width: 100%;
  }
}
.tab-container a .tab.active {
  border-bottom: solid 1px #000;
  color: #000;
}

.content-container .content {
  max-width: 1200px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .content-container .content {
    margin: 70px auto;
  }
}
.content-container .tab_1 #booth_intro .intro_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_intro .intro_inner {
    justify-content: center;
  }
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont {
  width: 38%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_intro .intro_inner .left_cont {
    width: 100%;
    padding: 0;
  }
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont img {
  display: block;
  width: 100px;
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont h2 {
  padding: 20px 0;
  font-size: 38px;
  position: relative;
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont h2::after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont h2 span {
  padding: 8px 0;
  display: block;
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont h3 {
  font-size: 18px;
  padding: 25px 0 20px;
}
.content-container .tab_1 #booth_intro .intro_inner .left_cont p {
  line-height: 1.75;
}
.content-container .tab_1 #booth_intro .intro_inner .right_cont {
  width: 62%;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_intro .intro_inner .right_cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.content-container .tab_1 #booth_intro .intro_inner .right_cont img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_intro .intro_inner .right_cont img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.content-container .tab_1 #booth_gallery {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
}
.content-container .tab_1 #booth_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_gallery {
    margin: 80px auto;
  }
}
.content-container .tab_1 #booth_gallery div {
  width: 25%;
  padding: 5px 5px 0;
}
.content-container .tab_1 #booth_gallery .gallery_1, .content-container .tab_1 #booth_gallery .gallery_6 {
  width: 50%;
}
.content-container .tab_1 #booth_gallery .gallery_1, .content-container .tab_1 #booth_gallery .gallery_4 {
  padding-left: 0;
}
.content-container .tab_1 #booth_gallery .gallery_3, .content-container .tab_1 #booth_gallery .gallery_6 {
  padding-right: 0;
}
.content-container .tab_1 #booth_info h2 {
  padding: 20px 0;
  font-size: 38px;
}
.content-container .tab_1 #booth_info h2 span {
  padding-left: 10px;
}
.content-container .tab_1 #booth_info table {
  table-layout: fixed;
  width: 100%;
  margin: auto;
}
.content-container .tab_1 #booth_info table tr {
  border-top: 1px solid #707070;
}
.content-container .tab_1 #booth_info table tr:last-of-type {
  border-bottom: 1px solid #707070;
}
.content-container .tab_1 #booth_info table tr th {
  width: 25%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_info table tr th {
    padding: 20px 0;
  }
}
.content-container .tab_1 #booth_info table tr td {
  width: 75%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .content-container .tab_1 #booth_info table tr td {
    padding: 20px 0;
  }
}
.content-container .tab_2 .plan_link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .content-container .tab_2 .plan_link {
    justify-content: space-between;
  }
}
.content-container .tab_2 .plan_link a {
  display: block;
  font-family: "Palatino", sans-serif;
  width: 200px;
  padding: 5px;
  border-bottom: solid 1px #000;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content-container .tab_2 .plan_link a {
    width: 32%;
    padding: 0 0 5px;
  }
}
.content-container .tab_2 .plan_link a:hover {
  border-bottom: solid 1px #000;
  color: #000;
}
.content-container .tab_2 .plan_link a span {
  display: block;
}
@media screen and (max-width: 768px) {
  .content-container .tab_2 .plan_link a span {
    font-size: 10px;
  }
}
.content-container .tab_2 .plan_sec {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.content-container .tab_2 .plan_sec img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-container .tab_2 .plan_sec h3 {
  padding-top: 30px;
  text-align: center;
  font-size: 40px;
}
.content-container .tab_2 .plan_sec h3 span {
  display: block;
  text-align: center;
}
.content-container .tab_2 .plan_sec p {
  padding: 30px 0;
}
.content-container .tab_2 .plan_sec .view_btn {
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .content-container .tab_2 .plan_sec .view_btn {
    margin-bottom: 100px;
  }
}
.content-container .tab_2 .plan_sec .view_btn p {
  padding: 0;
}
.content-container .tab_2 .plan_sec video {
  width: 100%;
}
.content-container .tab_2 .plan_sec table {
  table-layout: fixed;
  width: 100%;
  margin: auto;
  margin: 30px 0 50px;
}
.content-container .tab_2 .plan_sec table tr {
  border-top: 1px solid #707070;
}
.content-container .tab_2 .plan_sec table tr:last-of-type {
  border-bottom: 1px solid #707070;
}
.content-container .tab_2 .plan_sec table tr th {
  width: 25%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .content-container .tab_2 .plan_sec table tr th {
    padding: 20px 0;
  }
}
.content-container .tab_2 .plan_sec table tr td {
  width: 75%;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .content-container .tab_2 .plan_sec table tr td {
    padding: 20px 0;
  }
}

.faq-container {
  max-width: 700px;
  margin: 0 auto;
  font-family: sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  cursor: pointer;
  padding: 15px;
  background: #f7f7f7;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 15px;
  background: #fff;
  color: #333;
}

#news a {
  transition: all 0.3s;
}
#news a:hover {
  color: #808080;
}
#news a .news_item {
  padding: 10px 20px;
}

.news_post {
  line-height: 1.75;
}

h3.wp-block-heading {
  font-size: 24px;
  margin: 30px 0 15px;
}