@charset "utf-8";@charset "UTF-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}


.box1 {
    padding-top: 8%;
}

.box2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

/* ボタン*/
.border {
    border: solid 0.5px;
    background-color: #000;
    margin: 0 auto;
    padding: 0% 1.5% 0% 1.5%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.12em;
    border-radius: 4px;
}

/* テキスト */

.text01 {
    font-size: 0.9em;
    font-weight: nomal;
    line-height: 25px;
    width: 90%;
    margin: 0% auto;
    text-align: left;
}


section {
  max-width: 310px;
  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: "Playfair Display", serif;
}

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;
}

.containermar0204 {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr;
    grid-template-rows: 0.3fr 0.1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "photoimage01 photoimage02"
        "imegetext01 imagetext02";
    justify-content: center;
    padding-bottom: 5%;
}

.photoimage01 { grid-area: photoimage01; }

.imegetext01 { grid-area: imegetext01; 
    font-size: 0.9em;
    line-height: 25px;
    width: 90%;
    margin: 0% auto;
    text-align:center;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
}

.photoimage02 { grid-area: photoimage02; }

.imagetext02 { grid-area: imagetext02; 
    font-size: 0.9em;
    line-height: 25px;
    width: 90%;
    margin: 0% auto;
    text-align:center;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
section {
  max-width: 300px;
  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: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Playfair Display", serif;
}

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;
}
}
@media (max-width: 1024px) {
    .containermar0204 {
        display: grid;
        grid-template-columns: 0.5fr 0.5fr;
        grid-template-rows: 0.5fr 0.2fr;
        gap: 10px 10px;
        grid-auto-flow: row;
        grid-template-areas:
        "photoimage01 photoimage02"
        "imegetext01 imagetext02";
        justify-content: center;
        padding-bottom: 5%;
    }
}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {
section {
  max-width: 310px;
  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: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Playfair Display", serif;
}
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;
}

.box1 {
    padding-top: 15%;
}

.box2 {
    padding-top: 5%;
    padding-bottom: 20%;
}

.containermar0204 {
    display: block;
}

.imegetext01 {
    grid-area: imegetext01;
    font-size: 1.0em;
    line-height: 23px;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
    padding-top:5%;
    padding-bottom: 10%;
}

.imagetext02 {
    grid-area: imagetext02;
    font-size: 1.0em;
    line-height: 23px;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
    padding-top:5%;
    padding-bottom: 10%;
}
}