@import url("global.css");


.text {
	text-align: center;
}
.text h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 30px;
}
.text p {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}
.text p.open {
	background:linear-gradient(transparent 70%, #faccba 70%);
	display: inline-block;
}

.main_title {
	margin: 30px auto 30px;
}

.logo_img {
	width: 20%;
	margin: 0 auto;
}

.bg_image {
	background: url(../modelhouse/img/img1.jpg) center center;
	background-size: cover;
	height: 600px;
	margin: 35px auto 0;
	max-width: 1200px;
	border-radius: 10px;
	position: relative;
	display: block;
	width: 93%;
}

.bg_image::before {
	content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 650px;
    height: 120px;
    z-index: 1;
    background: url("../modelhouse/img/open_img.png") no-repeat left top;
    background-size: contain;
	transform: rotate(-15deg);
}

.about {
	margin-top: 30px;
	position: relative;
}
.about .title {
	margin-top: -60px;
	float: left;
	background-color: #67b5b7;
	border-radius: 4px;
	padding: 50px 40px;
}
.about .title h4 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
}

.about .txt {
	padding-left: 400px;
	font-size: 14px;
}
.about .txt p {
	line-height: 1.9;
	margin-bottom: 15px;
}

.photo.wrapper,
.movie.wrapper,
.info.wrapper {
	text-align: center;
}
.photo {
	margin-top: 40px;
}

.photo {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.photo::before {
	content: '';
    position: absolute;
    top: 12%;
    left: -100%;
    width: 300%;
    background: #e6eae6;
    border-radius: 100% 100% 0 0;
    z-index: -1;
    height: 88%;
}

.photobox {
	max-width: 900px;
	max-height: 600px;
	margin: 0 auto 5px;
	padding: 0;
}
.photobox img,
.photobox-nav img {
	width: auto;
	height: 600px;
	margin: 0 auto;
}
.photobox_sub {
	max-width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
.photobox_sub .slick-slide {
	margin: 5px;
	height: 50px;
	overflow: hidden;
}
.photobox_sub .slick-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.photobox_sub .slick-next {
	right: 20px;
	z-index: 100;
}
.photobox_sub .slick-prev {
	left: 15px;
	z-index: 100;
}
.photobox_sub .slick-current {
	opacity: 0.5;
}
.photobox_sub  .slick-slide {
	cursor: pointer;
}

/*** movie ***/

.movie {
	margin-top: 60px;
}
.movie .movie_ul {
	overflow: hidden;
}
.movie .movie_ul .movie_li {
    display: inline-block;
    padding: 1%;
	padding-bottom: .5%;
    width: 47%;
    margin-bottom: 5px;
	background-color: #faccba;
}
.movie .movie_ul .movie_li iframe {
	background-color: #faccba;
	width: 100%;
	height: 288px;
}


/*** event ***/

.event {
	margin-bottom: 120px;
}
.event a {
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.event .image {
	width: 420px;
	height: 280px;
	overflow: hidden;
	float: left;
}
.event a:hover .image {
	opacity: 0.7;
}
.event .image img {
	border-radius: 4px;
}
.event .txt {
	padding-left: 450px;
	text-align: left;
}
.event .txt h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0 10px;
	line-height: 1.5;
}
.event .txt a:hover h3 {
	color: #582614;
}
.event .txt .day {
	font-size: 12px;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
}
.event .txt .day::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 10px;
	height: 2px;
	width: 20px;
	background-color: #333;
}
.event .txt .text {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.7;
	text-align: left;
}


.info {
	margin-top: 100px;
}

.info .infotitle {
	position: relative;
	display: inline-block;
}
.info .infoimg {
	position: absolute;
	top: -40px;
	left: -90px;
	transform: rotate(-15deg);
	width: 200px;
}
.info h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}
.info .infobox {
	display: flex;
	text-align: left;
}
.info .infobox .infotxt,
.info .infobox .map {
	width: 48%;
	margin: 1%;
}

.info .infobox .infotxt table {
	margin-bottom: 30px;
	width: 100%;
	border-spacing: 5px;
	background: #e6eae6;
}

.info .infobox .infotxt table tr {
	padding: 10px;
}

.info .infobox .infotxt table tr th {
	width: 30%;
	font-weight: bold;
	padding: 10px;
}

.info .infobox .infotxt table tr td {
	width: 70%;
	padding: 10px;
}

.info .infobox .infotxt p {
	margin-bottom: 10px;
}

.present {
	display: flex;
	flex-direction: row;
	margin: 60px auto 0;
	max-width: 1000px;
	padding: 0 20px;
	text-align: center;
}
.present .present1 {
	display: inline-block;
	z-index: 2;
	margin-right: -20px;
	margin-top: -20px;
}
.present .present1 .pcnone {
	display: none;
}
.present .present2 {
	z-index: 1;
	display: inline-block;
	margin-left: -20px;
	margin-top: 20px;
	border-radius: 10px;
}


.form h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin-top: 80px;
	margin-bottom: -10px;
}
.form p {
	margin-top: 20px;
	text-align: center;
}
.form p span{
	color: #39773F;
	font-size: 16px;
}


.close .bg_image::before {
	content: none;
}
.close .text p.model_close {
	color: #F32001;
	font-size: 40px;
}


.bnr_link a {
	margin: 80px auto;
	display: block;
	background-color: #2E9C33;
	box-shadow:  0 0 0 5px #fff, 0 0 0 10px #FDCE00;
	border-radius: 1px;
	padding: 20px;
	color: #fff;
	text-align: center;
	max-width: 600px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.bnr_link a::after {
	content: "";
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.bnr_link a:hover {
	opacity: .8;
	border-radius: 3px;
}
.bnr_link a img {
	height: 70px;
	margin-top: -8px;
	margin-right: 15px;
}


/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

.text div img {
	width: 250px;
}
.text h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.text p {
	font-size: 20px;
	line-height: 2;
	text-align: center;
	padding: 0 10px;
}
	
.text p br {
	display: none;
}

.logo_img {
	width: 100%;
	text-align: center;
}

.bg_image {
	height: 450px;
	margin-top: 60px;
}
	
.bg_image::before {
    top: -6%;
    left: -4%;
    width: 30rem;
}

.about {
	margin-top: 25px;
}
.about .title {
	margin-top: -50px;
	padding: 40px 30px;
}
.about .title h4 {
	font-size: 24px;
}
.about .title .eng {
	font-size: 28px;
}
.about .txt {
	padding-left: 300px;
}

.photo {
	margin-top: 0;
}

	
/*** movie ***/	
	
.movie .movie_ul .movie_li iframe {
	height: 25vw;
}

/*** event ***/

.event .image {
	width: 43%;
	height: 28vw;
}
.event .txt {
	padding-left: 47%;
}
.event .txt h3 {
	font-size: 20px;
	margin: 15px 0 10px;
	line-height: 1.5;
}
.event .txt a:hover h3 {
	color: #582614;
}
.event .txt .day {
	font-size: 12px;
	padding-left: 30px;
}
.event .txt .text {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.7;
}




}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.text div img {
	width: 30%;
}

.text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.text p {
	font-size: 14px;
	line-height: 1.9;
	padding: 0 0px;
}

.main_title {
	margin: 30px auto 20px;
}
.bg_image {
	height: 16rem;
	margin: 20px auto 20px;
}

.bg_image::before {
    top: -11%;
    left: 0.5%;
    width: 20rem;
	transform: rotate(0);
}

.about {
	margin-top: 25px;
}
.about .title {
	margin-top: 0px;
	padding: 0;
	background-color: #fff;
	color: #572513;
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.about .title h4 {
	font-size: 19px;
	color: #572513;
}
.about .title h4 br {
	display: none;
}
.about .title h4 span {
	display: block;
}
.about .title .eng {
	font-size: 24px;
	color: #572513;
}
.about .txt {
	padding-left: 0;
	margin-top: 15px;
}
.about .txt p {
	font-size: 14px;
	line-height: 1.9;
}

.photo {
	padding-top: 30px;
}

.photo .photobox .slick-slide {
	max-width: 640px;
	height: 65vw;
	overflow: hidden;
}

.photo .photobox .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
	

.photo .photobox_sub {
	margin: 0 auto;
}
.photo .photobox_sub .slick-slide {
	margin: 1%;
	width: 18% !important;
	height: 4rem;
	display: block;
}
	
	
/*** movie ***/

.movie .movie_ul .movie_li {
   padding-bottom: 0;
}
/*
.movie .movie_ul .movie_li iframe {
	height: 24.7vw;
}
*/
/*
.movie .movie_ul .movie_li {
    display: block;
    padding: 2%;
	padding-bottom: .5%;
    width: auto;
    margin-bottom: 10px;
}
.movie .movie_ul .movie_li iframe {
	height: 51vw;
}
*/
	
/*** event ***/

.event {
	margin: 0 10px 130px;
}
.event .image {
	width: 100%;
	height: 60vw;
	max-wifth: 360px;
	margin: 0 auto;
	float: none;
}
.event .txt {
	padding-left: 0px;
	margin-top: 20px;
}
.event .txt .category {
	padding: 4px 25px;
	font-size: 14px;
}
.event .txt h3 {
	font-size: 16px;
	line-height: 1.6;
}
.event .txt .text {
	line-height: 1.8;
	font-size: 14px;
}

	
	
	
.info {
	font-size: 14px;
	margin-top: 100px;
	margin-bottom: 60px;
}
.info .infotitle {
	position: relative;
	display: inline-block;
}
.info .infoimg {
	top: -2rem;
	left: -5rem;
	width: 10rem;
}
.info h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.info .infobox {
	display: block;
}
.info .infobox .infotxt,
.info .infobox .map {
	width: 100%;
	margin: 0;
}

.info .infobox .infotxt table {
	margin-bottom: 30px;
	width: 100%;
	border-spacing: 5px;
	background: #e6eae6;
}

.info .infobox .infotxt table tr {
	padding: 10px;
}

.info .infobox .infotxt table tr th {
	width: 30%;
	font-weight: bold;
	padding: 10px;
}

.info .infobox .infotxt table tr td {
	width: 70%;
	padding: 10px;
}

.info .infobox .infotxt p {
	margin-bottom: 10px;
}
.info .infobox .infotxt {
	margin-bottom: 30px;
}
.info .infobox .map {
	width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.info .infobox .map iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.present {
	flex-direction: column;
	margin: 60px auto 0;
}
.present .present1 {
	margin: 0 auto -20px;
	z-index: 2 !important;
	width: 100%;
}
.present .present1 .spnone {
	display: none;
}
.present .present1 .pcnone {
	display: block;
}
.present .present2 {
	margin: 0 auto;
	z-index: 1 !important;
	width: 100%;
}
	
.form h4 {
	font-size: 18px;
	margin-top: 60px;
}

	
	
.close .text p.model_close {
	font-size: 26px;
}

	
	
.bnr_link a {
	margin: 40px auto;
	box-shadow:  0 0 0 3px #fff, 0 0 0 6px #FDCE00;
	padding: 15px 10px;
	font-size: 16px;
	max-width: 300px;
}
.bnr_link a::after {
    right: 10px;
}
.bnr_link a img {
	height: 50px;
	margin-top: -5px;
	margin-right: 10px;
}
	
	
}









