@charset "utf-8";
/* ■wrap
--------------------------------------------------- */
#wrapper{
	font-size: 0.9em;
}
section.pagetop{
  width:100%;
  margin:0 auto;
  padding:0 2%;
}

.bold {
    font-size: 1em;
    font-weight: bold;
}

.c_orange{
color:#ff6600;
}
.pr {
    display: block;
	justify-content: center;
	align-items: center;
}

.box {
	margin: 0;
}

.box:last-child {
    margin-right: 0;
}

m0 {
	margin-right:0!important;
}

.s_img {
	width:25%;
	display: block;
	margin: 0 auto;
} 

.m_img {
	 width: 20%;
	padding-top: 3em;
	margin: 0 auto!important;
}

.m_img  img{
	padding-bottom: 2em;
}

.qr　a{
	margin-bottom: 2em;
}

.qr  img{
	width: 50%;
}

.w50 {
	width:50%;
	display: block;
	margin: 0 auto!important;
}

.w85 {
	width:85%;
	display: block;
	margin: 0 auto!important;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.hr {
    border-bottom: 2px dashed #e3e3e3;
    padding-bottom: 3em;
}

.soft {
    font-size: 0.9em;
    /*color: #9F9F9F;*/
}

.ff {
    font-size: 1.2em;
    font-weight: bold;
    color: #dc0000;
}

.sns_link {
	color: #3E78CF;
}

.sp_t {
	text-align: center;
}

/* ■header
--------------------------------------------------- */
header{
  display:block;
  border-top:10px solid #313131;
  background:#ffe100;
}
header:before{
  content:"";
  display:block;
  width:100%;
  height:10px;
  background:#d60021;
  position:absolute;
}
.header_logo{
  width:100%;
  margin:0 auto;
  position:relative;
  top:-10px;
  text-align:center;
}
.header_logo img{
  width:280px;
  text-align:center;
}

/* ■content
--------------------------------------------------- */
#content{
  width:100%;
}
#content_wrap:after{content:""; display:block; clear:both;}
#content_wrap{display:inline-block;} 
#content_wrap{display:block;}
#content_wrap{
  max-width:100%;
  margin:0 auto;
}
#main-content{
  width:100%;
  margin:0 auto;
  padding:0 0%;
  float:none;
}
#sub-content{
  width:100%;
  height:1200px;
  background:pink;
}

/* wide */
.widearea #sub-content{
display:none;
}

/* ■footer
--------------------------------------------------- */

footer{
  position:relative;
  display: flex;
  flex-direction:column;
  justify-content:center;
  width:100%;
  padding:0px 0 18px 0;
  border-top:4px solid #313131;
  background:#ffe100;
  font-size: 10px;
}
footer:before{
  content:"";
  display:block;
  width:100%;
  height:4px;
  margin:0 0 14px 0;
  padding:0;
  background:#d60021
}

.footer_note1{
  display: inline-block;
  margin:0 auto;
}
.footer_note1 > li{
  padding: 0 0 0 3em;
  text-indent: -3em;
}
.footer_note1 .sp_block:before{
  content:"\A";
  white-space:pre;
}

.footer_sponsor{
  display: inline-flex;
  flex-wrap:wrap;
  flex-direction:column;  
  align-items:center;
  margin:8px auto 0;
  padding: 0 0 0 0;
  text-indent:0;
}

.footer_sponsor ul{
  display: inline-flex;
  margin:0 0 8px 0;
}
.footer_sponsor ul li{
  margin:0 0 0 8px;
}
.footer_sponsor ul li:first-child{
  margin:0 0 0 0;
}
.sponsor_icon{
  display: inline-block;
  width:107px;
  margin:0;
  padding: 0;
}
.alcohol_caution{
  display: inline-flex;
  font-size:10px;
}
.alcohol_caution .icon{
  margin:0 8px 0 0;
}

/* ■icon
--------------------------------------------------- */
.icon{display:inline-block;}
.arrow--down,.arrow--next,.arrow--up,.icon--a,.icon--caution,.icon--q{
  width:28px;
  height:41px;
  background-image:url(../common/img/sprite-img_2023_03.png);
  background-position:0 -333px;
}
.arrow--down,.arrow--next,.arrow--up,.icon--a,.icon--q{
  width:38px;
  height:38px;
  background-position:0 -290px;
}
.arrow--down,.arrow--next,.arrow--up,.icon--a{
  background-position:-43px -290px;
}
.arrow--down,.arrow--next,.arrow--up{
  width:17px;
  height:17px;
  background-position:-132px -290px;
}
.arrow--down,.arrow--next{
  width:19px;
  height:19px;
  background-position:-86px -290px;
}
.arrow--next{
  width:14px;
  height:14px;
  background-size:364px;
  background-position:-88px -232px;
}

/* ■h2
--------------------------------------------------- */
h2{
  position:relative;
  width:100%;
  margin:0 0 12px;
  padding:20px 0 12px;
  text-align:center;
  border-top:4px solid #313131;
  background:#ffe100;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
}
h2:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  content:'';
  background:#d60021;
}
.sub_title{
  display:block;
  margin:0;
  font-family:'Century Gothic',sans-serif;
  font-size:10px;
  color:#dc0000;
  font-weight:300;
  line-height:1.6;
}
#whats,#about,#event{
  display:block;
  margin:-65px 0 0 0;
  padding:65px 0 0 0;
}

/* ■main_v
--------------------------------------------------- */
section.main_v{
  /*background:url(../common/img/top/bg_main_v_2023ff.jpg) center bottom no-repeat;*/
  background:url(../common/img/top/bg_main_v_2019.png) center bottom no-repeat;
  background-size:cover;
}
h1{position:relative;width:100%;margin:0 auto}
h1 img{
  display:block;
  width:96%;
  max-width:763px;
  margin:0 auto;
}

/* ■navarea
--------------------------------------------------- */
section.navarea{
  display:none;
}

/* ■stage
--------------------------------------------------- */
section.stage{
  width:96%;
  margin:0 auto 10%;
  padding:8% 3%;
  border-radius:8px;
  background-color:#fff;
}
section.stage img.stage_image{
  display: block;
  width:100%;
  max-width:375px;
  margin:0 auto;
}

/* ■horoyoi
--------------------------------------------------- */
section.horoyoi{
  width:96%;
  margin:0 auto 10%;
  padding:8% 3%;
  border-radius:8px;
  background-color:#fff;
}
.horoyoi_catch{
margin:0 0 0.5em;
color:#ff6600;
text-decoration:underline;
font-weight:700;
font-size:16px;
}
.horoyoi_catch span{
font-size:18px;
}

section.horoyoi img {
    min-width: 284px;
}

.section_img img {
}

.section_img-item {
    display: table-cell;
    width: 308px;
    padding: 0 0px 0 24px;
}

.section_img-item:first-child {
    width: 284px;
    padding: 0 0 0 0;
}

.section_text p {
    margin: 0 0 0 0;
}

.section_text p+p {
    margin: 0 0 0 0;
    padding-top: 20px;
}

.section_text .text-indent {
    margin: 0 0 0 15px;
    text-indent: -15px;
}

/* ■event
--------------------------------------------------- */
section.event{
  width:96%;
  margin:0 auto 10%;
  padding:8% 3%;
  border-radius:8px;
  background-color:#fff;
}

/* eventitem */
.eventitem:after {
    content: "";
    display: block;
    clear: both;
}

.eventitem {
    display: inline-block;
}

.eventitem {
    display: block;
}

.eventitem {
    width: 924px;
    margin: 0 auto;
    padding-top: 25px;
}

.eventitem li {
    width: 308px;
    margin: 0 0 25px;
    padding: 0 12px;
    float: left;
}

.eventitem li a {
    display: block;
}

.eventitem li a:hover {
    color: #313131;
    text-decoration: underline;
}

.section_img-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #313131
}

.section_img-title .icon {
    margin-right: 5px;
    vertical-align: middle
}

.section_img-txt {
    margin: 0 0 0 0;
    font-size: 14px;
    color: #313131;
}

/* official */
.official {
    overflow: hidden;
    padding: 25px;
}

.official_timeline {
    float: left;
    width: 438px
}

.official_timeline+.official_timeline {
    margin-left: 24px;
}

.inner_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
    height: 5em;
    line-height: 5em;
}

.inner_title:before {
    display: inline-block;
    content: '■';
    color: #ffe100;
}

.inner_img {
    display: inline;
    width: auto;
    vertical-align: middle;
	height: 70px;
	padding: 0 0.5em;
}

.event h4 {
	font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 8px 8px;
    background-color: #ebebeb;
}

 h4 .inner_img {
    display: inline;
    vertical-align: middle;
	height: 30px;
	padding: 0 0.3em;
	transform: translateY(-5px);
}

.event p {
	padding-left: 0;
	padding-top:0.5em;
}

.pad30 {
	padding-right: 1em;
	width: 35%;
	display: block;
	margin-left: auto;
	transform: translateY(-6em);
}


/* ■abechika
--------------------------------------------------- */
section.abechika{
  width:96%;
  margin:0 auto 10%;
  padding:8% 0;
  border-radius:8px;
  background-color:#fff;
}

.abechika_lead{
font-size:18px;
color:#ff6600;
font-weight:700;
}
.abechika_lead span{
font-size:20px;
}
.abechika_infowrap{
padding:0 3%;
}
.gentei_shoplist{
background:url(img/abechika/gentei_bg.png) center;
}
.gentei_shoplist img{
width:96%;
max-width:800px;
display:block;
margin:0px auto;
padding:30px 0 20px;
}
.abechika_url_btn{
width:80%;
max-width:388px;
margin:20px auto 0;
}
.abechika_url_btn a:hover{
opacity:0.6;
}
/* ■ticket
---------------------------------------------------
section.ticket{
  width:96%;
  margin:0 auto 10%;
  padding:8% 3%;
  border-radius:8px;
  background-color:#fff;
}
 */

/* ■picnic
---------------------------------------------------
section.picnic{
  width:96%;
  margin:0 auto 10%;
  padding:8% 3%;
  border-radius:8px;
  background-color:#fff;
} */


/* ■12 その他
--------------------------------------------------- */  
section.enjoy_other{
  width:96%;
  margin:0px auto 0;
  padding:3% 3% 0;
  border-radius:8px;
  background-color:#fff;
}
img.aftermap_searchimg{width:94%; max-width:379px!important; display:block; margin:0 auto;}
img.aftermap_qr{width:50%; max-width:90px; margin-top:-7px;}
img.aftermap_img{width:100%; max-width:500px; display:block; margin:20px auto 0;}

.enjoy_other h3.enjoy_newitem{
display:table-cell;
padding:0px 0 0 65px!important;
vertical-align:middle;
height:70px;
background:url(img/osm/new_mark.png) left top no-repeat;
background-size:60px;
}
/* ■pagetop
--------------------------------------------------- */
.totop{
  font-size:12px;
  margin:18px auto;
  text-align:right
}
.totop .icon{margin-right:5px;vertical-align:middle}

/* ■endinfo
--------------------------------------------------- */
.end-info{
  padding:1em 0;
  background:#f8efdb;
  }
.end-info__txt{
  font-size:12px;
  font-weight:700;
  margin:0 auto;
  text-align:center;
  color:#f10000;
  }
/* ■mmenu
--------------------------------------------------- */
nav:not(.mm-menu) {
  display: none;
}
.mm-menu {
  background: #eee;
  border-color:#FFF;
  color: #888;
}
.hover-item:hover {
  opacity: 0.6;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(0, 0, 0, .3);
}
.menu-btn{
  display:block;
  width:87.5px;
  height:22.5px;
  margin:-2px auto 0;
}
.menu-btn img{
  width:87.5px;
  height:22.5px!important;
}
header{
	height:65px;
  position:fixed;
  width:100%;
  top: 0;
  left:0;
}
#content{
padding-top:65px!important;
}
/* ■コンテンツ汎用パーツ
--------------------------------------------------- */
/* 中タイトル */
.enjoy_m_tit{
padding:0 0 0 0;
color:#ff6600;
font-size:18px;
font-weight:700;
line-height:135%;
}

/* 中タイトル（新） */
.enjoy_m_tit2{
padding:0 0 0 0;
color:#ff6600;
font-size:18px;
font-weight:700;
}
.enjoy_m_tit2 span{
font-size:24px;
}

.enjoy_m_tit2.enjoy_newitem{
display: flex;
  align-items: center;
min-height:81px;
margin:0 0 20px;
padding:20px 0 0 86px;
background: url(img/new_mark.png) left center no-repeat;
background-size:81px;
line-height: 1.45;
}

/* ドット区切り */
hr.dotline{
display:block;
border-top:1px dotted #ccc;
border-right:none;
border-bottom:none;
border-left:none;
}

/* default_section_wrap */
section.default_section_wrap{
  width:96%;
  margin:0px auto 10%;
  padding:5% 3% 0;
  border-radius:8px;
  background-color:#fff;
}

/* コンテンツラップ（新） */
.enjoy_content_wrap{
margin:0 3%;
}

/* ■2020開催中止のお知らせ
--------------------------------------------------- */
section.whatsfest{
  position:relative;
  width:96%;
  margin:0 auto 10%;
  padding:0 3%;
  border-radius:8px;
  background-color:#fff;
}

.info_discontinued{
padding:20px 4% 30px;
}
.info_discontinued_tit{
font-size:14px;
font-weight: 700;
text-align: center;
color:#d65b00;
padding:0 0 0.5em;
border-bottom: 1px dotted #888;
}
.info_discontinued_tit span{
display: block;
}

/* ■「ビールで乾杯（プロスト）！キャンペーン!!」
--------------------------------------------------- */
.enjoy_prost{
}
.enjoy_prost .enjoy_m_tit{
margin-bottom:1em;
}

.enjoy_prost_note{
margin:1em 0 1.5em 0;
}
.enjoy_prost_note li{
text-indent: -1em;
margin:0 0 0 1em;

}
.enjoy_prost .box:last-child {
width:100%;
max-width:375px;
margin:0 auto;
padding-bottom:1em;
}

/* ■ SNS投稿キャンペーン　2202.04
--------------------------------------------------- */ 
.enjoy_sns .enjoy_m_tit{
margin-bottom:1em;
}

ul.enjoy_snsinfo:after{content:""; display:block; clear:both;}
ul.enjoy_snsinfo{display:inline-block;} 
ul.enjoy_snsinfo{display:block;}
ul.enjoy_snsinfo{
margin:20px auto 0;
width:100%;
max-width:450px;
}
ul.enjoy_snsinfo li{
width:44%;
margin:1% 0 0 6%;
float:left;
}
ul.enjoy_snsinfo li:first-child{
margin:0 0 0 0;
}
ul.enjoy_snsinfo li:last-child{
margin:0 0 0 0;
clear:both;
}
.enjoy_sns{
margin:0 0 0px 0;
}
.enjoy_sns img{
vertical-align:middle;
}
.sns_icon{width:44%; margin-right:1%;}
.sns_qr{width:55%;}
.enjoy_snsurl{
font-weight:700;
font-size:11px;
line-height:1.5em;
}
.enjoy_snsurl a{
font-weight:300;
font-size:12px;
line-height:1.1em;
color:#07519a;
}


/* ■Osaka Metroコラボ企画
--------------------------------------------------- */
.osm_logo span{
position:relative;
}
.osm_logo img{
display:block;
width:32px;
position:absolute;
left:-42px;
top:0;
}

.enjoy_osm{
padding-bottom:50px!important;
}
.enjoy_osm h3{
width:85%;
max-width:480px;
margin:0 auto;
}
.enjoy_osm hr.dotline{
width:70%;
margin:30px auto 20px;
}
.enjoy_osm h4{
width:100%;
max-width:600px;
margin:0 auto;
padding:10px 0 20px 0px!important;
line-height:135%;
font-size:18px;
font-weight:700;
}

span.limitinfo{
display: inline-block;
width:15em;
margin:0 0 5px;
padding:0 .5em;
color:black;
font-weight: 300;
border:1px solid #ff6600;
background: #ff6600;
font-size:14px;
color:#fff;
line-height: 18px;
}

/* newitem */
.enjoy_osm h4.enjoy_newitem{
display:table-cell;
padding:0px 0 0 65px!important;
vertical-align:middle;
height:70px;
background:url(img/osm/new_mark.png) left top no-repeat;
background-size:60px;
font-size:15px;
}
.enjoy_osm h4.enjoy_newitem strong{
font-size:20px;
}

/* limititem */
.enjoy_osm h4.enjoy_limititem{
display:table-cell;
padding:0px 0 0 50px!important;
vertical-align:middle;
height:70px;
background:url(img/osm/gentei_mark.png) -24px -6px no-repeat;
background-size:68px;
}
.enjoy_osm h4.enjoy_limititem strong{
display: inline-block;
padding:0 .05em;
font-size:24px;
color:#ff3700;
}

.enjoy_main_itemlist:after{content:""; display:block; clear:both;}
.enjoy_main_itemlist{display:inline-block;} 
.enjoy_main_itemlist{display:block;}
.enjoy_main_itemlist{
width:94%;
max-width:600px;
margin:0 auto;
padding:0 0 0px 0px;
}
.enjoy_main_itemlist .left_column{
width:100%;

}
.enjoy_main_itemlist .right_column{
width:100%;
}
.enjoy_main_itemlist .right_column p{
max-width:370px;
margin:0 auto 20px;
padding:0;
}
.enjoy_main_itemlist .left_column p.small_wrap{
margin:15px 0 40px;
}
.enjoy_main_itemlist .left_column p.small_wrap span:first-child{
background:#ff6600;
color:#fff;
font-weight:700;
display:block;
margin:0 0 15px;
padding:0.3em 0.5em;
text-align:center;
}

.enjoy_metro_text1{
font-size: 12px;
font-weight: 700;
color:#ff6600;
line-height: 1.8;

}
.enjoy_metro_text1 strong{
display: inline-block;
margin:-.3em 0 0 0;
padding: 0 .1em;
font-size: 18px;
color:#ff3700;
letter-spacing: -.05em;
}

.enjoy_metro_text2{
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  
  }
  .enjoy_metro_text2 span{
      background: linear-gradient(transparent 55%, #ffebaf 55%);
  }
.enjoy_metro_text2 strong {
  display: inline-block;
  margin: -.3em 0 0 0;
  padding: 5px .1em 0;
  font-size: 34px;
  font-size: 18px;
  line-height: 1.5em;
}
.enjoy_metro_text2 strong.l_red {
  display: inline-block;
  padding-top:8px;
  font-size: 24px;
  line-height: 1.3em;
  color: #ff3700;
}

/* ■ご飲食券の販売
--------------------------------------------------- */ 
.enjoy_ticket .default_column_right{
max-width:450px;
margin:0 auto;
padding-bottom: 1.5em;
}
.enjoy_ticket .enjoy_m_tit{
margin-bottom:10px;
}

.enjoy_ticket_note{
margin:1em 0 0em 0;
padding-bottom:1em;
font-size:12px;
}
.enjoy_ticket_note li{
text-indent: -1em;
margin:0 0 0 1em;

}


.enjoy_ticket_list{
width:100%;
max-width:360px;
margin:30px auto 20px;
}
.enjoy_ticket_list h4{
display: inline-block;
width:100%;
max-width:360px;
margin:0 auto 14px;
padding:0.2em 0;
font-size:14px;
color:#fff;
text-align: center;
background:#ff6600; 
border-radius:16px;
}
.enjoy_ticket_list ul{
display: flex;
align-items:center;
width:100%;
max-width:300px;
margin:2px auto 0;
}
.enjoy_ticket_list ul li:first-child{
width:60px;
height:60px;
position: relative;

}
.enjoy_ticket_list ul li:last-child{
padding-left:10px;
font-size:16px;
}
.enjoy_ticket_list ul.icon_maru{
color:#5c8cd5;
font-weight: 700;
}
.enjoy_ticket_list ul.icon_maru li:first-child:before{
content:"";
display: block;
width:40px;
height:40px;
margin:0 auto;
border:6px solid #5c8cd5;
  border-radius:50%;
}
.enjoy_ticket_list ul.icon_batsu li{
color:#f13d3d;
font-weight: 700;
}
.enjoy_ticket_list ul.icon_batsu li:first-child:before{
content:"";
display: block;
width:100%;
position: absolute;
left:50%;
top:50%;
border-top:6px solid #f13d3d;
 transform: translate(-50%,-50%) rotate(45deg);
}
.enjoy_ticket_list ul.icon_batsu li:first-child:after{
content:"";
display: block;
width:100%;
position: absolute;
left:50%;
top:50%;
border-top:6px solid #f13d3d;
 transform: translate(-50%,-50%) rotate(-45deg);
}

/* ■レジャーシート
--------------------------------------------------- */  
.enjoy_sheet .default_column_right{
max-width:450px;
margin:0 auto;
padding-bottom: 1.5em;
}

section.enjoy_sheet{
  width:96%;
  margin:0px auto 50px;
  padding:3% 3% 0;
  border-radius:8px;
  background-color:#fff;
}
img.aftermap_searchimg{width:94%; max-width:379px!important; display:block; margin:0 auto;}
img.aftermap_qr{width:50%; max-width:90px; margin-top:-7px;}
img.aftermap_img{width:100%; max-width:500px; display:block; margin:20px auto 0;}

.enjoy_sheet h3.enjoy_newitem{
display:table-cell;
padding:0px 0 0 65px!important;
vertical-align:middle;
height:65px;
background:url(img/sheet/gentei_mark.png) left top no-repeat;
background-size:55px;
}

.enjoy_sheet .default_column_right{
  max-width:350px;
  margin:0 auto;
  padding: 1em 0;
  }


.enjoy_sheet_note{
margin:1em 0 0.5em 0;
line-height: 1.6;
}
.enjoy_sheet_note li{
text-indent: -1em;
margin:0 0 0 1em;

}

/* ■折り紙ヒコーキ
--------------------------------------------------- */ 
section.enjoy_origami{
  width:96%;
  margin:0px auto 50px;
  padding:0% 0% 0 0;
  border-radius:8px;
  background-color:#fff;
}

.enjoy_origami_flexbox{
display:flex;
flex-wrap:wrap;
justify-content:space-between;

}
.enjoy_origami_note{
margin:0px 0 10px 0;
line-height: 1.6;
}
.enjoy_origami_flexbox > p{
width:200px;
margin:0px 0 0 0px ;
padding:0 0 10px 0px;
}
.enjoy_origami_flexbox > p img{
}
/* ■ちびっこパターゴルフ 2022.08
--------------------------------------------------- */ 
section.enjoy_pattergolf{
  width:96%;
  margin:0px auto 50px;
  padding:5% 0% ;
  border-radius:8px;
  background-color:#fff;
  }
  
.enjoy_pattergolf .lead{
font-size:18px;
font-weight: 700;
line-height: 1.45;
color:#ff6600;
}

.enjoy_pattergolf_flexbox{
display:flex;
flex-wrap:wrap;
justify-content:space-between;

}
.enjoy_pattergolf_flexbox > p{
width:160px;
margin:20px auto 0;
}
.enjoy_pattergolf_note{
margin:30px 0 0 1em;
line-height: 1.6;
}
.enjoy_pattergolf_note li{
    text-indent: -1em;
}

/* ■ミニテーブル 2023.08 → 2024.04
--------------------------------------------------- */  
section.enjoy_minitable{
  width:96%;
  margin: 0 auto 50px;
  padding: 5px 0px 20px;
  border-radius: 8px;
  background-color: #fff;
  }
section.enjoy_minitable .default_column{
  padding: 0px 20px 0px;

  }

  section.enjoy_minitable h3{
    padding: 5% 0px 0px 3%;
}
.enjoy_minitable .default_column_right{
  max-width:300px;
  margin:0 auto;
  padding: 1em 0;
  }
.enjoy_minitable h3.enjoy_m_tit2.enjoy_newitem{
  margin-bottom:0px;
  padding-right:10px;
}

  .enjoy_minitable_note{
  margin:30px 0 0.5em 0;
  line-height: 1.6;
  }
  .enjoy_minitable_note li{
  text-indent: -1em;
  margin:0 0 0 1em;
  
  }
  /* ■アート 2023.08
  --------------------------------------------------- */  
  section.enjoy_art{
    width:96%;
    margin: 0 auto 50px;
    padding: 5px 0px 20px;
    border-radius: 8px;
    background-color: #fff;
    }
  section.enjoy_art .default_column{
    padding: 0px 20px 0px;
  
    }
  
  .enjoy_art .default_column_right{
    max-width:300px;
    margin:0 auto;
    padding: 1em 0;
    }
  .enjoy_art h3.enjoy_m_tit2.enjoy_newitem{
    margin-bottom:10px;
    padding-right:10px;
  }


    .enjoy_art_note{
    margin:1em 0 0.5em 0;
    line-height: 1.6;
    }
    .enjoy_art_note li{
    text-indent: -1em;
    margin:0 0 0 1em;
    
    }