@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:'Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	letter-spacing: 1px;
}

body a {
	text-decoration:none;
	color:#000;
}
body a:hover{
	text-decoration:underline;
}

#header,
.main,
#footer {
	width:100%;
}

body{
	min-width:1080px;
}
p{
	font-size:1.5rem;
	line-height:2.1;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/

#header{
	padding:30px 0 0;
}
#header .wrap{
	width:1050px;
	margin:0 auto;
}
#header .fixwrap{
	width:100%;
	background:#fff;
	padding:10px 0 10px 0;
}
#header.fixed .fixwrap {
  position: fixed;
  top: 0px;
  z-index:9999;
}
#header.fixed+div{
	margin-top:95px;
}
#header h1{
	float:left;
	width:230px;
}
#header .menublock{
	float:right;
	width:600px;
	margin:30px 0 0 0;
}
#header #submenu{
	margin:0 0 20px 0;
}
#header #submenu ul{
	text-align:right;
	font-size:0;
}
#header #submenu ul li{
	position:relative;
	display:inline-block;
	font-size:1.1rem;
	vertical-align:middle;
	padding:0 0 0 12px;
	margin:0 0 0 10px;
}
#header #submenu ul li:last-child{
	content:none;
	padding:0;
}
#header #submenu ul li::before{
	content:'';
	position:absolute;
	top:3px;
	left: 0;
	border: 3px solid transparent;
	border-left: 6px solid #333;
}
#gnavi{

}
a.change span.en{ display:inline; font-family: 'Julius Sans One', sans-serif;font-weight:bold;}
a.change:hover span.en{ display:none; }
a.change span.jp{ display:none; }
a.change:hover span.jp{ display:inline; }
.menu {
    position: relative;
    width: 100%;
    height: 45px;
    max-width: 620px;
    margin: 0 auto;
	background:#fff;
}
.menu > li {
    float: left;
    width: 25%;
    height: 45px;
	font-size:1.5rem;
	text-align:center;
    line-height: 45px;
}
.menu > li a {
    display: block;
    color: #000;
}
.menu > li a:hover {
    color: #000;
	cursor:pointer;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #cccbc2;
	letter-spacing:-0.09rem;
}
.menu__second-level li a{
	display:block;
	padding:10px 9px;
}
.menu__second-level li a:hover{
	background-color:#ccc;
}
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 45px;
    width: 100%;
	font-size:1.1rem;
	text-align:center;
    background: #bfbfbf;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;
}

#contents .wrap{
	width:1050px;
	margin:0 auto;
}
.headline{
	font-size:3.2rem;
	font-weight:bold;
	font-family: 'Julius Sans One'
}
.headline span{
	font-size:1.0rem;
}


#footer {
	border-top:1px solid #000;
	padding: 56px 0 0 0;
	font-family: 'Julius Sans One';
}
#footer .wrap{
	width:1050px;
	margin:0 auto;
}
#footer .footer_left {
	float:left;
	width:320px;
	height:320px;
}
#footer .footer_left ul{
	overflow:hidden;
	margin:95px 0 0 0;
}
#footer .footer_left ul li{
	float:left;
	margin:0 15px 0 0;
}
#footer .banner .tacmi img{
	margin-top: 15px;
}
#footer .banner .cococolor p {
	font-size: 10px;
	line-height: 1;
	margin-bottom: 5px;
}
#footer p.company {
	margin: 10px 0 10px 0;
	font-size:1.1rem;
	line-height: 1.5em;
}
#footer .footer_right {
	float:left;
	width:720px;
}
#footer .footer_right .pt1 {
	float:left;
	width: 130px;
}
#footer .footer_right .pt2 {
	margin: 45px 0 0 0;
	float:left;
	width: 230px;
}
#footer .footer_right .pt3 {
	margin: 45px 0 0 0;
	float:left;
	width: 170px;
}
#footer .footer_right .pt4 {
	margin: 45px 0 0 0;
	float:left;
	width: 185px;
}
#footer dt {
	font-weight: bold;
	line-height:2;
	font-size:1.2rem;
}
#footer dt:before {
	display: inline-block;
  width: 4px;
  height: 2px;
  border-top: 2px solid #000;
	margin-right: 4px;
  content: "";
}
#footer dt.cpt {
	margin-top: 18px;
}
#footer dt.fb {
	margin-top:2em;
}
#footer dd {
	line-height:1.8;
	margin-left:8px;
}
#footer .copyright {
	border-top: 1px solid #2f2725;
	padding: 8px 0 0 0;
	font-family: 'Arial';
	font-style: italic;
	height:60px;
}

/* ------------------------------
		ハンバーガーメニュー
------------------------------ */

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    /*color: #fff;*/
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav .gnav_sub{
	display:none;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* ------------------------------
		gallery
------------------------------ */

.gallery.public .mainimg{
	background:url(../img/public/mainimg.jpg) calc(50% + 191px) 0 no-repeat #eeeae2;
}
.gallery.office .mainimg{
	background:url(../img/office/mainimg.jpg) calc(50% + 191px) 0 no-repeat #eeeae2;
}
.gallery.renovation .mainimg{
	background:url(../img/renovation/mainimg.jpg) calc(50% + 191px) 0 no-repeat #eeeae2;
}
.gallery.welfare .mainimg{
	background:url(../img/welfare/mainimg.jpg) calc(50% + 191px) 0 no-repeat #eeeae2;
}
.gallery.renovation .mainimg h2{
	padding-left:0;
}
.gallery.welfare .mainimg h2{
	padding-left:0;
	padding-top:30px;
}
.gallery .mainimg .wrap{
	display:table;
	height:470px;
}
.gallery .mainimg h2{
	display:table-cell;
	padding-left:20px;
	margin:0 auto;
	vertical-align:middle;
}
.gallery .overview{
	padding:65px 0 75px 0;
}
.gallery .overview h3{
	font-size:2.2rem;
	font-weight:bold;
	margin:0 0 30px 0;
}
.gallery .overview .block{
	float:left;
	width:530px;
}
.gallery .overview .block .ttl{
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.6;
	margin:0 0 12px 0;
}
.gallery .overview .block p{
	font-size:1.3rem;
	line-height:1.7;
}
.gallery .overview .box{
	width:475px;
	margin:0 0 30px 0;
}
.gallery .overview .box h4{
	min-height:55px;
	font-weight:bold;
	font-size:1.6rem;
	line-height:1.5;
	box-sizing:border-box;
	border-bottom:2px solid #000;
	margin:0 0 15px 0;
}
.gallery .overview .left{
	float:left;
}
.gallery .overview .right{
	float:right;
}
.gallery .overview .left h4{
	background:url(../img/common/icon1.png) 0 0 no-repeat;
	padding:0 0 5px 35px;
}
.gallery .overview .right h4{
	background:url(../img/common/icon2.png) 0 0 no-repeat;
	padding:12px 0 5px 45px;
}
.gallery .overview .box p{
	font-size:1.3rem;
	line-height:1.6;
}
.gallery .overview .box .bold{
	font-weight:bold;
}
.gallery .overview .btn{
	clear:both;
	width:260px;
}
.gallery .overview .btn a{
	display:block;
	font-weight:bold;
	font-size:1.3rem;
	text-align:center;
	line-height:1.0;
	color:#fff;
	background:#888;
	padding:8px 0;
}
.gallery .overview .btn a:hover{
	text-decoration:none;
}
.gallery .overview img{
	float:right;
}

.gallery.welfare .overview h3{
	font-size:1.6rem;
}
.gallery .overview .box2{
	float:left;
	width:295px;
}
.gallery .overview .box2 h4{
	font-weight:bold;
	font-size:1.7rem;
	padding:10px 0 5px 0;
	margin:0 0 12px 45px;
    border-bottom: 2px solid #000;
    position: relative;
}
.gallery .overview .box2 h4::before{
    background:url(../img/common/icon4.png) 0 0 no-repeat;
    content:"";
    width: 33px;
    height: 42px;
    position: absolute;
    top:0;
    left:-45px;
}
.gallery .overview .box2:nth-of-type(2){
	margin:0 50px;
}
.gallery .overview .box2:nth-of-type(2) h4::before{
	background:url(../img/common/icon3.png) 0 0 no-repeat;
    width: 38px;
    height: 40px;
}
.gallery .overview .box2:nth-of-type(3){
    width: 360px;
}
.gallery .overview .box2:nth-of-type(3) h4::before{
	background:url(../img/common/icon2.png) 0 0 no-repeat;
    width: 38px;
    height: 40px;
}
.gallery .overview .box2 h4 span{
	display:block;
	line-height:33px;
	border-bottom:2px solid #000;
	padding:0 3px;
}
.gallery.welfare .overview .btn span{
	position:relative;
}
.gallery.welfare .overview .btn span::before{
	content:'＞';
	position:absolute;
	top:50%;
	left:-20px;
	font-weight:bold;
	color:#fff;
	margin-top:-9px;
}
@-moz-document url-prefix() {
	.gallery.welfare .overview .btn span::before {
		margin-top:0;
	}
}
.gallery.welfare .overview .btn a{
	line-height:1.4;
	padding:8px 0 8px 15px;
    position: relative;
}
.gallery.welfare .overview .btn a:before{
    position: absolute;
    content: ">";
    color: #fff;
    top:32%;
    left:12%;
}
.gallery .overview .box2 p{
	line-height:1.6;
    font-size: 1.3rem;
}
.gallery .overview .box2 p .bold{
	font-weight:bold;
    margin-top: 2rem;
    display: block;
}

.gallery .imgbox ul{
	overflow:hidden;
}
.gallery .imgbox ul li{
	float:left;
	width:292px;
	margin-top:35px;
}
.gallery .imgbox ul li .subimg{
	display:none;
}
.gallery .imgbox ul li+li{
	margin-left:87px;
}
.gallery .imgbox ul li:nth-child(3n+1){
	margin-left:0;
    clear: both;
}
.gallery .imgbox .headline span {
    display: inline-block;
    font-size: 1.0rem;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.gallery .imgbox .detail{
	font-size:1.3rem;
	line-height:1.3;
	letter-spacing:0.05rem;
}
.gallery .imgbox .detail .indent{
	display:block;
	text-indent:-1.3rem;
	margin:0 0 0 1.3rem;
}
.gallery .imgbox .type{
	background:#595757;
	color:#fff;
	font-size:1.2rem;
	line-height:1.0;
	padding:5px;
}
.gallery .imgbox .name{
	font-size:1.5rem;
	line-height:1.3;
	margin:10px 0;
}
.gallery .imgbox{
	background:#dcdddd;
	padding:45px 0;
}
.gallery .new{
	background:#eeeae2;
	padding:25px 0;
}
.gallery .new .head{
	float:left;
	width:200px;
	font-weight:bold;
	font-size:1.3rem;
	line-height:1.3;
}
.gallery .new ul{
	float:right;
	width:825px;
}
.gallery .new ul li{
	float:left;
	width:380px;
}
.gallery .new ul li+li{
	float:right;
}
.gallery .new .ttl{
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.3;
}
.gallery .new p{
	font-size:1.1rem;
}

.gallery.welfare .imgbox .headline{
	float:left;
	width:180px;
}
.gallery.welfare .imgbox .headline span{
	display:block;
	line-height:1.0;
	margin:5px 0 0 0;
}
.gallery.welfare .lineup{
	float:left;
	overflow:hidden;
}
.gallery.welfare .lineup p{
	float:left;
	width:110px;
	font-size:1.4rem;
}
.gallery.welfare .imgbox .mb{
	margin:0 0 20px 0;
}
.gallery.welfare .imgbox  h3{
	font-size:6.4rem;
	color:#fff;
	margin-top:-100px;
	padding:100px 0 0 0;
}
.gallery.welfare .imgbox ul li:nth-child(-n+3){
	margin-top:0;
}
.gallery.welfare hr{
	border:0;
	border-top:1px solid #fff;
	margin:60px 0 40px;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

.sp{
	display:none;
}

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

.pc{
	display:none;
}

.sp{
	display:block;
}

body{
    min-width: inherit;
}
img{
	width:100%;
    height: auto;
}
p{
	font-size:1.2rem;
	line-height:1.6;
}
.bx-wrapper{
	width:100%;
}
.bx-wrapper ul li{
	width:100%!important;
}
#header {
	width: 100%;
  padding: 0;
	margin: 4px 0;
}
#header .wrap{
	width:98%;
	margin:0 auto;
}
#header .fixwrap{
	padding:0;
}
#header h1 {
    float: none;
		width: 100%;
    margin: 0;
}
#header h1 img {
	width: auto;
	height:46px;
	padding: 5px 0;/*70周年ロゴ用*/
}
#header .menublock{
	width:auto;
	margin:0;
}
#contents .wrap{
	width:94%;
	margin:0 auto;
}
.headline {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Julius Sans One';
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}
#top-head,
.inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
}
#top-head {
		top: 0;
		right: 0;
		position: fixed;
		margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
		padding-top: 0;
		background: transparent;
}
#mobile-head {
		/*background: #fff;*/
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
}
#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		height:320px;
		top: -320px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		overflow-y:scroll;
		box-sizing:border-box;
}
#global-nav ul {
		list-style: none;
		position: relative;
		right: auto;
		bottom: auto;
		font-size: 14px;
}
#global-nav ul li {
		float: none;
		position: static;
		margin: 0px 4%;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
}
#nav-toggle {
		display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
}
.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(376px);
		-webkit-transform: translateY(376px);
		transform: translateY(376px);
}


/* ------------------------------
		gallery
------------------------------ */

.gallery .mainimg{
	padding-bottom:61.4%;
}
.gallery .mainimg .wrap{
	height:auto;
}
.gallery.public .mainimg {
	background: url(../img/public/mainimg.jpg) 0 bottom no-repeat  #eeeae2;
	background-size:100% auto;
}
.gallery.office .mainimg {
	background: url(../img/office/mainimg.jpg) 0 bottom no-repeat  #eeeae2;
	background-size:100% auto;
}
.gallery.renovation .mainimg {
	background: url(../img/renovation/mainimg.jpg) 0 bottom no-repeat  #eeeae2;
	background-size:100% auto;
}
.gallery.welfare .mainimg {
	background: url(../img/welfare/mainimg.jpg) 0 bottom no-repeat  #eeeae2;
	background-size:100% auto;
}
.gallery.renovation .mainimg h2{
	padding-left:15%;
}
.gallery.welfare .mainimg h2{
	padding:10% 12%;
}
.gallery .mainimg h2{
	padding:10% 15%;
}
.gallery .overview{
	padding:8% 0;
}
.gallery .overview h3{
	font-size:1.6rem;
	line-height:1.4;
	margin:0 0 5% 0;
}
.gallery .overview .block{
	float:none;
	width:auto;
}
.gallery .overview .block .ttl{
	font-size:1.4rem;
	margin:0 0 2% 0;
}
.gallery .overview .block p{
	font-size:1.2rem;
}
.gallery .overview img{
	float:none;
	margin:4% 0 0 0;
}
.gallery .overview .box{
	width:auto;
	margin:0 0 5% 0;
}
.gallery .overview .box h4{
	font-size:1.4rem;
	min-height:auto;
	margin:0 0 3% 0;
}
.gallery .overview .left h4 {
	background: url(../img/common/icon1.png) 0 0 no-repeat;
	background-size:20px auto;
	padding: 0 0 3px 27px;
}
.gallery .overview .right h4 {
	background: url(../img/common/icon2.png) 0 0 no-repeat;
	background-size:20px auto;
	padding: 2px 0 3px 27px;
}
.gallery .overview .box p{
	font-size:1.2rem;
}
.gallery .overview .btn{
	width:100%;
}
.gallery .overview .btn a{
	padding:10px 0;
}
.gallery .imgbox{
	padding:8% 0;
}
.gallery .imgbox ul{
	margin:6% 0 0 0;
}
.gallery .imgbox ul li{
	width:100%;
	margin-top:0;
}
.gallery .imgbox .type{
	font-size:1.0rem;
}
.gallery .imgbox .name{
	font-size:1.4rem;
	margin:2% 0;
}
.gallery .imgbox .detail{
	font-size:1.2rem;
}
.gallery .imgbox ul li+li{
	margin-top:7%;
	margin-left:0;
}
.gallery .new{
	padding:5% 0;
}
.gallery .new .head{
	float:none;
	width:auto;
}
.gallery .new ul{
	float:none;
	width:auto;
}
.gallery .new ul li{
	float:none;
	width:auto;
	margin:3% 0 0 0;
}
.gallery .new ul li+li{
	float:none;
}
.gallery .overview .box2 h4::before {
    width:8%;
    background-size: 100%;
    left:-10%;
}
.gallery .overview .box2:nth-of-type(2) h4::before {
    width:9%;
    background-size: 100%;
    top:5%;
}
.gallery .overview .box2:nth-of-type(3) h4::before {
    width:9%;
    background-size: 100%;
    top:5%;
}
.gallery .overview .box2 h4{
	font-size: 1.4rem;
    margin-left: 10%;
}
.gallery .overview .box2 h4 span{
    line-height: 26px;
}
.gallery .overview .box2:nth-of-type(2) {
	margin:5% 0;
}
.gallery .overview .box2 {
	float:none;
	width:auto !important;
}
.gallery .overview .box2+.btn{
	margin-top:5%;
}
.gallery .overview .box2 p .bold{
    margin-top: 1rem;
}
.gallery .overview .box2 p{
    font-size: 1.2rem;
}
.gallery.welfare .imgbox .headline{
	width:auto;
	float:none;
}
.gallery.welfare .lineup{
	float:none;
	margin:4% 0 0 0 ;
}
.gallery.welfare .lineup p{
	display:inline-block;
	width:auto;
	font-size:1.2rem;
}
.gallery.welfare .lineup p+p{
	margin:0 0 0 3%;
}
.gallery.welfare .imgbox  h3{
	font-size:3.0rem;
	margin:0;
	padding:6% 0 0 0;
}
.gallery.welfare .imgbox ul{
	margin:3% 0 0 0;
}
.gallery.welfare .imgbox ul li+li{
	margin-top: 7%!important;
}
.gallery.welfare .imgbox  ul+h3{
	margin:10% 0 0 0;
}
.gallery.welfare .imgbox .mb{
	margin:0;
}
.gallery.welfare hr{
	margin:8% 0 5% 0;
}
.gallery.welfare .overview .btn a:before{
    left:20%;
}
#footer {
    margin: 0;
	padding:0;
}
#footer .wrap{
	width:98%;
	margin:0 auto;
}
#footer .footer_left {
    float: none;
    width: 100%;
		height:auto;
		text-align: center;
		margin: 6% 0;
}
#footer .footer_left ul{
	text-align:center;
	font-size:0;
	margin:5% 0 0 0;
}
#footer .footer_left ul li{
	display:inline-block;
	float:none;
	margin:0;
}
#footer .footer_left ul li+li{
	margin-left:10px;
}
#footer .footer_left ul li img{
	width:auto;
}
#footer .banner li.cococolor {
	text-align: center;
}
#footer .footer_left img {
	width: 60%;
}
#footer .footer_left .btn img {
	width:30%;
}
#footer p.company {
	text-align: center;
	margin: 20px 0 20px 0;
	font-size: 1.4rem;
}
#footer .footer_right {
    float: none;
    width: 90%;
		margin: 6% auto;
}
#footer .footer_right .pt1 {
	margin-top: 0;
    float: none;
    width: 100%;
}
#footer .footer_right .pt2 {
	margin-top: 0;
    float: none;
    width: 100%;
}
#footer .footer_right .pt3 {
	margin-top: 0;
    float: none;
    width: 100%;
}
#footer .footer_right .pt4 {
	margin-top: 0;
    float: none;
    width: 100%;
}
#footer dt.cpt,
#footer dt.fb {
    margin-top: 0;
}
#footer dt {
    font-size: 1.4rem;
}
#footer dd {
    font-size: 1.2rem;
}
#footer .copyright {
    height: auto;
		line-height: 1.4;
		margin: 3% 0;
}
    
    @media screen and (orientation: landscape) {
        .gallery .overview .box2 h4{
            margin-left: 7%;
        }
        .gallery .overview .box2 h4::before {
            background-size: 70% !important;
            left: -8% !important;
        }
    }

}
