/*
Theme Name: azyu
*/
/*----------------------------
* reset
*----------------------------*/
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}ul{list-style-type: none}table{border-collapse: collapse;border-spacing: 0;}

/*----------------------------
* 共通
*----------------------------*/
.font-montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
	scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
body {
	font-family: "Noto Sans JP", sans-serif ,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
    padding-top: 70px;
    overflow-x: hidden;
}
img {
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	cursor: pointer;
}
.breadcrumb {
    display: flex;
	margin-bottom: 20px;
    color:  #A3A3A3;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
}
.breadcrumb a {
	text-decoration: none;
    margin-right: 10px;
}
.breadcrumb p::before{
    content: ">";
    margin-right: 10px;
}
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
@media (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 40px;
    }
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
}
/*----------------------------
* ヘッダー
*----------------------------*/
header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 0 40px 0 0;
	color: #000000;
    background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 13;
	height:70px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08); 
}
.header__logo-area {
	margin-right: auto;
	text-align: center;
}
.header__logo-wrapper{
    width: 70px;
    height: 70px;
}
.header__logo{
    width: auto;
    height: 100%;
}
.navbar {
	display: flex;
	align-items: center;
}
.nav-links {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
	font-size: 16px;
	font-weight: 700;
}
.nav-links li {
	margin-right: 40px;
}
.navi-links-contact{
    background-color: #C3AC7F;
    border:1px solid #B59A65;
    border-radius: 4px;
    padding:5px 20px;
    color: #FFFFFF;
}
.nav-links a {
	color: #000000;
	text-decoration: none;
}
.nav-links-top-text,
.nav-links-top-text-contact{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.nav-links-bottom-text,
.nav-links-bottom-text-contact{
    font-size:10px;
    font-weight: 500;
    line-height: 1.4;
}
.nav-links-bottom-text{
    color: #A3A3A3;
}
.menu-toggle {
	display: none;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
	border: none;
	cursor: pointer;
	padding: 0 20px;
    height: 70px;
	position: relative;
	z-index: 20;
}
.menu-toggle .bar {
	width: 25px;
	height: 2.4px;
	background: #B59A65;
	margin: 4px 0;
	transition: all 0.3s;
}
@media (max-width: 768px) {
	header {
		padding: 0 0 0 0;
	}
	.navbar {
		margin: 0;
        flex-direction: row-reverse;
	}
	.nav-links {
		display: flex;
		position: fixed;
		top: 0;
		right: -50%;
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		flex-direction: column;
		align-items: center;
		padding-top: 100px;
		transform: translateX(100%);
		transition: transform 0.3s ease;
	}
	.nav-links.active {
		transform: translateX(0);
		right: 0;
		z-index: 18;
	}
	.nav-links li {
		font-size:16px;
		margin: 20px 0;
	}
    .navi-links-contact-wrapper {
        order: 1;
        margin-right: auto;
    }
    .navi-links-contact-wrapper{
        z-index: 19;
    }
    .navi-links-contact{
        display: flex;
        flex-direction: column;
        justify-content: center;
        border:none;
        padding:0 10px;
        border-radius: 0;
        height: 70px;
    }
    .nav-links-top-text-contact{
        font-size: 12px;
    }
    .nav-links-bottom-text-contact{
        font-size:8px;
    }
	.menu-toggle {
		display: flex;
        background-color: #D9D9D9;
	}
	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 15;
	}
	.overlay.active {
		display: block;
	}
}

/*----------------------------
* スライドショー
*----------------------------*/
.swiper-container {
    width: 100%;
    overflow: hidden; /* 横スクロールバーを非表示にする */
    position: relative;
    padding-bottom: 40px;
    visibility: hidden; /* 最初は非表示 */
    opacity: 0;
}
/* スライドショーが初期化されたらアニメーションを再度有効にする */
.swiper-container.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.swiper-wrapper {
    overflow: visible; /* スライド全体を表示 */
}

.swiper-slide {
    flex: 0 0 auto; /* スライド幅を固定 */
    width: calc(100% / 1.8); /* slidesPerView に基づく幅 */
    max-width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.slide-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.backgroud-img2{
    width: 100%;
    padding:20px;
    background-image: url(./img/slide2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    flex-direction: column;
}

.backgroud-img3{
    width: 100%;
    padding:20px;
    background-image: url(./img/slide3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% + 20px) calc(100% + 20px);
}

.slide-logo{
    font-size:72px;
    font-weight: 900;
    letter-spacing: 0.29em;
    line-height: 1.5;
}

.slide-text2{
    font-size:20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.22em;
    margin-bottom:20px;
}

.slide-text3{
    font-size:90px;
    font-weight: 700;
    line-height: 1.2;
}

.swiper-pagination-bullet {
    background-color: #D9D9D9;
}

.swiper-pagination-bullet-active {
    background-color: #1B1B1B;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1B1B1B;
    top: unset;
    bottom: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: calc(100% / 1.3); /* slidesPerView に基づく幅 */
    }
    .slide-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slide-logo{
        font-size:6vw;
    }
    .slide-text2{
        font-size:3vw;
    }
    .slide-text3{
        font-size:8vw;
    }
}

/*----------------------------
* TOP-About us
*----------------------------*/
.top-aboutus-area{
    padding: 40px 0 20px 0;
    text-align: center;
}
.top-aboutus-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.top-aboutus-sub-title{
    color: #C3AC7F;
    font-size:14px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
.top-aboutus-sub-title::before,
.top-aboutus-sub-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.top-aboutus-text{
    font-size:20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.22em;
}
@media (max-width: 768px) {
    .top-aboutus-area{
        padding: 40px 20px 20px 20px;
    }
    .top-aboutus-title{
        font-size: 32px;
    }
    .top-aboutus-sub-title{
        font-size:12px;
    }
    .top-aboutus-text{
        font-size:14px;
        font-weight: 400;
    }
}

/*----------------------------
* TOP-Member
*----------------------------*/
.top-member-area{
    padding: 20px min(220px,17vw) 20px min(220px,17vw);
    text-align: center;
}
.top-member-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.top-member-sub-title{
    color: #C3AC7F;
    font-size:14px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
}
.top-member-sub-title::before,
.top-member-sub-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.top-member-wrapper{
    display: flex;
    margin-bottom:40px;
}
.top-member-img-area{
    width: 20%;
    min-width: 200px;
}
.top-member-profile-area{
    margin-left:50px;
    width: 80%;
    text-align: left;
}
.top-member-profile-name{
    margin-bottom:10px;
    font-size:22px;
    font-weight: 900;
    line-height: 1.5;
}
.sns-area{
    display: flex;
    align-items: center;
    gap:20px;
}
.sns-area img {
    width: 25px;
}
.top-member-profile-area th{
    text-align: left;
    vertical-align: top;
    min-width: 150px;
    padding:10px 0;
    font-size:16px;
    font-weight: 500;
    line-height: 1.5;
}
.top-member-profile-area td{
    padding:10px 0;
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .top-member-area{
        padding: 20px 20px 20px 20px;
    }
    .top-member-title{
        font-size: 32px;
    }
    .top-member-sub-title{
        font-size:12px;
    }
    .top-member-wrapper{
        flex-direction: column;
        margin-bottom:40px;
    }
    .top-member-img-area{
        width: 100%;
    }
    .top-member-profile-area{
        margin-left:0;
        width: 100%;
    }
    .top-member-profile-name{
        margin-top:10px;
        font-size:24px;
    }
    .sns-area{
        gap:15px;
    }
    .sns-area img {
        width: 20px;
    }
    .top-member-profile-area th{
        font-size:14px;
        padding:3px 0;
        min-width: 120px;
    }
    .top-member-profile-area td{
        font-size:14px;
        padding:3px 0;
    }

}
/*----------------------------
* TOP-News
*----------------------------*/
.top-news-area{
    padding: 20px min(220px,17vw) 120px min(220px,17vw);
    text-align: center;
}
.top-news-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.top-news-sub-title{
    color: #C3AC7F;
    font-size:14px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
}
.top-news-sub-title::before,
.top-news-sub-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.top-news-item{
    border-top: 1px solid #EADCBF;
}
.top-news-link-area {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.top-news-title-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-news-title-text{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 1.5;
}

.top-news-icon {
    text-align: right;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #C3AC7F;
    border-bottom: 2px solid #C3AC7F;
    transform: rotate(315deg);
}

.top-news-date{
    color: #A3A3A3;
    font-size:14px;
    font-weight: 700;
    line-height: 1.5;
    margin-top:5px;
    text-align: left;
}
@media (max-width: 768px) {
    .top-news-area{
        padding: 20px 20px 60px 20px;
    }
    .top-news-title{
        font-size: 32px;
    }
    .top-news-sub-title{
        font-size:12px;
    }
    .top-news-link-area {
        padding: 10px 0 10px 10px;
    }
    .top-news-title-text{
        font-size:16px;
    }
    .top-news-icon {
        text-align: right;
        display: inline-block;
        width: 15px;
        height: 15px;
        border-right: 2px solid #C3AC7F;
        border-bottom: 2px solid #C3AC7F;
        transform: rotate(315deg);
    }
    .top-news-date{
        font-size:12px;
    }
}

/*----------------------------
* フッター
*----------------------------*/
footer{
    position: relative;
	background-color: #C3AC7F;
	color:#FFFFFF;
    text-align: center;
}

.footer-area{
    padding:80px 0 100px 0;
}

.back-to-top {
    position: absolute;
    top: -40px; /* フッターの下から20pxの位置に配置 */
    left: 50%;
    transform: translate(-50%, 50%); /* 横中央に配置し、下方向に少しはみ出す */
}

.back-to-top-button {
    display: block;
    position: relative;
    width: 50px; /* 円の直径 */
    height: 50px;
    background-color: #EADCBF;
    border-radius: 50%; /* 円形にする */
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-to-top-button::before {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #C3AC7F;
    line-height: 1;
    width: 20px;
    height: 20px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    left:30%;
    top:30%;
    border-radius: 1px;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
.footer-title{
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.22em;
    margin-bottom:30px;
}
.footer-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
	padding: 0;
}
.footer-nav li{
	font-size:14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.22em;
	margin-right: 30px;
}
.footer-nav li:last-child{
	margin-right: 0;
}
.footer-nav li:last-child a{
    display: flex;
    align-items: center;
}
.footer-nav li:last-child img{
    width: 30px;
}


@media (max-width: 768px) {
	.footer-area{
		padding:60px 20px;
	}
    .footer-nav{
        flex-direction: column;
        align-items: center;
    }
    .footer-nav li{
        margin-right: 0;
        margin-bottom:15px;
    }
    .footer-nav li:last-child{
        margin-bottom: 0;
    }
    
}

/*----------------------------
* Audition
*----------------------------*/
.audition-area{
    padding: 30px 200px 120px 200px;
}
.audition-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.audition-sub-title{
    color: #C3AC7F;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    text-align: center;
}  
.audition-sub-title::before,
.audition-sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.audition-text-title{
    font-size:36px;
    text-align: center;
}
.audition-text-sub-title{
    font-size:24px;
    text-align: center;
    margin-top:10px;
    margin-bottom:50px;
}
.audition-text{
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
}
.audition-text a {
    margin:10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 75%;
	max-width: 350px;
	height: 50px;
	text-decoration: none;
	transition: 0.3s;
	color: #FFFFFF;
	background-color: #C3AC7F;
	border-radius: 4px;
}
.audition-text a:hover {
	opacity: 0.7;
}
.audition-text a::before {
	content: '';
	position: absolute;
	top: 43%;
	right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(315deg);
}

@media (max-width: 768px) {
    .audition-area{
        padding: 20px 20px 60px 20px;
    }
    .audition-text-title{
        font-size:28px;
    }
    .audition-text-sub-title{
        font-size:20px;
    }
    .audition-text{
        font-size:14px;
    }
    .audition-text a {
        width: 100%;
    }
}
/*----------------------------
* Company
*----------------------------*/
.company-area{
    padding: 30px 390px 120px 390px;
}
.company-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.company-sub-title{
    color: #C3AC7F;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    text-align: center;
}  
.company-sub-title::before,
.company-sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.company-text{
    font-size:16px;
    line-height: 1.5;
    width: 100%;
}
.company-text th{
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    width: 30%;
}
.company-text td{
    font-weight: 400;
    width: 70%;
}
.company-text th,
.company-text td{
    padding:15px 0;
    border-bottom: 1px solid #C3AC7F;
}
@media (max-width: 768px) {
    .company-area{
        padding: 20px 20px 60px 20px;
    }
    .company-sub-title{
        margin-bottom:30px;
    }
    .company-text{
        font-size:14px;
    }
    .company-text th,
    .company-text td{
        padding:15px 0;
        border-bottom: 1px solid #C3AC7F;
    }
}
/*----------------------------
* PrivacyPolicy
*----------------------------*/
.privacypolicy-area{
    padding: 30px 200px 120px 200px;
}
.privacypolicy-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.privacypolicy-sub-title{
    color: #C3AC7F;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    text-align: center;
}  
.privacypolicy-sub-title::before,
.privacypolicy-sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.privacypolicy-text{
    font-size:12px;
    font-weight: 400;
    line-height: 1.5;
}
.privacypolicy-text-bold{
    font-weight: 700;
}
@media (max-width: 768px) {
    .privacypolicy-area{
        padding: 20px 20px 60px 20px;
    }
    .privacypolicy-sub-title{
        margin-bottom:30px;
    }  
}
/*----------------------------
* ニュース一覧
*----------------------------*/
.news-list-area{
    padding: 30px 200px 120px 200px;
}
.news-list-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.news-list-sub-title{
    color: #C3AC7F;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    text-align: center;
}  
.news-list-sub-title::before,
.news-list-sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.accordion-toggle {
    all: unset;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #EADCBF;
    cursor: pointer;
}

.new-label {
    text-align: center;
    color: #000000;
    background-color: #EADCBF;
    width: 50px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 2px 0;
    border-radius: 3px;
    margin-bottom:10px;
}

.accordion-title-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title{
    font-size:22px;
    font-weight: 700;
    line-height: 1.5;
}

.accordion-icon {
    text-align: right;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 2px solid #C3AC7F;
    border-bottom: 2px solid #C3AC7F;
    transform: rotate(45deg); /* デフォルトで下矢印 */
    transition: transform 0.3s ease;
    margin-left: 10px; /* テキストからの間隔調整 */
}

.accordion-toggle.active .accordion-icon {
    transform: rotate(-135deg); /* 開いたときに上矢印 */
}

.news-date{
    color: #A3A3A3;
    font-size:12px;
    font-weight: 700;
    line-height: 1.5;
    margin-top:5px;
}

.accordion-content {
    display: none;
    padding: 0 15px 30px 15px;
}

.news-content{
    font-size:14px;
    font-weight: 400;
    line-height: 1.5;
}

.accordion-content img {
    width: auto;
    height: auto;
}

.accordion-content a:link {
    color: #0000EE;
    text-decoration: underline;
}

.accordion-content a:visited {
    color: #551A8B;
    text-decoration: underline;
}

.accordion-content a:active {
    color: #FF0000;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .news-list-area{
        padding: 20px 20px 60px 20px;
    }
    .accordion-toggle {
        padding: 15px 5px 15px 0;
    }
    .new-label {
        margin-bottom:5px;
    }
    .accordion-title-area{
        display: flex;
        justify-content: space-between;
    }
    .accordion-title{
        font-size:18px;
    }
    .accordion-icon {
        width: 17px;
        height: 15px;
    }
    .accordion-content {
        padding: 0 0 20px 0;
    }
}
/*----------------------------
* 所属メンバー一覧
*----------------------------*/
.member-list-area{
    padding: 30px min(200px,12vw) 120px min(200px,12vw);
}
.member-list-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.member-list-sub-title{
    color: #C3AC7F;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    text-align: center;
}
.member-list-sub-title::before,
.member-list-sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}
.member-area{
    display: flex;
    margin-bottom:40px;
}
.member-img-area{
    width: 25%;
    min-width: 250px;

}
.member-profile-area{
    margin-left:60px;
    width: 75%;
    text-align: left;
}
.member-profile-name{
    margin-bottom:10px;
    font-size:26px;
    font-weight: 900;
    line-height: 1.5;
}
.member-profile-area th{
    text-align: left;
    vertical-align: top;
    min-width: 200px;
    padding:10px 0;
    font-size:20px;
    font-weight: 500;
    line-height: 1.5;
}
.member-profile-area td{
    padding:10px 0;
    font-size:20px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .member-list-area{
        padding: 20px 20px 20px 20px;
    }
    .member-area{
        flex-direction: column;
        margin-bottom:40px;
    }
    .member-img-area{
        width: 100%;
    }
    .member-profile-area{
        margin-left:0;
        width: 100%;
    }
    .member-profile-name{
        margin-top:10px;
        font-size:24px;
    }
    .member-profile-area th{
        font-size:14px;
        padding:3px 0;
        min-width: 120px;
    }
    .member-profile-area td{
        font-size:14px;
        padding:3px 0;
    }
}
/*----------------------------
* コンタクト
*----------------------------*/
.contact-area{
    padding: 30px 200px 120px 200px;
}
.contact-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom:4px;
}
.contact-sub-title{
    color: #C3AC7F;
    font-size:12px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    text-align: center;
}  
.contact-sub-title::before,
.contact-sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #C3AC7F;
    margin: 0 10px;
}

.form-area {
	width: 50%;
	margin: 0 auto;
}

.form-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.form-label {
	font-size: 14px;
    font-weight: 400;
}

.form-required {
	font-size: 12px;
    font-weight: 500;
	text-align: center;
	padding: 3px 10px;
	background: #EADCBF;
	margin-right: 10px;
	border-radius: 3px;
	display: inline-block;
}

.form-input-box {
	font-size: 16px;
	width: 100%;
	margin-bottom:30px;
}

.form-input-box input {
	width: 100%;
	height: 40px;
	border:1px solid #D9D9D9;
    border-radius: 5px;
}

.form-input-box textarea {
	width: 100%;
	border:1px solid #D9D9D9;
    border-radius: 5px;
}

.form-submit-area {
	padding: 20px 0 0 0;
	width: 70%;
	max-width: 216px;
	margin: 0 auto;
}

.form-submit {
	position: relative;
}

.form-submit:hover {
	opacity: 0.7;
}

.form-submit::before {
	content: '';
	position: absolute;
	top: 43%;
	right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(315deg);
}

.form-submit input {
	width: 100%;
	height: 50px;
	font-size: 13px;
    font-weight: 900;
    color: #FFFFFF;
	background-color: #C3AC7F;
    border:1px solid #C3AC7F;
	border-radius: 4px;
	cursor: pointer;
}

.wpcf7-form>p {
	display: none;
}

span.wpcf7-spinner {
	display: none;
}

@media (max-width: 768px) {
    .contact-area{
        padding: 20px 20px 60px 20px;
    }    
    .form-area {
        width: 100%;
    }   
    .form-submit-area {
        padding: 0;
    } 
}
