@charset "UTF-8";
:root{
    --font-sans: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --font-sans-serif: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --font-en: 'Poppins', sans-serif;
    --main-black: #1a1a1a;
    --main-green: #548235;
    --main-lightblue: #0f79e1;
    --main-darkblue: #00154b;
    --main-blue_grad: linear-gradient(35deg,#00154b,#004da0 77%);
    --main-orange:#f78826;
    --main-gray: #eeeeef;
    --main-gray_border: #e6e6e6;
    --inner-width--pc: 1000px;
    --inner-width--sp: 90.625%;
    --inner-width--sp_vw: 90.625vw;
    --inner-width: var(--inner-width--pc);
    --inner-sidespace--sp: 4.6875%;
    --inner-sidespace--sp_vw: 4.6875vw;
    --trans-ease: .3s ease;
}
/*sp*/
@media (max-width: 767px) {
  :root{
    --inner-width: var(--inner-width--sp);
  }
}
.sin-atell,
.sin-atell-footer{
  font-family: var(--font-sans);
}
.sin-atell-body{
  color: var(--main-black);
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell img,
  .sin-atell-footer img{
    width: 100%;
    height: auto;
  }
  .sin-atell-body{
    min-width: 340px;
  }
}
/*-----------------
sin-atell-footer
-----------------*/
.sin-atell-footer{
  background: #f6f9f5;
  padding: 0;
}
.sin-atell-footer-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sin-atell-footer-sec1{
  color: #666666;
  min-width: 500px;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.sin-atell-footer-textbox-title{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.sin-atell-footer-copy{
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background: #305913;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.sin-atell-footer-map{
  width: 500px;
  min-height: 355px;
}
.sin-atell-footer-map iframe{
  width: 100%;
  height: 100%;
}
.sin-atell-footer-textbox-tel{
  font-weight: bold;
}
.sin-atell-footer-textbox-tel a{
  cursor: default;
  display: block;
  color: var(--main-green);
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}
.sin-atell-footer-textbox-tel a:hover{
  color: var(--main-green);
  text-decoration: none;
}
.sin-atell-footer-textbox-link{
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell-footer-wrapper {
    max-width: inherit;
    padding: 30px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
  }
  .sin-atell-footer-sec1 {
    width: var(--inner-width);
    min-width: inherit;
    max-width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto 30px;
  }
  .sin-atell-footer-textbox{
    width: auto;
  }
  .sin-atell-footer-logo{
    max-width: 100px;
  }
  .sin-atell-footer-textbox-link img{
    width: 24px;
  }
  .sin-atell-footer-textbox-title{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sin-atell-footer-textbox-address{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sin-atell-footer-textbox-tel a{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sin-atell-footer-map{
    width: 100%;
    min-height: auto;
    height: 280px;
  }
}
/*-----------------
sin-atell-topimg
-----------------*/
.sin-atell-topimg{
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 650;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin: 0 0 0 auto;
}
.sin-atell-topimg-title{
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  padding: 5% 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.sin-atell-topimg-title img{
  width: auto;
  height: 100%;
  aspect-ratio: 301 / 486;
  max-height: 430px;
}
.sin-atell-topimg-img img{
  width: 100%;
  height: auto;
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell-topimg{
    width: 100%;
    height: auto;
    aspect-ratio: 789 / 567;
  }
  .sin-atell-topimg-title {
      width: 40%;
      height: 80%;
      position: absolute;
      top: 50%;
      left: var(--inner-sidespace--sp);
      transform: translatey(-50%);
      background: rgba(255,255,255,0.8);
      padding: 5% 0;
      margin: 0;
      display: flex;
      justify-content: center;
  }
}
/*-----------------
sin-atell
-------------------*/
.sin-atell{
  width: 100%;
  margin: 0 auto;
}
/*-----------------
.sin-atell-sec1
-------------------*/
.sin-atell-sec1{
  width: var(--inner-width);
  margin: 0 auto;
  padding: 90px 0 50px;
  box-sizing: border-box;
  text-align: center;
}
.sin-atell-sec1-title{
  font-family: var(--font-sans-serif);
  color: var(--main-black);
  font-size: 32px;
  font-size: 3.2rem;
  padding: 0;
  margin: 0 auto 15px;
  position: static;
}
.sin-atell-sec1-title:after{
  content: none;
}
.sin-atell-sec1-text{
  color: var(--main-green);
  font-family: var(--font-sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell-sec1{
    width: var(--inner-width);
    margin: 0 auto;
    padding: 40px 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .sin-atell-sec1-title{
    font-family: var(--font-sans-serif);
    color: var(--main-black);
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0;
    margin: 0 auto 15px;
    position: static;
  }
  .sin-atell-sec1-text{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
/*.sin-atell-sec-title*/
.sin-atell-sec-title{
  position: relative;
  margin-bottom: 50px;
}
.sin-atell-sec-title span{
  font-family: var(--font-sans-serif);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666666;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform:translateX(-50%);
  text-align: center;
}
.sin-atell-sec-title:after{
  content: none;
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell-sec-title{
    position: relative;
    margin-bottom: 30px;
  }
  .sin-atell-sec-title span{
    font-family: var(--font-sans-serif);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666666;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform:translateX(-50%);
    text-align: center;
  }
}
/*---------------------
sin-atell-sec2
-----------------------*/
.sin-atell-sec2{
  padding: 50px 0;
  box-sizing: border-box;
}
.sin-atell-sec2-list{
  width: var(--inner-width);
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
.sin-atell-sec2-list-item{
  margin: 0;
  width: calc((100% - 10px) / 3);
  background: #f7f4f0;
  padding: 25px;
  box-sizing: border-box;
}
.sin-atell-sec2-list-item dt{
  color: var(--main-green);
  font-family: var(--font-sans-serif);
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 7px;
}
.sin-atell-sec2-list-item dd p{
  margin: 0;
}
.sin-atell-sec2-list-item dd p:not(:last-child){
  margin-bottom: 3px;
}
.sin-atell-sec2-list-item dt small{
  font-size: 12px;
  font-size: 1.2rem;
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell-sec2{
    padding: 20px 0;
    box-sizing: border-box;
  }
  .sin-atell-sec2 .sin-atell-sec-title img{
    width: 190px;
  }
  .sin-atell-sec-title{
    position: relative;
    margin-bottom: 30px;
  }
  .sin-atell-sec-title span{
    font-family: var(--font-sans-serif);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666666;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform:translateX(-50%);
    text-align: center;
  }
  .sin-atell-sec2-list {
    display: flex;
    flex-flow:column;
    gap: 5px;
    width: var(--inner-width);
    margin: 0 auto;
  }
  .sin-atell-sec2-list-item {
    margin: 0;
    width: 100%;
    background: #f7f4f0;
    padding: 15px;
    box-sizing: border-box;
  }
}
/*--------------
sin-atell-sec3
---------------*/
.sin-atell-sec3{
  width: var(--inner-width);
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.sin-atell-sec3 .sin-atell-sec-title img{
  margin-left: -30px;
}
.sin-atell-sec3 .sin-atell-sec-title span{
  bottom: 10px;
}
.sin-atell-sec3-list{
  display: flex;
  gap: 20px;
}
.sin-atell-sec3-list-item{
  width: calc((100% - 60px) / 4);
}
.sin-atell-sec3-list-item-name{
  font-family: var(--font-sans-serif);
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  margin: 15px 0 0;
}
.sin-atell-sec3-list-item-name small{
  color: var(--main-green);
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.sin-atell-sec3-list-item-info{
  margin-top: 5px;
  line-height: calc(1em + 10px);
}
.sin-atell-sec3-list-item-info p{
  margin: 0;
}
.sin-atell-sec2-list-item p.list,
.sin-atell-sec3-list-item-info p.list{
  display: flex;
  align-items: center;
}
.sin-atell-sec3-list-item-info p .icon-list{
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.sin-atell-sec2-list-item p.list:before,
.sin-atell-sec3-list-item-info p.list:before,
.sin-atell-sec3-list-item-info p .icon-list:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #c7b299;
  border-radius: 50%;
  margin-right: 5px;
}
.sin-atell-sec3-list-item-info p.list.sp{
  display: none;
}
/*sp*/
@media (max-width: 767px) {
  .sin-atell-sec3 {
      width: var(--inner-width);
      margin: 0 auto;
  }
  .sin-atell-sec3 .sin-atell-sec-title img{
    width: 131px;
    margin-left: -30px;
  }
  .sin-atell-sec3 .sin-atell-sec-title span{
    bottom: -5px;
  }
  .sin-atell-sec3-list {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
  }
  .sin-atell-sec3-list-item {
    width: calc((100% - 15px) / 2);
  }
  .sin-atell-sec3-list-item-info p.list.sp-colum{
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .sin-atell-sec3-list-item-info p.list.sp{
    display: flex;
  }
  .sin-atell-sec3-list-item-info p .icon-list.pc{
    display: none;
  }
}
/*---------------
sin-atell-menu
---------------*/
.sin-atell-menu{
  width: var(--inner-width);
  margin: 0 auto;
  margin-top: 60px;
}
.sin-atell-menu-list{
  display: flex;
  gap: 20px;
}
.sin-atell-menu-list-item{
  width: calc((100% - 60px) / 4);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #f7f4f0;
  border: solid 1px #dbd7d1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sin-atell-menu-list-item.sp{
  display: none;
}
.sin-atell-menu-list-item img{
  width: 100%;
  height: auto;
}
.sin-atell-menu-list-item-img.height-max img{
  width: auto;
  height: 100%;
}
/* =====================
スマホ
===================== */
@media (max-width: 767px) {
  .sin-atell-menu {
    width: 100%;
    overflow: hidden;
  }

  .sin-atell-menu-list-item.sp{
    display: flex;
  }

	.sin-atell-menu-outer {
		width: 100%;
		overflow: hidden;
	}

	.sin-atell-menu-list {
		display: flex;
		gap: 10px;
		width: max-content;
		animation: shop-marquee 20s linear infinite;
	}

	.sin-atell-menu-list-item {
		flex: 0 1 200px;
		width: 200px;
    min-width: 200px;
    height: 200px;
		aspect-ratio: 1 / 1;
		background: #f7f4f0;
		border: 1px solid #dbd7d1;
		box-sizing: border-box;
	}
  .sin-atell-menu-list-item-img.height-max img{
    width: auto;
    height: 200px;
  }
	@keyframes shop-marquee {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-50%);
		}
	}
}
