@import url("global.css");

.bg_image {
	background: url(../technology/img/modelhouse_bg.jpg) center center;
	background-size: cover;
	height: 400px;
	margin-bottom: 60px;
}

.intro .fl {
	width: 520px;
}
.intro .fl .sub {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
	margin-bottom: 5px;
}
.intro .fl h3 {
	font-size: 40px;
	font-weight: 900;
	color: #38783D;
	line-height: 1.2;
	letter-spacing: 2px;
}
.intro .fl .address {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.8;
	margin: 5px 0 15px;
}
.intro .fl .text {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}


.reserve {
	background-color: #F2ECE7;
	margin-top: 40px;
}
.reserve .image {
	float: left;
	width: 280px;
}
.reserve .fr {
	float: none;
	padding-left: 320px;
}
.reserve .fr .text {
	font-size: 22px;
	font-weight: 700;
	border-bottom: 2px solid #71331B;
	color: #71331B;
	padding: 25px 0 8px;
	line-height: 1.6;
}
.reserve .fr .btn {
	float: left;
	width: 48%;
	margin-top: 35px;
	border-right: 1px dotted #71331B;
}
.reserve .fr .btn a {
	background-color: #71331B;
	color: #fff;
	padding: 18px 56px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	text-align: center;
	position: relative;
}
.reserve .fr .btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    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;
}
.reserve .fr .btn a:hover {
    background-color: #844229;
}
.reserve .fr .tel {
	text-align: center;
}
.reserve .fr .att {
	color: #71331B;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	padding-top: 15px;
}
.reserve .fr .tel a {
	color: #71331B;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
}
.reserve .fr .tel a:hover {
	cursor:default;
}


#technology .modelhouse1 {
	width: 100%;
	max-width: 1100px;
	height: 480px;
	margin: 100px auto 0;
	position: relative;
}
#technology .modelhouse1 .image {
	float: right;
}
#technology .modelhouse1 .box {
	position: absolute;
/*	bottom: 40px;*/
	bottom: 15px;
	left:0;
	width: 480px;
/*	padding: 40px;*/
	padding:20px 40px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
}
#technology .modelhouse1 .box p {
	text-align: left;
	font-weight: 600;
	margin-top: 10px;
}
#technology .modelhouse1 .box p:first-child {
	margin-top: 0px;
}

#technology .modelhouse2 {
	width: 100%;
	max-width: 1100px;
	height: 480px;
	margin: 80px auto 0;
	position: relative;
}
#technology .modelhouse2 .image {
	float: left;
}
#technology .modelhouse2 .box {
	position: absolute;
	bottom: 40px;
	right:0;
	width: 480px;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
}
#technology .modelhouse2 .box p {
	text-align: left;
	font-weight: 600;
	margin-top: 10px;
}
#technology .modelhouse2 .box p:first-child {
	margin-top: 0px;
}

#technology .modelhouse3 {
	width: 100%;
	max-width: 1100px;
	height: 480px;
	margin: 80px auto 0;
	position: relative;
}
#technology .modelhouse3 .image {
	float: right;
}
#technology .modelhouse3 .box {
	position: absolute;
	bottom: 40px;
	left:0;
	width: 480px;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
}
#technology .modelhouse3 .box p {
	text-align: left;
	font-weight: 600;
	margin-top: 10px;
}
#technology .modelhouse3 .box p:first-child {
	margin-top: 0px;
}


.modelhouse_list {
	margin-top:-80px;
	padding: 120px 0 40px;
	background-color: #F2ECE7;
}
.modelhouse_list ul {
	padding: 0 20px;
	box-sizing: border-box;
}
.modelhouse_list li {
	float: left;
	margin-right: 20px;
}
.modelhouse_list li.mt20 {
	margin-top: 20px;
}
.modelhouse_list li:nth-child(3),
.modelhouse_list li:nth-child(6) {
	margin-right: 0px;
}


.appeal {
	margin-top: 80px;
	margin-bottom: 80px;
}
.appeal h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.appeal h3::after {
	position: absolute;
	content:"";
	width: 160px;
	height: 2px;
	background-color: #333;
	bottom:-25px;
	margin: 0 auto;
	left: 0;
	right:0;
}
.appeal .txt {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	margin-bottom: 60px;
}
.appeal .image {
	float: right;
	padding-left: 60px;
}
.appeal .text h4 {
	font-size: 18px;
	font-weight: 700;
	color: #572513;
	line-height: 1.4;
	margin-bottom: 5px;
}
.appeal .text h4::before {
	content:"ー";
	padding-right: 5px;
}
.appeal .text p {
	font-size: 14px;
	margin-bottom: 20px;
}


.kodawari h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 80px;
	text-align: center;
	position: relative;
}
.kodawari h3::after {
	position: absolute;
	content:"";
	width: 160px;
	height: 2px;
	background-color: #333;
	bottom:-25px;
	margin: 0 auto;
	left: 0;
	right:0;
}

.section_box {
	border: 5px solid #eee;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 30px;
}
.section_box .title .box {
	background-color: #71331C;
	padding: 6px 10px;
	line-height: 1;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-indent: 3px;
	letter-spacing: 3px;
}
.section_box .title h3 {
	color: #71331C;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin-left: 10px;
	vertical-align: sub;
	line-height: 1.5;
}
.section_box .text {
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
}


.section1 .txt,
.section2 .txt, 
.section4 .txt,
.section5 .txt {
	float: left;
	width : -webkit-calc(100% - 440px) ;
	width : calc(100% - 440px);
}
.section1 .right,
.section2 .right, 
.section4 .right, 
.section5 .right {
	float: right;
	width: 380px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
}
.section1 .right .fl,
.section2 .right .fl, 
.section4 .right .fl, 
.section5 .right .fl {
	float: left;
	width: 180px;
}
.section1 .right .fr,
.section2 .right .fr,
.section4 .right .fr,
.section5 .right .fr {
	float: right;
	width: 180px;
}
.section1 .right .image,
.section2 .right .image,
.section4 .right .image,
.section5 .right .image {
	margin-bottom: 10px;
}

.section3 ul {
	
}
.section3 ul li {
	float: left;
	width: 490px;
	margin-right: 40px;
	margin-top: 40px;
	position: relative;
}
.section3 ul li:nth-child(2n) {
	margin-right: 0px;
}
.section3 ul li .image {
	float: left;
	padding-right: 20px;
}
.section3 ul li h4 {
	position: absolute;
	bottom: 0;
	right: 315px;
	color: #71331C;
	font-size: 20px;
	font-weight: 800;
}
.section3 ul li .txt {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
}

.section6 .txt {
	float: left;
	width : -webkit-calc(100% - 580px) ;
	width : calc(100% - 580px);
}
.section6 .right {
	float: right;
	width: 520px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
}

.section7 .txt {
	float: left;
	width : -webkit-calc(100% - 500px) ;
	width : calc(100% - 500px);
}
.section7 .right {
	float: right;
	width: 440px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
}
.section7 .right .text {
	font-size: 13px;
}


/*** 2019/08/13 ***/

.performance {
	margin-top: 80px;
}
.performance h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.performance h3::after {
	position: absolute;
	content:"";
	width: 160px;
	height: 2px;
	background-color: #333;
	bottom:-25px;
	margin: 0 auto;
	left: 0;
	right:0;
}
.performance .txt {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	margin-bottom: 60px;
}
.performance ul {
	display: flex;
	justify-content: space-between;
}
.performance ul li {
	width: 48%;
	max-width: 520px;
}
.performance ul li h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
}
.performance ul li .text {
	font-size: 16px;
}
.performance .bg {
	background-color: #F2ECE7;
	margin-top: 50px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.performance .bg .text2 {
	font-size: 18px;
}
.performance .bg h5 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 10px;
}

.present {
	margin-top: 60px;
}
.present .wrapper {
	border: 5px solid #38783D;
	padding: 40px 60px;
	box-sizing: border-box;
	text-align: center;
}
.present .wrapper h3 {
	color: #38783D;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 35px;
}
.present .wrapper h3 span {
	padding-left: 10px;
}
.present .wrapper .text2 {
	margin-top: 30px;
	font-size: 18px;
	text-align: left;
}
.present .wrapper .box {
	margin-top: 45px;
	text-align: left;
}
.present .wrapper .box .image {
	float: left;
}
.present .wrapper .box.right .image {
	float: right;
}
.present .wrapper .box .txt {
	margin-left: 390px;
}
.present .wrapper .box.right .txt {
	margin-left: 0px;
	margin-right: 390px;
}
.present .wrapper .box .txt h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.present .wrapper .box .txt .text {
	font-size: 16px;
	margin-top: 10px;
}



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

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

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

.bg_image {
	height: 300px;
}

.intro .fl {
	width: 100%;
	float: none;
}
.intro .fl .sub {
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 5px;
}
.intro .fl h3 {
	font-size: 48px;
	text-align: center;
}
.intro .fl .address {
	font-size: 24px;
	text-align: center;
}
.intro .fr {
	float: none;
	margin-top: 30px;
}
.intro .fr iframe {
	width: 100%;
}


.reserve .image {
	display: none;
}
.reserve .fr {
	float: none;
	padding: 0 20px;
}
.reserve .fr .text {
	font-size: 20px;
	padding: 25px 0 10px;
	text-align: center;
}
.reserve .fr .btn {
	width: 49.5%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.reserve .fr .btn a {
	background-color: #71331B;
	color: #fff;
	padding: 18px 0;
	width: 90%;
	display: block;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	text-align: center;
	position: relative;
}
.reserve .fr .tel {
	width: 49%;
	float: right;
}
.reserve .fr .att {
	padding-top: 22px;
}


#technology .modelhouse1 {
	height: auto;
	margin: 80px auto 0;
}
#technology .modelhouse1 .image {
	width: 100%;
	float: none;
}
#technology .modelhouse1 .box {
	position: relative;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 30px 20px;
	line-height: 1.8;
}
#technology .modelhouse1 .box p {
	font-size: 14px;
}

#technology .modelhouse2 {
	height: auto;
	margin: 60px auto 0;
}
#technology .modelhouse2 .image {
	width: 100%;
	float: none;
}
#technology .modelhouse2 .box {
	position: relative;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 30px 20px;
	line-height: 1.8;
}
#technology .modelhouse2 .box p {
	font-size: 14px;
}

#technology .modelhouse3 {
	height: auto;
	margin: 60px auto 0;
}
#technology .modelhouse3 .image {
	width: 100%;
	float: none;
}
#technology .modelhouse3 .box {
	position: relative;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 30px 20px;
	line-height: 1.8;
}
#technology .modelhouse3 .box p {
	font-size: 14px;
}

.modelhouse_list {
	margin-top:0px;
	padding: 20px 0 20px;
	background-color: #F2ECE7;
}
.modelhouse_list li {
	width: 32%;
	margin-right: 2%;
}
.modelhouse_list li:last-child {
	margin-right: 0px;
}


.appeal {
	margin-top: 60px;
	margin-bottom: 60px;
}
.appeal h3 {
	font-size: 24px;
}
.appeal h3::after {
	content:"";
	width: 140px;
}
.appeal .txt {
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 40px;
}
.appeal .txt br {
	display: none;
}
.appeal .image {
	float: none;
	padding-left: 0;
	margin:0 auto 40px;
	width: 100%;
	text-align: center;
}


.kodawari h3 {
	font-size: 24px;
}
.kodawari h3::after {
	content:"";
	width: 140px;
}


.section_box {
	padding: 25px;
	margin-top: 30px;
	border: 4px solid #eee;
}
.section_box .title .box {
	padding: 6px 10px;
	font-size: 16px;
}
.section_box .title h3 {
	font-size: 20px;
	vertical-align: inherit;
}
.section_box .text {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8;
}


.section1 .txt,
.section2 .txt, 
.section4 .txt,
.section5 .txt {
	float: left;
	width : -webkit-calc(100% - 340px) ;
	width : calc(100% - 340px);
}
.section1 .right,
.section2 .right, 
.section4 .right, 
.section5 .right {
	float: right;
	width: 300px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 45px;
}
.section1 .right .fl,
.section2 .right .fl, 
.section4 .right .fl, 
.section5 .right .fl {
	width: 140px;
}
.section1 .right .fr,
.section2 .right .fr,
.section4 .right .fr,
.section5 .right .fr {
	width: 140px;
}

.section3 ul {
	margin-top: -10px;	
}
.section3 ul li {
	width: 48%;
	margin-right: 4%;
	margin-top: 40px;
	position: relative;
}
.section3 ul li .image {
	width: 140px;
}
.section3 ul li h4 {
	position: relative;
	bottom: inherit;
	right:inherit;
	color: #71331C;
	font-size: 18px;
	padding-bottom: 5px;
	padding-left: 160px;
}
.section3 ul li h4::before {
	content:"ー";
	margin-right: 5px;
}
.section3 ul li .txt {
	padding-left: 160px;
}

.section6 .txt {
	width : -webkit-calc(100% - 420px) ;
	width : calc(100% - 420px);
}
.section6 .right {
	width: 380px;
	margin-top: 45px;
}

.section7 .txt {
	float: left;
	width : -webkit-calc(100% - 400px) ;
	width : calc(100% - 400px);
}
.section7 .right {
	float: right;
	width: 360px;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 45px;
}
.section7 .right .text {
	font-size: 13px;
	line-height: 1.6;
}


/*** 2019/08/13 ***/

.performance {
	margin-top: 50px;
}
.performance h3 {
	font-size: 26px;
	margin-bottom: 50px;
}
.performance h3::after {
	position: absolute;
	content:"";
	width: 140px;
	bottom:-25px;
}
.performance .txt {
	font-size: 15px;
	margin-bottom: 50px;
}
.performance ul li h4 {
	font-size: 20px;
	margin-top: 20px;
}
.performance ul li .text {
	font-size: 15px;
}
.performance .bg {
	margin-top: 40px;
	padding: 30px;
	text-align: left;
}
.performance .bg .text2 {
	font-size: 16px;
}
.performance .bg h5 {
	font-size: 20px;
	margin-bottom: 5px;
}

.present {
	margin-top: 50px;
}
.present .wrapper {
	padding: 30px ;
}
.present .wrapper h3 {
	font-size: 26px;
}
.present .wrapper .box {
	margin-top: 30px;
}
.present .wrapper .box .image {
	float: left;
	width: 240px;
}
.present .wrapper .box .txt {
	margin-left: 270px;
}
.present .wrapper .box.right .txt {
	margin-right: 270px;
}
.present .wrapper .box .txt h4 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
}
.present .wrapper .box .txt .text {
	font-size: 15px;
}


}




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

/* 幅644px以下

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

.bg_image {
	height: 140px;
	margin-bottom: 30px;
}

.intro .fl .sub {
	font-size: 15px;
	text-align: left;
}
.intro .fl .sub br {
	display: none;
}
.intro .fl h3 {
	font-size: 22px;
	text-align: left;
}
.intro .fl .address {
	font-size: 15px;
	text-align: left;
}
.intro .fl .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.9;
}
.intro .fr {
	float: none;
	margin-top: 30px;
}
.intro .fr iframe {
	width: 100%;
	height: 200px;
}


.reserve .fr {
	float: none;
	padding: 0 20px;
}
.reserve .fr .text {
	font-size: 16px;
	padding: 25px 0 15px;
	line-height: 1.5;
	text-align: left;
}
.reserve .fr .btn {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.reserve .fr .btn a {
	padding: 14px 0;
	width: 100%;
	display: block;
	font-size: 15px;
}
.reserve .fr .btn a::after {
    content: '';
    width: 8px;
    height: 8px;
}
.reserve .fr .tel {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.reserve .fr .att {
	color: #71331B;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	padding-top: 15px;
}
.reserve .fr .tel a {
	font-size: 7.5vw;
}
	

#technology .modelhouse1 {
	margin: 60px auto 0;
}
#technology .modelhouse1 .box {
	padding: 30px 10px;
}
#technology .modelhouse1 .box p {
	font-weight: 500;
}

#technology .modelhouse2 {
	margin: 40px auto 0;
}
#technology .modelhouse2 .box {
	padding: 30px 10px;
}
#technology .modelhouse2 .box p {
	font-weight: 500;
}

#technology .modelhouse3 {
	margin: 40px auto 0;
}
#technology .modelhouse3 .box {
	padding: 30px 10px;
}
#technology .modelhouse3 .box p {
	font-weight: 500;
}



.modelhouse_list ul {
	padding: 0 0px;
}
.modelhouse_list li {
	width: 31%;
	margin-right: 3%;
}
.modelhouse_list li.mt20 {
	margin-top: 12px;
}


.appeal {
	margin-top: 60px;
	margin-bottom: 60px;
}
.appeal h3 {
	font-size: 16px;
	margin-bottom: 50px;
}
.appeal h3::after {
	content:"";
	bottom:-22px;
}
.appeal .txt {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 30px;
}
.appeal .text h4 {
	font-size: 16px;
	margin-bottom: 6px;
}


.kodawari h3 {
	font-size: 16px;
	margin-bottom: 50px;
}
.kodawari h3::after {
	content:"";
	bottom:-22px;
}


.section_box {
	padding: 15px;
	text-align: center;
	border: 3px solid #eee;
	margin-top: 20px;
}
.section_box .title .box {
	padding: 6px 10px;
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}
.section_box .title h3 {
	font-size: 18px;
	margin-top: 8px;
	letter-spacing: 1px;
	display: block;
}
.section_box .text {
	font-size: 14px;
	text-align: left;
}


.section1 .txt,
.section2 .txt, 
.section4 .txt,
.section5 .txt {
	float: none;
	width : 100% ;
}
.section1 .right,
.section2 .right, 
.section4 .right, 
.section5 .right {
	float: none;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
}
.section1 .right .fl,
.section2 .right .fl, 
.section4 .right .fl, 
.section5 .right .fl {
	width: 47%;
}
.section1 .right .fr,
.section2 .right .fr,
.section4 .right .fr,
.section5 .right .fr {
	width: 47%;
}
.section1 .right .image,
.section2 .right .image,
.section4 .right .image,
.section5 .right .image {
	margin-bottom: 8px;
}

.section3 ul {
	margin-top: -10px;	
}
.section3 ul li {
	width: 100%;
	margin-right: 0%;
	margin-top: 25px;
}
.section3 ul li .image {
	width: 80px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.section3 ul li h4 {
	font-size: 18px;
	padding-bottom: 4px;
	padding-left: 100px;
	text-align: left;
}
.section3 ul li .txt {
	padding-left: 0;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
}
.section3 ul li:last-child .txt {
	border-bottom: none;
	padding-bottom: 0;
}

.section6 .txt {
	float: none;
	width : 100% ;
}
.section6 .right {
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 20px auto 0;
	text-align: center;
}

.section7 .txt {
	float: none;
	width : 100%;
}
.section7 .right {
	float: none;
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: 20px auto 0;
}
.section7 .right .text {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}


/*** 2019/08/13 ***/

.performance {
	margin-top: 40px;
}
.performance h3 {
	font-size: 18px;
	margin-bottom: 45px;
}
.performance h3::after {
	position: absolute;
	content:"";
	bottom:-20px;
	width: 80px;
}
.performance .txt {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 40px;
	text-align: left;
}
.performance ul {
	display: block;
}
.performance ul li {
	width: 100%;
	max-width: 520px;
}
.performance ul li:last-child {
	margin-top: 45px;
}
.performance ul li h4 {
	font-size: 18px;
	margin-top: 15px;
}
.performance ul li .text {
	font-size: 15px;
}
.performance .bg {
	margin-top: 50px;
	padding: 20px;
}
.performance .bg .text2 {
	font-size: 15px;
}
.performance .bg h5 {
	font-size: 18px;
	margin-top: 15px;
}

.present {
	margin-top: 50px;
}
.present .wrapper {
	border: 3px solid #38783D;
	padding: 25px 20px;
}
.present .wrapper h3 {
	font-size: 5vw;
	margin-bottom: 25px;
}
.present .wrapper h3 span {
	padding-left: 0px;
	display: block;
}
.present .wrapper .text2 {
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
}
.present .wrapper .text2 br {
	display: none;
}
.present .wrapper .box {
	margin-top: 35px;
}
.present .wrapper .box .image {
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.present .wrapper .box.right .image {
	float: none;
}
.present .wrapper .box .txt {
	margin-left: 0px;
}
.present .wrapper .box.right .txt {
	margin-left: 0px;
	margin-right: 0px;
}
.present .wrapper .box .txt h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.present .wrapper .box .txt .text {
	font-size: 15px;
	margin-top: 10px;
}


}


@media only screen and (max-width: 330px){
	.reserve .fr .tel a {
		font-size: 25px;
	}
}






