@charset "utf-8";

/*フォント読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&family=BIZ+UDPMincho&display=swap');

body {
line-height: 200%;
font-size: medium;
background: #282c33;
color: #c0c6c9;
overflow-x: hidden;
}

body:after {
position: fixed;
top: 0;
left: 0;
width: 100%;
height:100%;
content: "";
background: linear-gradient(#282c33, #1F2326)fixed;
z-index: -1;

}


a {
text-decoration: none;
color: #52A5B9;
-webkit-transition: 0.5s;
transition: 0.5s;
}

.text_c {
text-align : center;
margin: 0 auto;
max-width: 950px;

}

.text_c a:hover {
opacity: 0.5;
}

.lb-outerContainer,
.lb-image {
  border: none !important;
  box-shadow: none !important;
  background-color: #282c33 !important;
  box-shadow: none !important;
}

/* オーバーレイ背景（全画面の暗幕） */
.lb-overlay {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
/* キャプションやナビゲーション部分もダークに */
.lb-dataContainer,
.lb-data {
  background-color: #282c33 !important;
  color: #eee !important;
}


/* ローディングのときのスピナー背景も黒に */
.lb-loader {
  background-color: #282c33 !important;
}


/*PC版表示*/
@media screen and (min-width: 1200px){
.moba{

display : none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #656d80;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #798399;
}



img {
border: 0;
max-width: 100%;
width: auto;
height: auto;
}

html, body {
width: 100%;
overflow-x: hidden;
}
.fade-in {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 10px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#main_top {
width: 100%;
height:100px;
position : relative;
top: 20px;
left: 400px;
padding-bottom: 20px;
}

.main {
max-width: 980px;
margin: 0 auto;
width: 100%;
height:100%;
min-height:100%;
padding-top: 2em;
padding-bottom: 4em;
}

.img_logo {
position: fixed;
}
h1 img {
max-width: 300px;
}
h1 {
margin: 0;
}

h1 a {
color: #dce2e6;
}

h1 a:hover {
opacity: 0.5;
}



h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
font-size: 23px;
  color: #fff;
padding-top: 12px;
padding-left: 40px;
background-image: url("../images/masute3.png");
background-repeat: no-repeat;
width: 732px;
height: 61px;
transform: rotate( -1deg );
}
h2 span {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
font-size: 18px;
padding-left: 15px;
}




h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
font-size: 23px;
  color: #282c33;
padding-top: 12px;
padding-left: 40px;
background-image: url("../images/masute2.png");
background-repeat: no-repeat;
width: 732px;
height: 61px;
transform: rotate( -1deg );
}
h3 span {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
font-size: 18px;
padding-left: 15px;
}


h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
font-size: 23px;
  color: #282620;
padding-top: 12px;
padding-left: 40px;
background-image: url("../images/masute.png");
background-repeat: no-repeat;
width: 732px;
height: 61px;
transform: rotate( -1deg );
}
h4 span {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
font-size: 18px;
padding-left: 15px;
}






.hr_bo {
border: none;
border-top: double 4px rgba(89,185,198,0.5);
width: 80%;
margin-top: 50px;
margin-bottom: 50px;
}

.button {
    display: flex;
margin: 50px 0 20px;
}

.button a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: solid 2px #52A5B9;
  background: #52A5B9;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
    width: 300px;
    padding: 10px 25px;
    color: #282c33;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: rgba(0,0,0,0.0);
  color: #E5AF4C;
}
.button a:hover:after {
  right: 1.4rem;
}


p:has(+ h3) {
padding-right: 10px;
padding-left: 10px;
padding-top: 30px;
margin-bottom: 100px;

}

p {
padding-right: 10px;
padding-left: 10px;
padding-top: 20px;
margin-bottom: 20px;

}

.jtag {
background: #a5a5a5;
line-height: 1.5;
padding: 5px 20px;
margin: 2px;
margin-bottom: 20px;
border-radius: 4px;
color: #060606;
float: left;
}
.text_red {
color: #ff6b6b;
}
.text_yellow {
color: #e6b422;
}




#link a {
border-bottom: solid 2px rgba(170,207,83,0.5);
color: #aacf53;
padding-bottom: 2px;
padding-right: 10px;
padding-left: 10px;
}

#link a:hover {
border-bottom: solid 2px rgba(170,207,83,0.3);
color: #aacf53;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0.5;

}


#back a {
border-bottom: solid 2px rgba(170,207,83,0.5);
color: #aacf53;
padding-bottom: 2px;
padding-right: 10px;
padding-left: 10px;
}

#back a:hover {
border-bottom: solid 2px rgba(170,207,83,0.3);
color: rgba(170,207,83,0.5);
-webkit-transition: 0.3s;
transition: 0.3s;

}




#pagetop {
position: fixed;
right: 20px;
bottom: 20px;
margin: 0;
padding: 10px;
}

#pagetop a {
position: relative;
display: flex;
width: 55px;
height: 55px;
justify-content: center;
background: #4E5A7D;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #cfd3e6;
align-items: center;
text-decoration: none;
font-size: 32px;
border-radius: 50%;
}
#pagetop a:hover {
	background: #cfd3e6;
	color: #4E5A7D;
}

#new {

padding-right: 160px;
padding-left: 110px;


}
#new dl {
margin: 0;
padding: 0;
max-height:160px;
overflow: auto;
background: rgba(73,79,92,0.4);
}

#new dt {
float: left;
margin-left: 10px;
font-weight: bold;
padding: 10px 0 10px 0;
color: #cfd9ab;

}

#new dd {
margin: 0;
padding: 10px 15px 10px 120px;
border-bottom: 1px dotted #8da0b6;
width: 75%;
}


.menu {
z-index: 5;
position: fixed;
border-top: 4px double rgba(207,217,171,0.3);
border-bottom: 4px double rgba(207,217,171,0.3);
display : block;
background: #282c33;
}

.menu ul {
list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
padding: 0.5em 2em 0.5em 2em;
}

.menu a:hover {
opacity: 0.8;
background: #a1c3cc;
color: #282c33;
border-radius: 30px;
}

.menu ul li {
font-size: 18px;
font-weight: normal;
line-height: 1em;
display : inline-block;
}

.menu a {
padding: 5px 20px;
border-radius: 5px;

color: #a1c3cc;
}

.m_small {
  font-size: 0.8em 
}
#menu_c {
  margin-left: 15px;
}

.link_h {
border-left: 5px solid #ebbcd8;
color:#dce2e6;
padding-top:12px;
padding-bottom:12px;
padding-left:10px;
margin-left: 60px;
  background: -webkit-linear-gradient(to right, rgba(230,205,227,0.2) 50%, transparent);
  background: linear-gradient(to right, rgba(230,205,227,0.2) 50%, transparent);
}


.mr_font {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
}


/* ポラロイド写真 */
.polaroid-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.polaroid-wrapper a:hover {
opacity: 0.5;
}

.f_pol {
  margin-bottom: 70px; /* フレーム下の余白 */

}

.polaroid {
  background-color: #fff; /* フレームの色 */
  border: 1px solid #ccc; /* ボーダー */
  padding: 10px 5px 10px; /* フレームの内側の余白 */
  margin-right: 10px;
//  margin-bottom: 60px; /* フレーム下の余白 */
  box-shadow: 0 10px 8px -6px #000000; /* ポラロイドに影をつける */
  display: inline-block;
  width: 230px;
  box-sizing: border-box;
  position: relative; /* マスキングテープ用 */
}

.polaroid img {
  display: block;
  margin: 0 auto; /* 画像を中央寄せ */
max-width: 200px !important;
}
.polaroid-caption {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #757575; /* 文字色 */
  font-size: 16px; /* 文字サイズ */
  padding-top: 20px; /* 文字上の余白 */
  text-align: center; /* 文字を中央寄せ */
  line-height: 1.5; /* 文字の行間 */
}
.cap_en {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
  color: #757575; /* 文字色 */
  font-size: 16px; /* 文字サイズ */
  text-align: center; /* 文字を中央寄せ */
}

/* マスキングテープ */
.masking-tape {
  position: absolute;
  top: -20px; /* マステの上からの位置 */
  left: 30%; /* マステの左からの位置 */
  width: 100px; /* マステの幅 */
  height: 30px; /* マステの高さ */
  border-left: 2px dotted rgba(0,0,0,.1); /* マステの左のギザギザ */
  border-right: 2px dotted rgba(0,0,0,.1); /* マステの右のギザギザ */
  box-shadow: 0 0 5px rgba(0,0,0,.2); /* マステに影をつける */
  transform: rotate(-4deg); /* マステを回転させる */
  padding: 5px 15px; /* マステの内側の余白 */
  background-color: rgba(255,255,255,.4); /* セロテープ化 */
  color: #333; /* 文字色 */
  font-size: 20px; /* 文字サイズ */
  line-height: 1.4; /* 文字の行間 */
  text-align: center; /* 文字を中央寄せ */
}

.fusen {
  position: relative;
  top: -5px; 
  left: 10px; 
  box-shadow: 0 0 5px rgba(0,0,0,.3);
background-image: url("../images/fusen.png");
background-repeat: no-repeat;
width: 204px;
height: 31px;
transform: rotate( -10deg );
z-index: 4;
}

#t_img2 {
display: none;

}
#t_img img {
border-radius: 50px;
width: auto;
height: auto;
margin: 0 auto;
margin-left: 20px;
}


}



/*　SP表示　*/
@media screen and (max-width: 1199px){
.pc{
display : none;
}

.fusen {
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
background-image: url("../images/fusen.png");
background-repeat: no-repeat;
transform: rotate( -5deg );
z-index: 4;
top: 20px;
margin: 0 auto;
width: 204px;
height: 31px;
}

.jtag {
background: #a5a5a5;
line-height: 1.5;
padding: 5px 20px;
margin: 2px;
margin-bottom: 5px;
border-radius: 4px;
color: #060606;
float: left;
}

#t_img {
display: none;

}

#t_img2 img {
border-radius: 20px;
width: auto;
height: auto;
margin: 0 auto;
}
.f_pol {
  margin-bottom: 90px; /* フレーム下の余白 */

}

.polaroid-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;

}
.polaroid {
  background-color: #fff; /* フレームの色 */
  border: 1px solid #ccc; /* ボーダー */
  padding: 10px 5px 0; /* フレームの内側の余白 */
  margin-right: 20px;
  box-shadow: 0 10px 8px -6px #000000; /* ポラロイドに影をつける */
  display: inline-block;
  width: 240px;
  box-sizing: border-box;
  position: relative; /* マスキングテープ用 */
}
.polaroid img {
  display: block;
  margin: 0 auto; /* 画像を中央寄せ */
width: 200px !important;
}
.polaroid-caption {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #757575; /* 文字色 */
  font-size: 16px; /* 文字サイズ */
  padding-top: 20px; /* 文字上の余白 */
  text-align: center; /* 文字を中央寄せ */
  line-height: 1.5; /* 文字の行間 */
}
.cap_en {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
  color: #757575; /* 文字色 */
  font-size: 16px; /* 文字サイズ */
  text-align: center; /* 文字を中央寄せ */
}

/* マスキングテープ */
.masking-tape {
  position: absolute;
  top: -20px; /* マステの上からの位置 */
  left: 30%; /* マステの左からの位置 */
  width: 100px; /* マステの幅 */
  height: 30px; /* マステの高さ */
  border-left: 2px dotted rgba(0,0,0,.1); /* マステの左のギザギザ */
  border-right: 2px dotted rgba(0,0,0,.1); /* マステの右のギザギザ */
  box-shadow: 0 0 5px rgba(0,0,0,.2); /* マステに影をつける */
  transform: rotate(-4deg); /* マステを回転させる */
  padding: 5px 15px; /* マステの内側の余白 */
  background-color: rgba(255,255,255,.4); /* セロテープ化 */
  color: #333; /* 文字色 */
  font-size: 20px; /* 文字サイズ */
  line-height: 1.4; /* 文字の行間 */
  text-align: center; /* 文字を中央寄せ */
}



img {
border: 0;
max-width: 100%;
width: auto;
height: auto;
}
.img_logo {
width: auto;
height: auto;
max-width: 80%;
}

.main_top{
width: 100%;
margin: 0 auto;
}
.main {
padding-top: 2em;
padding-bottom: 3em;
margin-left: 10px;
margin-right: 10px;
}


h1 {
position : relative;
border-bottom: 1px solid rgba(89,185,198,0.5);
margin: 0 auto;
line-height: 1.5em;

}

h1 a {
color: #dce2e6;
}

h1 a:hover {
opacity: 0.5;
}


h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
font-size: 18px;
  color: #fff;
padding-top: 5px;
padding-left: 30px;
background-image: url("../images/masute3.png");
background-repeat: no-repeat;
background-size: 100% 100%;
transform: rotate( -2deg );
}
h2 span {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
font-size: 16px;
padding-left: 15px;
}




h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
font-size: 16px;
  color: #282c33;
padding-top: 5px;
padding-left: 30px;
background-image: url("../images/masute2.png");
background-repeat: no-repeat;
background-size: 100% 100%;
transform: rotate( -2deg );
}
h3 span {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
font-size: 16px;
padding-left: 15px;
}


h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
font-size: 18px;
  color: #282620;
padding-top: 5px;
padding-left: 30px;
background-image: url("../images/masute.png");
background-repeat: no-repeat;
background-size: 100% 100%;
transform: rotate( -2deg );
}
h4 span {
  font-family: "Mr Bedfort", cursive;
  font-weight: 400;
  font-style: normal;
font-size: 16px;
padding-left: 15px;
}


.main p {
padding-top: 10px;
margin-bottom: 10px;

}

.text_red {
color: #c93c41;
}
.text_yellow {
color: #e6b422;
}


.button a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: solid 2px #52A5B9;
  background: #52A5B9;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
margin-top: 50px;
    width: 80%;
max-width: 300px;
    padding: 10px 25px;
    color: #282c33;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}


#link a {
border-bottom: solid 2px rgba(170,207,83,0.5);
color: #aacf53;
padding-bottom: 2px;
padding-right: 2px;
padding-left: 2px;
}

#link a:hover {
border-bottom: solid 2px rgba(170,207,83,0.3);
color: #aacf53;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0.5;

}

.hr_bo {
border: none;
border-top: double 4px rgba(89,185,198,0.5);
width: 96%;
margin-top: 10px;
margin-bottom: 10px;
}


#pagetop {
position: fixed;
right: 10px;
bottom: 10px;
margin: 0;
padding: 10px;
}

#pagetop a {
position: relative;
display: flex;
width: 45px;
height: 45px;
justify-content: center;
background: #3d424d;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #aacf53;
align-items: center;
text-decoration: none;
font-size: 32px;
border: solid 1px #282c33;
border-radius: 50%;
filter: drop-shadow(0px 1px 2px #282c33);
}


#back a {
border-bottom: solid 1px #aacf53;
}


#new {
border: solid 1px #8da0b6;
border-radius: 10px;
padding: 5px 0px 5px 0px;


}

#new dl {
margin: 0;
padding: 0;
height:100px;
overflow: auto;
}

#new dt {
font-weight: bold;
padding: 10px 0 10px 10px;
color: #cfd9ab;

}

#new dd {
margin: 0 auto;
padding: 0px 5px 0px 10px;
border-bottom: 1px dotted #8da0b6;
width: 90%;
}
body {
  padding-top: 50px;
}
.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px;
  background: #333;
  box-sizing: border-box;
z-index: 30;
}
.menu-box .menu-btn {
  width: 100%;
line-height: 100%;
text-align: right;
}
.menu-box ul {

display: none;
max-width: 100%;
width: auto;
  background: #333;
list-style-type: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
padding-right: 2em;
}

.menu-box ul li a {
font-size: 1.2em;
color: #aacf53;
  display: block;
border-bottom: 1px dashed rgba(207, 217, 171, 0.5);
  padding: 0.5em 2em 0.5em 2em;
}
.menu-box ul li:last-child a {
  border-bottom: none;
}
.menu-btn:before {
font-family: "Font Awesome 5 Free";
content: '\f0c9';
font-weight: 900;
font-size: 1.5em;
}
.menu-btn.active:before {
font-family: "Font Awesome 5 Free";
content: '\f00d';
font-weight: 900;
font-size: 1.5em;
}

#menu_c {
letter-spacing : 1.5em;

}

.box {
padding: 0.5em 1em;
max-width: 100%;
width: auto;
background: rgba(73,79,92,0.4);
border: double 3px #867ba9;
border-radius: 10px;

}
.box p {
margin-top: 10px; 
margin-bottom: 10px; 
padding: 0;
}


.link_h {
border-left: 5px solid #ebbcd8;
color:#dce2e6;
padding:10px;
  background: rgba(230,205,227,0.2);
line-height:2.5em;
word-break  : keep-all;
}



#full_g img {
max-width: 100%;
width: auto;

}


}
