@charset "UTF-8";

/*common*/
.main_party .container {
  text-align: center;
  font-family: serif;
  margin-bottom: 50px;
}

.main_party .container img {
  width: 100%;
}
.main_party .unit_title {
  margin-top: 60px;
  text-align: center;
}

.main_party .unit_title h3 {
  font-size: 30px;
  line-height: 1.2em;
}

.main_party .unit_title .tit {
  font-size: 10px;
  line-height: 1.2em;
}

.main_party .unit_title .tit em {
  color: #c82600;
  font-weight: normal;
}

/*article_h2*/
.main_party .article_h2 {
  background: none;
}
.main_party .article_h2 h2 {
  font-weight: bold;
}
/*article_h3*/
.main_party .article_h3 {
  padding: 0 4%;
}

.main_party .article_h3 .font02 {
  font-size: 17px;
  color: #cf4220;
  text-align: center;
  margin-top: 30px;
  font-family: serif;
}

.main_party .article_h3 .text {
  text-align: center;
  margin-top: 15px;
}

/*section_scene*/
.section_scene .unit01_wrap .inner {
  margin: auto;
}
.section_scene .unit01_wrap {
  width: 100%;
  background: url(../party/img/back_img.png) no-repeat center top;
  background-size: cover;
  margin-top: 50px;
  padding: 40px 0;
}

.section_scene .unit01_wrap .font03 {
  font-size: 14px;
  color: #fff;
  background-color: #000000;
  line-height: 1.2;
  margin: auto;
  padding: 10px 0;
  width: 95%;
}

.section_scene .unit01_wrap .year {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.section_scene .unit01_wrap .month {
  background-color: #fff;
  border: 2px solid #d3d3d3;
  width: 44%;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_scene .unit01_wrap .month:nth-child(even) {
  margin-right: 0;
}

.section_scene .unit01_wrap .month .tit {
  font-size: 150%;
  color: #c79600;
  padding: 10px;
  line-height: 1.2;
}

.section_scene .unit01_wrap .month .tit span {
  font-size: 60%;
  color: #000000;
}

.section_scene .unit01_wrap .banner {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.section_scene .unit02_wrap {
  margin-top: 60px;
  display: inline-block;
  width: 90%;
}


/*section_reason*/
.main_party .section_reason {
  margin-top: 60px;
  padding: 4%;
}

.main_party .section_reason p {
  width: 90%;
  margin: auto;
}

.main_party .section_reason .tit {
  font-size: 170%;
  color: #c79600;
  text-align: left;
}

.main_party .section_reason li {
  padding-top: 10px;
}

.main_party .section_reason li .ph{
  float: left;
  width: 46%;
}
.main_party .section_reason li .tit_box {
  float: right;
  padding-top: 20px;
  width: 50%;
}

.main_party .section_reason li .tit_box .text {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

/*section_contact*/
.main_party .section_contact {
  width: 92%;
  padding: 4.5% 4%;
  border: 5px solid  #999;
  margin: 0 auto;
  margin-top: 30px;
}

.main_party .section_contact .tit {
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 4%;
}

.main_party .section_contact .box_a {
  margin-bottom: 3%;
}

.main_party .section_contact .circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  background:#c79600;
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size: 12px;
}

.main_party .section_contact .tel {
  width: calc(95% - 55px);
  float: left;
  position: relative;
  font-size: 0.8em;
}

.main_party .section_contact .tel em {
  display: block;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2em;
  padding-left: 25px;
  text-align: left;
  font-style: normal;
  font-size: 220%;
}

.main_party .section_contact .tel::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../party/img/ico_tel.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 25px;
  left: 0;
	margin-top: -20px;
}

.main_party .section_contact .btn_form {
  width: calc(100% - 55px);
  height: 44px;
  float: left;
  text-align: center;
}

.main_party .section_contact .btn_form a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  border: 2px solid #ddd;
  color: #333;
  position: relative;
}

.main_party .section_contact .btn_form a::after {
  position: absolute;
  top: 50%;
  right: 12px;

  content: " ";
  display: block;

  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);

  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  margin-top: -3px;
}

/*section_party*/
.main_party .section_party {
  padding: 0 4%;
}
.main_party .section_party .unit_title .txt{
  margin-top: 4%;
}
.main_party .section_party .box .box_tit {
  padding: 2% 2.5%;
  background: #272727;
  color: #fff;
	line-height: 1.4em;
  text-align: center;
  margin-top: 10%;
}

.main_party .section_party .box .wrap {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 4.5%;
}

.main_party .section_party .box .wrap .ph {
  margin-bottom: 4%;
}

.main_party .section_party .box .wrap .small {
  font-size: 13px;
}

.main_party .section_party .box .wrap .txt {
  text-align: left;
  margin-top: 10px;
}
.main_party .section_party .box .wrap .txt .big {
  padding-top: 2%;
  color: #c79600;
}
.main_party .section_party .box .wrap .txt .bold {
  padding-top: 2%;
  font-size: 16px;
  font-family: serif;
  font-weight: bold;
}

.main_party .section_party .box .wrap .txt .line {
  border-bottom: 1px dotted #272727;
  padding-bottom: 4%;
}
.main_party .section_party .box .wrap .txt dl dt {
  color: #c79600;
  font-size: 15px;
  margin-bottom: 2%;
}

.main_party .section_party .box .wrap .txt dl dd {
  padding-bottom: 8px;
  margin-bottom: 4%;
  font-family: sans-serif;
}

.main_party .section_party .box .wrap .prise {
  text-align: left;
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.main_party .section_party .box .wrap .txt dl dd span {
	display: block;
  color: #333;
}

.main_party .section_party .box .wrap .caption {
  font-size: 11.5px;
}

.main_party .section_party .box .wrap .caption span {
	display: block;
  font-size: 13px;
	margin-bottom: 1%;
}

.main_party .section_party .box .wrap .tokuten {
	margin-top: 2%;
	padding: 4.5%;
	background: #f4ecd9;
	text-align: center;
}

.main_party .section_party .box .wrap .tokuten .t_tit {
  padding: 2.5% 2.5% 3%;
	color: #fff;
	background: #c79600;
	margin-bottom: 4%;
}

.main_party .section_party .btn_plan {
  width: 98%;
  font-size: 14px;
  margin: auto;
  margin-top: 30px;;
}

.main_party .section_party .two {
  width: 98%;
  font-size: 14px;
  margin: auto;
  margin-top: 30px;;
}
.main_party .section_party .btn_plan .left {
  float: left;
  width: 48%;
}
.main_party .section_party .btn_plan .right {
  float: right;
  width: 48%;
}
.main_party .section_party .btn_plan a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #c79600;
  position: relative;
}
.main_party .section_party .two a {
  line-height: 20px;
}


.main_party .section_party .btn_plan a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-top: -3px;
  transition-duration: 250ms;
}

.main_party .section_party .unit_title .txt {
  margin-top: 4%;
}

/*section_conference*/
.main_party .section_conference {
  margin-top: 50px;
  padding: 0 4%;
}

.main_party .section_conference .inner {
  overflow-x: scroll;
}

.main_party .section_conference button {
  top: 50%;
}

.main_party .section_conference .unit {
  margin-top: 60px;
}

.main_party .section_conference .tit {
  margin-bottom: 10%;
}

.main_party .section_conference .unit p {
  text-align: left;
  margin-top: 4%;
}


.main_party .section_conference .info_box {
  padding: 9% 0 7%;
  text-align: center;
}

.main_party .section_conference .info_box .info_tit {
  font-size: 15px;
  margin-bottom: 4%;
}

.main_party .section_conference .info_box.info02 {
  padding: 0;
}

.main_party .section_conference .info_box.info02 .info_tit {
  padding: 3% 2.5%;
  background: #272727;
  color: #fff;
	line-height: 1.4em;
  text-align: center;
}


.main_party .section_conference .box {
  margin-bottom: 3%;
}

.main_party .section_conference .unit .sub {
  font-size: 11.5px;
  letter-spacing: -1px;
  margin-bottom: 2%;
}

.main_party .section_conference .unit .text .red {
  color: #c82600;
}
.tbl_party {
    border-collapse: collapse;
    margin-bottom: 4%;
    width: 100%;
}
.tbl_party th {
    background: #ebe5d4 none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 5px 10px;
    text-align: center;
}
.tbl_party th a {
    text-decoration: underline;
}
.tbl_party td {
    border: 1px solid #999;
    padding: 5px 10px;
    text-align: right;
}

.main_party .section_conference .box {
  margin-bottom: 6%;
}

