@charset "UTF-8";

/*----------------------------------------
	base
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Gill Sans", sans-serif;;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #210555;
}

img {
  width: 100%;
  height: auto;
}
img.self-size {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/* ---------------------------------------
    ヘッダー 
----------------------------------------*/
.arart {
  font-weight: bold;
  color: #F7320E;
}




.main-header {
	color: rgba(6, 14, 94, 0.815);
	border-bottom: 0;
}
.main-header__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background-image: url(../img/header1.jpeg);
    background-position: center;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
}
.main-header__logo {
  max-width: 160px;
  text-align-last: left;
  margin-left: 16px;
}
@media screen and (min-width: 768px),print {
  .main-header__logo {
    margin-left: 80px;
    max-width: 270px;
  }
}
.main-header__tel {
	  font-weight: bold;
  	align-items: center;
    text-align: right;
    font-size: 16px;
}
.main-header__tel span {
	font-weight: bold;
}
.pro-logo {
  width: 50px;
  height: 50px;
}
.insta {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px),print {
  .main-header__tel span {
    font-size: 1.4em;
  }
}

/*----------------------------------------
	gnav
----------------------------------------*/
.gnav {
	display: block;
    padding: 0.9em;
    background: rgba(24, 92, 156, 0.842);
    font-size: min((35 / 1084) * 100vw, 20px);
}
.gnav__list {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gnav__item {
	margin: 0 1.25em;
  font-weight: bold;
}
.gnav__link {
	display: -webkit-box;
    display: -ms-flexbox;
	text-decoration: none;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	color: #fff;
}

.gnav__link:hover, .gnav__link:active, .gnav__link[aria-current] {
    color: rgba(20, 42, 77, 0.719);
    font-weight: bold;
}

/*----------------------------------------
	メイン
----------------------------------------*/
.container {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.mainContents {
	font-size: 14px;
	color: rgba(6, 14, 94, 0.815);
}
.main-img {
	max-width: 900px;
  margin-top: 20px;
}
.sbimg {
	max-width: 360px;
}
.sbimg2 {
  margin: 20px 0;
	max-width: 360px;
	display: block;
}
.main__txt {
  margin: 30px 0;
  font-size: 1.25em;
  font-weight: bold;
}
.main__sbtxt {
  margin: 24px 0;
  color: #091444a4;
  font-weight: bold;
}

@media screen and (min-width: 768px),print {
  .mainContents {
    margin: 40px;
  }
  .main__txt {
    margin: 40px 0;
    font-size: 2em;
  }
  .main__sbtxt {
    margin: 40px 0;
    font-size: 1.25em;
    line-height: 2.5;
  }
}

/*----------------------------------------
	サービス(トレーニング)
----------------------------------------*/
.training {
  margin: 20px;
}
.training__attention {
  font-weight: bold;
  color: #c21423c5;
}
.training__inner {
  margin-top: 20px;
}
.training__txt {
  font-weight: bold;
  color: #091444d0;
  margin: 30px 0;
  font-size: 1.5em;
}

.training__txt2 {
  margin: 20px 0;
  color: #091444a4;
  font-weight: bold;
  font-size: 14px;
}
.training-price__list {
  font-weight: bold;
  line-height: 2.3;
  color: #091444a4;
}

.dt__img {
  max-width: 500px;
  margin: 20px 0;
}
.training-price__list {
  border-bottom: 1px dashed #0d1742b7;
  color: #091444d0;
}
@media screen and (min-width: 768px),print {
  .training {
    margin: 40px;
  }
  .training-price__list {
    font-size: 1.25em;
  }
  .training__txt2 {
    font-size: 1.15em;
  }
}

/*----------------------------------------
  サービス(ホテル)
----------------------------------------*/
.doghotel {
  margin: 20px;
}

.doghotel__img {
  margin: 20px 0;
  max-width: 900px;
}
.doghotel__txt {
  margin: 24px 0;
  color: #091444a4;
  font-weight: bold;
  font-size: 14px;
}
.doghotel-price__list {
  margin: 20px 0;
  font-weight: bold;
  color: #091444d0;
  
}
.doghotel-price__item {
  padding: 0.25em 0;
  border-bottom: 1px dashed #0d1742b7;
}
@media screen and (min-width: 768px),print {
  .doghotel {
    margin: 40px;
  }
  .doghotel__txt {
    margin-top: 40px;
    font-size: 1.15em;
  }
  .doghotel-price__list {
    margin-top: 30px;
  }
  .doghotel-price__item {
    padding: 0.75em;
    font-size: 1.25em;
  }
}

.doghotel__attention {
  margin-bottom: 10px;
  font-weight: bold;
  color: #c21423c5;
  text-align: right;
}
.doghotel-pudo__list span {
  font-weight: bold;
  color: #0d1742b7;
  display: block;
  margin-top: 20px;
}
.doghotel-pudo__item {
  font-size: 0.9em;
  font-weight: 600;
  color: rgba(41, 39, 39, 0.685);
}
@media screen and (min-width: 768px),print {
  .doghotel-pudo__list {
    font-size: 1.2em;
  }
}

/*----------------------------------------
	お問合せ
----------------------------------------*/
.main-contents {
  padding: 20px 0;
}
.page-ttl {
  padding: 15px 0;
  font-size: 1.6em;
  border-bottom: 1px solid #000;
}
.page-lead {
  padding: 20px 0;
  color: #091444a4;
  font-weight: bold;
}
.contact {
  padding: 15px 0;
  margin-top: -1px;
}
.input-label {
  font-weight: bold;
}
.error-text {
  display: none;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  margin-top: 16px;
  color: #F7320E;
  font-weight: bold;
}

/*-------送信完了-------*/
.page-ttl2 {
  padding: 15px 0;
  font-size: 1.6em;
  border-bottom: 1px solid #000;
  text-align: center;
}
.msg {
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.msg__ttl {
  padding: 20px;
  font-size: 1.2em;
}
.msg__txt {
  padding: 20px;
}
@media screen and (min-width: 768px),print {
  .msg {
    text-align: center;
  }
}


/*----------------------------------------
	Form Parts
----------------------------------------*/
/*各フォーム部品の基本スタイルを上書きします*/
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /*ブラウザ標準スタイルを無効にする*/
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  font-family: inherit;
}

input[type=number],
input[type=password] {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}

/*フォーカス時*/
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus,
input[type=number],
input[type=password] {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(28, 55, 141, 0.7);
          box-shadow: 0 0 5px rgba(39, 37, 168, 0.7);
}

/*エラー時*/
.is-error input[type=text],
.is-error input[type=email],
.is-error input[type=tel],
.is-error input[type=url],
.is-error input[type=number],
.is-error input[type=password],
.is-error textarea,
.is-error select,
.is-error .select-wrap {
  color: #F7320E;
  border-color: #F7320E;
}

/*select
--------------------------*/
.select-wrap {
  position: relative;
}

.select-wrap::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

select::-ms-expand {
  /*IEでもselectの矢印を消す*/
  display: none;
}


/*----------------------------------------
	送信ボタン
----------------------------------------*/
.btn {
  display: inline-block;
  max-width: 400px;
  padding: 15px;
  border: 1px solid;
  border-radius: 6px;
  background: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(100, 157, 211, 0.842);
  color: #fff;
}
.btn:hover, .btn:focus {
  color: rgba(20, 42, 77, 0.719);
}
.btn--lg {
  max-width: 400px;
  padding: 20px;
  font-size: 16px;
}
.btn--back {

}

/*----------------------------------------
	スタッフ
----------------------------------------*/
.staff {
  color: rgba(17, 12, 29, 0.692);
  margin: 20px;
}

.staff__name {
  font-size: min((60 / 1084) * 100vw, 26px);
  padding-left: 16px;
}
.staff__name2 {
  padding: 8px 16px;
  font-size: 14px;
}

.staff__txt {
  margin: 24px 0;
  color: #091444a4;
  font-weight: bold;
}
.staff__txt2 {
  font-weight: bold;
  color: rgba(27, 16, 53, 0.781);
}

.staff__img {
  width: 700px;
  height: auto;
}
@media screen and (min-width: 768px),print {
  .staff {
    margin: 40px;
  }

  .staff__txt {
    margin-top: 40px;
    font-size: 1.15em;
    line-height: 1.9;
  }
}


/*----------------------------------------
    店舗情報
----------------------------------------*/
.location-map {
  text-align: center;
  margin: 40px 0;
}
.table {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 40px;
}
.table th {
  padding: 0 30px;
  text-align: center;
  border: 2px solid #1580aa31;
  background: #1580aa31;
  color: #0d1742b7;
}
.table td {
  padding: 10px;
  border: 2px solid #1580aa31;
  color: #0d1742b7;
  font-weight: bold;
}

.store__img1 {
  margin: 40px 0;
  max-width: 900px;
  text-align: center;
}

@media screen and (min-width: 768px),print {
  .table {
    font-size: 1.3em;
  }
  .table th {
    padding: 0 50px;
  }
  .table td {
    padding: 10px 80px;
  }
}
/*----------------------------------------
    フッター
----------------------------------------*/
.footer {
	color: #fff;
	background: rgba(24, 92, 156, 0.842);
}
.footer__copyright {
  padding-right: 10px;
  text-align: right;
  line-height: 5;
}