@charset "utf-8";

/*
 * "Comfortaa" is lisenavbar-navced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

全体の設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
  color: #a9a9a9;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
    'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  
}

a {
  color: #555;
  text-decoration: none;
  text-align: center;
}

/* h2 {
  padding: 1rem 2rem;
  border-left: 6px double #000;
  background: #f4f4f4;
} */

a:hover {
  opacity: 0.8;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bg-darkgray {
  background-color: #a9a9a9;
}
header {
  
  position: fixed;

background-color: rgba(255, 255, 255, 0.8);
z-index: 1;

}
ul{
  display: flex;
  padding-top: 20px;
 }

li{
  list-style: none;
  margin-left: 15px;
  
}

.bg-corns {
  background-color: cornsilk;
}

.container {
  position: relative !important;
      /* padding-bottom: 30px; */
      box-sizing: border-box;
      /* min-height: 50vh; */
}

footer {
  position: absolute;
      bottom: 0;
}

.container-fulid {
  overflow: hidden;
}

/* 見出しを太字に */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

/* 英字タイトルをWEBフォントに */
header a,
.display-4,
.display-3,
.lead,
.circle-badges {
  font-family: 'Comfortaa', cursive;
}

/* パンくずリスト */
.breadcrumb {
  background: transparent;
}

.breadcrumb li + li:before {
  content: '»' !important;
}

/* ヘッダー営業時間 */
.top-stitch {
  padding: .5rem 0;
  color: #565656;
  background-color: #a9a9a9;
  box-shadow: 0px 0px 0px 10px #a9a9a9;
  border-bottom: dashed 2px #fff;
  border-left: dashed 2px #fff;
  border-right: dashed 2px #fff;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.top-stitch p {
  margin: 0;
  padding: 0;
}

/* ロゴマーク */
.logo-mark {
  left: -4%;
  top: -2px;
  z-index: 999;
  border-radius: 46%;
  height: 89px;
  width: 87px;
}

/* ロゴマークの中身 */
.logo-mark img {
  width: 73%;
  top: 20%;
  left: 20%;
}

.main-txt {
  left: 15%;
  bottom: 20px;
}

/* ギザギザ線 */
.zigzag {
  position: relative;
  margin: 5% 0;
  padding: 0;
  background-color: #A1CF88;
}

.zigzag::before,
.zigzag::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}

.zigzag::before {
  top: -60px;
  background: linear-gradient(45deg, #A1CF88 30px, transparent 0), linear-gradient(315deg, #A1CF88 30px, transparent 0);
  background-size: 60px 60px;
}

.zigzag::after {
  bottom: -60px;
  background: linear-gradient(135deg, #A1CF88 30px, transparent 0), linear-gradient(225deg, #A1CF88 30px, transparent 0);
  background-size: 60px 60px;
}

/* 薄い背景のギザギザ線 */
.light-zigzag {
  position: relative;
  margin: 5% 0 0;
  padding: 0;
  background-color: #f8f9fa;
}

.light-zigzag::before,
.light-zigzag::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}

.light-zigzag::before {
  top: -60px;
  background: linear-gradient(45deg, #f8f9fa 30px, transparent 0), linear-gradient(315deg, #f8f9fa 30px, transparent 0);
  background-size: 60px 60px;
}

.light-zigzag::after {
  bottom: -60px;
  background: linear-gradient(135deg, #f8f9fa 30px, transparent 0), linear-gradient(225deg, #f8f9fa 30px, transparent 0);
  background-size: 60px 60px;
}

/* ギザギザ線なし */
.zigzag-none:after {
  content: none !important;
}

/* コピーライトのギザギザ線 */
.zigzag-copy {
  position: relative;
  padding-top: 5%;
  background-color: #A1CF88;
}

.zigzag-copy::before {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
  top: -60px;
  background: linear-gradient(45deg, #A1CF88 30px, transparent 0), linear-gradient(315deg, #A1CF88 30px, transparent 0);
  background-size: 60px 60px;
}

/* ------------------------------
地図サイズ
--------------------------------- */
iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* ------------------------------
フッター
--------------------------------- */
.stitch {
  padding: 1rem !important;
  margin: 2em 0 !important;
  color: #565656;
  background-color: #a9a9a9;
  box-shadow: 0px 0px 0px 10px #a9a9a9;
  border: dashed 2px #fff;
  border-radius: 8px;
}

.stitch p {
  margin-bottom: .5rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

トップページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* トップ画像 */
.top-image-a {
  background-image: url("../img/こも４.jpg");
  background-size: cover;
  background-position: center center;
  height: 800px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
  width: 100%;
}

/* トップ画像 */
.top-image {
  background-image: url("../img/水玉.jpg");
  background-size: cover;
  background-position: center center;
  height: 500px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
  width: 100%;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

dtページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* サンプルトップ画像 */
.main-image {
  background-image: url("../img/水玉.jpg");
  background-size: cover;
  background-position: center center;
  height: 350px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
  width: 100%;
}

/* 曜日 */
.circle-badges {
  position: absolute;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e7bc72;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

CONTACTページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 入力フォーム */
input[type]:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid orange;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メディアクエリ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
  .logo-mark {
    left: 5%;
  }

  .main-txt {
    left: 5%;
  }

  .zigzag {
    margin: 10% 0;
  }

  .light-zigzag {
    margin: 10% 0 0;
  }

  .ab {
    padding-top: 20% !important;
    font-size: 3rem!important;
  }

  .abcd{
    width: 100%!important;
  }

  .abcdef{
    width: 100%!important;
  }

  .title-space {
    font-size: 30px!important;
    margin-left: 1%!important;
  }

  .title-space-sub-rigit {
    font-size: 15px!important;
    margin-left: 1%!important;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    font-size: 10px!important;
  }
  
  .top-image-a {
    height: 375px!important;
  }

  .btn-bul{
    width: 55%!important;
  }
}

/* END */

/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {

  /* ロゴマークを小さく設定 */
  .logo-mark {
    height: 140px;
    width: 140px;
  }

  .logo-mark img {
    width: 50%;
  }

  .lead {
    font-size: 1rem;
  }

  .circle-badges {
    top: -10px;
    width: 100px;
    height: 100px;
  }

  .ab {
    padding-top: 50% !important;
    font-size: 3rem!important;
  }

  .abcd{
    width: 100%!important;
  }

  .abcdef{
    width: 100%!important;
  }

  .title-space {
    font-size: 30px!important;
    margin-left: 1%!important;
  }

  .title-space-sub-rigit {
    font-size: 15px!important;
    margin-left: 1%!important;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    font-size: 10px!important;
  }

  .top-image-a {
    height: 250px!important;
  }

  .btn-bul{
    width: 55%!important;
  }
}

/* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {

  .display-3,
  .display-4 {
    font-size: 2rem;
  }

  .ab {
    padding-top: 50% !important;
    font-size: 3rem!important;
  }

  .logo-mark {
    left: 5%;
    top: -10px;
  }

  .logo-mark img {
    top: 25%;
    left: 25%;
  }

  .zigzag,
  .light-zigzag {
    margin: 15% 0;
  }

  .stitch img {
    width: 100%;
  }

  .abcd{
    width: 100%!important;
  }

  .abcdef{
    width: 100%!important;
  }

  .title-space {
    font-size: 30px!important;
    margin-left: 1%!important;
  }

  .title-space-sub-rigit {
    font-size: 15px!important;
    margin-left: 1%!important;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    font-size: 10px!important;
  }

  .top-image-a {
    height: 182px!important;
  }

  .btn-bul{
    width: 55%!important;
  }
}
/* 追加分（縦向きモバイル, 576px 未満）
	============================================== */
/* リンク先（タイトル） */
.navbar-nav .nav-link {
    padding-right: 0;
    /* padding-left: 20px; */
    font-size: 22px
}

table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #42ab37;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 6%;
  text-align: center;
}
.tbl-r02 td {
  background-color: white;
  border: solid 1px #ccc;
  padding: 10px;
  width: 23%;
  text-align: center;
  color: black;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
#footer {
  border-top: solid 1px lightgray;
  padding-bottom: 10px;
}

#footer ul {
  text-align: center;
}

#footer ul li {
  padding: 0 4px;
  display: inline;
}

#footer p {
  text-align: center;
}
/* トップ画像 */
.image-vw {
  width : 50vw ;
}

.example img{
  /*原因*/display: block;
  margin-left: 42%;
}
.example{
  text-align: center;
  /* border: 1px solid #333; */
  background: #fff;
  padding: 5px;
}
.example1{
  text-align: center;
  /* border: 1px solid #333; */
  background: #fff;
}
/* プロフィール紹介*/
.title-color-p{
  color: #CBCCCC!important;
}

/* カウンセリング画面 個別相談と座談会*/
.title-color{
  color: darkorange;
  font-size: 36px;
}



.letter-color  {
  color: black;
  font-size: 20px;
}

.ac {
  padding-top: 12%;
  font-size: 5rem;
}

.abc{
  width: 80%;
}

.abcde{
  width: 70%;
}

.title-space{
  font-size: 50px;
  margin-left: 1%;
}

.title-space-sub-left{
  font-size: 25px;
}
.title-space-sub-rigit{
  font-size: 25px;
  margin-left: 1%;
}

.btn-bull{
  margin-inline: auto;
  width: 45%;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #42ab37;
  background: #42ab37;
  cursor: pointer;
  padding-top: 9px;
  
}

.btn-bul{
  margin-inline: auto;
  width: 22%;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #42ab37;
  background: #42ab37;
  cursor: pointer;
  padding-top: 9px;
  color: aliceblue;
}

.btn-s{
  margin-top: 6%;
}

.contents {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.contents img {
  width: 100%;
}
.text-center {
  text-align: center;
}
.flexbox {
  display: flex;
}
.box1 {
  padding-top: 36px;
  margin: auto;
}
.box2 {
  width: 45%;
  margin: auto .5rem;
}
@media screen and (max-width: 767px) {
  .flexbox {
      display: block;
  }
  .flexbox .box1 {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
  .flexbox .box2 {
      width: 100%;
      margin: 0 auto;
  }
}

.logo-color{
 color: floralwhite;
}




-------------------------------------------------
/*リセットcss↓*/


.check-label{
  padding-top: 5%;
  font-size: 130%;
 }

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.time{
  text-align: center;
  font-size: 13px;
}
.aaaa  {
  width: 44%;
  text-align: left;
  margin-inline: auto!important;
}

.aaaaa  {
  margin-top: 2%;
  padding-top: 5%;
}


/* END */

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #C86359;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #6c757d;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

.Form-rist{
  transform: scale3d(1.5, 1.5, 1.5);

}

@media screen and (min-width: 960px) {
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1040px;
  }

}

