@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  html { scroll-behavior: smooth;}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  font-family: "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* ---- clearfix ---- */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* ---- プレゼントキャンペーン ---- */
.wrapper {
  max-width: 100%;
  width: 900px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.sp_none{
  display: block;
}
.pc_none{
  display: none;
}

h2 {
  background: #fff;
  padding: 20px 15px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #535f99;
  line-height: 1.4;
  padding-right: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

h3.info2 {
	margin: 0px 10px 5px;
}
h3 img{
  margin: 0 13px 0 0;
  width: 68px;
  height: auto;
}
h4.item_name {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1.5px;
}
h4.item_name span{
  color: #535F99;
}
h4.item_name span span{
  font-size: 30px;
}
h4.bg {
  color: #fff;
  background: #535f99;
  padding: 10px;
}
h4.item_name em {
  font-size: 22px;
  font-style: normal;
  margin-right: 10px;
}
h5 {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 45px;
}
h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 150px;
  height: 3px;
  background: #535f99;
}
h6 {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
}
h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: #535f99;
  transform: translateY(-50%);
}
.mv-content{
  margin-bottom: 55px;
}
.mv-content img{
  margin: 0 auto;
  width: 100%;
}

.notice {
  border: 2px solid #dd0101;
  padding: 20px;
  margin: 0 auto 60px;
}
.notice p {
  font-size: 15px;
  color: #dd0101;
  line-height: 1.8;
  text-align: center;
}

.item_title{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px 30px;
  background: #fff;
}
.item_title .item_title01{
  margin-right: 8px;
}
.apply_title{
  width: 200px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  background: #F2F2FF;
  border-bottom: 1px solid #D9D9FF;
  color: #000;
  margin: 0;
  padding-left: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.apply_title:last-child{
  border: none;
}
.apply_title::before{
  content: none;
}
p {
  padding: 0;
  margin: 0;
}
.apply_item{
  width: 700px;
  background: #fff;
  border-bottom: 1px solid #D9D9FF;
  padding: 20px 25px 20px;
  box-sizing: border-box;
}
.apply_item.last{
  border: none;
}
.apply_item.col_2{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.apply_item.col_2.img_box{
  width: 100%;
  border-bottom: 0;
  justify-content: flex-end;
  padding: 20px 0 0;
}
.apply_item.col_2.img_box img:first-child {
  margin-right: 16px;
}
.apply_txt {
  margin: 0;
}
.apply_txt.event_txt{
  line-height: 1.8;
  font-size: 15px;
  text-align: center;
}
.apply_txt.txt01{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.apply_txt.txt01 a:hover {
  text-decoration: underline;
}
.apply_txt.txt01 span{
  display: block;
  font-weight: normal;
  font-size: 15px;
}
.apply_txt.txt01 span.attention{
  color: #dc0000;
}
.apply_txt.txt02{
  font-size: 20px;
}
.apply_txt.txt02 span{
  font-size: 15px;
  font-weight: normal;
}
.apply_txt.txt03{
  font-size: 15px;
  margin-bottom: 5px;
}
.apply_txt.txt03-02{
  font-size: 14px;
  margin-bottom: 10px;
}
.apply_txt.txt03-02 span{
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.apply_txt.txt03-03{
  color: #DC0000;
}
.apply_txt.txt03-02 span:nth-child(1){
  margin-bottom: 13px;
}
.item_image {
  margin-bottom: 20px;
}
.item_detail-box{
  border: 2px solid #D9D9FF;
  margin-bottom: 75px;
}
.item_detail_txt span{
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.item_detail_txt span.nomal{
  font-size: 13px;
  font-weight: 300;
  display: block;
}
.item_detail_title {
  position: relative;
  font-size: 13px;
  padding-left: 15px;
  margin-bottom: 0;
}
.item_detail_title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  background: #000;
}
.item_detail_list li {
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 15px;
}
.item_detail_list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.item_detail_list a {
  text-decoration: underline;
  font-weight: bold;
  color: #535f99;
}
ul.mb15 {
  margin-bottom: 15px;
}
span.time {
  width: 55px;
  display: inline-block;
  text-align: right;
  line-height: 1.6;
  margin-right: 10px;
}

/* ---- 商品概要 ---- */
.item_box p.note {
  font-weight: bold;
}
.item_inner {
  padding: 0;
}
.item_box .item_image {
  margin-bottom: 20px;
}
p.attention {
  color: #dc0000;
}
.item_detail {
  margin-bottom: 40px;
}
.item_detail .item_detail-list{
  display: flex;
}
.item_detail .item_detail-list img {
  width: 300px;
  height: auto;
}
.item_detail .item_detail-list .detail_logo {
  width: 128px;
  height: auto;
  margin-right: 100px;
}

.item_detail .item_detail-list.item02 .apply_txt.txt01 span{
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}

.item_detail .item_detail-list.item04 .apply_txt{
  font-size: 15px;
  margin-bottom: 20px;
}
.item_detail .item_detail-list.item04.entry .apply_item {
  border-bottom: 0;
}
.item_detail .item_detail-list.item04 .apply_item .attention{
  line-height: 1.8;
  margin-bottom: 15px;
}
.item_detail .item_detail-list.item04 .apply_item .attention:last-child{
  margin-bottom: 30px;
}
.item_detail .item_detail-list.item04 .apply_item .item_detail_txt{
  line-height: 1.8;
  font-size: 15px;
}
.item_detail .item_detail-list.item04 .apply_txt em{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
}
.item_detail .item_detail-list.item04 .apply_txt span{
  color: #535F99;
  font-size: 20px;
  font-weight: bold;
}
.item_detail .item_detail-list.item04 .apply_txt span span{
  font-family: "Avenir-Black";
  font-size: 32px;
  font-weight: bold;
}
.item_detail .item_detail-list.item04 .apply_item p {
  padding-top: 6px;
}
.item_detail .item_detail-list.item05 .item_detail_txt{
  font-size: 15px;
  line-height: 1.8;
}
.item_detail .item_detail-list.item06 .item_detail_txt{
  font-size: 15px;
  line-height: 1.8;
}
.item_detail .item_detail-list.item07 .item_detail_txt{
  font-size: 15px;
  line-height: 1.8;
}
.item_detail .item_detail-list.item07 .item_detail_txt span{
  color: #dc0000;
  font-weight: normal;
}
.item_detail .item_detail-list.item07 .item_detail_txt strong{
  font-size: 20px;
}
.item_detail p.mb0 {
  margin-bottom: 0;
}
.item_detail .apply_deadline {
  color: #dd0101;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.youtube_box {
	padding: 0 10px 5px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.item_area {
  padding: 10px;
}
.info_item_area{
  background: #F2F2F2;
  padding: 30px 10px;
}
.caption {
  text-align: center;
  padding-bottom: 10px;
}

/* ---- リンクボタン ---- */
.link_btn {
  padding-top: 30px;
  margin-bottom: 20px;
}
.link_btn a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 2px solid #535f99;
  border-radius: 36px;
  padding: 25px 40px;
  box-sizing: border-box;
}
.link_btn a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #535f99;
  border-right: 4px solid #535f99;
  top: 45%;
  right: 10%;
  transform: rotate(45deg) translateY(-50%);
}
.link_btn a:hover {
  opacity: .8;
}
/* ---- ページ内リンク ---- */
.page_link_btn {
  padding-top: 30px;
}
.page_link_btn a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #535F99;
  border: 2px solid #535f99;
  border-radius: 36px;
  padding: 18px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page_link_btn a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  top: 20%;
  right: 10%;
  transform: rotate(135deg) translateY(-50%);
}
/* ---- ページ内リンク ---- */
.sns_area {
  margin-bottom: 30px;
}
.sns_area .sns_inner {
  background: #F2F2FF;
  padding: 40px 10px;
}
.btn_01 a {
  position: relative;
  display: block;
  width: 324px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 2px solid #DDDDDD;
  border-radius: 36px;
  padding: 15px 40px;
  box-sizing: border-box;
}
.btn_01 a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #535f99;
  border-right: 4px solid #535f99;
  top: 45%;
  right: 10%;
  transform: rotate(45deg) translateY(-50%);
}
/* ---- 詳しく見る ---- */
.detail_content .detail_btn {
  text-align: right;
  padding: 20px 10px 30px;
}
.detail_content .detail_btn a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding-right: 25px;
}
.detail_content .detail_btn a .icon_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: #535f99;
  border-radius: 50%;
  transform: translateY(-50%);
}
.detail_content .detail_btn a .icon_arrow::before,
.detail_content .detail_btn a .icon_arrow::after {
  content: "";
  position: absolute;
  top: 32%;
  left: 20%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ---- フォーム ---- */
.form_content {
  background: #fffbe3;
  padding: 56px 0;
  margin: 0 auto 64px;
}
.form_link-btn a {
  position: relative;
  text-align: center;
  display: block;
  width: 450px;
  text-decoration: none;
  background: #f2e308;
  border-radius: 42px;
  padding: 25px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: .2s;
  border-bottom: solid 4px rgba(0, 0, 0, .2);
}
.form_link-btn a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  top: 48%;
  right: 10%;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
}
.form_content.appli .form_link-btn a{
  margin: 0;
}
.form_link-btn.two a{
  padding: 15px 30px;
  margin: 0;
}
.form_link-btn a:hover {
  opacity: .8;
}
.form_link-btn a span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.form_link-btn a span em {
  font-size: 22px;
  font-style: normal;
}
.form_content p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.item_flow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_flow > div{
  width: 47%;
}
.item_flow > div p{
  font-size: 14px;
  margin-top: 16px;
}
.item_flow > div p a{
  text-decoration: underline;
  color: #1063A2;
}
.other_box {
  display: flex;
  align-items: center;
  border: 3px solid #868fb7;
  background: #fff;
  margin-bottom: 20px;
  padding-left: 10px;
  height: 136px;
  box-sizing: border-box;
}
.other_box img {
  width: 149px;
  height: auto;
  margin: 0;
}
.other_box p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px;
  margin: 0;
}
.mb0{
  margin-bottom: 0px !important;
}
.mb10{
  margin-bottom: 10px !important;
}

.item_detail-event .item_detail_txt{
  font-size: 15px;
  margin-bottom: 20px;
}
.item_detail-event .item_detail_txt .pc_none{
  display: none;
}
.item_detail-event .item_detail_txt span{
  display: none;
}
.item_detail-event .item_detail_txt em{
  font-style: normal;
  color: #535F99;
  margin-right: 10px;
  font-size: 20px;
}
.item_detail-event .item_detail_txt.last{
  margin-bottom: 80px;
}
.item_detail-event .item_detail_txt span{
  display: inline-block;
  font-size: 20px;
  margin-right: 16px;
}
.item_detail-event .attention{
  position: relative;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 10px;
}
.item_detail-event .attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;

}
#beachlp04 .item_detail-event .attention{
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 0;
}
#beachlp04 .item_detail-event .attention span{
  color: #333;
  font-weight: bold;
}
#beachlp04 .item_detail-event .attention-list{
  color: #dc0000;
  text-indent: -1em;
  padding-left: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#beachlp04 .item_detail-event .attention-list li{
  margin-bottom: 5px;
}
#beachlp04 .item_detail-event .attention::before {
  content: none;

}
/* *******Add Style 1026******** */
.fest_area {
  max-width: 100%;
  width: 640px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.fest_area .pc_none {
  display: none;
}
.fest_area p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.fest_area span {
  font: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.fest_area img {
  margin-top: 24px;
}
span.sub_txt {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 10px;
}
.item_detail .item_detail-list.item04 .time,
.item_detail .item_detail-list.item04 .to-do,
.item_detail .item_detail-list.item04  p {
  font-size: 15px;
}

/* h1, h2, h3 */
#beachlp03 h1 {
display: flex;
align-items: center;
justify-content: center;
}
#beachlp04 h3.item_name {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1.5px;
  background: none;
  margin-bottom: 30px;
}
#beachlp04 h3.item_name span {
  color: #535F99;
}
#beachlp03 h2,
#beachlp04 h2 {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 3px solid #ccc;
  padding: 0 0 5px;
  margin-bottom: 45px;
}
#beachlp03 h2::after,
#beachlp04 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 150px;
  height: 3px;
  background: #535f99;
}

/* user */
#beachlp03 .item10.pc_none,
#beachlp04 .item10.pc_none {
  display: none;
}
#beachlp03 .item10 .apply_item.col_2,
#beachlp04 .item10 .apply_item.col_2{
  border-bottom: none;
}

/* beachlp03 */
#beachlp03 .mt5{
  margin-top: 5px;
}
#beachlp03 span.sub_txt {
  font-size: 14px;
}
#beachlp03 .item_detail .item_detail-list.item09 .item_detail_txt{
  font-size: 15px;
  line-height: 1.8;
}
#beachlp03 .item_detail .item_detail-list.item09 .item_detail_txt span{
  color: #ff0000;
}
#beachlp03 .logo_motocle {
  padding: 0 30px;
}
#beachlp03 .logo_motocle img {
  width: auto;
  height: 80px;
}
#beachlp03 .logo_nankishirahama {
  padding-bottom: 20px;
}
#beachlp03 .logo_nankishirahama img {
  width: 200px;
  height: auto;
}
#beachlp03 .-cross {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 20px;
}
#beachlp03 .-cross::before,
#beachlp03 .-cross::after {
  content: "";
  position: absolute;
  top: 35%;
  display: block;
  width: 8px;
  height: 40px;
  background: #000;
}
#beachlp03 .-cross::before {
  left: 11px;
  transform: rotate(45deg);
}
#beachlp03 .-cross::after {
  right: 11px;
  transform: rotate(-45deg);
}
#beachlp03 .apply_title {
  width: 196px;
  padding-left: 16px;
}
#beachlp03 .item01 .apply_item .apply_txt {
  margin-bottom: 4px;
}
#beachlp03 .item09 .attention {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#beachlp03 .item09 .lunch_img_wrap{
  display: flex;
}
#beachlp03 .item09 .lunch_img_wrap span{
  margin-right: 20px;
}
#beachlp03 .special_contents .apply_item {
  border-bottom: none;
}
#beachlp03 .special_contents .apply_item:last-child{
  display: block;
}
#beachlp03 .special_contents .apply_item:last-child > div {
  width: 100%;
}
#beachlp03 .special_contents .apply_item:last-child > div .apply_txt.txt01{
  text-align: center;
  color: #ff0000;
  font-size: 22px;
}
#beachlp03 .special_contents .apply_item > div {
  width: 65%;
}
#beachlp03 .special_contents .apply_item span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
#beachlp03 .special_contents .apply_item img {
  margin: 0 auto;
}
#beachlp03 .apply_txt a {
  color: #0000FF;
}
#beachlp03 .special_contents .special_item {
  width: 128px;
}

@font-face {
  font-family: "Avenir-Black";
  src: url("/fonts/Avenir-Black.otf") format("woff2");
}
@media screen and (max-width: 768px) {
  .sp_none{
    display: none !important;
  }
  .pc_none{
    display: block;
  }
  .mv-content{
    margin-bottom: 30px;
  }
  .notice .sp_none {
    display: none;
  }
  .wrapper{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  h5{
    font-size: 18px;
    margin-bottom: 30px;
  }
  h5::after{
    width: 60px;
  }
  h4.item_name{
    font-size: 18px;
    margin-bottom: 20px;
  }
  h4.item_name span span{
    font-size: 22px;
  }
  .apply_txt.event_txt{
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
  }
  .item_detail{
    margin-bottom: 30px;
  }
  .item_detail .item_detail-list{
    display: block;
  }
  .apply_title{
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
  }
  .apply_item{
    width: 100%;
    padding: 20px 10px 24px;
  }
  .apply_item.col_2{
    display: block;
  }
  .apply_item.col_2 .txt01{
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .apply_item.col_2 iframe{
    width: 100%;
    margin-top: 10px;
  }
  .apply_item.col_2.img_box {
    padding: 0;
    margin-top: 10px;
  }
  .item_detail .item_detail-list img {
    width: 100%;
    height: auto;
  }
  .apply_txt.txt01{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .item_detail .item_detail-list.item03 .img_box img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .item_detail .item_detail-list.item03 .img_box img:last-child {
    margin-bottom: 8px;
  }
  .item_detail .item_detail-list.item04 .apply_txt em{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item_detail .item_detail-list.item04 .apply_txt span{
    font-size: 18px;
  }
  .item_detail .item_detail-list.item04 .apply_txt span span{
    font-size: 26px;
  }
  .item_detail .item_detail-list.item04 .apply_txt{
    font-size: 13px;
  }
  .item_detail .item_detail-list.item04 .apply_item .attention{
    font-size: 13px;
    line-height: 1.6;
  }
  .item_detail .item_detail-list.item04 .apply_item .item_detail_txt{
    font-size: 13px;
    line-height: 1.6;
  }
  .item_detail .item_detail-list.item04 .time,
  .item_detail .item_detail-list.item04 .to-do,
  .item_detail .item_detail-list.item04 p {
    font-size: 13px;
  }
  .item_detail .item_detail-list.item04 .time {
    width: 50px;
  }
  .btn_01 a{
    width: 100%;
  }
  .item_detail .item_detail-list.item05 .item_detail_txt{
    margin-top: 0;
    margin-bottom: 0;
  }
  .item_detail .item_detail-list.item06 .item_detail_txt{
    font-size: 13px;
    line-height: 27px;
  }
  .it
  .item_detail-box{
    margin-bottom: 40px;
  }
  .item_detail-event .item_detail_txt{
    font-size: 13px;
  }
  .item_detail-event .item_detail_txt .sp_none{
    display: block;
  }
  .item_detail-event .item_detail_txt span{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .item_detail-event .item_detail_txt em{
    font-size: 20px;
  }
  .item_detail-event .item_detail_txt.last{
    margin-bottom: 40px;
  }
  .item_detail-event .attention{
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 14px;
  }
  #beachlp04 .item_detail-event .attention{
    font-size: 13px;
    margin-bottom: 10px;
  }
  #beachlp04 .item_detail-event .attention-list{
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 14px;
  }
  .form_content{
    padding: 37px 10px;
    margin: 0 0 40px;
  }
  .form_content p{
    font-size: 15px;
  }
  .form_content p{
    margin-bottom: 38px;
    line-height: 1.8;
  }
  .form_link-btn a span em{
    font-size: 18px;
  }
  .form_link-btn a{
    width: 100%;
  }

  /* ******Add Style 1026****** */
  .item_detail .item_detail-list.item04 .item_detail_txt {
    font-size: 13px;
  }
  .item_detail .item_detail-list.item05 .item_detail_txt {
    font-size: 13px;
  }
  .item_detail .item_detail-list.item07 .item_detail_txt {
    font-size: 13px;
    line-height: 21px;
  }
  .item_detail .item_detail-list .detail_logo {
    margin: 16px auto 0;
  }
  .fest_area {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .fest_area .pc_none {
    display: block;
  }
  .fest_area p {
    font-size: 16px;
    line-height: 26px;
  }
  .fest_area span {
    font-size: 16px;
  }
  .fest_area img {
    margin-top: 24px;
  }
  span.sub_txt {
    font-size: 13px;
  }
  .apply_txt.txt01 span{
    font-size: 13px;
    line-height: 1.8;
  }
  .apply_txt.txt01.pc_none {
    margin-bottom: 0;
  }

  /* h1, h2, h3 */
  #beachlp03 h2,
  #beachlp04 h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #beachlp04 h3.item_name {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
  }
  #beachlp03 .apply_title,
  #beachlp04 .apply_title {
    width: 100%;
  }

  /* user */
  #beachlp03 .item10.pc_none,
  #beachlp04 .item10.pc_none {
    display: block;
    padding-bottom: 20px;
  }
  #beachlp03 .item10 .user_item,
  #beachlp04 .item10 .user_item{
    width: 128px;
    margin: 0 auto;
  }
  #beachlp03 .item_detail .item_detail-list.item10 .apply_item.col_2 .txt01,
  #beachlp04 .item_detail .item_detail-list.item10 .apply_item.col_2 .txt01{
    margin-bottom: 0;
  }
  #beachlp03 .item10 .apply_item.col_2,
  #beachlp04 .item10 .apply_item.col_2{
    padding-bottom: 10px;
  }

  /* beachlp03 */
  #beachlp03 .mv-content {
    margin-bottom: 10px;
  }
  #beachlp03 .logo_motocle {
    width: 130px;
    padding: 0 25px 0 0;
  }
  #beachlp03 .logo_nankishirahama {
    width: 110px;
    padding-bottom: 10px;
  }
  #beachlp03 .logo_motocle img,
  #beachlp03 .logo_nankishirahama img {
    width: 100%;
    height: auto;
  }
  #beachlp03 .-cross {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 12px 0 0;
  }
  #beachlp03 .-cross::before,
  #beachlp03 .-cross::after {
    width: 5px;
    height: 30px;
  }
  #beachlp03 .-cross::before {
    left: 12px;
  }
  #beachlp03 .-cross::after {
    right: 13px;
  }
  #beachlp03 .item_detail-box {
    margin-bottom: 40px;
  }
  #beachlp03 .item09 .attention {
    font-size: 13px;
    line-height: 1.6;
  }
  #beachlp03 .item09 .lunch_img_wrap{
    display: block;
  }
  #beachlp03 .item09 .lunch_img_wrap span{
    margin-right: 0;
    display: block;
  }
  #beachlp03 .item09 .lunch_img_wrap span:first-child{
    margin-bottom: 10px;
  }
  #beachlp03 .special_contents .apply_item > div {
    width: 100%;
    margin-bottom: 18px;
  }
  #beachlp03 .apply_item.col_2 .txt01 {
    margin-bottom: 4px;
  }
  #beachlp03 .special_contents .apply_item:last-child > div .apply_txt.txt01{
    font-size: 20px;
  }
}