@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap");
/* CSS Document */
#mainbox {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 10;
}
header.top_header {
}
header.top_header #mainbox {
  height: 800px;
  margin-top: -300px;
  z-index: 1;
}
header.top_header #head01 {
  z-index: 5;
  position: relative;
}
.slider_css {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: slider-zoomin;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  opacity: 0;
  z-index: 1;
  background-position: center center;
}
.slider_css ul li img {
  width: 130%;
}
.slider_css ul li .center_txt {
  position: absolute;
  bottom: 10%;
  right: 65%;
  font-size: calc(48 / 1920 * 100vw);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25em;
  transform: translateX(50%);
  white-space: nowrap;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /*font-family: 'New Tegomin', serif;*/
  display: inline-block;
  /*filter: invert(100%) grayscale(100%) contrast(100);*/
}

@media only screen and (max-width: 480px) {
  .slider_css {
    width: 100%;
    height: 300px;
  }
  .slider_css ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
    /* background-size: 100%; */
    z-index: 10;
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    /* transform: scale(1.3); */
    /* background-size: 130%; */
    z-index: 1;
  }
}
.button {
  display: inline-block;
  width: 30%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  margin: 0 35%;
  box-sizing: border-box;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  color: #000;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 0.2em;
  background-color: rgba(255, 255, 255, 0.7);
}
.button:hover {
  color: #fff;
  letter-spacing: 0.3em;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #db8070;
}
.button2 {
  display: inline-block;
  width: 70%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  margin: 0 15%;
  box-sizing: border-box;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button2 {
  position: relative;
  z-index: 2;
  border: 2px solid #db8070;
  color: #db8070;
  line-height: 50px;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.button2:hover {
  color: #fff;
  letter-spacing: 0.2em;
}
.button2::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #db8070;
}
#first {
  padding: 30px 0 0 0;
  background: url(../img/topback-01.png) left top no-repeat, url(../img/topback-02.png) right bottom no-repeat;
}
#first p {
  padding: 0 0 30px 20%;
  font-size: 16px;
}
span.name {
  color: #db8070;
  font-weight: bold;
}
section#second {
  width: 100%;
  margin: 80px 0 0 0;
}
#secondbox {
  overflow: hidden;
}
#roaster {
  width: 50%;
  float: left;
}
#probat {
  width: 50%;
  float: right;
}
section#second h3 {
  width: 400px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
section#second h3 {
  text-align: center;
}
section#second p {
  padding: 0 15% 20px 15%;
}
#secondlink {
  width: 100%;
  height: 300px;
  background-image: url(../img/topback-03.jpg);
  background-position: center center;
  background-size: cover;
}
.secondlinkbox1 {
  width: 100%;
  height: 300px;
  background-image: url(../img/topback-03-1.jpg);
  background-position: center center;
  background-size: cover;
  padding: 100px 0 0 0;
  box-sizing: border-box;
}
.secondlinkbox2 {
  width: 100%;
  height: 300px;
  background-image: url(../img/topback-03-2.jpg);
  background-position: center center;
  background-size: cover;
  padding: 100px 0 0 0;
  box-sizing: border-box;
}
#secondlink .button {
  margin: 120px 35% 0 35%;
}
#third {
  width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
#third .bnr_cn {
  margin-bottom: 56px;
}
#third .bnr_cn a {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}
#third ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
#third ul li {
  width: 30%;
  display: block;
}
#third ul li a {
  margin-top: 16px;
}
#third ul li.shop_none {
  display: none;
}

.thirdbox img {
  margin: 0 0 20px 0;
}
section#forth {
  width: 100%;
  height: 200px;
  background-image: url(../img/topback-04.jpg);
  background-position: center center;
  background-size: cover;
}
section#forth h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 10px;
  /*width: 497px;
	margin: 0 auto;
	padding: 40px 0 20px 0;*/
}
section#topinfo {
  width: 80%;
  margin: 80px auto;
}
section#topinfo h4 {
  width: 243px;
  margin: 0 auto;
}
section#topinfo table {
  width: 80%;
  margin: 20px auto;
}
section#topinfo table th {
  padding: 5px;
  font-size: 16px;
  width: 20%;
  box-sizing: border-box;
  color: #ef886c;
}
section#topinfo table td {
  padding: 5px;
  font-size: 16px;
  width: 80%;
  box-sizing: border-box;
}
section#fifth {
  width: 100%;
  height: auto;
  font-size: 0;
  margin-top: 40px;
}
.shopbox {
  width: 33%;
  height: 250px;
  display: inline-block;
}
.shopbox:nth-of-type(1) {
  background-image: url(../img/topback-05.jpg);
  background-position: center center;
  background-size: cover;
}
.shopbox:nth-of-type(2) {
  width: 34%;
  vertical-align: top;
}
#shopp {
  width: 70%;
  margin: 30px auto;
}
.shopbox:nth-of-type(3) {
  background-image: url(../img/topback-06.jpg);
  background-position: center center;
  background-size: cover;
}

/*タブレット==========================================================================================================*/
@media screen and (max-width: 840px) {
  #topicon {
    width: 80%;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
  }
  #mainbox {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 10;
  }
  #pagetop {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
  }
  .slider_css {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .slider_css ul li:nth-child(1) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(2) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(3) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(4) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(5) {
    background-size: cover;
  }
  .slider_css ul li img {
    width: 130%;
  }
  .slider_css ul li .center_txt {
    right: 60%;
    bottom: 20%;
    transform: translate(50%, 50%);
    font-size: calc(30 / 840 * 100vw);
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3) !important;
  }

  .button {
    display: inline-block;
    width: 50%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    margin: 0 25%;
    box-sizing: border-box;
  }
  .button2 {
    display: inline-block;
    width: 50%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    margin: 0 25%;
    box-sizing: border-box;
  }
  #first {
    padding: 30px 0 0 0;
    background: url(../img/topback-01.png) left top no-repeat, url(../img/topback-02.png) right bottom no-repeat;
  }
  #first p {
    padding: 0 0 20px 0;
    font-size: 14px;
    width: 94%;
    margin: 0 auto;
  }
  span.name {
    color: #db8070;
    font-weight: bold;
  }
  section#second {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #secondbox {
    overflow: hidden;
  }
  #roaster {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  #probat {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  section#second h3 {
    width: 40%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
  }
  section#second p {
    padding: 0 0 20px 0;
  }
  #secondlink {
    width: 100%;
    height: 200px;
    background-image: url(../img/topback-03.jpg);
    background-position: center center;
    background-size: cover;
  }
  #secondlink .button {
    margin: 80px 15% 0 15%;
  }
  section#third {
    width: 100%;
    margin-bottom: 12%;
  }
  .thirdbox {
    width: 30%;
    display: inline-block;
    margin: 0 0 30px 0;
  }
  .thirdbox:nth-of-type(2) {
    margin: 0 5%;
  }
  .thirdbox img {
    margin: 0 0 20px 0;
  }
  section#forth {
    width: 100%;
    height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section#forth h4 {
    width: 60%;
    margin: 0 auto;
    padding-top: 0;
  }
  section#topinfo {
    width: 94%;
    margin: 50px auto;
  }
  section#topinfo h4 {
    width: 30%;
    margin: 0 auto;
  }
  section#topinfo table {
    width: 100%;
    margin: 20px auto;
  }
  section#topinfo table th {
    padding: 5px;
    font-size: 14px;
    width: 20%;
    box-sizing: border-box;
    color: #ef886c;
  }
  section#topinfo table td {
    padding: 5px;
    font-size: 16px;
    width: 80%;
    box-sizing: border-box;
  }
  section#fifth {
    width: 100%;
    margin-top: 16%;
  }
  .shopbox {
    width: 100%;
    height: 100px;
    display: inline-block;
  }
  .shopbox:nth-of-type(1) {
    background-image: url(../img/topback-05.jpg);
    background-position: center center;
    background-size: cover;
  }
  .shopbox:nth-of-type(2) {
    width: 100%;
    vertical-align: top;
    height: auto;
    padding: 0 0 20px 0;
  }
  #shopp {
    width: 44%;
    margin: 15px auto;
  }
  .shopbox:nth-of-type(3) {
    background-image: url(../img/topback-06.jpg);
    background-position: center center;
    background-size: cover;
  }
}

/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
  #topicon {
    width: 80%;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
  }
  header.top_header #mainbox {
    height: auto;
    margin-top: 0;
  }
  #mainbox {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 10;
  }
  #pagetop {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
  }
  .slider_css {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .slider_css ul li:nth-child(1) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(2) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(3) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(4) {
    background-size: cover;
  }
  .slider_css ul li:nth-child(5) {
    background-size: cover;
  }
  .slider_css ul li img {
    width: 130%;
  }
  .button {
    display: inline-block;
    width: 70%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    margin: 0 15%;
    box-sizing: border-box;
  }
  .button2 {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    outline: none;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.8em 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }
  #first {
    padding: 30px 0 0 0;
    background: url(../img/topback-01.png) left top no-repeat, url(../img/topback-02.png) right bottom no-repeat;
  }
  #first p {
    padding: 0 0 20px 0;
    font-size: 14px;
    width: 94%;
    margin: 0 auto;
  }
  span.name {
    color: #db8070;
    font-weight: bold;
  }
  section#second {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #secondbox {
    overflow: hidden;
  }
  #roaster {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  #probat {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  section#second h3 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  section#second h3 {
    text-align: center;
    margin: 30px 0 0 0;
  }
  section#second p {
    padding: 0 0 20px 0;
  }
  #secondlink {
    width: 100%;
    height: 200px;
    background-image: url(../img/topback-03.jpg);
    background-position: center center;
    background-size: cover;
  }
  #secondlink .button {
    margin: 80px 15% 0 15%;
  }
  section#third {
    width: 100%;
  }
  #third .bnr_cn {
    margin-bottom: 10%;
  }
  section#third ul {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  section#third ul li {
    width: 48%;
    margin-bottom: 8%;
  }
  section#third ul li.shop_none {
    display: block;
    background-color: #ed866c;
  }
  .thirdbox {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
  }
  .thirdbox:nth-of-type(2) {
    margin: 0 0 30px 0;
  }
  .thirdbox img {
    margin: 0 0 20px 0;
  }
  section#forth {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  section#forth h4 {
    width: 90%;
  }
  section#topinfo {
    width: 94%;
    margin: 50px auto;
  }
  section#topinfo h4 {
    width: 70%;
    margin: 0 auto;
  }
  section#topinfo table {
    width: 100%;
    margin: 20px auto;
  }
  section#topinfo table th {
    padding: 5px;
    font-size: 14px;
    width: 20%;
    box-sizing: border-box;
    color: #ef886c;
  }
  section#topinfo table td {
    padding: 5px;
    font-size: 16px;
    width: 80%;
    box-sizing: border-box;
  }
  section#fifth {
  }
  .shopbox {
    width: 100%;
    height: 100px;
    display: inline-block;
  }
  .shopbox:nth-of-type(1) {
    background-image: url(../img/topback-05.jpg);
    background-position: center center;
    background-size: cover;
  }
  .shopbox:nth-of-type(2) {
    width: 100%;
    vertical-align: top;
    height: auto;
    padding: 0 0 20px 0;
  }
  #shopp {
    width: 80%;
    margin: 15px auto;
  }
  .shopbox:nth-of-type(3) {
    background-image: url(../img/topback-06.jpg);
    background-position: center center;
    background-size: cover;
  }
}
