@charset "utf-8";
/* CSS Document */
/*★★★★★★★★テンプレート[始]★★★★★★★★*/

/*===============================================
	reset
===============================================*/
* {
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
}
textarea {
  font-size: 100%;
}
img {
  vertical-align: bottom;
}
li {
  list-style: none;
}
/*===============================================
	a,text
===============================================*/
a:hover {
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #1800ff;
}
/*=============================================== 
	base
===============================================*/
html,
body {
  height: 100%;
}
/*===============================================
	font
===============================================*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input,
textarea,
select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
}
/* for IE6 */
* html body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
* html input,
* html textarea {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*===============================================
	align
===============================================*/
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}

/*===============================================
	他span
===============================================*/
.underL {
  text-decoration: underline !important;
}
.displayN {
  display: none !important;
}
.bold {
  font-weight: bold !important;
}

/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
/*cFix*/
.cFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .cFix {
  height: 1%;
}
.cFix {
  display: block;
}

/*===============================================
	共通部分
===============================================*/
#wrap {
  width: 100%;
}
/* img mouse hover */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sp {
  display: none;
}
.pc {
  display: inline;
}
p {
  line-height: 2rem;
}

/*===============================================
	個別
===============================================*/

/*共通*/
.icon {
  margin: 0 auto 10px;
  text-align: center;
}

/*ヘッダー*/
header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 5px 0;
  border-bottom: 3px solid #000;
}
header .head_wrap {
  width: 1200px;
  margin: 0 auto;
}
.head__logo {
  float: left;
  padding-top: 5px;
}
.head__gnavi {
  float: right;
  margin-right: 20px;
}
.head__gnavi li {
  float: left;
  font-size: 1rem;
  height: 55px;
  padding-top: 13px;
}
.head__gnavi li:nth-child(1) {
  position: relative;
  margin-right: 40px;
}
.head__gnavi li:nth-child(1):after {
  content: "｜";
  position: absolute;
  right: -28px;
}
.head__gnavi li a {
  color: #000;
}
.head__navi {
  float: right;
}
.head__navi li {
  float: left;
  height: 55px;
  margin-left: 1px;
}
.head__navi li a {
  color: #000;
}
.head__navi li img {
  height: 100%;
}
.head__navi .head__navi__line {
  margin-right: 5px;
}
#main {
  background: url(../img/mainBG.png) center center;
  height: 741px;
  padding: 0;
}
#main .main_tx {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
}

#cnt1 {
  background: #00c800;
  padding: 60px 0 80px;
}
#cnt1 .wrap {
  width: 1000px;
  margin: 0 auto;
}
#cnt1 h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 2rem;
}
#cnt1 .h2_sub {
  text-align: center;
  color: #00a200;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#cnt1 h3 {
  border: 1px solid;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2rem;
  margin: 0 auto 30px;
  width: 400px;
  font-weight: bold;
  letter-spacing: 2px;
}
#cnt1 .line {
  border-bottom: 2px solid #000;
  padding: 0.3em;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
#cnt1 .line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#cnt1 .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00c800 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#cnt1 li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  background: #fff;
  border-radius: 10px;
  min-height: 400px;
  padding: 20px;
}
#cnt1 li:last-child {
  margin-right: 0;
}
#cnt1 li h4 {
  text-align: center;
  color: #00b400;
  font-weight: bold;
  margin-bottom: 25px;
  padding-top: 10px;
}
#cnt1 li .support {
  margin-bottom: 10px;
  padding-top: 0;
}
#cnt1 li p {
  font-size: 0.9rem;
}

#cnt2 {
  width: 100%;
  background: #deffde;
  padding: 80px 0;
}
#cnt2 .wrap {
  margin: 0 auto;
  width: 1000px;
}
#cnt2 h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 2rem;
}
#cnt2 .h2_sub {
  text-align: center;
  color: #92dd92;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#cnt2 .line {
  border-bottom: 2px solid #000;
  padding: 0.3em;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
#cnt2 .line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#cnt2 .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #deffde transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#cnt2 .cnt2_c {
  width: 900px;
  margin-bottom: 30px;
}
#cnt2 .cnt2_1 {
  float: left;
}
#cnt2 .cnt2_2 {
  float: right;
}
#cnt2 .cnt2_l {
  float: left;
  width: 275px;
}
#cnt2 .cnt2_r {
  float: right;
  width: 620px;
}
#cnt2 .cnt2_r .cnt2_line {
  width: 260px;
}
#cnt2 .cnt2_r .cnt2_line img {
  width: 100%;
}
#cnt2 .cnt2_c img {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#cnt2 .cnt2_c h3 {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 40px 20px 10px;
}
#cnt2 .cnt2_c p {
  width: 100%;
  float: left;
  padding: 10px 0px 0 20px;
}

/*店舗情報*/
#shop-info {
  background: #fff;
  padding: 80px 0;
}
#shop-info .wrap {
  width: 1000px;
  margin: 0 auto;
}
#shop-info h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 2rem;
}
#shop-info .h2_sub {
  text-align: center;
  color: #92dd92;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#shop-info .line {
  border-bottom: 2px solid #000;
  padding: 0.3em;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
#shop-info .line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#shop-info .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#shop-info .shop-cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#shop-info .shop-card {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 200, 0, 0.3), 0 0 10px rgba(0, 200, 0, 0.2),
    0 0 10px rgba(0, 200, 0, 0.1);
}
#shop-info .shop-card h3 {
  text-align: center;
  color: #00b400;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#shop-info .shop-card__inner {
  display: flex;
  gap: 20px;
}
#shop-info .shop-card__map {
  width: 210px;
  height: 210px;
  background: #888;
  flex-shrink: 0;
}
#shop-info .shop-card__map iframe {
  width: 100%;
  height: 100%;
}
#shop-info .shop-card__info {
  flex: 1;
}
#shop-info .shop-card__info dl {
  margin-bottom: 8px;
  line-height: 1.6;
}
#shop-info .shop-card__info dt {
  font-weight: bold;
  font-size: 0.9rem;
}
#shop-info .shop-card__info dd {
  font-size: 0.9rem;
  margin-left: 0;
}
#shop-info .shop-card__info dd a {
  color: #000;
  text-decoration: none;
}
#shop-info .shop-card__info dd a:hover {
  text-decoration: underline;
}

#cnt3 {
  background: #00c800;
  padding: 80px 0;
}
#cnt3 .wrap {
  width: 1000px;
  margin: 0 auto;
}
#cnt3 h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 2rem;
}
#cnt3 .h2_sub {
  text-align: center;
  color: #00a200;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#cnt3 h3 {
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
#cnt3 .line {
  border-bottom: 2px solid #000;
  padding: 0.3em;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
#cnt3 .line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#cnt3 .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00c800 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#cnt3 .cnt {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  margin: 0 0 30px;
}
#cnt3 .left {
  float: left;
  width: 278px;
}
#cnt3 .left img {
  width: 100%;
}
#cnt3 .right {
  float: right;
  width: 610px;
}

#cnt4 {
  background: #deffde;
  padding: 80px 0;
}
#cnt4 .cnt {
  width: 560px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
#cnt4 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
#cnt4 li {
  float: left;
  margin-right: 30px;
}
#cnt4 li:last-child {
  float: left;
  margin: 0;
}
#cnt4 li img {
  width: 100%;
}

/*下層*/
#main_kasou {
  background: #00c800;
  padding: 40px;
}
#main_kasou h1 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 3px;
}
#main_kasou .h1_sub {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00a200;
  letter-spacing: 1px;
}

footer {
  width: 100%;
  margin: 0 auto;
  background: #000;
  padding: 20px 0 10px;
}
footer .footer_wrap {
  width: 1000px;
  margin: 0 auto;
}
footer .footer__logo {
  float: left;
  padding-top: 5px;
}
footer .footer__gnavi {
  float: right;
  margin-right: 20px;
}
footer .footer__gnavi li {
  float: left;
  font-size: 1rem;
  height: 55px;
  padding-top: 13px;
  color: #fff;
}
footer .footer__gnavi li:nth-child(1) {
  position: relative;
  margin-right: 40px;
}
footer .footer__gnavi li:nth-child(1):after {
  content: "｜";
  position: absolute;
  right: -28px;
}
footer .footer__gnavi li a {
  color: #fff;
}
footer #cnt_copy p {
  background: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
}
footer #cnt_copy2 p {
  background: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
}

#cnt7 {
  background: #fff;
  padding: 50px 0 100px;
}
#cnt7 table {
  width: 700px;
  margin: 20px auto 0;
}
#cnt7 table th {
  font-weight: bold;
  width: 25%;
}
#cnt7 table th,
#cnt7 table td {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 15px 0;
}

/*フォーム*/
.formWrap__bg {
  width: 100%;
  margin: 50px 0 100px;
}
#formWrap {
  margin: 0 auto;
}
.formTable {
  width: 800px;
  margin: 0 auto;
}
.formTable th {
  width: 28%;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px;
  border: #fff 3px solid;
}
.formTable th span {
  color: #fff;
  font-weight: bold;
  background: #ff6464;
  display: inline-block;
  padding: 1px 5px;
  float: right;
}
/*.formTable .th2 {background: #eee;}*/
.formTable td {
  width: 72%;
  border: 10px solid #fff;
}
.formTable .formtextarea {
  width: 80%;
}
.formTable input,
.formTable select {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-right: 5px;
}
.formTable label {
  margin-right: 30px;
}
.formTable textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.formWrap__botton {
  text-align: center;
  margin: 20px auto;
}
.formWrap__botton__submit {
  background: #00c800;
  width: 350px;
  height: 80px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.formWrap__botton__submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.formWrap__policy {
  width: 800px;
  height: 200px;
  margin: 30px auto 30px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 20px;
}
.formWrap__policy p {
  font-size: 0.8rem;
  margin-bottom: 20px;
  line-height: 1.5rem;
}
.formTable__sutxt {
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.formTable__short span {
  padding: 12px 0 0 20px;
  display: inline-block;
}
.formTable__short input {
  width: 70% !important;
  float: right;
  margin-bottom: 10px;
  display: inline-block;
}
.formTable__short__red {
  font-size: 0.8rem;
  color: #f00;
}
#formWrap .form__date input {
  width: 50%;
}
.form_select_tx {
  font-size: 0.8rem;
  color: #f00;
}
.form_select_tx span {
  color: #f00;
  font-weight: bold;
}
.formWrap__policy__agree {
  text-align: center;
  margin-top: 20px auto;
}

/*フォーム機能*/
#formWrap2 {
  width: 800px;
  margin: 50px auto;
}
.error_messe_h3 {
  text-align: center;
  background: #fcc;
  padding: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.error_messe {
  color: #f00;
  font-weight: bold;
  background: #fee;
  padding: 10px;
  margin-bottom: 10px;
}
.form__error__back {
  color: #fff;
  padding: 20px;
  border: none;
  font-size: 1.1rem;
  letter-spacing: 2px;
  background: #0b7df9;
  border-radius: 20px;
  width: 30%;
}
.form__error__next {
  color: #fff;
  padding: 20px;
  border: none;
  font-size: 1.1rem;
  letter-spacing: 2px;
  background: #d61212;
  border-radius: 20px;
  width: 30%;
  margin-bottom: 10px;
  font-weight: bold;
}
.form__fix__h3 {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #00c800;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}
.form__fix__h3__tx {
  text-align: center;
  margin-bottom: 20px;
}

/*サンキューページ*/
.form__submit {
  width: 100%;
  background: #00c800;
  padding: 30px 0;
}
.form__submit h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}
.form__submit__sub {
  background-color: #fff200;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  margin: -21px auto 0;
  font-size: 1.2rem;
  letter-spacing: 1px;
  width: 350px;
  font-weight: bold;
}
.form__submit__txtarea {
  width: 800px;
  margin: 20px auto;
}
.form__submit__area {
  width: 100%;
  margin: 0 auto 60px;
}
.form__submit__area a {
  margin: 0 auto 30px;
  text-align: center;
}
.form__submit__btn {
  width: 208px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #wrap {
    width: 100%;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
  .sp {
    display: inline;
  }
  .pc {
    display: none;
  }

  /*ヘッダー*/
  header {
    width: 100%;
    margin-bottom: 0;
    padding: 0 3%;
  }
  header .head_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .head__logo {
    float: left;
    width: 45%;
  }
  .head__logo img {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    display: block;
  }
  .head__navi {
    display: none;
  }
  .head__gnavi {
    float: right;
    margin-right: 0;
  }
  .head__gnavi li {
    font-size: 0.8rem;
    height: auto;
    padding-top: 13px;
  }
  .head__gnavi li:nth-child(1) {
    position: relative;
    margin-right: 30px;
  }
  .head__gnavi li:nth-child(1):after {
    content: "｜";
    position: absolute;
    right: -20px;
  }
  .head__gnavi li a {
    color: #000;
  }
  #main {
    background: url(../img/mainSP.png) center center;
    height: 124vw;
    padding: 10px 0;
    background-size: cover;
  }
  #main .main_tx {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }
  #main .main_tx img {
    width: 100%;
    display: none;
  }

  #cnt1 {
    padding: 40px 3%;
    width: 100%;
  }
  #cnt1 .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #cnt1 h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2rem;
  }
  #cnt1 .h2_sub {
    text-align: center;
    color: #00a200;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #cnt1 h3 {
    padding: 10px;
    font-size: 1.5rem;
    margin: 0 auto 30px;
    width: 80%;
    letter-spacing: 2px;
  }
  #cnt1 .line {
    border-bottom: 2px solid #000;
    padding: 0.3em;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
  }
  #cnt1 .line::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #cnt1 .line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #00c800 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #cnt1 li {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
    min-height: auto;
    padding: 20px;
  }
  #cnt1 li:last-child {
    margin-right: 0;
  }
  #cnt1 li h4 {
    text-align: center;
    color: #00b400;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 1rem;
  }
  #cnt1 li .support {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #cnt1 li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  #cnt2 {
    width: 100%;
    padding: 40px 3%;
  }
  #cnt2 .wrap {
    margin: 0 auto;
    width: 100%;
  }
  #cnt2 h2 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2rem;
  }
  #cnt2 .h2_sub {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #cnt2 .line {
    border-bottom: 2px solid #000;
    padding: 0.3em;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
  }
  #cnt2 .line::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #cnt2 .line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #deffde transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #cnt2 .cnt2_c {
    width: 100%;
    margin-bottom: 30px;
  }
  #cnt2 .cnt2_1 {
    float: none;
  }
  #cnt2 .cnt2_2 {
    float: none;
  }
  #cnt2 .cnt2_l {
    float: none;
    width: 100%;
  }
  #cnt2 .cnt2_r {
    float: none;
    width: 100%;
  }
  #cnt2 .cnt2_r .cnt2_line {
    width: 60%;
    margin: 0 auto;
  }
  #cnt2 .cnt2_r .cnt2_line img {
    width: 100%;
  }
  #cnt2 .cnt2_l img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  #cnt2 .cnt2_c img {
    float: none;
  }
  #cnt2 .cnt2_c h3 {
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0;
    text-align: center;
  }
  #cnt2 .cnt2_c p {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 0;
  }

  /*店舗情報 SP*/
  #shop-info {
    padding: 40px 3%;
  }
  #shop-info .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #shop-info h2 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2rem;
  }
  #shop-info .h2_sub {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #shop-info .shop-cards {
    flex-direction: column;
    gap: 20px;
  }
  #shop-info .shop-card {
    padding: 20px;
  }
  #shop-info .shop-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  #shop-info .shop-card__inner {
    flex-direction: column;
    gap: 15px;
  }
  #shop-info .shop-card__map {
    width: 100%;
    height: 180px;
  }
  #shop-info .shop-card__info dl {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
  }
  #shop-info .shop-card__info dt {
    font-size: 0.85rem;
    width: 80px;
    flex-shrink: 0;
  }
  #shop-info .shop-card__info dd {
    font-size: 0.85rem;
    flex: 1;
  }

  #cnt3 {
    padding: 40px 3%;
  }
  #cnt3 .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #cnt3 h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2rem;
  }
  #cnt3 .h2_sub {
    text-align: center;
    color: #00a200;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #cnt3 h3 {
    text-align: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #cnt3 .line {
    border-bottom: 2px solid #000;
    padding: 0.3em;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
  }
  #cnt3 .line::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #cnt3 .line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #00c800 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #cnt3 .cnt {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
  }
  #cnt3 .left {
    float: none;
    width: 100%;
  }
  #cnt3 .left img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  #cnt3 .right {
    float: none;
    width: 100%;
  }
  #cnt3 .right p {
    font-size: 0.8rem;
  }

  #cnt4 {
    background: #deffde;
    padding: 40px 3%;
  }
  #cnt4 .cnt {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
  }
  #cnt4 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  #cnt4 li {
    float: left;
    margin-right: 3.75%;
    width: 17%;
  }
  #cnt4 li:last-child {
    float: left;
    margin: 0;
  }
  #cnt4 li img {
    width: 100%;
  }

  /*下層*/
  #main_kasou {
    background: #00c800;
    padding: 20px;
  }
  #main_kasou h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #main_kasou .h1_sub {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #00a200;
    letter-spacing: 1px;
  }

  footer {
    width: 100%;
    margin: 0 auto;
    background: #000;
    padding: 20px 3% 10px;
  }
  footer .footer_wrap {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer__logo {
    float: left;
    padding-top: 5px;
    width: 45%;
  }
  footer .footer__logo img {
    width: 100%;
  }
  footer .footer__gnavi {
    float: right;
    margin-right: 0;
  }
  footer .footer__gnavi li {
    font-size: 0.8rem;
    height: auto;
    padding-top: 13px;
    color: #fff;
  }
  footer .footer__gnavi li:nth-child(1) {
    position: relative;
    margin-right: 30px;
  }
  footer .footer__gnavi li:nth-child(1):after {
    content: "｜";
    position: absolute;
    right: -20px;
  }
  footer .footer__gnavi li a {
    color: #fff;
  }
  footer #cnt_copy p {
    background: #000;
    text-align: center;
    padding: 10px 0 40px;
    color: #fff;
  }
  footer #cnt_copy2 p {
    background: #000;
    text-align: center;
    padding: 10px;
    color: #fff;
  }

  #cnt7 {
    background: #fff;
    padding: 0 20px 50px;
  }
  #cnt7 table {
    width: 100%;
    margin: 20px auto 0;
  }
  #cnt7 table th {
    font-weight: bold;
    width: 25%;
  }
  #cnt7 table th,
  #cnt7 table td {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 15px 0;
  }

  /*cta_sp*/
  #cta_sp {
    width: 100%;
    background: #000;
    z-index: 9999;
    height: auto;
    position: fixed;
    bottom: 0;
    padding: 5px 5px 2px;
  }
  #cta_sp li {
    float: left;
    padding: 0 3px;
  }
  #cta_sp li img {
    width: 100%;
    margin: 0 auto;
  }
  #cta_sp .cta_sp_min {
    width: 50%;
  }
  #cta_sp .cta_sp_big {
    width: 50%;
  }
  #cta_sp a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
  }
  #cta_sp a::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0.5) 100%,
      rgba(255, 255, 255, 0) 0%
    );
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  @keyframes shiny {
    0% {
      left: -20%;
    }
    10% {
      left: 120%;
    }
    100% {
      left: 120%;
    }
  }

  /*フォーム*/
  .formWrap__bg {
    width: 100%;
    margin: 20px 0 50px;
  }
  #formWrap {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
  }
  .formTable {
    width: 100%;
    padding: 0;
  }
  .formTable th {
    width: 100%;
    border: 4px solid #fff;
    display: block;
    padding: 0px;
  }
  .formTable .th2 {
    background: #eee;
  }
  .formTable td {
    width: 100%;
    border: 0;
    display: block;
  }
  .formTable input {
    margin-bottom: 10px;
  }
  .formTable textarea {
    width: 100%;
    padding: 10px;
  }
  .formWrap__botton {
    text-align: center;
    margin: 20px auto;
  }
  .formWrap__botton {
    text-align: center;
    margin: 20px auto;
  }
  .formWrap__botton__submit {
    width: 70%;
    height: 15vw;
    background-size: contain;
    font-size: 1.1rem;
  }
  .formWrap__botton {
    text-align: center;
    margin: 20px auto;
  }
  .formWrap__policy {
    width: 100%;
    height: 150px;
    margin: 30px auto;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 20px;
  }
  .formWrap__policy p {
    font-size: 0.8rem;
    margin-bottom: 20px;
    line-height: 1.5rem;
  }
  .formTable__sutxt {
    line-height: 1rem;
    margin-top: 3px;
  }
  #formWrap .form__date input {
    width: 80%;
  }
  .formTable .formtextarea {
    width: 100%;
  }
  .formWrap__policy__agree {
    text-align: center;
    margin-top: 20px auto;
  }

  /*フォーム機能*/
  #formWrap2 {
    width: 90%;
    margin: 10px auto 50px;
  }
  .error_messe_h3 {
    font-size: 1rem;
  }
  .error_messe {
    margin: 0 auto 10px;
    width: 95%;
  }
  .form__error__back {
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .form__error__next {
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 10px;
    width: 50%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .form__fix__h3 {
    padding: 10px;
    margin-top: 30px;
  }
  .form__fix__h3__tx {
    padding: 0 20px;
  }

  /*サンキューページ*/
  .form__submit {
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px;
  }
  .form__submit h2 {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
  }
  .form__submit__sub {
    margin: 20px auto 0;
    font-size: 1rem;
    letter-spacing: 1px;
    width: 80%;
    font-weight: bold;
  }
  .form__submit__txtarea {
    width: 90%;
    margin: 0 auto;
  }
  .form__submit__area {
    width: 100%;
    margin: 0 auto;
  }
  .form__submit__area a {
    width: 50%;
    margin: 0 auto;
  }
  .form__submit__area img {
    width: 100%;
    margin: 20px auto;
    display: block;
  }

  /*コピーライト*/
  #cnt_copy p {
    font-size: 0.8rem;
    padding: 10px 0 60px;
  }
  #cnt_copy2 p {
    background: #000;
    text-align: center;
    padding: 10px;
    color: #fff;
  }
}
