@charset "UTF-8";
#contents .sp_appear {
  display: none;
}

#contents .pc_appear {
  display: block;
}

.pc_appear_inline {
  display: inline;
}

p {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
}

/* PC表示*/
.pageTtl {
  background: #B50080;
}


.nav_list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
}
.nav_item {
  width: 45.918%;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  margin-right: 2%;
  position: relative;
}

.nav_item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  background: #B60081;
  border: 2px solid #B60081;
  border-radius: 10px;
  box-sizing: border-box;
}

.nav_item:last-child {
  margin-right: 0;
}
.nav_item::before {
  content: "";
  position: absolute;
  border-top: 13px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav_item.active a, .nav_item:hover, .nav_item a:hover {
  color: #B60081;
  background: #fff;
  text-decoration: none;
}
.nav_item.active::before, .nav_item:hover::before {
  content: "";
  position: absolute;
  border-top: 13px solid #B60081;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
}

/*---  Web fonts ---*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap');

/*  広告出稿をご希望のお客さまへ .contents_advertising
----------------------------------------*/
#contents_advertising {
  width: 94%;
  margin: 0 auto;
  line-height:1.5em;
  color: #000000;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
}

#contents_advertising img {
  width:100%;
}

#contents_advertising .txt_lead {
 margin-top: 20px;
 margin-bottom: 30px;
 padding-right: 13px;
}

p.tyusyaku {
  background-color: #FFEAEA;
  font-weight: bold;
  color: #C80000;
  padding: 17px 17px;
  line-height: 1.5em;
  margin-top: 15px;
}

#contents_advertising a:hover {
  text-decoration: none;
}

#contents_advertising h2.sub_pagetitle {
  background: #1687ac;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5em;
}

/*  広告枠のご案内 .section_frame
----------------------------------------*/

.section_frame h2 {
  margin-bottom: 30px;
}

.section_frame .frame_list:after {
  content:"";display:block;clear:both;
}

.section_frame .frame_list {
  width: 85%;
  margin: 0 auto 30px auto;
}

.section_frame .frame_list li {
  width: 36.2%;
  float: left;
  background-color: #B60081;
  margin-left: 7.5%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 23px 5%;
  color: #ffffff;
}

.section_frame .frame_list li:first-child {
  margin-left: 0;
}

.section_frame .frame_list dt {
  text-align: center;
  margin: 0 auto 10px auto;
  width: 55%;
  border-bottom: solid 2px;
  padding-bottom: 5px;
}

.section_frame .frame_list dt span {
  font-weight: bold;
  font-size: 130%;
}

.section_frame .frame_list .btn_detail {
  margin: 15px auto 0 auto;
  width: 70%;
}

.section_frame .frame_list .btn_detail a {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #B60081;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.section_frame .frame_list .btn_detail a:after {
  content: '';
  position: absolute;
  top: 43%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: solid 2px #B60081;
  border-right: solid 2px #B60081;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section_frame .frame_list .btn_detail a:hover {
  box-shadow: none;
/*   opacity: 0.7; */
}

.section_advertising .document_menu,
.section_frame .document_menu {
  width: auto;
  margin: 0 auto 30px auto;
}

.section_advertising .document_menu:after,
.section_frame .document_menu:after {
  content:"";display:block;clear:both;
}

.section_advertising .txt_document,
.section_frame .txt_document {
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  float: left;
  margin-bottom: 10px;
  min-width: 235px;
  padding-top: 10px;
  position: relative;
  position: relative;
}

.section_frame .txt_document:before{
  position: absolute;
  content: '';
  background-image: url(../img/img-icon_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 10px;
  top: 50%;
  right: 4%;
}

.section_advertising .btn_menu,
.section_frame .btn_menu {
  background: url(../img/icon-pdf.gif) no-repeat 5% 9px #f23651;
  font-weight: bold;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 300px;
}

.section_advertising .btn_menu a,
.section_frame .btn_menu a {
  padding: 10px 14px 10px 29px;
  display: block;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.section_frame .btn_menu a:before {
  position: absolute;
  content: '';
  background-image: url(../img/img-icon_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  top: calc(50%-10px);
  left: 4%;
}

.section_advertising .btn_menu:hover,
.section_frame .btn_menu:hover {
  opacity: 0.7;
}


/*  メイン広告・オプション広告 .section_advertising
----------------------------------------*/

h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #B60081;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5em;
}

.section_advertising .inner {
  padding: 18px 0 30px 0;
  margin: 0 auto;
}

.section_advertising h3 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #3D3D3D;
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: solid 2px #B60081;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.section_advertising .txt_description {
  padding-right: 20px;
  margin-bottom: 13px;
}

.section_advertising .image_list {
  margin-bottom: 20px;
}

.section_advertising .image_list:after {
  content:"";display:block;clear:both;
}

.section_advertising .image_list li {
  width: 49%;
  float: left;
  margin-left: 2%;
}
.section_advertising .hp_top_event li{
  width: 32%;
}
.section_advertising .image_list li:first-child {
  margin-left: 0;
}

.section_advertising .image_list li.video{             /*横幅いっぱいにwidthを指定*/
padding-bottom: 32%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}

.section_advertising .image_list li.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.section_advertising dl {
  color: #505050;
}

.section_advertising dl.spec_size_place {
/*  border-top: solid 2px #bbbbbb;*/
/*  border-right: solid 2px #bbbbbb;*/
  border-left: solid 1px #bbbbbb;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section_advertising dl.spec_size_place dt {
/*  padding: 40px 0;*/
}
.section_advertising .hp_top_event_list dl.spec_size_place dt{
  padding: 40px 0;
}

.section_advertising dl:after {
  content:"";display:block;clear:both;
}
.section_advertising dl dt {
  background-color: #E9F4F8;
  text-align: center;
  font-size: 1em;
  width: 15.15151515151%;

}

.section_advertising dl dd {
  width: 34.848484848%;
/*  margin-left: 20%;*/
/*  padding: 14.5px 15px;*/
}
.section_advertising dl dt,
.section_advertising dl dd {
  display: table;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 60px
}
.section_advertising dl dt span{
  display: table-cell;
  vertical-align: middle;
}
.section_advertising dt:nth-of-type(-n+2),
.section_advertising dd:nth-of-type(-n+2) {
    border-top: solid 1px #bbbbbb;
}

.section_advertising .term_price:after {
  content:"";display:block;clear:both;
}

.section_advertising .term_price {
  border-left: solid 2px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
}

.section_advertising dl dd .spec_txt {
  display:table-cell;
  vertical-align: middle;
}

.section_advertising dl dd .spec_txt:after {
  content:"";display:block;clear:both;
}

.section_advertising dl dd .spec_txt span {
  display: block;
  float: left;
}

.section_advertising dl dd .spec_txt span.place,
.section_advertising dl dd .spec_txt span.size {
  padding-left: 80px;
}

.section_advertising .term_price dl {
  width: 50%;
  float: left;
}

.section_advertising .term_price dt {
  width: 40%;
  padding: 14px 0;
}
.section_advertising .hp_top_event_list .doble_list dt{
  padding: 39px 0;
}
.section_advertising .hp_top_event_list .doble_list dd{
  padding: 39px 15px;
}
.section_advertising .term_price dd {
  margin-left: 40%;
  padding: 14px 15px;
}


/*  ご利用にあたって .section_about_use
----------------------------------------*/
.section_about_use {
  padding-bottom: 27px;
}

.section_about_use h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 20px;
}

.section_about_use .inner_use {
  width: 96%;
  margin: 0 auto 10px;
}

.section_about_use .inner_use ul li{
  margin-bottom: 2%;
  text-indent: -0.7em;
  padding-left: 1.3em
}

.section_about_use .inner_use ul li::before{
  content: '●';
  display: inline-block;
  width: 12px;
  font-size: 0.9em;
}

.section_about_use h3 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #B60081;
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 2px #B60081;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.section_about_use p {
  margin-bottom: 15px;
}

.section_about_use dt {
  padding: 3px 0;
  color: #B60081;
  font-weight: bold;
}


/*  お問い合わせ先 .section_contact
----------------------------------------*/
.section_contact .inner {
  width: 96%;
  margin: 15px auto 10px;
}

.section_contact .inner p {
  margin-bottom: 30px;
}
