@charset "UTF-8";

/*共通部分
------------------------------------------------*/

html {
    font-size: 100%;
}
body {
         font-family: "Yu Gothic Medium","游ゴシック Medium", YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3", sans-serif;
         line-height: 1.7;
         color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* HEADER
------------------------------------------------*/
@media screen and (max-width:768px) {
  header a {
  white-space: nowrap;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: solid 3px #89B928;
}

@media screen and (max-width:768px) {
  header  {
  padding: 20px;
  }
}

header .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width:768px) {
  header .inner {
  display: block;
  }
}

.logo {
  position: relative;
  margin: 0;
  padding: 0;
  width: 200px;
  font-weight: bold;
  color: #009900;
  font-family: 游ゴシック体;
}

a,a:hover,a:visited{
    color: inherit;
}


/* header-navi */

header .navi {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  list-style: none;;
}

@media screen and (max-width:768px) {
  header .navi {
  font-size: 12px;
  }
}

header .navi li {
  margin: 5px 0 5px 40px;
}

@media screen and (max-width:768px) {
  header .navi li {
  margin: 5px auto 5px auto;
  }
}

header .navi li:first-child {
  margin-left: 0;
}

header .navi li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
}
header .navi li a:hover {
  text-decoration: underline;
}




/* layout */

body {
  margin: 0;
  padding: 0;
}
#main {
  height: 3000px;
}

.wrapper {
    display: flex;
    justify-content: center;
    margin:40px 0; 
}

.wrapper img{
    border-radius: 20px;
}

/* HOME
------------------------------------------------*/

.home-content {
    text-align: center;
    margin-top: 0;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/*　見出し　*/
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}

/* ボタン　*/
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}


#home .page-title {
    text-transform: none;
}


section {
      padding: 40px 60px 100px 60px;
    }

@media (max-width: 768px) {
  section {
  padding: 40px 20px 100px 20px ;
}

}
.gaiyou{
  padding: 40px 60px 100px 60px;
}

@media (max-width: 768px) {
  .gaiyou{
    padding: 0 40px 100px 40px ;
  }
}



.news-top{
    padding-top: 5rem;
}

.news-inner{
    margin-inline: auto;
    max-width: 100%;
    padding: 0 1.5625rem;
    width: 74.375rem;
}

.news-title{
    color: #808080;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 3px #89B928;
    white-space: nowrap;
}

@media screen and (max-width:768px) {
.news-title {
		font-size: 2rem;
	}
}

.news-sub-title{
  color: #808080;
  font-size: 20px;
  width: 192px;
  text-align: center;
}

@media screen and (max-width:768px) {
.news-sub-title {
		width: 128px;
	}
}



.news-list{
  list-style: none outside;
  margin-top: 30px;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: rgb(170, 170, 179);
}

@media screen and (max-width: 768px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}





/* 横並び */

.flex {
  display: flex; /*横並び*/
  margin: 80px 30px;
  justify-content: center;
}

@media screen and (max-width:768px) {
.flex {
		display: block;
    margin:0;
	}
}

.flex .image {
  width: 500px; /*画像サイズ指定*/
  margin: 40px;
  padding: 0;
}
.flex .image img {
  width: 562px;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width:768px) {
.flex .image img {
    display: none;
}
}

.flex .right {
  margin: 40px;
  padding: 0;
}

@media screen and (max-width:768px) {
  .flex .right {
  margin: 40px 40px 100px 40px;
  }
}

.flex .title {
  margin: 0;
  padding: 0;
  color: #808080;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  border-bottom: solid 3px #89B928;
  text-align: center;
}

@media screen and (max-width:1279px) {
.flex .title {
		font-size: 2rem;
	}
}

.flex .sub-title{
  color: #808080;
  font-size: 20px;
  text-align: center;
}

.flex .text {
  margin: 40px 0 ;
  padding: 0;
}

body {
  margin: 0 ;
  padding: 0;
}


.imgbox{
  margin-top: 79.86px;
  max-width: 100%;
}

@media screen and (max-width:768px) {
.imgbox{
  margin-top: 100.26px;
  }
}



/*フッター共通
---------------------------------------------------------------------------*/
#footer-contents, #footermenu {
	padding: 4rem ;	/*上下、左右へのボックス内の余白。左右はcss冒頭で指定しているglobal-spaceを読み込みます*/
  font-family: ヒラギノ丸ゴ Pro;
  font-size: 18px;
}

@media screen and (max-width:768px) {
#footer-contents, #footermenu {
  padding: 2rem ;	/*上下、左右へのボックス内の余白。左右はcss冒頭で指定しているglobal-spaceを読み込みます*/
  font-family: ヒラギノ丸ゴ Pro;
  font-size: 12px;
  }
}



/*フッターのコンテンツ（住所やマップが入っているブロック）
---------------------------------------------------------------------------*/
/*ブロック全体*/
#footer-contents {
	background: #6a6462;	/*背景色*/
	color: #fff;			/*文字色*/
}
#footer-contents a {
	color: inherit;
}




	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	
	#footer-contents {
		display: flex;	/*flexボックスを使う指定*/
		gap: 2rem;		/*左右のボックスの間のマージン的な設定*/
	}
	
	/*左側のブロック*/
	#footer-contents .left {
		margin-bottom: 0;	/*下のマージン（外側への余白）をリセット*/
		width: 50%;			/*幅。leftとrightで合計100になれば、お好みで変更してもらって構いません。*/
	}
	
	/*右側のブロック*/
	#footer-contents .right {
		width: 50%;			/*幅。leftとrightで合計100になれば、お好みで変更してもらって構いません。*/
	}

	}/*追加指定ここまで*/



/*footer-contents内のマップ。レスポンシブにする為のものなので、基本は編集不要です。
---------------------------------------------------------------------------*/
.iframe-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;	/*マップの高さを増やしたい場合は、ここの数値を上げてみて下さい。*/
	position: relative;
	overflow: hidden;
}
.iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}



/* 007 */
.button007 a {
    background: #fff;
    border: 3px solid #89B928;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #89B928;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button007 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #89B928;
    transition: 0.3s;
}
.button007 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #89B928;
    transition: 0.3s;
}
.button007 a:hover:before, .button007 a:hover:after {
    right: -0.5em;
}
.button007 a:hover {
    background: #fff;
}






/* 005 */


.button005 a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #89B928;
    letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .button005 a {
  white-space: nowrap;
}

}

.button005 a:hover {
    background: #ade143;
}



.newsinup2{
  display: flex;
  justify-content: space-between;
}



/*店舗一覧*/
.l-triple {
  display: flex;
}
.l-triple__nav {
  flex: 1;
  position: relative;
  padding-top: 40px;
  text-align: left;
  background-color: #f5f5f5;
}


.l-triple__nav h2 {
  margin-bottom: 20px;
  font-size: 20px;
  display: inline-block;
}
.l-triple__content {
  flex: 1;
  margin: 0 20px;
}
.l-triple__nav2 {
  flex: 1;
}
nav ul {
  list-style: none;
}
nav li {
  margin-left: 1rem;
  font-size: 16px;
}

.lemon{
  border-bottom: solid 3px #dfe92b;
}
.qol{
  border-bottom: solid 3px #89B928
}

.card{
   background-image: url(../images/41252.png);    /* 背景画像指定 */
   background-repeat: no-repeat;
   background-size: contain;        /* 画像のサイズ指定 */
   margin-left: 1em;
   text-indent: 3em;
}
.park{
   background-image: url(../images/45801.png);    /* 背景画像指定 */
   background-repeat: no-repeat;
   background-size: contain;        /* 画像のサイズ指定 */
   margin-left: 1em;
   text-indent: 3em;
}
.nocard{
   background-image: url(../images/36954.png);    /* 背景画像指定 */
   background-repeat: no-repeat;
   background-size: contain;        /* 画像のサイズ指定 */
   margin-left: 1em;
   text-indent: 3em;
}

@media (max-width: 1399px) {
  .l-triple {
  display: block;
}
  .l-triple__nav {
      flex: 1;
      padding-bottom: 40px;
}
.l-triple__content {
  flex: 1;
}
.l-triple__nav2 {
  flex: 1;
  display: none;
}
.l-triple__content iframe{
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}
}


/*会社概要*/
.kaisha {
width: 100%;
margin: 70px auto;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 768px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
.kaisha td {vertical-align:middle;}
.kaisha{
  text-align: center;
 }
}




/*お知らせ記事*/
article {
    padding: 0.5em 1em;
    margin: 2em 0;
    color:#333;/*文字色*/
    background: #FFF;
    border: solid 3px #d3d3d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
article p {
    margin: 2em 1em; 
    padding: 0;
}

article span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1;
}


/*ご利用案内*/

.heading {
  font-family: ヒラギノ丸ゴ Pro;
    text-align: center;
    margin: 20px 0;
}

.heading-29 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
    font-family: ヒラギノ丸ゴ Pro;
    text-align: center;
}

.heading-29::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #89B928;
    content: '';
}



.box6-wrapper {
    position: relative;
    width: 50%;
}

.box6 {
    padding: 1.5em 0.5em 1em 1.5em;
    background: none;
    border: 1px solid #89B928;
    position: relative;
    border-radius: 0px;
}

.box6-background {
    background-color: #e8e8e8;
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border-radius: 0px;
}

.box6 p {
  font-family: ヒラギノ丸ゴ Pro;
}


@media screen and (max-width:768px) {

	/*　この位置に記述する　*/
	main {
		width: 100%;
	}

}


.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.pict {
  width: 30%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}




/* ご利用案内２カラムサイト */
.wrapper2 {
    width: 80%;
    display: flex;
    margin: 50px auto;
    justify-content: center;
}

.main, .side {
    padding: 0;
}

.main {
    width: 100%;
}


.archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.archive p {
  font-family: ヒラギノ丸ゴ Pro;
  padding:10px;
}

.archive div {
    margin-bottom: 7rem;
    width: 35%;
    background-color: #f0f0f0;
}

.archive img {
    display: block;
    margin-bottom: 3rem;
    width: 100%;
    height: auto;
}



@media screen and (max-width: 1279px) {
    .wrapper {
        flex-direction: column;
        width: 100%;
    }
    .main, .side {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }
    .archive div {
        width: 100%;
        margin: 20px auto;
    }
    .wrapper2{
      margin: auto;
    }
}


/*　トップ画像フェードイン　*/
.example {
  opacity: 0;
  animation: fadeIn 5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}


.sp {
  display: none;
}
@media not all and (min-width: 568px){
 .sp {
  display: block;
 }
}

picture img{
    width:100%;
    height:auto;
}