@charset "utf-8";
/* CSS Document */
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-size: 10pt;
    line-height: 26px;
    letter-spacing: 2px;
    color: #272727;
font-family: yu-gothic-pr6n, sans-serif;
}
a{
    color: #1B51A4;
    text-decoration: none;
    font-weight: bold;
}
a h1{
    font-size: 12pt;
    color: #202020; 
}

h1 {
    margin: 0 0 0 10px;
}
h2{
    margin: 0 0 20px 0;
}
h3 {
    margin: 0 0 20px 0;
    font-size:14pt;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom:#ccc 1px solid;
}
.topamin-contens {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto 120px;
}

.topmain-image {
    max-width: 700px;
}

.topmain-text {
    max-width:120px;
    margin-right: 170px;
    margin-left: 100px;
    z-index: 2;
    
}

.contens {
	max-width: 1080px;
	margin: 100px auto 150px;
}


.profile {
    display: flex;
    justify-content: center;
}
.cello {
    margin-top: 150px;
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center;
}

.rinen-title {
 background: rgba(254,228,229,0.87);
    box-sizing: border-box;
    padding: 30px 300px 30px 30px;
    margin-right: -270px;
    margin-top: 30px;
}
.cello-title {
    background-color: rgba(254,228,229,0.68);
    box-sizing: border-box;
    padding: 30px 300px 30px 30px;
    margin-right: -270px;
    margin-top: 30px;
}

.flex {
    display: flex;
    justify-content: space-around;
}

.show-text {
    max-width: 500px;
}

ul {
    padding-left: 30px;
}
li{
    margin-bottom: 10px;
}
nav ul{
    list-style: none;
    display: flex;
    width: 480px;
    justify-content: space-around;
}
nav a{
    color: #2D2D2D;
    text-decoration: none;
}

header {
    position: sticky;
    top: 0;
    z-index: 4;
    background: rgba(255,255,255,0.66);
}
.h_box {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.midasi {
    max-width: 300px;
    margin:0 auto 50px;
}
.midasi-supports,.midasi-contact{
    max-width: 300px;
    margin:0px auto 50px;
    padding-top: 100px;
}
.midasi-name{
    max-width: 200px;
    margin-top: -70px;
}

.book_img {
    max-width: 380px;
    z-index: 2;
}

.book_img img {
  transition: transform 0.2s ease-out;
}
.book_img img:hover {
  transform: rotate(3deg);
}

.book {
    display: flex;
    justify-content: center;
    margin: 100px 0 200px;
}

.book a{
    background: rgba(255,177,179,0.5);
    padding: 3px;
}
.book a:hover{
    background: rgba(255,177,179,0.8);
    transition: 0.5s;
}

.book2 {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}
.book2_img {
    max-width: 380px;
    z-index: 2;
}
.book2_img img {
  transition: transform 0.2s ease-out;
}
.book2_img img:hover {
  transform: rotate(-3deg);
}
.book2 a{
    background: rgba(255,177,179,0.5);
    padding: 3px;
}
.book2 a:hover{
    background: rgba(255,177,179,0.8);
    transition: 0.5s;
}
.works_text3 {
    max-width: 800px;
    background-color: rgba(234,255,240,0.89);
    padding: 40px 200px 60px 40px;
    box-sizing: border-box;
    margin-right: -160px;
    margin-top: 80px;
}

.book_data {
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.61);
}
.works_image {
    max-width: 600px;
    z-index: 2;
}
.works_image2 {
    max-width: 600px;
    z-index: 2;
}

.works_image img {
  transition: transform 0.2s ease-out;
}
.works_image img:hover {
  transform: rotate(-3deg);
}
.works_image2 img {
  transition: transform 0.2s ease-out;
}
.works_image2 img:hover {
  transform: rotate(3deg);
}

img{
	vertical-align:bottom;
}
.results_image {
    max-width: 400px;
    z-index: 2;
}

.works_text {
    max-width: 800px;
    background-color: rgba(223,251,255,0.91);
    padding: 40px 40px 40px 220px;
    box-sizing: border-box;
    margin-left: -180px;
    margin-top: 80px
}
.works_text2 {
    max-width: 800px;
    background-color: rgba(234,255,240,0.89);
    padding: 40px 200px 110px 40px;
    box-sizing: border-box;
    margin-right: -160px;
    margin-top: 80px;
}
.turikyousitu {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.kouen {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.kiji {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: #8B8B8B dashed 1px;
}

.prof-image {
    max-width: 500px;
}
.cello-image {
    max-width: 300px;
}

/*サポートブロック*/
.support-box {
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sbox {
    width: 310px;
    box-sizing: border-box;
    padding: 20px 20px 30px;
    background:#fff;
    margin-bottom: 30px;
    border-radius: 10px;
}
.sbox h3{
    text-align: center;
    margin-bottom: 20px;
}

.haikei-ao {
    background-color: rgba(223,251,255,0.91);
    padding-bottom: 10px;
}



footer {
    padding-top: 30px;
    background-color: rgba(99,199,255,1.00);
    text-align: center;
    height: 60px;
    font-size: 8pt;
}

.results_box {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}
.contact_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.results_text {
    max-width: 800px;
    background-color: rgba(234,255,240,0.89);
    padding: 40px 40px 40px 260px;
    box-sizing: border-box;
    margin-left: -220px;
    margin-top: 40px
}
.results_text_sinbun {
    max-width: 800px;
    background-color: rgba(234,255,240,1);
    padding: 40px 40px 40px 200px;
    box-sizing: border-box;
    margin-left: -160px;
    margin-top: 80px
}
.results_text2 {
    max-width: 800px;
    background-color: rgba(223,251,255,0.7);
    padding: 40px 200px 40px 40px;
    box-sizing: border-box;
    margin-right: -160px;
    margin-top: 60px;
    z-index: 2;
}
.results_text3 {
    max-width: 800px;
    background-color: rgba(223,251,255,0.7);
    padding: 40px 200px 40px 40px;
    box-sizing: border-box;
    margin-right: -200px;
    margin-top: 60px;
    z-index: 2;
}

.lineat {
    color: #999;
    position: relative;
    width:200px;
    height:40px;
    background: rgba(255,255,255,1.00);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.lineat:hover {
    background-color: #485575;
    color: #fff;
    transition: all 0.5s ease;
}
.lineat::after{
position: absolute;
    top: -5px; bottom: -5px;
    left: -5px; right: -5px;
    background: repeating-linear-gradient(45deg, #999, #999 4px, white 4px, white 6px);
    background-color: black;
    content: '';
    z-index: -1;
}

.sns {
    position: fixed;
    top: 36%;
    right: 10px;
	z-index: 4;
}

.sns_icon {
    margin-bottom: 10px;
}

.hane {
    margin-top: -50px;
    margin-left: 10px;
    margin-bottom: -5px;
}
.hane2 {
    margin-bottom: -80px;
    margin-left: auto;
    margin-right: -40px;
    width: 100px;
}
.top-text {
    max-width: 800px;
    margin:150px auto 150px;
}
.por-text {
    margin-bottom: 20px;
}

/*スマフォ切り換え用*/
.pc{
	display: block;
}
.sumafo{
	display: none;
}
.tako {
    max-width: 500px;
    padding: 30px;
    box-sizing: border-box;
}
.logo {

}
.tyeroin {
    display: flex;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    width: 180px;
    background-color: rgba(255,255,255,0.70);
    transition: 0.5s;
}
.tyeroin:hover {
    display: flex;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    width: 180px;
    background-color: rgba(255,255,255,1);
}
.tyeroaikon {
    margin-right: 10px;
}
@media (max-width:500px){
.pc{
	display: none;
}
.sumafo{
	display: block;
}
.top-text {
    max-width: 800px;
    margin:150px 20px 150px;
}
	
.profile {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.por-text {
	margin-top: 20px;
    margin-bottom: 20px;
}
.rinen-title {
 background: rgba(254,228,229,0.87);
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    margin-right: 0px;
    margin-top: 30px;
}
.turikyousitu {
    display: flex;
    justify-content: center;
    margin: 100px 0;
	flex-wrap: wrap;
}
    
.book2 {
    display: flex;
    justify-content: center;
    margin: 100px 0;
	flex-wrap: wrap;
}
.works_text {
    max-width: 800px;
    background-color: rgba(223,251,255,0.91);
    padding:30px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-top: 0px
}
.cello {
    margin-top: 150px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.cello-image {
    max-width: 100%;
}
.lineat {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
}
.works_image {
    max-width: 600px;
    z-index: 2;
    margin-bottom: 20px;
}
.works_image2 {
    max-width: 600px;
    z-index: 2;
    margin-bottom: 20px;
}
    
.works_text2 ul,.results_box ul{
    padding-left: 18px;
}
.cello-title {
    background-color: rgba(254,228,229,0.68);
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    margin-right: 0px;
    margin-top: 30px;
}
.works_text2 {
    max-width: 800px;
    background-color: rgba(234,255,240,0.89);
    padding: 40px 30px 110px 30px;
    box-sizing: border-box;
    margin-right: 0px;
    margin-top: 80px;
}
.works_text3 {
    max-width: 800px;
    background-color: rgba(234,255,240,0.89);
    padding: 40px 30px 110px 30px;
    box-sizing: border-box;
    margin-right: 0px;
    margin-top: 80px;
}
.book_data {
    padding: 20px;
    margin: 20px 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.61);
}
.results_text2 {
    max-width: 800px;
    background-color: rgba(223,251,255,0.7);
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
    margin-right: 0px;
    margin-top: 60px;
    z-index: 2;
}
.results_text_sinbun {
    max-width: 800px;
    background-color: rgba(234,255,240,1);
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
    margin-left:0px;
    margin-top: 80px
} 
.results_text3 {
    max-width: 800px;
    background-color: rgba(223,251,255,0.7);
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
    margin-right:0px;
    margin-top: 60px;
    z-index: 2;
}
.sns {
    position: fixed;
    top: 10px;
    left:10px;
	z-index: 4;
    display: flex;
}
.tako {
    max-width: 400px;
    padding: 10px;
    box-sizing: border-box;
}
}/* ←@mediaの閉め */






