@charset "UTF-8";
/* CSS Document */








main {
  padding-top: 0 !important;
}

main .about {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFF;
}
main .about .catch {
  position: relative;
  z-index: 1;
}
main .about .catch::before {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  width: calc(100% - (20px * 2));
  height: 100%;
  background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(245, 249, 235, 1) 10%, rgba(216, 231, 173, 1) 50%, rgba(245, 249, 235, 1) 90%, rgba(0, 0, 0, 0) 100%);
  display: block;
  content: '';
}
main .about .catch .box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 80px;
}
main .about .catch .box h3 {
  position: relative;
  top: calc(-70px - (.5em * 1.8));
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: calc(-70px - (.5em * 1.8));
  letter-spacing: .15em;
}
main .about .catch .box .comment-serif {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.5em;
  margin-bottom: 3em;
}
main .about .catch .box .comment-serif p {
  line-height: 2.0;
  letter-spacing: .15em;
}
main .about .anc_btn {
  padding-top: 100px;
}
main .about .anc_btn ul {
  display: flex;
}
main .about .anc_btn ul li {
  width: calc((100% - (10px * 3)) / 4);
}
main .about .anc_btn ul li:not(:last-of-type) {
  margin-right: 10px;
}
main .about .anc_btn ul li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
  padding: .4em 1em;
  border-bottom: solid 1px #007457;
  color: #007457;
}
main .about .anc_btn ul li a:hover {
  border-bottom: solid 1px #add3c9;
}
main .about .anc_btn ul li a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: .66666em;
  height: .3888em;
  background: url(../img/restaurant-party/anc_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}

main .celebration {
  padding-bottom: 120px;
}
main .celebration .main_img {
  position: relative;
  height: 530px;
  overflow: hidden;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .celebration .main_img .box {
  position: relative;
  background: rgba(255, 255, 255, .32);
  width: 640px;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
  color: #FFF;
}
main .celebration .main_img .box .title_eng {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .2em;
}
main .celebration .main_img .box h3 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .celebration .main_img .box .comment-serif {
  position: absolute;
  bottom: 2em;
  left: 4em;
}
main .celebration .main_img .box .comment-serif p {
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .celebration .main_img .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .celebration .main_img .img picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .celebration .main_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .celebration .info {
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
main .celebration .info > section {
  width: calc(100% - 80px);
}
main .celebration .info > section .title_img {
  position: relative;
  z-index: 1;
  display: flex;
}
main .celebration .info > section .title_img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 210px;
  background: #FFF;
  content: '';
}
main .celebration .info > section .title_img .title {
  position: relative;
  order: 2;
  width: calc(100% - (745px + 20px));
  padding-right: 60px;
  display: flex;
  justify-content: flex-end;
}
main .celebration .info > section .title_img .title h4 {
  order: 2;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1em;
  margin-left: .8em;
  color: #523674;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .celebration .info > section .title_img .title p {
  order: 1;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #523674;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .celebration .info > section .title_img .img {
  order: 1;
  width: 745px;
  margin-right: 20px;
}
main .celebration .info > section .box {
  width: calc(100% - 70px);
  background: #FFF;
  padding: 40px 20px 40px 30px;
  margin-left: auto;
  display: flex;
}
main .celebration .info > section .box .name_price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main .celebration .info > section .box .name_price:nth-of-type(2) {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  border-left: solid 1px #000000;
}
main .celebration .info > section .box .name_price h5 {
  display: flex;
  flex-direction: column;
  margin-bottom: .2em;
}
main .celebration .info > section .box .name_price h5 span ,
main .celebration .info > section .box .name_price h5 em {
  font-weight: 700;
  letter-spacing: .2em;
}
main .celebration .info > section .box .name_price h5 span {
  font-size: 2.0rem;
}
main .celebration .info > section .box .name_price h5 em {
  color: #523674;
}
main .celebration .info > section .box .name_price p {
  font-weight: 700;
  letter-spacing: .05em;
}
main .celebration .info > section .box .name_price p em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .celebration .info > section .box .caution {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .celebration .info > section .box .caution ul li {
  position: relative;
  padding-left: 1.2em;
}
main .celebration .info > section .box .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .celebration .tel_reserve {
  display: flex;
  justify-content: center;
}
main .celebration .tel_reserve * {
  line-height: 1.2em;
}
main .celebration .tel_reserve .txt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #523674;
  letter-spacing: .2em;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: solid 1px #6e267c;
}
main .celebration .tel_reserve dl {
  display: flex;
  align-items: baseline;
  margin-right: 50px;
}
main .celebration .tel_reserve dl dt {
  display: flex;
  align-items: baseline;
  font-size: 2.8rem;
  font-weight: 700;
}
main .celebration .tel_reserve dl dd {
  display: flex;
  align-items: baseline;
  font-size: 4.4rem;
  font-weight: 700;
}
main .celebration .tel_reserve .btn {
  display: flex;
  align-items: center;
}
main .celebration .tel_reserve .btn a {
  position: relative;
  display: block;
}
main .celebration .tel_reserve .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #6e267c;
  border: solid 1px #6e267c;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .celebration .tel_reserve .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #6e267c;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .celebration .tel_reserve .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #6e267c;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .celebration .tel_reserve .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 1.2em;
  padding-right: 4.375em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  transition: .5s;
}
main .celebration .tel_reserve .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  width: 2.6875em;
  height: .375em;
  background: url(../img/restaurant-party/celebration-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .celebration .tel_reserve .btn a:hover span {
  color: #6e267c;
  transform: translate(4px,4px);
}
main .celebration .tel_reserve .btn a:hover span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  background: url(../img/restaurant-party/celebration-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}

main .memorial {
  padding-bottom: 120px;
}
main .memorial .main_img {
  position: relative;
  height: 530px;
  overflow: hidden;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .memorial .main_img .box {
  position: relative;
  background: rgba(137, 137, 137, .32);
  width: 640px;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
  color: #FFF;
}
main .memorial .main_img .box .title_eng {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .2em;
}
main .memorial .main_img .box h3 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .memorial .main_img .box .comment-serif {
  position: absolute;
  bottom: 2em;
  left: 4em;
}
main .memorial .main_img .box .comment-serif p {
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .memorial .main_img .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .memorial .main_img .img picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .memorial .main_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .memorial .info {
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
main .memorial .info > section {
  width: calc(100% - 80px);
}
main .memorial .info > section .title_img {
  position: relative;
  z-index: 1;
  display: flex;
}
main .memorial .info > section .title_img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 210px;
  background: #FFF;
  content: '';
}
main .memorial .info > section .title_img .title {
  position: relative;
  order: 2;
  width: calc(100% - (745px + 20px));
  padding-right: 60px;
  display: flex;
  justify-content: flex-end;
}
main .memorial .info > section .title_img .title h4 {
  order: 2;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1em;
  margin-left: .8em;
  color: #523674;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .memorial .info > section .title_img .title p {
  order: 1;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #523674;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .memorial .info > section .title_img .img {
  order: 1;
  width: 745px;
  margin-right: 20px;
}
main .memorial .info > section .box {
  width: calc(100% - 70px);
  background: #FFF;
  padding: 40px 20px 40px 30px;
  margin-left: auto;
  display: flex;
}
main .memorial .info > section .box .name_price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main .memorial .info > section .box .name_price:nth-of-type(2) {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  border-left: solid 1px #000000;
}
main .memorial .info > section .box .name_price h5 {
  display: flex;
  flex-direction: column;
  margin-bottom: .2em;
}
main .memorial .info > section .box .name_price h5 span ,
main .memorial .info > section .box .name_price h5 em {
  font-weight: 700;
  letter-spacing: .2em;
}
main .memorial .info > section .box .name_price h5 span {
  font-size: 2.0rem;
}
main .memorial .info > section .box .name_price h5 em {
  color: #523674;
}
main .memorial .info > section .box .name_price p {
  font-weight: 700;
  letter-spacing: .05em;
}
main .memorial .info > section .box .name_price p em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .memorial .info > section .box .caution {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .memorial .info > section .box .caution ul li {
  position: relative;
  padding-left: 1.2em;
}
main .memorial .info > section .box .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .memorial .tel_reserve {
  display: flex;
  justify-content: center;
}
main .memorial .tel_reserve * {
  line-height: 1.2em;
}
main .memorial .tel_reserve .txt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #523674;
  letter-spacing: .2em;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: solid 1px #6e267c;
}
main .memorial .tel_reserve dl {
  display: flex;
  align-items: baseline;
  margin-right: 50px;
}
main .memorial .tel_reserve dl dt {
  display: flex;
  align-items: baseline;
  font-size: 2.8rem;
  font-weight: 700;
}
main .memorial .tel_reserve dl dd {
  display: flex;
  align-items: baseline;
  font-size: 4.4rem;
  font-weight: 700;
}
main .memorial .tel_reserve .btn {
  display: flex;
  align-items: center;
}
main .memorial .tel_reserve .btn a {
  position: relative;
  display: block;
}
main .memorial .tel_reserve .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #6e267c;
  border: solid 1px #6e267c;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .memorial .tel_reserve .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #6e267c;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .memorial .tel_reserve .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #6e267c;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .memorial .tel_reserve .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 1.2em;
  padding-right: 4.375em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  transition: .5s;
}
main .memorial .tel_reserve .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  width: 2.6875em;
  height: .375em;
  background: url(../img/restaurant-party/memorial-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .memorial .tel_reserve .btn a:hover span {
  color: #6e267c;
  transform: translate(4px,4px);
}
main .memorial .tel_reserve .btn a:hover span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  background: url(../img/restaurant-party/memorial-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}

main .party {
  padding-bottom: 120px;
}
main .party .main_img {
  position: relative;
  height: 530px;
  overflow: hidden;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .party .main_img .box {
  position: relative;
  background: rgba(137, 137, 137, .32);
  width: 640px;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
  color: #FFF;
}
main .party .main_img .box .title_eng {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .2em;
}
main .party .main_img .box h3 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .party .main_img .box .comment-serif {
  position: absolute;
  bottom: 2em;
  left: 4em;
}
main .party .main_img .box .comment-serif p {
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: .2em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
main .party .main_img .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .party .main_img .img picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
main .party .main_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .party .info {
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
}
main .party .info > section {
  width: calc(100% - 80px);
}
main .party .info > section .title_img_btn {
  position: relative;
  z-index: 1;
  display: flex;
}
main .party .info > section .title_img_btn::before {
  position: absolute;
  left: 70px;
  bottom: -60px;
  z-index: -1;
  width: calc(100% - 70px);
  height: 365px;
  background: #FFF;
  content: '';
}
main .party .info > section .title_img_btn .title_btn {
  position: relative;
  order: 2;
  width: calc(100% - (745px + 20px));
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main .party .info > section .title_img_btn .title_btn .box {
  display: flex;
  margin-left: auto;
}
main .party .info > section .title_img_btn .title_btn .box h4 {
  order: 2;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  letter-spacing: .2em;
  margin-left: .8em;
}
main .party .info > section .title_img_btn .title_btn .box h4 em {
  order: 2;
  display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  clip-path: polygon(0 25px, 100% 0, 100% 100%, 0% 100%);
  background: #231815;
  padding: 1.2em .4em;
  line-height: 1em;
  margin-left: .8em;
}
main .party .info > section .title_img_btn .title_btn .box h4 span {
  order: 1;
  display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  font-size: 4.5rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.4;
}
main .party .info > section .title_img_btn .title_btn .box p {
  order: 1;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #231815;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  white-space: nowrap;
}
main .party .info > section .title_img_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 2em;
}
main .party .info > section .title_img_btn .btn a {
  position: relative;
  display: block;
}
main .party .info > section .title_img_btn .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #6e267c;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .party .info > section .title_img_btn .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #6e267c;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .party .info > section .title_img_btn .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #6e267c;
  border: solid 1px #6e267c;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .party .info > section .title_img_btn .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 3.125em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #523674;
  transition: .5s;
}
main .party .info > section .title_img_btn .btn a:hover span {
  color: #FFF;
  transform: translate(4px,4px);
}
main .party .info > section .title_img_btn .img {
  position: relative;
  order: 1;
  width: 745px;
  margin-right: 20px;
}
main .party .info > section .title_img_btn .img::after {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  content: '画像はイメージ';
}
main .party .tel_reserve {
  display: flex;
  justify-content: center;
}
main .party .tel_reserve * {
  line-height: 1.2em;
}
main .party .tel_reserve .txt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  letter-spacing: .2em;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: solid 1px #231815;
}
main .party .tel_reserve dl {
  display: flex;
  align-items: baseline;
  margin-right: 50px;
}
main .party .tel_reserve dl dt {
  display: flex;
  align-items: baseline;
  font-size: 2.8rem;
  font-weight: 700;
}
main .party .tel_reserve dl dd {
  display: flex;
  align-items: baseline;
  font-size: 4.4rem;
  font-weight: 700;
}
main .party .tel_reserve .btn {
  display: flex;
  align-items: center;
}
main .party .tel_reserve .btn a {
  position: relative;
  display: block;
}
main .party .tel_reserve .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #3e3a39;
  border: solid 1px #3e3a39;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .party .tel_reserve .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #3e3a39;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .party .tel_reserve .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #3e3a39;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .party .tel_reserve .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 1.2em;
  padding-right: 4.375em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  transition: .5s;
}
main .party .tel_reserve .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  width: 2.6875em;
  height: .375em;
  background: url(../img/restaurant-party/party-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .party .tel_reserve .btn a:hover span {
  color: #3e3a39;
  transform: translate(4px,4px);
}
main .party .tel_reserve .btn a:hover span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  background: url(../img/restaurant-party/party-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}

main .room {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 140px;
}
main .room .comment-serif {
  margin-bottom: 3em;
}
main .room .comment-serif ul li {
  position: relative;
  padding-left: 1em;
}
main .room .comment-serif ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .room .list {
  position: relative;
  margin-bottom: 100px;
}
main .room .list::before {
  position: absolute;
  top: -1.7em;
  right: 0;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  content: 'ROOM';
}
main .room .list section {
  display: flex;
}
main .room .list section:not(:last-of-type) {
  margin-bottom: 40px;
}
main .room .list section .img {
  width: 500px;
  margin-right: 20px;
}
main .room .list section .box {
  width: calc(100% - (500px + 20px));
  background: #f7f8f8;
  padding: 20px 40px;
  border-top: solid 1px #007457;
}
main .room .list section .box h4 {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  margin-bottom: .6em;
}
main .room .list section .box dl {
  display: flex;
}
main .room .list section .box dl dt {
  font-weight: 700;
  letter-spacing: .2em;
  margin-right: 1em;
}
main .room .list section .box dl dd {
  font-weight: 700;
  letter-spacing: .2em;
}
main .room .list section .box .caution ul li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .room .list section .box .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .room .list section .box p {
  font-weight: 700;
}
main .room .reserve_info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
main .room .reserve_info p {
  border: solid 1px #007457;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  padding: .8em 4em;
  border-radius: 2em;
  color: #007457;
}
main .room .tel_reserve {
  display: flex;
  justify-content: center;
}
main .room .tel_reserve * {
  line-height: 1.2em;
}
main .room .tel_reserve .txt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #007457;
  letter-spacing: .2em;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: solid 1px #007457;
}
main .room .tel_reserve dl {
  display: flex;
  align-items: baseline;
  margin-right: 50px;
}
main .room .tel_reserve dl dt {
  display: flex;
  align-items: baseline;
  font-size: 2.8rem;
  font-weight: 700;
}
main .room .tel_reserve dl dd {
  display: flex;
  align-items: baseline;
  font-size: 4.4rem;
  font-weight: 700;
}
main .room .tel_reserve .btn {
  display: flex;
  align-items: center;
}
main .room .tel_reserve .btn a {
  position: relative;
  display: block;
}
main .room .tel_reserve .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #007457;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .room .tel_reserve .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #007457;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .room .tel_reserve .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .room .tel_reserve .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 1.2em;
  padding-right: 4.375em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  transition: .5s;
}
main .room .tel_reserve .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  width: 2.6875em;
  height: .375em;
  background: url(../img/restaurant-party/room-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .room .tel_reserve .btn a:hover span {
  color: #007457;
  transform: translate(4px,4px);
}
main .room .tel_reserve .btn a:hover span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  background: url(../img/restaurant-party/room-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .room .reserve_caution {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .room .reserve_caution p {
  position: relative;
  padding-left: 1em;
}
main .room .reserve_caution p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

main .catalog {
  padding-top: 100px;
  padding-bottom: 100px;
}
main .catalog .comment-serif {
  margin-bottom: 3em;
}
main .catalog .box {
  margin-bottom: 60px;
  background: #FFF;
  clip-path: polygon(50px 0%, calc(100% - 50px) 0%, 100% 50px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0% calc(100% - 50px), 0% 50px);
  padding: 70px;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
main .catalog .box .subtitle {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #007457;
  letter-spacing: .2em;
  margin-bottom: .8em;
}
main .catalog .box .box_l {
  margin-right: 20px;
}
main .catalog .box .box_l .img {
  width: 310px;
  background: #FFF;
  border: solid 1px #3e3a39;
  filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6));
  margin-bottom: 20px;
}
main .catalog .box .box_l ul li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .catalog .box .box_l ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .catalog .box .box_r {
  margin-left: auto;
}
main .catalog .box .box_r ul {
  margin-bottom: 1.2em;
}
main .catalog .box .box_r ul li {
  position: relative;
  padding-left: 1.4em;
}
main .catalog .box .box_r ul li::before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  background: #007457;
  border-radius: 50%;
  content: '';
}
main .catalog .box .box_r .btn {
  display: flex;
}
main .catalog .box .box_r .btn a {
  position: relative;
  display: block;
}
main .catalog .box .box_r .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .catalog .box .box_r .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #007457;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .catalog .box .box_r .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #007457;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .catalog .box .box_r .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 1.5em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  transition: .5s;
}
main .catalog .box .box_r .btn a:hover span {
  color: #FFF;
  transform: translate(4px,4px);
}
main .catalog .etc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
main .catalog .etc .subtitle {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #007457;
  letter-spacing: .2em;
  margin-bottom: .8em;
}
main .catalog .etc section {
  position: relative;
  width: 455px;
}
main .catalog .etc section:nth-of-type(1) {
  margin-right: 20px;
}
main .catalog .etc section:nth-of-type(2) {
  margin-left: auto;
}
main .catalog .etc section .img {
  position: relative;
  z-index: 1;
  width: calc(100% - 35px);
}
main .catalog .etc section .img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% + 35px);
  height: calc(100% - 60px);
  background: #FFF;
  content: '';
}
main .catalog .etc section h4 {
  width: calc(100% - 50px);
  padding: .8em 0;
  padding-right: 35px;
  margin-left: 50px;
  text-align: right;
  font-weight: 700;
  background: #FFF;
}
main .catalog .reserve_info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
main .catalog .reserve_info p {
  border: solid 1px #007457;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  padding: .8em 4em;
  border-radius: 2em;
  color: #007457;
  background: #FFF;
}
main .catalog .tel_reserve {
  display: flex;
  justify-content: center;
}
main .catalog .tel_reserve * {
  line-height: 1.2em;
}
main .catalog .tel_reserve .txt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #007457;
  letter-spacing: .2em;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: solid 1px #007457;
}
main .catalog .tel_reserve dl {
  display: flex;
  align-items: baseline;
  margin-right: 50px;
}
main .catalog .tel_reserve dl dt {
  display: flex;
  align-items: baseline;
  font-size: 2.8rem;
  font-weight: 700;
}
main .catalog .tel_reserve dl dd {
  display: flex;
  align-items: baseline;
  font-size: 4.4rem;
  font-weight: 700;
}
main .catalog .tel_reserve .btn {
  display: flex;
  align-items: center;
}
main .catalog .tel_reserve .btn a {
  position: relative;
  display: block;
}
main .catalog .tel_reserve .btn a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #007457;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
main .catalog .tel_reserve .btn a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #007457;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
main .catalog .tel_reserve .btn a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
main .catalog .tel_reserve .btn a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 1.2em;
  padding-right: 4.375em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  transition: .5s;
}
main .catalog .tel_reserve .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  width: 2.6875em;
  height: .375em;
  background: url(../img/restaurant-party/catalog-arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .catalog .tel_reserve .btn a:hover span {
  color: #007457;
  transform: translate(4px,4px);
}
main .catalog .tel_reserve .btn a:hover span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: .6em;
  background: url(../img/restaurant-party/catalog-arrow-reverse.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .catalog .reserve_caution {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .catalog .reserve_caution p {
  position: relative;
  padding-left: 1em;
}
main .catalog .reserve_caution p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}




@media screen and (max-width: 1240px) {

  main .celebration .info > section .title_img .title {
    width: 300px;
    padding-right: 60px;
  }
  main .celebration .info > section .title_img .img {
    width: calc(100% - (300px + 20px));
  }
  main .celebration .info > section .box {
    display: flex;
    flex-wrap: wrap;
  }
  main .celebration .info > section .box .caution {
    width: 100%;
    padding-top: 10px;
  }

  main .memorial .info > section .title_img .title {
    width: 300px;
    padding-right: 60px;
  }
  main .memorial .info > section .title_img .img {
    width: calc(100% - (300px + 20px));
  }
  main .memorial .info > section .box {
    display: flex;
    flex-wrap: wrap;
  }
  main .memorial .info > section .box .caution {
    width: 100%;
    padding-top: 10px;
  }

  main .party .info > section .title_img_btn .title_btn {
    width: 300px;
    padding-right: 20px;
  }
  main .party .info > section .title_img_btn .img {
    width: calc(100% - (300px + 20px));
  }

}




@media screen and (max-width: 1140px) {

  main .celebration .info > section .title_img .title {
    width: 250px;
    padding-right: 60px;
  }
  main .celebration .info > section .title_img .img {
    width: calc(100% - (250px + 20px));
  }

  main .memorial .info > section .title_img .title {
    width: 250px;
    padding-right: 60px;
  }
  main .memorial .info > section .title_img .img {
    width: calc(100% - (250px + 20px));
  }

  main .party .info > section .title_img_btn .title_btn {
    width: 300px;
    padding-right: 20px;
  }
  main .party .info > section .title_img_btn .title_btn .box {
    height: 100%;
  }
  main .party .info > section .title_img_btn .title_btn .box p {
    white-space: wrap;
  }
  main .party .info > section .title_img_btn .btn a span {
    padding: .8em 2em;
  }
  main .party .info > section .title_img_btn .img {
    width: calc(100% - (300px + 20px));
  }

}




@media screen and (max-width: 1040px) {
  main .celebration .tel_reserve {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  main .celebration .tel_reserve dl {
    margin-right: 0;
  }
  main .celebration .tel_reserve .btn {
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }

  main .memorial .tel_reserve {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  main .memorial .tel_reserve dl {
    margin-right: 0;
  }
  main .memorial .tel_reserve .btn {
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }

  main .party .tel_reserve {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  main .party .tel_reserve dl {
    margin-right: 0;
  }
  main .party .tel_reserve .btn {
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }

  main .room .list section .img {
    width: 50%;
    margin-right: 20px;
  }
  main .room .list section .box {
    width: calc(100% - (50% + 20px));
  }
  main .room .tel_reserve {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  main .room .tel_reserve dl {
    margin-right: 0;
  }
  main .room .tel_reserve .btn {
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }

  main .catalog .box .box_l {
    width: 310px;
    margin-right: 20px;
  }
  main .catalog .box .box_r {
    width: calc(100% - (310px + 20px));
    margin-left: auto;
  }
  main .catalog .etc section {
    width: calc((100% - 20px) / 2);
  }
  main .catalog .tel_reserve {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  main .catalog .tel_reserve dl {
    margin-right: 0;
  }
  main .catalog .tel_reserve .btn {
    width: 100%;
    padding-top: 20px;
    justify-content: center;
  }

}




@media screen and (max-width: 940px) {
  main .celebration .info > section {
    width: calc(100% - 40px);
  }
  main .celebration .info > section .box .name_price:nth-of-type(2) {
    margin-right: 0;
  }

  main .memorial .info > section {
    width: calc(100% - 40px);
  }
  main .memorial .info > section .box .name_price:nth-of-type(2) {
    margin-right: 0;
  }

}




@media screen and (max-width: 840px) {
  main .celebration .info > section .box {
    width: calc(100% - 30px);
  }

  main .memorial .info > section .box {
    width: calc(100% - 30px);
  }

}




@media screen and (max-width: 767px) {
  main .about {
    padding-top: 5vw;
    padding-bottom: 15vw;
  }
  main .about .catch {
    position: relative;
    z-index: 1;
  }
  main .about .catch::before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: calc(100% - (20px * 2));
    height: 100%;
    background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(245, 249, 235, 1) 10%, rgba(216, 231, 173, 1) 50%, rgba(245, 249, 235, 1) 90%, rgba(0, 0, 0, 0) 100%);
    display: block;
    content: '';
  }
  main .about .catch .box {
    max-width: 100%;
    padding-top: 10vw;
    padding-bottom: 0;
  }
  main .about .catch .box h3 {
    position: relative;
    top: calc(-10vw - 1em);
    margin-bottom: calc((-5vw - 1em) + 5vw);
    font-size: 2.0rem;
  }
  main .about .catch .box .comment-serif {
    display: flex;
    justify-content: flex-start;
    padding-right: 0;
    margin-bottom: 3em;
  }
  main .about .catch .box .comment-serif p {
    line-height: 2.0;
    letter-spacing: .05em;
  }
  main .about .anc_btn {
    padding-top: 10vw;
  }
  main .about .anc_btn ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5vw;
  }
  main .about .anc_btn ul li {
    width: calc((100% - (5vw * 1)) / 2);
  }
  main .about .anc_btn ul li:not(:last-of-type) {
    margin-right: 0;
  }
  main .about .anc_btn ul li:not(:nth-of-type(2n)) {
    margin-right: 5vw;
  }
  main .about .anc_btn ul li a {
    font-size: 1.6rem;
  }


  main .celebration {
    padding-bottom: 20vw;
  }
  main .celebration .main_img {
    height: 100vw;
  }
  main .celebration .main_img .box {
    width: 90vw;
  }
  main .celebration .main_img .box .title_eng {
    top: .5em;
    right: .5em;
    font-size: 1.6rem;
  }
  main .celebration .main_img .box h3 {
    font-size: 3.0rem;
  }
  main .celebration .main_img .box .comment-serif {
    position: absolute;
    bottom: 1em;
    left: 1em;
  }
  main .celebration .main_img .box .comment-serif p {
    font-size: 1.4rem;
  }
  main .celebration .info {
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    flex-direction: column;
  }
  main .celebration .info > section {
    width: 100%;
    background: #FFF;
  }
  main .celebration .info > section .title_img {
    flex-direction: column;
  }
  main .celebration .info > section .title_img::before {
    display: none;
  }
  main .celebration .info > section .title_img .title {
    order: 2;
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    display: flex;
    justify-content: inherit;
    flex-direction: column;
  }
  main .celebration .info > section .title_img .title h4 {
    order: 1;
    font-size: 3.0rem;
    margin-left: 0;
    margin-bottom: 2vw;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .celebration .info > section .title_img .title p {
    order: 2;
    font-size: 1.7rem;
    letter-spacing: .2em;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .celebration .info > section .title_img .img {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  main .celebration .info > section .box {
    width: 100%;
    background: #FFF;
    padding: 5vw 4vw;
    margin-left: 0;
    display: flex;
  }
  main .celebration .info > section .box .name_price {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  main .celebration .info > section .box .name_price:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 2vw;
    margin-top: 2vw;
    border-top: solid 1px #000000;
  }
  main .celebration .info > section .box .caution {
    padding-top: 5vw;
  }
  main .celebration .tel_reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .celebration .tel_reserve * {
    line-height: 1.2em;
  }
  main .celebration .tel_reserve .txt {
    font-size: 1.6rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 3vw;
  }
  main .celebration .tel_reserve dl {
    margin-right: 0;
  }
  main .celebration .tel_reserve dl dt {
    font-size: 2.0rem;
  }
  main .celebration .tel_reserve dl dd {
    font-size: 3.0rem;
  }
  main .celebration .tel_reserve .btn {
    display: flex;
    align-items: center;
    padding-top: 5vw;
  }

  main .memorial {
    padding-bottom: 20vw;
  }
  main .memorial .main_img {
    height: 100vw;
  }
  main .memorial .main_img .box {
    width: 90vw;
  }
  main .memorial .main_img .box .title_eng {
    top: .5em;
    right: .5em;
    font-size: 1.6rem;
  }
  main .memorial .main_img .box h3 {
    font-size: 3.0rem;
  }
  main .memorial .main_img .box .comment-serif {
    position: absolute;
    bottom: 1em;
    left: 1em;
  }
  main .memorial .main_img .box .comment-serif p {
    font-size: 1.4rem;
  }
  main .memorial .info {
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    flex-direction: column;
  }
  main .memorial .info > section {
    width: 100%;
    background: #FFF;
  }
  main .memorial .info > section .title_img {
    flex-direction: column;
  }
  main .memorial .info > section .title_img::before {
    display: none;
  }
  main .memorial .info > section .title_img .title {
    order: 2;
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    display: flex;
    justify-content: inherit;
    flex-direction: column;
  }
  main .memorial .info > section .title_img .title h4 {
    order: 1;
    font-size: 3.0rem;
    margin-left: 0;
    margin-bottom: 2vw;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .memorial .info > section .title_img .title p {
    order: 2;
    font-size: 1.7rem;
    letter-spacing: .2em;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .memorial .info > section .title_img .img {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  main .memorial .info > section .box {
    width: 100%;
    background: #FFF;
    padding: 5vw 4vw;
    margin-left: 0;
    display: flex;
  }
  main .memorial .info > section .box .name_price {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  main .memorial .info > section .box .name_price:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 2vw;
    margin-top: 2vw;
    border-top: solid 1px #000000;
  }
  main .memorial .info > section .box .caution {
    padding-top: 5vw;
  }
  main .memorial .tel_reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .memorial .tel_reserve .txt {
    font-size: 1.6rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 3vw;
  }
  main .memorial .tel_reserve dl {
    margin-right: 0;
  }
  main .memorial .tel_reserve dl dt {
    font-size: 2.0rem;
  }
  main .memorial .tel_reserve dl dd {
    font-size: 3.0rem;
  }
  main .memorial .tel_reserve .btn {
    display: flex;
    align-items: center;
    padding-top: 5vw;
  }

  main .party {
    padding-bottom: 20vw;
  }
  main .party .main_img {
    height: 100vw;
  }
  main .party .main_img .box {
    width: 90vw;
  }
  main .party .main_img .box .title_eng {
    top: .5em;
    right: .5em;
    font-size: 1.6rem;
  }
  main .party .main_img .box h3 {
    font-size: 3.0rem;
  }
  main .party .main_img .box .comment-serif {
    position: absolute;
    bottom: 1em;
    left: 1em;
  }
  main .party .main_img .box .comment-serif p {
    font-size: 1.4rem;
  }
  main .party .info {
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    flex-direction: column;
  }
  main .party .info > section {
    width: 100%;
    background: #FFF;
  }
  main .party .info > section .title_img_btn {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
  main .party .info > section .title_img_btn::before {
    display: none;
  }
  main .party .info > section .title_img_btn .title_btn {
    position: relative;
    order: 2;
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  main .party .info > section .title_img_btn .title_btn .box {
    display: flex;
    flex-direction: column;
    margin-left: auto;
  }
  main .party .info > section .title_img_btn .title_btn .box h4 {
    order: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    white-space: wrap;
    letter-spacing: .2em;
    margin-left: 0;
  }
  main .party .info > section .title_img_btn .title_btn .box h4 em {
    order: 1;
    display: block;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    clip-path: polygon(2vw 0%, 100% 0, 100% 100%, 0 100%);
    background: #231815;
    padding: .4em 1.2em;
    line-height: 1em;
    margin-left: 0;
  }
  main .party .info > section .title_img_btn .title_btn .box h4 span {
    order: 2;
    font-size: 3.0rem;
    margin-left: 0;
    margin-bottom: 2vw;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .party .info > section .title_img_btn .title_btn .box h4 span br {
    display: none;
  }
  main .party .info > section .title_img_btn .title_btn .box p {
    order: 2;
    font-size: 1.7rem;
    letter-spacing: .2em;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .party .info > section .title_img_btn .btn {
    padding-bottom: 5vw;
  }
  main .party .info > section .title_img_btn .btn a span {
    padding: .8em 2em;
  }
  main .party .info > section .title_img_btn .img {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  main .party .info > section .title_img_btn .img::after {
    position: absolute;
    bottom: 1em;
    left: 1em;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    content: '画像はイメージ';
  }
  main .party .tel_reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .party .tel_reserve .txt {
    font-size: 1.6rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 3vw;
  }
  main .party .tel_reserve dl {
    margin-right: 0;
  }
  main .party .tel_reserve dl dt {
    font-size: 2.0rem;
  }
  main .party .tel_reserve dl dd {
    font-size: 3.0rem;
  }
  main .party .tel_reserve .btn {
    display: flex;
    align-items: center;
    padding-top: 5vw;
  }

  main .room {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .room .comment-serif {
    margin-bottom: 2em;
  }
  main .room .list {
    margin-bottom: 5vw;
  }
  main .room .list section {
    display: flex;
    flex-direction: column;
  }
  main .room .list section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  main .room .list section .img {
    width: 100%;
    margin-right: 0;
    border-top: solid 1px #007457;
  }
  main .room .list section .box {
    width: 100%;
    padding: 5vw 4vw;
    border-top: none;
  }
  main .room .list section .box h4 {
    font-size: 2.0rem;
    letter-spacing: .1em;
  }
  main .room .list section .box dl dt {
    letter-spacing: .1em;
  }
  main .room .list section .box dl dd {
    letter-spacing: .1em;
  }
  main .room .reserve_info {
    margin-bottom: 5vw;
  }
  main .room .reserve_info p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    padding: .8em 2em;
    border-radius: 1em;
  }
  main .room .tel_reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .room .tel_reserve .txt {
    font-size: 1.6rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 3vw;
  }
  main .room .tel_reserve dl {
    margin-right: 0;
  }
  main .room .tel_reserve dl dt {
    font-size: 2.0rem;
  }
  main .room .tel_reserve dl dd {
    font-size: 3.0rem;
  }
  main .room .tel_reserve .btn {
    display: flex;
    align-items: center;
    padding-top: 5vw;
  }
  
  main .catalog {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .catalog .comment-serif {
    margin-bottom: 2em;
  }
  main .catalog .box {
    margin-bottom: 6vw;
    background: #FFF;
    clip-path: polygon(4vw 0%, calc(100% - 4vw) 0%, 100% 4vw, 100% calc(100% - 4vw), calc(100% - 4vw) 100%, 4vw 100%, 0% calc(100% - 4vw), 0% 4vw);
    padding: 5vw 4vw;
    padding-right: 4vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 10vw;
  }
  main .catalog .box .subtitle {
    width: 100%;
    font-size: 2.0rem;
    letter-spacing: .2em;
    margin-bottom: .8em;
  }
  main .catalog .box .box_l {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5vw;
  }
  main .catalog .box .box_l .img {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
  main .catalog .box .box_l ul li {
    font-size: 1.4rem;
  }
  main .catalog .box .box_r {
    width: 100%;
    margin-left: 0;
  }
  main .catalog .box .box_r .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .catalog .etc {
    margin-bottom: 5vw;
  }
  main .catalog .etc .subtitle {
    width: 100%;
    font-size: 2.0rem;
    letter-spacing: .2em;
    margin-bottom: .8em;
  }
  main .catalog .etc section {
    position: relative;
    width: 100%;
  }
  main .catalog .etc section:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  main .catalog .etc section:nth-of-type(2) {
    margin-left: 0;
  }
  main .catalog .etc section .img {
    width: calc(100% - 5vw);
  }
  main .catalog .etc section .img::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: calc(100% + 5vw);
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .catalog .etc section h4 {
    width: calc(100% - 5vw);
    padding: .8em 0;
    padding-right: 5vw;
    margin-left: 5vw;
  }
  main .catalog .reserve_info {
    margin-bottom: 5vw;
  }
  main .catalog .reserve_info p {
    font-size: 1.6rem;
    letter-spacing: .1em;
    padding: .8em 2em;
    border-radius: 1em;
  }
  main .catalog .tel_reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .catalog .tel_reserve .txt {
    font-size: 1.6rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 3vw;
  }
  main .catalog .tel_reserve dl {
    margin-right: 0;
  }
  main .catalog .tel_reserve dl dt {
    font-size: 2.0rem;
  }
  main .catalog .tel_reserve dl dd {
    font-size: 3.0rem;
  }
  main .catalog .tel_reserve .btn {
    display: flex;
    align-items: center;
    padding-top: 5vw;
  }
  

}


