@charset "utf-8";
/*
theme Name: comunityfridge
Author: sugikahun
Description: original theme
version： 1.0.0
*/

/*ーーーーーー固定ページテンプレーーーーーー*/
img{
  max-width: 100%;
  height: auto;
}
.wp-block-group{
  border-radius: 16px;
}
.wp-block-button{
  max-width: 90%;
  width: 320px;
}
.wp-block-button__link{
    padding: 20px !important;
    font-weight: bold;  
}
.wp-block-list li{
  position: relative;
  padding-left: 18px;
}
.wp-block-list li:before{
  position: absolute;
  content: "●";
  color: #ea9000;
  left: 4px;
  top: 9px;
  font-size: 6px;
}/* 例：オレンジの場合 */
.has-orange-background-color {
    background-color: #ffc729 !important;
}
.has-orange-color {
    color: #ffc729 !important;
}

/* 例：うすオレンジの場合 */
.has-orange-2-background-color {
    background-color: #fff7de !important;
}
.has-orange-2-color {
    color: #fff7de !important;
}



/* コンテンツ全体の最大幅と中央寄せ */
.entry-content > * {
    max-width: 1200px; /* サイトに合わせた幅 */
    margin-left: auto;
    margin-right: auto;
}

/* 「幅広」設定の要素 */
.entry-content > .alignwide {
    max-width: 1200px;
}

/* 「全幅」設定の要素 */
.entry-content > .alignfull {
    max-width: 100%;
}

/* テキスト中央寄せクラスを強制反映 */
.has-text-align-center {
    text-align: center;
}

/* メディアとテキスト（スマホで縦に並べる基本設定） */
.wp-block-media-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

[id] {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さ分 + 少しの余白を指定 */
}




@media (max-width: 600px) {
    .wp-block-media-text {
        grid-template-columns: 1fr;
    }
}

/*ーーーーーー基本ルールーーーーーー*/

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}


html {
  scroll-behavior: smooth;
}

body {
}

main {
  background: #fff;
  max-width: 1200px;
  margin: auto !important;
}

html,
main,
body,
header,
footer,
ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

p,
h4,
li,
a {
  font-family: "Noto Sans JP",'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
  color: #3E3A39;
  text-align: justify;
  min-height: 20px;
}

h1,
h2,
h3 {
  font-family: "Noto Sans JP",'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

h2 {
  font-size: 1.1rem;
  line-height: 2;
  margin: 0 0 20px 0;
  text-decoration: none;
  color: #3E3A39;
  padding: 0;
  text-align: justify;
  letter-spacing: 1px
}

h3 {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-decoration: none;
  color: #3E3A39;
  padding: 0;
  text-align: justify;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0;
}

p,
h1,
h4,
li,
a {
  text-decoration: none;
  color: #3E3A39;
  margin: 0;
  padding: 0;
  text-align: justify;
  letter-spacing: 1px
}

b,
strong {
  font-weight: bold;
}

p,
a,
li {
  font-size: 17px;
  font-weight: normal;
  text-align: justify;
}

li {
  list-style: none
}

.noopacity:hover {
  opacity: 1 !important
}

a {
  text-decoration: underline;
}

a:hover {
  transition: 0.5s
}

a img:hover,
.maitsuki:hover {
  transform: translateY(0.1875em);
  transition: 0.3s
}

main p {
  line-height: 1.8;
  letter-spacing: 0.8px;
}

div {
  box-sizing: border-box;
}

.haikei_w {
  background-color: #f7f7f7 !important
}

.haikei_y {
  background-color: #ffc729
}

.haikei_cha {
  background-color: #ded0c0
}

.haikei_ao {
  background-color: #dee8eb
}

.haikei_midori {
  background-color: #E6FFF6
}

.haikei_pink {
  background-color: #FFF4F4
}

.bg_gray {
  background-color: #F5F3EA;
}

.text_c {
  text-align: center !important;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.pb_60 {
  padding-bottom: 60px !important
}

.pb_120 {
  padding-bottom: 120px !important
}

.pb_0 {
  padding-bottom: 0px !important
}

.pb_200 {
  padding-bottom: 200px
}

.mb_30 {
  margin-bottom: 30px !important
}

.mb_60 {
  margin-bottom: 60px !important
}

.font_s {
  font-size: 0.7rem
}

.font_1 {
  font-size: 1rem
}

.font_l {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.mt_60 {
  margin-top: 60px
}

.mt_30 {
  margin-top: 30px
}

.border_none {
  border-radius: 0 !important;
  border: none !important;
}

.w_100 {
  width: 100%;
  height: 100%
}



.pagefull {
  width: 90%;
  padding: 80px 0;
  margin: auto;
  max-width: 900px
}

/*ーーーーbtmーーーー*/
.base_bnt {
  background-color: #009e98;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  width: 90%;
  max-width: 280px;
  position: relative;
  margin: 30px auto;
}

.base_bnt_cha {
  background-color: #846136;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  max-width: 280px;
  position: relative;
  margin: 30px auto;
}

.btn_sankaku {
  position: absolute;
  left: 10px;
  top: 10px;
}

.base_bnt_cha p,
.base_bnt p {
  color: #fff;
  text-align: center !important;
  margin-bottom: 0 !important
}

.base_bnt_cha:hover {
  background-color: #c79557;
  transition: 0.3s
}

.base_bnt:hover {
  background-color: #64ccb7;
  transition: 0.3s
}

/*--------下からフェードイン--------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------下からフェードイン--------*/
.fadein_2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein_2.scrollin_2 {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------下からフェードイン--------*/
.fadein_3 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}

/* 画面内に入った状態 */
.fadein_3.scrollin_3 {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------下からフェードイン--------*/
.fadein_4 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 3000ms;
}

/* 画面内に入った状態 */
.fadein_4.scrollin_4 {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------下からフェードイン--------*/
.fadein_5 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 4000ms;
}

/* 画面内に入った状態 */
.fadein_5.scrollin_5 {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------ゆれる--------*/
.yureru-js {
  animation: yureru-js 3.4s infinite;
}

@keyframes yureru-js {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(5px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/*--------ゆれる--------*/
.yureru-js2 {
  animation: yureru-js 5s infinite;
}

@keyframes yureru-js {
  0% {
    transform: translate(3px, 0px);
  }

  50% {
    transform: translate(3px, -3px);
  }

  100% {
    transform: translate(3px, 0px);
  }
}

/*--------ゆれる--------*/
.yureru-js3 {
  animation: yureru-js 5s infinite;
}

@keyframes yureru-js {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(3px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}


/*ーーーーーー
header
ーーーーーー*/

/*メニューダウン*/
.pcmenu li {
  position: relative;
}

.pcmenu li ul {
  position: absolute;
  top: 20px;
  width: 200px;
}

.pcmenu li ul li {
  display: block;
  transform: 0.3s;
}

.pcmenu li ul a li {
  background-color: #fff;
  border-bottom: solid 2px #ffc729;
}

.pcmenu li ul a li p {
  font-size: 0.8rem !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  line-height: 1;
}

.pcmenu li ul a:hover li {
  background-color: #ffc729;
  transition: 0.3s;
}

.pcmenu li ul {
  display: none;
}

.pcmenu li:hover ul {
  display: block;
}

.pcmenu_in a,
.pcmenu_in a li {
  margin-top: 0;
  margin-right: 0;
}

.pcmenu_in1 {
  left: -5px;
}

.pcmenu_in2 {
  left: -55px;
}

.acd-check {
  display: none;
}

.acd-label {
  border-radius: 100px;
  background: #ffc729;
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;

}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}


.sns {
  display: flex;
  justify-content: space-between;
  width: 145px;
  margin-right: -50px;
  margin-left: 50px;
}

.sns img {
  width: 30px;
  height: 30px;
}



main {
  z-index: -1;
}

header h1 img {
  width: 80px;
  margin: 15px;
}

.header-inner {
  width: 95%;
  margin: auto;
}

.header-inner a {
  text-decoration: none !important
}

.header_r ul {
  display: flex;
  justify-content: space-between;
}

.header_r ul li {
  font-weight: 900;
  color: #fff;
  margin-left: 30px;
  font-size: 15px;
  text-shadow: 0px 0px 6px #000000;
}

.header_r {
  padding-top: 25px
}

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

section h1 {
  text-align: center;
  margin-bottom: 30px
}

section h1 img {
  height: 220px;
  width: auto
}


/*ーーーーーー
footer
ーーーーーー*/
footer {
  text-align: center;
  padding: 10px 0;
  background: #000
}

footer img {
  width: 150px;
  height: auto
}

.footer-inner {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
}

.footer-inner img {
  width: 130px
}

.ftmenu {
  width: 600px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
}

.ftmenu li {
  font-size: 0.7rem;
  line-height: 2;
  font-weight: normal;
  color: #fff
}

.ftmenu li:hover {
  opacity: 0.7;
  transition: 0.3s
}

.copy {
  text-align: center;
  font-size: 0.8rem;
  font-weight: normal;
}

footer p,
footer a,
footer li {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.ft_san {
  color: #ffaae0;
  font-size: 10px;
  margin-right: 1px;
}

footer {
  position: relative;
  text-align: center;
}

.footer img {
  width: 85px;
  height: auto;
  position: absolute;
  bottom: 35px;
  right: 30px;
}

.footer_l_in {
  display: flex;
  margin-top: -15px;
}

.footer_l_in p {
  line-height: 1.7;
  color: #fff;
  margin-top: 22px;
  letter-spacing: 3px;
}

.ft_c {
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  padding-bottom: 10px
}

.ftmenu_ul {
  padding: 30px 0 !important;
}


/*------------メニュー------------*/
.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu li {
  border-bottom: solid 2px #ffc729;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.menu-container .menu li,
.menu-container .menu li a {
  color: #fff;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: none;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

#modal-overlay {
  background-color: #fff;
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10 !important;
  display: none
}

.menu-container .menu a {
  font-size: 1rem !important;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.20);
}

.menu-container .menu a li {
  font-size: 1.3rem !important;
  text-align: center;
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}

.menu-container .menu {
  -webkit-transform: translate(-50%, -50%);
  display: none;
  height: auto;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 100;
  padding-top: 20px;
}

.menu-container .menu .menu-item a {}

.menu-container .menu .menu-item a:hover {
  opacity: 0.7;
  transition: 0.3s
}

.menu-container .menu .menu-item:last-child a {
  border-bottom: none;
}

.icon-hamburger {
  cursor: pointer;
  position: relative;
  background: none;
  opacity: 1;
  right: 0;
  top: 0;
  position: fixed;
  border-radius: 0 0 0 10px;
}

.icon-hamburger span {
  background: #000;
  display: block;
  height: 10%;
  margin: 0;
  position: absolute;
  width: 65%;
  border-radius: 20px
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
  border-radius: 20px
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 25%;
}

.icon-hamburger {
  display: inline-block;
}

.icon-close {
  display: none;
  position: fixed;
  right: 0;
  top: 0
}

.icon-close img {
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 10px;
}


/*------------メニュー------------*/


/*------------ボタン------------*/
.btn_box {
  max-width: 300px;
  width: 90%;
  text-align: center;
  margin: 30px auto;
  background-color: #fff;
  border-left: solid 10px #EBE139;
  position: relative;
}

.btn_line {
  position: absolute !important;
  border: solid 1px;
  background: none !important;
  height: 55px;
  width: 100%;
  top: 5px;
  left: 5px;
}

.horse_btn div p {
  padding: 15px 10px 10px 10px;
}

.horse_btn div:hover {
  background-color: #EBE139;
  transition: 0.3s
}

.horse_btn div p:hover {
  color: #fff;
  transition: 0.3s
}

.horse_btn img {
  -moz-box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
  width: 550px;
  border-radius: 5px
}

.arc_ft_2 h2 {
  font-size: 2rem;
}

/*------------HOME------------*/
.top_img {
  width: 100%;
  height: 700px;
  background-image: url(https://sugikahuntest.work/sharehorse2020/wp-content/uploads/2020/11/top_haikei.png);
  background-size: cover;
  position: relative;
  text-align: center;
  background-position: bottom center;
}

.top_img img {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: -43px;
  bottom: -140px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.titimg {
  width: 400px !important;
  top: 45%;
}

.header_btn2,
.header_btn3 {
  position: fixed;
  right: 0
}

.header_btn2 img,
.header_btn3 img {
  width: 60px;
}

.header_btn2 {
  top: 65px;
}

.header_btn3 {
  top: 230px;
}


.top_haikei {
  background-image: url(https://sugikahuntest.work/sharehorse2020/wp-content/uploads/2020/11/tophaikei-2.jpg);
  background-position: top center;
  background-size: cover;
}

.top_1 {
  text-align: center;
  height: 856px;
  width: 100%;
  background-image: url(https://sugikahuntest.work/sharehorse2020/wp-content/uploads/2020/12/top.png);
  background-position: top center;
  background-size: 1300px;
  padding-top: 100px;
  background-repeat: no-repeat;
}



/*------------HOME------------*/

/*------------arc------------*/
.arc_mainimg {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 80px
}

.arc_mainimg img {
  width: 100%;
}

.arc_1 {
  max-width: 900px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.arc_1 img {
  width: 45%;
  max-width: 450px;
  height: auto;
  margin-right: 20px;
  object-fit: cover;
}

.arc_1_1 {
  width: 430px;
}

.arc_1_1 p {
  font-weight: normal;
  font-size: 0.8rem
}

.arc_1_tit {
  font-size: 1.3rem !important;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.arc_2 {
  background-color: #F5F3EA;
  max-width: 900px;
  width: 90%;
  margin: 80px auto;
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
  text-align: center;
}

.arc_2 h3 {
  font-weight: bold !important;
  font-size: 1.5rem !important;
  margin-bottom: 50px;
  letter-spacing: 4px;
  text-align: center;
}

.arc_sec {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.arc_content {
  width: 230px;
  float: left;
  margin: 35px 25px;
  text-align: center;
}

.arc_content img {
  width: 230px;
  height: 230px;
  border-radius: 300px;
  object-fit: cover;
}

.arc_content h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px
}

.arc_ft_1 {
  background-image: url(https://sugikahuntest.work/sharehorse2020/wp-content/uploads/2020/10/nami-1_5.png);
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 80px
}

.arc_ft_1 .top_2_1 {
  width: 700px
}

.arc_ft_2 {
  background-image: url(https://sugikahuntest.work/sharehorse2020/wp-content/uploads/2020/10/nami-1_3.png);
  background-size: cover;
  background-position: center top;
  padding-top: 80px
}

.arc_ft_2 h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.u_member_btn {
  margin-bottom: 60px
}

.u_btn_box p {
  font-size: 14px;
}

/*------------arc------------*/

/*------------sin------------*/
.sin_cate {
  text-align: center;
  margin-bottom: 20px
}

.sin_img {
  text-align: center;
}

.sin_img h1 {
  letter-spacing: 3px;
  line-height: 1.8;
}

.sin_img img {
  width: 90%;
  height: auto;
  max-width: 900px;
  margin: 20px auto 50px auto;
}

.sin_content {
  width: 100%;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #F5F3EA
}

.sin_content_in {
  width: 90%;
  max-width: 700px;
  margin: auto;
}

.sin_content_in p {
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 30px
}

.sin_content_in a {
  text-decoration: underline;
  font-weight: bold
}

.sin_content_in a:hover {
  color: #009e98;
  transition: 0.3s
}

.sin_content_in h2 {
  border-bottom: solid 1px;
  margin: 20px 0;
  font-size: 1.5rem;
}

.sin_content_in img {
  width: 100%;
  height: auto
}

.sin_content_in figure {
  margin: 30px 0;
  width: 100%;
  height: auto
}

.sin_taiken0 {
  display: none
}

.sin_taiken1 {
  display: block !important;
  background-color: #ede566;
  margin: auto;
  margin-top: 30px;
  padding: 30px;
  width: 90%;
  max-width: 700px;
  text-align: center;
}

.sin_taiken_tit {
  font-size: 1.2rem;
  font-weight: bold !important;
  margin-bottom: 20px
}

.sin_taiken1 p {
  font-weight: normal;
}

.prevnext {
  max-width: 700px;
  width: 90%;
  margin: 60px auto 0 auto;
}

/*------------sin------------*/

/*------------page_about------------*/
.page_mainimg {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  display: table;
}

.donate_mainimg {
  background-image: url(https://konosato.org/wp-content/uploads/2020/12/128298876_3457847117624572_930588187081688406_n.jpg);
}

.about_mainimg {
  background-image: url(https://konosato.org/wp-content/uploads/2020/12/123581688_3386351554774129_3407601815363802169_o.jpg);
}

.torikumi_mainimg {
  background-image: url(https://konosato.org/wp-content/uploads/2020/12/124153503_107056841218051_5401568973352025087_o.jpg);
}

.event_mainimg {
  background-image: url(https://konosato.org/wp-content/uploads/2021/01/bosyu_pc-3.jpg);
  background-position: center -80px;
}

.contact_mainimg {
  background-image: url(https://konosato.org/wp-content/uploads/2021/01/120934183_1484126021782248_1947843407727097277_o.jpg);
}

.commerce_mainimg {
  background-image: url(http://konosato.org/wp-content/uploads/2021/02/DSC_0108.jpg);
}

.page_mainimg h2 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 4px;
  text-shadow: 0px 0px 13px #000;
  text-align: center;
}

.page_sec {
  max-width: 900px;
  width: 90%;
  margin: auto;
  padding: 80px 0
}

.page_sec h1 {
  padding-bottom: 60px;
  color: #009e98;
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
}

.page_sec h1:after {
  position: absolute;
  width: 80px;
  border-bottom: solid 3px #009e98;
  bottom: 40px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.haikei_pink .page_sec h1 {
  padding-bottom: 60px;
  color: #846036;
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
}

.haikei_pink .page_sec h1:after {
  position: absolute;
  width: 80px;
  border-bottom: solid 3px #846036;
  bottom: 40px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.page_sec img {
  width: 100%;
  height: auto
}

/*------------page_about------------*/


/*------------single------------*/
.single_out,
.single_out h1,
.single_in p {
  text-align: center;
}

.single_out {
  width: 90%;
  margin: 0px auto 60px auto;
  max-width: 900px;
  background: #fff;
  padding: 30px;
}

.single_out img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.single_out h1 {
  font-size: 1.7rem
}

.single_in {
  margin-top: 20px
}

.single_in p {
  font-size: 0.7rem
}

.haikei_event .single_out h1 {
  color: #009e98 !important
}

.haikei_partner .single_out h1 {
  color: #846136 !important
}

.single_out h1 {
  margin-bottom: 20px
}

.single_haikei {
  padding: 60px 0;
}

.sin_content_place {
  overflow: hidden;
  margin: 30px auto;
  border-radius: 500px;
}

.haikei_event .sin_content_place {
  background: #059e97;
}

.haikei_partner .sin_content_place {
  background: #846136;
}

.sin_content_place p {
  margin-bottom: 0;
  text-align: center !important;
  padding: 10px 30px;
  font-size: 0.9rem;
  font-weight: bold;
}

.haikei_event .sin_content_place p {
  color: #fff !important
}

.haikei_partner .sin_content_place p {
  color: #fff !important
}


/*------------contact------------*/
.contact_haikei {
  width: 90%;
  margin: auto;
  text-align: center;
  max-width: 600px;
  background-color: #E6FFF6;
}

.contact_in {
  padding: 30px;
  margin-bottom: 200px
}

.contact_in form p {
  text-align: center;
}

.contact_in input,
.contact_in textarea {
  font-size: 1.1rem;
  padding: 15px 20px;
  border: none !important;
  margin-bottom: 50px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 500px;
  letter-spacing: 1px
}

.kihu_contact_in {
  margin-bottom: 0 !important
}

.kihu_contact_in input {
  background: #fff3f4;
}

.contact_in label {
  font-size: 1.2rem
}

.contact_in .wpcf7-submit {
  background: #059e97 !important;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 0px;
  border-radius: 100px
}

.contact_in .wpcf7-submit:hover {
  opacity: 0.7;
  transition: 0.3s;
}



/*ーーーーーーS P 限定ーーーーーー*/
@media screen and (max-width:800px) {
  .spnone {
    display: none !important
  }

  p,
  a,
  li {
    font-size: 16px;
  }

  .logo {
    width: 50px;
    height: auto;
    top: 15px;
  }

  html:before,
  html:after,
  body:before,
  body:after {
    content: "";
    background: none;
    position: fixed;
    display: block;
    z-index: 5;
  }

  /* ...and position them! */
  html:before {
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
  }

  html:after {
    width: 10px;
    top: 0;
    right: 0;
    bottom: 0;
  }

  body:before {
    height: 10px;
    right: 0;
    bottom: 0;
    left: 0;
  }

  body:after {
    width: 10px;
    top: 0;
    bottom: 0;
    left: 0;
  }



  main {
    width: 94% !important;
    margin: auto !important;
  }


  header {
    position: fixed;
    top: 0;
    z-index: 11
  }

  .sp_mb_0 {
    margin-bottom: 0 !important
  }

  header h1 img {
    width: 50px;
    margin: 5px;
  }

  .icon-hamburger {
    background: #efd850;
    padding: 0;
    text-align: center;
  }

  .header_icon-1 {
    right: 65px;
    height: 40px;
    top: -2px;
  }

  .header_icon-2 {
    right: 110px;
    height: 40px;
    top: -2px;
  }

  .sp_pb_0 {
    padding-bottom: 0 !important
  }

  .sp_pt_0 {
    padding-top: 0 !important
  }






  /*------------MENU------------*/
  .icon-hamburger {
    width: 60px;
    height: 60px;
  }

  .icon-hamburger span {
    top: 26px;
    left: 11px;
  }

  .header_btn2 img,
  .header_btn3 img {
    width: 40px;
  }

  .header_btn2 {
    top: 42px;
  }

  .header_btn3 {
    top: 150px;
  }

  .member_btn h2 {
    font-size: 1.2rem
  }



  /*------------HOME------------*/
  .top_2_1 {
    display: block;
    width: 100%;
  }

  .top_2_2_2 {
    display: block;
    width: 100%;
  }

  .top_2_2_2 h3 {
    margin: 30px auto 10px auto;
  }

  .top_2_2_2 div {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }

  .top_3_l,
  .top_3_r {
    display: block;
    width: 100%;
  }

  .top_3_l img,
  .top_3_r img {
    width: 100%;
  }

  .top_3_l h2,
  .top_3_r h2 {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 30px 0;
  }

  .footer-inner {
    width: 100%;
    display: block;
    text-align: center;
  }

  .ftmenu {
    overflow: hidden;
    width: 90%;
    margin: auto;
    margin-top: 20px
  }

  .ftmenu li {
    float: left;
    width: 45%;
    margin: 5px 10px;
    text-align: left;
  }

  .sp_fb {
    width: 280px;
    margin: auto;
    text-align: center;
  }

  .top_1 {
    background-image: none !important
  }

  .top_1img {
    position: absolute;
    top: 50px;
    left: 40%
  }

  .top_2_2_3 {
    display: block;
  }

  .top_2_2_3 img {
    margin-bottom: 10px
  }

  .top_3_l .top3_text,
  .top_3_r .top3_text {
    width: 90%;
    margin: auto;
    margin-top: -20px;
    height: auto;
    padding: 60px 30px 30px 30px;
  }

  .top_text_1 {
    top: auto;
    bottom: -30px;
    right: 50px;
  }

  .top_text_2 {
    top: auto;
    bottom: -50px;
    left: 50px;
  }

  .top_text_3 {
    top: auto;
    bottom: -30px;
    right: 50px;
  }

  .top_text_4 {
    top: auto;
    bottom: -100px;
    width: 70px !important;
    left: 50px;
  }

  .member_btn_in {
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
  }

  .member_btn_in h2 {
    text-align: center;
  }

  .top_2_1 img {
    width: 90%;
    height: auto
  }

  .member_btn_in .btn_box {
    width: 90% !important;
    max-width: 300px
  }

  .top_2_2_3 img {
    width: 90%
  }

  .top_img {
    height: 500px
  }

  .top_1 {
    padding-top: 0;
    height: auto;
  }

  .top_img img {
    width: 130px;
    height: auto;
    bottom: -75px;
  }

  .top_1 h3 {
    font-size: 1.2rem !important
  }

  .top_3_l h2,
  .top_3_r h2,
  .member_btn_in h2 {
    font-size: 1.1rem;
  }

  .titimg {
    width: 200px !important;
  }

  .top_2 {
    margin-top: 0;
  }

  .horse_btn img {
    -moz-box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.45);
    width: 100%;
    border-radius: 5px;
    margin-top: 20px
  }


  /*------------HOME------------*/

  /*------------arc------------*/
  .arc_1 {
    width: 100%;
    text-align: center;
    display: block;
  }

  .arc_1 img {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto
  }

  .arc_1_1 {
    width: 85%;
    margin: 20px 33px auto auto;
  }

  .arc_1_1 p {
    text-align: left;
  }

  .arc_2 {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 30px 10px;
  }

  .arc_sec {
    width: 100%;
    max-width: 300px;
  }

  .arc_content {
    width: 45%;
    margin: 20px 2%;
    float: none
  }

  .arc_content img {
    width: 130px;
    height: 130px;
  }

  .arc_ft_1 .top_2_1 {
    width: 100%
  }

  .arc_1_tit,
  .arc_2 h3 {
    font-size: 1.2rem;
  }

  .sin_content_in p {
    width: 100%;
    text-align: justify;
    margin: 0 20px 0 auto;
    font-size: 0.9rem;
    line-height: 1.8;
    word-wrap: break-word;
    margin-bottom: 15px
  }

  .page_lead p {
    text-align: left;
  }

  .planimg {
    overflow: hidden;
  }

  .planimg img {
    width: 45%;
    float: left;
    margin: 10px 2%;
  }

  .planoption_in {
    display: block;
  }

  .planoption_in ul {
    width: 100%
  }

  .corsetit {
    width: 90%
  }

  .event_mainimg {
    background-position: center 0px;
  }

  .haikei_pink .page_sec h1 {
    font-size: 1.5rem;
  }

  .haikei_event .single_out h1 {
    width: 85%;
    margin: auto;
    line-height: 1.8;
  }


  /*------------arc------------*/


  /*------------single------------*/
  .single_out {
    margin: 0 auto;
  }

  .single_out {
    padding: 20px
  }

  /*------------footer------------*/
  /*------------footer------------*/


  .contact_mainimg {
    background-image: url(https://konosato.org/wp-content/uploads/2021/01/sp.jpg);
  }

  .footer img {
    bottom: 55px;
    left: auto !important;
    right: 15px !important;
  }

  footer {
    display: none
  }



}

/*ーーーーーーP C 限定ーーーーーー*/
@media screen and (min-width:801px) {
  .pcnone {
    display: none !important
  }


  .pc_text_c {
    text-align: center !important;
  }

  .pcmenu li {
    margin: 0 15px;
  }

  .size-large,
  .size-large img {
    width: 100%;
  }

  .size-large,
  .size-large img {
    width: 700px;
  }

  .size-medium,
  .size-medium img {
    width: 300px;
    margin: auto;
  }

  .size-thumbnail,
  .size-thumbnail img {
    width: 200px;
    margin: auto;
  }


  header {
    position: fixed;
    top: 20px;
    z-index: 100;
    top: 0 !important;
  }

  .pc_pb_200 {
    padding-bottom: 200px !important
  }

  .pc_pb_100 {
    padding-bottom: 100px !important
  }


  .li_sen {
    padding-top: 5px;
  }

  .pcmenu {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 0 0px;
  }

  .pcmenu_in {
    width: 900px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }

  .header_logo_pc {
    height: 70px
  }

  .pcmenu_in li {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px
  }

  .menu_en {
    font-size: 12px;
    letter-spacing: 2px;
    color: #d0c72c;
  }

  .menu_yoyaku {
    background: #EBE139;
    padding: 0px 35px;
  }

  .menu_yoyaku .menu_en {
    color: #fff !important
  }

  .pcsns {
    width: 100px;
    bottom: 50px;
    position: fixed;
    left: -20px;
  }

  .pcsns img {
    width: 70px;
    height: 48px;
  }


  .flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }


}