@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;
}

.box {
    padding-top: 10%;
    padding-bottom: 5%;
    margin: 0 auto;
    text-align: center;
    max-width: 520px;
}

.box2 {
    padding-top: 3%;
    padding-bottom: 3%;
    margin:0 auto;
    text-align:center;
}

.box3 {
    padding-top: 3%;
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
    min-width: 280px;
}

/* ボタン*/

.border {
    border: solid 0.5px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0% 0.3% 0% 0.3%;
    font-size: 0.9em;
    color: #000000;
}

/* テキスト */

.text01 {
  font-size: 1.2em;
  line-height: 26px;
  width: 90%;
  margin: 0% auto;
  text-align:center;
  color: #000;
  margin-bottom:8%;
  font-family: "Zen Old Mincho", serif;
}

.text02 {
    font-size: 1.2em;
    line-height: 26px;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    color: #000;
    margin-bottom: 1%;
    font-family: "Zen Old Mincho", serif;
}

.font01 {
    font-size: 2.0em;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 7%;
    color: #000;
}

.font02 {
    font-size: 3.2em;
    text-align: center;
    color: #d3a200;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
}

.font03 {
    font-size: 1.8em;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    padding-top: 3%;
    color: #d3a200;
    padding-bottom: 2%;
}

.font04 {
    font-size: 1.5em;
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin-top: 8%;
    letter-spacing: 1.8px;
}

section {
  max-width: 300px;
  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: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: "Zen Old Mincho", 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;
}


/* メニュー */

.container1115 {  display: grid;
  grid-template-columns: 0.5fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  justify-items: center;
  grid-template-areas:
    "btn1"
    "btn2"
    "btn3"
    "btn4";
  margin-bottom:10%;
}

.btn1 { grid-area: btn1; 
  width:85%;
}

.btn2 { grid-area: btn2; 
  width:85%;
}

.btn3 { grid-area: btn3;  
 width:85%;
}

.btn4 { grid-area: btn4; 
  width:85%;
}

/* アイテム1スタイル */
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    gap: 10px;
    justify-items: center;
    justify-content: center;
    margin-top: 3%;
}

/* スタイル */

.container911 {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 0.3fr 0.3fr;
    gap: 5px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    grid-template-areas:
        "photo10"
        "dec10";
    margin-top: 5%;
}

.photo10 { grid-area: photo10;
  margin: 0% auto;
}

.dec10 {
    grid-area: dec10;
    font-size: 1.0em;
    font-weight: inherit;
    line-height: 25px;
    width: 90%;
    margin: 0% auto;
    font-family: "Zen Old Mincho", serif;
    padding: 2%;
    color: white;
}

/* クレジット詳細 */

.container9 {
    display: grid;
    grid-template-columns: 0.3fr 2.0fr;
    grid-template-rows: 0.3fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}

.photo20 { grid-area: photo20; }

.details {
    grid-area: details;
    font-size: 1.1em;
    line-height: 20px;
    width: 100%;
    color: black;
    font-family: "Scheherazade New", serif;
    font-weight: 400;
    font-style: normal;
}

summary {
    position: relative;
    display: block;
    padding-top: 3%;
    cursor: pointer;
    color: black;
    font-size: 1.4em;
    font-family: "Roboto", sans-serif;
    padding-bottom: 5%;
}

summary::-webkit-details-marker {
  display: none;
}
/* オープン時 */
details[open] summary::after {
  transform: rotate(90deg);
  left: 6px;
  top: 2px;
}

/* イベント情報 */
.parent03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(0, 1fr);
    gap: 10px;
    justify-items: center;
    justify-content: center;
} 
}
/*===============================================
tablet
===============================================*/
@media (max-width:1024px) {
 
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;
}

a.btn_02:hover {
  background: #000;
  color: #000;
}

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;
}

.container1115 {
    display: grid;
    grid-template-columns: 0.8fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "btn1"
        "btn2"
        "btn3"
        "btn4";
    margin-bottom: 10%;
}
}
@media (max-width:768px) {
.container911 {
        display: grid;
        grid-template-columns: 0.6fr;
        grid-template-rows: 0.6fr 0.3fr;
        gap: 10px;
        grid-auto-flow: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        grid-template-areas:
        "photo10"
        "dec10";
        margin-top: 8%;
    }

.details {
    grid-area: details;
    font-size: 1.0em;
    line-height: 18px;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
}
.container1115 {
    display: grid;
    grid-template-columns: 0.8fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "btn1"
        "btn2"
        "btn3"
        "btn4";
    margin-bottom: 10%;
}
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.5fr);
    gap: 10px;
    justify-items: center;
    justify-content: center;
    margin-top: 3%;
}
.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 0.5fr);
    grid-template-rows: repeat(0, 1fr);
    gap: 10px;
    justify-items: center;
    justify-content: center;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {
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;
}

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;
}

.container911 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.8fr 0.1fr;
        gap: 10px 10px;
        grid-auto-flow: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        grid-template-areas:
        "photo10"
        "dec10";
        margin-top: 10%;
}

.container9 {
    display: grid;
    grid-template-columns: 0.3fr 1.8fr;
    grid-template-rows: 0.3fr;
    gap: 5px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}

.details {
    grid-area: details;
    font-size: 1.0em;
    line-height: 18px;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
}

/* メニュー */

.container1115 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  justify-items: center;
  grid-template-areas:
    "btn1"
    "btn2"
    "btn3"
    "btn4";
  margin-bottom:10%;
}

.btn1 { grid-area: btn1; 
  width:110%;
}

.btn2 { grid-area: btn2; 
  width:110%;
}

.btn3 { grid-area: btn3;  
 width:110%;
}

.btn4 { grid-area: btn4; 
  width:110%;
}

.text01 {
        font-size: 1.1em;
        line-height: 26px;
        width: 95%;
        margin: 0% auto;
        text-align: center;
        color: #000;
        margin-bottom: 15%;
        font-family: "Zen Old Mincho", serif;
}

.font01 {
    font-size: 1.6em;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 7%;
    color: #000;
    padding-bottom: 3%;
}
.box2 {
    padding-top: 8%;
    padding-bottom: 15%;
    margin: 0 auto;
    text-align: center;
}
.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    justify-items: center;
    justify-content: center;
    margin-top: 3%;
}
.text02 {
    font-size: 1.0em;
    line-height: 26px;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    color: #000;
    margin-bottom: 1%;
    font-family: "Zen Old Mincho", serif;
}
}
@media (max-width: 320px) {

.container9 {
    display: grid;
    grid-template-columns: 0.4fr 1.8fr;
    grid-template-rows: 0.4fr;
    gap: 5px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}
}