@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1;
}

p ,
p span {
  font-size: 16px;
  line-height: normal;
}

/*header*/
header {
  position: relative;
  z-index: 2;
  padding: 1rem 0 .5rem;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  text-align: center;
}

header img {
  width: max(12%,100px);
  height: auto;
}

/*main*/
main {
  margin: auto;
  padding: 20px 0;
  max-width: 1000px;
  width: 100%;
  background-color: #ffffff;
}

.main_bar {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
  background-color: #fafafa;
}

/*nav*/
nav {
  position: sticky;
  top: 0;
  float: left;
  width: 10%;
  -ms-writing-mode: tb-rl;

      writing-mode: vertical-lr;
}

nav ul {
  display: flex;
}

nav ul li a {
  display: block;
  margin: 0 0 10px;
  padding: 5px 10px;
  border-left: solid 3px #565656;
  letter-spacing: 2px;
}

nav ul li a p {
  font-size: 10px;
  line-height: 10px;
}

/*main_cont*/
.main_cont {
  float: right;
  width: 90%;
  border-left: solid 1px #cccccc;
}

.main_cont_full {
  width: 100%;
}

ul.attention {
  list-style-position: inside;
  list-style-type: "※ ";
  line-height: 1rem;
}
ul.attention li {
  font-size: .8rem;
}

ul.sample_notice {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.2rem;
}

/*item*/
.item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item_wrap > div {
  margin: inherit;
}
.item_wrap > div:nth-child(2n + 1) {
  border-right: solid 1px #cccccc;
}
@media (max-width:740px) {
  .item_wrap > div:nth-child(2n + 1) {
    margin-bottom: 1rem;
    border-right: none;
    border-bottom: solid 1px #cccccc;
  }
}

.item_cont {
  position: relative;
  margin: 0 auto;
  padding: 0 3% 3%;
  max-width: 320px;
  width: 100%;
  vertical-align: top;
}

.item_cont_2 {
  margin: 0 auto;
  margin-bottom: 5%;
  padding: 0 3% 5%;
  width: 100%;
}

.item_cont_2 .f_left {
  width: 48%;
}

.item_cont_2 .f_right {
  width: 48%;
}

.item_cont p ,
.item_cont p span ,
.item_cont_2 p ,
.item_cont_2 p span {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}

.item_cont img ,
.item_cont_2 img {
  padding: 3px;
  border: solid 1px #333333;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.item_cont_btn {
  position: relative;
  overflow: hidden;
  margin: 3% 3% 3%;
  padding: 3px;
  width: 94%;
  height: 150px;
  border: solid 1px #333333;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.item_cont_btn img {
  margin-top: -50%;
  width: 100%;
}

.item_cont_btn_word {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  margin: auto;
}

.item_cont_btn_word p ,
.item_cont_btn_word p span {
  display: inline;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
}

@media screen and (min-width:781px) {
  .item_cont_btn {
    margin: 1% auto;
    max-width: 700px;
  }

  .item_cont_2 {
    padding: 0 2% 0;
    width: 49%;
    border-bottom: none;
  }
}

/*link*/
.link {
  margin: 3%;
  font-size: 0;
}

.link img {
  padding: 1%;
}

.link_mini {
  color: #000000;
  text-align: center;
}

.link_mini a {
  display: inline-block;
  margin: 3px;
  padding: 5px 10px;
  border: solid 1px #000000;
  border-radius: 30px;
  font-size: 11px;
  line-height: 14px;
}

.link_mini a:hover {
  border: solid 1px #979797;
  background-color: #979797;
  color: #ffffff;
  opacity: 1;
}

@media screen and (min-width:781px) {
  .link {
    margin: 3% auto;
    max-width: 750px;
  }
}

/*footer*/
footer {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  color: #000000;
  text-align: center;
}

/**/
a ,
p ,
a:hover ,
a p:hover {
  transition: all .2s;
}

a:hover ,
a p:hover {
  opacity: .6;
}

p ,
p span {
  font-size: 14px;
  line-height: normal;
}

h1 ,
h2 ,
h3 {
  margin: 10px 0;
  font-weight: bold;
  font-size: clamp(20px,2.5vw,24px);
  line-height: 24px;
}

h2::before ,
h2::after {
  padding: 0 .5em;
  color: #555555;
}

h3 {
  padding: 3%;
  font-weight: lighter;
}

h2::before {
  content: "[";
}
h2::after {
  content: "]";
}
h2::before ,
h2::after {
  padding: 0 .5em;
  color: #555555;
}
h3 {
  background-color: #565656;
  color: #ffffff;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}

h2.sample {
  margin-bottom: 0;
  padding: .5rem;
  width: 100%;
  background-color: #d4d4d4;
}

h3.sample {
  margin-bottom: 0;
  padding: .5rem;
  width: 100%;
  background-color: #6ab099;
}

.cont {
  padding: 3%;
  border-bottom: solid 1px #cccccc;
}

.cont_no_border {
  padding: 3%;
}

.cont_top_border {
  padding: 3%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.sample_cont {
  margin: 1rem auto;
  background-color: #fffeeb;
}

img.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

/*パンくず*/
.breadcrumb {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;

/*横に並ぶように*/
  list-style: none;
  font-size: 12px;
  line-height: 12px;
}

.breadcrumb li:after {
  padding: 0 .5em;
  color: #555555;

/* >を表示*/
  content: ">";
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a span {
  font-size: 12px;
  line-height: 12px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*モーダルウィンドウ*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-size: 0; */
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  max-width: 1000px;
  width: 90%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

a.js-modal-close {
  float: right;
  padding: .5rem;
  width: 7%;
  border-radius: 6px;
  background-color: #2c2c2c;
  color: #ffffff;
  text-align: center;
}

/*タブ切り替え*/
.tab-group {
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.tab-group .tab {
  flex-grow: 1;
  padding: 5px;
  border: solid 1px #cccccc;
  list-style: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
}

.tab.is-active {
  background: #338a41;
  color: #ffffff;
}

.panel-group {
  height: auto;
  border-top: none;
}

.panel-group .panel {
  display: none;
  font-size: 14px;
  line-height: normal;
}

.panel-group .panel.is-show {
  display: block;
}

.panel-group .tab.is-active {
  transition: all .2s ease-out;
}

/*カウントダウン*/
.yycountdown-box {
  margin: 10px 0;
  color: #ff0000;
  text-align: center;
  font-size: 20px;
  line-height: normal;
}

#timer .yycountdown-box .yyc-day-text ,
#timer .yycountdown-box .yyc-day ,
#timer .yycountdown-box .yyc-hou-text ,
#timer .yycountdown-box .yyc-hou ,
#timer .yycountdown-box .yyc-min-text ,
#timer .yycountdown-box .yyc-min ,
#timer .yycountdown-box .yyc-sec-text ,
#timer .yycountdown-box .yyc-sec {
  font-size: 1.0em;
}

/*slider*/
.slider img {
  width: 100%;
  height: auto;
}
/*slick setting*/
.slick-prev:before ,
.slick-next:before {
  color: #000000;
}
.slick-dots {
  margin-bottom: -10px;
}

/*ボタン*/
a.btn01 p {
  margin: 1% auto;
  padding: 20px 0;
  max-width: 700px;
  width: 100%;
  border: solid 1px #565656;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  text-align: center;
  font-weight: bold;
}

a.btn01 p::before {
  padding: 0 .5em;
  color: #555555;
  content: "▶";
}

a p.btn02 {
  margin: 1% auto;
  padding: 5px 0;
  max-width: 700px;
  width: 100%;
  border: solid 1px #565656;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

a.btn02 p::before {
  padding: 0 .5em;
  color: #555555;
  content: "▶";
}

/* topbtn */
.c_pagetop {
  position: fixed;
  right: .5vw;
  bottom: .5vw;
  z-index: 90;
  display: block;
  box-sizing: border-box;
  padding-top: 27px;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background-color: #b1b1b1;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  pointer-events: auto;
}

.c_pagetop:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  content: "▲";
  text-align: center;
  font-size: 16px;
}

.c_pagetop:hover {
  opacity: .5;
  transition: .5s;
}

/* code */
.sample {
  margin-bottom: 1rem;
  border-bottom: 1px solid #000000;
}
.cont .sample:last-child {
  border-bottom: none;
}
pre {
  overflow-x: scroll;
  margin: 1.5rem auto;
  width: 90%;
  border: 1px solid #000000;
}

code {
  font-size: 13px;
}

.copybtn {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  width: 90%;
  border-radius: 10px;
  background-color: #74c074;
  text-align: center;
  letter-spacing: .2rem;
  font-weight: bold;
}
.copybtn:hover {
  opacity: .5;
  transition: .3s;
}

/*common*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.f_none {
  float: none !important;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.size_11 {
  font-size: 11px;
}

.size_12 {
  font-size: 12px;
}

.size_13 {
  font-size: 13px;
}

.size_14 {
  font-size: 14px;
}

.size_15 {
  font-size: 15px;
}

.size_16 {
  font-size: 16px;
}

.size_17 {
  font-size: 17px;
}

.size_18 {
  font-size: 18px;
}

.size_19 {
  font-size: 19px;
}

.size_20 {
  font-size: 20px;
}

.size_21 {
  font-size: 21px;
}

.size_22 {
  font-size: 22px;
}

.weight_normal {
  font-weight: normal;
}

.weight_bold {
  font-weight: bold;
}

.w_auto {
  width: auto !important;
}

.wp_100 {
  max-width: 100% !important;
}

.wp_98 {
  max-width: 98% !important;
}

.wp_90 {
  max-width: 90% !important;
}

.wp_80 {
  max-width: 80% !important;
}

.wp_70 {
  max-width: 70% !important;
}

.wp_60 {
  max-width: 60% !important;
}

.wp_50 {
  max-width: 50% !important;
}

.wp_40 {
  max-width: 40% !important;
}

.wp_30 {
  max-width: 30% !important;
}

.wp_20 {
  max-width: 20% !important;
}

.wp_10 {
  max-width: 10% !important;
}

.wp_100_mx_750 {
  max-width: 750px;
  width: 100% !important;
}

.ma_auto {
  margin-right: auto;
  margin-left: auto;
}

.border_right ,
.border_right_sp {
  border-right: solid 1px #cccccc;
}

.border_bottom ,
.border_bottom_sp {
  border-bottom: solid 1px #cccccc;
}

.border_kakomi {
  margin: 3%;
  padding: 3% 5%;
  border: solid 1px #cccccc;
}

.red {
  color: red;
}

.yellow {
  color: yellow;
}

.white {
  color: white;
}

.black {
  color: black;
}

.green {
  color: green;
}

.melon_green {
  color: #338a41;
}

.light_gray {
  color: #cccccc;
}

.dark {
  color: #333333;
}

.gray {
  color: #656565;
}

@media screen and (max-width:781px) {
  .border_right {
    border-right: none;
  }

  .border_bottom {
    border-bottom: none;
  }
}

/*responsib*/
.sp {
  display: block;
}

.pc {
  display: none;
}

.sp_br {
  display: block;
}
@media screen and (min-width:781px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}


/*googlemap*/
#googleMaps iframe {
  margin-top: 20px;
  width: 100%;
}

/*sne*/
.sns_btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -2%;
}

.sns_btn a {
  display: block;
  max-width: 42px;
  width: 100%;
}

.sns_btn a img {
  width: 100%;
}

.sample_bg {
  margin: 1rem 0;
  padding: .5rem;
  background-color: #f2f2f2;
}
