@media screen and (min-width:800px) {
  #sp_gm {
    display: none;
  }
  .slider, .bx-wrapper, .illust img {
    display: block;
  }
  #pc_gm {
    display: block;
  }
  .slider, .bx-wrapper, .illust img {
    display: block;
  }
}
@media screen and (max-width:799px) {
  #sp_gm {
    display: block;
  }
  .slider, .bx-wrapper, .illust img {
    display: none;
  }
  #pc_gm {
    display: none;
  }
  .slider, .bx-wrapper, .illust img {
    display: none;
  }
}
@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */ local('Yu Gothic Medium'), /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ local('YuGothic-Regular'); /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */ local('Yu Gothic'); /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  color: #371103;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#pc_gm ::-webkit-scrollbar {
  width: 15px;
}
#pc_gm ::-webkit-scrollbar-track {
  background-color: #76aa04;
}
#pc_gm ::-webkit-scrollbar-thumb {
  background-color: #97C730;
  border-radius: 10px;
}
/*SP版====================================*/
/*------メニュー------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 0;
  padding-bottom: 0;
  background-color: #76aa04;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  /*min-height: 110px;*/
  padding-bottom: 20px;
  background-color: #76aa04;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0;
}
.tab_item:hover {
  /*opacity: 0.75;*/
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
.tab_item img {
  max-width: 160px;
  width: 80%;
  margin: 0 auto;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tomaru:checked ~ #tomaru_content, #taberu:checked ~ #taberu_content, #asobu:checked ~ #asobu_content, #sonota:checked ~ #sonota_content, #yoyaku:checked ~ #yoyaku_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
/*.tabs input:checked + .tab_item {
  background-color: #ddd;
  color: #fff;
}	*/
#tomaru_content .closebtn input:checked ~ .hidden_show {
  display: none;
}
/*ヘッダー*/
header {
  background: #76aa04;
  text-align: center;
}
h1.sitelogo {
  margin: 0;
  padding: 30px 0 20px 0;
}
.sitelogo img {
  width: 120px;
  margin: 0 auto;
}
/**/
#mainimage img {
  width: 100%;
}
#mainimage {
  position: relative;
  height: auto;
}
#mainimage .illust {
  position: absolute;
  display: flex;
  bottom: 0;
}
#news {
  background: #f0d04e url("../img/sp_top_news_bg_fly.png") no-repeat top center;
  padding: 40px 20px;
}
#news h2 {
  color: #371103;
}
#news h2, #facilities h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#facilities h2 {
  color: #fff;
}
#facilities a {
  color: #fff;
  text-decoration: none;
}
#news dl {
  display: flex;
  flex-wrap: wrap;
}
#news dl dt {
  width: 40%;
  margin-bottom: 5px;
}
#news dl dd {
  width: 60%;
  margin-bottom: 7px;
}
#news dl dd a {
  color: #000000;
}
@media screen and (max-width:529px) {
  #news dl dt, #news dl dd {
    font-size: 16px;
  }
  #news {
    padding: 40px 10px 40px 10px;
  }
}
@media screen and (min-width:530px) {
  #news dl dt {
    width: 24%;
    margin-bottom: 5px;
  }
  #news dl dd {
    width: 76%;
    margin-bottom: 7px;
    padding-left: 30px;
  }
}
@media screen and (min-width:768px) {
  #news {
    background: #f0d04e url("../img/top_news_bg.png") no-repeat top center;
  }
  #news dl {
    max-width: 600px;
    margin: 0 auto;
  }
  #news dl dt {
    width: 20%;
  }
  #news dl dd {
    width: 80%;
  }
}
@media screen and (min-width:1024px) {
  #news dl {
    max-width: 700px;
    margin: 0 auto;
  }
  #news dl dt {
    width: 20%;
  }
  #news dl dd {
    width: 80%;
  }
}
#facilities {
  background: url("../img/top_facilities_bg.png");
}

.facilities_bg {
  background: url("../img/sp_top_facilities_bg.png") no-repeat top center;
  background-size: contain;
  padding: 82px 20px 40px 20px;
}
@media screen and (min-width:768px) {
  .facilities_bg {
    padding: 162px 20px 40px 20px;
  }
  #news h2, #facilities h2 {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.facilities_catbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.facilities_cat {
  padding: 0;
  width: 46%;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 80%;
}
.facilities_cat span{
display:inline-block;}
@media screen and (min-width:768px) {
  .facilities_catbox {
    width: 80%;
    margin: 0 auto;
  }
  .facilities_cat {
    padding: 0;
    width: 32%;
  }
}
@media screen and (min-width:1200px) {
  .facilities_catbox {
    width: 900px;
    margin: 0 auto;
  }
  .facilities_cat {
    padding: 0;
    width: 32%;
  }
}
.facilities_cat img {
  width: 100%;
  margin-bottom: 10px;
}
.sns {
  background: #d2f190 url("../img/sp_top_sns_bgimage.png") no-repeat center bottom;
  background-size: 100%;
}
/* ボタン全体 */
.flowbtn17 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-decoration: none;
  transition: .5s;
  background-color: #444;
  color: #fff;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover {
  text-decoration: none;
}
/* アイコンをど真ん中に */
.flowbtn17 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover {
  background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}
/* Feedlyマウスホバー時 */
.flowbtn17.fl_fd2:hover {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}
/* Pocketマウスホバー時 */
.flowbtn17.fl_pk2:hover {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}
/* はてブアイコンのサイズ */
.flowbtn17.fl_hb2 {
  font-size: 25px;
}
/* はてブマウスホバー時 */
.flowbtn17.fl_hb2:hover {
  background: -webkit-linear-gradient(top, #1fbccd 0%, #1c91d4 84%);
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
}
/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}
/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}
/* お問い合わせマウスホバー時 */
.flowbtn17.fl_ma2:hover {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
  list-style: none;
}
/* ボタン全体の位置 */
.snsbtniti {
  display: flex;
  justify-content: center;
}
/* ボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 16%;
  text-align: center !important;
  padding: 46px 0;
}
@media screen and (min-width:768px) {
  .snsbtniti li {
    padding: 86px 0;
  }
}
.youtube {
  padding: 60px 40px 40px 40px;
  text-align: center;
}
.youtube img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}
.youtubebox {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubebox iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  /*.youtubebox {
 		width: 80%;
		margin:0 auto;
		aspect-ratio: 16 / 9;
	}*/
  .youtubebox {
    position: relative;
    width: 80%;
    padding-top: 45%;
    margin: 0 auto;
  }
  .youtubebox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
footer {
  background: #339b0a url("../img/sp_footer.png") no-repeat;
  background-size: contain;
  padding: 40px 40px 60px 40px;
  color: #fff;
  background-position: left bottom;
}
@media screen and (max-width:600px) {
  footer {
    padding: 60px 20px 60px 20px;
  }
}
footer div {
  display: flex;
  justify-content: flex-end;
}
footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width:1200px) {
  footer ul {
    max-width: 50%;
    margin-bottom: 20px;
  }
}
footer li {
  font-size: 14px;
  width: calc((100% / 2) - 8px);
  list-style: none;
  margin-bottom: 5px;
  background: #f0d04e;
  text-align: center;
}
footer .footer_menu li a {
  padding: 10px;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #371103;
  font-weight: 800;
}
@media screen and (min-width:800px) {
  footer li {
    width: calc((100% / 3) - 8px);
  }
}
/*intro-slide-fade*/
.s-fade-wrap {
  position: relative;
}
.s-fade-text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.7rem;
}
@media screen and (min-width:900px) {
  .s-fade-text {
    font-size: 2.8rem;
  }
}
.bxSlider-active .s-fade-text {
  animation: slideTextFade 1.75s ease 0s 1 normal;
}
@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
/*osusume*/
.osusume {
  margin: 0px auto;
  max-width: 1500px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.osusumer h1 {
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 0px;
}
@media screen and (min-width:800px) {
  .osusumer h1 {
    font-size: 2em;
  }
}
.osusume img {
  width: 100%;
}
.osusume a {
  text-decoration: none;
  color: inherit;
}
.osusume div {
  width: calc(50%);
  margin: 0px 0px;
  background-color: rgba(255, 255, 255, 1.0);
}
.osusume .recommend:hover {
  filter: brightness(1.2);
}
/* mew! */
.recommend {
  position: relative;
}
.recommend .new {
  padding: 3px;
  width: 50px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #E13923;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
@media screen and (min-width:900px) {
  .recommend .new {
    padding-top: 15px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px; /* Safari,Google Chrome用 */
    -moz-border-radius: 50px; /* Firefox用 */
    border-radius: 50%;
  }
}
.recommend .mida1 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px 4px;
}
@media screen and (min-width:500px) {
  .recommend .mida1 {
    font-size: 14px;
    padding: 6px 10px 3px;
  }
}
@media screen and (min-width:1000px) {
  .recommend {
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .osusume div {
    width: 24%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc((100% / 4));
    width: calc((100% / 4) - 8px);
    margin: 5px 0px;
  }
  .osusume {
    padding: 10px 0px;
  }
  .recommend .mida1 {
    font-size: 16px;
    padding: 10px 0px 0px;
  }
}
.facebook {
  background: #3B5998;
}
.facebook div {
  text-align: center;
  display: block;
  margin: 0 auto;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}
#language-btn {
  position: fixed;
  top: 0;
  right: 10px;
  width: 120px;
  height: 40px;
  background-color: rgb(151, 198, 47, 1);
  z-index: 999;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  color: #FFF;
}
#language-btn:hover {
  cursor: pointer;
}
#language-btn.active {}
#language-modal {
  display: block;
  position: fixed;
  top: -80%;
  right: 10px;
  padding: 10px;
  width: 120px;
  z-index: 998;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  color: #231815;
  background-color: rgb(151, 198, 47, 1);
  transition: top 0.5s ease-out;
}
#language-modal.active {
  top: 35px;
}
#language-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#language-modal ul li {
  margin-bottom: 5px;
}
#language-modal ul li a {
  color: #231815;
  text-align: center;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.language {
  line-height: 1rem;
}
.language a {
  color: #231815;
  font-size: 14px;
}
/*翻訳*/
a[data-stt-changelang] {
  margin: 0 7px;
}
a[data-stt-active] {
  text-decoration: none;
  font-weight: bold;
}

/*アイコンの下に文字*/
.icon_txt{
position:absolute;
	bottom : 5px;
	left:150px;
	color: #fff;
}
#sp_gm .icon_txt{
position:static;
	color: #fff;
	font-size:12px;
	line-height: normal;
}
.youtube2{
    background: #76aa04;
    padding-top:30px;padding-bottom:30px;
}
.youtubebox2 {
  width: 90%;
  aspect-ratio: 16 / 9;
    margin: 0 auto;
    display: block;
}
.youtubebox2 iframe {

  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {

  .youtubebox2 {
    position: relative;
    width: 80%;

    margin: 0 auto;
  }
  .youtubebox2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}