@charset "utf-8";

/* *****共通設定***** */

/* 改行*/
.text { display: inline-block; }


/* 本記 フォント文字サイズ設定*/


/* フォント*/
body{
font-family: 'Sawarabi Gothic', sans-serif;
}

/* フォント
html{
  font-family:'Yu Gothic', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: none;
}
*/

/* 画像最大幅*/
img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}


body{
background:#ea6094!important;
}


/* 広告料金*/
.text_left{
  margin-right: -200px; 
  display:inline-block;
    padding:10px
}

.text_right{
  float: right;
  width: 200px;
  display: inline-block;
  font-size:1.2em
  color:#ffffff;
  text-align: right;
  padding:10px
}
/*768px以下に適用*/
@media screen and (max-width: 768px) {

.text_left{
  margin-right:0;
  width: 100%;
}

.text_right{
  width: 100%;
  text-align: center;
  padding:15px;
}

}




.kikaku {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.kikaku:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.hito {
  position: relative;
  padding-left: 35px;
  color:#8b0000;

}
.hito:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;

  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hito:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mekke-foot{
font-size:90%;
}

.mekke-news{
text-align:center;
color:#fff!important;
}

.mekke-toiawase{
text-align:center;
color:#fff!important;
line-height:10px;
}

@media screen and (max-width: 767px) {
.mekke-toiawase{
line-height:15px;
}}


.mekke-gift{
font-size:130%;
font-weight:bold;
text-align:center;
color:#fff!important;
line-height:40px;
}

@media screen and (max-width: 767px) {
.mekke-gift{
line-height:30px;
font-size:100%;
}}



.master-box{
  zoom: reset;
  -webkit-text-size-adjust: none;
  width: 1080px;
  max-width: 100%;
}

.none-sp{
  display:none;
}

.category-left{
  float: left;
  width: 49%;
  padding-left: 1%;
  text-align: left;
}

.category-right{
  float: right;
  width: 49%;
  padding-right: 1%;
  text-align: right;
}

.logo-region{
  float: left;
  padding-bottom: 5px;
  width: 34%;
  height: auto;
}

.logo-region img{
  float: left;
  width: 100%;
  max-width: 300px;  
  height: auto;
}

.rinen-region{
  float: left;
  padding-right: 1%;
  padding-top: 16px;
  width: 64%;
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}

#heade-content{
  display:none;
}

/*767px以下に適用*/
@media screen and (max-width: 767px) {

  .category-left,
  .category-right{
    float: none;
    width: 98%;
    padding: 0 1%;
  }
.logo-region{
  float: left;
  padding: 0 0 10px 5px;
  width: 50%;
/*  max-width: 100px;*/
  height: auto;
}
.rinen-region{
  float: left;
  padding: 1%;
  width: 98%;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  height: auto;
  line-height: 1.2em;
}

  .none-pc{
    display:none;
  }
  .none-sp{
    display:inline-block;
  }
}

/* 本記 フォント文字サイズ設定*/

.article2020{
text-align:left;
font-size:  24px;
line-height:1.4em;
}

@media (max-width: 992px) {
.article2020{
font-size:  18px;
line-height:1.7em;
}}

@media (max-width: 768px) {
.article2020{
font-size:  17px;
line-height:1.6em;
}}

@media (max-width: 576px) {
.article2020{
font-size:  16px;
line-height:1.5em;
}}

.mekke-mokuji{
 font-size:140%;
 background: #FFE5F2;
 width: 100%;
 max-width: 800px;
 height:auto;
 margin:auto;
 padding:20px;

text-align:left;
line-height: 2.0em
}

/* 見出し*/
.midashi2020{
font-size:  27px;
color:#F773A1;
text-align:center; 
background:#ffffff;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

@media (max-width: 992px) {
.midashi2020{
font-size:  25px;
color:#F773A1;
text-align:center; 
background:#ffffff;/*背景色*/
}}


@media (max-width: 768px) {
.midashi2020{
font-size:  23px;
color:#F773A1;
text-align:center; 
background:#ffffff;/*背景色*/
}}


@media (max-width: 576px) {
.midashi2020{
font-size:  20px;
color:#F773A1;
text-align:center; 
background:#ffffff;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/

}}





/* 1227追記*/

.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}

.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}


/* SNSアイコン */
h2::before {
  content: "";
  display: inline-block;
  width: 1.333333em;
  height: 1.333333em;
  margin-right: 0.5em;
  background-image: url(img/fa.png);
  background-size: 10.416667em auto;
  vertical-align: middle;
}
.ttl-chat::before {
  background-position: 0 0;
}
.ttl-pc::before {
  background-position: -1.458333em 0;
}
.ttl-sp::before {
  background-position: -2.916667em 0;
}
.ttl-calender::before {
  background-position: -4.375em 0;
}


/* SNSの天地センタリング　190107追記*/

.sns2019 {
	  vertical-align:middle
  height: 50px;
  line-height: 50px;
  background: none;
}

/* ニュースのタイル*/
p.newsimg { 

 border: 2px solid none ;

 }

/* マウスオーバーの挙動について*/
 .img_wrap{
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/* マウスオーバーでカラー化*/
.img_wrap2{
  margin: 0 auto;
  overflow: hidden;
}

.img_wrap2 img{
  width: 100%;
  transform: scale(1.1);
  cursor: pointer;
  filter: grayscale(100%);
  transition-duration: 0.5s;
}
.img_wrap2 img2:hover{
  filter: grayscale(0);
  transition-duration: 0.5s;
}

/* オフキャンバス*/

body {
  overflow-x: hidden; /* 狭いデバイスでのスクロールを防止 */
}

body {
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* ナビバーの高さ */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #343a40;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 100px;   /* 左からのアキ量設定できます*/
    visibility: visible;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ea6094;
  border: solid 2px #ea6094;
  border-radius: 3px;
  transition: .4s;
  background: white;
}

.btn-flat-border:hover {
  background: #ea6094;
  color: white;
  border: solid 2px white;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ea6094;
  border: solid 2px #ea6094;
  border-radius: 20px;
  transition: .4s;
  background: white;
}

.btn-flat-border2:hover {
  background: #ea6094;
  color: white;
  border: solid 2px white;
}

