@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+Thai:wght@600;700;800&display=swap');
html {
  scroll-behavior: smooth;
}
section {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #505050;
}
section p {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 11.3px;
}
.headbx {
  width: 1100px;
  height: 520px;
  margin: 120px auto 100px;
  overflow: hidden;
/*	
  width: 1100px;
  margin: 100px auto 0;
  padding-bottom: 100px;
*/
}
.headbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);	
  animation: shrinkImage 2s ease-out forwards;
}
img {
  transform: scale(1.05);
  transition: transform 2s ease-out;
  will-change: transform;
}

img.shrink-start {
  transform: scale(1);
}
@keyframes shrinkImage {
  0% {
	transform: scale(1.05); /* 最初は110% */
  }
  100% {
	transform: scale(1); /* 最終的に100% */
  }
}
.headbxsub {
  max-width: 500px;
  margin: 0 auto 230px;
}
.headbxsub h3 {
  text-align: center;
  padding-bottom: 100px;
  font-weight: 500;
  line-height: 1.8;
}
.headbxsub h3 span{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.headbxsub p {
  text-align: center;
  margin-bottom: 15px;
}
a.colllnk{
  display: block;
  width: 400px;
  padding: 12px 30px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #505050;
  text-align: center;
  border: 1px solid #505050;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  font-size: 1.2rem;
  color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: 50px auto 0;
}
a.colllnk::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}
a.colllnk:hover{
  opacity: 0.8;
}
a.colllnk p{
  margin-bottom: 0!important;
}
.subheadbx {
  max-width: 500px;
  margin: 100px auto;
}
.subheadbx img{
  max-width: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.itmbx {}
.itmbx h3 {
  text-align: center;
}
.itmbx h3 span{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.itmbx h4 {
  text-align: center;
  padding-bottom: 100px;
  font-weight: 500;
  line-height: 1.8;
}
.itmbx ul {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
.itmbx ul li {
  width: 50%;
  padding: 0 2%;
  margin-bottom: 5%;
}
.itmbx ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.itmbx ul li a figure {}
.itmbx ul li a h5 {
  font-size: 11.3px;
  margin: 10px auto 0;
}
.itmbx ul li a p {}
.itmbx ul li a p span {
  display: block;
  padding: 5px 0;
  background-color: #CCC;
  text-align: center;
  margin: 10px auto 0;
  color: #FFF;
  width: 45%;
}
.itmbx ul li a:hover {
  opacity: 0.8;
}
.natsimainbx,
.curfemainbx {
  max-width: 500px;
  margin: 100px auto;
}
.natsimainbx img,
.curfemainbx img{
  max-width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.natsibx,
.curfebx{
  max-width: 500px;
  margin: 100px auto;
}
.natsibx h3,
.curfebx h3{
  display: block;
  font-size: 2.4rem;
  margin: 100px 0 30px;
  text-align: center;
}
.natsibx p,
.curfebx p{
  text-align: center;
  margin-bottom: 15px;
}
.natsibx p.mb100,
.curfebx p.mb100{
  margin-bottom: 100px!important;
}
.natsibx img,
.curfebx img{
  max-width: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.infobx{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.infobx h3{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.infobx h4{
  text-align: center;
  padding-bottom: 50px;
  font-weight: 500;
  line-height: 1.8;	
}
.infobx p{
  margin-bottom: 30px;
  text-align: center;
}
.toggle {
  display: none;
}
.Label {
  display: block;
  padding: 0 0 0.1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}
.Label a{
  text-decoration: none;
}
.Label::before,
.Label::after{
  content: "";
  position: absolute;
  border: 1px solid #333;
  width: 8px;
  top: 5px;
  left: 215px;
}
.Label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  line-height: 1;
}
.content {
  height: 0;
  margin-bottom:10px;
  padding:0 10px;
  overflow: hidden;
}
.content p{
  margin-bottom: 15px;
}
.content li a{
  font-size: 0.8em;
}
.toggle:checked + .Label + .content {
  height: auto;
  transition: all .3s;
  margin: 10px 0 15px;
  line-height: 1.5;
}
.toggle:checked + .Label::after {
  display: none;
  transition: all .3s;
}
.infobx ul li:nth-child(5){
  margin-bottom: 2.5%;
}	
.shoplistbx{
  max-width: 500px;
  width: 100%;
  margin-top: 100px;
  padding: 100px 10px;
  text-align: center;
  border-top: 1px solid #505050;
}
.shoplistbx h4 {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.shoplistbx h4 span{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.tab-content {
  width: 100%;
  margin-top: 3%;
  display: none;
}
.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}
.tab-switch {
  display: none;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 500px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.title {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight:600;
  padding: 3% 3% 3% 5%;
  transition: all .5s ease;
  text-align: left;
  border-bottom: 1px solid;
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #333;
}
.title::before {
  top: 48%;
  right: 5%;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 5%;
  transform: rotate(90deg);
}
.title.close::before {
}
.title.close::after {
  display: none;
}
.box {
  display: none;
  padding: 3% 3% 3% 5%;
}
.box dt,
.box dd{
  min-height: 40px;
  padding: 4% 0;
  border-bottom: 1px solid #f0f0f0;
}
.box dd a{
  font-size: 12px;	
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}
.box dd a:after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 44%;
  right: 3%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snsbx {
  max-width: 500px;
  width: 100%;
  padding: 100px 0;
}
.snsbx h3 {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.snsbx h3 span{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.snsbx ul {
  width: 30%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.snsbx ul li {
  width: 32%;
  padding: 6%;
  margin-bottom: 20px;
}
.snsbx ul li a {
  display: block;
  padding: 1.5% 2.5% 1.5% 1.5%;
}
.snsbx ul li:hover {
  opacity: 0.8;
}
#pagetitle {
  margin: 30px 0;
}
#pagetitle span {
  line-height: 1.3em;
}
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateY(20px);
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}
.tpscroll {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.tpscroll::before {
  display: block;
  content: '';
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
  margin: 0 auto 10px;
}
.tpscroll:hover::before {
  border-bottom: solid 1px #00A5CB;
  border-left: solid 1px #00A5CB;
}
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #AAA;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s ease;
  z-index: 99;
}
#page_top::before {
  content: '';
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  position: absolute;
  right: 14px;
  bottom: 12px;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes fadeIn {

  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a.anclnk{
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}	

@media screen and (min-width:1281px) and (max-width:1600px) {
}
@media screen and (min-width:835px) and (max-width:1280px) {
}
@media screen and (min-width:835px) and (max-width:1100px) {
}
@media only screen and (max-width:834px) {
  section p {
    font-size: 8px;
  }	
  main{
	margin: 0 auto;
  }
  .headbx {
    width: 100%;
	height: auto;
    margin: 70px auto 100px;
  }
  .headbx img{
	width: 100%;
	height: auto;
	animation: shrinkImage 2s ease-out forwards;
  }
  @keyframes shrinkImage {
	0% {
	  transform: scale(1.05); /* 最初は110% */
	}
	100% {
	  transform: scale(1); /* 最終的に100% */
	}
  }	
  .headbxsub p {
    width: 80%;
  }
  a.colllnk {
    width: 88%;
  }		
  .subheadbx {
    max-width: 100%;
  }	
  .subheadbx img{
    max-width: 80%;
  }	
  .itmbx {}
  .itmbx h3 {}
  .itmbx h4 {
    font-size: 14px;
  }
  .itmbx ul {
    width: 94%;
    margin: 0 auto;
  }
  .itmbx ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 55px;
  }
  .itmbx ul li a {}
  .itmbx ul li a figure {}
  .itmbx ul li a h5 {
    font-size: 8px;
    margin: 10px auto 0;
  }
  .itmbx ul li a p {
    font-size: 14px;
  }
  .itmbx ul li a p span {
    font-size: 1.0rem;
	width: 70%;
	padding: 0;
  }
  .itmbx ul li a:hover {}
  .curfemainbx{
    margin: 80px auto 0;
  }		
  .natsibx,
  .curfebx{
    margin: 100px auto 0;
  }	
  .natsimainbx img,
  .curfemainbx img{
    max-width: 100%;
  }	
  .natsibx img,
  .curfebx img{
    max-width: 80%;
  }	
  .infobx{
    width: 100%;
    margin: 60px auto 0;
    padding: 0 40px;
  }
  .infobx h4{
    font-size: 14px;
  }
  .infobx ul{}
  .infobx ul li{}
  .infobx ul li .Label a{}
  .Label {
    font-size: 10px;
  }
  .Label::before,
  .Label::after{
    top: 3px;
    left: 48%;
  }
  .content {
    height: 0;
    margin-bottom:10px;
    padding:0 0 0 10px;
    overflow: hidden;
  }
  .content li a{
    font-size: 0.8em;
  }
  .toggle:checked + .Label + .content {
    height: auto;
    transition: all .3s;
  }
  .toggle:checked + .Label::after {
    display: none;
    transition: all .3s;
  }
  .infobx ul li:nth-child(5){
    margin-bottom: 2.5%;
  }
  .shoplistbx {
    padding: 100px 10%;
  }	
  .snsbx {
    padding: 0 0 100px;
  }	
  a.anclnk{
	display: block;
	padding-top: 50px;
	margin-top: -50px;
  }
  .tpscroll {
    margin: 0 auto 100px;
  }	
  .br-pc {
	display: block;
  }
  .br-sp {
	display: none;
  }
	
}