@charset "utf-8";@charset "UTF-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}


/*-------------------------------------------------------------------
scroll_up ｜下から上へ出現
-------------------------------------------------------------------*/
.scroll_up {
  transition: 1.2s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*-------------------------------------------------------------------
scroll_left ｜左から出現
-------------------------------------------------------------------*/
.scroll_left {
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    transform: translateX(-100px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}



.image img {
	display: block;
	width: 100%;
	height: auto;
}

section {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 5%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* 余白*/

.spece2 {
 padding-top:1%;
 text-align:center;
}

/* フォントサイズ*/

.text01 {
    font-size: 1.3em;
    line-height: 26px;
    width: 80%;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin: 0 auto;
    padding-bottom: 1%;
}

.text03 {
  font-size: 18px;
  line-height: 20px;
  width: 90%;
  margin: 0% auto;
  text-align:center;
  padding-top:5%;
}


/* レイアウト */
.container {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-bottom: 5%;
}

.image-box {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.image-box img {
  width: 100%;
  display: block;
}

.image-box img:hover {
    filter: brightness(80%);
}

.plus-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    transition: background 0.2s;
    z-index: 1;
}

.plus-icon:hover {
  color: #fff;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 834px) {
section {
  max-width: 320px;
  margin: 0 auto;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.0em;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.image-box {
    position: relative;
    width: 100%;
    max-width: 320px;
}
}

.text03 {
  font-size: 16px;
  line-height: 20px;
  width: 90%;
  margin: 0% auto;
  text-align:center;
  padding-top:5%;
}

/*===============================================
SMP
===============================================*/
@media (max-width: 425px) {

section {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 8%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.sma{
    display: none;
}

.image-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3%;
}

.plus-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    transition: background 0.2s;
    z-index: 1;
}
}
@media (max-width: 320px) {

}
}


.text01 {
    font-size: 1.3em;
    line-height: 26px;
    width: 90%;
    text-align: center;
    font-family: "Playfair Display", serif;
    margin: 0 auto;
    padding-bottom: 0%;
}

.text03 {
  font-size: 16px;
  line-height: 20px;
  width: 90%;
  margin: 0% auto;
  text-align:center;
  padding-top:5%;
}