@charset "utf-8";
/*最初～宴会まで*/
.wrapper {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.page-top {
  position: relative;
}
.page-top-text{
    width: 350px;
    height: 150px;
    padding: 1em;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.6em;
    position: absolute;
    left: 2em;
    bottom: 3em;
    background-color: rgb(255 255 255 / .6);
    z-index: 100;
    border-radius: 0.7em;
    box-shadow: 8px 5px 10px black;
}
.intro {
  width: 100%;
  position: relative;
  z-index: 1;
}
.intro img {
  width: 100%;
  height: auto;
}
header {
  z-index: 2;
  padding-top: 4.5em;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
header .menu {
  position: absolute;
  left: 50px;
}
header .menu a {
  text-decoration: none;
}
header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
header .menu li {
  list-style: none;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  color: white;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  margin-right: 40px;
}
header .logo {
  left: 50%;
  position: absolute;
  text-align: center;
}
header .logo img {
  width: auto;
  height: auto;
}
header .h-right {
  position: absolute;
  right: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -0.5em;
}
header .h-right a {
  text-decoration: none;
}
header .h-right img {
  width: 33px;
  height: auto;
  margin-left: 20px;
}
header .h-right-tel {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin-top: -0.1em;
  color: white;
  letter-spacing: 0.1em;
}
header .yoyaku {
  position: fixed;
  right: 30px;
  top: 130px;
}
.news {
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	position: relative;
}
.news iframe {
  /*margin-top: -1em;*/
  margin-left: 1em;
}
.news_title {
  color: #1A1A1A;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: source-han-serif-japanese, serif;
  padding-right: 50px;
  border-right: 1.5px solid #4D4D4D;
}
.intro2 {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/intro.jpg);
  background-size: 100% auto;
  background-position: 0% bottom;
  transition: .8s;
}
.intro2_contents {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.intro2_contents_t {
  color: white;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  font-weight: 400;
  width: 58%;
  padding: 2.5em 0;
}
.intro2_contents_figure {
  width: 42%;
  position: relative;
  padding-top: 3em;
  transition: .8s;
}
.intro2_contents_figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.intro2_contents_figure_b {
  background-color: #42210B;
  padding: 1em;
  color: white;
  letter-spacing: 0.1em;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  right: 0;
}
.intro2_contents_figure_b::after {
  content: ">";
  margin-left: 5px;
}
.party1 {
  width: 100%;
  background-image: url(../img/party_bg01.jpg);
  background-size: 100% auto;
  background-position: center top;
  padding: 3.5em 0;
  background-repeat: no-repeat;
}
.party1 img {
  width: 100%;
  height: auto;
  transition: .8s;
}
.party_t {
  color: white;
  text-align: right;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 1em;
}
.party2 {
  background-color: #3A251D;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/party_bg02.png);
  display: flex;
  justify-content: flex-end;
}
.party2_figure {
  margin-right: 4em;
  margin-top: 3em;
  width: 35%;
  transition: .8s;
}
.party2_figure img {
  width: 100%;
  height: auto;
}
.party2_t {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: white;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-family: source-han-serif-japanese, serif;
  margin-top: 2em;
  margin-right: 50px;
  margin-bottom: 1em;
  transition: .8s;
}
.party2_t span {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0.4em;
  margin-right: 1em;
  display: block;
}
.party2_figure2 {
  width: 16%;
  margin-top: 3em;
  margin-right: 5em;
  transition: .8s;
}
.party2_figure2 img {
  width: 100%;
  height: auto;
}
.party2_xs {
  width: 100%;
  display: none;
}
.course {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/party3_bg.jpg);
  background-position: center bottom;
  background-size: auto 100%;
  padding: 2em 0;
  height: auto;
}
.course1 {
  display: flex;
  margin-bottom: 0.5em;
  transition: .8s;
}
.course1_content {
  width: 40%;
  background-repeat: no-repeat;
  background-image: url(../img/course_bg01.jpg);
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: 1em;
}
.course1_title {
  text-align: center;
  color: #3D322E;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
}
.course1_title::before {
  content: url("../img/course03.png");
  margin-right: 10px;
}
.course1_title::after {
  content: url("../img/course04.png");
  margin-left: 10px;
}
.course1_title2 {
  text-align: center;
  color: #3D322E;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.course1_title3 {
  text-align: center;
  color: #C1272D;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.course1_title3 span {
  font-size: 0.7em;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.course1_title4 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/course05.png);
  text-align: center;
  color: white;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
}
.course1_tt {
  text-align: right;
  color: #44332C;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  margin-right: 20px;
}
.course1_figure {
  width: 60%;
}
.course1_figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.course1_menu_xs {
  display: flex;
  margin-top: 1em;
  margin-left: 40px;
  margin-bottom: 0.5em;
}
.course1_menu_xs li {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-right: 1.5em;
}
.course2 {
  display: flex;
  margin-bottom: 2em;
  align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}
.course2_figure {
  order: 1;
  width: 49%;
  position: relative;
  margin-right: 15px;
  margin-top: 10px;
  transition: .8s;
}
.course2_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course2_price {
  order: 2;
  width: 49%;
  margin-top: 15px;
  transition: .8s;
}
.course2_price_t {
  background-image: url(../img/course_bg01.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1em;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #3D322E;
  margin-top: 0.5em;
}
.course2_price_t span {
  font-size: 0.7em;
  font-weight: bold;
  font-family: source-han-serif-japanese, serif;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.course2_price_t_red {
  display: inline;
  color: #C1272D;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
  margin-left: 15px;
}
.course2_price_t_red2 {
  display: inline;
  color: #C1272D;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
    margin-top: 0.5em
}
.course2_price_line {
  margin: 0.8em auto;
  border-bottom: 1px solid #736357;
}
.course2_price img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nomihodai {
    width: 100%;
    margin-top: 1em;
    text-align: center;
    order: 3
}
.nomihodai img {
    width: 40%;
}
.nomihodai p {
    margin-top: 0.5em;
    color: white;
    font-size: 0.9em;
    line-height: 1.4;
}

@media screen and (max-width:1800px) {
  header {
    padding-top: 3.5em;
  }
  header .menu {
    left: 40px;
  }
  header .menu li {
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin-right: 30px;
  }
  header .h-right {
    right: 30px;
    margin-top: -0.5em;
  }
  header .h-right img {
    width: 30px;
    margin-left: 20px;
  }
  header .h-right-tel {
    font-size: 2.2em;
    margin-top: -0.2em;
  }
}
@media screen and (max-width:1580px) {
  header .menu li {
    letter-spacing: 0.1em;
    font-size: 1.1em;
    margin-right: 20px;
  }
  header .logo {
    top: 10em;
  }
  header .h-right {
    margin-top: 0em;
  }
  header .h-right-tel {
    font-size: 2em;
    margin-top: -0.2em;
  }
  header .h-right img {
    width: 26px;
    margin-left: 15px;
  }
  .party2_t {
    font-size: 1.7em;
    line-height: 1.8em;
    margin-top: 2em;
    margin-right: 30px;
  }
  .party2_t span {
    font-size: 1.4em;
    margin-right: 0.6em;
  }
  .party2_figure2 {
    width: 20%;
    margin-top: 3em;
    margin-right: 2em;
  }
  .party3 {
    background-size: 100% 100%;
    padding: 2em 0;
  }
  header .yoyaku {
    position: fixed;
    right: 20px;
    top: 120px;
  }
}
@media screen and (max-width:1024px) {
  .intro2_contents {
    padding: 0 45px;
  }
  .intro2_contents_t {
    font-size: 1em;
    line-height: 2.4em;
    width: 58%;
    padding: 2em 0;
  }
  .party2_t {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-top: 1.5em;
    margin-right: 20px;
  }
  .party2_figure {
    margin-right: 2em;
    width: 40%;
  }
  .party2_figure2 {
    width: 25%;
    margin-top: 3em;
    margin-right: 1em;
  }
  .course {
    background-size: auto 100%;
  }
  .course1_menu_xs {
    margin-top: 0.5em;
    margin-left: 20px;
  }
  .course1_menu_xs li {
    margin-right: 1em;
    font-size: 1em;
  }
  .course2_price {}
  .course2_price_t {
    padding: 0.8em;
    font-size: 1.4em;
  }
  header .yoyaku {
    right: 20px;
    top: 110px;
  }
  header .yoyaku img {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width:1000px) {
  header .menu, header .h-right {
    display: none;
  }
  .page-top {
    height: 100vh;
  }
  .intro {
    height: 100vh;
  }
  .intro img {
    object-fit: cover;
    object-position: left;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  header .logo {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 50% auto;
  }
  .course1_content {
    background-size: 100% 100%;
  }
  .course1_title {
    font-size: 1.4em;
    margin-top: 0.6em;
  }
  .course1_title2 {
    font-size: 1.4em;
  }
  .course1_title3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
  .course1_title4 {
    background-size: 100% 100%;
    font-size: 1.3em;
    padding: 0.7em 0;
  }
}
@media screen and (max-width:768px) {
  .news {
	width: 100%;
	height: 270px;
	padding: 1.5em 0;
	flex-wrap: wrap;
	align-items: flex-start;
  }
    .page-top-text{
    width: 90%;
    height: 100px;
    font-size: 1em;
    line-height: 1.4em;
    left: 1em;
    bottom: 5em;
}
  .news_title {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .intro2 {
    background-size: auto 100%;
    background-position: center bottom;
  }
  .intro2_contents {
    padding: 0 30px;
    flex-wrap: wrap;
  }
  .intro2_contents_t {
    font-size: 1em;
    line-height: 2.4em;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 0em;
  }
  .intro2_contents_figure {
    width: 100%;
    padding-top: 0em;
    text-align: right;
    padding-bottom: 2em;
  }
  .intro2_contents_figure img {
    width: 53%;
  }
  .intro2_contents_figure_b {
    bottom: 20px;
    font-size: 0.9em;
  }
  .party1 {
    padding: 2.5em 0;
  }
  .party2 {
    display: flex;
    justify-content: flex-end;
    background-size: 100% auto;
  }
  .party2 {
    display: none;
  }
  .party2_xs {
    width: 100%;
    display: block;
  }
  .party2_xs img {
    width: 100%;
    height: auto;
    background-color: #3A251D;
    padding: 1em 0;
    transition: .8s;
  }
  .party3 {
    background-size: auto 100%;
    padding: 2em 0;
    margin-top: -0.2em;
  }
  .course {
    background-size: auto 100%;
    margin-top: -0.2em;
  }
  .course1 {
    flex-wrap: wrap;
  }
  .course1_content {
    width: 100%;
    padding-top: 0.5em;
  }
  .course1_figure {
    width: 100%;
  }
  .course1_title, .course1_title2 {
    font-size: 1.9em;
  }
  .course1_title3 {
    font-size: 2.2em;
  }
  .course1_title4 {
    font-size: 1.8em;
  }
  .course1_tt {
    text-align: right;
    font-size: 1em;
    margin-right: 1em;
  }
  .course1_figure img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .course1_menu_xs {
    display: flex;
    margin-top: 1em;
    margin-left: 40px;
    margin-bottom: 0.5em;
  }
  .course1_menu_xs li {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-right: 1.5em;
  }
  .course2 {
    flex-wrap: wrap;
    background-size: auto 100%;
  }
  .course2_figure {
    width: 100%;
    margin-right: 0;
    order: 3;
  }
  .course2_price {
    order: 1;
    width: 100%;
  }
  .course2_price_t {
    padding: 1em;
    font-size: 1.6em;
  }
  .course2_price img {
    height: 220px;
  }
  header .yoyaku {
    right: 15px;
    top: 80px;
  }
  header .yoyaku img {
    width: 55px;
  }
.nomihodai {
    margin-top: 1em;
    text-align: left;
    order:2
}
.nomihodai img {
    width: 100%;
}
}
@media screen and (max-width:480px) {
  .news_title {
    font-size: 1.1em;
  }
  .intro2_contents_figure {
    margin-top: -1.5em;
  }
  .intro2_contents_figure img {
    width: 68%;
  }
  .party1 {
    background-size: 100% 100%;
    padding: 2em 0;
  }
  .course1_title, .course1_title2 {
    font-size: 1.4em;
  }
  .course1_title3 {
    font-size: 1.7em;
  }
  .course1_title4 {
    font-size: 1.4em;
  }
  .course1_menu_xs {
    margin-top: 0.5em;
    margin-left: 25px;
  }
  .course1_menu_xs li {
    font-size: 1em;
    line-height: 1.5em;
    margin-right: 1em;
  }
  .course1_tt {
    font-size: 0.9em;
    margin-right: 10px;
    letter-spacing: 0;
  }
  .course1_figure img {
    height: 250px;
  }
  .course2 {
    margin-bottom: 0em;
  }
  .course2_price_t {
    padding: 0.8em;
    font-size: 1.3em;
  }
  .course2_price img {
    height: 150px;
  }
  .news {
    padding: 1.5em 0;
    font-size: 0.8em;
  }
  .news_title {
    font-size: 1.5em;
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width:380px) {
  header .logo img {
    width: 80px;
    ;
  }
  .intro2_contents_t {
    line-height: 2.4em;
    font-size: 0.9em;
  }
  .intro2_contents_figure {
    margin-top: 0em;
  }
  .intro2_contents_figure img {
    width: 80%;
  }
  .intro2_contents_figure_b {
    letter-spacing: 0em;
  }
  .party1 {
    padding: 1.5em 0;
  }
  .party_t {
    font-size: 0.9em;
  }
  .course1_title, .course1_title2 {
    font-size: 1.2em;
    font-weight: bold;
  }
  .course1_title {
    margin-bottom: 0em;
  }
  .course1_title::before {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/course03.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 3px;
  }
  .course1_title::after {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/course04.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: 3px;
  }
  .course1_title3 {
    font-size: 1.5em;
  }
  .course1_title4 {
    font-size: 1.2em;
  }
  .course1_menu_xs {
    margin-top: 0.5em;
    margin-left: 10px;
  }
  .course1_menu_xs li {
    font-size: 0.9em;
  }
  .course1_tt {
    font-size: 0.8em;
  }
  .course1_figure img {
    height: 200px;
  }
  .course2_price_t {
    padding: 0.7em;
    font-size: 1.1em;
    letter-spacing: 0.05em;
  }
  .course2_price img {
    height: 130px;
  }
  .course2_price_t_red {
    margin-left: 5px;
  }
  header .yoyaku {
    right: -4px;
  }
  header .yoyaku img {
    width: 43px;
  }
  .news {
    padding: 1.5em 0;
    font-size: 0.8em;
    height: 420px;
  }
  .news_title {
    font-size: 1.5em;
    margin-bottom: 0.3em;
  }
  .news iframe {
    width: 100%;
    margin: 0em;
    padding: 0;
    font-size: 0.8em;
  }
}

