@charset "utf-8";
@font-face{
    font-family: 'GideonRoman';
    src:url(../font/GideonRoman-Regular.ttf);
}
/* CSS Document */

/*****共通部分
***********************************************/
.body {
    font-family: GideonRoman;
}
.top {
    display: flex;
    justify-content: space-between;
}
.top .logo {
    width: 50%;
}
.top .logo img {
    width: 300px;
    height: auto;
}
.top h1 {
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 3px #000;
}
.nav {
    width: 50%;
    margin-bottom: 10px;
}
.nav ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.nav ul li a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.nav ul li a:hover {
    color: rgb(115, 199, 116);
}
.ig {
    width: 10%;
    margin-left: -3%;
}
.ig img {
    width: 50%;
    float: right;
}
.background {
    background-image: url(../images/img06.jpg);
    /* 天地(上下)左右の中央に配置 */
    background-position: center center;
    /* タイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    padding-bottom: 80px;
}
.main div {
    margin-bottom: -40px;
}
.main_img {
    justify-content: center;
    display: flex;
}
.main_img img {
    width: 65%;
}
.centernew {
    padding-top: 50px;
    display:flex;
    justify-content: center;
}
.topnews {
    width: 65%;
    margin-top: -10px;
    text-align: center;
    justify-content: center;
    background-color: rgba(85,107,47,0.3);
}
.topnews h2 {
    color: #000;
    height: 45px;
    font-size: 48px;
    text-shadow: 1px 1px 3px #000;
}
.topnews ul li span {
    font-size: 16px;
    width: 25%;
}
.topnews ul li h3 {
    width: 100%;
}
.topnews ul{
    list-style: none;
    justify-content: center;
    text-align: center;
}
.topnews ul li {
    width: 100%;
}
.topnews ul li a {
    display: flex;
    padding: 15px;
    margin-right: 30px;
    color: #000;
    font-size: 18px;
    font-weight: blod;
    letter-spacing: 5px;
    transition: all 0.2s;
    justify-content: center;
}
.topnews ul li a:hover {
    background-color: rgb(115, 199, 116);
    transition: all 0.4s;
}
.footer div{
    margin-top: 20px;
}
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footnav ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}
.footnav ul li {
    font-size: 14px;
    font-weight: bold;
    margin: 0 40px;
}
.footnav ul li a {
    color: rgb(70, 126, 71);
    text-decoration: none;
    transition: 0.3s;
}
.footnav ul li a:hover {
    color: #000;
    transition: all 0.4s;
}
.footer .link {
    text-align: center;
}
.footer .link small {
    font-weight: bold;
    color: #000;
}
/********************
その他のページ
*************************************************/
.newslist {
    list-style: none;
}
.postdate {
    color: #fff;
    border-style: inset;
    background-color: #000;
}
.newslist li {
    font-size: 14px;
    font-weight: bold;
    margin: 0 40px;
}
.newslist li h3 a {
    color: rgb(70, 126, 71);
    text-decoration: none;
    transition: 0.3s;
}
.newslist li a:hover {
    color: #000;
    transition: all 0.4s;
}
.postbody {
    justify-content: center;
}
.postbody h3 {
    font-size: 24px;
    color: #000;
    text-decoration: none;
}
.postbody h3 p {
    text-align: left;
    font-size: 10px;
}
.postbody h4 {
    text-align: left;
    text-decoration: none;
    color: #000;
}
.postbody h4 p {
    text-align: left;
}
.benefits {
    display: flex;
    justify-content: space-around;
    font-size: 175px;
    list-style: none;
}
.benefits img {
    width: 450px;
    height: 400px;
}
.back {
    width: 20%;
    height: 20px;
    text-align: center;
    margin: 0 auto;
}
button{
    transition-duration: 0s;
    padding: 16px 32px;
    border-radius:5px;
    border: 2px solid;
    background-color: #ffffff;
    margin: 0 auto;
}
button:hover{
    background-color: #000000;
    color: #ffffff;
}
.invu {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.mv {
    width: 50%;
    justify-content: center;
}
.mv img {
    width: 80%;
    margin-bottom: 10px;
}
.mv p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}
.video_box1 iframe{
    width: 100%;
    height: 700px;
    margin-top: 30px;
}
#layer {
	justify-content: center;
    text-align: center;
    margin: -20px;
}
.foo {
    justify-content: center;
}
.title {
    margin-top: 20px;
    line-height: 200px;
    font-size: 45px;
}
.pagebody {
    justify-content: space-around;
    width: auto;
    margin: 35px 50px;
    padding: 100px 80px;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid rgba(150,150,150,0.1);
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.4);
}
.schedule_postbody {
    margin: 0 auto;
}
.schedule_postbody h3 {
    border-style: double;
}
.content {
    display: flex;
    justify-content: space-around;
}
.content img {
    width: 90%;
}
.content_leftbox {
    width: 50%;
}
.content_area {
    width: 50%;
    margin-top: -25px;
    margin-block-end: -50px;
}
.content_area p {
    position: relative;
    display: inline-block;
    padding: 10px;
}
.schedule {
    margin-top: 20px;
    line-height: 200px;
    font-size: 45px;
}
.article_discography {
    margin-bottom: -110px;
}
.article_discography .discography_center {
    display: flex;
    justify-content: center;
}
.article_discography section {
    justify-content: center;
}
.section_discography {
    width: 90%;
    padding: 1.5%;
    margin-bottom: 30px;
    background-color: rgba(000, 000, 000,0.2);
}
.section_discography h2 {
    font-size: 35px;
    color: #000;
    text-align: center;
}
.section_discography h3 {
    font-size: 20px;
    color: #000;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.box_discography {
    display: flex;
    justify-content: space-around;
}
.box_left {
    width: 50%;
}
.box_left img {
    width: 80%;
    margin-bottom: 10px;
}
.box_left p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}
.box_right {
    width: 50%;
}
.box_right ul {
    list-style: none;
}
.box_right ul li {
    color: #000;
    font-weight: bold;
    line-height: 1.75;
}
.movielist{
    margin: auto;
}
.div_center {
    justify-content: space-around;
    font-size: 175px;
    list-style: none;
    display: flex;
    margin: 0;
}