@charset "utf-8";@charset "UTF-8";
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

.box {
   padding-top:5%;
}

.box2 {
   text-align:center;
   padding-top:5%;
   padding-bottom:5%;
}

.box3 {
   padding-top:5%;
   padding-bottom:5%;
}

/* ライン */
.line2000 {
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 5px;
    border-top: 2px solid #DDDDDD;
}

/* ボタン*/

.border {
    border: solid 0.5px;
    /* background-color: #fff; */
    margin: 0 auto;
    padding: 0% 2% 0% 2%;
    font-size: 0.9em;
    /* color: #000000; */
}

/* テキスト */

.text01 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 25px;
  width: 60%;
  margin: 0% auto;
  text-align:center;
  padding:2%;
}


.font01 {
  font-size: 1.5em;
  font-weight: bold;
  text-align:center;
  font-family: 'Baskerville PT', serif;
}


section {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom:3%;
}

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.2em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: 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;
}

.containermar0203 {
    display: grid;
    grid-template-columns: 0.4fr 0.4fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photoimage01 photoimage02";
    margin-bottom: 3%;
}
.photoimage01 { grid-area: photoimage01; }

.photoimage02 { grid-area: photoimage02; }

}
/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
section {
  max-width: 300px;
  margin: 0 auto;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width:430px) {
section {
  max-width: 300px;
  margin: 0 auto;
}

.box {
        padding-top: 8%;
        padding-bottom: 15%;
}

.box2 {
   padding-top:10%;
   padding-bottom:12%;
}

.containermar0203 {
    display:contents;
    align-content: center;
}
.photoimage01 {
    grid-area: photoimage01;
    padding: 1% 0% 1% 0%;
}
.photoimage02 {
    grid-area: photoimage02;
    padding: 1% 0% 1% 0%;
}
}