@charset "utf-8";

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

Theme Name: unit_TM1
Author: PPAW unit
Version:1.0

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

.tel {
 display: none;
}

.tel_sp {
 display: block;
 width: 200px;
}

@media (min-width:1024px) {
 .tel {
  display: block;
 }
 .tel_sp {
  display: none;
 }
}


/* sp_cv */

@media screen and (max-width: 768px) {
 #sp_cv {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  clear: both;
  overflow: visible;
  z-index: 999;
 }
 #sp_cv .sp_totop_btn {
  display: block;
  position: absolute;
  bottom: 70px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
 }
 #sp_cv .sp_totop_btn i {
  display: block;
  font-size: 18px;
  line-height: 35px;
 }
 #sp_cv ul {
  display: flex;
  flex-direction: row!important;
  justify-content: space-between;
 }
 #sp_cv ul li {
  width: 33.33%;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  background: #7b4607;
 }
 /* sp_cv 4カラム*/
 #sp_cv ul.col4 li {
  width: 25%;
 }
 /* sp_cv 2カラム*/
 #sp_cv ul.col2 li {
  width: 50%;
 }
 #sp_cv ul.col2 li:nth-of-type(2) {
  border-right: none;
  border-left: none;
 }
 #sp_cv a {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
 }
 #sp_cv strong {
  font-weight: normal;
  margin-top:0;
  margin-bottom: 0;
 }
 #sp_cv i {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
 }
}


/*クーポン*/

.inner2 {
 margin: 0 auto;
 position: relative;
}

.coupon_box {
 width: 100%;
 margin: 0 auto;
 background: #fff;
}

.coupon_box>table {
 width: 100%;
 border: 1px dashed #000;
 border-spacing: 0;
 border-collapse: separate;
}

.coupon_box>table .coupon_title {
 background: #eeceaa;
 text-align: center;
 width: 45%;
 padding: 5px;
 vertical-align: middle;
}

.coupon_box>table .coupon_naiyou {
 width: 55%;
 padding: 20px;
}

.coupon_box>table .coupon_naiyou table {
 width: 100%;
 margin: 0;
}

.coupon_box>table .coupon_naiyou table td {
 vertical-align: top;
 padding: 7px 5px;
}

.coupon_box>table .coupon_naiyou table tr:last-child td {
 background: #f7f7f7;
 vertical-align: top;
 padding: 5px;
}


/*記事内コンバージョンボタン*/

#single_cv {
 width: 100%;
 padding: 0;
 margin: 2em auto;
}

#single_cv .flex {
 display: flex;
 flex-direction: column;
}

#single_cv ul {
 padding: 0;
 list-style: none;
}

#single_cv ul li {
 width: 200px;
 padding: 0;
 margin: 0 auto 16px;
 text-align: center;
 font-size: 16px;
 background: #7b4607;
 border-radius: 20px;
 list-style: none;
}

#single_cv a {
 display: block;
 padding: 10px 0;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #fff;
}

#single_cv a,
#single_cv a:hover,
#single_cv a:active,
#single_cv a:focus {
 text-decoration: none!important;
}

#single_cv i {
 display: inline-block;
 font-size: 20px;
 padding-right: 10px;
}

@media screen and (min-width: 769px) {
 #single_cv .flex {
  flex-direction: row;
 }
 #single_cv ul {
  justify-content: center;
 }
 #single_cv ul li {
  margin: 0 20px;
 }
 /* single_cv 3カラム*/
 #single_cv ul.col3 li {
  font-size: 14px;
 }
 /* single_cv 2カラム*/
 #single_cv ul.col2 li {
  /*  width: 45%;*/
 }
}

.course_list table tr td{
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* 2019.02.19 [START]
--------------------------------- */

h1 {
    font-size: 20px;
    font-family: 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
.section_ttl_pre {
    display: block;
    color: #bbb;
    font-size: 1rem;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #fff;
    line-height: 2.5;
}
#single_contents h1 {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}
@media (max-width: 767px){
.page h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}}
@media (max-width: 1023px){
h1 {
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.page h1 {
    margin-bottom: 30px;
}}

#sns_widget {
  text-align: center;
}
#sns_widget div {
  display: inline-block;
  margin: 10px;
  width: 300px;
  box-sizing: border-box;
}
.timeline_tw {
    border: 1px solid #eee;
}

/* 2019.02.19 [END]
--------------------------------- */

/* 2019.03.07 [START]
--------------------------------- */
.fc-content {
    padding: 1rem 0.5rem !important;
}
.fc-title-more {
    display: inline-block;
    text-align: right;
    padding: 0.05rem 0.25rem;
    margin-left: 0.50rem;
    border: 1px solid rgba(255,255,255,0.5);
}

#single_contents.evnents_detail h1 {
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    line-height: 1.4;
}
#single_contents.evnents_detail .post_time {
    color: #868686;
}
#single_contents.evnents_detail .eventorganiser-event-meta {
  background: #fff4e7;
  border: 2px solid #824300;
  padding: 1rem;
  margin: 1rem 0;
}
#single_contents.evnents_detail .eventorganiser-event-meta li {
  margin-bottom: 1rem;
}
#single_contents.evnents_detail hr {
  display: none;
}


/* 2019.03.07 [END]
--------------------------------- */