*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: "Noto Serif JP", serif;
	font-size: 1em;
	font-weight: 600;
	color: #000;
	width: 100%;
  	min-width: 100%;
  	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,dl,ul,p,dt,dd,li{
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 2;
}

figure{
	margin: 0;
}


a{
  outline: none;
  color: #000;
}

.pc-bl {
  display: block;
}

.pc-nn,.slick-slide .pc-nn{
  display: none;
}

#top {
	float: right;
	width: 113px;
	clear: right;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}


.rd{
	color: #d34254;
}


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

#pagetop {
    position: fixed;
    bottom: 2%;
    right: 2%;
}


.ind {
	text-indent: -1em;
	padding-left: 1em;
}
.ind2 {
	text-indent: -7.3em;
	padding-left: 7.3em;
}

.ta_c{
	text-align: center;
}

.ta_r{
	text-align: right;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_80{
	margin-top: 80px;
}

.mt_100{
	margin-top: 100px;
}

.mt_150{
	margin-top: 150px;
}

.mt_200{
	margin-top: 200px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}

.mb_100{
	margin-bottom: 50px;
}
.mb_1l{
	margin-bottom: 1em;
}
.mr_10{
	margin-right: 10px;
}

.mr_20{
	margin-right: 20px;
}

.mr_30{
	margin-right: 30px;
}

.mr_50{
	margin-right: 50px;
}

.mr_100{
	margin-right: 100px;
}

.mr_200{
	margin-right: 200px;
}

.mr_250{
	margin-right: 250px;
}

.mr_280{
	margin-right: 280px;
}

.ml_10{
	margin-left: 10px;
}

.ml_20{
	margin-left: 20px;
}

.ml_30{
	margin-left: 30px;
}

.ml_50{
	margin-left: 50px;
}

.ml_60{
	margin-left: 60px;
}

.ml_100{
	margin-left: 100px;
}

.ml_150{
	margin-left: 100px;
}

.ml_210{
	margin-left: 210px;
}

.ml_300{
	margin-left: 300px;
}

.pt_20{
	padding-top: 20px;
}

.pt_30{
	padding-top: 30px;
}

.pt_50{
	padding-top: 50px;
}

.pt_100{
	padding-top: 100px;
}

.pt_200{
	padding-top: 200px;
}

.pb_20{
	padding-bottom: 20px;
}

.pb_50{
	padding-bottom: 50px;
}

.pb_100{
	padding-bottom: 100px;
}

.pl_20{
	padding-left: 20px;
}


.big{
	font-size: 1.6em;
	font-weight: bold;
}

.small{
	font-size: 0.7em;
}

.mdl {
	font-size: 0.9em;
}


.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

.w-860{
	width: 860px;
	margin: 0 auto;
}

.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex3{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex4{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex5{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex6{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex7 {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.flex8{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 13px;
}
.flex9{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 95px;
}
.flex10{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	row-gap:45px;
	margin-top: 2%;
	margin-bottom: 1%;
}


.spbr {
	display: none;
}




#news-cont,#prof-cont,#works-cont{
	margin: 8% 0 ;
}
#gallery-cont{
	background: linear-gradient(-20deg, #000 0%, #222235 100%);
	padding: 8% 0;
}
#contact-cont{	
	background: #F9F9F9;
	padding: 8% 0;
}
.contact-box{
	margin: 0 auto;
}



.btn a {
	font-family: "Noto Sans JP", sans-serif ;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    background: #2F3256;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    width: 330px;
	padding: 0.5em 0;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto;
    transition: 0.3s ease-in-out all;
    opacity: 1;
}
.form-row button:hover,
.btn a:hover{
	opacity: 0.6;
}
.news-wrap{
	width: 100%;
	display: flex;
    justify-content: space-between;
	margin-bottom: 8%;
}
.news-content{
	width: 100%;
}
.news-cont {
    width: 800px;
    margin: 0 auto 15%;
}
.news-tit {
    font-size: clamp(16px, 2.5vw, 1.5em);
	line-height: 1.5;
    margin: 3% 0 5% 0;
    color: #2F3256;
}
.news-pic img{
	max-width: 100%;
	width: 500px;
}
.prof-wrap{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.works-wrap{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.contact-wrap{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.works-list{
	margin-left: 5%;
}
.gallery-wrap{
	width: 100%;
	margin-bottom: 8%;
	position: relative;
}
.prof-wrap dl{
	width: 45%;
	margin: 0 auto;
}
.prof-wrap dt img{
	max-width: 226px;
}
.prof-wrap dd{
	text-align: justify;
}
.news-wrap h2{
	width: 136px;
    margin: 0;
}
.prof-wrap h2{
	width: 138px;
    margin: 0;
}
.gallery-wrap h2{
	width: 160px;
    margin: 0;
	position: absolute;
	left: -12px;
}
.works-wrap h2{
	width: 138px;
    margin: 0;
}
.works-wrap h3{
	color: #2F3256;
	font-size: 1.5rem;
	margin: 9% 0 2% 0;
}
.contact-wrap h2{
	width: 138px;
    margin: 0;
}
.bl-c{
	color: #2F3256;
}
.cont2-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: auto;
}
.ratio:before {
    content: "";
    display: block;
    padding-bottom: 165vw;
}
.gallery-inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.ph1{
	position: absolute;
	width: 19%;
    top: 7vw;
    left: 33%;
}
.ph2{
	position: absolute;
	width: 14%;
    top: 13vw;
    right: 10%;
}
.ph3{
	position: absolute;
	width: 23%;
    top: 33vw;
    left: 52%;
}
.ph4{
	position: absolute;
    width: 16%;
    top: 23vw;
    left: 10%;
}
.ph5{
	position: absolute;
    width: 19%;
    top: 40vw;
    right: 0;
}
.ph6{
	position: absolute;
    width: 17%;
    top: 44vw;
    left: 31%;
}
.ph7{
	position: absolute;
    width: 17%;
    top: 48vw;
    left: 0;
}
.ph8{
	position: absolute;
    width: 17%;
    top: 53vw;
    left: 55%;
}
.ph9{
	position: absolute;
    width: 21%;
    top: 77vw;
    left: 27%;
}
.ph10{
	position: absolute;
    width: 15%;
    top: 80vw;
    right: 3%;
}
.ph11{
	position: absolute;
    width: 16%;
    top: 87vw;
    left: 3%;
}
.ph12{
	position: absolute;
    width: 17%;
    top: 87vw;
    right: 26%;
}
.ph13{
	position: absolute;
    width: 19%;
    top: 110vw;
    left: 0;
}
.ph14{
	position: absolute;
    width: 13%;
    top: 112vw;
    right: 2%;
}
.ph15{
	position: absolute;
    width: 17%;
    top: 116vw;
    right: 27%;
}
.ph16{
	position: absolute;
    width: 17%;
    top: 120vw;
    left: 30%;
}
.ph17{
	position: absolute;
    width: 15%;
    top: 145vw;
    right: 22%;
}
.ph18{
	position: absolute;
    width: 18%;
    top: 150vw;
    left: 7%;
}
.ph19{
	position: absolute;
    width: 14%;
    top: 152vw;
    left: 39%;
}
.ph20{
	position: absolute;
    width: 15%;
    top: 152vw;
    right: 0;
}


.modalOpen{
	padding: 0;
	border: 0;
	z-index: 10;
	cursor: pointer;
}




.news_list {
	width: 80%;
    position: relative;
	margin-left: 5%;
}

.news_list_item {
  padding: 0;
  border-bottom: 1px solid #999999;
}

.news_list_item:first-child {
  border-top: 1px solid #999999;
}
.news_list_item a {
	text-decoration: none;
	position: relative;
	display: flex;
	padding: 25px 1em 25px 1em;
}
li.news_list_item :hover{
	background: #EDEDED;
	transition: 0.3s ease-in-out all;
	opacity: 1;
}
.news_list_date {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	display: flex;
	margin-right: 30px;
	align-items: center;
	font-weight: 700;
}
.news_txt{
	line-height: 1.6;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	font-weight: 600;
}
.arrow {
	width: 34px;
	height: 34px;
	border: 1px solid #2F3256;
	border-radius: 9999px;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 1em;
}

.arrow::after {
	position: absolute;
    top: 50%;
	left: 53%;
    font: var(--fa-font-solid);
    content: "\f061";
    transform: translateY(-50%) translateX(-50%);
    font-size: 0.9em;
    width: 1em;
    height: 1em;
	color: #2F3256;
}

#bg-img {
    width: 100%;
	height: 500px;
    background: url(../img/bg.jpg) top center / cover no-repeat fixed;
    position: relative;
}

#pagetop a{
	transition: 0.3s ease-in-out all;
	opacity: 1;
}

#pagetop a:hover{
	opacity: 0.3;
}


.ib-c {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.rule {
	margin-bottom: 10%;
}
.form-wrap {
}
.form-wrap p{
	font-size: clamp(0.8em,3.6vw,1em);
}

.form-wrap form {
  width: 100%;
  margin: 0 auto;
}
.form-wrap button {
 	cursor: pointer;
    border: none;
	font-family: "Noto Sans JP", sans-serif ;
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    background: #2F3256;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    width: 330px;
	padding: 0.8em 0;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto;
    transition: 0.3s ease-in-out all;
    opacity: 1;
}
.form-row {
  display: flex;
    flex-direction: column;
    padding: 1em;
}


.form-label {
  display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.form-label label {
  font-weight: 500;
}
.form-label span {
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
  background-color: #2F3256;
}
.form-wrap input,.form-wrap textarea{
	padding: 0.5em;
}
.form-wrap input{
	height: 3em;
}
.as_c{
	align-self: center;
	-ms-flex-flex-item-align: center;
	-webkit-align-self: center;
}

.jc_c{
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
}

.as_fe{
	-ms-flex-item-align: end;
	align-self: flex-end;
}


.p_r{
	position: relative;
}


.p_a{
	position: absolute;
}

.ind{
	text-indent: -1em;
	padding-left: 1em;
}




/*以下個別*/

.cont-box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.cont-box2{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}

.cont-box3 {
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
}
.cont-box4 {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}
.cont-box5 {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}
.mb1p{
	margin-bottom: 1%;
}
.mb2p{
	margin-bottom: 2%;
}
.mb3p{
	margin-bottom: 3%;
}
.mb5p{
	margin-bottom: 5%;
}
.mb10p{
	margin-bottom: 10%;
}
.mb15p{
	margin-bottom: 15%;
}
.mb20p{
	margin-bottom: 20%;
}

header{
}

header a,footer a{
	text-decoration: none;
}

.top{
	padding: 0 0 30px;
}

.pc-header{
	width: 100%;
	position: relative;
}

.side-menu{
	top: 5vh;
    right: 9vh;
    position: fixed;
    z-index: 99;
    mix-blend-mode: difference;
}
.side-menu ul{
	display: flex;
	flex-direction: column;
	gap:5px;
}
.side-menu li{
	font-size: 1.5rem;
	font-weight: 200;
}
.side-nav__item a {
	text-decoration: none;
	position: relative;
	color: #fff;
	opacity: 1;
    transition: 0.3s ease-in-out all;
}
.side-nav__item a::after{
	/*position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #2dd9d1;*/
}
.side-nav__item a:hover::after{
	width: 100%;
    left: 0;
}
.side-nav__item a:hover{
	opacity: 0.5;
}

.header-logo{
	width: 25%;
	align-self: center;
}

.header-logo a{
    transition: 0.3s ease-in-out all;
	opacity: 1;
	display:block;
}
.header-logo a:hover{
	opacity: 0.3;
}



.pc-menu{
	width: 780px;
	/* transform: translate(0,250px); */
	align-self: center;
	/* position: absolute;
	bottom: -100px;
	right: 0; */
}

.pcHead .pc-menu{
	/* transform: translate(0,0); */
	position: static;
}

.pc-menu a{
	padding: 10px 0;
    color: #000;
    font-family: "Noto Serif JP", serif;
	font-weight: 800;
    /* font-style: italic; */
    letter-spacing: 1px;
    font-size: 1.25em;
    position: relative;
}

.pc-menu a::after{
	position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #A50E35;
}

.pcHead .pc-menu a::after{
    background: #d92d35;
}

.pc-menu a:hover::after{
	width: 100%;
    left: 0;
}


.h-sml{
	font-size: 14px;
}

.h-big{
	font-size: 30px;
}

.main{
	display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
	height: 100vh;
	overflow: hidden;
}
.main::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.main h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 1;
}
.main video {
    width: 100%;
    height: 100%;
    max-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#intro{
	background: url(../img/bg.jpg) no-repeat;
    padding: 20% 0;
    background-size: cover;
    background-position: 35%;
	width: 100%;
}
#intro p{
	color: #fff;
	line-height: 2;
	font-size: 0.8em;
}
#intro .logo2{
	margin: 0 auto 10%;
	width: 75%;
}
.cont-box{
	z-index: 10;
	position: inherit;
}
#system{
	background:#000;
    padding: 5% 0;
	width: 100%;
}
#system p{
	color: #C1986B;
}
#system h2{
	color: #C1986B;
	text-align: center;
	font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}
.oc {
	width: 80%;
	margin: 0 auto;
}
.top-menu {
    width: 48%;
	font-size: 0.7em;
}
#system video,#instagram video {
    width: 100%;
    height: 100%;
    max-height: auto;
    object-fit: cover;
    object-position: center;
}
.other{
	padding-top: 5%;
	margin-top: 5%;
	border-top: 1px solid #C1986B;
	font-weight: bold;
	font-size: 0.7em;
}
.mb7p{
	margin-bottom: 7%;
}
.btn1 a{
	padding: 1.5em;
	background: #fff;
	color: #C1986B;
	text-align: center;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
}
.btn1 {
	margin: 5% auto;
}
.btn2 a{
	padding: 0.6em;
	background: #fff;
	color: #C1986B;
	text-align: center;
	display: block;
	font-size: 2.5em;
	text-decoration: none;
}
.btn2 {
	margin: 5% auto;
}
.btn2 span{
	display: block;
	font-size: 0.5em;
	margin-bottom: 2%;
}
.btn3 a{
	padding: 1em;
	background: #fff;
	text-align: center;
	display: block;
}
.btn3 {
	margin: 2% auto;
}
.btn3 img{
	width: 50%;
}
.mv {
	position:relative;
	margin-bottom: -15%;
}
.mv::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	offset: 0px;
	z-index: 0;
	background: linear-gradient( to bottom, #0000, #000 );
}
.mv2 {
	position:relative;
	margin-bottom: -5%;
}
.mv2::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	offset: 0px;
	z-index: 0;
	background: linear-gradient( to bottom, #0000, #000 );
}

#gallery{
	background: url(../img/bg2.jpg) no-repeat;
    padding: 5% 0;
    background-size: contain;
    background-color: #000;
	width: 100%;
}
#gallery h2{
	color: #C1986B;
	text-align: center;
	font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}
#instagram{
	background:#000;
    padding: 10% 0;
	width: 100%;
}
#instagram p{
	color: #C1986B;
	font-size: 0.8em;
}
#instagram h2{
	color: #C1986B;
	text-align: center;
	font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}
.interior div{
	width: 47%;
}
#address {
	background: #000;
	padding: 0% 0 5%;
	width: 100%;
}
#address .logo3{
	margin: 0 auto 5%;
	width: 70%;
}
#address p{
	color: #C1986B;
	font-size: 0.8em;
	display: inline-block;
}
#address p.tel{
	display: block;
	text-align: center;
	font-size: 2.2em;
}

#menu-cont1 {
	background: #000;
	padding: 20% 0 10%;
}
#menu-cont1 h2{
	color: #C1986B;
	text-align: center;
	font-size: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}
#menu-cont1 h3{
	color: #C1986B;
	text-align: center;
	font-size: 1em;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}
#menu-cont1 p{
	color: #fff;
}
.menu-txt{
	font-size: 0.8em;
	margin-bottom: 5%;
	color: #C1986B!important;
}
footer{
	background: #000;
	padding: 40px 0;
}

.foot-cont{
	position: relative;
}

.foot-cont figure{
	width: 420px;
	margin: 0 auto;
	text-align: center;
}

.foot-txt{
	margin: 0 auto;
	text-align: center;

}

.foot-txt p{
}

address{
	text-align: center;
	font-style: normal;
	font-size: 0.8em;
	color: #C1986B;
}

#pagetop{
	position: fixed;
	width: 56px;
	bottom: 50px;
	right: 50px;
	z-index: 999;
}
.wd100{
	width: 100%;
}

.modalOpen{
	padding: 0;
	border: 0;
	width: 100%;
	margin-bottom: 0.9%;
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}
.modalOpen2{
	padding: 0;
	border: 0;
	width: 19.3%;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}

.modalOpen-ex{
	padding: 0;
	border: 0;
	margin-bottom: 0.9%;
	/* margin-right: 10px; */
	border-radius: 0;
	z-index: 10;
	cursor: pointer;
}





/*.modalOpen:nth-of-type(5n){
	margin-right: 0;
}*/

.c4-izmir {
	background-color: #000;
	background-color: var(--primary-color);
}

.c4-izmir {
	--primary-color: #000;
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	animation: show 0.3s linear 0s;
}

.modal-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}

.modal-cont{
	width: 100%;
    max-width: 450px;
    animation-duration: 1s;
    position: relative;
    /* padding: 40px; */
    animation: show 0.3s linear 0s;
    transform: translate(0, 50px);
    z-index: 150;
}

.modal-cont2 {
    margin: 0 auto;
    max-width: 880px;
    /* width: 90%; */
    animation-duration: 1s;
    position: relative;
    /* background-color: #fff; */
    padding: 0px;
    /* border: 5px solid #d92d35; */
    animation: show 0.3s linear 0s;
    /*transform: translate(0, 50px);*/
    z-index: 150;
}

.modal-cont3 {
    margin: 10% auto;
    max-width: 640px;
    width: 90%;
    animation-duration: 1s;
    position: relative;
    background-color: #fff;
    padding: 0px;
    border: 5px solid #d92d35;
    animation: show 0.3s linear 0s;
    transform: translate(0,50px);
    z-index: 150;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
  
.modalClose{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 10;
}


.modal-txt-box{
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.modal-txt-box h3{
	font-family: 'Roboto', sans-serif;
	font-size: 4em;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 2px;
	color: #d92d35;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #d92d35;
	line-height: 1.2;
	width: 100%;
}

.modal-txt{
	margin-left: 20px;
	font-size: 3.2em;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.4;
	width: 100%;
	align-self: flex-start;
}

.modal-mini,.modal-mini2{
	margin-left: 20px;
	align-self: flex-end;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	margin-top: auto;
	line-height: 1;
}

.modal-mini2{
	margin-top: 10px;
}

.modal-mini2 big{
	font-size: 1.8em;
}

.modalClose{
	right: -25px;
	top: -25px;
	border: none;
	background: #C1986B;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
}





@media screen and (max-width:1024px){

	.modal-cont2,.modal-cont3 {
    	width: 90%;
    	/*padding: 5%;*/
    	transform: translate(0,0);
	}
	

	.flex8{
		column-gap: 3px;
	}
	
	.flex9{
        row-gap: 0px;
	}
	.flex10{
		row-gap: 20px;
	}


	.sp-header-logo {
        width: 55%;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        margin: 0;
    }

	.sp-bl,.slick-slide .sp-bl{
		display: block;
	}

	.sp-nn{
		display: none!important;
	}
	.sp-ta_l {
    	text-align: left;
	}


	p,li,dt,dd,td,th,a{
		font-size: 0.95em;
	}

	p{
		line-height: 1.6;
	}


	img{
		width: 100%;
	}

	.sp-img{
		width: 100%;
	}

	body{
		overflow-x: hidden;
	}

	header{
		height: auto;
		position: fixed;
	}
	
	.pc-header{
		display: none;
	}

	#wrapper{
		margin-top: 0;
	}

	button {
		border: none;
		background: none;
		outline:none;
	}
	
	.fullscreenmenu{
	}
	
	.menu,.menu span {
		display: inline-block;
		-webkit-transition:all .4s;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu{
		position: fixed;
		top: 0;
		right:  0;
		width: 50px;
		height: 50px;
		z-index: 999;
		cursor: pointer;
		padding: 0;
		transition: all 0.3s ease-out;
		mix-blend-mode: difference;
	}
	
	.menu .bar{
		position: absolute;
		left: 50%;
		width: 50%;
		height: 2px;
		background-color: #fff;
		z-index: 10;
		transform: translate3d(-50%,-4px,0);
		-webkit-transform: translate3d(-50%,-4px,0);
	}

	
	.menu .menu-txt{
		font-size: 0.5em;
		color: #fff;
		position: absolute;
		left: 50%;
		transform: translate3d(-50%,-4px,0);
		-webkit-transform: translate3d(-50%,-4px,0);
	}
	
	.menu span:nth-of-type(1) {
		top: 23px;
	}
	
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	
	.menu span:nth-of-type(3) {
		bottom: 13px;
	}
	
	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
		background-color: #fff;
	}
	
	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}
	
	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateX(-50%)translateY(-12px)rotate(-45deg);
		transform: translateX(-50%)translateY(-12px)rotate(-45deg);
		background-color: #fff;
		width: 50%;
		left: 50%;
	}
	
	#nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		height: 100vh;
		opacity: 0;
		background-color: #000;
		transition: all 0.3s ease-in-out;
		visibility:hidden;
		mix-blend-mode: difference;
	}
	
	#nav.active{
		right: 0;
		opacity: 0.9;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		overflow: auto;
		z-index: 10000;
	}
	
	#nav ul{
		margin:20px auto;
		padding:20px 0;
		width: 90%
	}
	
	#nav ul li{
		list-style-type: none;
		margin-bottom: 10px;
	}
	
	#nav ul li a{
		padding: 14px 0;
		text-align: center;
		text-decoration: none;
		color: #fff;
		display: block;
		font-weight: 400;
		font-size: 1.2em;
		font-family: "Noto Serif JP", serif;
	}
	
	
	#nav ul li ul{
		margin: 0;
		padding: 0;
	}
	
	#nav .sp-menu-bottom{
		margin-bottom: 20px;
	}
	
	#nav ul .sp-menu-bottom>ul{
		padding-left: 10%;
	}
	
	#nav ul .sp-menu-bottom>ul a:before{
		content: ">";
		color: #fff;
		margin-right: 5px;
	}

	
	#sp-list a{
		color: #fff;
		text-decoration: none;
		text-align: center;
		display: block;
		padding: 10px;
	}



	.main img{
		width: 100%;
	}


	.header-logo img,.main-tit{
		width: 100%;
	}

	.main-txt2{
		font-size: 3.5vw;
		margin: 5% 0 0;
		letter-spacing: 2px;
	}

	.cont-box,.cont-box3 {
		width: 90%;
	}

	.sp-logo{
		margin: 0 auto;
		width: 50%;
		padding-top: 50px;
	}

	footer{
		padding: 5% 0;
	}

	.foot-cont figure{
		width: 50%;
	}

	.foot-txt{
		font-size: 3vw;
		text-align: left;
		margin: 0;
	}

	.foot-txt .big{
		font-size: 2.8vw;
		margin-bottom: 5px;
	}

	.foot-txt p{
		line-height: 1;
	}


	#pagetop {
		width: 40px;
		bottom: 2vw;
		right: 2%;
	}

	.modalOpen{
		width: 100%;
		margin-bottom: 10%;
		margin-right: 0;
	}
	
	.modalOpen2{
		width: 100%;
		margin-bottom: 5%;
		margin-right: 0;
	}

	.modal-cont{
		width: 70%;
		transform: translate(0,0);
	}

	.modal-cont figure {
		margin: 0 auto;
	}

	.modal-txt-box{
		width: 100%;
		margin-top: 5%;
	}

	.modal-txt-box h3{
		font-size: clamp(14px, 6vw, 4em);
		text-align: center;
		padding: 0 0 10px 0;
	}

	.modal-txt{
		font-size: clamp(14px, 5vw, 3.2em);
		margin: 0 0 30px 0;
		letter-spacing: 1px;
	}

	.modal-mini,.modal-mini2{
		margin-left: 0;
		font-size: clamp(13px, 3vw, 1.6em);
		letter-spacing: 0;
	}

	.modalClose{
		width: auto;
        height: auto;
        right: -15px;
        top: -15px;
        font-size: 1em;
        padding: 8px;
        line-height: 1;
	}

	.btn a {
    width: 100%;
}
	#header{
		background: #fff;
		z-index: 99;
	}
	#wrapper a:hover {
    opacity:1;
}
	.news-wrap h2{
		width: 15%;
	}
	.prof-wrap h2{
		width: 15%;
	}
	.gallery-wrap h2{
		width: 15%;
		left: -2px;
	}
	.works-wrap h2{
		width: 15%;
	}
	.contact-wrap h2{
		width: 15%;
	}
	.news_list_item a {
    display: block;
}
	.news_txt {
    width: 87%;
}
    .arrow {
        width: 2em;
        height: 2em;
        right: 0.5em;
    }	
	.prof-wrap dl {
		width: 75%;
	}
	.prof-wrap dd {
    font-size: 0.9em;
    line-height: 1.7;
}
	.news_txt {
    font-size: 0.9em;
    line-height: 1.7;
}
	.prof-wrap dt img {
    max-width: 62%;
}

	.works-list {
    width: 75%;
	margin: 0 auto;
}
	.works-list li{
    font-size: 0.9em;
    line-height: 1.7;
	margin-bottom: 2%;
}
	.ind2 {
    text-indent: -1em;
    padding-left: 1em;
}
	.works-wrap h3 {
    font-size: 1.15em;
}
	#bg-img {
    width: 100%;
    height: 300px;
    background: url(../img/bg.jpg) top center / cover no-repeat;
    position: relative;
}
	

	
	
	.contact-box {
    width: 75%;
    margin: 0 auto;
}
	.form-wrap p {
    font-size: 0.9em;
}
	.form-wrap button {
    width: 100%;
	font-size: 0.9em;
}
	.form-label {
    font-size: 0.9em;
}
	.form-wrap input {
    height: 2em;
}
	.form-row {
    padding: 1em 0 0 1em;
}
	    .news-cont {
        width: 85%;
        margin: 0 auto 15%;
        min-height: auto;
    }
}
