
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.sp-show {
  display: none;
}

p {
  line-height: 1.5;
  font-size: 20px;
}


/*--------------------------------------------------------------
   見出したち
--------------------------------------------------------------*/
h2 {
  font-family: 'M PLUS 1p', sans-serif;
  text-align: center;
  letter-spacing: 5px;
  padding: 15px 0;
  margin-bottom: 30px;
  padding-top: 80px;
  color: #666;

}

.title {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title::before, .title::after {
  content: "";
  width: 3em;
  border-top: 3px double #333;
}
.title::before {
  margin-right: 1em;
}
.title::after {
  margin-left: 1em;
}


/*--------------------------------------------------------------
   トップ
--------------------------------------------------------------*/
.top-flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 0 ;
}

.anatani {
  padding-top: 40px;
}

.top-logo img{
  width: 100%;
  padding-top: 70px;
}

.syamei {
  height: 100px;
  width: 770px;
}

.top-wrapper {
  padding: 200px 0 200px 0;
  color: #666;
  text-align: center;
  position: relative;
}

.top-wrapper-bg {
  background-image: url(386_20220923195400.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.top-wrapper h1 {
  font-size: 60px;
  letter-spacing: 5px;
  font-family: "Nikukyu";
  padding-bottom: 20px;
}

.top-wrapper h2 {
  font-size: 60px;
  letter-spacing: 5px;
  font-family: 'DynaPuff', cursive;
}

.top-wrapper p {
  margin-bottom: 15px;
  font-size: 25px;
  color: #666;

}


.button_solid017 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #543618;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 50px;
  border: 0.2rem solid #543618;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}


.btn-link {
  padding: 8px 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: white;
  opacity: 0.8;
  border-radius: 4px;
  display: inline-block;
}

.btn-link:hover {
  opacity: 1;
}

.facebook {
  background-color: #3b5998;
}

.X{
  background-color: #000000;

}

.youtube {
  background-color: #ec3838;
}

.instagram {
  background-color: #CF2E92;
}


.fa {
  margin-right: 5px;
}


/*--------------------------------------------------------------
   はじめに
--------------------------------------------------------------*/

.about {
  text-align: center;
  font-size: 25px;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #666;
  font-weight: bold;
}

.about-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.underline03 {
  background: linear-gradient(transparent 80%, #f5ff00 20%);
}

.about-item__txt{
  padding-top: 0px;
  color: #666;
}

.about-item {
  padding-bottom: 50px;
}

.about-text p{
  padding-bottom: 30px;
}

.text p {
  padding-bottom: 20px;
}



/*--------------------------------------------------------------
   利用案内
--------------------------------------------------------------*/
.flex-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.flex-items {
  background-color: #f7f7f7;
  overflow: hidden;
}

.flex-item:not(:last-child){
  margin-bottom: 50px;
}

.flex-item__txt{
  padding-top: 0px;
  color: #666;
}

.flex-item__txt p{
  line-height: 1.5;
  padding-bottom: 20px;
}

.flex-item__img {
  width: 30%;

}

.flex-item__img img{
  width:  100%;
  object-fit: cover;
}

.button_solid017 {
  margin-top: 30px;
}

.button_solid017 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 240px;
  padding: 10px 25px;
  color: #543618;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 50px;
  border: 0.2rem solid #543618;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.otoiawase {
  margin-top: 10px;
}

/*--------------------------------------------------------------
   利用例
--------------------------------------------------------------*/

.case-items {
  width: 100%;
}

.case-item {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0 ;
}

.case-item__txt{
  color: #666;
  width: 50%;
}

.case-item__img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}

.case-item__img img{
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.setumei p {
  padding-bottom: 20px;
}

.riyourei {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
   ガイドヘルパー募集
--------------------------------------------------------------*/
.gaido-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.gaido-items {
  background-color: #f7f7f7;
  overflow: hidden;
}


.gaido-item__txt{
  padding-top: 0px;
  color: #666;
}

.gaido-item__txt p{
  line-height: 1.5;
  font-size: 20px;
}

.gaido-item__img {
  width: 30%;
}

.gaido-item__img img{
  width:  100%;
  object-fit: cover;
}

.gaido {
  margin-top: 50px;
}

/*--------------------------------------------------------------
   会社案内
--------------------------------------------------------------*/
.access{
  margin: 0 auto;
}
.access__box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.access__address__box{
  padding-bottom:10px;
}

.access__map img{
  border: none;
  border-radius: 10px;
  object-fit: contain;
}

.moudouken {
  text-align: center;
}

.access__address{
  box-sizing: border-box;
  float: right;
  color:#666;
}

.access__address h3{
  margin-bottom: 23px;
  padding: 17px 0 18px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px;

  border-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
    border-image-slice: 1;

}
.access__address__box,
.access__staff__message,
.access__address__box .sup{
  font-size: 18px;
  line-height: 1.5;
}
.access__address__box .sup{
  margin: 20px auto;
  padding: 15px;
  background-color: #eee;
}
.access__address .site__link{
  font-size: 0;
  margin-top: 25px;
}
.access__address .site__link .site__link__item{
  display: inline-block;
}
.access__address .site__link .site__link__item + .site__link__item{
  margin-left: 20px;
}
.access__address .site__link a{
  display: block;
  width: 70px;
  height: 70px;
  padding: 20px 16px 0;
  box-sizing: border-box;
  background-color: #74859f;
  border-radius: 35px;
}
.access__address .site__link img{
  width: 100%;
  height: auto;
}

.base__title {
  text-align: center;
  color: #666;
}

.access__address__box {
  padding-bottom: 0px;
}

.access__staff__message p {
  padding-bottom: 15px;
}

.comment {
  font-weight: bold;
}

/*--------------------------------------------------------------
   代表プロフィール
--------------------------------------------------------------*/

.daihyo-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
  margin-top: 30px;
}

.daihyo-text{
  padding-top: 0px;
  color: #666;
}

.daihyo-text p{
  line-height: 1.5;
  font-size: 20px;
}


.daihyo-img img{
  width:  100%;
  object-fit: cover;
  transform: scale(-1, 1);
}


.daihyo-text {
  display: inline-block;
  position: relative; 
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.daihyo-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.daihyo-text p {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
   代表あいさつ
--------------------------------------------------------------*/

.aisatu {
  text-align: center;
  font-size: 25px;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #666;
  margin-left: 200px;
  margin-right: 200px;
  font-weight: bold;
}


.underline03 {
  background: linear-gradient(transparent 80%, #f5ff00 20%);
}

.aisatu-item__txt{
  padding-top: 0px;
  color: #666;
}

.aisatu-item {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 50px;
}

.aisatu-text p{
  padding-bottom: 30px;
}

.text p {
  padding-bottom: 20px;
}


/*--------------------------------------------------------------
   パートナーリンク
--------------------------------------------------------------*/
.partner {
  text-align: center;
}

.link-title {
	background-color: #fff;
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	left: 30px;
	text-align: center;
}

.partner-link {
	background: none;
	border: 1px solid rgb(197, 195, 195);	/* 線の太さ・種類・色 */
	margin: 60px 300px; /* 外側の余白 上下・左右 */
	padding: 20px; /* 内側の余白 */
	position: relative;
}

.partner-link:after {
	background: none;
	border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.link-list p {
  padding-top: 20px; 
}

.link-list a {
  word-break: break-all;
}

.link-list {
  margin: 20px 0;
}

.calos {
  padding-top:10px;
}

/*--------------------------------------------------------------
   お問い合わせ
--------------------------------------------------------------*/
.contact-form {
  padding-top: 0px;
  text-align: center;
  height: 600px;
}

.contact-form p {
  color: #666;
}

.form-item {
  color: #666;
  font-size: 18px;
}

input {
 width: 400px;
 margin-top: 10px;
 margin-bottom: 20px;
 padding: 10px;
 font-size: 18px;
 border: 1px solid #b3aeb5;
}

textarea {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #b3aeb5;
 }

/* From uiverse.io by @adamgiebl */
button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  margin: 0 auto;
 }
 
 button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
 }
 
 button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
 }
 
 button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
 }
 
 button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
 }
 
 button:hover span {
  transform: translateX(5em);
 }
 
 button:active {
  transform: scale(0.95);
 }
 
 @keyframes fly-1 {
  from {
   transform: translateY(0.1em);
  }
 
  to {
   transform: translateY(-0.1em);
  }
 }

 .link {
   text-align: center;
   padding-top: 30px;
   padding-bottom: 30px;
 }

 .sns-link {
  padding: 8px 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: white;
  opacity: 0.8;
  border-radius: 4px;
  display: inline-block;
 }
 
 

/*--------------------------------------------------------------
   topへ戻るボタン
--------------------------------------------------------------*/
#page-top {
  display: block;
  font-weight: bold;
  padding: .7em;
  text-align: center;
  background: #fff; /*背景色*/
  color: #666; /*文字色*/
  transition: .3s;
}
/***マウスオーバー時***/
#page-top:hover {
  background: #666; /*背景色*/
  color: #fff; /*文字色*/
}
/***トップへ戻るボタンここまで***/


html { scroll-behavior: smooth;}

