@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
*{
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
header h1,
.profile
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
header{
  max-width: 100%;
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}





h2 {
  font-size: 20px;

  margin-bottom: 20px;
  text-align: center;
}


 

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  color: #604c60;
  background: #fbedd9;
  box-sizing: border-box;
  margin-bottom: 0;

  
}

header .inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
 /* text-align: center;*/
}

.logo {
  position: relative;
  margin: 0 0 0px 0;
  padding: 1em 0 0.5em 0;
  width: 300px;
  font-weight: bold;
  font-family: 'Cherry Swash', cursive;
  font-size: 38px;
}
.logoand{
  display:block;
  margin-bottom: 20px;
}


header h1{
  font-size: 17px;
}

header .navi {
   padding: 1em 0em 0.5em 30em;
   margin-left: 50px;
   font-size: 14px;
   font-weight: bold;
   font-family: 'Sawarabi Mincho', sans-serif;
   display: flex;
   list-style: none;
   text-align: right;
}



header .navi li {
  margin: 40px 0 15px 60px;
  text-align: right;
}



header .navi li a {
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #564258;
  font-size: 17px;
  text-align: right;
  margin-left: auto;
}
header p{
  text-align: right;
}



p {
font-size: 16px;
padding-bottom: 5px;
}

header .navi li a:hover {
  text-decoration: underline;
}

/* layout */

body {
  margin: 0;
  padding: 0;
}

#main {
  height: 3000px;
}




.kakomi{
  display: flex;
}


main{
  width: 80%;
}

aside{
  width: 20%;
  height: auto;
  background-color: #f3dbdb;

}


body {
  margin: 0;

  background-color: rgb(252, 229, 247);

}

:target img {
  width: 100px;

}

h1 {
  color: rgb(110, 103, 110);
  text-align: center;
font-family: 'Courier New', Courier, monospace;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 20px;
}


.slider {
  margin-top: 50px;
}

.slider img {
  width: 100%;
height: 100%;
}


.syoukai {
  flex: 1 1 45%;
  line-height: 1.5;
  font-size: 15px;
  text-align: center;
  margin: 1em;
  padding: 2em;
  color: #555555;
  /* 文字色 */
  background-color: #f5efef;
  /* 背景色 */
  box-shadow: 0 0 10px 10px #f3dbdb;
  /* 影 */
}



.syoukai ul {
  display: flex ;
  justify-content: space-around;

}

.txt{
  line-height: 1.5;
  font-size: 15px;
}

.txt p{
  text-align: center;
}


.bag{
  background: #fff;
  margin: 3em auto;

}
.syurui{
  display: inline-flex;
}
.or h1{
  font-size: 20px;
justify-content: center;
}
.naiyou{
  line-height: 1.5;
  font-size: 15px;
  color: #555555;
  padding: 1em 1em;
  margin: 2em 1em;
  background: #fff;
  border: solid 1px #381b52;
  border-radius: 10px;
  text-align: center;
}

.syurui h2{
  background: linear-gradient(transparent 80%,pink 70%);
}

.container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.item h1 {
  margin-top: 0;
}

.item {
  margin: 20px auto 10px;
}

.item img {
  margin: 0;
  max-width: 90%;
  text-align: center;
}

.item p {
  margin: 10px;
}


.text a:hover {
  text-decoration: underline;

}


.btn {
  background-color: #c5588d;
  /* 背景色 */
  color: white;
  /* 文字色 */
  padding: 2px 20px;
  /* パディング */
  text-align: center;
  /* 文字のアライメント */
  text-decoration: none;
  /* 文字装飾 */
  display: inline-block;
  /* ボタンの表示方法 */
  font-size: 16px;
  /* フォントサイズ */
  font-family: Arial, sans-serif;
  /* フォント */
  margin: 4px 2px;
  /* 外側の余白 */
  cursor: pointer;
  /* カーソル */
  border: none;
  /* ボーダーなし */
  border-radius: 5px;
  /* ボーダーの角丸 */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


/* 大枠ボックス */
.layer {
  position: relative;
  margin: 100px auto 100px auto;
  text-align: center;
}



/* 背景画像の読み込み */
.layer-bg {
  background: url(ステージ.jpg) no-repeat;
  height: 400px;
  background-size: 100%;
  opacity: 80%;
}

/* 重ねるボックスの設定 */
.layer-in {
  position: absolute;
  top: 5em;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 100px auto 100px auto;

}

/* 重ねる文字の基本設定 */
.layer-txt {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10);
  color: #5b2424;
  line-height: 1.5;
  margin: 20px 200px;

}

.layer-txt h1 {
  color: #f1f0f0;

}

.layer-txt p {
  color: #f1f0f0;
  background-color: rgba(64, 14, 28, 0.5);
  font-size: 15px;

}


.btn2 {
  color: #f4f3f3;
  background-color: #381a1a;
  border-radius: 5px;
  /* ボーダーの角丸 */
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);

}






.profile {

  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  margin: 4em auto 3em auto;
  padding: auto;
  padding-bottom: 20px;
  width: 100%;
  color: #555555;
  /* 文字色 */
  background-color: #f5efef;
  /* 背景色 */
  box-shadow: 0 0 10px 10px #f3dbdb;
  /* 影 */
}




footer {
  background-color: #f3dbdb;
  width: 100%;
  height: 50px;
}

aside ul {
  text-align: center;
}

aside li {
  margin: 30px auto 30px auto;
}



/* SP向けの設定 */
@media screen and (max-width: 500px) {


 html { width: 100%;
 }
 
.aside {
  order: 2;
}

 .inner {
  display: block;       /* flex ではなくブロックに */
  width: 100%;          /* 親に合わせる */
  text-align: center;   /* 中の文字や画像を中央揃え */
  margin: 0 auto;
}

.inner img {
  width: 50px;          /* 必要に応じて調整 */
  height: auto;         /* 縦横比を保持 */
  display: inline-block; /* テキストと同じように中央揃え */
  margin: 0 auto;
}

.inner p {
  width: 100%;
  text-align: center;
  margin: 0.5em 0;
}



/* syoukai ul の横並び解除 */
.syoukai ul {
  display: block;
  text-align: center;
}



/* li の横幅調整と flex 打ち消し */
.syoukai li {
  display: block ;
  width: 80% !important;
  flex: none !important;
  margin: 0.5em 0 !important; /* 上下の余白を小さく */
  padding: 2em !important;  /* 内側の余白を少し小さく */
  text-align: center;
}

/* syoukai 自身の幅調整 */
.syoukai {
  width: 80% !important;       /* 親幅を少し狭める */
  margin: 2em auto !important; /* 上下マージンを調整 */
  text-align: center;          /* 中の文字を中央揃え */
}




  /*ナビリンクを小さくできる*/

  header {
    margin: 0;
    padding: 0;
    position: sticky;
    z-index: 999;
    max-width: 100%;
    left: 0;
    right: 0;
  }


  .logo {
    font-size: 30px;
   text-align: center;
   width: 100%;
   padding: 10px;
  
  }

  
  .logoand{
    font-size: 12px;
    text-align: center;
    margin-bottom:0PX;
    margin-left: 0px;
   padding-right: 0;
   font-family: 'Courier New', Courier, monospace;
  }

 
 nav{
  width: 100%;
 }
 

 
  .oowaku{
    width: 100%;
  
  }

  header .inner {
 
    display: block;
   width: 100%;
   left: 0;
   right: 0;
   margin-bottom: 0;
   
  }

  header .navi{
  margin: 0;
 text-align: center;
 padding: 0em 0 0em 0;
 width: 100%;


  }


 header .navi li a{

  font-size: 14px;
 display: flex;
 margin-bottom: 0px;
 text-align: center;
 box-sizing: border-box;

 }

 header .navi li {
  margin: 20px auto 10px auto;
  text-align: center;
  white-space: nowrap;
 }

 .inner {
  text-align: center;
 }

 .inner img{
  width: 50px;
  
 }

  .inner p {
    width: 100%;
    font-size: 15PX;
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5em;
  }

  body {
    width: 100%;
    /*overflow: scroll;*/
  }

  .slider img {
    width: 100%;
    height: 100%;
  
  }

  
 .item .container{
  margin:2em auto 2em auto;
 }

  .item {
    margin-bottom: 60px;
  }

  .container {
    text-align: center;
    display: block;
 }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 19px;
  }

  main {width: 100%;
  }





  
  p{
    font-size: 13px;
  }

  

  .container{
    margin-bottom: 20px;
  }


  .layer-bg {
    height: 200px;
  }

  .layer-in {
    width: 300px;
    height: 70px;
    margin: 0 auto;
  }

  .layer-txt {

    font-size: 1.4rem;
  }

  .layer-txt h1 {
    margin-top: 0;

  }

  .bag{
    background: #fff;
    margin: 2em auto;
  }
  
  .syurui{
    display: block;
   background: #fff;
  
  }
  
  .naiyou{
    line-height: 1.5;
    font-size: 13px;
    color: #555555;
    padding: 1em 1em;
    margin: 2em 1em;
    background: #fff;
    border: solid 1px #381b52;
    border-radius: 8px;
    text-align: center;
    width: 100%;
  }
  
  .syurui h2{
    background: linear-gradient(transparent 90%,pink 70%);
  }

 aside {
   text-align: center;
  }


 aside img {
  width: 70px;
  height: 70px;
}

 aside ul {
  display: flex;
 }




  /* PC向けの設定 */
  /*@media screen and (min-width: 601px) {

 .layer-bg{
    height: 500px;
  }
  .layer-in{
    width:500px;
    height: 80px;
  }
  .layer-txt{
    font-size: 20px;}
  }*/

  /* 大枠ボックス */
  .layer {
    position: relative;
    margin: 40px auto auto;
    text-align: center;
  }



  /* 背景画像の読み込み */
  .layer-bg {
    background: url(ステージ.jpg) no-repeat 0 0;
    background-size: 100%;
    opacity: 80%;
  }

  /* 重ねるボックスの設定 */
  .layer-in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20px auto auto auto;

  }

  /* 重ねる文字の基本設定 */
  .layer-txt {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10);
    color: #5b2424;
    line-height: 1.3;
    margin-bottom: 20px;

  }

  .layer-txt h1 {
    color: #f1f0f0;
    font-size: 20px;

  }

  .layer-txt p {
    color: #f1f0f0;
    background-color: rgba(64, 14, 28, 0.5);
    font-size: 15px;
  }


  .btn2 {
    color: #f4f3f3;
    background-color: #381a1a;
    border-radius: 5px;
    /* ボーダーの角丸 */
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
  }

  .profile h1 {
    font-size: 20px;
  }

  .profile {

    line-height: 1.2;
    font-size: 10px;
    text-align: center;
    margin: 4em 0 3em 0;
    padding-bottom: 20px;
        color: #555555;
    /* 文字色 */
    background-color: #f5efef;
    /* 背景色 */
    box-shadow: 0 0 10px 10px #f3dbdb;
    /* 影 */
  }
.sns {
  display: block
}

  footer {
    background-color: #f3dbdb;
    width: 100%;
    height: 20px;
    font-size: 10px;
  }


}
