@charset "UTF-8";
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------レスポンシブ--------------- */
/* 961以上→ only_p */
/* 960以下→ un_ts */
/* 960~416→ only_t */
/* 769以上→　ov_tab */
/* 768以下→ un_tab */
/* 421以上→ ov_s */
/* 420以下→ only_s */


@media screen and (min-width: 961px) {
  .only_t {
      display: none!important;
  }

  .only_s {
      display: none!important;
  }

  .un_ts {
      display: none!important;
  }
}

@media screen and (max-width: 960px) {
  .only_p {
      display: none!important;
  }

  .only_t {
      display: block!important;
  }

  .only_s {
      display: none!important;
  }

  .un_ts {
      display: block!important;
  }
}

@media screen and (min-width: 681px) {
  .ov_tab {
    display: block!important;
  }

  .un_tab {
    display: none!important;
  }
}

@media screen and (max-width: 680px) {
  .ov_tab {
    display: none!important;
  }

  .un_tab {
    display: block!important;
  }
}

@media screen and (min-width: 421px) {
  .ov_s {
      display: block!important;
  }
}

@media screen and (max-width: 420px) {
  .only_p {
      display: none!important;
  }

  .only_t {
      display: none!important;
  }
  .only_s {
      display: block!important;
  }

  .ov_s {
      display: none!important;
  }
}

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

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-all;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 65%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

[hidden] {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Padding
------------------------------------------*/
.padT05 {
  padding-top: 5px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padT90 {
  padding-top: 90px !important;
}

.padT100 {
  padding-top: 100px !important;
}

.padB05 {
  padding-bottom: 5px !important;
}

.padB07 {
  padding-bottom: 7px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

.padB100 {
  padding-bottom: 100px !important;
}

.padR05 {
  padding-right: 5px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padR90 {
  padding-right: 90px !important;
}

.padR100 {
  padding-right: 100px !important;
}

.padL05 {
  padding-left: 5px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.padL90 {
  padding-left: 90px !important;
}

.padL100 {
  padding-left: 100px !important;
}

/* Margin
------------------------------------------*/
.marAuto {
  margin: auto !important;
}

.margT05 {
  margin-top: 5px !important;
}

.margT10 {
  margin-top: 10px !important;
}

.margT20 {
  margin-top: 20px !important;
}

.margT30 {
  margin-top: 30px !important;
}

.margT40 {
  margin-top: 40px !important;
}

.margT50 {
  margin-top: 50px !important;
}

.margT60 {
  margin-top: 60px !important;
}

.margT70 {
  margin-top: 70px !important;
}

.margT80 {
  margin-top: 80px !important;
}

.margT90 {
  margin-top: 90px !important;
}

.margT100 {
  margin-top: 100px !important;
}

.margB05 {
  margin-bottom: 5px !important;
}

.margB10 {
  margin-bottom: 10px !important;
}

.margB20 {
  margin-bottom: 20px !important;
}

.margB30 {
  margin-bottom: 30px !important;
}

.margB35 {
  margin-bottom: 35px !important;
}

.margB40 {
  margin-bottom: 40px !important;
}

.margB50 {
  margin-bottom: 50px !important;
}

.margB60 {
  margin-bottom: 60px !important;
}

.margB70 {
  margin-bottom: 70px !important;
}

.margB80 {
  margin-bottom: 80px !important;
}

.margB90 {
  margin-bottom: 90px !important;
}

.margB100 {
  margin-bottom: 100px !important;
}

.margR05 {
  margin-right: 5px !important;
}

.margR10 {
  margin-right: 10px !important;
}

.margR20 {
  margin-right: 20px !important;
}

.margR30 {
  margin-right: 30px !important;
}

.margR40 {
  margin-right: 40px !important;
}

.margR50 {
  margin-right: 50px !important;
}

.margR60 {
  margin-right: 60px !important;
}

.margR70 {
  margin-right: 70px !important;
}

.margR80 {
  margin-right: 80px !important;
}

.margR90 {
  margin-right: 90px !important;
}

.margR100 {
  margin-right: 100px !important;
}

.margL05 {
  margin-left: 5px !important;
}

.margL10 {
  margin-left: 10px !important;
}

.margL20 {
  margin-left: 20px !important;
}

.margL30 {
  margin-left: 30px !important;
}

.margL40 {
  margin-left: 40px !important;
}

.margL50 {
  margin-left: 50px !important;
}

.margL60 {
  margin-left: 60px !important;
}

.margL70 {
  margin-left: 70px !important;
}

.margL80 {
  margin-left: 80px !important;
}

.margL90 {
  margin-left: 90px !important;
}

.margL100 {
  margin-left: 100px !important;
}

.marg_A {
  margin: auto;
}

.marg_L {
  margin-left: auto;
}

.marg_R {
  margin-right: auto;
}

.newLine{
 display:block;
}

.textS{
 font-size:1.4rem;
}
.textB{
 font-weight:bold;
 font-size:1.8rem;
}

@media screen and ( max-width:560px ){
.textS{
 font-size:1.2rem;
}
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  letter-spacing: 1px;
}
#gNav,
#h_top, .sp, .tab {
  display: none ;
}

.KozGo {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.page_layer .flex img, .page_layer .flbw img, .page_layer .flad img, .page_layer .row_box img {
  height: 100%;
}

.page_layer .flex div img, .page_layer .flbw div img, .page_layer .flad div img, .page_layer .row_box div img {
  height: auto;
}

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

.flad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flad_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center
}

@media screen and (min-width:561px) {
  .left {
    margin-right: 5%;
  }
}

@media screen and (min-width:560px) {
    .box_img_02 .amaterasu {
    width: 60%;
    margin-right: 3%;
  }

  .box_img_02 .illust {
      width: 25%;
      margin-top: -1.5em;
  }
  .box_img_02 {
    display: flex;
  }
}

@media screen and (min-width:766px) {
    .box_img_02 .amaterasu {
    width: 60%;
    margin-right: 3%;
  }

  .box_img_02 .illust {
      width: 22%;
      margin-top: -3.5em;
  }
  .box_img_02 {
    display: flex;
  }
}

@media screen and (max-width:560px) {
  .box_img_02 .illust {
    width: 50%;
    margin: 1rem auto 1rem;
  }
}

.box_img_02 img {
  height: auto!important;
}


.flad_02 img {
  height: auto!important;
}

.flbw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.row_box {
  margin: 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

.d_ta {
  display: table;
  margin: 1rem auto;
}

h1, h2, h3, h4,
.bold {
  font-weight: 900;
}

.t_up {
  font-size: 150%;
}

.small {
  font-size: 80%;
}

.f_12 {
  font-size: 1.2rem;
}

.f_14 {
  font-size: 1.4rem;
}

.anno {
  font-size: 1rem;
}

.ovh {
  overflow: hidden;
}

.ovs_x {
  overflow-x: scroll;
}

.ovs_x::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.m_Img {
  margin: 4rem auto;
}

.coR {
  color: #e11010;
}

.btnimg {
  display: inline-block;
}

.link {
  color: #226cd2;
  border-bottom: 1px solid #226cd2;
}

.wm {
  width: 100%;
}

.page_layer p.marBC{
 font-size:2rem;
 text-align:center;
 margin-bottom:30px;
 margin-top:40px;
}
.marBC span{
 display:block;
}
.marBC br {
	display:none;
}
@media screen and (max-width:560px) {
	.marBC br {
		display:block;
	}
	.page_layer p.marBC {
		font-size:1.6rem;
	}
}

.margB40Img{
 display:block;
 margin:auto;
 margin-bottom:60px;
}

.tategaki,
.ft_inner li {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}

h1.yokogaki {
  max-width: 100% !important;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  -ms-writing-mode: horizontal-tb !important;
}

#home main {
  margin: 3rem auto 10rem;
}

section {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 5rem 0;
}

.btn {
  font-size: 1.8rem;
  display: block;
  color: #fff;
  font-weight: 900;
  background: #faa9a9;
  max-width: 440px;
  width: 100%;
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
}

.form-submit,
.lay_btn {
  margin: 4rem 0;
  text-align: center;
}

.form-submit a, .form-submit input,
.lay_btn a,
.lay_btn input {
  min-width: 36rem;
  display: inline-block;
  background: #faa9a9;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 7px #F1B5B8;
  -webkit-box-shadow: 2px 2px 5px #d7d6d6;
  box-shadow: 2px 2px 5px #d7d6d6;
  padding: 1rem 2rem;
  border-radius: .8rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.form-submit a:after, .form-submit input:after,
.lay_btn a:after,
.lay_btn input:after {
  content: '▶︎';
  margin-left: 1rem;
}

.form-submit .bcbtn,
.lay_btn .bcbtn {
  background: #b7b7b7;
  text-shadow: 2px 2px 7px #525252;
}

.pray_btn {
  margin: 2rem 0;
  text-align: center;
}

.pray_btn a {
font-weight:900;
    text-shadow: 1px 1px 1px #0f7b6e;
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #91e6de), color-stop(1, #0ec7b1));
  background: -moz-linear-gradient(top, #91e6de 5%, #0ec7b1 100%);
  background: -webkit-linear-gradient(top, #91e6de 5%, #0ec7b1 100%);
  background: -o-linear-gradient(top, #91e6de 5%, #0ec7b1 100%);
  background: -ms-linear-gradient(top, #91e6de 5%, #0ec7b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #91e6de), to(#0ec7b1));
  background: linear-gradient(to bottom, #91e6de 5%, #0ec7b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91e6de', endColorstr='#0ec7b1',GradientType=0);
  background-color: #91e6de;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
  box-shadow: 2px 2px 5px #b9b9b9;
  padding: 1rem 2rem;
  border: 2px solid #fff;
  border-radius: .8rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  min-width: 210px;
}

.pray_btn a:after {
  content: '▶︎';
  position: absolute;
  right: 2%;
  margin-left: 1rem;
}

.sm_btn {
  color: #fff;
  background: #faa9a9;
  display: block;
  /* max-width: 21rem; */
  max-width: 25rem;
  text-align: center;
  border-radius: 2rem;
  margin: 3rem 0;
}

.sm_btn h3 {
  padding: .5rem 0;
}

a.btn_sdw {
  display: block;
  margin: 4rem 0;
  -webkit-box-shadow: 2px 2px 5px #b9b9b9;
  box-shadow: 2px 2px 5px #b9b9b9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
/* 法人祈願 */
#corporate a.btn_sdw{
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
	text-decoration: underline;
    color: #226cd2;
}
/* 法人祈願 //*/
.pray_btn a:active,
.lay_btn a:active,
a.btn_sdw:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

header {
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 100;
}

header img.hd_bg {
  height: 140px;
  width: 100%;
}

.hd_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hd_inner .parent {
  position: relative;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.hd_inner .parent > li {
  position: relative;
  width: 11%;
  height: 6.5rem;
  text-align: center;
}

.hd_inner .parent > li img {
  margin: .5rem auto;
  max-width: 5.5rem;
  max-height: 3.3rem;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.hd_inner .parent > li p {
  font-size: 1.4rem;
}

.hd_inner li {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_inner li:hover {
  background: #fff;
  color: #eb9a9a;
}

.hd_inner .flad {
  padding: 1rem 2rem;
}

.inner_nav {
  width: 100%;
  background: url(../images/header_bg.jpg);
}

.child, .tcolu,
.grandchild {
  z-index: 999;
  color: #000;
  display: none;
  font-size: 90%;
}

.child > li, .tcolu > li,
.grandchild > li {
  padding: 0  1rem;
  text-align: left;
  position: relative;
}

.child > li:last-child a, .tcolu > li:last-child a,
.grandchild > li:last-child a {
  border-bottom: none;
}

.child > li a, .tcolu > li a,
.grandchild > li a {
  font-size: 1.4rem;
  border-bottom: 1px solid;
  padding: 1rem;
  display: block;
}

.child {
  position: absolute;
  left: 0;
  top: 65px;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  min-width: 150px;
}

.child > li:hover {
  color: #000;
  background: #eb9a9a;
}

.tcolu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 400px;
}

.tcolu li {
  width: 50%;
  padding: 0 .5rem;
}

.tcolu li:hover {
  color: #000;
  background: #eb9a9a;
}

.grandchild {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 1;
  width: 400px;
  border: 5px solid #eb9a9a;
}

.logo_bg {
  width: 100vw;
  height: 20rem;
  position: absolute;
  top: 3rem;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  -o-object-position: bottom;
  object-position: bottom;
}

.logotop {
  background-color: #fff;
  width: 100%;
  height: 5rem;
}

.logotop  {
  display: block;
  text-align: center;
}

.logotop img {
  width: 150px;
}

.logotop a {
  margin: 1rem 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
}

footer {
    background-size: cover;
  background-image: url(../images/pc_ft_bg.jpg);
  border-top: 0.5rem solid #fdc9cb;
}

.ft_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 2rem 0;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft_inner ul {
  max-width: 560px;
  width: 100%;
  min-height: 110px;
}

.ft_inner li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info {
  letter-spacing: 0;
  max-width: 480px;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}

.info img {
  max-width: 17rem;
  max-height: 3.8rem;
  margin-bottom: 1rem;
}

address {
  margin-top: 1rem;
  font-size: 1.4rem;
}

address p {
  margin-bottom: 1rem;
}

address p:last-child {
  margin: 0;
}
.access p{
    margin-bottom: 0;
    border-bottom: 1px dashed #bababa;
    padding: 1rem 0 0.5rem;
}
.access p:last-child {
  border: none;
}
.fa-x-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
}
.sig {
  padding: 1rem 0;
  text-align: center;
  text-shadow: 1px 1px 1px #FFF, 1px 1px 1px #FFF,  -1px -1px 1px #FFF,  -1px -1px 1px #FFF;
}

a.twi_jm, a.Fb_jm {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  min-width: 100px;
  max-width: 130px;
  display: block;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.2rem;
}

a.twi_jm i, a.Fb_jm i {
  margin-right: .5rem;
}
.post:hover,
a.twi_jm:hover, a.Fb_jm:hover {
  opacity: .7;
}

a.twi_jm {
  background: #000000;
  margin-bottom: .5rem;
}

a.Fb_jm {
  background: #3b5998;
}

iframe .widget-container ul li .thumbnail-wrapper img {
  opacity: .5;
}

.swiper-slide {
  width: 100vw;
}

.swiper-slide img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  object-position: top;
}

.newslist {
  font-size: 1.6rem;
  max-width: 910px;
  max-height: 250px;
  padding: 2rem;
  background-color: #fff;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

.newslist ul li {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #bababa;
}

.newslist ul li:last-child {
  border-bottom: none;
}

.newslist time, .newslist a {
  display: block;
}

.newslist time {
  width: 20%;
}

.newslist a {
  width: 80%;
  color: #115cc3;
}

.mainContents {
  margin: 4rem auto;
}

.sec_ttl {
  opacity: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -ms-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  -webkit-transform: translate(0, 4rem);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.sec_ttl img {
  margin: 1rem auto;
}

.fadein {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.topics h3 {
  font-weight: 300;
}

.topics ul {
  font-size: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topics li {
  max-width: 340px;
  width: 30%;
  margin: 2rem 0;
}

.topics li img {
  width: 100%;
  max-width: 340px;
  height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  margin-bottom: 1rem;
}

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

.insta li {
  margin: 1rem;
  max-width: 275px;
  max-height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.insta li img {
  width: 100%;
}

.bar_kigan {
  background-color: #ef9e9e;
}

.bar_omamori {
  background-color: #ffc59e;
}

.bar_yuisyo {
  background-color: #ffe18a;
}

.bar_event {
  background-color: #cade6f;
}

.bar_access {
  background-color: #94e683;
}

.bar_guide {
  background-color: #94dcca;
}

.bar_contact {
  background-color: #a7c5e0;
}

.bar_reserve {
  background-color: #b89bdf;
}

.hd_inner, .washi, .washi_P,
.bgflw {
  background-size: cover;
  background-position: center;
}

.washi {
  background: url(../images/contents_bg.jpg);
}

.washi_P {
  background: url(../images/contents_bg_P.jpg);
}

.washi,
.washi_P {
  margin-top: 4rem;
  padding: 4rem 0 2rem;
}

.bgflw {
  background: url(../images/bg_flw.jpg) no-repeat center center/cover;
}

.inbar {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.inbar img {
  width: 60%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.inbar:nth-of-type(even) {
  margin-left: auto;
}

.inbar.left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.inbar.right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.inbar.delay {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.inbar.fast {
  -webkit-transition: all 0.8 ease;
  -o-transition: all 0.8 ease;
  transition: all 0.8 ease;
}

.inbar:hover {
  opacity: .5;
}

.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.bar_ttl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 900;
  width: 40%;
}

.bar_ttl img {
  margin: 0 auto 2rem;
  max-width: 6rem;
  max-height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit:contain;';
}

.bar_inner {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
}

.fixedspace {
  display: block;
  height: 20rem;
}

.page_layer {
  margin: 0 auto 10rem;
  max-width: 840px;
  width: 100%;
  font-size: 1.6rem;
}

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

.page_layer .layer_ttl h1 {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  max-width: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page_layer h1 {
  font-size: 2.4rem;
  margin: 4rem auto;
}

.page_layer h2 {
  font-size: 2.4rem;
  padding: 1rem 0;
  border-bottom: 3px solid #fdc9cb;
  margin: 2rem 0 4rem;
}

.page_layer h3 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page_layer h4 {
  font-size: 1.6rem;
}

.page_layer h4:before {
  content: '◼︎';
}

.page_layer p {
  margin-bottom: 2rem;
  line-height: 2;
}

.page_layer a:hover {
  opacity: .6;
}

cite {
  display: block;
  font-size: 80%;
  font-style: normal;
  margin: .5rem 0 2rem;
}

.mv {
  margin-top: 14rem;
  width: 100%;
}

.rud {
  padding: 3rem;
  margin: 4rem auto;
  border-radius: 1rem;
  border: 4px solid #fdc9cb;
  background: #fff;
}

.rud h3, .rud p {
  margin: 0 !important;
}

.pray_ct {
  letter-spacing: 0;
  margin: 4rem auto;
  text-align: center;
}

.pray_ct h3 {
  margin: 0;
}

.pray_ct p {
  margin: 0;
}

.pray_ct p:first-child {
  font-size: 2.2rem;
  font-weight: 900;
}

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

.wraplist li {
  position: relative;
  margin-bottom: -1px;
  margin-left: -1px;
  width: 50%;
  border: 1px solid #fdc9cb;
}

.wraplist li a {
  padding: .7rem 1rem;
}

.wraplist li:after {
  content: '▶︎';
  position: absolute;
  top: 20%;
  right: 1rem;
  color: #808080;
}

.wraplist li a {
  display: block;
}

.wraplist li:hover {
  background: #fdc9cb;
}

.wraplist li:hover a {
  color: #fff;
  opacity: 1;
}

.wraplist li:hover:before {
  color: #fff;
}

.ovs_x {
  margin-bottom: 2rem;
}

.ovs_x table {
  width: 100%;
  min-width: 550px;
  margin-bottom: 2rem;
}

.ovs_x th, .ovs_x td {
  border: 1px solid #808080;
  padding: .5rem 1rem;
}

.ovs_x th:first-of-type, .ovs_x td:first-of-type {
  border-right: 2px solid #808080;
}

.ovs_x th {
  background: #eeeeee;
}

.tre_Im_cap, .fou_Im_cap, .li_tir {
  margin: 4rem auto;
}

.tre_Im_cap img, .fou_Im_cap img, .li_tir img {
  width: 100%;
}

.tre_Im_cap cite, .fou_Im_cap cite, .li_tir cite {
  text-align: center;
}

.tre_Im_cap {
  width: 85%;
}

.tre_Im_cap div {
  width: 32%;
}

.fou_Im_cap div {
  width: 20%;
  padding: 0 1%;
}

.flow li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 4rem;
}

.flow img {
  height: 100%;
}

.flow div {
  margin-left: 4rem;
}

.flow div h3 {
  margin: 0 0 2rem;
}

.flow p {
  letter-spacing: 0;
  margin: 0;
}

.Beat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}

.layer_faq dd, .layer_faq dt {
  position: relative;
  padding-left: 3rem;
}

.layer_faq dd:before, .layer_faq dt:before {
  position: absolute;
  left: 0;
}

.layer_faq dt {
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: .5rem;
}

.layer_faq dt:before {
  content: 'Q: ';
}

.layer_faq dd {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #bababa;
}

.layer_faq dd:before {
  content: 'A: ';
}

.layer_faq dd:last-of-type {
  border-bottom: none;
}

.bobno {
  border-bottom: none !important;
}

#anniversary .page_layer img {
  margin: 2rem auto;
}

#shibusawaeichi .row_box {
  margin-bottom: 2rem;
}

#shibusawaeichi .row_box div {
  padding-right: 2rem;
}

#shibusawaeichi .flex {
  margin: 4rem 0;
}

#shibusawaeichi .flex div {
  padding-left: 2rem;
}

#shibusawaeichi cite {
  margin-bottom: 4rem;
}

#event .flex {
  margin: 2rem 0;
}

#event .flex div {
  padding-left: 4rem;
}

#ichiryumanbai .page_layer {
  background: #fcf7eb;
  margin-bottom: 0;
  padding-bottom: 10rem;
 }
 
 #ichiryumanbai .layer_inr {
   max-width: 840px;
   margin: 0 auto;
 }
 
 #ichiryumanbai .align_ttl {
   writing-mode: horizontal-tb;
   -webkit-writing-mode: horizontal-tb;
   max-width: none;
   text-align: center;
 }

#ichiryumanbai .flex .padL20 {
  padding-left: 2rem;
 }

#ichiryumanbai .frame_w {
  border: 5px solid #fff;
}

#ichiryumanbai .img_100 {
  width: 100%;
 }
 #delivery .img_40 {
 	width: 40%;
}
 
 #ichiryumanbai .img_80 {
  width: 80%;
 }

#delivery .ann_img_tw,
#ichiryumanbai .ann_img_tw {
  justify-content: space-between;
}

#delivery .ann_img_tw li {
	width: 49%;
}
#ichiryumanbai .ann_img_tw li {
  width: 48%; 
}

#ichiryumanbai .ann_img_tw .img_45 {
  width: 45%; 
}

#ichiryumanbai .img_62 {
  width: 62%
}

#delivery .ichi_padL20,
#ichiryumanbai .ichi_padL20 {
  padding-left: 2rem;
}

#ichiryumanbai .linkUline {
	text-decoration: underline;
}
#delivery .marg4 {
	margin-bottom: 4rem;
}


@media screen and (max-width:780px){
	#ichiryumanbai .flex {
		display: block;
	}
	#ichiryumanbai .sp_margA {
		margin: 0 auto;
	}
	#delivery .ichi_padL20,
	#ichiryumanbai .ichi_padL20 {
		padding-left: 0;
	}
	#ichiryumanbai .ann_img_tw {
		display: block;
	}
	#ichiryumanbai .ann_img_tw li,
	#ichiryumanbai .ann_img_tw .img_45{
		width: 100%
	}
	#delivery .ann_img_tw li {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#delivery .ann_img_tw li img {
		width: 100%;
		height: 100%;
	}
	#ichiryumanbai .img_80 {
		margin: 0 auto;
		width: 100%
	}
	#ichiryumanbai .img_62 {
		margin: 0 auto;
	}
	#delivery .img_100 {
		width: 100%
	}
	#delivery .img_40 {
		width: 70%;
	}
	#delivery .sp_padT20,
	#ichiryumanbai .sp_padT20 {
		margin-top: 2rem;
	}
	#ichiryumanbai .align_l {
		text-align: center;
	}
	#ichiryumanbai .page_layer img {
	  	width: 100%;
	}
}

/* 七五三プランページ　id="753plan" */
main#\37 53plan .page_layer {
	max-width: 920px !important;
}

main#\37 53plan .frame {
	border: 1px solid #C9C9C9;
	padding: 10px 40px 0;
}
main#\37 53plan .align_ttl {
	writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    max-width: none;
    text-align: center;
}
main#\37 53plan .flex img {
	height: 100%;
    margin-right: 4rem;
}
main#\37 53plan .flex {
	margin: 4rem 0;
}

main#\37 53plan .dashed {
	border-bottom: 1px dashed #898989;
}
@media screen and (max-width:780px){
	main#\37 53plan .frame {
		padding: 0 3%;
	}
	main#\37 53plan .flex img {
    	margin: 0 auto 1rem;
	}
	main#\37 53plan .flex {
		display: block;
	}
}


.fldb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 70%;
  margin: 4rem auto;
}

.fldb img {
  width: 48%;
}

#hatsumode .flex div, #hatsumode .flbw div, #hatsumode .row_box div {
  max-width: 50%;
}

#hatsumode .flex img, #hatsumode .flbw img, #hatsumode .row_box img {
  height: auto;
}

#hatsumode .flex img {
  margin-right: 2rem;
}

#kodakara .row_box div, #delivery .row_box div, #hatsumiya .row_box div,
#nakisumo .row_box div,
#oharae .row_box div {
  padding-right: 4rem;
}

#oharae .flad {
  margin-bottom: 4rem;
}

#oharae .flad img {
  width: 43%;
}

#event .flad,
#nakisumo .flad {
  margin: 4rem 0;
}

#event .flad img,
#nakisumo .flad img {
  width: 32%;
}

.ov p {
  letter-spacing: 0;
  margin: 0 !important;
}

.pdf {
  margin: 4rem 0;
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#pray .pray_btn {
  text-align: left;
}

.nenpyou .flbw {
  padding: 4rem 0;
}

.nenpyou .flbw div:first-child {
  width: 55%;
}

.nenpyou .flbw div:nth-child(2) {
  width: 43%;
}

.nenpyou p {
  margin-bottom: 0 !important;
}

.nenpyou_ttl {
  padding: .5rem;
  background-color: #fdc9cb;
  color: #fff;
  text-align: center;
  width: 100%;
}

.ey_ttl {
  font-size: 2rem;
  margin: 2rem 0 1rem;
}

.ey_ttl li {
  text-align: center;
}

.ey_ttl li:first-child {
  width: 5%;
}

.ey_ttl li:nth-of-type(n+2) {
  width: 32%;
}

.ey {
  border-top: 2px solid #000;
  width: 32%;
  padding: .5rem;
}

.ey li {
  padding: 2rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
}

.ey li p:first-child {
  font-size: 2.4rem;
  font-weight: bold;
  width: 40%;
}

.ey li p:last-child {
  width: 60%;
  line-height: 1.5;
}

.ey_m, .ey_w {
  background-color: #c6e6f8;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 2;
}

.ey_w {
  background-color: #fdc9cb;
}

.ey p, .shichigosan p, .toshiiwai p {
  margin: 0;
}

.ey li, .shichigosan li, .toshiiwai li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shichigosan li {
  text-align: center;
}

.shichigosan li:first-child {
  font-size: 2rem;
  font-weight: 900;
  border-bottom: 1px solid #000;
}

.shichigosan li:nth-of-type(n+2) {
  border-bottom: 1px dashed #7d7d7d;
}

.shichigosan li:nth-of-type(n+2) p:first-child {
  line-height: 1;
  font-size: 2rem;
}

.shichigosan li:nth-of-type(n+2) p:first-child span {
  font-size: 80%;
}

.shichigosan li:nth-of-type(n+2) p:nth-child(n+2) {
  font-size: 2.6rem;
}

.shichigosan li p {
  padding: 1rem 0;
  width: 33%;
}

.toshiiwai li {
  padding: 1rem .5rem;
  border-bottom: 1px dashed #7d7d7d;
}

.toshiiwai li div {
  margin-bottom: 0 !important;
  width: 100% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toshiiwai li div p {
  width: 50%;
}

.toshiiwai li div p:first-child {
  font-size: 2rem;
}

.toshiiwai li div p:first-child span {
  font-size: 80%;
}

.toshiiwai li p:last-child {
  font-size: 1.4rem;
}

#individual h3 {
  margin: 4rem 0 1rem;
}

#corporate .flex {
  margin: 4rem 0;
}

#corporate .flex img {
  width: 40%;
  margin-right: 4rem;
}

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

#corporate .flex ul li {
  padding: .5rem 1rem;
  margin-bottom: -1px;
  margin-left: -1px;
  border: 1px solid #bababa;
  width: 50%;
}

#hatsumiya .row_box img,
#health .row_box img {
  height: 100%;
}

#celebration ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#celebration ul li {
  width: 25%;
  text-align: center;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: .5rem 1rem;
  border: 1px solid #bababa;
}

#hatsumiya .page_layer > h3 {
  margin: 4rem 0;
}

#hatsumiya .row_box p {
  margin-bottom: 0 !important;
}

#diseasefree .flex, #pass .flex,
#shichigosan .flex,
#delivery .flex,
#kodakara .flex {
  margin: 4rem 0;
}

#diseasefree .flex img, #pass .flex img,
#shichigosan .flex img,
#delivery .flex img,
#kodakara .flex img {
  height: 100%;
  margin-right: 4rem;
}

#delivery .ann_img_tw img {
	width: 100%;
}

#diseasefree div h3, #pass div h3,
#shichigosan div h3,
#delivery div h3,
#kodakara div h3 {
  margin: 0 0 2rem;
}

#kodakara .flex p {
  margin-bottom: 0;
}

.konohi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.konohi1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
}

.konohi li p {
  margin-bottom: 1rem;
  text-align: center;
  width: 24%;
  border-bottom: 1px dashed #555;
}

.konohi li p:first-of-type {
  border-bottom: none;
  background-color: #eee;
}

.cite {
  text-align: center;
  min-width: 300px;
  margin-right: 4rem;
}

.cite_stone {
  text-align: center;
  width: 300px;
  height: 200px;
  margin-right: 4rem;
}

@media screen and (max-width: 768px) {
    .cite_stone {
	  text-align: center;
	  min-width: 300px;
	  margin-right: initial;
	  width: auto;
	  height: auto;
	}
}

.f_order {
	order: 1;
	margin-bottom: 30px;
}

.cite img {
  width: 300px;
  height: auto !important;
}

.cause {
  margin: 4rem 0;
  text-align: center;
}

.cause h2 {
  border-bottom: none;
  margin: 2rem auto;
  background: #e5e5e5;
}

.cause h3 {
  padding: 1rem 0;
  border-bottom: 1px solid #7d7d7d;
}

.cause ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cause ul li {
  padding: 1rem;
  border-bottom: 1px dashed #7d7d7d;
  width: 32%;
}

.roll {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.roll li {
  width: 32%;
}

.roll li p {
  margin-top: .5rem;
  line-height: 1.5;
}

.cal div {
  width: 48%;
}

.cal div img {
  height: auto !important;
}

.cal span {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

#health .row_box div,
#shichigosan .row_box div {
  padding-right: 4rem;
}

#todenjinjameguri p, #gosyuin p,
#privacy p {
  line-height: 1.8;
  margin-bottom: 0 !important;
}

.box {
  margin: 2rem 0;
  display: block;
}

#trip .rud, #access .rud {
  width: 80%;
  text-align: center;
}

#trip ul li {
  border: 1px solid #bababa;
  margin-left: -1px;
  margin-bottom: -1px;
}

#trip ul:first-of-type li {
  width: 20%;
}

#trip ul:last-of-type li {
  width: 33.3%;
}

#trip ul,
.order, .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4rem 0;
}

#trip ul li,
.order li, .detail li {
  padding: .5rem 1rem;
}

.video {
  height: 480px;
  width: 100%;
}

.order {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order li {
  margin-bottom: 1rem;
}

.order li:nth-child(odd) {
  background: #fce4e5;
  width: 21%;
}

.order li:nth-child(even) {
  width: 78%;
  border-bottom: 1px dashed #555;
}

.detail li {
  border: 1px solid #bababa;
  margin-left: -1px;
  margin-bottom: -1px;
}

.detail li:nth-child(odd) {
  background: #f0f0f0;
  width: 22.2%;
}

.detail li:nth-child(even) {
  width: 28%;
}

#wedding .page_layer img {
  margin-top: 4rem;
}

.floorheada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.floorhead > div {
  width: 100%;
  flex-wrap:wrap;
}

.maplist {
margin-top:10px;
  width: 32%;
}

.maplist li {
  font-size: 1.8rem;
  padding: .4rem 0 .4rem 1rem;
  background: #fce4e5;
  margin-bottom: 1rem;
}

.maplist li a {
  display: block;
}

.maplist li a span {
  font-size: 1.4rem;
}

#safety .flbw,
#access .flbw {
  margin: 4rem 0;
}

#safety .flbw h3,
#access .flbw h3 {
  margin: 0 0 4rem;
}

#safety .flbw div,
#access .flbw div {
  padding-right: 4rem;
}

#safety .flex div {
  padding-right: 4rem;
}

#sitemap .wraplist,
.nf .wraplist {
  margin-bottom: 4rem;
}

#sitemap .wraplist li,
.nf .wraplist li {
  width: 33.3%;
}

#sitemap .wraplist li a,
.nf .wraplist li a {
  padding: .5rem 0 .5rem 3.5rem;
}

#sitemap .wraplist li:after,
.nf .wraplist li:after {
  display: none;
}

#sitemap .wraplist li:before,
.nf .wraplist li:before {
  content: '▶︎';
  position: absolute;
  top: 15%;
  left: 1rem;
  color: #fdc9cb;
}

#sitemap .wraplist li:hover,
.nf .wraplist li:hover {
  background: #fdc9cb;
}

#sitemap .wraplist li:hover a,
.nf .wraplist li:hover a {
  color: #fff;
  opacity: 1;
}

#sitemap .wraplist li:hover:before,
.nf .wraplist li:hover:before {
  color: #fff;
}

#sitemap .wraplist li:hover:after,
.nf .wraplist li:hover:after {
  color: #fff;
}

#amulet .fou_Im_cap {
  margin: auto;
}

#amulet .fou_Im_cap div {
  border-bottom: 1px dashed #898989;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

#amulet .flbw {
  margin-bottom: 2rem;
}

#amulet .flex {
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#amulet .flex div, #amulet .flex > img {
  width: 50%;
}

@media screen and (max-width: 480px) {
  #amulet .flex div > img {
    width: 100%;
  }
  .fa-x-twitter:before {
    padding-right: 7%;
}
}

#amulet cite {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

#amulet cite.font15 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

#amulet hr {
  border-top: 1px dashed #898989;
  padding: 2rem 0;
}

.li_tir {
  margin: auto;
}

.li_tir div {
  width: 32%;
}

.amuwrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.amuwrap4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.amuwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.amuwrap div {
  padding: 0 1%;
  width: 33%;
  border-bottom: 1px dashed #898989;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
.amuwrap4 div {
  padding: 0 1%;
  width: 25%;
  border-bottom: 1px dashed #898989;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .amuwrap4 div {
    padding: 0 1%;
    width: 50%;
    border-bottom: 1px dashed #898989;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
}

.meoto {
  text-align: center;
  margin: -10px 0 20px 0!important;
}

#gosyuin .row_box div {
  padding-right: 4rem;
}

.flbx {
  margin-bottom: 4rem;
}

.flbx img {
  float: right;
  padding: 0 0 2rem 3rem;
}

#todenjinjameguri .flex {
  margin: 4rem 0;
}

#todenjinjameguri .flex img {
  margin-right: 4rem;
}

#todenjinjameguri .row_box div {
  margin-right: 4rem;
}

.step {
  margin: 4rem auto;
}

.step li {
  position: relative;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  padding: .7rem 1rem;
  width: 28%;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 900;
  height: 3.8rem;
  text-align: center;
  background: #e87a7e;
}

.step li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 20px;
  border-color: transparent transparent transparent #e87a7e;
}

.step li:before {
  content: '';
  display: block;
  background: #e87a7e;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 55% 50%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 55% 50%, 0% 0%);
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: -1;
}

.step li:first-child:before {
  display: none;
}

.step li:last-child:after {
  display: none;
}

#inquiry .step li:first-child {
  color: #555;
  background: #fce4e5;
}

#inquiry .step li:first-child:after {
  border-color: transparent transparent transparent #fce4e5;
}

#confirmation .step li:nth-child(2) {
  color: #555;
  background: #fce4e5;
}

#confirmation .step li:nth-child(2):before {
  background: #fce4e5;
}

#confirmation .step li:nth-child(2):after {
  border-color: transparent transparent transparent #fce4e5;
}

#confirmation .fmm .f_14 {
  display: none;
}

#completion .step li:last-child {
  color: #555;
  background: #fce4e5;
}

#completion .step li:last-child:before {
  background: #fce4e5;
}

#completion .step li:last-child:after {
  border-color: transparent transparent transparent #fce4e5;
}

.ct_form {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  width: 100%;
}

.ct_form th, .ct_form td {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #f5f5f5;
}

.ct_form td {
  width: 72%;
  max-width: 600px;
}

.ct_form .f_14 {
  letter-spacing: 0;
}

.ct_form input, .ct_form textarea {
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
  border: 1px solid #ddd;
}

.req {
  border-radius: .5rem;
  font-size: 1rem;
  padding: .2rem .5rem;
  color: #fff;
  background: #e87a7e;
  position: absolute;
  right: 1rem;
}

#reservation h3.align_c,
#inquiry h3.align_c {
  border-radius: 1rem;
  padding: 1rem 2rem;
  background: #fce4e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}

#reservation_main {
  margin-top: 4rem;
}

.blog_cate {
  margin-bottom: 4rem;
}

.blog_cate dt {
  display: block;
  position: relative;
  background: #fdc9cb;
}

.blog_cate dt h2 {
  text-align: center;
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
}

.blog_cate dd {
  display: none;
  background: #fafafa;
  padding: 4rem 0;
}

.cat_list {
  margin: 2rem auto;
  max-width: 825px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat_list li {
  margin-right: 2%;
  margin-bottom: 1rem;
  position: relative;
  padding: .5rem 0 .5rem 2rem;
  width: 32%;
  border-bottom: 1px dashed #7d7d7d;
}

.cat_list li:nth-child(3n) {
  margin-right: 0;
}

.cat_list li:before {
  position: absolute;
  content: '▶︎';
  left: 0;
  color: #fdc9cb;
}

.cat_list li a {
  display: block;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 1%;
  top: 40%;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-categories li {
  width: auto !important;
  font-size: 1.2rem;
  border: 1px solid #808080;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding: 0 .5rem;
}

.post-categories li:last-child {
  margin-right: 0;
}

.bloglist {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.bloglist h3 {
  font-size: 1.8rem;
}

.bloglist > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2rem;
}

.bloglist > li:nth-child(3n) {
  margin-right: 0;
}

.share {
  text-align: right;
}
.post{
transition:.5s;
}
.page_layer .post .list_images {
  margin-bottom: 0;
  position: relative;
}

.page_layer .post .list_images img {
  max-width: 340px;
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.page_layer .post p {
  line-height: 1.8;
}

.list_cate {
  margin-top: 1rem;
}

.list_cate span {
  border: 1px solid #808080;
  color: #808080;
  font-size: 1.2rem;
  padding: .5rem;
}

article .blog {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

article .blog h1 {
  font-size: 2.4rem;
  max-width: 100%;
  font-weight: 900;
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
}

.blog_inner {
  max-width: 1120px;
  margin: 0 auto 10rem;
}

.blogContents h1, .blogContents h2, .blogContents h3, .blogContents h4 {
  font-weight: 900;
}

.blogContents h2 {
  padding: 1rem;
  font-size: 2.2rem;
  line-height: 3.6rem;
  background-color: #fff4f4;
}

.blogContents h3 {
  border-bottom: 2px solid #FDC9CD;
  border-top: 2px solid #FDC9CD;
  font-size: 2rem;
  line-height: 3.2;
}

.blogContents h4 {
  font-size: 1.8rem;
  line-height: 2.4;
}

.blogContents h4:before {
  display: none;
}

.blogContents ol, .blogContents ul {
  padding-left: 2rem;
}

.blogContents ol {
  list-style-type: decimal;
}

.blogContents ul {
  list-style-type: disc;
}

.blogContents th {
  background-color: #a8d59d;
}

.blogContents blockquote {
  background-color: #f5f5f5;
  padding: 3rem;
}

.blogContents a {
  color: #155899;
  border-bottom: 1px solid #155899;
}

.eyecatch {
  margin: 4rem auto;
}

.eyecatch img {
  margin: auto;
}

.rel_ttl {
  text-align: center;
  padding: 2rem;
  font-size: 2.2rem;
  color: #fff;
  background-color: #fdc9cb;
  margin-bottom: 2rem;
}

.rel_acl {
  margin-top: 4rem;
}

.rel_acl li {
  width: 19%;
  margin-right: 2.5%;
}

.rel_acl li:last-child {
  margin-right: 0;
}

.rel_acl .rel_txt {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.3;
}

.rel_thumb {
  position: relative;
  margin-bottom: 1rem;
}

.rel_thumb img {
  max-height: 100px;
  height: 100px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  -o-object-position: top;
  object-position: top;
}

.rel_cate {
  padding: 0 .5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #808080;
  border: 1px solid #808080;
  position: absolute;
  left: 0;
  top: 0;
}

.pagination {
  display: none;
}

#more-button {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  display: block;
  color: #fff;
  background: #faa9a9;
  font-weight:900;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  padding: 1rem;
  margin: 4rem auto;
  width: 100%;
  max-width: 440px;
}

.scroller-status {
  display: none;
  margin-top: 40px;
}

.infinite-scroll-request {
  -webkit-animation: scroll-request 1.1s infinite linear;
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #00b8d4;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@-webkit-keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}

.sm_inner h3 {
  margin-bottom: 2rem;
}

.sm_inner ul {
  margin: 1rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sm_inner ul li {
  margin-top: -1px;
  margin-right: -1px;
  width: 50%;
  border: 1px solid #bee09a;
  padding: 1rem;
}

.sm_inner ul i {
  font-size: 80%;
  color: #bee09a;
  margin-right: .5rem;
}

#access .box li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0px;
}
#nakisumo table {
  width: 100%;
}
#nakisumo table th,
#nakisumo table td{
	padding:.3rem 0;
}

#nakisumo table th {
  min-width: 105px;
  width: 10%;
}
#nakisumo table td {
  width: 90%;
}
.slicks {
  max-width: 100%;
  padding:2rem 0;
}

.slick-slide {
  margin-right: 1rem;
}
.season {
  margin: auto;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.season li {
  margin-bottom: 2rem;
}
.outLinkList{
flex-wrap:wrap;
justify-content: flex-start;
}
.outLinkList li{
width:24%;
margin-left: 1%;
}
.outLinkList a{
display:block;}
.outLinkList a img{
height:auto;
}

/* anniversary renew 20191024 */
#anniversary video {
	width:100%;
}
.ann_img{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.ann_img_fur li{
	text-align:center;
}
.ann_img_fur li img{
	margin:1rem auto;
}
.anv_kagura_list{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-around;
}
.ann_img_tw li{
width:32%;
}
.page_layer .ann_img_tw li img{
height:auto;
}
.anv_kagura_list li{
	width:46%;
}


/***********　御由緒 *******************/
section#shibusawa{
	display: flex;
    justify-content: center;
	padding:0;
}
#shibusawa > div:nth-child(1){
	width: 70%;
	padding-right: 2%;
}
#shibusawa > div:nth-child(2){
	width: 30%;
}
#shibusawa > div:nth-child(1) > div{
	text-align: left;
    text-align: -webkit-left;
}
#shibusawa > div:nth-child(1) > div > a{
	text-align: center;
    text-align: -webkit-center;
}
#shibusawa +div.lay_btn > p {
    margin-bottom: 0;
}
#shibusawa > div:nth-child(2) > figcaption {
		margin-top: 2rem;
		font-size: 80%;
		text-align: -webkit-right;
		ext-align: right;

	}
div.shibusawa_button_pc{
		display:block;
}
div.shibusawa_button_sp{
		display:none;
}
@media screen and (max-width:480px){
	#yukari{
		margin:0;
	}
	section#shibusawa{
		flex-direction: column-reverse;
		padding:0 !important;
	}
	
	#shibusawa > div:nth-child(1),#shibusawa > div:nth-child(2) {
		width: 100%;
		margin: 2rem auto;
		display: block;
	}
	
	#shibusawa > div:nth-child(1){
		padding-right: 0%;
		margin:0;
	}
	#shibusawa > div:nth-child(1) p:nth-child(2){
    	margin-bottom: 0;	
	}
	#shibusawa > div:nth-child(2) {
		text-align: center;
		text-align: -webkit-center;
		margin: 0;
	}
	#shibusawa > div:nth-child(2) > figure{
    	margin: 2rem 0 1rem 0;
	}
	#prayer_for_victory > div > section:nth-child(9) > div > div:nth-child(2){
	    text-align: center;
	    text-align: -webkit-center;
	}
	div.shibusawa_button_pc{
		display:none;
	}
	div.shibusawa_button_sp{
			display:block;
	}
	#shibusawa +div.lay_btn{
		margin: 0;
	}
	#shibusawa +div.lay_btn p {
		text-align: center;
		margin: 0;
	}
	
	#shibusawa > div:nth-child(2) > figcaption {
		display: block;
		font-size: 1rem;
		padding: 0;
		margin: 1rem 0rem 2rem 0rem;
		text-align: right;
		text-align: -webkit-center;
	}
	

}
/***********　御祈願 *******************/
#prayer_for_victory div.pray_fl{
	display: flex;
    justify-content: center;
	padding:0;
}

#prayer_for_victory div.pray_fl div:nth-child(1){
	width: 58%;
	padding-right: 2%;
}
#prayer_for_victory div.pray_fl div:nth-child(2){
	width: 42%;
}
#prayer_for_victory > div > section:nth-child(9) > div {
    flex-direction: row-reverse;
}
#prayer_for_victory > div > section:nth-child(6) > figure{
	margin-bottom: 60px;
}
#prayer_for_victory h3{
	margin-bottom: 40px;
}

@media screen and (max-width:480px){
	#prayer_for_victory div.pray_fl{
		flex-direction: column-reverse;
	}
	#prayer_for_victory div.pray_fl div:nth-child(1){
		padding-right: 2%;
	}
	#prayer_for_victory > div > section:nth-child(6) > figure{
		margin: 4rem auto;
	}
	#prayer_for_victory > div > section:nth-child(9) > div {
    flex-direction: column-reverse;
	}
	#prayer_for_victory > div > section:nth-child(7) > div > div:nth-child(2) > figure > img,#prayer_for_victory > div > section:nth-child(8) > div > div:nth-child(2) > figure > img,#prayer_for_victory > div > section:nth-child(9) > div > div:nth-child(2) > figure > img{
		width: 70%;
		border: 5px solid #fff;
		-webkit-box-shadow: 2px 2px 5px #ccc;
		box-shadow: 2px 2px 5px #ccc;

	}
	
	#prayer_for_victory div.pray_fl:nth-child(1),#prayer_for_victory div.pray_fl:nth-child(2) {
	    width: 100%;
	}
	#prayer_for_victory div.pray_fl div:nth-child(1) {
   		 width: 100%;
    	padding-right: 0%;
	}
	#prayer_for_victory div.pray_fl div:nth-child(2) {
   		 width: 100%;
		 text-align: center;
		 text-align: -webkit-center;
		 margin-bottom: 2rem;
	}
	#prayer_for_victory > div > section:nth-child(6) p {
    margin-bottom: 1rem;
	}

}
.nohover a:hover{
	color:#000 !important;
}
.nohover:after{
	content:none !important;
}
.nohover:hover{
	background:#fff !important;
}
/*footer_バナー*/
@media screen and (min-width: 760px){
.sec_f_banner_sp{
	display: none;
	}
.sec_f_banner{
	display: inline-block;
	}
	/*
.sec_f_banner:first-child{
	margin-right: 5px;
	}
	*/
.sec_f_banner{
  	display: flex;
  	justify-content: center;
  	align-items: center;
	padding: 50px 0px;
	}
.sec_f_banner a:first-of-type{
	margin-right: 5px;
	}
}

#sbi_images {
  margin-bottom: 20px;
}
@media screen and (max-width: 759px){
.sec_f_banner{
	display: none;
	}
.sec_f_banner_sp{
	 padding: 2%;
	 padding-top: 20px;
	 padding: 28px 2% 0px 2%;
	}
	.sec_f_banner_sp img{
		margin:auto;
	}
	.sec_f_banner_sp img:last-of-type{
		margin-top: 5px;
	}
.insta{
	padding-bottom: 3rem;
	}
.footer_bannar{
	padding-bottom: 0px;
	}
}
.den_omote-ura{
margin:0 auto;
margin-top:40px;
margin-bottom:5px;
}
.den_descriptions{
width:100%;
max-width:762px;
margin:0 auto;
display:flex;
justify-content:space-between;
}
.den_description{
box-sizing:border-box;
display:inline-block;
text-align:center;
width:370px;
line-height:2;
}
.den-ryoumen {
margin:0 auto;
margin-top:33px;
margin-bottom:15px;
}
.ryoumen-description{
max-width:762px;
margin:0 auto;
}

.hatuhoryo{
text-align:right;
font-size:20px;
font-weight:bold;
}
.toden-desc-2{
display:none !important;
}
.omote-ura{
display:flex;
width:67%;
justify-content:space-between;
}
@media screen and (max-width:480px){
.hatuhoryo{
font-size:16px;
}
}

@media screen and (max-width:780px){
.omote-ura{
display:flex;
margin-bottom:15px;
width:auto;
}

.fl-den{
flex-direction:column;
justify-content: center;
align-items: center;
}
.toden-desc{
display:none;
}
.toden-desc-2{
display:block !important;
}
.inter-img{
margin-left:0px !important;
}
}
