/*
Theme Name: mynavi_kinder_garden
Author: TripFarm, Inc,
License: TripFarm, Inc,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
  color:#3e3a39;
	line-height: 1.8;
  letter-spacing: .7px;
  counter-reset: count;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 25px 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.section-title-block {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 40px;
	letter-spacing: .7px;
  font-weight: 700;
  text-align: center;
	width: auto;
	display: block;
}

.section-title::after {
  content: attr(data-subtitle);
  display: block;
  font-size: 13px;
  text-align: center;
}

.cat-item {
  text-decoration: none;
  box-sizing: border-box;
  list-style-type: none;
  margin-bottom: 15px;
}

.cat-item a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
  color: #444;
  background: #ffff00;
  transition: .4s;
  border: 1px solid #ffff00;
  border-radius: 20px;
  box-sizing: border-box;
}

.cat-item a:hover {
  background: #fff;
  color: #444;
  border:1px solid #ffff00;
  box-sizing: border-box;
}

.btn-booking {
  background: #14A73C;
  display: inline-block;
  border: 1px solid #14A73C;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  padding: 10px 25px !important;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-right: 10px;
}
.btn-booking:hover {
  border: 1px solid #14A73C;
  background: #fff;
  color: #14A73C !important;
}
/* グローバルナビ */

header {
  width: 100%;
  margin: 0 auto;
	position: relative;
}

header h1 {
  position: absolute;
	top: 25px;
  left: 10px;
	width: 200px;
	height: auto;
  padding: 10px;
	display: inline-block;
}

header img {
  width: 100%;
  height: auto;
}

nav ul {
  width: 100%;
  text-align: right;
  padding: 20px 0 !important;
}

nav li {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  float: none !important;
}

.drawer-navbar .drawer-nav {
  height: auto !important;
}

nav li a {
  line-height: inherit !important;
  font-size: 12px !important;
  padding: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  transition: .3s;
}

nav li a:hover {
  color: #ffff00 !important;
}

.navbar-fix {
  height: auto !important;
  border-bottom: none !important;
}

.drawer-container-fix {
  width: 100% !important;
}

/* ここから flickity*/

#main-image-gallery{
	height: 480px;
  margin-bottom: 80px;
}

.img-wrapper {
  width: 900px;
  height: 400px;
  border-radius: 15px;
  margin-top: 20px;
  margin-right: 30px;
  overflow: hidden;
}

#main-image-gallery .is-selected {
  width: 900px;
  height: 450px;
  border-radius: 15px;
  margin-top: 0px;
  overflow: hidden;
}

#main-image-gallery img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.flickity-page-dots .dot {
	background-color: #ccc;
  width: 7px !important;
  height: 7px !important;
  margin: 0 25px !important;
}

.flickity-page-dots .dot.is-selected {
  background: #fff;
  border: 3px solid #ffff00 !important;
  width: 9px !important;
  height: 9px !important;
	background: #ffff00;
}

.flickity-page-dots .dot:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 8px;
  margin-left: 16px;
}

/* foo gallery ここから */

.fg-dots {
  text-align: center;
}

.fg-paging-container li.fg-dot-item a {
  padding: 10px 23px !important;
  font-size: inherit !important;
  line-height: 1.5;
}

.fg-paging-container li.fg-dot-item a:hover {
  background: #ffff00 !important;
  color: inherit !important;
}

.fg-dot-link {
  padding: 10px 10px !important;
  border: none !important;
}

/* WordPress related post ここから */

.wp_rp_content {
  width: 100% !important;
}

section.related-post ul.related_post {
  display: flex !important;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.related-post ul.related_post li {
  border-radius: 8px;
  width: 340px !important;
  height: 280px !important;
}

section.related-post ul.related_post li a {
  width: 340px !important;
  height: 223px !important;
  overflow: hidden;
  border-radius: 8px !important;
  font-weight: 700;
  margin-bottom: 10px !important;
}

section.related-post ul.related_post li img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
}



/* トップページ pick-ups */

.pick-up-flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

.pick-up-position {
  width: 340px;
  height: 350px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  margin-bottom: 40px;
}

.pick-up-img {
  width: 100%;
  height: 223px;
  overflow: hidden;
  border-radius: 8px;
}

.pick-up-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.pick-up-date {
  display: inline-block;
  padding: 20px 10px 0px 10px;
  font-size: 12px;
}

.pick-up-cat {
  display: inline-block;
  font-size: 12px;
}

.pick-up-cat p{
  font-size: 12px;
}

.pick-up-textarea {
  padding: 10px;
  font-weight: 700;
  height:auto;
}

.writer-name {
  display: inline-block;
  position: absolute;
  left: 10px;
  font-size: 12px;
}

.more-read {
  display: inline-block;
  position: absolute;
  right: 0;
}

.more-read a {
  display: inline-block;
  transition: .3s;
}

.more-read a:hover {
  color: #ffff00
}

.more-read i {
  margin-left: 5px;
}

.view-more {
  background: #f8f8f8;
  border-radius: 8px;
  transition: .3s;
}

.view-more:hover {
  background: #ffff00;
}

.view-more a {
  display: inline-block;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  box-sizing: border-box;
}

.view-more i {
  margin-left: 15px;
}

/* トップページ ranking */

.ranking-img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffd900;
}

.ranking-img img {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 35px;
  height: 35px;
}

.ranking-nums {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #676565;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.ranking-num {
  position: absolute;
  font-size: 22px;
  top: 5px;
  left: 18px;
}

/* トップページの category  */

.category-flex {
  display: flex;
  justify-content: space-around;
}

.category-block {
  width: 360px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.category-block img {
  width: 360px;
  height: auto;
  border-radius: 8px;
}

.category-text-block {
  position: absolute;
  top: 50px;
  left: 142px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/* トップページの writers */

.writers-flex {
  display: flex;
}

.writers-category {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.writers-category:hover::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(240, 220, 40, 0.4);
  left: 0;
  top: 0;
  z-index: 10;
  transition: 5s;
}

.writers-desc-invisible {
  transform: translate(0, -500px);
}

.writers-desc-visible {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
  transition: .8s;
}

.writers-name {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

.writers-img {
  width: 300px;
  height: 300px;
}

.writers-img img {
  width: 100%;
  height: auto;
}

/* ニュース一覧ここから */

.archive-flex {
  width: 1200px;
  flex-wrap: wrap;
}

.top-position {
  position: relative;
  height: 450px;
  margin-bottom: 40px;
}

.top-circle {
  position: absolute;
  top: 10px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #ffff00;
  z-index: 0;
}

.top-title-block {
  position: relative;
  top: 100px;
  left: 150px;
  width: 400px;
  height: 450px;
  z-index: 1;
}

.top-title-block p {
  font-size: 20px;
}

.top-title-block h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.top-img-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
  height: 450px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.top-img {
  border-radius: 20px;
}

.top-img-position img {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0;
}

.all-pick-ups .container {
  position: relative;
}

.page-indicat {
  position: relative;
  width: 95%;
  margin: 0 auto 40px;
  text-align: right;
  border-bottom: 2px solid #c8c8c8;
}

.page-indicat::before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0px;
  display: inline-block;
  width: 150px;
  height: 5px;
  background: #090909;
}

.page-nav {
  display: flex;
  justify-content: center;
}

.page-numbers {
  position: relative;
  padding: 20px 35px;
  border-radius: 50%;
  background: #e8e8e3;
  transition: .3s;
  font-size: 25px;
  text-align: center;
}

.page-numbers:hover {
  background: #ffff00;
}

.page-numbers:not(:first-child) {
  margin-left: 20px;
}

/* 個別記事ページここから */

.top-backblock {
  position: absolute;
  top: 175px;
  width: 455px;
  height: 185px;
  background: #ffff00;
  z-index: 0;
  left: 95px;
}

.page-title-block {
  width: 640px;
  height: 170px;
  background: #fff;
  z-index: 10;
  top: 175px;
  left: 110px;
}

.page-title-block h2 {
  font-size: 24px;
  padding: 20px;
}

.page-title-block p{
  font-size: 14px;
}

/* フッター */

.footer-title-position {
  margin-bottom: 10px;
}

.footer-title {
  font-size: 30px;
}

footer{
  background: #f8f8f8;
}

footer ul {
  clear: both;
  margin-bottom: 50px;
}

footer li {
  display: inline-block;
  padding-right: 15px;
}

footer li::after {
  display: inline-block;
  content: "/";
  margin-left: 15px;
}

.footer-subtitle {
  float: left;
  margin-bottom: 30px;
}

.social-icon {
  float: left;
  margin-left: 40px;
}

.social-icon a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.social-icon-position {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f8f8f8;
  float: left;
}

.social-icon-position:last-of-type {
  margin-left: 10px;
}

.social-icon img {
  position: absolute;
  width: 15px;
  top: 10px;
  left: 10px;
}

/* ここから採用情報 */

.recruit-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

section.top-recruit:nth-of-type(odd) .recruit-flex,section.recruit-message:nth-of-type(odd) .recruit-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

section.top-recruit:nth-of-type(even) .recruit-flex,section.recruit-message:nth-of-type(odd) .recruit-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.message-img {
  width: 48%;
  height: 357px;
  overflow: hidden;
  border-radius: 10px;
}

.message-img img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.message-text{
  width: 48%;
  overflow: hidden;
  border-radius: 10px;
}

.message-text-space{
  padding: 20px;
}

.message-text-space h2{
  font-size: 20px;
  margin-bottom: 20px;
}

.recruit-table{
  width:80%;
  margin: 0 auto;
  margin-bottom: 60px;
}

section.recruit-message .message-text{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
  border-top: #ffff00 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #c8c8c8 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

/* お問い合わせ */
.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px auto;
}
.cp_iptxt input[type='text'],.cp_iptxt input[type='tel'],.cp_iptxt input[type='email'],.cp_iptxt input[type='number'],.cp_iptxt textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	padding-left: 40px;
	letter-spacing: 1px;
	border: 0;
}
.cp_iptxt input[type='text']:focus,.cp_iptxt input[type='tel']:focus,.cp_iptxt input[type='number']:focus,.cp_iptxt input[type='email']:focus,cp_iptxt textarea:focus {
	outline: none;
}
.cp_iptxt input[type='text']:focus::after,.cp_iptxt input[type='tel']:focus::after,.cp_iptxt input[type='number']:focus::after,.cp_iptxt input[type='email']:focus::after,cp_iptxt textarea:focus::after {
	outline: none;
}
.cp_iptxt i {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 5px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt::after {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: -1px;
	content: '';
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ffff00;
}

section.lp-form .cv_btn{
  margin:0 auto;
  text-align: center;
}

.wpcf7-textarea {
  width: 100%;
  height: 50px;
  border: none;
}

.wpcf7-submit {
  width: 100%;
  background: #f8f8f8;
  border-radius: 8px;
  transition: .3s;
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  box-sizing: border-box;
  border: none;
}

.wpcf7-submit:hover {
  background: #ffff00;
}

.checkbox-828{
  display: inline-block;
  text-align: left;
}

/*店舗情報ページのCSS  */
.store-left{
  width: 50%;
  padding-bottom: 1.5em;
  padding: 30px;
  box-sizing: border-box;
}
.store-right{
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

.gmap {
  width: 100%;
  height: 500px;
}

.store-img{
  max-width: 900px;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
}

.store-img img{
  width: 100%;
  height: auto;
}

.store-flex{
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.store-photo{
  width:100%;
  height: 330px;
  margin-bottom: 30px;
  overflow: hidden;
}

.store-photo img{
  width:100%;
  height: auto;
}

.store-message{
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}

.store-message h3{
  font-size: 18px;
  margin-bottom: 10px;
}

/* single投稿ページ */
section.single-post .container{
  max-width: 1100px;
  padding: 30px 30px 40px;
}

.single-post-content{
  padding: 20px 40px;
  color: #3e3e3e;
}

.single-post-content p{
  margin: 0 0 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 2.0;
}

.single-post-content h3 {
position: relative;
padding: .5em;
border-left: 5px solid #ffff00;
font-size: 24px;
margin-bottom: 20px;
}

.single-post-content h3:before {
position: absolute;
left: -5px;
bottom: 0;
content: '';
width: 5px;
height: 50%;
background-color: #ffff00;
}

.single-post-content h3:after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 2px solid #444;
}

.single-post-content img{
  width: 600px;
  height: auto;
  margin-bottom: 30px;
}

.single-post-content a{
  color: #337ab7;
  font-weight: 600;
  text-align: justify;
}

/* PCアーカイブ */
section.all-pick-ups .container{
  box-sizing: border-box;
}

.cat-flex-wrap{
  display: flex;
}

.mg20{
  margin-bottom: 20px;
}

.cat-flex{
  display: flex;
  justify-content: space-around;
  margin-right: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.square_btn{
  position: relative;
  display: inline-block;
  height: 55px;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
  color: #444;
  background: #ffff00;
  transition: .4s;
  border-radius: 20px;
  box-sizing: border-box;
  }

.square_btn:hover {
  background: #fff;
  height: 55px;
  color: #444;
  border:1px solid #ffff00;
  box-sizing: border-box;
}

/* 企業情報ここから */

.company-img {
  width: 38%;
  height: 342px;
}

section.recruit-message .company-text {
  width: 60%;
  height: 342px;
  margin: 0;
  overflow: hidden;
}

.company-message {
  width: auto;
}

/* 採用情報 */

section.recruit-message .recruit-message-text {
  width: 48%;
  overflow: hidden;
  border-radius: 10px;
}

/* ここから料金と流れ */
.flow-text{
  width: 80%;
  margin: 0 auto;
}

.flow-text h2{
  text-align: center;
}

.flow-text p{
  text-align: center;
}

.flow-table{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.flow-table table{
  width: 100%;
  border-spacing: 0;
}

.flow-table th{
  border-bottom: solid 2px #ffff00;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: dimgray;
}

.flow-table td{
  border-bottom: solid 2px #ddd;
  padding: 15px 20px;
  font-size: 16px;
}

/* よくある質問ここから */
.faq-wrapper {
 background: #fff;
 margin-top: 20px;
 max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
}

.faq-text {
  margin-bottom: 40px;
}
.faq-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 7px;
}

.faq-answer {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 30px;
}

.faq-text span, .faq-answer span {
  font-size: 28px;
  font-weight: 600;
  color: #ffff00;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.download{
  display: flex;
  justify-content: center;
  text-align: center;
}
.download_box{
  margin: 0 30px 25px;
}
.download_box p{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
footer .download_box li::after {
  display: inline-block;
  content: none;
  margin-left: 15px;
  font-size: 16px;
}

/* 固有追記CSS */
.recruit_choice_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 25px;
}
.click_down_menu {
  display: none;
}
.click_down_menu.open_store_menu {
  display: block;
  width: 260px;
  height: auto;
  padding: 20px 30px;
  background: #f9aa44;
  color: #fff;
  position: absolute;
  top: 100px;
  left: 35%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  transition: .5s;
}
nav ul.click_down_menu_ul,
nav ul .store_nav_txt{
  text-align: left;
}
.store_nav_title {
  padding: 10px 0 0;
  border-bottom: 1px solid #fac27b;
  margin-bottom: 20px;
}
.click_down_menu_ul {
  justify-content: space-between;
}
.arrow_btn {
  cursor: pointer;
}
.recruit_tab{
  display: none;
}
.recruit_tab.active{
  display: block;
}

/* 個別修正 */
.under_kv_container.single {
  margin: 25px auto;
  height: auto;
  overflow: hidden;
}
.newsfeed_pt2_date, .newsfeed_pt2_cat {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}
.news_ttl_category {
  background: #FFFF00;
  padding: 2px 18px;
  border-radius: 20px;
  margin-right: 10px;
}
.single_ttl {
  font-size: 24px;
  margin-top: 20px;
}
.txt_center {
  text-align: center;
}

/* 予約カレンダー */
h3.calendar-title{
  display:none;
}
caption.list-calendar{
  display: none;
}
#booking-form.content-form legend {
  font-size: 16px;
  padding: 2px 15px;
  background: #0e0e0e;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#booking-form.content-form th {
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: none;
}
#booking-form.content-form td {
  padding: 6px 4px;
  display: block;
}

/* コンタクトフォーム PC*/
.wpcf7{
  border: 1px solid ;
  padding: 30px 40px;
}
form.wpcf7-form p{
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}

input.wpcf7-text{
  max-width: 300px;
  width: 100%;
  height: 25px;
  margin-top: 10px;
}
textarea.wpcf7-textarea{
  border: 1px solid ;
  max-width: 300px;
  width: 100%;
  height: 75px;
  margin-top: 10px;
}

/* スマホここから */

@media screen and (max-width:768px) {

/* 共通 */

body {
  font-size: 13px;
}

.container {
  padding: 20px 15px;
  margin-bottom: 25px;
}

.button{
	text-align: center;
}

.section-title-block {
  margin-bottom: 20px;
}

.section-title {
  font-size: 26px;
}

.top-position .page-title-block {
  width: 90%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
}

.page-title-block h2 {
  font-size: 18px;
  padding: 10px 0;
}

/*  スマホのflickity*/

#main-image-gallery{
	height: 62vw;
  margin-bottom: 30px;
}

.img-wrapper {
  width: 100%;
  height: 62vw;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: 0px;
  overflow: hidden;
}

#main-image-gallery .is-selected {
  width: 100%;
  height: 62vw;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
}

#main-image-gallery img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.flickity-page-dots .dot.is-selected {
  -webkit-border-radius: 15px !important;
     -moz-border-radius: 15px !important;
          border-radius: 15px !important;
}

.flickity-page-dots .dot.is-selected {
  width: 5px !important;
  height: 5px !important;
}

.flickity-page-dots {
  bottom: -40px !important;
}

/* スマホのfoo gallery ここから  */

.fg-default.fg-gutter-20 {
  padding-left: 0 !important;
}

.fg-default.fg-gutter-20 .fg-item {
  margin-right: 0 !important;
  margin-bottom: 30px !important;
}

/* スマホの WordPress related post ここから */

section.related-post ul.related_post {
  display: block !important;
}

section.related-post ul.related_post li {
  width: 100% !important;
  height: 305px !important;
  margin: 0 auto !important;
}

section.related-post ul.related_post li a {
  width: 100% !important;
  height: 62vw !important;
}

ul.related_post li small a {

}


/* スマホのヘッダーここから */

header h1 {
  top: 0;
  height: auto;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: none !important;
}

nav li {
  display: block;
  padding: 10px 20px;
}

nav li a {
  font-size: 15px !important;
  font-weight: 300;
}

.gnav-cat-eng {
  display: none;
}

/* スマホトップのnews ここから */

.page-indicat {
  width: 100%;
  margin: 0 auto 20px;
}

.pick-up-flex {
  flex-direction: column;
  margin-bottom: 20px;
}

.pick-up-position {
  width: 100%;
}

.pick-up-img {
  height: 62vw;
}

.more-read {
  background: #f8f8f8;
  border: 1px solid #cac6c6;
  border-radius: 15px;
  padding: 5px 10px;
}

.view-more {
  width: 80%;
  margin: 0 auto;
  background: #ffff00;
  border-radius: 40px;
}

.view-more a {
  font-size: 15px;
  padding: 15px;
}

/* スマホトップのabout usここから */

.recruit-flex {
  flex-direction: column;
}

.message-img {
  width: 100%;
  height: 62vw;
  margin-bottom: 20px;
  border-radius: 8px;
}

.message-img img {
  border-radius: 8px;
}

.message-text {
  width: 100%;
  border-radius: 8px;
}

.store-message {
  border-radius: 8px;
}

/* スマホトップのRecruit ここから */

section.top-recruit:nth-of-type(odd) .recruit-flex,section.recruit-message:nth-of-type(odd) .recruit-flex  {
  flex-direction: column;
}

/* スマホトップのFacility ここから */

.store-flex {
  display: block;
}

.store-left {
  width: 100%;
  padding: 0px;
}

th {
  width: 70px;
}

.store-right {
  width: 100%;
  padding: 0px;
}

.gmap {
  height: auto;
  margin-bottom: 20px;
}
.store-flex{
  margin-bottom: 40px;
}

/* スマホのfooter ここから */

.footer-title {
  font-size: 17px;
}

/* スマホの施設一覧 ここから */

.top-position {
  width: 100%;
  height: 62vw;
  margin-bottom: 0px;
}

.top-img-position {
  position: relative;
  width: 100%;
  height: 62vw;
  border-radius: inherit;
}

.top-img {
  border-radius: inherit;
  width: 100%;
  height: 62vw;
  overflow: hidden;
}

.top-img-position img {
  border-radius: 0px;
}

.top-circle {
  display: none;
}

.top-title-block {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 220px;
  height: auto;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
}

.top-title-block p {
  font-size: inherit;
}

.top-title-block h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.store-img {
  width: 100%;
  height: 62vw;
  margin-bottom: 20px;
}

.store-img img {
  width: 100%;
  height: auto;
}

.store-left {
  margin-bottom: 20px;
}

.store-photo {
  height: 62vw;
  margin-bottom: 20px;
}

.store-message {
  width: 100%;
  box-sizing: border-box;
}

/* スマホの企業情報 ここから  */

section.recruit-message .company-text {
  width: 100%;
  height: auto;
}

.recruit-flex {
  margin-bottom: 20px;
}

section.recruit-message .message-text {
  width: 100%;
  margin-bottom: 0;
}

.recruit-table {
  width: 100%;
}

/* スマホのニュース一覧 ここから */

.cat-flex {
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cat-item a {
  line-height: 1;
  padding: 8px 11px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 11px;
}

.archive-flex {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}

.page-numbers {
  padding: 7px 20px;
  font-size: 20px;
}

/* スマホの個別ニュース ここから */

.top-backblock {
  display: none;
}

section.single-post .container {
  padding: 20px 15px;
  margin-bottom: 0;
}

.single-post-content {
  padding: 0;
}

.single-post-content h3{
  font-size: 16px;
  margin-bottom: 15px;
}

.single-post-content p{
  font-size: 14px;
  line-height: 1.8;
}

.single-post-content img{
  width: 100%;
}

/* スマホのお問い合わせ ここから */

.cp_iptxt {
  width: 90%;
}

.wpcf7-submit {
  font-size: 18px;
  background: #ffff00;
  padding: 10px 15px;
}

/* スマホのフッター ここから */

footer .container {
  padding: 20px;
}

.footer-subtitle {
  margin-bottom: 15px;
}

.footer-subtitle p {
  line-height: 1.5;
}

footer ul {
  margin-bottom: 30px;
}

footer li {
  padding-right: 5px;
}

footer li::after {
  margin-left: 5px;
}

.social-icon {
  float: none;
}

.social-icon-position {
  top: -8px;
  left: 20px;
}

/* スマホのプライバシーポリシー ここから */

section.privacy-content .container {
  padding: 20px 15px;
}

.download{
  display: block;
  justify-content: center;
  text-align: center;
}

/* スマホ個別 */
.store_nav_title {
  display: none;
}
.click_down_menu.open_store_menu {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 15px 0;
  background: #f5f4f2;
  color: #fff;
  position: static;
  top: initial;
  right: initial;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
  transition: 1.5s;
}
.click_down_menu_ul li{
  color: #f9aa44;
}
.under_kv_container.single {
  margin: 25px auto;
  height: auto;
  padding: 0 8px;
}
.single_ttl{
  font-size: 17px;
}
.newsfeed_pt2_date, .newsfeed_pt2_cat {
  font-size: 13px;
}
.message-text-space{
  padding: 10px;
}
.message-text-space h2{
  font-size: 16px;
  margin-bottom: 16px;
}
}
