@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

@font-face{
 font-family: 源ノ明朝;
 font-display: swap;
 src: url(../../../font/SourceHanSerifJP_Regular.eot) format("eot"),
 url(../../../font/SourceHanSerifJP_Regular.woff) format("woff"),
 url(../../../font/SourceHanSerifJP_Regular.ttf) format("truetype");
 }


*{
 margin:10;
 padding:0;
 border:none;
 font-family: 源ノ明朝, serif;
 }

body{
 font-size: 15px;
 line-height: 200%;
 color:#753227;
 background: linear-gradient(to bottom, #294f4a, #292e4f, #45004f );
 }
 
::-webkit-scrollbar{
 width: 12px;
 }
::-webkit-scrollbar-track{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 }
::-webkit-scrollbar-thumb{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
 }


.kazari{
 text-align:center;
 margin:30px 0 0 0;
 }

.kazari2{
 text-align:center;
 margin:0;
 }

.txt{
 max-width: 800px;
 margin: 0 auto;
 padding: 3em;
 background: #ffffff;
 border: 10px double #bf9100;
 font-family: 源ノ明朝, serif;
 text-align:justify;
 hanging-punctuation: first force-end last;
 }

.pr{
 overflow: hidden;
 width: 100%;
 height: 29px;
 margin: 50px 0;
 background:url(../img/pr.png) center no-repeat;
}

.tegami {
 font-family: 'Yomogi', cursive;
 
}

h1{
 margin: 0;
 color:#753227;
 text-align:center;
 letter-spacing: 10px;
 font:normal 30px 源ノ明朝, serif;
 }

.menu ul{
 text-align:center;
 }

.menu li{
 font-size:13px;
 display: inline;
 margin: 0 0.5em;
 text-decoration: none;
 }

.menu li a {
 color:#bf9100;
 text-decoration: underline;
 }
.menu li a:hover {
 text-decoration: none;
}

.haba{
 margin:5% 0%;
 padding: 2%;
 }

.date{
 margin:20px 0;
 text-align:right;
 color:#294f4a;
 font-size:12px;
 line-height: 150%;
 }

hr{
 border: none;
 border-bottom: 2px solid;
 border-color: #bf9100;
 margin: 20px 0;
 }

a{
 color:#753227;
 text-decoration:none;
 }
a:hover{
 color:#753227;
 text-decoration:underline;
 }
a:visited{
 color:#753227;
 }

emp{
 font-family: 源ノ明朝o, serif;
 -webkit-text-emphasis:filled sesame;
 -moz-text-emphasis:filled sesame;
 text-emphasis:filled sesame;
 }


input[type="text"]#koibumi_text{
 border:1px solid;
 border-radius: 3px;
 border-color: #bf9100;
 color:#45004f;
 background: #ffffff;
 }

::placeholder{
 color: #45004f;
}

button.newiine_btn{
 border: 1px solid;
 border-radius: 3px;
 border-color: #bf9100;
 color: #ffffff;
 background: #45004f;
 }

.box{
 border-radius: 5px;
 padding: 10px;
 margin: 30px 0 10px;
}

/* トップに戻るボタン */
#pageTop {
  position: fixed;
  bottom: 0px;
  right: 10px;
}

#pageTop i {
  padding-top: 3px;
  padding-right: 5px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0 5px;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #bf9100;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


@media all and (max-width: 768px) {
.kazari{
 display:none;
 }

.kazari2{
 display:none;
 }

img{
 max-wigth: 80%;
}

h1{
 letter-spacing: 0;
 font-size: 20px;
 }
 }