#top_headline {
display: none;
}

/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
   text-size-adjust:100%; margin:0; padding:0;
  font-family:'Meiryo, Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
  width:100%; position:relative;
  color:#333;
}
body p{padding:0;}

img{
  max-width: 100%;
  height: auto;

}

/* layout */
#contents {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 10px 0 10px;}
#main_col,#no_side_page { padding:0px 0px; }
#main_col img{ max-width:100%;height:auto; }
#side_col {display: none;}

#contents_wrap{
      padding-top: 50px;
      overflow: hidden;
}


/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/*Slider*/
#slider{
  display: none;
}
#slider_sp{
  display: block;
  padding-top: 50px;
}
#slider_sp img{
  width:100%;
}

/* topics */
#index_topics { padding:30px 15px; background:#cac5ad; }
#index_topics ol { margin:0; padding:0; list-style-type:none; }
#index_topics li { margin:0 0 20px 0; padding:0; line-height:100%; }
#index_topics .num3 { margin:0; }
#index_topics .title { background:#EFEBDE; border:1px solid #664C00; padding:10px 20px; text-align:center; margin:0; line-height:180%; font-size:15px; }
#index_topics .title a { color:#664C00; text-decoration:none; display:block; }
#index_topics .title a:hover { color:#FB0070; }
#index_topics .title2 { background:#EFEBDE; border:1px solid #664C00; padding:14px 20px 10px; text-align:center; margin:0; line-height:130%; font-size:15px; }
#index_topics .title2 a { color:#664C00; text-decoration:none; display:block; }
#index_topics .title2 a span { display:block; font-size:11px; font-weight:normal; color:#664C00; }
#index_topics .title2 a:hover, #index_topics .title2 a:hover span { color:#FB0070; }
#index_topics .image { background:#664C00; display:block; margin:0; }
#index_topics .image img { display:block; margin:0; width:100%; height:auto;
 transition-property:opacity;  transition-duration:0.5s;  transition-timing-function:ease; }
#index_topics .image:hover img { opacity:0.1; }


.desc{
  line-height: 160%;
  padding: 10px;
  font-size: 12px;
}

.swiper-wrapper　{
  display: block;
}
/* new event */
#index_event_area { background:#fff; }
#index_event { padding:0;background: #f8f8f8;}
#index_event .headline { margin:0 0 15px 0; padding:0; line-height:100%; font-size:20px; }
#index_event ol { margin:0; padding:0; list-style-type:none; }
#index_event li {  margin:0 0 20px 0; }
#index_event .num4 { margin:0; }
#index_event .image { display:block; margin:0px 0 5px 0; background:#000; width:100%; }
#index_event .image img { display:block; width:100%; height:auto; transition-property:opacity; transition-duration:0.5s; transition-timing-function:ease; }
#index_event .image:hover img { opacity:0.5; }
#index_event .title { display:block; margin:0 0 10px 0; padding:0; line-height:160%; font-size:16px; }
#index_event .title a { display:block; }
#index_event .title a:hover { }
#index_event .desc { font-size:12px; line-height:160%; margin:0; padding:0; }
.cost_man, .cost_woman, .yoyaku {
  background-color: #3A6Ba5;
  padding: 1px 5px 1px 4px;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-flex;
  margin: 4px 10px 0px;
}


.pc_event_list_inner{
  display:flex;
  line-height: 200%
  margin:10px auto;
}

.yoyaku{
  background-color: #efefef;
  color:#777;
  padding: 1px 5px 2px 4px;
}
.cost_woman{
  background-color: #FF4D63;
  margin-left: 0;
}

.info_for_man, .info_for_woman {
    text-align: center;
    width: 50%;
    line-height: 200%;
    margin: 15px 0;
}

.info_for_woman{
  border-left: 1px solid #e6e6e6;
}
/*予約人数に達したら*/
.closed{
  filter: grayscale(100%) brightness(110%);
}

.event_banner{
  overflow: hidden;
    height: 200px;
    margin:0 -50%;
    text-align: center;
    background:linear-gradient(to right,#ffc523,#ffca31);
}

.event_banner img {
  height: 100%;
}

.event_banner_text{
  height: 180px;
  top: 50px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.banner_title{
  font-size: 200%;
  color: #434343;
  margin-top: 40px;
  margin-bottom: 15px;
}

.banner_subtitle{
  font-size: 13px;
  color: #333;
  width: 90%;
  margin: 0 auto;
}

/* news */
#index_news { position:relative;padding: 10px 0 30px 0;margin-top: 200px;
  border-bottom: 4px solid #77CAE9;border-top: 4px solid #77CAE9;
  background:none;}
#index_news .headline { margin:0 0 15px 0; padding:0 0 15px 0; line-height:100%; font-size:20px; }
#index_news ol { margin:0; padding:0; list-style-type:none; }
#index_news .news_box {box-shadow: none;  margin: 20px 20px;  padding: 5px;  background-color: #fff;border: 1px solid #ddd;}
#index_news .news_box .thumbnail{
  display: block;
    width: 72px;
    height: 72px;
    background: #000;
    float: left;
    margin: 0 15px 0 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.news_box a{text-decoration-color: #333;}
#index_news .news_date {font-size: 12px;text-align: left;margin: 0 15px 0px 0;line-height: 100%; }

/* blog */
#index_blog {position: relative;padding: 10px 0 30px 0;margin-top: 200px;
border-bottom: 4px solid #F9D401;border-top: 4px solid #F9D401;background:none;}
#index_blog .headline { margin:0 0 15px 0; padding:0 0 15px 0; line-height:100%; font-size:20px; }
#index_blog ol { margin:0; padding:0; list-style-type:none; }
#index_blog .blog_box {  box-shadow: none;  margin: 20px 20px;  padding: 5px;  background-color: #fff;  border: 1px solid #ddd;}
#index_blog .image { background:#000; float:left; margin:0 15px 0 0; }
#index_blog .image img { display:block; width:72px; height:72px; transition-property:opacity; transition-duration:0.5s; transition-timing-function:ease;}
#index_blog .image:hover img { opacity:0.5; }
#index_blog ul { margin:0 0 7px 0; padding:0;}
#index_blog ul li { background:none; margin:0; padding:0; float:left; font-size:11px; line-height:120%; }
#index_blog .post_date { border-right:1px solid #aaa; margin:0 10px 0 0; padding:0 10px 0 0; color:#FB0070; font-weight:bold; }

/*blogとnewsとデザイン統一*/

#index_blog .info, #index_news .info {height: 73px;display: table-cell;vertical-align: middle;padding-right: 30px;}
#index_blog .title, #index_news .title {
    margin: 0;
    padding: 0;
    line-height: 160%;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    height: 73px; }


#index_news .image { background:#000; float:left; margin:0 15px 0 0; }

#index_blog .title a, #index_news .title a { text-decoration:underline; display:block; color:#333; }
#index_blog .title a:hover{text-decoration: none;}
.box_chevron{
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: transparent #ccc #ccc transparent;
  border-width: 2px;
  transform: rotate(-45deg);
  display: block;
  float: right;
  margin: -50px 0;
  position: absolute;
  right: 31px;
}

.news_box::before{
  margin: 23px 0;
}

/* archive link */
.index_archive_link {text-align: right;
}
.index_archive_link a {text-decoration: none;color: #666;font-size: 12px;padding: 8px 55px;background: #fff;border: 1px solid #ddd;
  box-shadow: none;margin-right: 20px;}



/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget { margin:0 0 25px 0; font-size:12px; }

.side_headline { background:none; border-bottom:1px dotted #aaa; }


/* post list */
.widget_post_list li { background:none; border-bottom:1px dotted #aaa; }
.widget_post_list li:last-child { border:none; }


/* search */
.widget_search #search-box, .widget_search #s { width:70%; padding:0 2%; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:24%; }


/* news list */
.tcdw_news_list_widget li { background:none; border-bottom:1px dotted #aaa; }


/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { width:100%; }
#header {
  width: 100%;
  height: 50px;
  position: relative;
  background: rgba(255,255,255,0.8);
  position: fixed;
  z-index: 999;box-shadow: 0 -5px 9px #000;
}
#header_logo_sp{
  visibility: visible;
  height: 30px;
  margin: 10px;
}
#header_logo, .header_button{
  visibility: hidden;
  display: none;
}

#header_top { width: 100%; text-align: left; background: #fff; margin: 0px 0px 10px; }
#header_top img{ max-width: 100%; }

#site_description { display:none; }

/* logo */
#logo_text, #logo_image { margin:5px 0 0 15px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:50%; overflow:hidden; }
#logo_text a, #logo_image a { color:#664C00; text-decoration:none; display:block; }
#logo_text a:hover, #logo_image a:hover { }
#logo_image img { display:none; }
#logo_image a:before { content:attr(title); }

/* global menu */
#header a.menu_button {
 position: absolute;
 right: 15px;
 top: 9px;
 font-size: 30px;
 color: #FF4D63;
}
#header a.active {  position: absolute;right: 15px;top: 8px;font-size: 30px; color: #FF4D63; }

#global_menu { clear: both;width: 100%; margin: -4px 0;;top: 10px;
  box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  background: #fff;height: 0px;display:none;}

#global_menu ul { margin:0 0 2px; }
#global_menu li { margin:0; line-height:100%; }
#global_menu li a { display: block;padding: 10px;line-height: 160%;text-decoration: none;color: #666;text-align: center;border-bottom: #eee solid 1px;}
#global_menu li a:hover {background-color: #efefef;color: #333;}
#global_menu li li a { padding-left:45px; background: #CDC3A7 url(img/common/arrow4.png) no-repeat 31px 18px; }
#global_menu li li li a { padding-left:60px; background:#EFEBDF url(img/common/arrow4.png) no-repeat 46px 18px; }
#global_menu li li li li a { padding-left:75px; background:#EFEBDF url(img/common/arrow4.png) no-repeat 61px 18px; }



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */

.clearfix2 {
  margin: 15px auto;
  height: 130px;
  border-bottom: 1px solid #dedede;
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
}


/* title */
#post_title { margin:10px 0 30px 0; }
.single_thumbnail h2 {
  background: rgba(255,255,255,0.7);
  color: #333;
  width: 660px;
  z-index: 9;
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 0;
font-size: 20px; }
#post_title .post_date { width:70px; height:70px; text-align:center; line-height:100%; display:block; float:left; margin:0 5px 0 0; }
#post_title .date { background:#FB0070; color:#fff; display:block; height:35px; line-height:35px; }
#post_title .month { background:#091928; color:#fff; display:block; height:35px; line-height:35px; }
#post_title h2.no_date { float:none; width:auto; }
.h2_cover{
}


/* post thumbnail */
.post_image { text-align:center; margin:0 ; }
.post_image img { margin:0; width:100%; height:auto; }


/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#FB0070; color:#fff; }


/* meta and bookmark */
#post_meta { border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin: 0px 0 10px 0;
padding: 15px 0; margin:0 0 40px 0; padding:15px 0; }
#post_meta #meta {
    margin: 5px 0 0 0;
    font-size: 12px;
}
#post_meta #meta li { padding:0; margin: 0px 0 6px 20px; line-height:160%; }
#post_meta #meta li.meta_category::before {
  content: '#';
  color: #FF4D63;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  margin: 0 0 0 -15px;
}
#post_meta #meta li.meta_tag { padding:0 0 0 18px; }
#post_meta .bookmark { margin:0; }
#post_meta .bookmark li { float:left; margin:0 10px 10px 0; }


/* related post*/
#related_post { margin:0 0 25px 0; }
#related_post .headline {
  font-size: 16px;
  margin: 0 0 12px 0;
  line-height: 100%;
  border-bottom: 2px solid #5A5A6E;
  padding: 0 0 10px 0px;
  color: #5A5A6E; }
#related_post .headline::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #FF4D63;
}
#related_post ul { margin:0; }
#related_post li { margin:0 0 10px 0; padding:10px; }
#related_post .image { float:left; margin:0 15px 0 0; background:#000; }
#related_post .image img { width:72px; height:72px; display:block; transition-property:opacity; transition-duration:0.4s; transition-timing-function:ease; }
#related_post .image:hover img { opacity:0.5; }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:12px; color:#FB0070; font-weight:bold; }
#related_post .title { font-size:14px; margin:0; }
#related_post .title a { text-decoration:none; display:block; }


/* comment */
#comments { margin:0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; }
#submit_comment { width:100%; appearance:none; }
#trackback_url_area input, .three_column #trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }
#guest_info input, #comment_textarea textarea { appearance:none; border-radius:0; }


/* next prev post link */
#previous_next_post {
  display: inline-flex;
  flex-direction: row-reverse;
  max-width: 340px;
  left: 0;
  right: 0;
  border: 0;
  margin: 0px auto;
  position: absolute;
  padding: 0;
}
#previous_next_post a { }

#previous_post, #next_post
 {
  width: 400px;
  height: 55px;
}
#previous_post a {
  margin: 0;
  width: 400px;
  text-align: right;
  line-height: 140%;
  font-size: 11px;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  overflow-wrap: anywhere;
}
#next_post a {
  margin: 0;
  width: 400px;
  text-align: left;
  line-height: 140%;
  font-size: 11px;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 10px;
  overflow-wrap: anywhere;
}
#previous_post::after, #next_post::before{
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  font-size: 30px;
  color: #bbb;
  margin: 15px -5px;
}
#previous_post::after{
  transform: rotate(180deg);
  margin: -37px 165px;
}



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
#top_headline { background:#fff; }
.archive_headline { margin:0; padding:12px 15px; line-height:180%; font-size:16px; color:#FB0070; font-weight:normal; }
#main_image { background:#f2f2f2; margin-top: 20px;}
#main_image img { display:block; margin:0 ; width:100%; height:auto; }


/* blog archive */
#post_list { margin:0; padding:0; list-style-type:none; }
#post_list li { border-bottom:1px dotted #aaa;  margin:0 0 22px 0; padding:0 0 12px 0; }
#post_list li:last-child { margin:0; }
#post_list .image {
  margin: 0 5px 0 0;
  background: #000;
  width: 100px;
  display: block;
  height: 100px;
  overflow: hidden;
  float: left;}
#post_list .image img { display:block;
height: 100%;
width: auto;
transition-property:opacity; transition-duration:0.5s; transition-timing-function:ease; }
#post_list .image:hover img { opacity:0.5; }
#post_list .info {
    padding: 10px;
    box-sizing: border-box;width: 79%;
    float: right; }
#post_list .post_date {font-size: 14px;  }
#post_list .date,#post_list .month {
color:#333; }
#post_list .title { margin:0 0 5px 0; padding:0; line-height:180%; font-size:15px; }
#post_list .title a{
    display: block;
    color: #333;
    font-weight: 600;
    line-height: 140%;}
#post_list .desc { /*font-size:11px; line-height:180%; margin:0 0 5px 0; padding:0;*/display: none;}

.post_date2 {
  font-size: 13px;
  padding: 0;
  color: #A6A6A6;
}
.post_date2::before{
  content:"\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 4px;
}

/* event archive */


.index_icon_title{
  width:100%;
  text-align: center;
  margin: 10px auto;
}
.index_icon_title img{
  width: 60px;
  margin: 0 auto 5px;
}
.index_icon_title h2{
  margin: -5px auto 19px;
}

#event_list { padding:15px 10px 0; background:#fff; margin:0 0 -15px 0; }
#event_list ol { margin:0; padding:0; list-style-type:none; }
#event_list ol li { margin:0 0 15px 0; padding:0; line-height:0; }
#event_list ol li:last-child { margin:0; }
#event_list ol li .image { margin:0; background:#000; }
#event_list ol li .image img { width:100%; height:auto; display:block; transition-property:opacity; transition-duration:0.5s; transition-timing-function:ease; }
#event_list ol li .info { padding:20px; background:#f2f2f2; color:#674D00;}
#event_list ol li .title { font-size:21px; margin:0 0 10px 0; padding:0; line-height:160%; }
#event_list ol li .title a { color:#FB0070; text-decoration:none; }
#event_list ol li .title a:hover { color:#F46175; }
#event_list ol li .sub_title { font-size:14px; margin:0 0 10px 0; padding:0; line-height:160%; font-weight:bold; }
#event_list ol li .desc { font-size:12px; margin:0; padding:0; line-height:200%; }



/* ----------------------------------------------------------------------
 event page
---------------------------------------------------------------------- */
.event_headline{ margin:0; padding:12px 15px; line-height:180%; font-size:16px; color:#fff; font-weight:normal; }
.event_headline a{ color: #FB0070; }
#top_headline .title{ margin:0; padding:0px 15px; line-height:160%; }
#top_headline .sub_title{ padding:0px 15px 12px; line-height:160%; color:#674D00; }
#event_main_image{ width: auto;margin: 0 0 40px;}
#event_main_image .info .title{ padding: 0 15px; color:#fff; background:#F46175;}
#event_main_image .info .desc{ padding: 12px 15px; color: #674D00;}
.flexslider .slides li img {
	object-fit: cover;
}


/* 最新イベント情報 */
.headline_e { color: #705500; }
#index_event_area a { color: #333;font-weight: 600; }
#index_event_area a:hover { color: #333;font-weight: 600; }
/* ----------------------------------------------------------------------
 イベントリスト
---------------------------------------------------------------------- */
.e_list td, p, h4 {
     margin: 0;
     padding: 3px;
     line-height: 100%;
}
.e_list h4 a{
     color: #F46175;
}
.clearfixodd {
     background: #fff;
}
.clearfixodd .e_list_day span{
     display: block;
     width: 40px;
     margin: 0 auto;
     background: #F46175;
     border-radius: 100px;
     line-height: 40px;
     color: #fff;
     font-size: 14px;
}
.clearfixeven {
     background: #FFF8F2;
}
.clearfixeven .e_list_day span{
     display: block;
     width: 40px;
     margin: 0 auto;
     background: #FB0070;
     border-radius: 100px;
     line-height: 40px;
     color: #fff;
     font-size: 14px;
}
.e_list_day {
     width: 50px;
     margin: 0 auto;
     text-align: center;
}
.e_list_info {
}
.e_list_img {
     width: 50px;
     text-align: center;
}
.e_list_img img{
     border-radius: 10px;
}


/* ----------------------------------------------------------------------
 イベント詳細
---------------------------------------------------------------------- */
.e_table {
     width: 70px;
}
.e_table_en{
     font-size: 18px;
}
.e_list_title{
  color: #333;
  font-size: 20px;
  margin: 20px 0 20px 0px;
      margin-top: 20px;
  margin-top: 20px;
  line-height: 140%;
  border-left: 8px solid #f9d401;
  padding-left: 15px;
}

.peoples2 {
     margin: 0;

}
.peoples2 p{
    text-align: left;
   color: #FF4D63;
   font-weight: 600;
}


/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top { z-index:999; position:fixed; right:0px; bottom:25px; margin:0; display:block; width:36px; height:46px; text-indent:-9999px; background:#666 url(img/footer/return_top.png) no-repeat center; }
#return_top:hover { }

/* footer top area */
footer{
  background: #2A2E33;
}

#footer { clear:both; width:100%;}
#footer_inner { width:1000px; margin:0 auto; position:relative; font-size:11px; padding-top:40px; }
#footer a { }
#footer a:hover { }
#footer li { line-height:170%; margin:0 0 10px 0; padding:0; }
.footer_menu_top {text-align: center;}
.footer_menu_top ul {display: flex;width: 300px;margin: 0px auto 0;flex-wrap: wrap;}
.footer_menu_top li {margin: 0 0 15px 0;color: #ccc; }
.footer_menu_top li:nth-child(odd) {margin: 0 40px 5px 0;}
.footer_menu_top li:nth-child(3) {
  margin-right: 40px;
}
.footer_menu_top li a {
  color: #ddd;
  text-decoration: none;
}

/* widget area */
#footer_widget { position:relative; }
.footer_widget { margin:0 45px 30px 0; width:300px; display:inline-block; vertical-align:top; }
.footer_widget.right_widget { margin-right:0; }
.footer_headline { font-size:16px; margin:0 0 15px 0; padding:0 0 8px 0;  }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }


/* logo */
#footer_logo_area { width:100%; clear:both; margin:0;}
#footer_logo_area_inner {overflow:hidden; position:relative;width: 100%;margin: 0 auto; }
#footer_logo_text { margin:0; line-height:100%; padding:0; line-height:100%; float:left; font-size:21px; font-weight:normal; }
#footer_logo_text a { text-decoration:none; display:block; height:70px; line-height:70px; }
#footer_logo_image { margin:0; padding:0; line-height:100%; position:absolute; }
#footer_menu {font-size: 14px;margin: 0 auto;border-top: 1px solid #4c4c4c;padding: 20px 0 40px 0;}
#footer_menu ul{display: flex;margin: 0 auto;flex-wrap: wrap;width: 300px;}
#footer_menu li { margin: 0 10% 0 0; line-height:100%; }
#footer_menu li a { text-decoration:none; margin:0 0 0 0;color: #ccc; }
#footer_menu li:nth-child(3){margin:0;/*padding-top: 20px;*/}
#footer_menu li:nth-child(4){display: block;position: absolute;margin: 30px 0 0 0;width: 100%;text-align: center;left: 0;}


/* copyright */
#copyright {clear: both;color: #fff;text-align: center;font-size: 13px;}
#copyright_inner {height:50px; margin:0 auto;padding-top: 40px; }
#social_link{width: 104px;margin: 20px auto;}
#social_link li { float:left; margin:0 0 0 5px; line-height:100%; }
#social_link li a {
  text-indent:100%; white-space:nowrap; overflow:hidden; display:block; width:26px; height:26px; background-color:#2A2E33; background-position:center; background-repeat:no-repeat;
  border-radius:3px;
  transition-property:background; transition-duration:0.4s; transition-timing-function:ease;
}
#social_link li a { background-color:#fff; }
#social_link li.rss a { background-image:url(img/footer/rss2.png);
background-size: 100%; }
#social_link li.twitter a { background-image:url(img/footer/twitter2.png);
background-size: 100%; }
#social_link li.facebook a { background-image:url(img/footer/facebook2.png);
background-size: 100%; }

#copyright p { margin:10px 0 0 0;font-size:12px; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }
/* ==================================

            ◆インデックス　

================================== */
/* ◆文字 */
.brown{
  color: #705500;
}
.light-pink{
  color: #f46175;
}
.f-size20{
  font-size: 20px;
}
/* ◆インデックス　イベント */　
.index_box_tiiki{
  width:1000px;
  margin: 0 auto;
  padding: 10px;
  background: #f2f2f2;
}
/* ==================================

            ◆matsumoto add-start

================================== */
#sp_main_image{
  width: 100%;
  vertical-align: bottom;
  margin:0px auto 0px;
}

#index_topics{
  display: none;
}
#sp_top_banner{
  padding: 60px 0;
  background-size: 100%;
}
#sp_top_banner a {
  text-decoration: none;
}
.sp_top_banners {
  border: 3px solid #f99f00;
  background-color: #fff;
  padding: 6px 5px;
  width: 80%;
  margin: 0 auto 11px;
  border-radius: 7px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 3px 0 #f99f00;
  display: inline-flex;
}
.sp_top_banners img{
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
}
.sp_top_banners span{
  display: block;
  float: right;
  margin: 10px auto;
  width: 80%;
  padding-right: 50px;
}

#area_box{
  text-align: center;
  padding: 4% 0% 5% 0%;
  background: #F2F2F2;
}
#area_box img{
  vertical-align: bottom;
}
#area_box img{
  max-width: 100%;
}

/* ==================================

            ◆matsumoto add-end

================================== */
.index_title{
  font-family:'Meiryo, Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
.index_title img{
  margin: -10px 0;
}

/* ◆電話　メール　ライン　*/　
.tel-mail{
  margin: 20px 0;
  font-size: 15px;
  padding: 0;
}
.tel-mail a{
  text-decoration: underline;
  color: #666;
  font-size: 15px;
}
.tel-mail-no{
  margin: 0 0 10px;
  color: #684E00;
  font-size: 30px;
  line-height: 160%
}
.tel-mail-no img{
  margin: -10px 0;
}
.tel-mail img{
  margin: -10px 0;
  max-width: 100%;
}
.mail-img{
  float: left;
}
#index_line_area{
  background: #f8f8f8;
  font-size:15px;
  padding: 20px 0;
}
#index_line_area h3{
  display: none;
}
#index_line {
  width: 90%;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
#index_line h4, #index_mail h4{
  font-size: 25px;
  font-weight: 500;
  padding-left: 40px;
}
#index_line_before, #index_mail_before {
  position: absolute;
  height: 27px;
  width: auto;
  margin: 3px 0;
}
 #index_mail_before {
   height: auto;
   width:23px;
   margin: 6px;
 }
.index_line_button a, #index_line a{
  text-decoration: none;
}
.index_line_button{
  background: #00B900;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 100;
  margin-top:20px;
  background-image: url(img/index/index_button_ya.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  background-size: 15px;
}

#index_line_button a{
  text-decoration: none;
}
#index_line  h3{
  display: none;
}
#index_tel {
  width: 90%;
  margin:10px auto;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  min-height: 118px;
}
#index_mail2 {
  width: 90%;
  margin: 10px auto;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  min-height: 118px;
  box-sizing: border-box;
}
/* ◆メール登録 */

.index_tel_title{
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 900;
  margin-top: 20px;
  padding-bottom: 0px;
}

#index_mail {
  width: 90%;
box-sizing: border-box;
  background: #fff;
  padding: 30px;
  margin:10px auto;
  min-height: 236px;
}
#index_mail input[type="text"], #index_mail input[type="password"], #index_mail textarea, #index_mail select {
    border: 1px solid #c0c0c0;
    background: #EDF1F5;
    padding: 3px;
    font-size: 15px;
    border-radius: 2px;
}
#index_mail dd{
  margin: 15px 0;
  text-align: center;
}
.mail-touroku{
  width: 100%;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 0;
  background: #FF4D63;
  border-radius: 0;
  padding: 12px 0;
  cursor: pointer;
  margin-top: 19px;
  background-image: url(img/index/index_button_ya.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  background-size: 15px;
}
.mail-add{
  border-radius: 10px;
  border-color: #ccc;
  font-size: 200%;
}
.seibetu{
  width:30px;
  height:30px;
  margin:-3px 10px 0px 20px !important
}
.top_form{
  margin: 20px 10px 0px 0px!important;
  padding:0px!important;
  display: block;
 margin-start: 0px;
}

.top_formf input{
  margin: 0px 0px 10px 0px;
}

.index_icon_title{
  width:100%;
  text-align: center;
  margin: 30px auto 50px;
}
.index_icon_title img{
  width: 60px;
  margin: 0 auto 5px;
}
.index_icon_title h2{
  margin: -5px auto 19px;
}

#index_news .index_icon_title, #index_blog .index_icon_title{
  margin: -160px auto;
  position: absolute;
  z-index: 0;
}
/* ◆バナー　*/　
#index_banner_area img{
  margin: 10px 0;
}

/* イベント情報 */
.yazirusi{
  position: absolute;
  top: 30%;
  right: 10px;
}

.right-box{
  display: none;
}

.event-text{
  font-size: 15px;
  color:#FF4D63!important;
  margin: 0 0 10px 0;
  min-height: 50px;
}
.num-box{
  border: 1px solid #e6e6e6;
  width: 90%;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  height: auto;
  margin: 0 auto -10px;
  box-sizing: border-box;
}
.headline_e {display: none;}
.event_top_img { width: 350px; height: 210px; }
.index_box img {
  width: 40px;
  margin: 6px 5px -7px 0px;
}
/* ==================================

            ◆トップパーティとは

================================== */
#main-box{
  width:100%;
  margin:0 auto;
  padding:0;
}
#main-box img{
  max-width:100%;
}


/* ==================================

            ◆form

================================== */

.ajax-loader{
  display: none;
}
/* ==================================

            ◆スマホ版イベントリスト

================================== */
.pc_event_list{
  display: none;
}
.sp_event_list{
  display: block;
  margin: 0 auto 10px;
  background: #fff;
  padding: 5px 0 10px 0;
  border-top: none;
  box-sizing: border-box;
}

table tr, table td,  table th {
border:1px solid #D0D0D0;
}
 table th{
background: #f4f4f4;
width: 70px;
vertical-align: middle;
font-weight: 100;
padding: 15px 0;
}
 table td{
  padding: 5px 0px 5px 10px;
}

.sp_event a{
  text-decoration:none;
}
.sp_event_button {
    display: block;
    margin: -21px auto 30px;
    width: 90%;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 10px;
    font-size: 11px;
    color: #666;
    font-weight: 100;
  }
.sp_event_button p {
  text-decoration: none;
  font-size: 15px;
}
.sp_event_button p::after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    padding-right: 4px;
    position: absolute;
    right: 10px;
    color:#ddd;
    font-weight: 600;
    right: 50px;
}

.pc_event_button{
  display:none;
}
.tel{
  font-size: 40px;
}
/* ==================================

            ◆クリア

================================== */
.clear {
  clear:both;
}
.clear hr {
  display:none;
}


/* news archive */
#news_list { position:relative; }
#news_list .headline { font-size:18px; line-height:100%;margin:0 0 12px 0; padding:0 0 7px 0; }
#news_list ol { margin:0; padding:0; list-style-type:none; }
#news_list ol li {
  border-bottom: 1px solid #dedede;
  width: 100%; margin:0 0 12px 0;  padding: 5px;box-sizing: border-box; }
#news_list .news_date {  font-size: 13px;
  padding: 0;
  color: #A6A6A6;
}
#news_list .news_date::before{
  content:"\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 4px;
}
#news_list .date { background:#091928; color:#fff; display:block; height:35px; line-height:35px; }
#news_list .month { background:#FB0070; color:#fff; display:block; height:35px; line-height:35px; }
#news_list .title { margin:0 0 5px 0; padding:0; line-height:160%; font-size:16px; }
#news_list .title a {
    display: block;
    color: #3a6ba5;
    font-weight: 600;
    line-height: 140%; }
#news_list .title a:hover { }
#news_list .desc { font-size:12px; line-height:160%; margin:0 0 5px 0; padding:0; }


#bottom_banner{
  width: 100%;
  margin-bottom: 10px;
}


/* ==================================

            aboutページ

================================== */

#guest {
	text-align: center;
	border-bottom: dashed 2px #EEF460;
}

#guest h3{
	margin-bottom: 70px;
}

.guest_inner img{
	width:180px;
	margin-bottom: 10px;
}

.guest_inner{
	border-top:#9FFCCF dashed 2px;
	margin-bottom:50px;
	border-color: #EEF460;
}

.guest_inner a{
	font-weight: 600;
	text-decoration:underline;
	color:#F75763;
}

.guest_inner_part {
    background-color: #9FFCCF;
    width: 60px;
    padding: 22px 0;
    border-radius: 100px;
    margin: -35px auto 0;
		font-style: italic;
		font-size: 14px;
	  transition: .5s;
}

.guest_inner_part{
	background-color: #EEF460;
}

.title{
	font-size:19px;
	margin-top:10px;
	margin-bottom: 10px;
}

.guest_inner_image, .guest_inner_image2, .guest_inner_image3 {
	width: 100%;
	overflow: hidden;
  height: 180px;
}

.guest_inner img, .guest_inner2 img, .guest_inner3 img{
	width:100%;
	max-width: 500px;
}

.guest_inner_image2 img{
  margin-top: -120px;
}

#points h3{
  text-align: center;
  margin:60px;
}

.big{
	font-size:17px;
  text-align: center;
}

.mark{
	font-size:20px;
  background:linear-gradient(transparent 50%,#FFFF61 50%);
  text-align: center;
}


/*----------ボタン----------*/

.about_buttons{
  margin-top: 50px;
  margin-bottom: 50px;
}

.about_buttons span {
    width: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 30px auto;
}
.about_buttons span::before,
.about_buttons span::after{
  content: "";
  border-left: 5px solid #FFDF0F;
  height: 30px;
  width: 0px;
  position: absolute;
  transform: rotate(-35deg);
  margin: -5px -25px;
}
.about_buttons span::after {
  transform: rotate(37deg);
  margin: -5px 20px;
}
.about_buttons a{
  text-decoration: none;
}

.about_button2, .about_button1{
  margin-top: 20px;
  height: 120px;
}
.about_button2 {
  margin-top: 20px;
}
.about_button1a,.about_button2a {
  background-color: #ff4343;
  text-align: center;
  padding: 20px 10px 20px 35px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  width: 260px;
  box-shadow: 0px 6px 0px #c32626;
  margin: auto;
  font-size: 16px;
  height: 20px;
  display: table-cell;
  position: absolute;
  vertical-align: middle;
  left: 0;
  right: 0;
}

.about_button2a{
  background-color: #e7e7e7;
  color: #797979;
  box-shadow: 0px 6px 0px #d7d7d7;
  width: 220px;
  padding: 20px 10px 20px 40px;
}

.about_button1a::before, .about_button2a::before{
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  background-color: #f43838;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  height: 20px;
  width: 35px;
  margin: -20px -53px;
  border-right: 1px solid #e62a2a;
  padding: 25px 0 15px 0;
  color: #b40009;
}
 .about_button2a::before{
   content: "\f02d";
   font-family: "Font Awesome 5 Free";
   background-color: #ddd;
   font-weight: 600;
   border-right: 1px solid #d2d2d2;
   color: #b4b4b4;
   margin: -20px -62px;
 }

  #about_pc{
   display: none;
  }

  #about_sp{
   display: block;
  }

  .page_title{
    text-align: center;
  }

  .form_button input:hover {
      box-shadow: 0 0 0;
      margin-top: 24px;
      margin-bottom: -4px;
  }

iframe{
  width: 100%;
}

.writer{
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 5px;
  padding-bottom: 2px;
}

.writer > p{
  font-size: 12px;
  background:#f9f9f9;
  margin: 0;
  border-radius: 2px;
  color:#888;
  padding: 2px 5px;
}

.writer-innerBox{
  display: flex;
  position: relative;
}

.writer-innerBox p{
  padding:0!important;
}

.writer_icon{
  width: 40%;
  max-width: 70px;
  background:#EEE;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
}


.writer_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.writer_icon img{
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right_info {
    font-size: 10px;
    margin: 5px;
    padding: 0 0 5px 0;
    margin-left: 80px;
}

.writer_name {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: -2px;
}


/*----コンタクトフォーム　20190730追加----*/

#contact_form{
  margin:0 auto 50px;
}

/*---トップ・イベントサムネイル下部　20190730追加---*/


.event_more_bg{
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 25px;
}

.event_more{
  padding: 10px;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  width: 300px;
  margin: 0px auto ;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.event_more a{
  text-decoration:none;
}

.event_more::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 0;
    color: #bababa;
    position: absolute;
    margin: -2px 43px;
    font-size: 23px;
}



/*---20190813追加　イベント完売時のメッセージ---*/

.event_closed_massage{
  font-size: 17px;
  text-align: center;
  padding: 41px;
  background: #eee;
  margin-bottom: 30px;
  margin-top: 20px;
}

.man_closed_massage, .woman_closed_massage {
  font-size:17px;
    display: none;
    color: #333;
    text-align: center;
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    margin: 20px 0;
}


/*---20190815新デザイン---*/

.when-where{
  display: flex;
  font-size: 12px;
  padding-bottom: 10px;
}

.when{
  width: 65%;
  font-weight: 600;
}
.where{
  width: 35%;
  text-align: right;
}



/*---20190815直近の実績---*/


.index_result_box {
  margin: 20px auto;
}

.halloween_pc{
  display:none;
}

.halloween_sp {
  display:block;
  width:90%;
  margin: 20px auto;
}

#company_info dd {

    margin: 0 0 0px 150px;
    line-height: 200%;
    background: #f9f9f9;
    padding: 12px 10px 10px 10px;
    border-top: 1px solid #ddd;

}

#company_info dt {

    float: left;
    width: 150px;
    display: inline;
    margin: 0 0 0px 0;
    line-height: 200%;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #ddd;
    padding: 12px 10px 10px 0;

}



/*---20190920追加　よくある質問---*/

.top_question{
  width:90%;
  margin:30px auto 0;
}
.top_question_inner{
    border: 1px solid #ccc;
    margin:10px 0;
}

.top_q, .top_a{
  box-sizing: border-box;
}

.top_q{
  background: #f8f8f8;
  padding: 5px;
}

.top_q::before {
    content: "Q.";
    font-weight:600;
    color: #FF4D63;
}

.top_a{
  font-size:15px;
  padding: 15px;
}


.question_tub {
	position: relative;
	overflow: hidden;
}

.question_tub .open .question_button .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.question_tub li:last-child .question_button {
  border-bottom: 0;
}

.question_button {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 10px;
	cursor: pointer;
  transition: all 0.4s ease-out;
	border-top: 1px solid #f0f0f0;
}
.question_button i {
    position: absolute;
    top: 20px;
    margin: 0 0;
    right: 8px;
}

.answer {
  display: none;
}

/*---ログリー---*/


div.logly-script-space-sp{
  display: block!important;
}

div.logly-script-space-pc{
  display: none!important;
}

/*---今週開催！部分---*/

.date_flag, .date_flag_blue  {
  width: 70px;
  margin: 5px;
}
.date_flag::before, .date_flag_blue::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #EF3E54;
  border-top: 0px solid transparent;
  position: absolute;
  margin: -16px;
  }
 .date_flag_blue::before{
  border-left: 80px solid #999;
 }

  .date_flag p, .date_flag_blue p {
  position: absolute;
  z-index: 1;
  font-size: 13px;
  transform: rotate(-45deg);
  margin: 5px -17px;
  color: #fff;
  font-weight: 600;
  }

.when-where_timepc{
  display: initial;
}

.when-where_timesp{
  display: none;
}

.when {
    width: 65%;
}




/*---テスト用テレビスライダー---*/


/*テレビで紹介されました*/

#slide {
  display: none;
}

#tv{
      margin: 50px auto;
}

.tv_text_top, .tv_text_bottom{
	text-align: center;
	margin:0 auto;
	font-size: 15px;
}

.tv_text_top{
	font-size:18px;
}

.tv_text_top span{
	font-size:20px;
	font-weight: 600;
}

.tv_text_top::after {
	content: "";
	position: absolute;
  border-left: 7px solid #D8B200;
	border-right: 4px solid #D8B200;
	width: 7px;
	height: 40px;
	margin: -15px 20px;
	transform: rotate(35deg);
}

.tv_text_top::before {
	content: "";
	position: absolute;
  border-left: 4px solid #D8B200;
	border-right: 7px solid #D8B200;
	width: 7px;
	height: 40px;
	margin: 13px -80px;
	transform: rotate(-35deg);
}

.tv_text_bottom span{
	background:linear-gradient(transparent 50%,#FFFF61 50%);
}
.tv_slider {
	width: 300px;
	height: 170px;
	overflow: hidden;
	margin: 2em auto;
	border: 4px solid #ffffff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
.tv_slider_item {
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
}
.tv_slider_wrapper {
	width: 500%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 20s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	25% {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	50% {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
	}
	75% {
	-webkit-transform: translateX(-900px);
	transform: translateX(-900px);
	}
	100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	25% {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	50% {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
	}
	75% {
	-webkit-transform: translateX(-900px);
	transform: translateX(-900px);
	}
	100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	}
}


/*クレジットカード決済開始*/

/* .crefit_info a{
  display: block;
}

.credit_info .sp{
   display: block;
   width:95%;
   max-width:500px;
   margin:50px auto;
}

.credit_info .pc{
  display: none;
} */


#line_infomation{
}

.line_link{
	display: block;
	width:60%;
	background: #00c972;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 10px;
	margin: 0 auto;
	box-shadow: 0 5px 0px #dedede;
	border-radius: 5px;
  max-width: 500px;
}

.line_link:hover{
	color:#fff;
}
