@charset "UTF-8";
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ノーマライズ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/* html */
html {
  margin: 0;
  padding: 0;
  border: 0; }

/* ボディ */
body {
  line-height: 1;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0; }

/* 全体 */
section, nav, article, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, main, address,
p, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div,
a, em, strong, small, s, cite, q, dfn, abbr, time, kbd, i, b, mark, span,
ins, del,
img, iframe, embed, object, video, audio, canvas, map,
table, caption, tbody, thead, tfoot, tr, td, th,
form, fieldset, legend, label,
details, summary, command, menu {
  font: inherit;
  font-size: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0; }

/* 画像 (下部に余白ができるので) */
img {
  vertical-align: bottom; }

/* 画像　タップ長押しで保存できないように */
img{	  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

/* リスト (list-styleを復帰する場合はmargin-leftの設定が必須) */
ol, ul {
  list-style: none; }

/* 上付き、下付き文字 */
sub {
  font: inherit;
  vertical-align: baseline; }

sup {
  font: inherit; }

/* 引用 */
blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none; }

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

/* フォーム (paddingを0にすると面倒くさいことになるので分離) */
input, button, select, datalist, optgroup, option, textarea, keygen, output, progress, meter {
  font: inherit;
  font-size: inherit;
  vertical-align: baseline;
  margin: 0;
  outline: none; }

/* 区切り */
hr {
  display: block;
  margin: 0;
  padding: 0;
  border-top: solid 1px #000; }

/* リセット除外 */
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ミックスイン

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/* クリアフィックス */
/* テキスト非表示ブロック */
/* フォントファミリー */
/* Webフォント指定 */
/* フォントサイズのREM指定 */
/* リンク文字色 */
/* ブロック要素の中央配置 */
/* 要素の天地左右中央配置 */
/* テキスト省略 */
/* ベンダープレフィックス追加 */
/* グラデーション(縦) */
/* グラデーション(横) */
/* グラデーション(放射) */
/* プレースホルダーのカラー */
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　関数

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
/* フォントサイズの%変換 */
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　全体設定

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@font-face {
  font-family: "icon";
  src: url("../font/icon/font.woff") format("woff2"), url("../font/icon/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "sawarabi";
  src: url("../font/sawarabi/font.woff") format("woff2"), url("../font/sawarabi/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: 'sawarabi', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;;
  font-size: 62.5%; }

body {
  position: relative; }

a {
  text-decoration: none; }
  a img {
    opacity: 1; }
  a:hover {
    color: #e05d45 !important; }
    a:hover:before {
      color: #e05d45 !important; }
    a:hover:after {
      color: #e05d45 !important; }
    a:hover span {
      color: #e05d45 !important; }
      a:hover span:before {
        color: #e05d45 !important; }
      a:hover span:after {
        color: #e05d45 !important; }
    a:hover img {
      opacity: .6; }

form input, form select, form textarea {
  line-height: 1;
  border: solid 1px #ccc;
  border-radius: 5px; }
form em {
  display: none; }
form .error {
  color: #fff;
  background: #e05d45;
  border-color: #e05d45; }
  form .error:placeholder-shown {
    color: #fff; }
  form .error::-webkit-input-placeholder {
    color: #fff; }
  form .error:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  form .error::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  form .error:-ms-input-placeholder {
    color: #fff; }
form .error + em {
  display: block !important; }
form select {
  padding: 20px; }
form input + em, form select + em, form textarea + em {
  color: #e05d45;
  margin: 10px 0 0; }
form label {
  margin: 0 20px 0 0; }
form table {
  margin: 30px 0 0; }
  form table th {
    display: block;
    text-align: left; }
    form table th span {
      display: inline-block;
      color: #fff;
      background: #e05d45;
      font-size: 1.3rem;
      text-align: center;
      width: 62px;
      line-height: 20px;
      border-radius: 5px;
      margin: 0 0 0 5px; }
  form table td {
    display: block;
    padding: 10px 0 30px;
    line-height: 1.4; }
form section {
  margin: 40px 0 0;
  text-align: center; }
  form section button {
    padding: 0 30px;
    line-height: 60px;
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer; }
    form section button img {
      opacity: 1; }
    form section button span {
      color: #000;
      font-size: 1.5rem; }
      form section button span:after {
        content: 'r';
        font-family: 'icon';
        margin: 0 0 0 8px; }
    form section button:hover {
      color: #fff !important;
      background: #e05d45 !important; }
      form section button:hover span {
        color: #fff !important; }
      form section button:hover img {
        opacity: .6; }

.form_finish {
  text-align: center;
  margin: 100px 20px 0; }
  .form_finish h3 {
    font-size: 2.4rem; }
  .form_finish p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 40px 0 0; }
  .form_finish small {
    display: block;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 60px 0 0; }
  .form_finish a {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 60px;
    background: #fff;
    border: solid 1px #ccc;
    margin: 50px 20px 0; }
    .form_finish a:hover {
      color: #fff !important;
      background: #e05d45 !important; }
      .form_finish a:hover span {
        color: #fff !important; }
        .form_finish a:hover span:after {
          color: #fff !important; }
    .form_finish a span {
      font-size: 1.5rem; }
      .form_finish a span:after {
        content: 'r';
        font-family: 'icon';
        margin: 0 0 0 8px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ヘッダ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
header {
  position: fixed;
  width: calc(100vw );
  top: 0;
  z-index: 10;
  border-right: ;
  background:#fff; }
  header hgroup {
    *zoom: 1;
    background: #fff;
    width: calc(90vw - 85px - 10px);
    padding: 15px 25px 15px 60px; }
    header hgroup::after {
      content: '';
      display: table;
      clear: both; }
    header hgroup h1 {
      line-height: 30px; }
      header hgroup h1 small {
        float: left;
        font-size: 1.4rem; }
      header hgroup h1 strong {
        float: left;
        font-size: 2.2rem;
        margin-left: 10px; }
      header hgroup h1 a {
        color: #000; }
  header .hamburger {
    color: #000;
    font-family: 'icon';
    font-size: 3rem;
    width: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
    header .hamburger:before {
      content: 'M'; }
  header .hamburger.close:before {
    content: 'C'; }
  header .hamburger.close + nav {
    left: 0; }
  header nav {
    position: absolute;
    top: 60px;
    left: -80vw;
    background: #f1f1f1;
    width: 80vw;
    height: calc(100vh - 60px);
    transition: all .5s; }
    header nav > ul li {
      border-bottom: solid 1px #ccc;
      position: relative; }
      header nav > ul li:before {
        content: '';
        background: #ccc;
        width: 40px;
        height: 3px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0; }
      header nav > ul li a {
        display: block;
        color: #000;
        font-size: 1.5rem;
        line-height: 60px;
        padding: 0 20px 0 55px; }
    header nav .sub01 {
      font-size: 1.5rem;
      line-height: 30px;
      margin: 10px 20px 0 55px; }
      header nav .sub01 a {
        color: #000; }
    header nav .sub02 {
      *zoom: 1;
      margin: 10px 20px 0 55px; }
      header nav .sub02::after {
        content: '';
        display: table;
        clear: both; }
      header nav .sub02 .instagram {
        float: left;
        font-family: 'icon';
        font-size: 4rem;
        color: #525252;
        line-height: 1; }
      header nav .sub02 ul {
        float: right;
        text-align: right; }
        header nav .sub02 ul li {
          display: inline-block; }
          header nav .sub02 ul li a {
            display: block;
            color: #fff;
            background: #525252;
            font-size: 1.8rem;
            text-align: center;
            width: 46px;
            line-height: 25px;
            border: solid 1px #fff; }
            header nav .sub02 ul li a:hover {
              color: #525252 !important;
              background: #e05d45;
              border: solid 1px #e05d45; }
          header nav .sub02 ul li .current {
            color: #525252;
            background: #fff; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　フッタ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
footer {
  background: #525252;
  margin: 80px 0 0;
  padding: 30px 0;
  position: relative; }
  footer .pagetop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -40px;
    width: 250px;
    font-family: 'icon';
    font-size: 2.5rem;
    text-align: center;
    color: #d55f4b; }
    footer .pagetop:after {
      content: '';
      background: #d55f4b;
      width: 100%;
      height: 5px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 40px; }
  footer .pt-txt { display:none; }
  footer div {
    color: #fff;
    padding: 0 15px; }
    footer div .link {
      position: absolute; }
      footer div .link .instagram {
        font-family: 'icon';
        font-size: 4rem;
        color: #fff;
        line-height: 1; }
      footer div .link nav {
        display: none; }
    footer div .site nav {
      margin: 10px 0 0; }
      footer div .site nav ul {
        text-align: right; }
        footer div .site nav ul li {
          display: inline-block; }
          footer div .site nav ul li a {
            display: block;
            color: #fff;
            background: #525252;
            font-size: 1.8rem;
            text-align: center;
            width: 46px;
            line-height: 25px;
            border: solid 1px #fff; }
            footer div .site nav ul li a:hover {
              color: #525252 !important;
              background: #e05d45;
              border: solid 1px #e05d45; }
          footer div .site nav ul li .current {
            color: #525252;
            background: #fff; }
    footer div .site dl {
      text-align: center;
      line-height: 1.5;
      margin: 40px 0 0; }
      footer div .site dl dt {
        font-size: 2.5rem; }
      footer div .site dl dd {
        font-size: 1.5rem;
        margin: 10px 0 0; }
        footer div .site dl dd small {
          display: block;
          margin: 10px 0 0; }
        footer div .site dl dd a {
          color: #fff; }
  footer .copyright {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    margin: 30px 0 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　下層ページ共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
main .underlayer_visual {
  background: #f1f1f1 url(../images/common/visual_dummy.png) center;
  height: 340px;
  position: relative; }
  main .underlayer_visual span {
    font-size: 2.8rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 90%;
    left: 5%;
    text-align: center; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - メインビジュアル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_visual {
  position: relative; }
  .index_visual .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 35px; }
    .index_visual .slick-dots li {
      display: inline-block;
      margin: 0 6px; }
      .index_visual .slick-dots li button {
        color: #fff;
        background: transparent;
        font-size: 1.8rem;
        border: none;
        position: relative;
        text-indent: -9999px;
        cursor: pointer; }
        .index_visual .slick-dots li button:before {
          content: '◆';
          text-indent: 0px;
          position: absolute;
          top: 0;
          left: 0; }
    .index_visual .slick-dots .slick-active button {
      color: #e05d45; }
  .index_visual .slide01 {
    background: #718db2; }
    .index_visual .slide01 figure {
      position: relative;
      width: 100%;
      height: 100vh;
      background: url(../images/index/slide01b.jpg) center no-repeat;
      background-size: auto 100%; }
      .index_visual .slide01 figure img {
        display: none; }
      .index_visual .slide01 figure figcaption {
        position: absolute;
        top: 200px;
        left: 50px;
        color: #fff;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .index_visual .slide01 figure figcaption dl dt {
          font-size: 3.5rem; }
        .index_visual .slide01 figure figcaption dl dd {
          font-size: 2.5rem;
          line-height: 1.6;
          margin: 7em 20px 0 0; }
          .index_visual .slide01 figure figcaption dl dd small {
            font-size: 1.6rem; }
  .index_visual .slide02 {
    background: #1c1c17; }
    .index_visual .slide02 figure {
      position: relative;
      width: 100%;
      height: 100vh;
      background: url(../images/index/slide02b.jpg) center no-repeat;
      background-size: auto 100%; }
      .index_visual .slide02 figure img {
        display: none; }
      .index_visual .slide02 figure figcaption {
        position: absolute;
        top: 200px;
        left: 50px;
        color: #fff;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .index_visual .slide02 figure figcaption dl dt {
          font-size: 3.5rem; }
        .index_visual .slide02 figure figcaption dl dd {
          font-size: 2.5rem;
          margin: 2em 20px 0 0; }

  .index_visual .slide03 {
    background: #718db2; }
    .index_visual .slide03 figure {
      position: relative;
      width: 100%;
      height: 100vh;
      background: url(../images/index/slide03b.jpg) center no-repeat;
      background-size: auto 100%; }
      .index_visual .slide03 figure img {
        display: none; }
      .index_visual .slide03 figure figcaption {
        position: absolute;
        top: 200px;
        left: 50px;
        color: #fff;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .index_visual .slide03 figure figcaption dl dt {
          font-size: 3.5rem; }
        .index_visual .slide03 figure figcaption dl dd {
          font-size: 2.5rem;
          line-height: 1.6;
          margin: 7em 20px 0 0; }
          .index_visual .slide03 figure figcaption dl dd small {
            font-size: 1.6rem; }
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - 法話会

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_houwa {
  background: #f1f1f1 url(http://www.nara-yakushiji.com/wp/wp-content/themes/yakushiji/_include/images/index/houwa_bg.png) center;
  padding: 15px 25px 25px; }
  .index_houwa section {
    display: flex; }
    .index_houwa section h2 {
      font-size: 2.4rem;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      border-top: solid 2px #000;
      line-height: 27px;
      padding: 20px 0 0;
      margin: 15px 0 0; }
    .index_houwa section article {
      width: calc(100vw - 27px - 25px - 50px);
      margin: 0 0 0 25px; }
      .index_houwa section article ul {
        font-size: 1.5rem; }
        .index_houwa section article ul li {
          border-bottom: solid 2px #b7b7b7; }
          .index_houwa section article ul li dl {
            line-height: 23px;
            padding: 15px 8px; }
            .index_houwa section article ul li dl dt span {
              display: inline-block;
              color: #fff;
              background: #d55f4b;
              font-size: 1.4rem;
              padding: 0 10px;
              margin: 0 5px 0 0; }
            .index_houwa section article ul li dl dt em {
              font-weight: bold; }
            .index_houwa section article ul li dl dd {
              margin: 10px 0 0; }
      .index_houwa section article aside {
        text-align: center;
        margin: 25px 0 0; }
        .index_houwa section article aside a {
          color: #000;
          font-size: 1.5rem; }
          .index_houwa section article aside a:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - 薬師寺からのお知らせ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_news {
  margin: 0 25px;
  padding: 30px 0 0; }
  .index_news h2 {
    font-size: 2.6rem;
    text-align: center; }
  .index_news ul {
    font-size: 1.3rem;
    margin: 25px 0 0; }
    .index_news ul li {
      margin: 0 10px;
      padding: 10px 0;
      border-bottom: solid 1px #ccc; }
      .index_news ul li a {
        display: block;
        color: #000;
        position: relative; }
        .index_news ul li a:after {
          content: 'r';
          display: block;
          color: #999;
          font-family: 'icon';
          font-size: 1.5rem;
          text-align: right;
          padding: 5px 0;
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          right: 0; }
        .index_news ul li a figure {
          *zoom: 1; }
          .index_news ul li a figure::after {
            content: '';
            display: table;
            clear: both; }
          .index_news ul li a figure img {
            float: left; }
          .index_news ul li a figure figcaption {
            float: left;
            width: calc(100vw - 108px - 50px - 20px - 50px);
            line-height: 1.6;
            margin: 0 10px; }
            .index_news ul li a figure figcaption small {
              display: block; }
            .index_news ul li a figure figcaption p {
              margin: 5px 0 0; }
  .index_news aside {
    text-align: center;
    margin: 25px 0 0; }
    .index_news aside a {
      color: #000;
      font-size: 1.5rem; }
      .index_news aside a:after {
        content: 'r';
        font-family: 'icon';
        margin: 0 0 0 8px; }
		
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - 特定のイベント開催時に導線をおく。

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
    .eventlink aside {
      /*border-top: solid 1px #dedede;*/
	  background:#F1F1F1;
      margin: 50px 0 0;
      padding: 30px 0 30px 0;
      text-align: center; }
      .eventlink aside a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        text-align: center;
        width: 80%;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc; }
        .eventlink aside a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .eventlink aside a:hover span {
            color: #fff !important; }
            .eventlink aside a:hover span:after {
              color: #fff !important; }
        .eventlink aside a span {
          font-size: 1.5rem; }
          .eventlink aside a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }

    .eventlink2 aside {
      /*border-top: solid 1px #dedede;*/
	  background:#F1F1F1;
      margin: 50px 0 0;
      padding: 35px 0 35px 0;
      text-align: center; }
    .eventlink2 aside img {
		width:85%;
		}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - 年中行事

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_event {
  /*margin: 40px 0 0;*/
  margin:0;
   }
  .index_event h2 {
    color: #fff;
    background: url(../images/index/event_visual.jpg) center no-repeat;
    background-size: cover;
    height: 350px;
    position: relative; }
    .index_event h2 span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.8rem;
      text-align: center;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      height: 350px; }
  .index_event article {
    margin: 25px 0 0;
    position: relative;
    overflow: hidden; }
    .index_event article:after {
      content: '';
      background: #dedede;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 40px; }
    .index_event article ol li {
      width: calc(100% - 60px);
      padding: 0 30px; }
      .index_event article ol li strong {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 50px; }
      .index_event article ol li p {
        font-size: 1.4rem;
        line-height: 1.4;
        margin: 10px 0 0; }
        .index_event article ol li p a {
          display: block;
          color: #000;
          position: relative; }
          .index_event article ol li p a:after {
            content: 'r';
            font-family: 'icon';
            color: #ccc;
            position: absolute;
            right: 0; }
        .index_event article ol li p small {
          display: inline-block;
          width: 90px;
          vertical-align: top; }
        .index_event article ol li p em {
          display: inline-block;
          width: calc(100% - 100px);
          vertical-align: top; }
    .index_event article .prev {
      font-family: 'icon';
      font-size: 3rem;
      color: #ccc;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 10px; }
    .index_event article .next {
      font-family: 'icon';
      font-size: 3rem;
      color: #ccc;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 10px; }
    .index_event article aside {
      text-align: center;
      margin: 30px 0 0; }
      .index_event article aside a {
        color: #000;
        font-size: 1.5rem; }
        .index_event article aside a:after {
          content: 'r';
          font-family: 'icon';
          margin: 0 0 0 8px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - お写経

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_syakyo {
  margin: 50px 0 0; }
  .index_syakyo h2 {
    color: #fff;
    background: url(../images/index/syakyo_visual.jpg) center no-repeat;
    background-size: cover;
    height: 350px;
    position: relative; }
    .index_syakyo h2 span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.8rem;
      text-align: center;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      height: 350px; }
  .index_syakyo article {
    margin: 25px 25px 0; }
    .index_syakyo article section {
      line-height: 2; }
      .index_syakyo article section p {
        font-size: 1.5rem; }
      .index_syakyo article section dl {
        margin: 30px 0 0; }
        .index_syakyo article section dl dt {
          font-size: 2.5rem; }
        .index_syakyo article section dl dd {
          font-size: 1.5rem;
          margin: 10px 0 0; }
      .index_syakyo article section aside {
        text-align: center;
        margin: 20px 0 0; }
        .index_syakyo article section aside a {
          color: #000;
          font-size: 1.5rem; }
          .index_syakyo article section aside a:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
    .index_syakyo article ul {
      *zoom: 1;
      margin: 25px 0 0; }
      .index_syakyo article ul::after {
        content: '';
        display: table;
        clear: both; }
      .index_syakyo article ul li {
        float: left;
        width: calc(50vw - 35px - 10px); }
        .index_syakyo article ul li:nth-child(even) {
          margin: 0 0 0 20px; }
        .index_syakyo article ul li a {
          color: #000; }
          .index_syakyo article ul li a figure {
            text-align: center; }
            .index_syakyo article ul li a figure img {
              width: 100%; }
            .index_syakyo article ul li a figure figcaption {
              margin: 10px 0 0; }
              .index_syakyo article ul li a figure figcaption span {
                color: #000;
                font-size: 1.5rem; }
                .index_syakyo article ul li a figure figcaption span:after {
                  content: 'r';
                  font-family: 'icon';
                  margin: 0 0 0 8px;
                  color: #999; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - 薬師寺について

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_about {
  margin: 50px 0 0; }
  .index_about h2 {
    color: #fff;
    background: url(../images/index/about_visual2.jpg) center no-repeat;
    background-size: auto 100%;
    height: 600px;
    position: relative; }
    .index_about h2 strong {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 50px;
      font-size: 2.4rem;
      text-align: center;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
    .index_about h2 dl {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 30px;
      width: calc(100vw - 50px);
      text-shadow: 0px 0px 7px #000;
      text-align: center;
      line-height: 2; }
      .index_about h2 dl dt {
        font-size: 2rem; }
      .index_about h2 dl dd {
        font-size: 1.5rem;
        margin: 30px 0 0; }
  .index_about aside {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    line-height: 30px;
    width: 30px;
    margin: 20px auto 0; }
  .index_about p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    margin: 20px 25px 0; }
  .index_about ul {
    *zoom: 1;
    margin: 10px 25px 0; }
    .index_about ul::after {
      content: '';
      display: table;
      clear: both; }
    .index_about ul li {
      float: left;
      width: calc(50vw - 35px - 10px);
      margin: 20px 0 0; }
      .index_about ul li:nth-child(even) {
        margin: 20px 0 0 20px; }
      .index_about ul li a {
        color: #000; }
        .index_about ul li a figure {
          text-align: center; }
          .index_about ul li a figure img {
            width: 100%; }
          .index_about ul li a figure figcaption {
            margin: 10px 0 0; }
            .index_about ul li a figure figcaption span {
              color: #000;
              font-size: 1.5rem; }
              .index_about ul li a figure figcaption span:after {
                content: 'r';
                font-family: 'icon';
                margin: 0 0 0 8px;
                color: #999; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - Instagram

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.index_instagram {
  background: #f1f1f1;
  margin: 50px 0 0; }
  .index_instagram h2 {
    color: #fff;
    background: #1c1c17;
    font-size: 1.8rem;
    text-align: center;
    line-height: 120px; }
  .index_instagram ul {
    *zoom: 1;
    margin: 0 20px;
    padding: 10px 0 30px; }
    .index_instagram ul::after {
      content: '';
      display: table;
      clear: both; }
    .index_instagram ul li {
      float: left;
      width: 47.5%;
      margin: 20px 0 0; }
      .index_instagram ul li:nth-child(even) {
        margin: 20px 0 0 5%; }
      .index_instagram ul li a {
        display: block; }
        .index_instagram ul li a img {
          width: 100%; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　薬師寺について

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.guide .underlayer_visual {
  background: url(../images/guide/visual.jpg) center no-repeat;
  background-size: cover; }
.guide .content01 {
  margin: 70px 20px 0; }
  .guide .content01 dt {
    font-size: 3.2rem;
    line-height: 1.7;
    text-align: center; }
    .guide .content01 dt small {
      display: block;
      font-size: 1.7rem;
      text-align: center; }
  .guide .content01 dd {
    font-size: 1.5rem;
    line-height: 2;
    margin: 40px 0 0; }
    .guide .content01 dd p {
      margin: 2em 0 0; }
    .guide .content01 dd figure img {
      width: 100%; }
.guide .content02 {
  margin: 70px 20px 0; }
  .guide .content02 dt {
    font-size: 2.3rem;
    text-align: center; }
  .guide .content02 dd {
    font-size: 1.5rem;
    line-height: 2;
    margin: 20px 0 0; }
    .guide .content02 dd p {
      text-indent: 1em;
      margin: 2em 0 0; }
.guide .content03 {
  margin: 70px 20px 0; }
  .guide .content03 small {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 20px; }
  .guide .content03 strong {
    display: block;
    font-size: 3.2rem;
    text-align: center; }
  .guide .content03 figure {
    align-items: center;
    margin: 70px 0 0; }
    .guide .content03 figure img {
      width: 100%; }
    .guide .content03 figure figcaption {
      font-size: 1.5rem;
      line-height: 1.8;
      margin: 20px 0 0x; }
      .guide .content03 figure figcaption p {
        margin: 2em 0 0; }
      .guide .content03 figure figcaption aside {
        font-weight: bold;
        text-align: center;
        margin: 2em 0 0; }
        .guide .content03 figure figcaption aside span {
          display: inline-block;
          width: 8em; }
      .guide .content03 figure figcaption dl {
        background: #dedede;
        padding: 15px 20px;
        margin: 30px 0 0; }
        .guide .content03 figure figcaption dl dt {
          font-weight: bold; }
        .guide .content03 figure figcaption dl dd {
          margin: 10px 0 0; }
.guide .content04 {
  margin: 70px 20px 0; }
  .guide .content04 strong {
    display: block;
    font-size: 3.2rem;
    text-align: center; }
  .guide .content04 ul {
    *zoom: 1;
    margin: 30px 0 0; }
    .guide .content04 ul::after {
      content: '';
      display: table;
      clear: both; }
    .guide .content04 ul li {
      float: left;
      width: 45%;
      margin: 20px 2.5% 0; }
      .guide .content04 ul li figure img {
        width: 100%; }
      .guide .content04 ul li figure figcaption {
        font-size: 1.5rem;
        text-align: center;
        margin: 10px 0 0; }
.guide .main_nav {
  width: 100%;
  margin: 70px 0 0; }
  .guide .main_nav ul {
    text-align: center; }
    .guide .main_nav ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 2.5rem;
      width: 20vw;
      position: relative;
      padding: 50px 0 0; }
      .guide .main_nav ul li:after {
        content: '';
        background: #000;
        width: 2px;
        height: 39px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 0; }
      .guide .main_nav ul li:hover:after {
        background: #e05d45; }
      .guide .main_nav ul li a {
        display: block;
        color: #000;
        line-height: 20vw;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
    .guide .main_nav ul .current:after {
      background: #e05d45; }
    .guide .main_nav ul .current a {
      color: #e05d45; }
.guide .sub_nav {
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  padding: 25px 0;
  margin: 80px 20px 0; }
  .guide .sub_nav ul {
    *zoom: 1; }
    .guide .sub_nav ul::after {
      content: '';
      display: table;
      clear: both; }
    .guide .sub_nav ul li {
      float: left;
      width: 45%;
      margin: 15px 2.5%; }
      .guide .sub_nav ul li a {
        display: block;
        color: #000;
        font-size: 1.5rem;
        position: relative; }
        .guide .sub_nav ul li a:after {
          content: 'r';
          font-family: 'icon';
          position: absolute;
          right: 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　薬師寺の歴史

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.history .underlayer_visual {
  background: url(../images/guide/history/visual.jpg) center no-repeat;
  background-size: cover; }
.history h3 {
  font-size: 3.2rem;
  text-align: center;
  margin: 70px 0 0; }
.history strong {
  display: block;
  font-size: 2.6rem;
  text-align: center; }
.history .content01 {
  margin: 70px 20px 0; }
  .history .content01 p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 50px 0 0; }
  .history .content01 figure {
    text-align: center;
    margin: 30px 0 0; }
    .history .content01 figure img {
      width: 100%; }
    .history .content01 figure figcaption {
      color: #666;
      font-size: 1.3rem;
      line-height: 2;
      margin: 10px 0 0; }
.history .content02 {
  margin: 30px 20px 0; }
  .history .content02 figure {
    text-align: center; }
    .history .content02 figure img {
      width: 100%; }
    .history .content02 figure figcaption {
      color: #666;
      font-size: 1.3rem;
      line-height: 2;
      margin: 10px 0 0; }
  .history .content02 p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 30px 0 0; }
.history .content03 {
  margin: 80px 0 0;
  position: relative; }
  .history .content03 div {
    width: 100%;
    margin: 80px 0 0;
    overflow: hidden; }
    .history .content03 div section {
      display: flex;
      flex-flow: row-reverse;
      padding: 0 50px; }
      .history .content03 div section dl {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 0 0 0 20px;
        margin: 0 20px 0 0;
        position: relative; }
        .history .content03 div section dl:after {
          content: '';
          background: #ccc;
          height: 3px;
          width: calc(100% - 40px);
          position: absolute;
          top: 45px;
          left: 0; }
        .history .content03 div section dl dt {
          font-size: 1.8rem; }
        .history .content03 div section dl dd {
          height: 350px;
          margin: 140px 40px 0 0;
          position: relative; }
          .history .content03 div section dl dd:before {
            content: '';
            background: #ccc;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            top: -101px; }
          .history .content03 div section dl dd:after {
            content: '';
            background: #ccc;
            width: 3px;
            height: 65px;
            position: absolute;
            right: 6px;
            top: -90px; }
          .history .content03 div section dl dd em {
            display: block;
            font-size: 1.6rem; }
          .history .content03 div section dl dd p {
            font-size: 1.3rem;
            line-height: 1.7;
            margin: 0 10px 0 0; }
  .history .content03:before {
    content: '';
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .history .content03:after {
    content: '';
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1);
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .history .content03 .prev {
    font-family: 'icon';
    font-size: 6rem;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    z-index: 2; }
  .history .content03 .next {
    font-family: 'icon';
    font-size: 6rem;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    z-index: 2; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　薬師寺の伽藍、仏様

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.guide_hotoke {
  padding: 50px 0 0; }
  .guide_hotoke ul {
    margin: 0 20px; }
    .guide_hotoke ul li strong {
      display: block;
      font-size: 1.8rem;
      text-align: center; }
    .guide_hotoke ul li a {
      color: #000; }
      .guide_hotoke ul li a:hover img {
        opacity: 1 !important; }
    .guide_hotoke ul li .large {
      margin: 15px 0 0;
      position: relative; }
      .guide_hotoke ul li .large img {
        width: 100%; }
        .guide_hotoke ul li .large img:first-child {
          position: absolute;
          opacity: 0; }
      .guide_hotoke ul li .large:hover img:first-child {
        opacity: 1; }
      .guide_hotoke ul li .large figcaption {
        font-size: 1.3rem;
        line-height: 1.4;
        margin: 15px 0 0; }
    .guide_hotoke ul li .small {
      *zoom: 1;
      margin: 20px 0 0; }
      .guide_hotoke ul li .small::after {
        content: '';
        display: table;
        clear: both; }
      .guide_hotoke ul li .small img {
        float: left;
        width: 30%; }
      .guide_hotoke ul li .small figcaption {
        float: left;
        width: 65%;
        font-size: 1.3rem;
        line-height: 1.4;
        margin: 0 0 0 5%; }
  .guide_hotoke .list01 li {
    margin: 90px 0 0; }
  .guide_hotoke .list02 {
    *zoom: 1; }
    .guide_hotoke .list02::after {
      content: '';
      display: table;
      clear: both; }
    .guide_hotoke .list02 li {
      float: left;
      width: 47.5%;
      margin: 90px 0 0; }
      .guide_hotoke .list02 li:nth-child(even) {
        margin: 90px 0 0 5%; }
  .guide_hotoke aside {
    text-align: center;
    margin: 40px 0 0; }
    .guide_hotoke aside a {
      display: inline-block;
      color: #000;
      text-decoration: none;
      width: 340px;
      line-height: 60px;
      background: #fff;
      border: solid 1px #ccc;
      margin: 0 5px; }
      .guide_hotoke aside a:hover {
        color: #fff !important;
        background: #e05d45 !important; }
        .guide_hotoke aside a:hover span {
          color: #fff !important; }
          .guide_hotoke aside a:hover span:after {
            color: #fff !important; }
      .guide_hotoke aside a span {
        font-size: 1.5rem; }
        .guide_hotoke aside a span:after {
          content: 'r';
          font-family: 'icon';
          margin: 0 0 0 8px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　本山　僧侶紹介

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.guide_soryo {
  padding: 70px 0 0; }
  .guide_soryo .list01 {
    margin: 70px 20px 0; }
    .guide_soryo .list01 li article figure {
      display: flex;
      align-items: center;
      flex-flow: row-reverse;
      border-left: solid 7px #e05e45; }
      .guide_soryo .list01 li article figure img {
        width: 50%; }
      .guide_soryo .list01 li article figure figcaption {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: calc(50vw - 7px - 20px); }
        .guide_soryo .list01 li article figure figcaption small {
          font-size: 1.5rem; }
        .guide_soryo .list01 li article figure figcaption strong {
          font-size: 2rem;
          margin: 20px 0 0; }
    .guide_soryo .list01 li article dl {
      font-size: 1.5rem;
      margin: 30px 0 0; }
      .guide_soryo .list01 li article dl dd {
        line-height: 2;
        margin: 20px 0 0; }
    .guide_soryo .list01 li aside {
      text-align: center;
      margin: 20px 0 0; }
      .guide_soryo .list01 li aside a {
        display: block;
        color: #000;
        text-decoration: none;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc;
        margin: 10px 20px 0; }
        .guide_soryo .list01 li aside a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .guide_soryo .list01 li aside a:hover span {
            color: #fff !important; }
            .guide_soryo .list01 li aside a:hover span:after {
              color: #fff !important; }
        .guide_soryo .list01 li aside a span {
          font-size: 1.5rem; }
          .guide_soryo .list01 li aside a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
    .guide_soryo .list01 li:nth-child(even) {
      margin: 70px 20px 0; }
      .guide_soryo .list01 li:nth-child(even) article figure {
        flex-flow: row;
        border-left: none;
        border-right: solid 7px #000; }
  .guide_soryo .list02 {
    *zoom: 1;
    margin: 70px 20px 0; }
    .guide_soryo .list02::after {
      content: '';
      display: table;
      clear: both; }
    .guide_soryo .list02 li {
      float: left;
      width: 47.5%;
      margin: 30px 0 0; }
      .guide_soryo .list02 li:nth-child(even) {
        margin: 30px 0 0 5%; }
      .guide_soryo .list02 li figure img {
        width: 100%; }
      .guide_soryo .list02 li figure figcaption {
        font-size: 1.2rem;
        line-height: 2;
        text-align: center;
        margin: 20px 0 0; }
        .guide_soryo .list02 li figure figcaption strong {
          display: block;
          font-size: 1.5rem; }
      .guide_soryo .list02 li aside {
        text-align: center;
        margin: 20px 0 0; }
        .guide_soryo .list02 li aside a {
          display: block;
          color: #000;
          text-decoration: none;
          line-height: 50px;
          background: #fff;
          border: solid 1px #ccc; }
          .guide_soryo .list02 li aside a:hover {
            color: #fff !important;
            background: #e05d45 !important; }
            .guide_soryo .list02 li aside a:hover span {
              color: #fff !important; }
              .guide_soryo .list02 li aside a:hover span:after {
                color: #fff !important; }
          .guide_soryo .list02 li aside a span {
            font-size: 1.3rem; }
            .guide_soryo .list02 li aside a span:after {
              content: 'r';
              font-family: 'icon';
              margin: 0 0 0 8px; }
  .guide_soryo .image {
    margin: 70px 20px 0; }
    .guide_soryo .image figure img {
      width: 100%; }
    .guide_soryo .image aside {
      font-size: 1.6rem;
      line-height: 2;
      padding: 30px 0;
      border-bottom: solid 1px #dedede; }
  .guide_soryo .soryo_detail01 {
    margin: 70px 0 0; }
    .guide_soryo .soryo_detail01 dt {
      text-align: center; }
      .guide_soryo .soryo_detail01 dt h2 {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 40px;
        margin: 0 auto; }
        .guide_soryo .soryo_detail01 dt h2 small {
          font-size: 1.8rem; }
        .guide_soryo .soryo_detail01 dt h2 strong {
          font-size: 3rem;
          margin: 10px 0 0; }
      .guide_soryo .soryo_detail01 dt aside {
        font-size: 1.5rem;
        margin: 30px 0 0; }
        .guide_soryo .soryo_detail01 dt aside a {
          color: #000; }
    .guide_soryo .soryo_detail01 dd {
      background: #f1f1f1 url(../images/common/bg_ichimatsu.png) center;
      font-size: 1.8rem;
      line-height: 2.5;
      text-align: center;
      padding: 30px 0;
      margin: 30px 0 0; }
  .guide_soryo .soryo_detail02 {
    font-size: 1.5rem;
    line-height: 2;
    margin: 60px 20px 0; }
  .guide_soryo .soryo_detail03 {
    margin: 50px 20px 0;
    text-align: center; }
    .guide_soryo .soryo_detail03 img {
      width: 100%; }
    .guide_soryo .soryo_detail03 dl {
      margin: 30px 0 0; }
      .guide_soryo .soryo_detail03 dl dt {
        font-size: 2.2rem; }
      .guide_soryo .soryo_detail03 dl dd {
        font-size: 1.5rem;
        line-height: 1.7;
        margin: 40px 0 0;
        text-align: left !important; }
    .guide_soryo .soryo_detail03 table {
      font-size: 1.3rem;
      line-height: 1.7;
      margin: 30px 0 0;
      width: 100%; }
      .guide_soryo .soryo_detail03 table th, .guide_soryo .soryo_detail03 table td {
        padding: 20px 30px;
        border: solid 1px #dedede; }
      .guide_soryo .soryo_detail03 table th {
        background: #f1f1f1;
        text-align: center;
        width: 60px; }
      .guide_soryo .soryo_detail03 table td {
        text-align: left; }
  .guide_soryo .soryo_detail04 {
    margin: 0 20px; }
    .guide_soryo .soryo_detail04 strong {
      display: block;
      font-size: 2.2rem;
      text-align: center;
      margin: 70px 0 0; }
    .guide_soryo .soryo_detail04 .history ol {
      font-size: 1.3rem;
      border-left: solid 3px #ccc;
      margin: 40px 0 0;
      padding: 10px 0 0 100px; }
      .guide_soryo .soryo_detail04 .history ol li {
        line-height: 15px;
        margin: 30px 0;
        position: relative; }
        .guide_soryo .soryo_detail04 .history ol li:before {
          content: '';
          background: #ccc;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          position: absolute;
          left: -109px; }
        .guide_soryo .soryo_detail04 .history ol li:after {
          content: '';
          background: #ccc;
          width: 65px;
          height: 3px;
          position: absolute;
          left: -100px;
          top: 6px; }
        .guide_soryo .soryo_detail04 .history ol li figure {
          margin: 30px 0 0; }
          .guide_soryo .soryo_detail04 .history ol li figure img {
            width: 100%; }
      .guide_soryo .soryo_detail04 .history ol .current:before {
        background: #e05d45; }
      .guide_soryo .soryo_detail04 .history ol .current:after {
        background: #e05d45; }
    .guide_soryo .soryo_detail04 .book ul {
      font-size: 1.3rem;
      margin: 40px 0 0;
      padding: 10px 0 0; }
      .guide_soryo .soryo_detail04 .book ul li {
        line-height: 15px;
        margin: 30px 0; }
        .guide_soryo .soryo_detail04 .book ul li small {
          color: #666; }
  .guide_soryo .soryo_detail05 {
    margin: 90px 0 0; }
    .guide_soryo .soryo_detail05 strong {
      display: block;
      font-size: 2.2rem;
      text-align: center; }
    .guide_soryo .soryo_detail05 article {
      margin: 50px auto 0;
      position: relative;
      overflow: hidden; }
      .guide_soryo .soryo_detail05 article ul li figure figcaption {
        font-size: 1.3rem;
        line-height: 2.5;
        text-align: center;
        margin: 15px 0 0; }
      .guide_soryo .soryo_detail05 article ul .slick-slide {
        opacity: .2; }
        .guide_soryo .soryo_detail05 article ul .slick-slide figure figcaption {
          display: none; }
      .guide_soryo .soryo_detail05 article ul .slick-current {
        opacity: 1; }
        .guide_soryo .soryo_detail05 article ul .slick-current figure figcaption {
          display: block; }
      .guide_soryo .soryo_detail05 article .prev {
        font-family: 'icon';
        font-size: 3rem;
        color: #ccc;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 10px; }
      .guide_soryo .soryo_detail05 article .next {
        font-family: 'icon';
        font-size: 3rem;
        color: #ccc;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px; }
  .guide_soryo .soryo_return {
    text-align: center;
    margin: 100px 20px 0; }
    .guide_soryo .soryo_return a {
      display: block;
      color: #000;
      text-decoration: none;
      line-height: 60px;
      background: #fff;
      border: solid 1px #ccc; }
      .guide_soryo .soryo_return a:hover {
        color: #fff !important;
        background: #e05d45 !important; }
        .guide_soryo .soryo_return a:hover span {
          color: #fff !important; }
          .guide_soryo .soryo_return a:hover span:after {
            color: #fff !important; }
      .guide_soryo .soryo_return a span {
        font-size: 1.5rem; }
        .guide_soryo .soryo_return a span:after {
          content: 'r';
          font-family: 'icon';
          margin: 0 0 0 8px; }
  .guide_soryo .kansyu_list {
    margin: 70px 0 0; }
    .guide_soryo .kansyu_list > li {
      padding: 30px 20px; }
      .guide_soryo .kansyu_list > li article figure {
        display: flex;
        align-items: center;
        flex-flow: row-reverse;
        border-left: solid 7px #dedede; }
        .guide_soryo .kansyu_list > li article figure img {
          width: 50%; }
        .guide_soryo .kansyu_list > li article figure figcaption {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 2rem;
          line-height: calc(50vw - 7px - 20px); }
      .guide_soryo .kansyu_list > li article dl {
        font-size: 1.5rem;
        margin: 30px 0 0; }
        .guide_soryo .kansyu_list > li article dl dd {
          line-height: 2;
          margin: 20px 0 0; }
      .guide_soryo .kansyu_list > li aside {
        margin: 40px 20px 0; }
        .guide_soryo .kansyu_list > li aside li {
          font-size: 1.3rem;
          line-height: 2; }
        .guide_soryo .kansyu_list > li aside ol {
          margin: 30px 0 0; }
        .guide_soryo .kansyu_list > li aside ul {
          margin: 30px 0 0; }
      .guide_soryo .kansyu_list > li:nth-child(even) figure {
        flex-flow: row;
        border-left: none;
        border-right: solid 7px #40413c; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　年中・定期行事

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.event .underlayer_visual {
  background: url(../images/event/visual.jpg) center no-repeat;
  background-size: cover; }
.event .event_list {
  margin: 70px 0 0; }
  .event .event_list h2 {
    font-size: 3.2rem;
    text-align: center; }
  .event .event_list article {
    margin: 25px 0 0;
    position: relative;
    overflow: hidden; }
    .event .event_list article:after {
      content: '';
      background: #dedede;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 40px; }
    .event .event_list article ol li {
      width: calc(100% - 60px);
      padding: 0 30px; }
      .event .event_list article ol li strong {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 50px; }
      .event .event_list article ol li p {
        font-size: 1.4rem;
        line-height: 1.4;
        margin: 10px 0 0; }
        .event .event_list article ol li p a {
          display: block;
          color: #000;
          position: relative; }
          .event .event_list article ol li p a:after {
            content: 'r';
            font-family: 'icon';
            color: #ccc;
            position: absolute;
            right: 0; }
        .event .event_list article ol li p small {
          display: inline-block;
          width: 90px;
          vertical-align: top; }
        .event .event_list article ol li p em {
          display: inline-block;
          width: calc(100% - 100px);
          vertical-align: top; }
    .event .event_list article ol .slick-slide {
      opacity: .2; }
      .event .event_list article ol .slick-slide a {
        pointer-events: none; }
    .event .event_list article ol .slick-current {
      opacity: 1; }
      .event .event_list article ol .slick-current a {
        pointer-events: auto; }
    .event .event_list article .prev {
      font-family: 'icon';
      font-size: 3rem;
      color: #ccc;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 10px; }
    .event .event_list article .next {
      font-family: 'icon';
      font-size: 3rem;
      color: #ccc;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 10px; }
.event .list01 {
  margin: 70px 20px 0; }
  .event .list01 h2 {
    font-size: 3.2rem;
    text-align: center; }
  .event .list01 ul {
    margin: 0 auto; }
    .event .list01 ul li {
      margin: 30px 0 0;
      text-align: center; }
      .event .list01 ul li figure img {
        width: 100%; }
      .event .list01 ul li figure figcaption dl {
        margin: 20px 0 0; }
        .event .list01 ul li figure figcaption dl dt {
          font-size: 2.4rem; }
        .event .list01 ul li figure figcaption dl dd {
          font-size: 1.3rem;
          text-align: left;
          line-height: 2;
          margin: 20px 0 0; }
      .event .list01 ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc;
        margin: 30px 20px 0; }
        .event .list01 ul li a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .event .list01 ul li a:hover span {
            color: #fff !important; }
            .event .list01 ul li a:hover span:after {
              color: #fff !important; }
        .event .list01 ul li a span {
          font-size: 1.5rem; }
          .event .list01 ul li a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
.event .list02 {
  margin: 70px 20px 0; }
  .event .list02 ul {
    *zoom: 1;
    margin: 0 auto; }
    .event .list02 ul::after {
      content: '';
      display: table;
      clear: both; }
    .event .list02 ul li {
      float: left;
      width: 47.5%;
      margin: 20px 0 0;
      text-align: center; }
      .event .list02 ul li:nth-child(even) {
        margin: 20px 0 0 5%; }
      .event .list02 ul li figure img {
        width: 100%; }
      .event .list02 ul li figure figcaption dl {
        margin: 20px 0 0; }
        .event .list02 ul li figure figcaption dl dt {
          font-size: 2.1rem; }
        .event .list02 ul li figure figcaption dl dd {
          font-size: 1.3rem;
          text-align: left;
          line-height: 2;
          margin: 20px 0 0; }
      .event .list02 ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc;
        margin: 30px 0 0; }
        .event .list02 ul li a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .event .list02 ul li a:hover span {
            color: #fff !important; }
            .event .list02 ul li a:hover span:after {
              color: #fff !important; }
        .event .list02 ul li a span {
          font-size: 1.5rem; }
          .event .list02 ul li a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
.event .event_place {
  margin: 70px 20px 0; }
  .event .event_place h2 {
    font-size: 2.8rem;
    text-align: center; }
  .event .event_place table {
    width: 100%;
    margin: 70px 0 0; }
    .event .event_place table th, .event .event_place table td {
      font-size: 1.3rem;
      line-height: 1.7;
      vertical-align: middle;
      padding: 15px 20px;
      border: solid 1px #dedede; }
    .event .event_place table th {
      background: #f1f1f1;
      text-align: center; }
    .event .event_place table .col01 {
      width: 20%; }
    .event .event_place table .col02 {
      width: 30%; }
  .event .event_place aside {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin: 30px 0 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　年中・定期行事 - 詳細

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.event_detail {
  margin: 110px 20px 0; }
  .event_detail h2 {
    font-size: 3.2rem;
    text-align: center; }
  .event_detail h2.m-top {
    margin-top:60px; }
  .event_detail .event_continuation01, .event_detail .event_continuation02 {
    opacity: 0;
    margin: 20px auto 0;
    transition: all 1s; }
  .event_detail .event_continuation01.view {
    opacity: 1;
    margin: 70px auto 0; }
  .event_detail .event_continuation02.view {
    opacity: 1;
    margin: 110px auto 0; }
  .event_detail .box_border {
  	padding-bottom:20px;
	border-bottom:1px solid #DEDEDE;}

  .event_detail .event_start {
    margin: 80px 0 0; }
    .event_detail .event_start figure {
      text-align: center; }
      .event_detail .event_start figure img {
        width: 100%; }
    .event_detail .event_start dl {
      align-items: center;
      margin: 30px 0 0; }
      .event_detail .event_start dl dt {
        text-align: center; }
        .event_detail .event_start dl dt small {
          display: block;
          font-size: 1.8rem; }
        .event_detail .event_start dl dt strong {
          display: block;
          font-size: 2.2rem;
          line-height: 1.7;
          margin: 10px 0 0; }
      .event_detail .event_start dl dd {
        font-size: 1.3rem;
        line-height: 2;
        margin: 20px 0 0; }
    .event_detail .event_start p {
      font-size: 1.5rem;
      line-height: 2;
      margin: 30px 0 0; }
  .event_detail .event_continuation01 dl dt {
    text-align: center;
    padding: 60px 0 0;
    position: relative; }
    .event_detail .event_continuation01 dl dt:before {
      content: '';
      background: #ccc;
      width: 3px;
      height: 45px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 0; }
    .event_detail .event_continuation01 dl dt small {
      display: block;
      font-size: 1.8rem; }
    .event_detail .event_continuation01 dl dt strong {
      display: block;
      font-size: 2.2rem;
      line-height: 1.7;
      margin: 10px 0 0; }
  .event_detail .event_continuation01 dl dd {
    margin: 30px 0 0; }
    .event_detail .event_continuation01 dl dd figure img {
      width: 100%; }
    .event_detail .event_continuation01 dl dd .vertical {
      margin: 10px 0 0; }
      .event_detail .event_continuation01 dl dd .vertical figcaption {
        font-size: 1.3rem;
        line-height: 2;
        margin: 10px 0 0; }
    .event_detail .event_continuation01 dl dd .horizontal figcaption {
      font-size: 1.3rem;
      line-height: 2;
      margin: 10px 0 0; }
    .event_detail .event_continuation01 dl dd .multiple {
      text-align: center;
      margin: 30px 0 0; }
      .event_detail .event_continuation01 dl dd .multiple img {
        width: 20%; }
      .event_detail .event_continuation01 dl dd .multiple figcaption {
        font-size: 1.3rem;
        line-height: 2;
        text-align: left;
        margin: 30px 0 0; }
    .event_detail .event_continuation01 dl dd p {
      font-size: 1.3rem;
      line-height: 2;
      margin: 10px 0 0; }
    .event_detail .event_continuation01 dl dd table {
      width: 100%;
      margin: 30px 0 0; }
      .event_detail .event_continuation01 dl dd table th, .event_detail .event_continuation01 dl dd table td {
        font-size: 1.3rem;
        line-height: 1.7;
        vertical-align: middle;
        padding: 20px 0;
        border: solid 1px #dedede; }
      .event_detail .event_continuation01 dl dd table th {
        background: #f1f1f1;
        width: 150px; }
      .event_detail .event_continuation01 dl dd table td {
        padding: 20px 30px; }
    .event_detail .event_continuation01 dl dd small {
      display: block;
      font-size: 1.1rem;
      line-height: 2;
      margin: 30px 0 0; }
    .event_detail .event_continuation01 dl dd em {
      display: block;
      font-size: 1.8rem;
      line-height: 2;
      text-align: center;
      margin: 30px 0; }
  .event_detail .event_continuation02 strong {
    display: block;
    font-size: 3.2rem;
    text-align: center; }
  .event_detail .event_continuation02 .text {
    margin: 70px 0 0; }
    .event_detail .event_continuation02 .text p {
      font-size: 1.5rem;
      line-height: 2;
      margin: 30px 0 0; }
    .event_detail .event_continuation02 .text figure {
      text-align: center;
      margin: 30px 0 0; }
      .event_detail .event_continuation02 .text figure img {
        width: 100%; }
    .event_detail .event_continuation02 .text dl {
      text-align: center;
      margin: 30px 0 0; }
      .event_detail .event_continuation02 .text dl dt {
        font-size: 2.2rem; }
      .event_detail .event_continuation02 .text dl dd {
        font-size: 1.8rem;
        margin: 30px 0 0; }
  .event_detail .event_continuation02 .schedule_single {
    margin: 70px 0 0; }
    .event_detail .event_continuation02 .schedule_single p {
      font-size: 1.5rem;
      line-height: 2;
      text-align: center; }
    .event_detail .event_continuation02 .schedule_single div {
      width: 100%;
      overflow-x: auto; }
    .event_detail .event_continuation02 .schedule_single table {
      width: 100%;
      margin: 30px 0 0; }
      .event_detail .event_continuation02 .schedule_single table thead th {
        color: #fff;
        background: #e05d45;
        font-size: 1.3rem;
        line-height: 1.7;
        vertical-align: middle;
        padding: 15px;
        border: solid 1px #dedede; }
      .event_detail .event_continuation02 .schedule_single table tbody th, .event_detail .event_continuation02 .schedule_single table tbody td {
        font-size: 1.3rem;
        line-height: 1.7;
        vertical-align: middle;
        padding: 15px;
        border: solid 1px #dedede;
        white-space: nowrap; }
      .event_detail .event_continuation02 .schedule_single table tbody th {
        background: #f1f1f1; }
    .event_detail .event_continuation02 .schedule_single .center tbody td {
      text-align: center; }
  .event_detail .event_continuation02 .schedule_doubule {
    margin: 70px 0 0; }
    .event_detail .event_continuation02 .schedule_doubule table {
      margin: 20px 0 0; }
      .event_detail .event_continuation02 .schedule_doubule table caption {
        font-size: 1.7rem;
        text-align: center;
        padding: 0 0 20px; }
      .event_detail .event_continuation02 .schedule_doubule table tbody th, .event_detail .event_continuation02 .schedule_doubule table tbody td {
        font-size: 1.3rem;
        line-height: 1.7;
        vertical-align: middle;
        padding: 20px 0;
        border: solid 1px #dedede; }
      .event_detail .event_continuation02 .schedule_doubule table tbody th {
        background: #f1f1f1;
        width: 150px; }
      .event_detail .event_continuation02 .schedule_doubule table tbody td {
        padding: 20px 30px; }
      .event_detail .event_continuation02 .schedule_doubule table tfoot td {
        font-size: 1.3rem;
        line-height: 1.7;
        padding: 20px 0; }
        .event_detail .event_continuation02 .schedule_doubule table tfoot td a {
          color: #000;
          text-decoration: underline; }
  .event_detail .event_continuation02 .image {
    display: flex;
    margin: 70px 0 0; }
    .event_detail .event_continuation02 .image p {
      font-size: 1.5rem;
      line-height: 2;
      width: 50%; }
    .event_detail .event_continuation02 .image figure {
      width: 50%;
      margin: 0 0 0 20px; }
      .event_detail .event_continuation02 .image figure img {
        width: 100%; }
      .event_detail .event_continuation02 .image figure figcaption {
        font-size: 1.5rem;
        line-height: 1.7;
        text-align: center;
        margin: 10px 0 0; }
  .event_detail .event_continuation02 .images figure {
    text-align: center; }
    .event_detail .event_continuation02 .images figure img {
      width: 96%;
      margin: 3px 0 0; }
    .event_detail .event_continuation02 .images figure figcaption {
      font-size: 1.1rem;
      line-height: 1.5;
      text-align: center;
      margin: 10px 0 0; }
  .event_detail .event_continuation02 .list {
    margin: 100px 0 0; }
    .event_detail .event_continuation02 .list ul {
      font-size: 1.5rem;
      line-height: 1.7;
      list-style: disc;
      padding: 0 20px 0 40px;
      margin: 30px 0 0; }
      .event_detail .event_continuation02 .list ul li {
        margin: 5px 0; }
    .event_detail .event_continuation02 .list .gray {
      background: #f1f1f1;
      padding: 20px 20px 20px 40px; }
    .event_detail .event_continuation02 .list p {
      font-size: 2rem;
      line-height: 1.7;
      text-align: center;
      margin: 30px 0 0; }
    .event_detail .event_continuation02 .list dl {
      margin: 80px 20px 0; }
      .event_detail .event_continuation02 .list dl dt {
        font-size: 2rem;
        line-height: 1.7;
        text-align: center; }
      .event_detail .event_continuation02 .list dl dd {
        font-size: 1.6rem;
        line-height: 2;
        margin: 50px 0 0; }
  .event_detail .event_continuation02 .contact {
    margin: 50px 0 0; }
    .event_detail .event_continuation02 .contact dl {
      text-align: center; }
      .event_detail .event_continuation02 .contact dl dt {
        font-size: 1.7rem; }
      .event_detail .event_continuation02 .contact dl dd {
        background: #f1f1f1;
        font-size: 1.5rem;
        line-height: 1.7;
        border-top: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        padding: 15px;
        margin: 30px 0 0; }
  .event_detail .event_continuation02 .sanzo {
    background: #f1f1f1;
    margin: 30px 0 0;
    padding: 10px; }
    .event_detail .event_continuation02 .sanzo ul {
      *zoom: 1; }
      .event_detail .event_continuation02 .sanzo ul::after {
        content: '';
        display: table;
        clear: both; }
      .event_detail .event_continuation02 .sanzo ul li {
        float: left;
        width: 13.5%;
        margin: 1px;
        position: relative; }
        .event_detail .event_continuation02 .sanzo ul li:after {
          content: '';
          background: rgba(224, 93, 69, 0.6);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: none; }
        .event_detail .event_continuation02 .sanzo ul li img {
          width: 100%; }
    .event_detail .event_continuation02 .sanzo dl {
      display: none;
      margin: 20px 10px 0; }
      .event_detail .event_continuation02 .sanzo dl dt {
        font-size: 1.8rem;
        line-height: 1.4; }
      .event_detail .event_continuation02 .sanzo dl dd {
        font-size: 1.4rem;
        line-height: 2;
        margin: 10px 0 0; }
  .event_detail .event_continuation02 .sanzo.event01_show li.event01:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event01_show dl.event01 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event02_show li.event02:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event02_show dl.event02 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event03_show li.event03:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event03_show dl.event03 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event04_show li.event04:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event04_show dl.event04 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event05_show li.event05:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event05_show dl.event05 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event06_show li.event06:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event06_show dl.event06 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event07_show li.event07:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event07_show dl.event07 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event08_show li.event08:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event08_show dl.event08 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event09_show li.event09:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event09_show dl.event09 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event10_show li.event10:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event10_show dl.event10 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event11_show li.event11:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event11_show dl.event11 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event12_show li.event12:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event12_show dl.event12 {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event13_show li.event13:after {
    display: block; }
  .event_detail .event_continuation02 .sanzo.event13_show dl.event13 {
    display: block; }
  .event_detail .event_continuation02 .timeline em {
    display: block;
    font-size: 2.2rem;
    margin: 50px 0 0; }
  .event_detail .event_continuation02 .timeline ol {
    font-size: 1.6rem;
    line-height: 1.7;
    border-left: solid 3px #ccc;
    margin: 30px 0 0 2em;
    padding: 10px 0 10px 100px; }
    .event_detail .event_continuation02 .timeline ol li {
      margin: 30px 0;
      position: relative; }
      .event_detail .event_continuation02 .timeline ol li:before {
        content: '';
        background: #ccc;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: -109px; }
      .event_detail .event_continuation02 .timeline ol li:after {
        content: '';
        background: #ccc;
        width: 65px;
        height: 3px;
        position: absolute;
        left: -100px;
        top: 11px; }
      .event_detail .event_continuation02 .timeline ol li figure {
        margin: 30px 0 0; }
  .event_detail .event_continuation02 .timeline aside {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
    margin: 50px 0 0; }
  .event_detail .event_continuation02 .houi p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 30px 0 0; }
  .event_detail .event_continuation02 .houi dl {
    display: flex;
    width: 100%;
    margin: 80px 0 0; }
    .event_detail .event_continuation02 .houi dl dt {
      color: #999;
      font-size: 6rem;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      width: 70px; }
      .event_detail .event_continuation02 .houi dl dt small {
        font-size: 4rem; }
    .event_detail .event_continuation02 .houi dl dd {
      font-size: 2.2rem;
      line-height: 2;
      margin: 10px 0 0 40px;
      -webkit-flex: 1;
      flex: 1; }
      .event_detail .event_continuation02 .houi dl dd figure {
        text-align: center;
        margin: 20px 0; }
        .event_detail .event_continuation02 .houi dl dd figure img {
          width: 100%; }
  .event_detail .event_continuation02 .houi article {
    text-align: center; }
    .event_detail .event_continuation02 .houi article figure {
      display: inline-block;
      width: 45%;
      margin: 50px 2% 0; }
      .event_detail .event_continuation02 .houi article figure img {
        width: 100%; }
      .event_detail .event_continuation02 .houi article figure figcaption {
        font-size: 1.5rem;
        margin: 10px 0 0; }
  .event_detail .event_continuation02 .program table {
    width: 100%;
    margin: 40px 0 0; }
    .event_detail .event_continuation02 .program table th, .event_detail .event_continuation02 .program table td {
      font-size: 1.5rem;
      line-height: 2;
      vertical-align: middle;
      padding: 20px;
      border: solid 1px #dedede; }
    .event_detail .event_continuation02 .program table th {
      background: #f1f1f1;
      width: 25%; }
    .event_detail .event_continuation02 .program table td span {
      color: #999; }
  .event_detail .event_continuation03 {
    margin: 30px 10px 0; }
    .event_detail .event_continuation03 strong {
      display: block;
      font-size: 3.2rem;
      text-align: center;
      margin: 100px 0 0; }
    .event_detail .event_continuation03 .images figure {
      text-align: center; }
      .event_detail .event_continuation03 .images figure img {
        width: 80%;
        margin: 10px 10% 0; }
    .event_detail .event_continuation03 .images p {
      font-size: 1.5rem;
      line-height: 2;
      margin: 30px 0 0; }
    .event_detail .event_continuation03 .schedule_doubule {
      *zoom: 1;
      margin: 70px 0 0; }
      .event_detail .event_continuation03 .schedule_doubule::after {
        content: '';
        display: table;
        clear: both; }
      .event_detail .event_continuation03 .schedule_doubule section {
        margin: 40px 0 0; }
        .event_detail .event_continuation03 .schedule_doubule section .intro {
          margin: 40px 0 0; }
          .event_detail .event_continuation03 .schedule_doubule section .intro dt {
            font-size: 1.8rem;
            text-align: center;
            line-height: 50px; }
            .event_detail .event_continuation03 .schedule_doubule section .intro dt small {
              font-size: 1.6rem; }
          .event_detail .event_continuation03 .schedule_doubule section .intro dd {
            font-size: 1.3rem;
            line-height: 2;
            margin: 20px 0 0; }
        .event_detail .event_continuation03 .schedule_doubule section table {
          margin: 20px 0 0; }
          .event_detail .event_continuation03 .schedule_doubule section table th, .event_detail .event_continuation03 .schedule_doubule section table td {
            font-size: 1.3rem;
            line-height: 1.7;
            vertical-align: middle;
            padding: 20px 0;
            border: solid 1px #dedede; }
          .event_detail .event_continuation03 .schedule_doubule section table th {
            background: #f1f1f1;
            width: 120px; }
          .event_detail .event_continuation03 .schedule_doubule section table td {
            padding: 20px; }
        .event_detail .event_continuation03 .schedule_doubule section aside {
          background: #f1f1f1;
          margin: 30px 0 40px;
          padding: 20px; }
          .event_detail .event_continuation03 .schedule_doubule section aside dl dt {
            font-size: 1.5rem;
            text-align: center; }
          .event_detail .event_continuation03 .schedule_doubule section aside dl dd {
            font-size: 1.3rem;
            line-height: 1.7;
            text-align: left; }
            .event_detail .event_continuation03 .schedule_doubule section aside dl dd p {
              margin: 20px 0 0; }
              .event_detail .event_continuation03 .schedule_doubule section aside dl dd p em {
                font-weight: bold; }
        .event_detail .event_continuation03 .schedule_doubule section a {
          display: block;
          color: #fff;
          text-decoration: none;
          line-height: 60px;
          text-align: center;
          background: #fff;
          border: solid 1px #ccc;
          margin: 10px 0 0; }
          .event_detail .event_continuation03 .schedule_doubule section a:hover {
            color: #fff !important;
            background: #e05d45 !important; }
            .event_detail .event_continuation03 .schedule_doubule section a:hover span {
              color: #fff !important; }
              .event_detail .event_continuation03 .schedule_doubule section a:hover span:after {
                color: #fff !important; }
          .event_detail .event_continuation03 .schedule_doubule section a span {
            font-size: 1.5rem; }
            .event_detail .event_continuation03 .schedule_doubule section a span:after {
              content: 'r';
              font-family: 'icon';
              margin: 0 0 0 8px; }
        .event_detail .event_continuation03 .schedule_doubule section:first-child {
          border-top: solid 3px #690; }
          .event_detail .event_continuation03 .schedule_doubule section:first-child aside dl dd p span {
            color: #690; }
          .event_detail .event_continuation03 .schedule_doubule section:first-child a {
            background: #690; }
        .event_detail .event_continuation03 .schedule_doubule section:last-child {
          border-top: solid 3px #369; }
          .event_detail .event_continuation03 .schedule_doubule section:last-child aside dl dd p span {
            color: #369; }
          .event_detail .event_continuation03 .schedule_doubule section:last-child a {
            background: #369; }
    .event_detail .event_continuation03 .contact {
      text-align: center;
      margin: 70px 0 0; }
      .event_detail .event_continuation03 .contact dt {
        font-size: 2rem; }
      .event_detail .event_continuation03 .contact dd {
        background: #f1f1f1;
        font-size: 1.3rem;
        line-height: 2;
        margin: 15px 0 0;
        border-top: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        padding: 0 0 20px; }
        .event_detail .event_continuation03 .contact dd p {
          margin: 20px 0 0; }
  .event_detail nav {
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    padding: 25px 0;
    margin: 80px 0 0; }
    .event_detail nav ul {
      *zoom: 1; }
      .event_detail nav ul::after {
        content: '';
        display: table;
        clear: both; }
      .event_detail nav ul li {
        float: left;
        width: 47.5%;
        margin: 15px 0; }
        .event_detail nav ul li:nth-child(even) {
          margin: 15px 0 15px 5%; }
        .event_detail nav ul li a {
          display: block;
          color: #000;
          font-size: 1.5rem;
          position: relative; }
          .event_detail nav ul li a:after {
            content: 'r';
            font-family: 'icon';
            position: absolute;
            right: 0; }
  .event_detail aside {
    text-align: center;
    margin: 40px 0 0; }
    .event_detail aside a {
      display: block;
      color: #000;
      text-decoration: none;
      line-height: 60px;
      background: #fff;
      border: solid 1px #ccc;
      margin: 0 5px; }
      .event_detail aside a:hover {
        color: #fff !important;
        background: #e05d45 !important; }
        .event_detail aside a:hover span {
          color: #fff !important; }
          .event_detail aside a:hover span:after {
            color: #fff !important; }
      .event_detail aside a span {
        font-size: 1.5rem; }
        .event_detail aside a span:after {
          content: 'r';
          font-family: 'icon';
          margin: 0 0 0 8px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　寺子屋青年の部参加お申込

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.terakoya_form form table {
  width: 760px;
  margin: 20px auto 0;
  font-size: 1.5rem; }
  .terakoya_form form table input[type=text], .terakoya_form form table input[type=tel], .terakoya_form form table input[type=email] {
    width: 485px;
    padding: 20px; }
  .terakoya_form form table input[type=date] {
    padding: 20px; }
  .terakoya_form form table textarea {
    width: 485px;
    height: 120px;
    padding: 20px; }
  .terakoya_form form table select[name=con_gyouji] {
    width: 525px; }
  .terakoya_form form table input[name=guardian_name], .terakoya_form form table input[name=guardian_tel] {
    width: 385px; }
  .terakoya_form form table li {
    margin: 10px 0; }
  .terakoya_form form table aside {
    padding: 10px 0;
    border-bottom: solid 1px #999;
    margin: 20px 0 0; }
.terakoya_form form p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
  margin: 50px 0 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　お写経

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.osyakyo .underlayer_visual {
  background: url(../images/osyakyo/visual.jpg) center no-repeat;
  background-size: cover; }
.osyakyo h3 {
  font-size: 3.2rem;
  text-align: center;
  margin: 110px 0 0; }
.osyakyo .content01 {
  margin: 70px 20px 0; }
  .osyakyo .content01 strong {
    display: block;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center; }
  .osyakyo .content01 p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 50px 0 0; }
  .osyakyo .content01 figure {
    text-align: center;
    margin: 40px 0 0; }
    .osyakyo .content01 figure img {
      max-width: 100%;
      margin: 10px 0 0; }
    .osyakyo .content01 figure figcaption {
      color: #666;
      font-size: 1.3rem;
      line-height: 2;
      margin: 10px 0 0; }
  .osyakyo .content01 aside {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    margin: 50px 0 0; }
  .osyakyo .content01 section {
    text-align: center; }
    .osyakyo .content01 section dl {
      margin: 70px 0 0; }
      .osyakyo .content01 section dl dt {
        font-size: 1.8rem; }
      .osyakyo .content01 section dl dd {
        background: #f1f1f1;
        font-size: 1.3rem;
        line-height: 1.7;
        text-align: left;
        border-top: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        margin: 20px 0 0;
        padding: 50px 20px; }
  .osyakyo .content01 ul {
    font-size: 1.5rem;
    line-height: 1.7;
    list-style: disc;
    margin: 70px 0 0 2em; }
  .osyakyo .content01 table {
    width: 100%;
    margin: 40px auto 0;
    font-size: 1.3rem;
    line-height: 1.7; }
    .osyakyo .content01 table th, .osyakyo .content01 table td {
      text-align: center;
      padding: 20px;
      border: solid 1px #dedede; }
    .osyakyo .content01 table th {
      background: #f1f1f1;
      width: 50%; }
.osyakyo .content02 {
  margin: 70px 20px 0; }
  .osyakyo .content02 strong {
    display: block;
    font-size: 2.1rem;
    line-height: 2;
    text-align: center; }
  .osyakyo .content02 ul {
    margin: 0 auto; }
    .osyakyo .content02 ul li {
      margin: 0 50px; }
      .osyakyo .content02 ul li figure {
        display: flex;
        flex-flow: row-reverse;
        align-items: center;
        margin: 20px auto 0; }
        .osyakyo .content02 ul li figure img {
          width: calc(100vw - 30px - 100px); }
        .osyakyo .content02 ul li figure figcaption {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 1.8rem;
          line-height: 30px; }
  .osyakyo .content02 > figure {
    *zoom: 1;
    flex-flow: row-reverse;
    margin: 60px auto 0; }
    .osyakyo .content02 > figure::after {
      content: '';
      display: table;
      clear: both; }
    .osyakyo .content02 > figure img {
      float: right;
      width: 35%; }
    .osyakyo .content02 > figure figcaption {
      float: left;
      width: 60%;
      font-size: 1.5rem;
      line-height: 2;
      margin: 0 5% 0 0; }
  .osyakyo .content02 p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 50px 125px 0; }
.osyakyo .content03 {
  margin: 70px 20px 0; }
  .osyakyo .content03 strong {
    display: block;
    font-size: 2.1rem;
    line-height: 2;
    text-align: center; }
  .osyakyo .content03 ul li {
    margin: 50px 0 0; }
    .osyakyo .content03 ul li figure {
      *zoom: 1; }
      .osyakyo .content03 ul li figure::after {
        content: '';
        display: table;
        clear: both; }
      .osyakyo .content03 ul li figure img {
        float: left;
        width: 30%; }
      .osyakyo .content03 ul li figure figcaption {
        float: right;
        width: 65%; }
        .osyakyo .content03 ul li figure figcaption dl dt {
          font-size: 1.5rem; }
        .osyakyo .content03 ul li figure figcaption dl dd {
          font-size: 1.3rem;
          line-height: 2;
          margin: 20px 0 0; }
  .osyakyo .content03 p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 50px 0 0; }
.osyakyo .go_form {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  background: #e05d45;
  border: solid 1px #ccc;
  margin: 90px 20px 0; }
  .osyakyo .go_form:hover {
    color: #e05d45 !important;
    background: #fff !important; }
    .osyakyo .go_form:hover span {
      color: #e05d45 !important; }
      .osyakyo .go_form:hover span:after {
        color: #e05d45 !important; }
  .osyakyo .go_form span {
    font-size: 1.5rem; }
    .osyakyo .go_form span:after {
      content: 'r';
      font-family: 'icon';
      margin: 0 0 0 8px; }
.osyakyo nav {
  margin: 100px 0 0;
  padding: 30px 20px 0;
  border-top: solid 1px #ccc; }
  .osyakyo nav ul li {
    margin: 50px 0 0; }
    .osyakyo nav ul li figure img {
      width: 100%; }
    .osyakyo nav ul li figure figcaption {
      font-size: 1.3rem;
      line-height: 2;
      margin: 10px 0 0; }
    .osyakyo nav ul li a {
      display: block;
      color: #000;
      text-decoration: none;
      text-align: center;
      line-height: 60px;
      background: #fff;
      border: solid 1px #ccc;
      margin: 20px auto 0; }
      .osyakyo nav ul li a:hover {
        color: #fff !important;
        background: #e05d45 !important; }
        .osyakyo nav ul li a:hover span {
          color: #fff !important; }
          .osyakyo nav ul li a:hover span:after {
            color: #fff !important; }
      .osyakyo nav ul li a span {
        font-size: 1.5rem; }
        .osyakyo nav ul li a span:after {
          content: 'r';
          font-family: 'icon';
          margin: 0 0 0 8px; }

.osyakyo.home .underlayer_visual {
  background: url(../images/osyakyo/home/visual.jpg) center no-repeat;
  background-size: cover; }
.osyakyo.home .content01 ul {
  margin: 70px 40px 0; }

.osyakyo.toto .underlayer_visual {
  background: #293f68 url(../images/osyakyo/toto/visual.jpg) calc(50% + 100px) bottom no-repeat;
  background-size: 60% auto;
  height: 680px; }
  .osyakyo.toto .underlayer_visual dl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 130px; }
    .osyakyo.toto .underlayer_visual dl dt {
      font-size: 1.9rem; }
    .osyakyo.toto .underlayer_visual dl dd {
      font-size: 2.9rem;
      margin: 150px 30px 0 0; }
.osyakyo.toto .content01 ul {
  margin: 30px 40px 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　「ご自宅お写経」お申込

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.osyakyo_form .osyakyo_form_text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 50px 20px 0; }
.osyakyo_form form {
  margin: 0 20px; }
  .osyakyo_form form h3 {
    font-size: 2.8rem;
    text-align: center;
    margin: 70px 0 0; }
  .osyakyo_form form h4 {
    font-size: 1.8rem;
    text-align: center;
    margin: 60px 0 0; }
  .osyakyo_form form table {
    width: 100%;
    margin: 20px auto 0;
    font-size: 1.5rem; }
    .osyakyo_form form table input[type=text], .osyakyo_form form table input[type=tel], .osyakyo_form form table input[type=email] {
      width: calc(100% - 40px);
      padding: 20px; }
  .osyakyo_form form .normal {
    margin: 50px 0 0; }
    .osyakyo_form form .normal li {
      display: flex;
      align-items: center;
      margin: 10px 0 0;
      border: solid 1px #ccc;
      padding: 15px; }
      .osyakyo_form form .normal li dl {
        width: 40%;
        vertical-align: bottom;
        padding: 0; }
        .osyakyo_form form .normal li dl dt {
          font-size: 2rem; }
        .osyakyo_form form .normal li dl dd {
          font-size: 1.5rem;
          margin: 15px 0 0; }
      .osyakyo_form form .normal li section {
        width: 60%;
        margin: 0;
        text-align: right;
        position: relative; }
        .osyakyo_form form .normal li section:after {
          content: '円';
          font-size: 1.5rem;
          position: absolute;
          bottom: 10px;
          right: 0; }
        .osyakyo_form form .normal li section input[type=text] {
          font-size: 2rem;
          text-align: right;
          width: 30%;
          padding: 5px 20px 5px 0;
          margin: 0 0 0 10px;
          border: none;
          border-bottom: solid 1px #999;
          border-radius: 0;
          vertical-align: bottom; }
        .osyakyo_form form .normal li section select {
          background: #f1f1f1;
          border: solid 1px #ccc;
          border-radius: 5px;
          font-size: 1.5rem; }
      .osyakyo_form form .normal li p {
        font-size: 2rem;
        border-top: solid 1px #dedede;
        padding: 10px 0 0;
        margin: 10px 0 0; }
  .osyakyo_form form .special {
    margin: 50px 0 0; }
    .osyakyo_form form .special li {
      display: flex;
      align-items: center;
      margin: 10px 0 0;
      border: solid 1px #ccc;
      padding: 15px; }
      .osyakyo_form form .special li figure {
        width: 35%; }
        .osyakyo_form form .special li figure img {
          width: 100%; }
        .osyakyo_form form .special li figure figcaption {
          margin: 10px 0 0; }
          .osyakyo_form form .special li figure figcaption dl dt {
            font-size: 1.5rem; }
          .osyakyo_form form .special li figure figcaption dl dd {
            font-size: 1.3rem;
            margin: 10px 0 0; }
      .osyakyo_form form .special li section {
        width: 65%;
        margin: 0;
        text-align: right;
        position: relative; }
        .osyakyo_form form .special li section:after {
          content: '円';
          font-size: 1.5rem;
          position: absolute;
          bottom: 10px;
          right: 0; }
        .osyakyo_form form .special li section input[type=text] {
          font-size: 2rem;
          text-align: right;
          width: 40%;
          padding: 5px 20px 5px 0;
          margin: 0 0 0 10px;
          border: none;
          border-bottom: solid 1px #999;
          border-radius: 0; }
        .osyakyo_form form .special li section select {
          background: #f1f1f1;
          border: solid 1px #ccc;
          border-radius: 5px;
          font-size: 1.5rem; }
      .osyakyo_form form .special li p {
        font-size: 2rem;
        border-top: solid 1px #dedede;
        padding: 10px 0 0;
        margin: 10px 0 0; }
  .osyakyo_form form p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
    margin: 10px 0 0; }
  .osyakyo_form form aside {
    background: #f1f1f1;
    font-size: 1.5rem;
    text-align: center;
    margin: 30px 0 0;
    padding: 30px 0 40px; }
    .osyakyo_form form aside dl {
      *zoom: 1;
      display: inline-block;
      margin: 30px 0 0; }
      .osyakyo_form form aside dl::after {
        content: '';
        display: table;
        clear: both; }
      .osyakyo_form form aside dl dt {
        float: left;
        font-size: 2rem;
        margin: .8em 0 0; }
      .osyakyo_form form aside dl dd {
        float: left;
        margin: 0 0 0 20px;
        position: relative; }
        .osyakyo_form form aside dl dd:after {
          content: '円';
          font-size: 1.5rem;
          position: absolute;
          bottom: 10px;
          right: 0; }
        .osyakyo_form form aside dl dd input[type=text] {
          font-size: 2.5rem;
          text-align: right;
          width: 160px;
          padding: 0 20px 3px 0;
          background: transparent;
          border: none;
          border-bottom: solid 1px #999;
          border-radius: 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　拝観情報

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.forvisitors .underlayer_visual {
  background: url(../images/forvisitors/visual.jpg) center no-repeat;
  background-size: cover; }
.forvisitors h3 {
  font-size: 3.2rem;
  text-align: center;
  margin: 70px 0 0; }
.forvisitors h4 {
  font-size: 2.8rem;
  text-align: center;
  margin: 70px 0 0; }
.forvisitors nav {
  background: #f1f1f1;
  margin: 60px 0 0; }
  .forvisitors nav ul {
    text-align: center;
    padding: 20px 0; }
    .forvisitors nav ul li {
      display: inline-block;
      font-size: 1.6rem;
      margin: 10px 20px; }
      .forvisitors nav ul li a {
        display: block;
        color: #000; }
        .forvisitors nav ul li a:after {
          content: 'b';
          display: block;
          font-family: 'icon';
          font-size: 1rem;
          margin: 10px 0 0; }
.forvisitors #price {
  border-bottom: solid 1px #dedede;
  padding: 0 20px 60px; }
  .forvisitors #price p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    margin: 50px 0 0; }
  .forvisitors #price .price01 {
    margin: 80px auto 0; }
    .forvisitors #price .price01 ul li {
      margin: 20px 0 0; }
      .forvisitors #price .price01 ul li dl {
        margin: 0 10px; }
        .forvisitors #price .price01 ul li dl dt {
          font-size: 1.7rem;
          text-align: center; }
        .forvisitors #price .price01 ul li dl dd {
          font-size: 1.2rem;
          line-height: 1.7;
          margin: 20px 0 0; }
      .forvisitors #price .price01 ul li table {
        width: 100%;
        margin: 10px 0 0;
        font-size: 1.3rem; }
        .forvisitors #price .price01 ul li table tr:nth-child(3n + 1) th {
          background: #f1b2a8; }
        .forvisitors #price .price01 ul li table tr:nth-child(3n + 2) th {
          background: #f6cec7; }
        .forvisitors #price .price01 ul li table tr:nth-child(3n + 3) th {
          background: #fbe8e5; }
        .forvisitors #price .price01 ul li table th, .forvisitors #price .price01 ul li table td {
          text-align: center;
          padding: 25px 0;
          border: solid 1px #dedede; }
        .forvisitors #price .price01 ul li table th {
          width: 158px; }
        .forvisitors #price .price01 ul li table small {
          font-size: 1.1rem; }
    .forvisitors #price .price01 aside {
      font-size: 1.2rem;
      text-align: center;
      margin: 20px 0 0; }
  .forvisitors #price .price02 {
    margin: 80px auto 0; }
    .forvisitors #price .price02 ul li {
      margin: 20px 0 0; }
      .forvisitors #price .price02 ul li strong {
        display: block;
        font-size: 1.7rem;
        text-align: center; }
      .forvisitors #price .price02 ul li table {
        width: 100%;
        margin: 10px 0 0;
        font-size: 1.3rem;
        line-height: 15px; }
        .forvisitors #price .price02 ul li table th, .forvisitors #price .price02 ul li table td {
          text-align: center;
          padding: 20px;
          border: solid 1px #dedede; }
        .forvisitors #price .price02 ul li table th {
          background: #f1f1f1; }
      .forvisitors #price .price02 ul li em {
        display: block;
        font-size: 1.3rem;
        line-height: 15px;
        text-align: center;
        padding: 48px 0;
        border: solid 1px #dedede;
        margin: 10px 0 0; }
  .forvisitors #price .price03 {
    margin: 110px auto 0; }
    .forvisitors #price .price03 strong {
      display: block;
      font-size: 1.7rem;
      text-align: center; }
    .forvisitors #price .price03 article {
      margin: 30px 0 0; }
      .forvisitors #price .price03 article table {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.7; }
        .forvisitors #price .price03 article table th, .forvisitors #price .price03 article table td {
          text-align: center;
          padding: 20px;
          border: solid 1px #dedede; }
        .forvisitors #price .price03 article table th {
          background: #f1f1f1; }
      .forvisitors #price .price03 article aside {
        font-size: 1.1rem;
        text-align: center;
        margin: 20px 0 0; }
    .forvisitors #price .price03 ul {
      list-style: disc;
      font-size: 1.3rem;
      line-height: 1.7;
      padding: 0 0 0 2em; }
      .forvisitors #price .price03 ul li {
        margin: 30px 0 0; }
  .forvisitors #price .price04 {
    text-align: center;
    margin: 80px auto 0; }
    .forvisitors #price .price04 strong {
      display: block;
      font-size: 1.7rem;
      text-align: center; }
    .forvisitors #price .price04 article {
      font-size: 1.5rem;
      text-align: center;
      padding: 30px 0;
      border: solid 1px #dedede;
      margin: 15px auto 0; }
    .forvisitors #price .price04 aside {
      font-size: 1.3rem;
      text-align: center;
      margin: 20px 0 0; }
.forvisitors #shcedule {
  border-bottom: solid 1px #dedede;
  padding: 0 20px 60px; }
  .forvisitors #shcedule p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 50px auto 0; }
  .forvisitors #shcedule table {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 10px auto 0; }
    .forvisitors #shcedule table th, .forvisitors #shcedule table td {
      text-align: center;
      padding: 20px 0;
      border: solid 1px #dedede;
      vertical-align: middle; }
    .forvisitors #shcedule table th {
      background: #f1f1f1;
      width: 33.3%; }
.forvisitors #parking {
  border-bottom: solid 1px #dedede;
  padding: 0 20px 60px; }
  .forvisitors #parking table {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 50px auto 0; }
    .forvisitors #parking table th, .forvisitors #parking table td {
      text-align: center;
      padding: 20px 0;
      border: solid 1px #dedede;
      vertical-align: middle; }
    .forvisitors #parking table th {
      background: #f1f1f1;
      width: 50%; }
  .forvisitors #parking aside {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    margin: 20px 0 0; }
.forvisitors #excursion > p {
  font-size: 1.5rem;
  line-height: 2;
  margin: 50px 20px 0; }
.forvisitors #excursion sectoin {
  margin: 60px 20px 0; }
  .forvisitors #excursion sectoin dl {
    margin: 30px 20px 0; }
    .forvisitors #excursion sectoin dl dt {
      font-size: 1.8rem;
      text-align: center; }
    .forvisitors #excursion sectoin dl dd {
      background: #f1f1f1;
      border-top: solid 1px #dedede;
      border-bottom: solid 1px #dedede;
      padding: 0 20px 20px;
      margin: 20px 0 0;
      height: calc(100% - 55px); }
      .forvisitors #excursion sectoin dl dd p {
        font-size: 1.3rem;
        line-height: 1.7;
        margin: 20px 0 0; }
.forvisitors #excursion a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border: solid 1px #ccc;
  margin: 20px auto 0; }
  .forvisitors #excursion a:hover {
    color: #fff !important;
    background: #e05d45 !important; }
    .forvisitors #excursion a:hover span {
      color: #fff !important; }
      .forvisitors #excursion a:hover span:after {
        color: #fff !important; }
  .forvisitors #excursion a span {
    font-size: 1.3rem; }
    .forvisitors #excursion a span:after {
      content: 'r';
      font-family: 'icon';
      margin: 0 0 0 8px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　法話会一覧

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.houwakai form {
  text-align: center;
  margin: 50px 0 0; }
  .houwakai form p {
    font-size: 1.5rem; }
  .houwakai form select {
    font-size: 1.8rem;
    margin: 30px 0 0; }
.houwakai ul {
  margin: 80px 20px 0; }
  .houwakai ul li {
    margin: 45px 0 0; }
    .houwakai ul li section {
      display: flex;
      align-items: center; }
      .houwakai ul li section dl {
        width: 70%; }
        .houwakai ul li section dl dt {
          font-size: 1.8rem;
          font-weight: bold; }
        .houwakai ul li section dl dd {
          font-size: 1.5rem;
          margin: 10px 0 0; }
      .houwakai ul li section a {
        display: block;
        color: #000;
        text-decoration: none;
        text-align: center;
        width: 35%;
        line-height: 50px;
        background: #fff;
        border: solid 1px #ccc;
        margin: 0 0 0 5%; }
        .houwakai ul li section a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .houwakai ul li section a:hover span {
            color: #fff !important; }
            .houwakai ul li section a:hover span:after {
              color: #fff !important; }
        .houwakai ul li section a span {
          font-size: 1.5rem; }
          .houwakai ul li section a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
    .houwakai ul li article {
      background: #f1f1f1;
      margin: 10px 0 0;
      padding: 30px 40px 60px;
      border-bottom: solid 3px #b7b7b7;
      position: relative;
      transition: all .5s; }
      .houwakai ul li article p {
        display: none;
        font-size: 1.5rem;
        line-height: 1.9; }
      .houwakai ul li article a {
        color: #000;
        text-decoration: none;
        text-align: center;
        width: 118px;
        line-height: 35px;
        background: #fff;
        border: solid 1px #ccc;
        position: absolute;
        left: 0;
        bottom: 0; }
        .houwakai ul li article a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .houwakai ul li article a:hover span {
            color: #fff !important; }
            .houwakai ul li article a:hover span:before {
              color: #fff !important; }
            .houwakai ul li article a:hover span:after {
              color: #fff !important; }
        .houwakai ul li article a span {
          font-size: 1.3rem; }
          .houwakai ul li article a span:before {
            content: 'b';
            font-family: 'icon';
            margin: 0 8px 0 0; }
          .houwakai ul li article a span:after {
            content: '詳細'; }
    .houwakai ul li .open {
      margin: 10px 0 0; }
      .houwakai ul li .open a span:before {
        content: 'C'; }
      .houwakai ul li .open a span:after {
        content: '閉じる'; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　法話会参加お申込

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.houwakai_form dl {
  margin: 60px 20px 0; }
  .houwakai_form dl dt {
    line-height: 2; }
    .houwakai_form dl dt strong {
      display: block;
      font-size: 1.8rem;
      font-weight: bold; }
    .houwakai_form dl dt small {
      display: block;
      font-size: 1.5rem; }
  .houwakai_form dl dd {
    background: #f1f1f1;
    font-size: 1.5rem;
    line-height: 1.9;
    padding: 25px 30px;
    margin: 10px 0 0; }
    .houwakai_form dl dd span {
      text-decoration: underline; }
.houwakai_form form {
  margin: 0 20px; }
  .houwakai_form form table {
    width: 100%;
    margin: 40px 0 0;
    font-size: 1.5rem; }
    .houwakai_form form table input[type=text], .houwakai_form form table input[type=tel], .houwakai_form form table input[type=email] {
      width: calc(100% - 40px);
      padding: 20px; }
    .houwakai_form form table input[type=date] {
      width: calc(100% - 40px);
      padding: 20px; }
    .houwakai_form form table textarea {
      width: calc(100% - 40px);
      height: 120px;
      padding: 20px; }
  .houwakai_form form p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
    margin: 50px 20px 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　青年衆

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.seinensyu .underlayer_visual {
  background: url(../images/seinensyu/visual.jpg) center no-repeat;
  margin-top:50px;
  background-size: cover; }
.seinensyu strong {
  display: block;
  font-size: 3.2rem;
  text-align: center;
  margin: 100px 0 0; }
.seinensyu small {
  display: block;
  font-size: 2.8rem;
  text-align: center;
  margin: 10px 0 0; }
.seinensyu article, .seinensyu ul {
  margin: 0 20px; }
  .seinensyu article p, .seinensyu ul p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 30px 0 0; }
  .seinensyu article figure, .seinensyu ul figure {
    margin: 30px 0 0; }
    .seinensyu article figure img, .seinensyu ul figure img {
      width: 100%; }
.seinensyu ul li figure {
  *zoom: 1; }
  .seinensyu ul li figure::after {
    content: '';
    display: table;
    clear: both; }
  .seinensyu ul li figure img {
    float: left;
    width: 50%; }
  .seinensyu ul li figure figcaption {
    float: right;
    width: 45%;
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 0 5%; }
.seinensyu ul li:nth-child(odd) figure img {
  float: right; }
.seinensyu ul li:nth-child(odd) figure figcaption {
  float: left;
  margin: 0 5% 0 0; }
.seinensyu .head {
  background: url(../images/seinensyu/back_gray.png) center no-repeat;
  background-size: auto 80%;
  padding: 0 0 40px; }
  .seinensyu .head strong {
    padding: 40px 0 0;
    margin: 0; }
.seinensyu .head + article strong {
  margin: 0; }
.seinensyu .facebook {
  background: url(../images/seinensyu/back_blue.png) center no-repeat;
  background-size: 80%;
  margin: 0 20px;
  padding: 100px 0;
  text-align: center; }
  .seinensyu .facebook p {
    font-size: 2.3rem; }
  .seinensyu .facebook a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    background: #103556;
    border: solid 1px #ccc;
    margin: 40px 20px 0; }
    .seinensyu .facebook a:hover {
      color: #fff !important;
      background: #e05d45 !important; }
      .seinensyu .facebook a:hover span {
        color: #fff !important; }
        .seinensyu .facebook a:hover span:after {
          color: #fff !important; }
    .seinensyu .facebook a span {
      font-size: 1.5rem; }
      .seinensyu .facebook a span:after {
        content: 'r';
        font-family: 'icon';
        margin: 0 0 0 8px; }
.seinensyu .join {
  margin: 0 auto; }
  .seinensyu .join strong {
    margin: 0; }
  .seinensyu .join ul li {
    margin: 70px 0 0; }
    .seinensyu .join ul li em {
      display: block;
      color: #369;
      font-size: 2.8rem;
      line-height: 50px;
      text-align: center;
      position: relative; }
      .seinensyu .join ul li em img {
        height: 100%; }
    .seinensyu .join ul li p {
      font-size: 1.54rem;
      line-height: 1.7;
      margin: 40px 0 0; }
  .seinensyu .join ul .internet a {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border: solid 1px #ccc;
    margin: 30px 30px 0; }
    .seinensyu .join ul .internet a:hover {
      color: #fff !important;
      background: #e05d45 !important; }
      .seinensyu .join ul .internet a:hover span {
        color: #fff !important; }
        .seinensyu .join ul .internet a:hover span:after {
          color: #fff !important; }
    .seinensyu .join ul .internet a span {
      font-size: 1.5rem; }
      .seinensyu .join ul .internet a span:after {
        content: 'r';
        font-family: 'icon';
        margin: 0 0 0 8px; }
  .seinensyu .join ul .letter dl {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
    margin: 30px 0 0; }
    .seinensyu .join ul .letter dl dd {
      background: #f1f1f1;
      border-top: solid 1px #dedede;
      border-bottom: solid 1px #dedede;
      margin: 20px 0 0;
      padding: 20px; }
      .seinensyu .join ul .letter dl dd span {
        display: inline-block;
        margin: 0 10px 0 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　青年衆参加お申込

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.seinensyu_form .underlayer_visual {
  background-color: #f1f1f1;
  background-image: url(../images/seinensyu/form/visual.png), url(../images/common/visual_dummy.png);
  background-position: center, center;
  background-repeat: no-repeat, repeat; }
.seinensyu_form form {
  margin: 0 20px; }
  .seinensyu_form form table {
    width: 100%;
    margin: 20px 0 0;
    font-size: 1.5rem; }
    .seinensyu_form form table input[type=text], .seinensyu_form form table input[type=tel], .seinensyu_form form table input[type=email] {
      width: calc(100% - 40px);
      padding: 20px; }
    .seinensyu_form form table input[type=date] {
      padding: 20px; }
    .seinensyu_form form table input[name=time01], .seinensyu_form form table input[name=time02] {
      width: 20px;
      margin: 0 5px 0 0; }
    .seinensyu_form form table textarea {
      width: calc(100% - 40px);
      height: 120px;
      padding: 20px; }
    .seinensyu_form form table input[name=guardian_name], .seinensyu_form form table input[name=guardian_tel] {
      width: calc(100% - 40px); }
    .seinensyu_form form table li {
      margin: 10px 0; }
    .seinensyu_form form table aside {
      padding: 10px 0;
      border-bottom: solid 1px #999;
      margin: 20px 0 0; }
  .seinensyu_form form p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
    margin: 50px 0 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　所在地・交通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.access .underlayer_visual {
  background: url(../images/access/visual.jpg) center no-repeat;
  background-size: cover; }
.access h3 {
  font-size: 3.2rem;
  text-align: center;
  margin: 70px 0 0; }
.access article {
  line-height: 1.7;
  text-align: center;
  padding: 0 0 80px;
  border-bottom: solid 1px #dedede; }
  .access article iframe {
    width: 100%;
    height: 300px;
    margin: 40px 0 0;
    border: none; }
  .access article dl {
    margin: 60px 20px 0; }
    .access article dl dt {
      font-size: 2.8rem; }
      .access article dl dt small {
        display: block;
        font-size: 1.5rem;
        margin: 30px 0 0; }
    .access article dl dd {
      font-size: 1.5rem;
      margin: 30px 0 0; }
      .access article dl dd p {
        background: #f1f1f1;
        border-top: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        padding: 30px 20px; }
        .access article dl dd p small {
          display: block;
          font-size: 1.3rem;
          margin: 40px 0 0; }
      .access article dl dd a {
        display: block;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc;
        margin: 50px 20px 0; }
        .access article dl dd a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .access article dl dd a:hover span {
            color: #fff !important; }
            .access article dl dd a:hover span:after {
              color: #fff !important; }
        .access article dl dd a span {
          font-size: 1.5rem; }
          .access article dl dd a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
      .access article dl dd > span {
        display: inline-block;
        margin: 0 10px; }
  .access article section {
    margin: 50px auto 0; }
    .access article section dl dd p {
      display: table-cell;
      vertical-align: middle; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　個人情報保護方針

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.privacy {
  margin: 200px 20px 0; }
  .privacy h3 {
    font-size: 3.2rem;
    text-align: center; }
  .privacy p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 180px 0 0; }
  .privacy dl {
    line-height: 2;
    margin: 100px 0 0; }
    .privacy dl dt {
      font-size: 1.8rem;
      border-bottom: solid 1px #999;
      padding: 5px 10px; }
    .privacy dl dd {
      font-size: 1.5rem;
      padding: 10px 20px 0 40px; }
  .privacy aside {
    font-size: 1.3rem;
    line-height: 2;
    text-align: right;
    margin: 140px 0 0; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　サイトマップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.sitemap {
  margin: 200px 20px 0; }
  .sitemap h3 {
    font-size: 3.2rem;
    text-align: center; }
  .sitemap nav {
    margin: 60px 0 0; }
    .sitemap nav a {
      display: inline-block;
      color: #000; }
    .sitemap nav ul {
      border-bottom: solid 1px #dedede;
      padding: 20px 10px; }
      .sitemap nav ul li {
        padding: 10px 0; }
      .sitemap nav ul .level03 {
        font-size: 1.8rem; }
      .sitemap nav ul .level02 {
        font-size: 1.5rem;
        margin: 0 0 0 50px; }
      .sitemap nav ul .level01 {
        font-size: 1.5rem;
        margin: 0 0 0 90px; }
    .sitemap nav .home {
      font-size: 1.8rem;
      border-bottom: solid 1px #dedede;
      padding: 30px 10px; }

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　新着情報

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.news {
  margin: 200px 0 0; }
  .news h2 {
    font-size: 3.2rem;
    text-align: center; }
  .news nav {
    margin: 100px 0 0; }
    .news nav ul {
      text-align: center; }
      .news nav ul li {
        display: inline-block;
        margin: 0 5px; }
        .news nav ul li a {
          display: block;
          color: #000;
          font-size: 1.3rem;
          text-decoration: none;
          padding: 20px;
          border: solid 1px #ccc; }
          .news nav ul li a:hover {
            color: #fff !important;
            background: #333; }
        .news nav ul li .current {
          color: #fff;
          background: #333; }
  .news .list {
    margin: 100px 20px 0; }
    .news .list ul li {
      display: flex;
      align-items: center;
      padding: 20px 0 15px;
      border-bottom: solid 1px #dedede; }
      .news .list ul li section {
        flex-grow: 1;
        padding: 0 10px 0 0; }
        .news .list ul li section small {
          display: block;
          font-size: 1.3rem; }
        .news .list ul li section p {
          font-size: 1.5rem;
          line-height: 1.5;
          margin: 10px 0 0; }
      .news .list ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        text-align: center;
        width: 108px;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc; }
        .news .list ul li a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .news .list ul li a:hover span {
            color: #fff !important; }
            .news .list ul li a:hover span:after {
              color: #fff !important; }
        .news .list ul li a span {
          font-size: 1.5rem; }
          .news .list ul li a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
  .news .detail {
    margin: 100px 20px 0; }
    .news .detail section {
      padding: 0 0 10px;
      border-bottom: solid 1px #dedede; }
      .news .detail section small {
        display: block;
        font-size: 1.3rem; }
      .news .detail section p {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 10px 0 0; }
    .news .detail div {
      margin: 40px 0 0; }
      .news .detail div p {
        font-size: 1.5rem;
        line-height: 1.7;
        margin: 20px 0 0; }
      .news .detail div figure {
        text-align: center;
        margin: 20px 0 0; }
        .news .detail div figure img {
          max-width: 100%; }
        .news .detail div figure figcaption {
          color: #333;
          font-size: 1.3rem;
          margin: 15px 0 0; }
    .news .detail aside {
      border-top: solid 1px #dedede;
      margin: 50px 0 0;
      padding: 50px 0 0;
      text-align: center; }
      .news .detail aside a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        text-align: center;
        width: 220px;
        line-height: 60px;
        background: #fff;
        border: solid 1px #ccc; }
        .news .detail aside a:hover {
          color: #fff !important;
          background: #e05d45 !important; }
          .news .detail aside a:hover span {
            color: #fff !important; }
            .news .detail aside a:hover span:after {
              color: #fff !important; }
        .news .detail aside a span {
          font-size: 1.5rem; }
          .news .detail aside a span:after {
            content: 'r';
            font-family: 'icon';
            margin: 0 0 0 8px; }
    .news .g_form{
    position:relative;
    width:100%;
    height:0;
    padding-top:300%;
}
    .news .g_form iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.access a{
	color:#333333;
	text-decoration:underline;
	}
	
  .forvisitors #price .price01-2 {
    margin: 80px auto 0; }
    .forvisitors #price .price01-2 ul li {
      margin: 20px 0 0; }
      .forvisitors #price .price01-2 ul li dl {
        margin: 0 10px; }
        .forvisitors #price .price01-2 ul li dl dt {
          font-size: 1.7rem;
          text-align: center; }
        .forvisitors #price .price01-2 ul li dl dd {
          font-size: 1.2rem;
          line-height: 1.7;
          margin: 20px 0 0; }
      .forvisitors #price .price01-2 ul li table {
        width: 100%;
        margin: 10px 0 0;
        font-size: 1.3rem; }
        .forvisitors #price .price01-2 ul li table tr:nth-child(3n + 1) th {
          background: #f1b2a8; }
        .forvisitors #price .price01-2 ul li table tr:nth-child(3n + 2) th {
          background: #f6cec7; }
        .forvisitors #price .price01-2 ul li table tr:nth-child(3n + 3) th {
          background: #fbe8e5; }
        .forvisitors #price .price01-2 ul li table th, .forvisitors #price .price01-2 ul li table td {
          text-align: center;
          padding: 25px 0;
          border: solid 1px #dedede; }
        .forvisitors #price .price01-2 ul li table th {
          width: 158px; }
        .forvisitors #price .price01-2 ul li table small {
          font-size: 1.1rem; }
    .forvisitors #price .price01-2 aside {
      font-size: 1.2rem;
      text-align: center;
      margin: 20px 0 0; }