/*
Theme Name: shitami
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Cinzel|Lora|Open+Sans&display=swap);
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: #fafafa;
  color: #333;
  font: normal normal normal 1.4em/2 'Open Sans','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
  letter-spacing: .1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

button {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
}

a {
  text-decoration: none;
  color: #333;
}

.card__item a:hover {
  opacity: .7;
  transform: scale(1.05);
  transition: .3s;
}

input[type="text"] {
  margin: 0 auto;
  width: 300px;
  height: 30px;
  font-size: 18px;
  border-radius: 3px;
  border: solid 1px #CCCCCC;
  padding-left: 5px;
  color: #333333;
}

input[type="text"]:focus {
  border: solid 1px green;
  outline: none;
}

.container {
  background: #DDDDDD;
  padding: 30px 0px;
}

.row {
  text-align: center;
  padding: 10px 0px;
}

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

button {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
}

.card {
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card__item {
  width: 100%;
  height: auto;
  margin: 0 auto 5%;
}

@media only screen and (min-width: 426px) and (max-width: 1023px) {
  .card__item {
    width: 47%;
    height: auto;
    margin: 0 1.5% 3%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .card__item {
    width: calc(100% / 3 - 20px);
    height: auto;
    margin: 0 10px 30px;
  }
}

@media screen and (min-width: 1281px) {
  .card__item {
    width: calc(100% / 4 - 20px);
    height: auto;
    margin: 0 10px 30px;
  }
}

.card__imgframe {
  scroll-snap-type: x mandatory;
  width: auto;
  /* margin: 0 5px 0 0; */
  overflow: auto;
  display: flex;
  -ms-overflow-style: none;    /* IE, Edgeでスクロールバーを非表示にする */
  scrollbar-width: none;       /* Firefoxでスクロールバーを非表示にする */
  -webkit-overflow-scrolling: touch;   /*スマホ(iOS)でoverflowのスクロールをスムーズにする*/
  overflow-scrolling: touch;  /*スマホ(iOS)でoverflowのスクロールをスムーズにする*/
}

@media screen and (min-width: 1024px) {
  .card__imgframe {
    width: auto;
  }
}

.card__imgframe::-webkit-scrollbar {
  display:none;    /*Chrome、Safariでスクロールバーを非表示にする */
}

.card__imgframe li {
  /* scroll-snap-align: center;
  width: 33%;
  margin: 6px 5px;
  flex: none;
  margin-right: 5px;
  list-style-type: none; */
  width: 100%;
  vertical-align: bottom;
}

/* @media screen and (min-width: 1024px) {
  .card__imgframe li {
    width: 45%;
  }
} */

.card__imgframe li img {
  vertical-align: bottom;
}

.card__titlebox{
  width: 100%;
  height: auto;
  padding: 6px 15px;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card__textbox {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background: #ffffff;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .card__textbox {
  padding: 13px 15px 10px;
  }
}

.card__textbox > * + * {
  margin-top: 5px;
}

.card__titletext {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.card__category {
  letter-spacing: -.05em;
  font-size: 13px;
}

.card__overviewtext {
  font-size: 12px;
  line-height: 1.2;
}

.card-skin {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

input {
  display: none;
}

.search {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .search {
    margin-bottom: 30px;
  }
}

.search_inner {
  margin-left: auto;
  margin-right: auto;
}

.search_ttl {
  text-align: center;
  margin: 55px 0;
}

@media screen and (max-width: 768px) {
  .search_ttl {
    margin: 25px 0;
  }
}

.search__ttl--main {
  font-size: 27px;
  color: #0073aa;
  margin: 15px 0;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "メイリオ", "YuGothic", "游ゴシック",sans-serif;
  text-align: center;
}

.search__ttl--sub {
  font-size: 16px;
  color: #0073aa;
  letter-spacing: 0.2em;
}

.searchResult {
  text-align: center;
  color: #0073aa;
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: block;
}

.selectBlock label {
  display: inline;
}

.selectBlock_check label .checkbox {
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #0073aa;
}

.selectBlock_check label .checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}

.selectBlock_check input[type=checkbox]:checked + label .checkbox:after {
  background-color: #0073aa;
}

.searchResult {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .searchResult {
    margin-bottom: 20px;
  }
}

.selectBlock {
  width: 90%;
  border: 1px solid #0073aa;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: auto;
}

.selectBlock_wrapper_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .selectBlock_wrapper_wrapper {
    margin-bottom: 20px;
  }
}

.selectBlock_check label {
  cursor: pointer;
}

.selectBlock_ttl {
  width: 185px;
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .selectBlock_ttl {
    width: 100%;
    margin-bottom: 0;
  }
}

.selectBlock_content {
  width: calc(100% - 185px);
}

@media screen and (max-width: 768px) {
  .selectBlock_content {
    width: 100%;
  }
}

.searchResultBlock {
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
}

.selectBlock_check {
  display: inline-block;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: normal;
}

.selectBlock_check:last-child {
  margin-right: 0;
}

.selectBlock_release {
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .selectBlock_release {
    padding: 10px 0;
  }
}

.js_release {
  cursor: pointer;
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}




/*チェックボックス非表示*/
.gnav__menu__toggle {
    display: none;
}
/*表示されるメニューの中身*/
.gnav__menu__nav {
    background-color: #fff;
    position: absolute;
    bottom: 43px;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin: auto;
}
.gnav__menu__nav--left {
    left: 0;
}
.gnav__menu__nav--right {
    right: 0;
}
.nav-list a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.gnav__menu__nav-list {
    list-style: none;
    display: none;
    margin: 0;
    /* padding-left: 20px; */
    flex-wrap: wrap;
}
.gnav__menu__nav-list li {
    margin: 0;
    padding: 10px;
    width: 50%;
}
.gnav__menu__nav-list li a {
    color: #333;
}
.gnav__menu__toggle--left:checked ~ .gnav__menu__nav .gnav__menu__nav-list {
    display: flex;
}

.gnav__menu__toggle--right:checked ~ .gnav__menu__nav .gnav__menu__nav-list {
    display: flex;
}