/*
タイトルの文字色 #204080
ボタンの背景 245,133,36 : #F58524
*/

@charset "utf-8";

.page-top1 {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: url(./back04.png);
  background-size: cover;
  background-position: center center;
  /*background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
}

.page-top2 {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-image: url(./back2.png);
  background-size: cover;
  background-position: center center;
}

.page-top-logo {
  text-align: center;
  width: 150px;
  height: 150px;
}
@media only screen and (min-width:1024px) {
  .page-top-logo {
    text-align: center;
    width: 200px;
    height: 200px;
  }
}

.page-top-string1 {
  font-size: 3.0em;
  /*font-family: serif;
  font-weight: bold;*/
  font-family: 'Coda Caption', sans-serif;
  font-weight: 800;
  /*font-family: 'Khula', sans-serif;
  font-weight: 800;*/
  text-align: center;
  color: #204080;
  line-height: 130%;
  /*text-shadow: 1px   0  0 #441144,
                 0  1px 0 #441144,
              -1px   0  0 #441144,
                 0 -1px 0 #441144;*/
}
/*
.page-top-string2 {
  font-size: 52px;
  font-family: serif;
  text-align: center;
  font-weight: bold;
  color: #FF3eFF;
  text-shadow: 1px   0  0 #221144,
                 0  1px 0 #221144,
              -1px   0  0 #221144,
                 0 -1px 0 #221144;
}
*/
.page-top-string2 {
  font-size: 34px;
  font-family: 'Kosugi', serif;
  font-weight: 400;
  text-align: center;
  color: #666;
  line-height: 0%;
}

.page-title-container {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  /*gap: 10px;*/
  margin-left: 0;
  margin-right: 0;
}

.page-title-box1 {
  /*padding: 6px;*/
  margin-top: -0px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 2.0em;
  font-family: 'Kosugi', serif;
  font-weight: 800;
  color: #C94;
  line-height: 120%;
  position: relative;
  text-shadow: 1px   0  0 #500,
                0  1px 0 #500,
              -1px   0  0 #500,
                0 -1px 0 #500;
}
@media only screen and (min-width:1024px) {
  .page-title-box1 {
    padding: 6px;
    margin-top: -0px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 2.4em;
    font-family: 'Kosugi', serif;
    font-weight: 800;
    color: #C94;
    line-height: 120%;
    position: relative;
    text-shadow: 1px   0  0 #500,
                  0  1px 0 #500,
                -1px   0  0 #500,
                  0 -1px 0 #500;
  }
}

.page-title-box1-pos {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.page-title-box2 {
  padding: 6px;
  margin-top: -0px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 10em;
  font-family: 'Kosugi', serif;
  font-weight: 800;
  color: #F51;
  line-height: 0.5em;
}

.page-top-string3 {
  font-size: 34px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px   0  0 #000044;
}

.box-introduction {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.box-introduction-contents {
  text-align: center;
  width: 42%;
}

.block-artist-title {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  /*font-family: serif;
  font-weight: bold;*/
  font-family: 'Kosugi', serif;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 1px   0  0 #000044;
  border-radius:12px 0 12px 0;
  background-color: #AA22FF;
  line-height: 150%;
}
.block-artist-contents {
  margin-left: 6%;
  margin-right: 6%;
  border-radius:12px;
  background-color:rgba(255,255,255,0.8);
  font-size: 1.2em;
  font-family: 'Kosugi', serif;
  font-weight: 600;
  color: #000000;
  line-height: 2.0em;
}

.block-restaurant-title {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  /*font-family: serif;
  font-weight: bold;*/
  font-family: 'Kosugi', serif;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 1px   0  0 #000044;
  border-radius:12px 0 12px 0;
  background-color: #AA22FF;
  line-height: 150%;
}
.block-restaurant-contents {
  margin-left: 6%;
  margin-right: 6%;
  border-radius:12px;
  background-color:rgba(255,255,255,0.8);
  font-size: 1.2em;
  font-family: 'Kosugi', serif;
  font-weight: 600;
  color: #000;
  line-height: 2.0em;
}

.page-top-string4 {
  padding: 4px;
  font-size: 1.8em;
  font-family: 'Kosugi', serif;
  font-weight: 400;
  text-align: center;
  /*color: #B83;*/
  color: #202060;
  /*text-shadow: 1px   0  0 #000044;*/
  /*border-bottom: solid 5px #006666;*/
  border-bottom: solid 4px #F58524;
  background-color:rgba(255,255,255,0.8);
}

.block-artist-contents2 {
  margin-left: 10%;
  margin-right: 10%;
  border-radius:16px;
  background-color:rgba(255,255,255,0.8);
  font-size: 1.3em;
  font-family: 'Kosugi', serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.0em;
}
.block-restaurant-contents2 {
  margin-left: 10%;
  margin-right: 10%;
  border-radius:16px;
  background-color:rgba(255,255,255,0.8);
  font-size: 1.3em;
  font-family: 'Kosugi', serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.0em;
}

.btn-contact {
  font-size: 1.2em;
  margin: 0 auto;
  width: 50%;
  height: 60px;
  color: #202060;
  background-color: #F58524;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-contact a {
  text-decoration: none;
}

.bottom-area {
  opacity: 0.9;
  position: relative;
}
.page-top-string5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.2em;
  /*font-family: serif;*/
  font-family: 'Coda Caption', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #103070;
}

