@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	color: #222;
    font-weight: 500;
}

p{
    font-size: 16px;
}

a{
	text-decoration: underline;
	color: #222;
}
a:hover {
  text-decoration: none;
  opacity: .8;
}

img{
	max-width: 100%;
    padding: 0;
}
iframe{
    width: 100%;
    height: 100%;

}
li{
	list-style: none;
}

span{
    display: inline-block;
}

.sp-only{
	display: none;
}
.pc-only{
	display: block;
}

/* mainVisual */
.mainVisual_container {
    width: 100%;
    margin: 0 auto;
}
.mainVisual_container img{
	width: 100%;
    vertical-align:top;
}
section {
    margin: 0 auto;
    padding: clamp(70px, 62.718px + 1.942vw, 100px) 0;
}

h2{
    font-family: "Dela Gothic One", sans-serif;
    font-size: clamp(24px, 22.544px + 0.388vw, 30px);
    font-weight: 500;
    line-height: 1;
    margin: 0 auto clamp(20px, 15.146px + 1.294vw, 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
h2 .leaf{
    width: 30px;
    height: 16px;
    background: url("../img/tit_icon.svg") no-repeat;
    margin-bottom: 5px;
}

/* Message */
.message_section p{
    text-align: center;
    font-size: clamp(16px, 14.592px + 0.376vw, 20px);
    line-height: 2;
    padding: 15px;
}
.message_section span{
    font-size: clamp(20px, 18.239px + 0.469vw, 25px);
    font-weight: 900;
    line-height: 2;
    
}

/* Profile */
.profile_section{
    background: url("../img/bg_red.png") repeat-y;
}
.profile_section h2{
    color: #fff;
}
.profile_rizumu, .profile_container .profile_flex{
    max-width: 900px;
    width: 52%;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 60px;
}
.profile_rizumu .profile_image{
    width: 45%;
    max-width: 340px;
}
.profile_rizumu .profile_content{
    width: 52%;
}
.profile_rizumu .profile_text{
    line-height: 1.75;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
}
.profile_name{
    font-size: clamp(18px, 17.029px + 0.259vw, 22px);
    font-weight: 800;
    padding-top: 5px;
}
.profile_name span{
    font-size: clamp(12px, 11.272px + 0.194vw, 15px);
}
.profile_text{
    line-height: 1.75;
    font-size: clamp(14px, 13.879px + 0.032vw, 14.5px);
}
.rizumu, .ichinosuke, .risho, .sentatu, .michiyo{
    font-size: clamp(16px, 15.515px + 0.129vw, 18px);
    color: #AFA000;
    margin: clamp(10px, 8.786px + 0.324vw, 15px) 0;
    line-height: 1.5;
}
.ichinosuke{
    color: #EC6D88;
}
.risho{
    color: #B28247;
}
.sentatu{
    color: #00A84D;
}
.michiyo{
    color: #00A9E4;
}

.profile_container{
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 45px 40px;
    margin: 0 auto;
}
.profile_container .profile_flex{
    padding: 30px;
    max-width: 680px;
    margin: 0 auto;
}
.profile_flex .profile_image{
    width: 40%;
    max-width: 240px;
}
.profile_flex .profile_image span{
    font-size: 10px;
    display: block;
    text-align: end;
}
.profile_flex .profile_content{
    width: 58%;
}

/* Info */
.info_section{
    padding-bottom: 0;
}
.info_container{
    max-width: 1000px;
    margin: 0 auto;
}
.info_row{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding: 1.25em 0;
    line-height: 1.5;
    border-bottom: solid 1px #231815;
}
.info_row:nth-child(1){
    border-top: solid 1px #231815;
}
.info_dt{
    width: 200px;
    white-space: nowrap;
    font-weight: 800;
}
.info_dd{
    width: calc(100% - 200px);
}

/* Access */
.access_section{
    max-width: 1000px;
    margin: 0 auto;
}
.access_map{
    height: 540px;
}
.access_content-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: clamp(40px, 35.146px + 1.294vw, 60px);
}
.access_data{
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
}
.access_data-header{
    font-weight: 700;
    margin: clamp(20px, 17.573px + 0.647vw, 30px) 0 5px;
}
.access_data-header:first-of-type{
    margin: 0 0 5px;
}
.access_map_img{
    width: 300px;
}

/* Footer */
.footer{
    background: url("../img/bg_red.png") repeat-y;
    width: 100%;
    height: 125px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer_logo{
    margin: 0 auto;
    text-align: center;
    display: block;
}


@media screen and (min-width: 769px) and (max-width: 1399px){
    .profile_rizumu{
        max-width: 680px;
        padding: 30px;
    }
    .profile_rizumu .profile_image{
        width: 40%;
        max-width: 240px;
        text-align: end;
    }
    .profile_rizumu .profile_content{
        width: 58%;
    }
    .profile_rizumu .profile_text{
        font-size: clamp(14px, 13.879px + 0.032vw, 14.5px);
    }
}
@media screen and (max-width: 768px){
    .note{
        padding-left: 1em;
        text-indent: -1em;
        display: block;
    }
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none;
	}
    
    /* Message */
    .message_section span{
        line-height: 1.5;
        padding-bottom: 15px;
    }

    /* Profile */
    .profile_section{
        padding-right: 20px;
        padding-left: 20px;
    }
    .profile_rizumu, .profile_container .profile_flex{
        max-width: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }
    .profile_rizumu .profile_image, .profile_flex .profile_image{
        width: 100%;
    }
    .profile_rizumu .profile_content, .profile_flex .profile_content{
        width: 100%;
    }
    .profile_name{
        align-items: center;
    }
    
    /* Info */
    .info_section{
        padding-right: 20px;
        padding-left: 20px;
    }
    .info_container{
        max-width: 1000px;
        margin: 0 auto;
    }
    .info_row{
        flex-direction: column;
        gap: 6px 0;
        padding: 15px 0;
        font-size: 14px;
    }
    .info_dt, .info_dd{
        width: 100%;
    }
    /* Access */
    .access_section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .access_map{
        height: 360px;
    }
    .access_map_img{
        margin: 20px auto 0;
    }
    
    /* Footer */
    .footer{
        height: auto;
        padding: 30px 0;
    }
    .footer_logo{
        width: 110px;
    }
}
