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

 *  ページレイアウト用
 *   
 *   →文字等の基本指定、レイアウトの基本定義
 
=================================================================== */

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}

/*----------------------------------------------------
      共通
  ----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
}
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  background: #fff;
}

input,
textarea {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* clerfix */
.clearfix {
  /zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: top;
}

/* リンク
  ----------------------------------------------------*/
a {
  color: #b28247;
  text-decoration: underline;
}

a:link {
  color: #b28247;
  text-decoration: underline;
}

a:visited {
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
}

/* よく使いそうなCSS3
  ----------------------------------------------------*/
#selectors {
  /* 角丸 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  /* 角丸個別 */
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;

  /* ボックスに影 */
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;

  /* テキストに影 */
  text-shadow: 1px 1px 0px #999;
}

.imgR {
  float: right;
  margin: 10px 0 20px 30px;
}
.imgL {
  float: left;
  margin: 0 10px 10px 0;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}

/* ===================================================================
  
   文字
  
   10px = 77%     11px = 85%     12px = 93%     13px = 100%
   14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
   18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
   22px = 167%    23px = 174%    24px = 182%    25px = 189%
   26px = 197%
   
  =================================================================== */

strong {
  font-weight: 700;
}

h1 {
  padding: 10px 20px;
  text-align: left;
}
h2 {
  height: 300px;
  padding: 1em;
  text-align: center;
}
h3 {
  font-size: 131%;
  margin: 10px 0 20px 0;
  padding: 10px 0 20px 0;
  color: #663300;
  border-bottom: 1px solid #e0d6cc;
}
h3.noborder {
  border-bottom: none;
}
h4 {
  font-size: 110%;
  padding: 5px;
  border-bottom: 1px solid #e0d6cc;
  margin-bottom: 15px;
  color: #663300;
}
h5 {
  font-size: 110%;
  padding: 5px;
  border-bottom: 1px solid #663300;
  margin-bottom: 15px;
  color: #663300;
}

p {
  padding: 5px;
}

.text_m {
  font-size: 93%;
}
.text_s {
  font-size: 85%;
  line-height: 1.7em;
  padding: 10px 5px;
}
.text_ss {
  font-size: 77%;
  line-height: 1.7em;
}

.t_color01 {
  color: #b28247;
}

.line {
  padding: 10px 5px;
  border-top: 1px solid #997d52;
  border-bottom: 1px solid #997d52;
}
/*201611*/
.JSfluffy {
  position: fixed;
  bottom: 0;
  right: 50px;
}

.FB_fead {
  text-align: center;
  margin: auto;
}

/* ----------------------------------------------------
   レイアウト
   ---------------------------------------------------- */

#wrapper {
  max-width: 1200px;
  min-width: 980px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1.2px;
  background: #fff;
  box-shadow: 5px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
#wrapper_inner {
  box-shadow: -5px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

#container {
  padding: 0;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 225px;
  text-align: center;
  padding: 0;
}

header nav {
  text-align: center;
  height: 225px;
  margin: 0 auto;
  min-width: 980px;
  max-width: 1200px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #efefef;
  position: relative;
}
header nav h1 {
  position: absolute;
  left: 30px;
  top: 10px;
}
header nav ul {
  position: absolute;
  right: 50px;
  top: 20px;
}
header nav ul li {
  margin: 0 10px;
}
header .add {
  position: absolute;
  top: 160px;
  left: 40px;
  text-align: left;
  font-size: 77%;
  line-height: 1.5em;
}

footer {
  height: 200px;
  margin: 0 auto;
  padding: 20px 0;
  background: url(../images/footer_bg.jpg) no-repeat bottom center;
  font-size: 83%;
  line-height: 1.7em;
}
.footer_inner {
  width: 980px;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
}
.footer_inner .f_text {
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: left;
}

.pagetop {
  max-width: 1120px;
  min-width: 900px;
  padding: 10px 40px;
  text-align: right;
}

/* page-top */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 0px;
  font-size: 77%;
  z-index: 9998;
}
#page-top a {
  background: #fff;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;

  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
#page-top a:hover {
  text-decoration: none;
  background: #fff;
}

/* ----------------------------------------------------
   共通
   ---------------------------------------------------- */

article {
  margin-bottom: 25px;
}

section {
  width: 800px;
  margin: 0 auto 25px auto;
}

.w620 {
}
.w620 section {
  width: 620px;
}

.w450 {
  width: 450px;
  margin: 0 auto 25px auto;
}
.w620 {
  width: 620px;
  margin: 0 auto 25px auto;
}

nav {
  height: 180px;
}
nav ul {
  height: 180px;
  overflow: hidden;
  text-align: right;
  padding: 0 30px 0 0;
}
nav li {
  display: inline-block;
  margin: 0 10px;
}

/* ===================================================================
  
   *  個別スタイル定義用
   
  =================================================================== */

.c_block {
  padding: 10px 0;
  margin-bottom: 1.5em;
  /zoom: 1;
}
.c_block:after {
  content: "";
  display: block;
  clear: both;
}

.typeA .c_block .text_area {
  float: right;
  width: 280px;
  font-size: 93%;
}
.typeA .c_block .img_area {
  float: left;
  width: 320px;
  padding: 10px 0;
}
.typeA .c_block .img_area img {
  border-radius: 15px;
}

.typeB {
  text-align: center;
}
.typeB .c_block {
  width: 250px;
  text-align: center;
  display: inline-block;
}

.typeC {
  text-align: center;
  /zoom: 1;
}
.typeC:after {
  content: "";
  display: block;
  clear: both;
}
.typeC .c_block {
  width: 50%;
  float: left;
}

.typeD .c_block section {
  float: right;
  width: 650px;
}
.typeD .c_block .img_area {
  float: left;
  width: 230px;
}

.btn_more {
  padding: 20px;
  text-align: center;
}

.link_mark {
  background: url(../img/link_mark3.png) no-repeat 0 5px;
  padding: 5px 5px 5px 25px;
}
.link_mark2 {
  background: url(../img/link_mark4.png) no-repeat 0 5px;
  padding: 5px 5px 5px 25px;
}
.close_mark {
  background: url(../img/link_mark_close.png) no-repeat 0 5px;
  padding: 5px 5px 5px 25px;
}

/*	list
  ----------------------------------------------------*/
ul.def_type,
ol.def_type {
  margin: 15px 0;
  margin-left: 20px;
  font-size: 95%;
}
ul.def_type li {
  margin: 5px 0;
  padding-left: 5px;
  list-style-type: disc;
  border: none;
}
ol.def_type li {
  margin: 5px 0 10px 0;
  padding-left: 5px;
  list-style-type: decimal;
  border: none;
}

/* ----------------------------------------------------
   トップページ
   ---------------------------------------------------- */

.home h3 {
  border: none;
  padding: 0;
}

#menu-wrap {
  width: 100%;
  z-index: 9999;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#menu-wrap nav {
  text-align: center;
  height: 120px;
  margin: 0 auto;
  min-width: 980px;
  max-width: 1200px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #efefef;
  position: relative;
}
#menu-wrap nav h1 {
  position: absolute;
  left: 30px;
  top: 10px;
}
#menu-wrap nav ul {
  position: absolute;
  right: 50px;
  top: 20px;
  display: none;
}
#menu-wrap nav div.t_menu_btn {
  position: absolute;
  right: 40px;
  top: 30px;
  cursor: pointer;
}
#menu-wrap nav div.t_menu_btn_close {
  position: absolute;
  right: 20px;
  bottom: 5px;
  cursor: pointer;
}

.home_img {
  background: url(../../img/home_img02.jpg) no-repeat top center;
  height: 830px;
  position: relative;
}
.home_img .add {
  position: absolute;
  bottom: 80px;
  right: 50px;
  text-align: right;
  font-size: 77%;
  line-height: 1.5em;
  /* text-shadow: 1px 1px 0px #999; */
}
.home_img .navi {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.home_img .navi ul {
  text-align: right;
  background: url(../img/top_nav_bg.png) no-repeat top center;
  background-size: cover;
  padding: 50px 30px;
}
.home_img .navi li {
  display: inline-block;
  margin: 0 10px;
}

.topics {
}
.topics h3 {
  margin-bottom: 20px;
}
.topics ul {
  border-top: 1px solid #997d52;
}
.topics li {
  padding: 20px 20px;
  border-bottom: 1px solid #997d52;
  line-height: 1.6em;
  color: #997d52;
  /zoom: 1;
}
.topics li:after {
  content: "";
  display: block;
  clear: both;
}

.topics li p {
  float: left;
  padding: 0 20px;
  font-size: 93%;
  width: 450px;
}
.topics li .date {
  background: url(../img/date_bg.jpg) no-repeat top center;
  color: #663300;
  float: left;
  width: 80px;
}
.topics li .more_btn {
  padding: 0 10px 0 25px;
  float: right;
  width: 90px;
  font-size: 77%;
  background: url(../img/link_mark3.png) no-repeat 0 2px;
}
.topics li .more_btn:hover {
  background: url(../img/link_mark3.png) no-repeat 0 2px;
}

.top_info_block {
  margin-top: 40px;
  width: 740px;
  padding: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.top_info_block .f_left {
  float: left;
  width: 295px;
  padding: 10px;
}
.top_info_block .f_right {
  float: right;
  width: 390px;
}

.pic_area {
  width: 800px;
  height: 560px;
  margin: 0 auto;
}

.line_block {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #997d52;
}

.line_block img {
  float: left;
  margin-top: -55px;
}

.gallery_block {
  height: 560px;
}

#map {
  max-width: 1200px;
  min-width: 980px;
}
#map img.map_l {
  width: 100%;
}
.map {
  height: 560px;
  background: #efefef;
}

.home article#c01 {
  padding-top: 320px;
  background: url(../img/title_bg01.jpg) no-repeat center 99px;
}
.home article#c02 {
  padding-top: 320px;
  background: url(../img/title_bg02.jpg) no-repeat center 99px;
}
.home article#c03 {
  padding-top: 320px;
  background: url(../img/title_bg03.jpg) no-repeat center 99px;
}
.home article#c04 {
  padding-top: 320px;
  background: url(../img/title_bg04.jpg) no-repeat center 99px;
}
.home article#c05 {
  padding-top: 101px;
  background: none;
}
.home article#news {
  padding-top: 101px;
  background: none;
}

.home article#sche {
  padding-top: 420px;
  background: url(../img/title_bg05.jpg) no-repeat center 99px;
}
.home article#zazen {
  padding-top: 420px;
  background: url(../img/title_bg06.jpg) no-repeat center 99px;
}

.home article#c03.mw_open {
  padding-top: 428px;
  background-position: center 225px;
}
.home article#c05.mw_open {
  padding-top: 225px;
}

/*
  .home article#c01.mw_open { padding-top:428px; background-position:center 225px;}
  .home article#c02.mw_open { padding-top:428px; background-position:center 225px;}
  .home article#c03.mw_open { padding-top:428px; background-position:center 225px;}
  .home article#c04.mw_open { padding-top:428px; background-position:center 225px;}
  .home article#c05.mw_open { padding-top:225px;}
  */

.access {
}
.access .access_inner {
  width: 640px;
  margin-bottom: 25px;
  padding: 5px 0 20px 60px;
}
.access .access_inner.icon_densha {
  background: url(../img/icon_densha.png) no-repeat 0 0;
}
.access .access_inner.icon_bus {
  background: url(../img/icon_bus.png) no-repeat 0 0;
}
.access .access_inner.icon_car {
  background: url(../img/icon_car.png) no-repeat 0 0;
}

.access h4 {
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid #997d52;
  color: #4682b4;
}
.access ul {
  width: 600px;
  padding: 10px 20px;
}
.map_link {
  padding: 10px 20px;
  background: #fff;
  box-shadow: 2px 4px 5px #ccc;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #997d52;
}

.access .access_inner .sub_title {
  border-top: 1px solid #b28247;
  border-bottom: 1px solid #b28247;
  padding: 8px 30px 8px 20px;
  color: #b28247;
}

/* ----------------------------------------------------
   ページ個別
   ---------------------------------------------------- */
.head_img-zenkyoan {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/about-zenkyoan_bg.jpg) no-repeat center 120px;
}
.head_img-sche {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/year-sche_bg.jpg) no-repeat center 120px;
}
.head_img-marishiten {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/about-marishiten_bg.jpg) no-repeat center 120px;
}
.head_img-juyosho {
  height: 620px;
  margin-bottom: 20px;
  background: url(../img/juyosho_bg.jpg) no-repeat center 120px;
}
.head_img-toumyoukou {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/toumyoukou_bg.jpg) no-repeat center 120px;
}
.head_img-zazen {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/zazen_bg.jpg) no-repeat center 120px;
}
.head_img-topics {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/topics_bg.jpg) no-repeat center 120px;
}
.head_img-shosai {
  height: 520px;
  margin-bottom: 20px;
  background: url(../img/shosai_bg.jpg) no-repeat center 120px;
}

.about_text {
  font-size: 117%;
  line-height: 2.2em;
}
.about_text span.t_color {
  color: #997d52;
}
.about_text em {
  font-size: 80%;
}

/* まりしてん
   ---------------------------------------------------- */

.a_bg01 {
  background: url(../img/marishiten_page_bg01.jpg) no-repeat top center;
  padding: 0 0 50px 0;
}
.a_bg02 {
  background: url(../img/marishiten_page_bg02.jpg) no-repeat top center;
  padding: 50px 0 80px 0;
}

section.block_shadow {
  background: #fff;
  padding: 30px 75px;
  box-shadow: 4px 5px 6px #999;
  margin: 30px auto;
  width: 650px;
}

/* 年間スケジュール
   ---------------------------------------------------- */

h3.sche_title {
  position: relative;
  text-align: center;
  margin-bottom: -70px;
  z-index: 3;
  border: none;
}

.box-outer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.box-block {
  position: relative;
  width: auto;
}
.circle {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.top-left {
  left: -15px;
  top: -15px;
}
.top-rigt {
  right: -15px;
  top: -15px;
}
.btm-left {
  left: -15px;
  bottom: -15px;
}
.btm-rigt {
  right: -15px;
  bottom: -15px;
}

#sche .circle {
  background: #fff;
  border: 1px solid #996633;
  outline: solid 6px #fff;
}
#sche .box-block {
  margin: 2px;
  background: #fff;
  border: 1px solid #996633;
  outline: solid 2px #fff;
  padding: 80px 80px 50px 80px;
}

#sche .box-block table {
  width: 100%;
}
#sche .box-block table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
/*#sche .box-block table tr td:first-child{
      text-align: right;
  }
  */

/*20180405*/
#sche .box-block table tr td:first-child {
  text-align: left;
  width: 37%;
}
#sche .txt_date {
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
}

#sche .box-block table td span {
  font-size: 85%;
  color: #898989;
}
#sche .box-block table td.noborder {
  border: none;
}

.block_c {
  background: #f5ead3;
  padding: 30px 50px;
  font-size: 120%;
  letter-spacing: 1.7px;
  line-height: 2.2em;
}
/*201611*/
.JSmdl_wrap .sche_title {
  width: 580px;
  height: 120px;
  margin: 0 auto -70px;
  background: url(../img/title_sche02.png) no-repeat center;
}
.JSmdl_wrap .sche_title.crt {
  background: url(../img/title_sche02crt.png) no-repeat center;
}

/* 授与所
   ---------------------------------------------------- */

section .item_btn {
  margin: 15px 0;
}
section .item_btn li {
  border: none;
  width: 25%;
  float: left;
}

section div.s_block {
  padding: 20px;
  background: -moz-linear-gradient(#fbf7f1, #fff);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fbf7f1),
    to(#fff)
  );
}

.tel {
  background: #f2e3cf;
  padding: 5px;
  font-size: 110%;
  font-weight: bold;
  color: #6e5843;
}

/* 坐禅
   ---------------------------------------------------- */

#view_btn {
  cursor: pointer;
}
#v_all {
  background: url(../img/zazen/view_block_bg.png) no-repeat top center;
  padding-top: 30px;
}

.taiken_btn {
  position: relative;
}
.taiken_btn div {
  position: absolute;
  top: 225px;
}
.taiken_btn .btn01 {
  left: 130px;
}
.taiken_btn .btn02 {
  right: 130px;
}

.text_waku {
  text-align: center;
  padding: 3px;
  border: 1px solid #deb887;
  color: #663300;
  width: 520px;
  margin: 10px auto;
  border-radius: 5px;
}

h3.entry_title {
  position: relative;
  text-align: center;
  margin-bottom: -50px;
  z-index: 3;
  border: none;
}

#entry .circle {
  background: #fff;
  border: none;
}
#entry .box-block {
  text-align: center;
  margin: 0;
  background: #fff;
  border: 2px solid #996633;
  outline: none;
  padding: 50px 80px;
}

.text_waku2 {
  text-align: center;
  padding: 3px;
  border: 1px solid #deb887;
  color: #663300;
  border-radius: 20px;
}
.fax a {
  display: block;
  font-size: 93%;
  background: #f2e3cf;
  padding: 5px;
  color: #6e5843;
  text-decoration: none;
}
.fax a:hover {
  color: #000;
  background: #f8f1e7;
}

.text_l {
  margin: 10px;
  font-size: 120%;
  color: #231815;
}
/*201611*/
.JSmdl_wrap.zazen_Nsche .sche_title {
  width: 500px;
  height: 120px;
  margin: 0 auto -70px;
  background: url(../img/zazen/title_ennichi_sche02.png) no-repeat center;
}
.JSmdl_wrap.zazen_Nsche .sche_title.crt {
  background: url(../img/zazen/title_ennichi_sche02crt.png) no-repeat center;
}

/* お知らせ
   ---------------------------------------------------- */

.topics_list {
  margin: 20px auto;
}
.topics_list li {
  padding: 15px;
  border-bottom: 1px solid #e0d6cc;
  /zoom: 1;
}
.topics_list li:after {
  content: "";
  display: block;
  clear: both;
}

.topics_list li:first-child {
  border-top: 1px solid #e0d6cc;
}

.topics_list li .img_area {
  float: left;
  width: 240px;
  height: 160px;
  overflow: hidden;
  padding: 5px 0;
}
.topics_list li .img_area img {
  width: 100%;
}
.topics_list li .text_area {
  float: right;
  width: 500px;
  font-size: 93%;
  color: #231815;
}
.topics_list li .text_area .date {
  padding: 5px;
  font-size: 90%;
  margin: 0;
}
.topics_list li .text_area h3 {
  font-size: 110%;
  padding: 5px;
  margin: 0 0 10px 0;
  border: none;
}
.topics_list p.link_mark {
  padding: 0 0 0 25px;
}

.page_nav {
  text-align: center;
}
.page_nav2 {
  margin-bottom: 5px;
}
.page_nav2 div {
  display: inline-block;
  width: 50%;
}
.page_nav2 div.f_left {
  text-align: left;
}
.page_nav2 div.f_right {
  text-align: right;
}

.s_nav {
  /zoom: 1;
}
.s_nav:after {
  content: "";
  display: block;
  clear: both;
}
.s_nav li {
  float: left;
  width: 218px;
  padding: 0 10px 10px 10px;
  border: none;
  margin-right: 40px;
  border-left: 1px solid #e0d6cc;
}
.s_nav li:last-child {
  margin: 0;
}
.s_nav li h3 {
  font-size: 100%;
  padding: 5px 10px;
  border-top: 1px solid #e0d6cc;
  border-bottom: 1px solid #e0d6cc;
  background: #fff;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #996633;
}
.s_nav li p {
  font-size: 93%;
  padding: 0px 15px;
  margin: 0;
}

.post_block {
  padding: 20px 0 30px 0;
  border-top: 1px solid #e0d6cc;
  border-bottom: 1px solid #e0d6cc;
  font-size: 95%;
}
.post_block .date {
  padding: 5px;
}
.post_block h3 {
  border: none;
  padding: 5px;
}
.post_block img {
  margin-bottom: 15px;
}

/* 燈明講
   ---------------------------------------------------- */
.toumyoko_list {
  margin-bottom: 60px;
}
.toumyoko_list p {
  text-indent: -20px;
  padding-bottom: 10px;
}
.toumyoko_list p:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/toumyoukou/list_h.png) no-repeat center;
  padding-right: 8px;
}

.a-text--01 {
  color: #39b168;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}

.a-text--02 {
  font-size: 14px;
  font-weight: 600;
}

.a-text--gb {
  color: #39b168;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}

#hajimari_ehon {
  font-family: arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  line-height: 1.8;
}

.head_img-event-hjmr {
  height: 570px;
  background: url(../images/hajimari_bg.jpg) no-repeat bottom;
}
.hajimari_navi {
  overflow: hidden;
}
.hajimari_navi a {
  display: block;
  padding: 18px 0;
  background: #39b168;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.hajimari_navi a:hover,
.hajimari_navi a.crt {
  background: #90c654;
}
.hajimari_navi li {
  width: 33.33333%;
  float: left;
  text-align: center;
}
.event_info {
  margin-bottom: 50px;
  background: #fffbc9;
  text-align: center;
  color: #5e6b52;
  font-size: 16px;
  font-weight: bold;

  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
}
.hjmr_hl {
  width: 620px;
  margin: 0 auto 50px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #23bbe4;
  border-bottom: 2px dashed #23bbe4;
}

.notes {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  color: #ec6867;
  padding: 0 10%;
}

.pippi img {
  width: 10px;
}

.black {
  color: #000000;
}

.gray {
  color: #dcdcdc;
}

.green {
  color: #90c654;
}

ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 見出し */

.a-heading--type01 {
  background-color: #39b168;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

/*event workshop*/

.instlive__intr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.instlive__intr__host .name {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}

.instlive__intr__host .sns {
  font-size: 0.8rem;
  letter-spacing: 0;
}

.instlive__intr__host .title {
  color: #39b168;
  font-weight: bold;
}

.instlive .time {
  display: inline;
}

.instlive .time p {
  display: inline;
}

.instlive .time .time__title {
  background-color: #39b168;
  display: inline-block;
  color: #ffffff;
  padding: 4px 8px;
  margin-right: 4px;
  margin-top: 24px;
}

.instlive__guest ul li {
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  margin-bottom: 48px;
}

.instlive__guest ul li:nth-of-type(2),
.instlive__guest ul li:nth-of-type(5) {
  margin: 0 10px;
  box-sizing: border-box;
}

.instlive__guest__thumb {
  position: relative;
  margin-bottom: 24px;
}

.instlive__guest__thumb img {
  background-color: #90c654;
  padding: 2px;
}

.instlive__guest__thumb .date {
  position: absolute;
  top: 0;
  background-color: #90c654;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 96px;
  text-align: center;
  padding: 4px 0;
}

.instlive__guest__thumb .date span {
  font-size: 0.8rem;
  margin-left: 4px;
}

.instlive__guest .name {
  padding: 0 16px;
  margin-bottom: 16px;
  font-weight: bold;
}

.instlive .name span {
  color: #888888;
  font-size: 0.9rem;
  font-weight: normal;
}

.instlive__guest .sns {
  padding: 0 16px;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.instlive .sns a {
  color: #ec6867;
  font-weight: bold;
  text-decoration: none;
}

.instlive .sns a:hover {
  color: #f08976;
}

.instlive .sns img {
  width: 30px;
  vertical-align: middle;
  margin-right: 8px;
}

.instlive__intr__host {
  text-align: center;
  width: calc(100% / 3);
  margin: 0 auto;
}

/*event workshop*/
.hjmr_info {
  margin-bottom: 80px;
  font-size: 16px;
}
.hjmr_info a {
  color: #23bbe4;
}
.btn_hjmr {
  text-align: center;
  margin: 30px 10px;
}
.btn_hjmr a {
  display: inline-block;
  background: #ec6867;
  padding: 5px 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}
.btn_hjmr a:hover {
  background: #f08976;
}
.hjmr_info .top_info_block {
  box-shadow: none;
}
.btn_hjmr a.archive {
  background: #929292;
}
.btn_hjmr a.archive:hover {
  background: #00adac;
}

.t_color02 {
  color: #39b168;
  font-weight: bold;
}
.hjmr_info .line {
  border-color: #cbe3b0;
}
.hjmr_info .text_s {
  font-size: 13.5px;
}

ul.img_event {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 700px;
  margin: 40px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img_event li {
  width: 48%;
  margin: 5px 7px;
}

.img_event li:first-child {
  width: 100%;
}

.tag-s {
  background-color: #ec6867;
  padding: 5px;
  font-size: 13px;
  color: #ffffff;
  margin-left: 10px;
}

.o-event-top__main {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

.o-event-top__visual--type01 {
  max-width: 200px;
  margin-right: 32px;
}

/*list*/
#event_hajimari-list {
  font-family: sans-serif;
  line-height: 1.7;
  font-size: 13px;
}
#event_hajimari-list td {
  padding: 20px 10px;
  border-bottom: 1px solid #cbe3b0;
}
#event_hajimari-list .box-block td a {
  display: inline-block;
  margin-top: 5px;
  padding: 1px 15px;
  background: #eadd90;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#event_hajimari-list .box-block td a:hover {
  background: #f9bf58;
}
#event_hajimari-list td span {
  font-size: 12px;
  display: block;
  color: #888;
}
#event_hajimari-list tr.first_tr td {
  padding: 5px 10px;
}

.img-event + .img-event {
  margin-top: 8px;
}

/* 開催前 */

.extra_comingsoon p {
  font-size: 16px;
  text-align: center;
}

.btn_archive {
  max-width: 340px;
  margin: 30px auto;
}
.btn_archive li {
  background-color: #fff;
  margin-top: 20px;
}

.btn_archive a.archive {
  background: #929292;
}

.btn_archive a.archive:hover {
  background: #00adac;
}

.btn_archive li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

/*-----------------------------------------------------
archive-list
------------------------------------------------------*/
.head_img-event-hjmr-archive {
  height: 120px;
}
.hjmr_hl-archive {
  color: #39b168;
  border: none;
  margin: 80px auto;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.archive-list .event_info {
  background: #00adac;
  margin: 0;
}
.archive-list .event_info a {
  color: #fff;
  text-decoration: none;
}
.archive-list .event_info a:hover {
  text-decoration: underline;
}
.archive-list article {
  padding: 50px 0;
  background: #f5f5f5;
}
.archive-block {
  display: flex;
}
.archive-block__heading {
  max-width: 100px;
  height: 32px;
  border-radius: 40px;
  line-height: 2;
  margin: 0 auto;
}
.archive-block__item {
  width: 50%;
  text-align: center;
}

/* ----------------------------------------------------
 instfeed
 ---------------------------------------------------- */
.inst_Ga {
  padding: 3px 0;
}

.inst_Ga > div {
  margin: 0 auto;
}
.inst_photo {
  box-sizing: border-box;
  width: calc((100% * 1 / 3));
  padding: 1px;
  float: left;
}
.inst_photo img {
  width: 100%;
  vertical-align: middle;
}
.inst_Ga a {
  display: inline-block;
}

/* ----------------------------------------------------
 event 深海魚
 ---------------------------------------------------- */

.p-event-shinkaigyo__top {
  margin-bottom: 24px;
}

.p-event-shinkaigyo__image {
  width: 260px;
  margin: 16px auto 24px;
  display: block;
}

.p-event-shinkaigyo__maintext {
  margin-bottom: 80px;
}

.p-event-shinkaigyo-guest {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.p-event-shinkaigyo-guest__top {
  text-align: center;
}

.p-event-shinkaigyo-guest__item {
  width: 50%;
  max-width: 300px;
  margin: 0 16px;
}

.p-event-shinkaigyo-guest__image {
  max-width: 200px;
  margin-bottom: 24px;
}

.p-event-shinkaigyo-guest__text {
  border-top: #cbe3b0 solid 1px;
  border-bottom: #cbe3b0 solid 1px;
  height: 220px;
  margin-top: 8px;
}
