@charset "UTF-8";
.about-hero {
    background-image: url(../images/shotgrass.jpeg);
	background-size: cover;
    background-position: center;
	display: flex;         /* 中の文字を中央揃えしたい場合 */
  	justify-content: center;
  	align-items: center;
	padding: 80px 20px;
	color: #fff;
}

.wrapper-top {
    display: flex;
    position: relative;
    padding-left: 20px;
    margin-bottom: 100px;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wrapper-top .box-left {
    width: 52%;
    height: 550px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
}
.wrapper-top .box-right {
    width: 50%;
    height: auto;
    background-color: #FFFFFF;/*background-color: rgba(255, 255, 255, 0.08); *//* 半透明で馴染ませる */
    /*backdrop-filter: blur(6px);*/ /* 背景をぼかして上品に */
    /*border: 1px solid rgba(255, 255, 255, 0.15);*/
    /*border-radius: 10px;*/
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    margin-left: -40px;
    margin-top: 32px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: -18px;
}
.wrapper-top .box-right h1 {
    /*color: #ffe8c6;*/ /* 少し明るめで見出しに強弱を */
    margin-top: 25px;
    color: #3F3C3C;
}
.wrapper-top .box-right p {
    line-height: 1.6;
    margin-top: 15px;
    color: #545252;
}
.wrapper-top .box-right h1:after {
    content: "";
    /*background-color: currentColor;*/
    display: inline-block;
    width: 80px;
    height: 2px;
    margin-left: 10px;
    vertical-align: text-bottom;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));	
}
.wrapper-top .box-left .photo-box {
    background-color: #999999;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/about_kokoro02.jpg);
}
.wrapper-bottom {
    display: flex;
    padding-left: 20px;
    position: relative;
    margin-bottom: 100px;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-bottom .box-left {
    width: 50%;
    height: auto;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    margin-right: -50px;
    position: relative;
    z-index: 2;
    margin-top: 32px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 10px;
    margin-bottom: -18px;
}
.wrapper-bottom .box-left h1 {
    margin-top: 25px;
    color: #3F3C3C;
}
.wrapper-bottom .box-left p {
    line-height: 1.6;
    margin-top: 15px;
    color: #545252;
}
.wrapper-bottom .box-left h1:after {
    content: "";
    /*background-color: currentColor;*/
    display: inline-block;
    width: 80px;
    height: 2px;
    margin-left: 10px;
    vertical-align: text-bottom;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.wrapper-bottom .box-right {
    width: 52%;
    height: 500px;
	
}
.wrapper-bottom .box-right .photo-box {
    background-color: #999999;
    width: 100%;
    height: 100%;
    background-image: url(../images/about_karaoke.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (max-width:1439px){
.wrapper-top,
.wrapper-bottom {
    max-width: 100%;
    padding-left: 20px; /* ここはお好みで */
    padding-right: 20px;
}

.wrapper-top .box-right,
.wrapper-bottom .box-left {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width:1024px){
.wrapper-top   {
    padding: 0;
    display: block;
    margin-bottom: 0px;
}
section {
}
.wrapper-top .box-left {
    width: 100%;
    height: 350px;
}
.wrapper-top .box-right {
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-top: 4px;
}
.wrapper-top .box-right h1 {
}
.wrapper-bottom {
    padding: 0;
    display: block;
    margin-top: 0px;
}
.wrapper-bottom .box-left {
    height: auto;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.wrapper-bottom .box-right {
    width: 100%;
    height: 350px;
}
}



@media (max-width:768px){
.about-intro {
    margin-top: 0px;
    margin-bottom: 0px;
}
.about-intro h1 {
    padding-bottom: 0px;
}
.about-intro h1:after {
    width: 45px;
}
.wrapper-top {
    display: block;
    padding-left: 0px;
}
.wrapper-top .box-right h1:after {
    width: 60px;
    height: 1.5px;
    margin-left: 6px;
	opacity: 0.7;
}
.wrapper-top .box-left {
    width: 100%;
}
.wrapper-bottom {
    display: block;
    padding-left: 0px;
    margin-bottom: 0px;
}
.wrapper-top .box-right {
    width: 100%;
    margin-left: 0px;
    padding-top: 10px;
    height: auto;
    padding-bottom: 30px;
}
.wrapper-bottom .box-left {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    height: auto;
    margin-top: 0px;
}
.wrapper-bottom .box-right {
    width: 100%;
    margin-top: 35px;
}
}

@media (max-width:480px){
.wrapper-top .box-left .photo-box {
}
.wrapper-bottom {
    margin-bottom: 0px;
}
}
