@charset "UTF-8";

@font-face {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal
}

.note,
body {
  font-family: sans-serif
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: Verdana, Meiryo, sans-serif
  }
}

.cmn-footer {
  position: relative;
  background-color: #fff;
  z-index: 999;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: 0
}

body,
html {
  height: 100%
}

body {
  font-size: 18px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  text-decoration: none
}

a,
a img,
button {
  outline: 0;
  border: none;
  cursor: pointer
}

img {
  vertical-align: bottom
}

a:hover,
button:hover {
  outline: 0
}

#header {
  width: 1000px;
  left: calc(50% - 500px);
  border-bottom: none;

}

@media (max-width:1000px) {
  #header {
    width: 100%;
    min-width: 100%;
    left: calc(50% - 50%);
  }
}

.header-nav {
  top: 5px;
}

@media (max-width:768px) {
  .header-nav {
    top: 15px;
  }
}

.header {
  padding: 20px 0;
  background-color: #fff;
  height: 85px
}

@media (max-width:768px) {
  .header {
    height: auto
  }
}

.header p {
  max-width: 980px;
  margin: auto;
  padding: 0 30px;
  text-align: left;
  vertical-align: middle
}

@media (max-width:768px) {
  .header p {
    padding: 0 15px
  }
}

.header p a {
  display: inline-block;
  width: 258px
}

@media (max-width:768px) {
  .header p a {
    width: 187px
  }
}

.contentsWrapper {
  width: 2600px;
  margin: 0 auto;
}

@media (max-width: 1222px) {
  .contentsWrapper {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .contentsWrapper {
    display: none;
  }
}

#container {
  min-width: 100% !important;
}

.contentsInner {
  width: 100%;
  position: fixed;
}

.contentsInner {
  margin: auto;
  background-image: url(../img/26kyonomeihoten_bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  height: 97vh;
  top: 166px;

  z-index: 1;
  pointer-events: none;
}

@media (max-width:768px) {
  .contentsInner {
    top: 8vw;
  }
}

.contentsImg {
  position: absolute;
  top: calc(250px - 90px);
  right: calc(50% + 452px - 20px);
  width: calc(418px * 0.8);
  z-index: 10;
}



@media (max-width:520px) {
  .contentsImg {
    display: none;
  }
}

h1 {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

@media (max-width:768px) {
  h1 .pc {
    display: none
  }
}

@media (min-width:769px) {
  h1 .sp {
    display: none
  }
}

#wrapper.wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

.yokoku {
  margin-top: -4rem;
  background-color: #fff;
}

@media (max-width: 520px) {
  #wrapper.wrapper {
    max-width: 100%;
    margin-top: 0;
  }
}

.carousel-wrap {
  width: 100%;
  position: relative;
}

@media (max-width:768px) {
  .sp--hiden {
    display: none
  }
}

@media (min-width:769px) {
  .sp--active {
    display: none
  }
}

.banner {
  width: 100%;
  max-width: 330px;
  margin: auto;
}

#contents .title_position {
  position: relative;
}

#contents .sideMenu {
  position: absolute;
  top: calc(156px - 90px);
  left: calc(50% + 455px - 20px);
  width: calc(415px * 0.8);
  z-index: 10;
  pointer-events: auto;
}

#contents .sideMenu a {
  display: block;
  cursor: pointer;
}




#contents .sideMenu .menu2 {
  margin-top: 20px;
}
#contents .sideMenu .menu3 {
  margin-top: 15px;
}
#contents .sideMenu .btn_flex {
  display: flex;
  gap: 20px;
  margin: 3rem 0;
}
.flex-container {
  background-color: #fff;
}



#contents .sideMenu p {
  width: 133px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}



.sub {
  background-color: #fff;
}

.sub a img {
}

@media (max-width:520px) {
  #contents .sns {
    width: 65vw;
    bottom: 4.2vw;
    left: 17.5%;
  }

  #contents .sns ul li {
    width: 12vw;
  }

  .btn_flex2 {
    width: 90%;
  }
}

#contents .onlinestore {
  padding: 0 0px 6px;
  background-color: #fff;
}

@media (max-width:520px) {
  #contents .onlinestore {
    padding: 8vw 0px 9.3333vw;
  }

  .sub a img {
    width: 80%;
  }
}

#contents .onlinestore .onlinestore_btn {
  margin-top: 0.9333vw;
}



#ft_info {
  max-width: 750px;
  margin: auto;
  padding-top: 5rem;
  background-color: #fff;
}

#ft_info .inner {
  padding: 0 15px 35px;
}

@media (max-width:520px) {
  #ft_info .inner {
    padding: 10.6666vw 8.0vw;
  }

  .onlinestore_btn img {
    max-width: 80%;
  }
}

#ft_info .bnr img {
  width: 100%;
  max-width: 638px;
}

#ft_info .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 65px auto 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

#ft_info .share:first-child {
  margin-top: 0
}

#ft_info .share:last-child {
  margin-bottom: 0
}

@media (max-width:600px) {
  #ft_info .share {
    margin: 50px auto 20px
  }
}

@media (max-width:520px) {
  #ft_info .share {
    margin: 9.62vw auto 3.85vw;
  }

  #ft_info .bnr img {
    max-width: 90%;
  }
}

@media (max-width:415px) {
  #ft_info .share {
    gap: 0px;
  }
}

#ft_info .share li:nth-child(2) {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  margin-top: 4px
}

#ft_info .share li:nth-child(2) iframe {
  -webkit-transition: .3s;
  transition: .3s
}

#ft_info .share li:nth-child(2) iframe:hover {
  opacity: .6
}

@media (max-width:500px) {
  #ft_info .share li:nth-child(2) {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    scale: .9;
    margin-top: 0
  }
}

@media (min-width:769px) {
  #ft_info .share li:nth-child(2) {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    margin-top: 0;
  }
}

@media (max-width:500px) {
  #ft_info .share li {
    margin: auto 10px
  }
}

#ft_info .share a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 0 10px;
  padding-left: 5px;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width:768px) {
  #ft_info .share a {
    font-size: 12px;
    height: 30px;
    padding: 0 10px
  }
}

@media (max-width:500px) {
  #ft_info .share a {
    font-size: 10px;
    height: 25px;
    padding: 0 7px
  }
}

#ft_info .share a:hover {
  opacity: .6
}

#ft_info .share a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px
}

@media (max-width:768px) {
  #ft_info .share a:before {
    width: 16px;
    height: 16px;
    margin-right: 4px
  }
}

#ft_info .share .facebook {
  background-color: #2c5aa0;
  border-radius: 4px
}

#ft_info .share .facebook:before {
  background-image: url(../img/sns_facebook.png)
}

#ft_info .share .twitter {
  background-color: #1d9bf0;
  border-radius: 35px
}

#ft_info .share .twitter:before {
  background-image: url(../img/sns_twitter.png)
}

#ft_info .share .line {
  background-color: #06c755;
  border-radius: 4px
}

#ft_info .share .line:before {
  background-image: url(../img/sns_line.png)
}

#ft_info .footer-credit {
  font-size: 13px;
  text-align: left;
  margin-bottom: 2em
}

#ft_info .note {
  width: 640px;
  margin: auto;
  padding: 0 0 3rem;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

@media (max-width:768px) {
  #ft_info .note {
    font-size: 11px
  }
}

@media (max-width:500px) {
  #ft_info .note {
    font-size: 14px;
    width: 95%;
  }
}

.sitajiki {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 15px;
  z-index: -1
}

body {
  text-align: center
}

img {
  max-width: 100%
}







.image-in-text {
  max-width: 280px;
  margin-top: 20px
}

@media (max-width:768px) {
  .img--lg .pc {
    display: none
  }
}

@media (min-width:769px) {
  .img--lg .sp {
    display: none
  }
}

.img--md {
  padding: 0 30px 0
}

@media (max-width:600px) {
  .img--md {
    padding: 0 28px
  }
}

@media (max-width:500px) {
  .img--md {
    padding: 0 15px 0
  }
}

.inline-block {
  display: inline-block !important
}

#contact-SP {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.tks-theme-com-simple-page__footer {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

footer .tks-theme-com-simple-page__footer {
  max-width: 100%;
}

#wrapper .section .btn{
	background-image:url(../img/26kyonomeihoten_btnerea.jpg);
	height:452px;
	background-size: cover;
}
@media screen and (max-width: 768px) {
#wrapper .section .btn{
	height:60.267vw;
}
}

#wrapper .section .btn .flex{
	position:relative;
	width:100%;
	max-width:750px;
	margin:0 auto;
}
#wrapper .section .btn .flex .flex_child{
	position:absolute;
	top:66px;
	left:70px;
	width:308px;
}
#wrapper .section .btn .flex .flex_child2{
	position:absolute;
	top:185px;
	right:65px;
	width:308px;
}
@media screen and (max-width: 768px) {
#wrapper .section .btn .flex .flex_child{
	top: 8.8vw;
	left: 9.3333vw;
	width: 41.066666vw;
}
#wrapper .section .btn .flex .flex_child2{
	top: 24.66666vw;
	right: 8.66666vw;
	width: 41.066666vw;
}	
}


#content,
#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06 {
  margin-top: -100px;
	padding-top:100px;
}
@media screen and (max-width: 768px) {
#content,
#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06 {
  margin-top: -60px;
	padding-top:60px;
}
}
#sec05 .sec05{
	position:relative;
}

#sec05 .sec05_btn{
	position:absolute;
	width:318px;
	bottom:30px;
	left:71px;
}
#sec05 .sec05_btn.sec05_btn02{
	bottom:80px;
}
#sec05 .sec05_btn.sec05_btn03{
	bottom:106px;
}
#sec05 .sec05_btn.sec05_btn04{
	bottom:56px;
}
#sec05 .sec05_btn.sec05_btn05{
	bottom:56px;
}
#sec05 .sec05_btn.sec05_btn06{
	bottom:56px;
}
#sec05 .sec05_btn.sec05_btn07{
	bottom:34px;
}
#sec05 .sec05_btn.sec05_btn08{
	bottom:34px;
}
#sec05 .sec05_btn.sec05_btn09{
	bottom:58px;
}
#sec05 .sec05_btn.sec05_btn10{
	bottom:53px;
}
#sec05 .sec05_btn.sec05_btn11{
	bottom:55px;
}
#sec05 .sec05_btn.sec05_btn12{
	bottom:58px;
}
#sec05 .sec05_btn.sec05_btn13{
	bottom:56px;
}
#sec05 .sec05_btn.sec05_btn14{
	bottom:33px;
}
#sec05 .sec05_btn.sec05_btn15{
	bottom:120px;
}
@media screen and (max-width: 768px) {
#sec05 .sec05_btn{
	width: 42.4vw;
	bottom: 4vw;
	left: 9.46666vw;
}
#sec05 .sec05_btn.sec05_btn02{
	bottom:10.66666vw;
}
#sec05 .sec05_btn.sec05_btn03{
	bottom:14.1333vw;
}
#sec05 .sec05_btn.sec05_btn04{
	bottom:7.46666vw;
}
#sec05 .sec05_btn.sec05_btn05{
	bottom:7.46666vw;
}
#sec05 .sec05_btn.sec05_btn06{
	bottom:7.46666vw;
}
#sec05 .sec05_btn.sec05_btn07{
	bottom:4.5333vw;
}
#sec05 .sec05_btn.sec05_btn08{
	bottom:4.5333vw;
}
#sec05 .sec05_btn.sec05_btn09{
	bottom:7.7333vw;
}
#sec05 .sec05_btn.sec05_btn10{
	bottom:7.06666vw;
}
#sec05 .sec05_btn.sec05_btn11{
	bottom:7.3333vw;
}
#sec05 .sec05_btn.sec05_btn12{
	bottom:7.7333vw;
}
#sec05 .sec05_btn.sec05_btn13{
	bottom:7.46666vw;
}
#sec05 .sec05_btn.sec05_btn14{
	bottom:4.4vw;
}
#sec05 .sec05_btn.sec05_btn15{
	bottom:16vw;
}
}

.yoyaku {
  top: -140px;
  max-width: 420px;
  margin: -150px auto 0;
  padding-bottom: 6rem;
}

.yoyaku img {
  max-width: 420px;
}

.pointer {
  padding-bottom: 1rem;
}

.pointer img {
  width: 100%;
  max-width: 42px;
}

@media screen and (max-width: 500px) {
  .yoyaku {
    margin: -85px auto 0;
    width: 60%;
  }
}

/* --------------------------------
pagetop
-------------------------------- */
#page-top {
  display: none;
  width: 70px;
  position: fixed;

  /* 750pxコンテンツの右端を基準 */
  left: calc(50% + 375px - 90px);

  bottom: 10%;
  z-index: 999;
}

#page-top img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  @media screen and (max-width: 767px) {
    #page-top {
      width: 13.5%;
      height: auto;
      left: auto;
      right: 5%;
      bottom: 10%;
    }
  }
}

/* --------------------------------
accordion
-------------------------------- */



.blockTitle {
  position: relative;
}

.blockTitle h2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}


.accordion .blockTitle h2 .h2_close{
	display:none;
}
.accordion .blockTitle.open h2 .h2_open{
	display:none;
}
.accordion .blockTitle.open h2 .h2_close{
	display:block;
}

.accordion .content p.close {
  cursor: pointer;
}

.accordion .content {
  display: none;
}

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

}

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



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


}