.site_map #inner {
	max-width: 1000px;align-content
}
.site_map li a:hover:before{
	width:100%;
}
.site_map li a:before {
	transition: all 0.3s ease-in;
    content: "";
    width: 10%;
    background: black;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.site_map ul {
    display: flex;
    flex-wrap: wrap;
}
.site_map li a {
    font-size: 18px;
    font-family: "";
    font-family: 'Jost', sans-serif;
    border-bottom: 1px solid #ababab;
    position:relative;
    display: block;
    width: 80%;
    padding-left: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    letter-spacing: 2px;
	margin: auto;
}
.site_map li {
    margin-bottom: 45px;
    width: 50%;
}
#info_wrap a p{
	transition:all 0.3s;
}
#info_wrap a:hover p{
	opacity:0.6;
}
.faq .box p{
	margin:0;
}
.Q p:first-of-type {
	min-width: 50px;
    background: #bc847a;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 30px;
    color: white;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}
.Q {
    font-weight: bold;
    color: #404040;
    font-size: 18px;
	    display: flex;
	align-items: center;
}
.A {
    margin-top: 15px;
	    display: flex;
	align-items: center;
}
.A p:first-of-type {	
	min-width: 50px;
	background: #787878;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 30px;
    color: white;
	font-weight:bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}

.faq .box{
    padding: 25px 10px;
    border-bottom: 1px solid #6c6c6c47;
}

.left_empty{
	width:100% !important;
}
.right_empty{
	display:none !important;
}
figure img {
    transition: all 1s;
}
figure:hover img {
    transform: scale(1.05);
}
figure{
	overflow:hidden;
}
input[type="button"] {
    background: #bc847a;
    color: white;
    border: 0;
    padding: 7px 70px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 3px;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
   
}
.contact p{
	text-align:center;
}
.contact .box p{
	text-align:left;
}
.form_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}
#content.contact {
    background: #bc847a1f;
    max-width: 650px;
    padding: 30px 50px;
    margin: 100px auto;
}
form{
    width:100%;
    margin: auto;
}
.box input, textarea {
    width: 95%;
    line-height: 25px;
	border: 0;
	padding-left:10px;
}
.contact .box {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
}
.contact .box p {
    width: 30%;
}
.contact .box p:last-of-type {
    width: 70%;
}
#content td p {
    line-height: 14px;
}
#content.info td:nth-child(2) {
    border-bottom: 1px solid #767575;
}
#content.info td:nth-child(1) {
    width: 30% !important;
    border-bottom: 2px solid #bc847a;
}
#content.info{
    margin-top: 150px;
    margin-bottom: 150px;
    max-width: 800px;
    margin: 0 auto;
}
#content.info td{
    border-bottom: 1px solid;
    padding-left: 10px;
    padding-top: 40px;
    padding-right: 10px;
}
/*------------------コンセプト-----------------------------*/

.concept .box:nth-child(2)::before {
    content: "";
    width: 90%;
    position: absolute;
    background: rgb(229 197 186 / 30%);
    height: 75%;
    bottom: -60px;
    left: -30%;
}
.concept .box:first-of-type {
    margin-top: 0;
}
.concept p.title {
    font-size: 22px;
}
.concept .box::before {
    content: "";
    width: 90%;
    position: absolute;
    background: rgb(229 197 186 / 30%);
    height: 75%;
    bottom: -60px;
    right: -30%;
}

.concept #wrap {
    max-width: 1350px;
    margin: auto;
    padding: 0 70px;
}
.concept .box{
    display: flex;
    align-items: center;
	position:relative;
	margin-top: 150px;
}
.concept .left{
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
.concept .right{
	width: 50%;
    padding: 20px;
    box-sizing: border-box;
	z-index: 2;
}
.concept .image figure{
	padding-top:110%;
}
/*------------------ここまで---------------------------*/
body{
	overflow-x: hidden;
}

.cate_name li{
	list-style: none;
    margin-right:15px;
}
.cate_name{
	display: flex;
    justify-content: flex-start;
}

#single_wrap .date {
    display: inline-block;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px 30px;
}
#single_wrap #thumbnail figure {
    position: relative;
    padding-top: 60%;
    width: 100%;
    margin: 0 auto;
    padding-top: 60%;
}
#single_wrap #thumbnail{
	padding:20px;
}
#content_archive .box_left .ttl,#content_archive .box_right .thumbnail{
	transition:all 0.3s;
}
#content_archive .box_left .ttl:hover,#content_archive .thumbnail:hover{
	opacity:0.7;
}
.single_nav ul{
    display: flex;
    justify-content: center;
	margin-top:50px;
}
.single_nav li a {
    padding: 5px 20px;
    margin-left: 20px;
    display: block;
    background: #bc847a !important;
    color: white;
}
#content_single #content{
	padding:0 20px;
}
#content_single{
	padding: 0 80px;
}
#single_wrap{
	max-width: 1000px;
    margin: auto;
}
#content_single h1 {
    font-weight: bold;
    font-size: 24px;
}
/*-------------------------------スタッフ---------------------------------------*/
.remodal .name,.remodal .role{
	margin-bottom:10px;
}
#content_wrap {
    display: flex;
    padding: 20px;
    justify-content: center;
}
#txt_wrap {
    width: 50%;
    text-align: left;
    padding: 50px;
    box-sizing: border-box;
	font-size:18px;
}
.remodal figure {
    position: relative;
    width: 40%;
    padding: 0;
    padding-top: 50%;
    margin: 0;
}
.remodal{
    max-width: 1000px !important;
}

.remodal figure img{
	left:0;
}


#content_staff{
	padding:50px 80px;
}
#staff_wrap {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#staff_wrap .box_wrap {
    width: 25%;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
#staff_wrap figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 140%;
    position: relative;
    vertical-align: top;
}

/*------------------------------------メニュー--------------------------------*/
#content.menu .su-tabs-pane p {
    font-size: 14px;
    padding: 10px;
    padding-top: 0;
    margin-top: 10px;
}
#content.menu h2{
    text-align: center;
    font-family: 'Jost', sans-serif;
    letter-spacing: 5px;
    font-size: 28px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding:10px 0;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 30px;
}
.su-tabs td{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom: 1px dashed #53535382;
	font-size:16px;
	padding-top: 20px;
	font-weight:bold;
}
.su-tabs-nav span.su-tabs-current {
    background: #bc847a !important;
	color:white !important;
	border-color:#bc847a !important;
}
.su-tabs-nav span:hover {
	 background: #bc847a !important;
	color:white !important;
	border-color:#bc847a !important;
}
.su-tabs-nav{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.su-tabs-nav span {
    border: 1px solid;
    border-radius: 0 !important;
    width: 30% !important;
    text-align: center;
    padding: 15px 0 !important;
	margin-bottom:20px;
	font-size: 16px !important;
	border-color: #565656 !important;
    font-family: 'Jost', sans-serif;
	letter-spacing: 2px;
}
.su-tabs {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none !important;
}
/*------------------------------------ここまで--------------------------------*/
.noimage{
	width:100% !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin:10px !important;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
	border:0 !important;
}
.navigation{
	text-align:center;
}
.cate_name a {
    display: inline-block;
    background: gray;
    color: white;
    padding: 3px 10px;
    font-size: 12px;
    margin-top: 30px;
}

#content_archive .thumbnail figure,#content_category .thumbnail figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 70%;
    position: relative;
    vertical-align: top;
}
a{
	color:black;
}
#content_archive .box_left .ttl,#content_category .box_left .ttl  {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#content_archive .box_left .date,#content_category .box_left .date {
    display: inline-block;
    background: #bc847a;
    padding: 5px 20px;
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
}
#content_archive #box_wrap,#content_category #box_wrap {
    max-width: 1280px;
    margin: auto;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 50px 80px;
	padding-bottom: 0;
}
#content_archive .box,#content_category .box{
    width: 100%;
		display:flex;
	margin:50px 0;
	align-items: center;
    padding-bottom: 40px;
	border-bottom:1px solid #e9e9e9;
}
#content_archive .box_left,#content_category .box_left{
    width: 60%;
    padding: 20px 50px 20px 0;
    box-sizing: border-box;
}
#content_archive .box_right{
	width:40%;
	padding: 0 10px;
}
.menu .cate{
	border-bottom: 1px solid black;
}
.menu span.cate_txt1{
	font-size:38px;
}
.menu span.cate_txt2{
	font-size: 16px;
    font-weight: bold;
    opacity: 0.5;
	margin-left:10px;
}
#inner{
    max-width: 1280px;
    margin: auto;
	padding: 50px 80px;
	box-sizing:border-box;
}
.menu .box_wrap{
	display: flex;
    justify-content: space-between;
}
	

div#page_title_box::after {
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(255 243 243 / 20%);
    position: absolute;
    left: 0;
}

#page_title_box h2::before {
    width: 70px;
    height: 1px;
    background: black;
    position: absolute;
    content: "";
    left: -50px;
    top: 10px;
    transform: rotate(-45deg);
}
#page_title_box h2 {
    position: absolute;
    left: 90px;
    top: 56%;
    z-index: 2;
    font-size: 42px;
    font-family: 'Jost', sans-serif;
    font-weight: 200;
    letter-spacing: 14px;
}
#page_title_box{
	position: relative;
    height: 100%;
    width: 100%;
}


html{
    scroll-behavior: smooth;
	margin-top:0 !important;
  }
body{
    margin:0;
    padding:0;
    font-size:16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
}
header {
    position: absolute;
    top: 0;
    left: 30px;
}
h1#logo img {
    max-width: 300px;
}
.en_font{
    font-family: 'Jost', sans-serif;
}
#main_content{
    display: flex;
    max-width: 1580px;
    margin: auto;
    height: 100vh;
    margin-top: 55px;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
    position:relative;
}
#main_content #left {
    width: 45%;
    padding: 50px;
    padding-top: 250px;
    box-sizing: border-box;
    z-index:2;
    position:relative;
}
#main_content #right {
    width: 55%;
    position:relative;
    
}


#main_content #right figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: top;
    height:100vh;
}
#main_content #right div{
    position: absolute;
    width: 100%;
    height: 100%;
}
nav.pc_nav.en_font {
    position: absolute;
    top: 80px;
    left: 0;
}
nav.pc_nav ul{
        display: flex;
        list-style: none;   
        padding:25px;
        margin:15px;
}
nav.pc_nav li{
        text-decoration: none;
}
#main_content #left h2 {
    font-size: 100px;
    white-space: nowrap;
    font-weight: 100;
    letter-spacing: 9px;
    margin: 0;
    position: relative;
    color: black;
    font-family: 'Montserrat', sans-serif;
}
p.l_txt1 {
    width: 90%;
    line-height: 30px;
    margin-top: 30px;
}
.pc_nav li a {
    text-decoration: none;
    padding: 15px;
    color: black;
    font-weight: bold;
    opacity: 0.4;
    font-size: 16px;
    transition: all 0.3s;
    letter-spacing: 2px;
}
.pc_nav li a:hover{
    opacity:0.9;
}
.l_txt2 a {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #bc847a;
    font-size: 20px;
    padding: 10px 100px 10px;
    letter-spacing: 4px;
    margin-top: 20px;
}
#main_content #left h2::before {
    width: 140px;
    height: 1px;
    background: black;
    position: absolute;
    content: "";
    left: -80px;
    top: 10px;
    transform: rotate(-45deg);
}
#contents1 {
    background: rgba(229,197,186,0.3);
    margin-top: 400px;
    height: 800px;
    padding-left: 100px;
    padding-right: 100px;
}
#con1_wrap{
    max-width: 1580px;
    display: flex;
    margin: auto;
    justify-content: center;
}
#con1_wrap #left{
    width: 50%;
    max-width:720px;
    position: relative;
    top: -230px;
    background-position:center;
    background-size:cover;
    height: 900px;
}
#con1_wrap #left figure{
	width: 100%;
    margin: 0;
    height: 900px;
}

#con1_wrap #right {
    width: 50%;
    padding: 6%;
    padding-top: 120px;
    box-sizing: border-box;
    position: relative;
    max-width: 800px;
}

#con1_wrap #right p.en_font {
    white-space: nowrap;
    font-weight: 100;
    letter-spacing: 3px;
    margin: 0;
    font-weight: normal;
    opacity: 1;
    position: relative;
    font-size: 16px;
}
#con1_wrap p.r_txt1{
    line-height: 30px;
}
#con1_wrap h2 {
    font-weight: normal;
}
#contents2 {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
    padding-left: 100px;
    padding-right: 100px;
    
}
#contents2 .txt_wrap{
    display:flex;
    padding: 5px;
    text-align:left;
}
#contents2 #left{
    width: 50%;
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
    max-width: 650px;
    margin:auto;
}
#contents2 #right{
    width:50%;
    background: url(img/img1.jpg);
    background-position:center;
    background-size:cover;
}
#contents2 #left p:nth-child(1){
    width:70%;
    padding-left:20px;
    padding-bottom: 5px;
    border-bottom: 1px solid  rgba(0,0,0,0.25);
}
#contents2 #left p:last-of-type{
    width: 30%;
    text-align: right;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-bottom: 5px;
    padding-right: 20px;
}
#contents2 #left p.en_font {
    font-size: 24px;
    white-space: nowrap;
    letter-spacing: 6px;
    margin: auto;
    border: 0;
    width: 100%;
    bottom: 40px;
    padding-left: 0;
    position: relative;
    left: 30px;
    display: inline;
    margin-bottom: 0px;
    font-weight: normal;
}

#contents3{
    margin-top:150px;
    margin-bottom:200px;
    padding-left: 50px;
    padding-right: 50px;

}
#con3_wrap{
    max-width: 1400px;
    margin:auto;
    display:flex;
    justify-content: space-between;
    position:relative;
}
.con_title{
    text-align:center;
    margin-bottom:50px;
}
#contents3 .box_wrap{
    width:30%;
}
#contents3 figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 100%;
    position: relative;
    vertical-align: top;
}
figure{
	position:relative;
}
figure img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
span.con3_bg {
    width: 84%;
    position: absolute;
    background: rgba(229,197,186,0.3);
    height: 500px;
    transform: translateY(250px);
    left: 0;
    max-width: 1430px;
    z-index: -1;
}

#contents3 p.en_font,#contents4 p.en_font {
    font-size: 24px;
    z-index: 2;
    letter-spacing: 6px;
    position:relative;
    display: inline-block;
        font-weight: normal;

}
#con1_wrap #right p.en_font::before {
    width: 40px;
    height: 1px;
    background: black;
    position: absolute;
    content: "";
    left: -50px;
    top: 11px;
    opacity:0.5;
}
#contents2 p.en_font::before,#contents3 p.en_font::before,#contents4 p.en_font::before,#info_wrap #left p::before {
    width: 40px;
    height: 1px;
    background: black;
    opacity:1;
    position: absolute;
    content: "";
    left: -30px;
    transform: rotate(-45deg);
}
#contents3 p.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    
}
#contents3 p.date {
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
  
}

#contents4{
    margin-top:250px;
   margin-left: 50px;
    margin-right: 50px;
}
#con4_wrap{
    max-width: 1400px;
    margin:auto;
    display:flex;
    margin-bottom:200px;
    justify-content: space-between;
}
#contents4 .box_wrap{
    width:22%;
    position:relative;
}
#contents4 figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 140%;
    position: relative;
    vertical-align: top;
}
#content_staff p.right_txt {
    position: absolute;
    right:10px;
    top: 0;
    margin: 0;
    padding: 0;
    writing-mode: vertical-lr;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 16px;
    opacity: 0.6;
    color: black;
    font-family: 'Montserrat', sans-serif;
}
p.right_txt {
    position: absolute;
    right:-23px;
    top: 0;
    margin: 0;
    padding: 0;
    writing-mode: vertical-lr;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 16px;
    opacity: 0.6;
    color: black;
    font-family: 'Montserrat', sans-serif;
}
#contents4 p.title{
    text-align:center;
}


section#info {
    height: 550px;
    background: url(img/footer_img.jpg);
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:100px;
}
#info_wrap{
    background: white;
    margin: auto;
    display: flex;
}
#info_wrap #left,#info_wrap #right{
    width:50%;
}
#info_wrap #left{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 100px;
    text-align: center;
    width: 40%;
    box-sizing: border-box;
}
 #info_wrap #right {
    width: 60%;
    padding: 50px 80px;
    text-align: center;
    box-sizing: border-box;
}
#info_wrap #right p {
    margin: 0;
    padding: 10px;
}
#tel_box p:nth-child(1),#contact_box p:nth-child(1) {
    border-bottom: 1px solid black;  
}
#tel_box p:last-of-type,#contact_box p:last-of-type {
    font-size:14px; 
}
#info_wrap #left p{
    position: relative;
    left: 30px;
    letter-spacing: 3px;
    font-size: 20px;
}
#info_wrap #right p.en_font{
    font-weight: bold;
    letter-spacing: 2px;
}
#tel_box{
    margin-bottom:20px;
}
#info_wrap a{
    text-decoration:none;
    color:black;
}
#footer_wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.footer_logo img{
    max-width:300px;
}
footer{
    padding: 50px;
}
#footer_nav li {
    text-decoration: none;
}
#footer_nav li a {
    text-decoration: none;
    padding: 15px;
    color: black;
    font-weight: bold;
    opacity: 0.4;
    font-size: 14px;
    transition: all 0.3s;
    letter-spacing: 2px;
}
#footer_nav ul {
    display: flex;
    list-style: none;
    padding: 10px;
}

#footer_nav li a:hover {
    opacity: 0.9;
}
.sns_links ul{
    display:flex;
}
.sns_links li img {
    max-width: 50px;
}
.sns_links li {
    margin-right:10px;
}



/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2{
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    right: 20px;
    top: 35px;
    z-index: 100;
    }
    
    /*ボタン内側*/
    
    .openbtn2 span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        left: 13px;
        height: 2px;
        background:black;
      }
    
    
    .openbtn2 span:nth-of-type(1) {
    top:22px;
      width: 50%;
    }
    
    .openbtn2 span:nth-of-type(2) {
    top:33px;
      width:30%;
    }
    
    /*activeクラスが付与されると線が回転して×に*/
    
    .openbtn2.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 35%;
    }
    
    .openbtn2.active span:nth-of-type(2) {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 35%;
    }
    /*========= レイアウトのためのCSS ===============*/
    
    
    
    .lead{
    margin:20px 0 0 0;
    }
    
    .btn-block{
    width:200px;
    padding: 30px;
    }


    .openmenu_wrap{
        transform:translate(0,0%);
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        background:rgb(255, 255, 255);
        transition:all 0.5s;
        z-index:-5;
        opacity:0;
        display:flex;

    }
    .openmenu_wrap #left{
        background:url("img/img1.jpg");
        width:40%;
        height:100%;
        background-position:center;
    }
    .openmenu_wrap.active{
        opacity:1;
        z-index:99;
    }
    
    .openmenu{
        width: 100%;
        height: 100%;
        position:fixed;
        top:0;
        left:0;
        background: rgb(255, 255, 255);
        transition:all 0.5s;
        transform:translate(0,0);
    }
    .openmenu.active{
        width: 100%;
        height: 100%;
        transform:translate(0,-100%);
        background: white;
    }
    
    .openmenu_wrap #right{
        width: 60%;
        display: flex;
        align-items: center;
        padding-left: 10%;
    box-sizing: border-box;
    }
    .openmenu_wrap li {
        margin-bottom: 30px;
    }
    .openmenu_wrap li a {
        opacity: 1;
        font-weight: bold;
        color: black;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .openmenu_wrap ul.sub li {
        margin-bottom: 15px;
    }
    .openmenu_wrap ul.sub li a {
        font-size: 14px;
        opacity: 0.5;
    }
    .more a{
        margin-bottom: 5px;
        display: block;
        color: black;
        font-size: 16px;
        font-weight: bold;
    }
    .more span.bar1 {
        width: 230px;
        height: 1px;
        background: black;
        display: block;
        opacity: 1;
    }
    #contents1 .more{
        display: inline-block;
    position: absolute;
    z-index: 2;
    margin-top: 50px;
    right: 50px;
    }
   .more span.bar2 {
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    right: 0px;
    bottom: 5px;
    background: black;
    transform: rotate(35deg);
    }
    .more svg {
        position: absolute;
        width: 85px;
        enable-background: new 0 0 113.355 113.355;
        left: -42px;
        top: -35px;
        z-index: -1;
    }
    
    .more .box1 .st0 {
        fill: none;
        stroke: #000000;
        stroke-miterlimit: 10;
        stroke-width: 1px;
        opacity:0.3;
      
    
}
       .more .box2 .st0 {
            fill: none;
            stroke: #000000;
            stroke-miterlimit: 10;
            stroke-width: 1px;
            stroke-dashoffset: -340;
    stroke-dasharray: 345px;
    opacity:0.7;
        
    }
    .more a{
        transition:all 0.3s;
        letter-spacing: 1px;
    }
    .more a:hover{
       padding-left: 20px;
    }
    .more_anime{
        animation:morebtn 0.4s ease-out forwards;
    }
    
    @keyframes morebtn{
        0%{
    stroke-dashoffset: -340;
        }
        100%{
            stroke-dashoffset: 0;
        }
    }


    #contents3 .more {
        display: inline-block;
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: -100px;
    }
#contents2 .more {
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: 0px;
}
#contents2 #left{
	position:relative;
}

    #scroll_nav {
        position: fixed;
        left: 15px;
        top: -2%;
        transition:all 0.3s;
        opacity:0;
		pointer-events:none;
    }
    .nav_active{
        top:3vw !important;
        opacity:1 !important;
		pointer-events: auto !important;
		
    }
  .nav_active_page{
        top:150px !important;
        opacity:1 !important;  
	  pointer-events: auto !important;
}

    #scroll_nav ul{
        writing-mode: vertical-lr;
        display: flex;
    }
    

    #scroll_nav ul li a {
        text-decoration: none;
    padding-right: 5px;
    margin-top: 20px;
    color: black;
    font-weight: bold;
    opacity: 1;
    font-size: 14px;
    transition: all 0.3s;
    opacity: 0.7;
    letter-spacing: 2px;
    }
    #scroll_nav ul li:last-of-type a{
        border-right:2px solid rgb(0, 0, 0);
    }

    #copyright{
        text-align: center;
        font-size: 12px;
        padding: 5px;
        background: rgb(188 132 122);
        color: white;
        letter-spacing: 1px; 
    }
    #main_content #right div{
        animation-duration: 30s; 
  animation-iteration-count: infinite; 
  animation-name: slideAnime; 
  animation-timing-function: ease; 
  opacity: 0; 

    }
    #main_content #right div:nth-of-type(1){
       animation-delay:-2s;
    }
    #main_content #right div:nth-of-type(2){
        animation-delay:8s;
     }
     #main_content #right div:nth-of-type(3){
        animation-delay:18s;
     }
     @keyframes slideAnime {
        0% {
          opacity: 0;
        }
      
        16% {
          opacity: 1;
        }
      
        33% {
          opacity: 1;
        }
      
        49% {
          opacity: 0;
        }
      
        100% {
          opacity: 0;
        }
      }
    
      .button a:hover{
          opacity:0.7;
         
      }
      .button a{
          transition:all 0.3s;
      }

      .sns_links {
        position: relative;
        left: -5px;
    }

   
 
 /*スクロールダウン全体の場所*/
.scrolldown1 {
    position: absolute;
    right: 50px;
    bottom: 80px;
    writing-mode: vertical-rl;
    height: 50px;
    z-index: 2;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
   font-family: 'Jost', sans-serif;
    font-weight: bold;
}

/* 線の描写 */
.scrolldown1::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -5px;
    width: 1px;
    height: 60px;
    background: rgb(0, 0, 0);
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:-160px;
		opacity: 0;
	}
	30%{
		height:60px;
		opacity: 1;
	}
	100%{
		height:0;
		top:-130;
		opacity: 0;
	}
}               

#page_title_wrap {
    width: 100%;
    height: 400px;
    background: url(img/img1.jpg);
    background-position: center;
}
#page_title_wrap {
    width: 90%;
    height: 350px;
    background: url(img/img2.jpg);
    background-position: center;
    margin-left: auto;
    margin-top: 100px;
    margin-right: 0;
}
.more a{
	font-family: 'Montserrat';
	text-align:left;
}


/*----------------------------------タブレット-------------------------------*/
@media screen and (max-width:1000px) {
	
	#main_content #right {
    width: 100% ;
    position: relative;
	}
	#main_content{
		padding-left: 50px;
    	padding-right: 50px;
		justify-content: flex-start;
		flex-direction:column;
	}
	#main_content #left {
    width: 100%;
	    padding-top: 200px;
}
	#main_content #right figure {
    height: auto;
    padding-top: 77%;
}
	.pc_nav li a{
		font-size:18px;
	}
	nav.pc_nav.en_font{
		top: 40px;
	}
	#main_content #left h2 {
		font-size: 70px;align-content
	}
	h1#logo img {
    max-width: 350px;
}
	.scrolldown1 span {
    position: absolute;
    left: -17px;
    top: -5px;
    color: #000;
    font-size: 20px;
	}
	.scrolldown1 {
    position: absolute;
    right: 20px;
    bottom: 80px;
    writing-mode: vertical-rl;
    height: 50px;
    z-index: 2;
}
	#main_content #left h2::before {
    width: 90px;
    height: 1px;
    background: #00000087;
    position: absolute;
    content: "";
    left: -60px;
    top: 10px;
    transform: rotate(-45deg);
}
	#scroll_nav{
		display:none;
	}
	p.l_txt1 {
    width: 100%;
	}
	.openbtn2 span:nth-of-type(1){
		    width: 80%;
	}
	.openbtn2 span:nth-of-type(2) {
    width: 60%;
}
	.openbtn2.active span:nth-of-type(1),.openbtn2.active span:nth-of-type(2){
		width: 55%;
	}
	#con1_wrap #left figure{
		padding-top:70%;
		height:auto;
	}
	#con1_wrap #left {
    width: 100%;
    max-width: none;
	height:auto;
	position:static;
	}
	#con1_wrap {
    flex-direction: column;
    position: relative;
    top: -130px;
}
	#contents1 {
    padding-left: 50px;
    padding-right: 50px;
		margin-top: 200px;
}
	#con1_wrap #right {
    width: 100%;
    padding: 6%;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
    max-width: none;
}
	#contents1{
		height:auto;
	}
}