reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

.head{
  margin-bottom: 110px;
}

.community{
  position: relative;
  padding: 110px 0 160px;
}

.community:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 560px;
  background: url(../../img/index/about-bg.png) repeat;
  z-index: -1;
}

.bgText{
    color: rgba(0,42,95,0.02);
    font-family: 'Cormorant Garamond', serif;
    font-size: 120px;
    font-size: 12rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    width: 120%;
    margin-left: -10%;
    justify-content: center;
}

.head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

.community ul li{
  margin-bottom: 140px;
}

.community ul li:last-child{
  margin-bottom: 0;
}

.community .mainImg{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.community .mainImg img{
  width: 100%;
}

.community .mainImg .imgL{
  width: 65.5%;
}

.community .mainImg .imgL img{
  object-fit: cover;
  height: 100%;
}

.community .mainImg .imgS{
  width: 34%;
}

.community .mainImg .imgS img:nth-of-type(1){
  margin-bottom: 1%;
}

.community .mainImg .imgS img:nth-of-type(2){
  margin-top: 1%;
}

.community .flexBox{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.community .head02{
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 70px;
}

.community .flexBox .txt-basic{
  font-family: "Shippori Mincho B1", serif;
  width: 48%;
}

.community .flexBox .en{
  font-family: 'Cormorant Garamond', serif;
  color: rgba(0,0,0,0.3);
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3;
  width: 48%;
}

.access{
  background: #eff2f5;
  padding: 110px 0 120px;
  position: relative;
}

.access:after{
    content: "";
    position: absolute;
    -webkit-mask-image: url(../../img/common/logo.svg);
    opacity: 1;
    width: 700px;
    height: 194px;
    background-size: cover;
    right: 0;
    top: -30px;
    background-color: rgba(255,255,255, 0.5);
}

.access .flexBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.access .flexBox .img{
  margin-right: 5%;
  width: 49%;
}

.access .flexBox .img img{
  width: 100%;
}

.access .flexBox .detail{
  width: 46%
}

.access .flexBox .detail .name{
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 45px;
}

.access .flexBox .detail .address{
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.access .flexBox .detail .address a{
  border-bottom: 1px solid #000;
  margin-left: 10px;
  padding-bottom: 3px;
}

.access .flexBox .detail .tel{
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.access .flexBox .detail .hour{
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.access .flexBox .detail .location{
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px){
.community {
    padding: 40px 0 50px;
}  

.community:after {
    width: 200px;
    height: 400px;
}

.bgText {
    color: rgba(0,42,95,0.02);
    font-family: 'Cormorant Garamond', serif;
    font-size: 120px;
    font-size: 3rem;
}    

.community .flexBox {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

.community .flexBox .txt-basic {
  margin-bottom: 15px;
  width: 100%;
}

.community .flexBox .en {
    display: none;
}

.head{
  margin-bottom: 25px;
}

.head01 {
    font-size: 1.8rem;
}

.community .mainImg {
    margin-bottom: 25px;
}

.community .head02 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.community ul li{
  margin-bottom: 40px;
}

.access {
    padding: 60px 0 50px;
}

.access:after {
    top: 0;
    width: 190px;
    height: 53px;
}

.access .flexBox {
    display: block;
}

.access .flexBox .img {
    margin: 0 auto 25px;
    width: 100%;
}

.access .flexBox .detail {
    width: 100%;
}

.access .flexBox .detail .name {
    font-size: 2.0rem;
    margin-bottom: 15px;
    text-align: center;
}

.access .flexBox .detail .address {
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.access .flexBox .detail .address a {
    margin-left: 0;
}

.access .flexBox .detail .tel,
.access .flexBox .detail .hour,
.access .flexBox .detail .location{
    text-align: center;
}
}