@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

/* マージン系 */
.pB5 {padding-bottom:5px;}
.pT5 {padding-top:5px;}
.pR5 {padding-right:5px;}
.pT10 {padding-top:10px;}
.pT15 {padding-top:15px;}
.pT20 {padding-top:20px;}
.pL10 {padding-left: 10px;}
.mB5 {margin-bottom:5px;}
.mB10 {margin-bottom:10px;}
.mB15 {margin-bottom:15px;}
.mB20 {margin-bottom:20px;}
.mB25 {margin-bottom:25px;}
.mB30 {margin-bottom:30px;}
.mB40 {margin-bottom:40px;}
.mB50 {margin-bottom:50px;}
.mT5 {margin-top:5px;}
.mT10 {margin-top:10px;}
.mT15 {margin-top:15px;}
.mT20 {margin-top:20px;}
.mT30 {margin-top:30px;}
.mT40 {margin-top:40px;}
.mT50 {margin-top:50px;}
.mR5 {margin-right:5px;}
.mR10 {margin-right:10px;}
.mR15 {margin-right:15px;}
.mR20 {margin-right:20px;}
.mR30 {margin-right:30px;}
.mR40 {margin-right:40px;}
.mL5 {margin-left:5px;}
.mL10 {margin-left:10px;}
.mL15 {margin-left:15px;}
.mL20 {margin-left:20px;}
.mL30 {margin-left:30px;}
.mL40 {margin-left:40px;}
.mLR5 {margin-right:5px;margin-left:5px;}
.mLR10 {margin-right:10px;margin-left:10px;}
.mLR15 {margin-right:15px;margin-left:15px;}
.mLR20 {margin-right:20px;margin-left:20px;}
.cfff {color: #fff;}
.bgC333 {background-color: #333;}
.floatN {float: none!important;}
.clearB {clear: both;}

.marker {/*background: linear-gradient(transparent 70%, #ba1f27 10%);*/color: #ba1f27;font-weight: bold;}
.hideT {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
}

body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  font-weight: 300;
}

a {
  color: #FF847C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {text-decoration: underline;color: #FF847C;}
a:focus, a:active {outline: none;}

p,span,th,td {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "メイリオ";
}
span {font-size: 18px;color: rgba(114, 114, 114, 0.8);}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.mainTitle {
	width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: table;
    z-index: 100;
	text-align: center;
}
.mainTitle .mainTitle-inner {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.mainTitle .mainTitle-inner h1 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 48px;
	text-shadow: 1px 1px #333;
	letter-spacing: 3px;
}
.mainTitle .mainTitle-inner p {
	font-family: "Playfair Display", Arial, serif;
 	font-weight: 300;
 	color: #fff;
	font-size: 20px;
  	text-shadow: 1px 1px #333;
	letter-spacing: 2px;
}
.mainTitle .mainTitle-inner span {
	font-family: "Playfair Display", Arial, serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0px;
}
.mainTitle .mainText {
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-family: "Playfair Display", Arial, serif;
}
@media screen and (max-width: 768px) {
  .mainTitle .mainTitle-inner h1 {font-size: 30px;}
  .mainTitle .mainTitle-inner p {font-size: 18px;}
  .mainTitle .mainTitle-inner span {font-size: 22px;font-weight: normal;}
  p, span,th,td {font-size: 14px;}
}

#wrap {
  position: relative;
 /* -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);*/
  background: #fff;
  overflow: hidden;
}
.menu-show #wrap {
/*  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);*/
}
#sticker {
	width: auto !important;
	top: 200px;
	right: 0;
	text-align: right;
	text-align: -webkit-right;
	text-align: -ms-right;
	text-align: -moz-right;
	z-index: 100 !important;
	overflow: hidden;
    position: relative;
}
@media screen and (max-width: 480px) {
	#sticker {
	top: 100px;
}
}
.topbanner{
	margin-top: -30px;
}
#sticker > div.stContents {
	height: 465px;
	width: 40px;
	float: right;
}
#sticker > div.stContents > div {
	height: 150px;
	width: 40px;
	display: block;
    margin: 0 0 5px 0;
    padding: 0;
	background-size: contain;
}
#sticker > div.stContents > div a {
	height: 150px;
	width: 40px;
	display: block;
}
.stick01 {background: url(../images/btn_sell_st.png)no-repeat;}
.stick02 {background: url(../images/btn_buy_st.png)no-repeat;}
.stick03 {background: url(../images/btn_hs_st.png)no-repeat;}
.stick01:hover {background: url(../images/btn_sell_st_on.png)no-repeat;}
.stick02:hover {background: url(../images/btn_buy_st_on.png)no-repeat;}
.stick03:hover {background: url(../images/btn_hs_st_on.png)no-repeat;}
@media all and (-ms-high-contrast: none){
	#sticker > div.stContents {margin-right: 17px;}
}
.iphone #sticker {padding-top: 40%;}


.clearfixN:after {clear: inherit!important;}



#TitleArea {
  margin-bottom: 3em;
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#TitleArea .btn {font-size: 24px;}
#TitleArea .btn.btn-primary {padding: 14px 30px !important;}
#TitleArea .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#TitleArea .flexslider .slides {position: relative;overflow: hidden;}
#TitleArea .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#TitleArea .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#TitleArea .flexslider .slides .main01 {background-image: url(../images/main01.jpg);}
#TitleArea .flexslider .slides .main02 {background-image: url(../images/main02.jpg);}
#TitleArea .flexslider .slides .main03 {background-image: url(../images/main03.jpg);}
#TitleArea .flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #TitleArea .flexslider .flex-control-nav {bottom: -15em;}
}
@media screen and (max-width: 480px) {
  #TitleArea .flexslider .flex-control-nav {bottom: -10em;}
	#TitleArea .flexslider .flex-control-nav li a {display: none;}
}
#TitleArea .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#TitleArea .flexslider .flex-control-nav li a.flex-active {cursor: pointer;background: rgba(255, 255, 255, 0.7);}
#TitleArea .flexslider .flex-direction-nav {display: none;}
#TitleArea .flexslider .slider-text {
  display: table;
  opacity: 0;
  height: 700px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #TitleArea .flexslider .slider-text {text-align: center;}
}
#TitleArea .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}
#TitleArea .flexslider .slider-text > .slider-text-inner h2,
#TitleArea .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #TitleArea .flexslider .slider-text > .slider-text-inner h2 {font-size: 36px;}
}
#TitleArea .flexslider .slider-text > .slider-text-inner p .btn:hover {color: #fff !important;}
#TitleArea .flexslider .slider-text > .slider-text-inner span {
  color: rgba(255, 255, 255, 0.8); 
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
}
#services-section,
#work-section,
#merit-section,
#outline-section {
  padding-bottom: 5em;
}
/*#services-section {margin-bottom: -170px;}
@media screen and (max-width: 768px) {
	#services-section {margin-bottom: -270px;}
}
@media screen and (max-width: 480px) {
	#services-section {margin-bottom: -160px;}
}*/
#services-section .heading-section p span {margin: 0 5px;padding: 5px 10px;}
.chuko {background-color: rgba(203,251,151,0.5);}
.hsM {background-color: rgba(248,178,174,0.5);}
.sell {background-color: rgba(251,213,151,0.5);}
@media screen and (min-width: 480px) {
	#services-section .heading-section .hsFi br {display: none;}
}
@media screen and (max-width: 480px) {
	#services-section .heading-section p {margin: 0 30px 1em 30px;}
	#services-section .heading-section p br {display: none;}
	#services-section .heading-section .hsFi br {display: block;}
}

.case01 {background-image: url(../images/img_case01.jpg);}
.case02 {background-image: url(../images/img_case02.jpg);}
.case03 {background-image: url(../images/img_case03.jpg);}
.case04 {background-image: url(../images/img_case04.jpg);}
.case05 {background-image: url(../images/img_case05.jpg);}
.case06 {background-image: url(../images/img_case06.jpg);}
.case07 {background-image: url(../images/img_case07.jpg);}
.case08 {background-image: url(../images/img_case08.jpg);}
.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
/*  margin-bottom: 30px;*/
}
.work .view {
  width: 100%;
  height: 400px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.work .view span, .work .view i {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;font-family: "Playfair Display", Arial, serif;
}
.work h3 {margin-top: 30px;}
.work h3 a {color: #000;}
.work:hover .view, .work:focus .view {opacity: 1;}


.heading-section {margin-top: 1.5em;margin-bottom: 1.5em;}
.heading-section h2 {font-size: 32px;font-weight: 300;}
@media screen and (max-width: 768px) {
  .heading-section {margin-top: 1em;margin-bottom: 1em;}
  .heading-section h2 {font-size: 24px;}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .animate-box {opacity: 0;}

.location {text-align: right;}
.location p {text-align: right;font-size: 13px;}

#serviceMenu {
	height: 930px;
	background-image: url(../images/bg_service.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
}
#serviceMenu .bottomG {
  height: 930px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,0.86) 98%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(255,255,255,0.86) 98%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 86%,rgba(255,255,255,0.86) 98%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#serviceMenu .container .row {position: relative;}
#serviceMenu .heading-section {display: inline-block;}
#serviceMenu .heading-section h2 {margin-bottom: 10px;}
#serviceMenu .heading-section .cfff {text-shadow: 0 0 9px rgba(0,0,0,0.9);}
.serviceBox {
	display: block;
	width: 370px;
	height: 187px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 10px solid rgba(176,176,176,0.1);
	position: absolute;
}

.menu1 {top: 0px;left: 10%;}
.menu2 {top: 0px;right: 11%;}
.menu3 {top: 232px;left: 0%;}
.menu4 {top: 232px;right: 10px;}
.menu5 {top: 449px;margin: 5px auto 0 auto;position: inherit;}
.serviceBox h3 {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	font-family: "メイリオ";
	line-height: 140%;
	position: relative;
}
.serviceBox h3 span {position: absolute;color: #fff;}
.serviceBox h3 .free {
	top: -50px;
	right: -25px;
	font-size: 20px;
	border-radius: 52px;
	padding: 26px 18px;
	background: #FF847C;
}
.serviceBox h3 .yosan {
	top: -50px;
	right: -25px;
	font-size: 14px;
	text-align: center;
	padding: 17px 9px;
	border-radius: 50px;
	background: #ba1f27;
}
.serviceBox p {font-size: 14px;color: #333;}
@media screen and (max-width: 991px) {
  #serviceMenu {height: 1350px;}
  #serviceMenu .bottomG {height: inherit;}
  .serviceBox {position: inherit;margin: 0 auto 40px auto;}
  .menu1 {top: inherit;left: inherit;}
  .menu2 {top: inherit;right: inherit;}
  .menu3 {top: inherit;left: inherit;}
  .menu4 {top: inherit;right: inherit;}
  .menu5 {top: inherit;right: inherit;}	
}
@media screen and (max-width: 480px) {
  .serviceBox {width: auto;height: auto;margin: 0 10px 40px 10px;}
	.serviceBox h3 .free,.serviceBox h3 .yosan {right: -20px;}
}

.meritS {
	width: 350px;
	height: 30px;
	background: url(../images/merit_sell.gif)no-repeat;
	margin: 0 auto 15px auto;
}
.meritB {
	width: 350px;
	height: 30px;
	background: url(../images/merit_buy.gif)no-repeat;
	margin: 0 auto 15px auto;
}
@media screen and (max-width: 480px) {
	.meritS,.meritB {
		width: 300px;
		height: 26px;
		background-size: cover;
		background-position: center center;
	}
}

.baBox {width: 48.5% !important;}
.arrowBox {padding: 0;width: 3% !important;}
.arrowImg {background-size: inherit;}
.iconBefore {
	width: 231px;
	height: 62px;
	margin: 0;
	background: url(../images/img_before.png);
	position: absolute;
	top: 0;
	left: 0;
}
.iconAfter {
	width: 231px;
	height: 62px;
	margin: 0;
	background: url(../images/img_after.png);
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 991px) {
  .baBox {width: inherit !important;}
  .arrowBox {padding: 0;width: inherit !important;}
  .arrowImg {
	height: 30px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
	margin: 5px 0;
  }
}

.step {
	border: 1px solid #efefef;
	overflow: hidden;
    margin: 0 15px;
}
.step:last-child {margin-bottom: 100px;}
.step .stepTitle {
	width: 200px;
	height: 200px;
	float: left;
}
.step .textBox {
	width: 78%;
	padding: 30px 0px 10px 20px;
	float: left;
	background-color: #fff;
}
.step .textBox p {margin: 0;}
.st01 .stepTitle {
	background: url(../images/flow_step01.jpg)no-repeat;
	background-position: center;
	padding-bottom: 55px;
	background-color: #fce3bb;
	height: 255px;
}
.st02 .stepTitle {background: url(../images/flow_step02.jpg)no-repeat;}
.st03 .stepTitle {background: url(../images/flow_step03.jpg)no-repeat;}
.st04 .stepTitle {background: url(../images/flow_step04.jpg)no-repeat;}
.step .textBox .contactBox {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	color: #ba1f27;
	background-color: #f5f5f5;
}
.contactBox span {
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
	color: #FF847C;
}
.contactBox small {color: #727272;}
@media screen and (min-width: 480px) {
	.contactBox small br {display: none;}
}

.arrowG {text-align: center;margin: 20px auto;}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 991px) {
	.step {margin: 0 15px}
	.step:last-child {margin: 0 15px 50px 15px;}
	.step .stepTitle {
		width: 100%;
		height: 60px;
		float:none;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: inherit;
	}
	.st01 .stepTitle {background-color: #fce3bb;background-image: url(../images/flow_step01.png);}
	.st02 .stepTitle {background-color: #fbd498;background-image: url(../images/flow_step02.png);}
	.st03 .stepTitle {background-color: #fac87c;background-image: url(../images/flow_step03.png);}
	.st04 .stepTitle {background-color: #f8b854;background-image: url(../images/flow_step04.png);}
	.step .textBox {width: 100%;padding: 20px;float: none;}
}
@media screen and (max-width: 480px) {
	.step .stepTitle {background-size: contain;}
}
.group1 {width: 25%;}
.group2 {width: 75%;}
table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 50px;
}
th,td {border: 1px solid #ddd;padding: 10px;}
th {background-color: #efefef;text-align: center;}
.hs {border: 1px solid #ddd;padding: 10px 5px;}
.hs p {margin: 0;}
.hsLogo {
	width: 348px;
	height: 84px;
	background: url(../images/hs.png)no-repeat;
}
@media screen and (max-width: 991px) {
	.hs {margin-bottom: 50px;text-align: center;}
	.hs .hsLogo {margin: 0 auto;}
}
@media screen and (max-width: 480px) {
	th,td {font-size: 12px;padding: 5px;}
	.group1 {width: 23%;}
	.group2 {width: 77%;}
}

.linkBtn a {
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	display: block;
}
.sellB,
.buyB {
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(211,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(211,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(211,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#d30000',GradientType=0 ); /* IE6-9 */
}
.sellB:hover,.buyB:hover,.hsB:hover {background: #fff;}
.sellB:hover a,
.buyB:hover a {
	color: #cf0404;
	padding: 7px;
	border: 3px solid #cf0404;
	text-decoration: none;
}
.hsB {
	background: rgb(255,132,124); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,132,124,1) 0%, rgba(255,92,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,132,124,1) 0%,rgba(255,92,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,132,124,1) 0%,rgba(255,92,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff847c', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
}
.hsB:hover a {
	color: #ff5c5c;
	padding: 7px;
	border: 3px solid #ff5c5c;
	text-decoration: none;
}

footer {background-color: #333;padding: 10px 0;}
#footer ul {
	padding: 0px;
	margin: 0;
	overflow: hidden;
}
#footer ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
#footer ul li:after {
	content: "|";
	margin-left: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
#footer ul li a {
	color: #FFF;
	font-size: 12px;
	font-family: "メイリオ";
}
#footer .linkArea {float: left;}
#footer .copy-right {float: right;}

#footer .copy-right p {
	color: #FFF;
	font-size: 12px;
	margin: 1em 0;
}
#footer .row {overflow: hidden;}
#footer a:hover, #footer a:focus {text-decoration: none;color: #FF847C;}
@media screen and (max-width: 991px) {
	#footer {text-align: center;}
	#footer ul {display: inline-block;}
	#footer .linkArea {float: none;}
	#footer .copy-right {float: none;}
}
@media screen and (max-width: 480px) {
	#footer ul {margin: 0 auto;display: inherit;}
	#footer ul li:after {display: none;}
	#footer ul li {border-bottom: 1px solid #fff;float: none;}
	#footer ul li a {padding: 10px;display: block;}
}

/* add 2017-12-08 */
.container2{width:100%; margin:0 auto; padding:0 15px; max-width:1230px;}

.contact{padding:0 0 80px;}
.contact p{font-family: "Playfair Display", Arial, serif;}
.contact .tit{text-align:center; font-weight:bold; margin:0 0 10px !important; background:#f8f8f8; padding:8px 10px; line-height:1.5;}
.contact .box{max-width:542px; width:100%; margin:0 auto;}
.contact .txt{text-align:center; font-size:16px; color:#3d4e56;}
.contact .note{font-size:14px;}
.contact .sp{display:none;}

#pageTop{position:fixed; bottom:10px; right:20px; display:none; cursor:pointer; z-index:9999;}
#pageTop:hover{opacity:0.8;}

@media screen and (max-width: 768px) {
.contact .txt{font-size:13px;}
.contact .box{max-width:450px;}
.contact .note{font-size:12px;}
.contact .pc{display:none;}
.contact .sp{display:block;}

#pageTop{width:60px; right:10px;}	
}

@media screen and (max-width: 480px) {
.contact{padding:0 0 40px;}
	
#pageTop{width:40px; right:5px; bottom:5px;}	
}