@charset="UTF-8"

<style type="text/css">
  @import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=EB+Garamond&display=swap');

html {
    scroll-behavior: smooth;
}

body {
	font-family: 'BIZ UDGothic', sans-serif;
	color: #ebf6f7;
	background-color: #426579;
	background-image: url(img/TSURU170321-177mm-013_TP_V4.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-text-size-adjust: 100%;
}

 /* スマホで背景を固定 */
body::before {
  content: "";
  background: url(img/TSURU170321-177mm-013_TP_V4.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}

.annnai{
    text-align: center;
}
h1 {
    font-size: 5em;

    text-align: center;
    text-shadow: 10px 5px 10px rgba(31, 49, 52, 0.8);
}
.setsumei{
    font-size: 1.5em;
    font-weight: bold;
    color: #426579;
    line-height: 1.3em;
    text-align: center;
}

.profile img{
    display: inline-block;
    text-align: center;
    max-width: 150px;
    min-width: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.jump{
    display: flex;
    justify-content: center;
}
.jump a{
    margin: 10px 5px;
    text-decoration: none;
    font-weight: bold;
    background: #ebf6f7;
    color: #203744;
    padding: 5px 10px;
    border-radius: 20px;
}
.jump a:hover{
    background: #c1e4e9;
    text-decoration: none;
}


.jump2{
    text-align: center;
    margin: 30px 20px; 
    font-size: 0.7em;
}
.jump2 a{
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    background: #ebf6f7;
    color: #203744;
    padding: 5px 10px;
    border-radius: 20px;
}
.jump2 a:hover{
    background: #c1e4e9;
    text-decoration: none;
}

.jump3{
    text-align: center;
    text-decoration: none;
    margin: 50px; 
    font-size: 0.7em;
    font-weight: bold;
}
.jump3 a{
    margin: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #203744;
}

.main{
	margin: 75px 0;
}
h3{
    text-align: center;
    color: #426579;
    margin-top: 45px;
}
.chat_shout{
    background: rgba(32, 55, 68, 0.5); /* メイン部分の背景色 RGBと透過率 */
    box-sizing: border-box;
    max-width: 800px; /* メイン部分の最大横幅 */
    margin: 10px auto; /* メイン部分中央寄せ */
    border-radius: 10px; /* 角丸の丸さ */
    display: flex;
    padding: 15px;
    }
.chat_shout::after{
    content:"";
    display: block;
    clear: both;
}

.chat_shout_system{
	background: rgba(173, 162, 80, 0.5);
    box-sizing: border-box;
	max-width: 800px; /* メイン部分の最大横幅 */
    margin: 10px auto; /* メイン部分中央寄せ */
    border-radius: 10px; /* 角丸の丸さ */
    display: flex;
    padding: 10px;
}
.chat_shout_system::after{
    content:"";
    display: block;
    clear: both;
}
.chat_shout_system p{
	margin: 15px 30px 15px 85px;
	line-height: 1.3em;
}
.chat_shout_special{
    background: rgba(173, 162, 80, 0.5);
    box-sizing: border-box;
    max-width: 800px; /* メイン部分の最大横幅 */
    margin: 10px auto; /* メイン部分中央寄せ */
    border-radius: 10px; /* 角丸の丸さ */
    display: flex;
    padding: 10px;
}
.chat_shout_special::after{
    content:"";
    display: block;
    clear: both;
}
.chat_shout_special p{
    margin: 15px 30px 15px 85px;
    line-height: 1.3em;
}

.main img{
    float: left;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 60px;
}

.chat_time{
	font-size: 0.8em;
}
#anker{
	font-size: 0.8em;
}
.chat_name{
	font-size: 1.2em;
	line-height: 1.4em;
}
.chat_loc{
	font-size: 0.8em;
}
.chat_nakami{
	line-height: 1.3em;
}
.chat_eno{
	font-size: 0.8em;
	margin: 15px 30px 15px 85px;
}

.kiroku{
	background: rgba(79, 69, 92, 0.5); /* メイン部分の背景色 RGBと透過率 */
    box-sizing: border-box;
    max-width: 800px; /* メイン部分の最大横幅 */
    margin: 10px auto; /* メイン部分中央寄せ */
    border-radius: 10px; /* 角丸の丸さ */
    display: flex;
    padding: 10px;
}
.kiroku::after{
    content:"";
    display: block;
    clear: both;
}
.kiroku p{
	margin: 15px 30px 15px 85px;
	line-height: 1.3em;
}

</style>

