@charset "UTF-8";

#contents .sp_appear {
  display: block;
}

#contents .pc_appear {
  display: none;
}

#wrapper.top #main {
  padding-bottom: 40px;
}

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


.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 15px auto 10px;
}
.nav_item {
  width: 94.66667%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.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::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%);
}

#contents_advertising .txt_lead {
  font-size: 0.75rem;
}

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


/*  広告出稿をご希望のお客さまへ .contents_advertising
----------------------------------------*/
#contents_advertising {
  width: 96%;
  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: 15px auto;
  width: 97%;
}

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

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

#contents_advertising h2.sub_pagetitle {
  background: #1687ac;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  padding: 8px 10px;
}

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

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

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

.section_frame .frame_list li {
  background-color: #B60081;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 5%;
  color: #ffffff;
  margin-bottom: 12px;
}

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

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

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

.section_frame .frame_list .btn_detail a {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #B60081;
}

.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_advertising .document_menu,
.section_frame .document_menu {
  margin: 0 auto 30px auto;
}

.section_advertising .txt_document,
.section_frame .txt_document {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.section_advertising .txt_document:before,
.section_frame .txt_document:before {
  content: "▼";
  width: 7px;
  height: 5px;
  font-size: 0.8em;
  padding-right: 2%;
}

.section_advertising .txt_document:after,
.section_frame .txt_document:after {
  content: "▼";
  width: 7px;
  height: 5px;
  font-size: 0.8em;
  padding-left: 2%;
}

.section_advertising .btn_menu,
.section_frame .btn_menu {
  background: url(../img/icon-pdf.gif) no-repeat 5% 12px #f23651;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 98%;
  max-width: 400px;
  margin: 0 auto;
  padding-left: 5px;
}

.section_advertising .btn_menu a,
.section_frame .btn_menu a {
  padding: 8px 0 8px 1px;
  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: 1rem;
  font-weight: normal;
  color: #fff;
  padding: 7px 10px;
  line-height: 1.5em;
}

.section_advertising .inner {
  padding: 18px 0 10%;
  width: 98%;
  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: 16px;
  border-bottom: solid 2px #B60081;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

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

.section_advertising .image_list {
  margin-bottom: 15px;
}
.section_advertising .image_list li {
  width: 100%;
  margin: 0 auto 10px auto;
}

.section_advertising .image_list li.video{             /*横幅いっぱいにwidthを指定*/
padding-bottom: 79.8%;  /*高さを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,
.section_advertising dl dd,
.section_advertising dl dt {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.section_advertising dl.spec_size_place {
  border-top: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
}

.section_advertising dl.spec_size_place dt {
  min-height: 30px;
}
.section_advertising .hp_top_event_list dl.spec_size_place dt{
  height: 126px;
}

.section_advertising dl.spec_size_place dd {
  border-right: none;
  text-align: center;
}

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

.section_advertising dl dt {
  background-color: #e9f4f8;
  text-align: center;
  clear: left;
  float: left;
  width: 100%;
  font-size: 0.875rem;
  position: relative;
}

.section_advertising dl dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
}

.section_advertising dl dd {
  position: relative;
  display: table;
  padding: 10px;
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
}

.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;
}

.section_advertising dl dd .spec_txt span.size {
  padding: 0 15px;
}

.section_advertising dl dt,
.section_advertising dl dd {
  vertical-align: middle;
  border-bottom: solid 1px #bbbbbb;
  height: 40px;
}

.section_advertising .term_price dt span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.4rem;
}

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

.section_advertising .term_price {
  border-left: solid 2px #bbbbbb;
  border-right: solid 2px #bbbbbb;
  border-bottom: solid 2px #bbbbbb;
  height: 100%;
  padding: 0;
  margin: 0;
}
.section_advertising .term_price dt,
.section_advertising .term_price dd {
  height: 51px;
}

.section_advertising .term_price dd {
  border-right: none;
}
.section_advertising .hp_top_event_list .term_price .doble_list dt{
  height: 51px;
}

.section_advertising .spec_price dt,
.section_advertising .spec_price dd {
  border-bottom: none;
}
/* .section_advertising .doble_list dd:nth-of-type(1) {
  border-bottom: solid 1px #bbbbbb;
} */

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

.section_about_use h2 {
  margin-bottom: 18px;
}

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

.section_about_use .inner_use ul li{
  margin-bottom: 5%;
  text-indent: -0.7em;
  padding-left: 1.3em;
  line-height: 1.6;
  font-size: 0.75rem;
}

.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: 16px;
  border-bottom: solid 2px #B60081;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.section_about_use p {
  margin-bottom: 5%;
  line-height: 1.6;
  font-size: 0.75rem;
}

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


/*  お問い合わせ先 .section_contact
----------------------------------------*/
.section_contact .inner {
  width: 98%;
  margin: 10px auto 20px;
  font-size: 0.75rem;
}

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