@charset "UTF-8";

@font-face{
    font-family: axu;
    src: url("../font/axu.woff");
}

@font-face{
    font-family: axe;
    src: url("../font/axe.woff");
}

@font-face{
    font-family: axl;
    src: url("../font/axl.woff");
}

@font-face{
    font-family: axr;
    src: url("../font/axr.woff");
}

@font-face{
    font-family: fpb;
    src: url("../font/fpb.woff");
}



.axu {
    font-family: axu;
}

.axe {
    font-family: axe;
}

.axl {
    font-family: axl;
}

.axr {
    font-family: axr;
}

.mfb {
    font-family: mfb;
}




@media (max-width: 767px) { /*phone only*/
input::-webkit-input-placeholder {
	text-align: center;
}

/*for Firefox*/
input:-moz-placeholder {
	text-align: center;
}



}



/*-----------------------  common  ----------------------------*/

::selection {
	background: rgba(0,0,0,0.7);
	color:#ffffff;
}

::-moz-selection {
	background: rgba(0,0,0,0.7);
	color:#ffffff;
}














/*-----------------------  改行  ----------------------------*/

@media (min-width: 768px) { /*PC tablet only*/
.brp:before {
	content: "\A" ;
	white-space: pre ;
}
}

@media (max-width: 767px) { /*phone only*/
.brm:before {
	content: "\A" ;
	white-space: pre ;
}
}

.br:before { /*all device*/
	content: "\A" ;
	white-space: pre ;
}

em {
	font-style: normal;
}



@media (min-width: 768px) { /*PC tablet only*/
br.pc-none {
	display:none;
}
}

@media (max-width: 767px) { /*phone only*/
br.sp-none {
	display:none;
}
}

input, textarea, keygen, select, button {
	width: 100%;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


body {
	min-width: 1280px;
	width: 100%;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	text-align: left;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #444;
	background:#fff;
}


.inner {
	width:1220px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: axr;
}







/*------- wrap -------*/

.wrap {
    overflow: hidden;
}



/*------- header -------*/

.header {
	border-bottom: 1px solid #ddd;
}

.header .sub {
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
}

.header .sub .left {
	float: left;
	width: 55%;
}

.header .sub .right {
	float: right;
	/*display: none;*/
}

.header .sub .left span.attention {
	font-weight: 700;
	margin-left: 50px;
	color: #e45a30;
	position: relative;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.header .sub .left span.attention:before {
	content: "\f05a";
	font-family: "FontAwesome" !important;
	top: 0px;
	left: -22px;
	font-size: 16px;
	position: absolute;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}

.attention_sp {
	display: none;
}


.header .sub .right span.title {
	border: 1px solid #bbb;
	padding: 1px 5px;
	color: #999;
	margin-right: 10px;
}



.header .sub .right span.nzd {
	color: #009fbc;
	font-weight: bold;
	margin-right: 10px;
}

.header .sub .right span.day {
	margin-left: 10px;
}

p.logo {
	float: left;
	margin-top: 10px;
}

/*------- navi -------*/

/*メルマガ非表示*/
#responsive-menu-item-9263 {
	display: none;
}

/* Add minagawa st */
.responsive-menu-open #responsive-menu-container.slide-left {
/*
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
*/
}
.responsive-menu-open .wrap{
/*	background-color:#000 !important;*/
 /*  box-shadow: 0px 0px 800px 800px rgba(0,0,0,0.5);*/
 /*   -moz-box-shadow: 0px 0px 800px 800px rgba(0,0,0,0.5);*/
/*    -webkit-box-shadow: 0px 0px 800px 800px rgba(0,0,0,0.5);*/
}



/* Add minagawa ed */

.sticky {
  height: 115px;
/* Add minagawa st */
/*overflow:visible;*/
  width:100%;
  z-index:1002;
/*  
  position: absolute;
  top: 38px;
*/
/* Add minagawa ed */
}
/* Del minagawa st */
/*
.sticky .navi {
  position: absolute;
  width: 100%;
  top: 38px;
}
*/
/* Del minagawa ed */

/* Upd minagawa st */

.fixed .navi {
      border-bottom: 1px solid #dfdfda;
}

.fixed{
  position: fixed;
  top: 0px;
}

.admin_fixed{
  position: fixed;
  top: 32px;
}

.admin_mobile_fixed{
  position: fixed;
  top: 46px;
}

/* Upd minagawa ed */

.fixed .navi {
	overflow: hidden;
/*min-width:1220px; minagawa*/
	box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	width: 100%;
	z-index: 10000;
	background: #fff;
}

.navi .oth {
    margin-top: 18px!important;
}

.navi nav {
	float: left;
	margin-left: 80px;
	height: 115px;
}

.navi .oth {
	width: 300px;
	float: right;
}

.navi .oth strong {
	font-size: 14px;
}

.navi .oth p {
	text-align: right;
}

.navi .oth input {
	width: 86%;
	min-width: 86%;
	height: 20px;
	margin-top: 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0;
	padding:3px 5px;
	color:#aaa;
	border:solid 1px #ccc;
	float: right;
}

.navi .oth .search {
	position: relative;
	ovewflow: hidden;
}




.navi .oth .search:after {
	font-family: "FontAwesome" !important;
	content: "\f002";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 15px;
	position: absolute;
	top: 16px;
	right: 8px;
	color: #ddd;
}

.mobile-navi {
	display: none;
}


@media (max-width: 767px) { /*phone only*/


.attention_sp {
	display: block;
}

.attention_sp {
	font-weight: 700;
	margin-left: 28px;
	margin-bottom: 8px;
	color: #e45a30;
	position: relative;
}

.attention_sp:before {
	content: "\f05a";
	font-family: "FontAwesome" !important;
	top: 2px;
	left: -18px;
	font-size: 14px;
	position: absolute;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}




/*mobile Navi*/

.mobile_sticky {
  height: 57px; 
  width:100%;
  z-index:1002;
/*  position: relative;
  top: 0px;*/
  background-color:#FFF !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .20);
}

ul#responsive-menu {
    position: relative !important;
    z-index: 100 !important;
}

body #responsive-menu-container ul#responsive-menu li#responsive-menu-item-8458 a {
    position: absolute !important;
    top: -40px !important;
    right: -36px !important;
    background: none !important;
    z-index: 1000 !important;
    display: inline !important;
    border: none !important;
    width: auto !important;
}

body #responsive-menu-container ul#responsive-menu li#responsive-menu-item-8458 a .is-active:before {
    content: "\f00d" !important;
    color: #fff !important;
    font-size: 35px;
}


.responsive-menu-open #responsive-menu-container.slide-left {
    /*box-shadow: 0px 0px 800px 800px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 800px 800px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 800px 800px rgba(0,0,0,0.5);*/
    box-shadow: 0px 0px 133px -10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 133px -10px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 133px -10px rgba(0,0,0,0.9);
}

#responsive-menu-container {
	background: #fff !important;
	z-index: 99800 !important;
}

#responsive-menu-container #responsive-menu-wrapper {
    background: #fff !important;
}

#responsive-menu-container #responsive-menu-wrapper,#responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item > .responsive-menu-item-link,
#responsive-menu-container #responsive-menu > li.responsive-menu-item  a {
    background: #f9f9f9;
    color: #444 !important;
    border-color: #f0f0f0 !important;
    font-size: 16px !important;
    line-height: 1.4em !important;
}

#responsive-menu-container li.responsive-menu-item a {
    padding: 10px 0 10px 20px !important;
}

#responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
    padding: 0 !important;
}
#responsive-menu-container .responsive-menu-search-box {
	font-size: 16px;
	background: #f3f3f3 !important;
	border: none !important;
	color: #333;
	padding: 0 0 0 20px !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	background: #fff !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-8255 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8260 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8273 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8277 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8282 a {
	border-color: #f0f0f0 !important;
	font-family: axr !important;
	color: #fff !important;
}


/*------- NZ基本情報 -------*/
#responsive-menu-container #responsive-menu #responsive-menu-item-8255 a {
	background: #227aba!important;
}

/*------- 移住ガイド -------*/
#responsive-menu-container #responsive-menu #responsive-menu-item-8260 a {
	background: #b5d216!important;
}

/*------- 税金ガイド -------*/
#responsive-menu-container #responsive-menu #responsive-menu-item-8273 a {
	background: #f15b2d!important;
}

/*------- 投資ガイド-------*/
#responsive-menu-container #responsive-menu #responsive-menu-item-8277 a {
	background: #fcba28!important;
}

/*------- 物件ガイド -------*/
#responsive-menu-container #responsive-menu #responsive-menu-item-8282 a {
	background: #009fbc!important;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.is-active:before {
    content: "\f00d" !important;
}

/*------- メニューバナー -------*/

#responsive-menu-container #responsive-menu #responsive-menu-item-8285 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8286 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8287 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8288 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8289 a,
#responsive-menu-container #responsive-menu #responsive-menu-item-8290 a {
	padding: 0 !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-8285,
#responsive-menu-container #responsive-menu #responsive-menu-item-8286,
#responsive-menu-container #responsive-menu #responsive-menu-item-8287,
#responsive-menu-container #responsive-menu #responsive-menu-item-8288,
#responsive-menu-container #responsive-menu #responsive-menu-item-8289,
#responsive-menu-container #responsive-menu #responsive-menu-item-8290 {
    margin: 0 !important;
    width: 50% !important;
    padding: 1px !important;
    float: left !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-8285,
#responsive-menu-container #responsive-menu #responsive-menu-item-8287,
#responsive-menu-container #responsive-menu #responsive-menu-item-8289 {
    padding: 1px 1px 1px 2px !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-8286,
#responsive-menu-container #responsive-menu #responsive-menu-item-8288,
#responsive-menu-container #responsive-menu #responsive-menu-item-8290 {
    padding: 1px 2px 1px 1px !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-9263 {
	float: left !important;
	padding: 1px 2px 50px !important;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-9263 a {
    padding: 0!important;
}

#responsive-menu-container .menu-item-type-custom a img {
	width: 100%;
}

}





/*------------------------------------- TOP -------------------------------------*/


/*------- news -------*/

.news {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
	padding: 20px 0;
	min-height: 720px;
	position: relative;
}


.news .section-top-main {
    max-width: 1620px;
    min-width: 1220px;
    margin: auto;
    padding: 0 10px;
}

.news .section-top-main .inner-container {
    width: 100%;
    /*min-height: 766px;*/
    padding: 0;
}

.news .left-container {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    border-right: solid 1px #f5f5f0;
}

.news .left-container,
.news .right-container {
    float: left;
    width: 49.9%;
    height: 100%;
	background-color: #fff;
}

.news .left-container .panel_bottom .box {
    padding: 15px 20px 0px 20px!important;
    text-align: left;
}

.news .right-container .panel:nth-child(odd) .panel_bottom {
	border-right: solid 1px #f5f5f0;
}

.news .left-container figure.image h2 {
	bottom: 44.5%!important;
}

.news .right-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.news .right-container .panel {
    width: 50%;
    float: left;
    padding: 0;
}

.news .left-container .panel_top {
    height: 500px;
}

.news .right-container .panel_top {
    height: 240px;
}

.news .left-container .listview {
	margin: 10px 15px 0 15px;
	padding-top: 14px;
  	border-top: solid 1px #dfdfda;
}


.panel_img {
    height: 100%;
    background-color: #cdcec8;
    overflow: hidden;
}

.panel_img figure.image {
	display: block;
	background: url("../image/owl_photo.jpg");
	background-size:cover;
	background-position: center center;
	height: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	transition: 0.5s;
}

.panel_img:hover figure.image {
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}



/* hover effet */

.news figure.image {
  position: relative;
  text-align: center;
	overflow: hidden;
}
.news figure.image {
  color: #fff;
}

.news figure.image p {
    color: #fff;
}

.news figure.image * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .left-container figure.image .bt {
  height: 500px;
}

.news figure.image .bt {
  opacity: 1;
  height: 240px;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  transition: 0.5s;
}

.news figure.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news figure.image h2,
.news figure.image p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
.news figure.image h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
	font-size: 18px;
  text-transform: uppercase;
  bottom: 44%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.news figure.image h2 span {
  font-weight: 400;
}
.news figure.image p {
  top: 55%;
  padding: 0 50px;
  font-size: 10px;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  color: #fff;
}
.news figure.image a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.news figure.image:hover .bt,
.news figure.image.hover .bt {
  opacity: 1;
  background: rgba(132,199,93,0.8);
}
.news figure.image:hover figcaption h2,
.news figure.image.hover figcaption h2,
.news figure.image:hover figcaption p,
.news figure.image.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.news figure.image:hover figcaption h2,
.news figure.image.hover figcaption h2 {
  opacity: 0.9;
}
.news figure.image:hover figcaption p,
.news figure.image.hover figcaption p {
  opacity: 1;
}


.news .panel_bottom .box {
	padding: 10px 10px 15px 10px;
	text-align: left;
}

.news .panel_bottom .box h2 {
	line-height: 1.5em;
	font-size: 17px;
	font-family: axr;
}

.news .left-container .panel_bottom .box h2 {
	line-height: 1.5em;
	font-size: 22px;
}

.news .left-container .panel_bottom .box {
	padding: 15px 130px 0px 20px;
	text-align: left;
}

.news .panel_bottom .box h2 a {
	display: block;
	line-height: 1.3em;
}

.news .panel_bottom .box h2 a:hover {
	color: #84c75d;
}

.news .panel_bottom .box .day {
	color: #aaa;
	margin: 5px 0;
}

.news .panel_bottom .box .day:before {
	content: "\f017";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.news .panel_bottom .box a.category {
	margin-right: 0px;
	display: inline;
}

.news .panel_bottom .box a:hover span {
	opacity: 0.7;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.news .panel_bottom .box a span {
	display: inline-block;
}
.news .panel_bottom .box a span {
	transition: .5s;
}

.news .panel_bottom .box a.category span {
	background: #84c75d;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.news .panel_bottom .box a.category span:before {
	content: "\f15c";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
}
.news .panel_bottom .box .tag {
	margin-top: 9px;
	display: inline;
}

.news .panel_bottom .box .tag a {
	margin: 0 3px 5px 0;
	display: inline-block;
}

.news .panel_bottom .box .tag a span:before {
	content: "\f02b";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.news .panel_bottom .box .tag a span {
	color: #aaa;
	border: 1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 5px;
	font-size: 11px;
}


@media (min-width: 768px) { /*Desktop + Tablet*/

.news .panel_bottom .box .tag a:nth-child(n+11){
	display: none;
}

}




/*------- information -------*/



.information .link {
    text-align: center;
    margin: 40px 0 0;
}



.information .inner {
	height: 200px;
	position: relative;
}

.information .section .heading {
    border-right: 1px solid #ddd;
}


.information .section .heading,
.information ul,
.information .listview {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.information ul {
	left: 25%;
	font-size: 16px;
}

.information ul li {
    padding: 7px 0;
}

.information ul li a {
	display: inline-block;
}

.information ul li a:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

.information ul li span.day {
	color: #009fbc;
	width: 200px;
	margin-right: 40px;
}

.information ul li span.post {
	text-decoration: underline;
}

.information .listview {
	right: 0;
}

.information .section .heading h2 {
	display: inline-block;
	padding: 15px 30px 0 50px;
	position: relative;
	line-height: 0;
}


.information .section .heading:before {
	font-family: "FontAwesome" !important;
	content: "\f05a" !important;
	color: #f15a4b;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 45px;
}

.information h2 span.title {
	font-size: 25px;
}

.information .titleborder {
	position: relative;
}

.information .subtitle {
	color: #f15a4b;
	font-size: 13px;
	padding: 0 50px 0;
}





/*------- column -------*/

.column {
	background-color: #f8f6f0;
	padding: 40px 0 0;
	overflow: hidden;
}

.column .section {
	background: url("../image/bg01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.column .listview {
	margin: -10px 0 10px;
}

.listview {
	overflow: hidden;
}

.listview a span {
	float: right;
	border: 2px solid #009fbc;
	/* border-radius */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #009fbc;
	padding: 3px 15px;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.listview a span:before {
	font-family: "FontAwesome" !important;
	content: "\f022 " !important;
	padding-right: 5px;
}

.listview a span:hover {
	background: #009fbc;
	color: #fff;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}






.column .section .heading {
	text-align: center;
}

.column .section .heading h2 {
	background: #f8f6f0;
	display: inline-block;
	padding: 40px 15px 0;
	position: relative;
	line-height: 1.8em;
}


.column .section .heading h2:before {
	font-family: "FontAwesome" !important;
	content: "\f15c" !important;
	color: #009fbc;
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 34px;
}

.column h2 span.title {
	font-size: 25px;
}

.column .titleborder {
	position: relative;
}

.column .titleborder:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.column .subtitle {
	color: #009fbc;
	font-size: 13px;
}

/*------- swiper -------*/

#owl-demo {
	padding: 0 0 25px 0;
}

#owl-demo .item {
	background: #fff;
	margin: 20px;
	color: #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	/* box-shadow */
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.01);
	-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.01);
	-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.01);
}

#owl-demo .item img {
    background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.5)),
    url("../image/owl_photo.jpg") center center / cover no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
    width: 100%;
    display: block;
}

#owl-demo .item .box {
	padding: 10px 10px 15px 10px;
	text-align: left;
}

#owl-demo .item .box h2 {
	line-height: 1.5em;
	font-size: 17px;
	font-family: axr;
}

#owl-demo .item .box h2 a {
	display: block;
}

#owl-demo .item .box h2 a:hover {
	color: #009fbc;
}

.column #owl-demo .item .box h2 a:hover {
	color: #009fbc;
}

#owl-demo .item .box h2 a.mail_magazine_members_category_title:hover {
    color: #00adef;
}

p.mail_magazine_members_category {
    color: #00adef !important;
}

.mail_magazine_members_category .side-contents .recent .box h2 a:hover {
    color: #00adef !important;
}

#owl-demo .item .box h2 a.column_category_title:hover {
	color: #84c75d;
}

#owl-demo .item .box h2 a.information_category_title:hover {
	color: #f15a4b;
}

#owl-demo .item .box h2 a.column_category_title:hover {
	color: #84c75d;
}

#owl-demo .item .box h2 a.overview_category_title:hover {
	color: #227aba;
}

#owl-demo .item .box h2 a.immigration_category_title:hover {
	color: #adc825;
}

#owl-demo .item .box h2 a.tax_category_title:hover {
	color: #e45a30;
}

#owl-demo .item .box h2 a.investment_category_title:hover {
	color: #f1b430;
}

#owl-demo .item .box h2 a.realestate_category_title:hover {
	color: #009fbc;
}

#owl-demo .item .box h2 a.realestate_category_title:hover {
	color: #009fbc;
}

#owl-demo .item .box h2 a.areaguide_category_title:hover {
	color: #ae56a4;
}

#owl-demo .item .box h2 a.tour_category_title:hover {
	color: #14bcaa;
}

#owl-demo .item .box .day {
	color: #aaa;
	margin: 5px 0;
}

#owl-demo .item .box .area {
	color: #aaa;
	margin: 5px 0;
}

#owl-demo .item .box .area:before {
    content: "\f041";
    font-family: "FontAwesome" !important;
    padding-right: 8px;
    color: #ccc;
}

#owl-demo .item .box .price {
	color: #aaa;
	margin: 5px 0;
}

#owl-demo .item .box .day:before {
	content: "\f017";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

#owl-demo .item .box a.category {
	margin-bottom: 10px;
}

#owl-demo .item .box a:hover span {
	opacity: 0.7;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

#owl-demo .item .box a span {
	display: inline-block;
}
#owl-demo .item .box a span {
	transition: .5s;
}

#owl-demo .item .box a.category span {
	background: #009fbc;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#owl-demo .item .box a.category span:before {
	content: "\f15c";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
}

#owl-demo .item .box .tag {
	margin-top: 9px;
}

#owl-demo .item .box .tag a {
	margin: 0 3px 5px 0;
	display: inline-block;
}

#owl-demo .item .box .tag a span:before {
	content: "\f02b";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

#owl-demo .item .box .tag a span {
	color: #aaa;
	border: 1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 5px;
	font-size: 11px;
}

.customNavigation{
	text-align: center;
}
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}


.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}


.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .active span{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1 !important;
	background: #009fbc !important;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #999;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #444;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #3fbf79;
  *background-color: #f3f3f3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  border: 0px solid #cccccc;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
}


.customNavigation a {
	/* box-shadow */
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.04);
	-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.04);
	-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.04);
	/* border-radius */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color: #666666;
	background: #fff;
	padding: 13px 20px;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 900;
}

.customNavigation a:hover {
	color: #009fbc;
	opacity: 0.6;
}

.swiper {
	position: relative;
	width: 1260px;
	margin: 0 auto;
}

.customNavigation a.prev {
	position: absolute;
	top: 190px;
	left: -70px;
}

.customNavigation a.next {
	position: absolute;
	top: 190px;
	right: -70px;
}


@media (min-width: 768px) { /*PC tablet only*/

.listview-sp {
	display: none !important;
}

.guidesp {
	display: none;
}

#owl-demo .item {
    min-height: 404px;
}

#owl-demo .item {
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05)!important;
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05)!important;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05)!important;
}

}


/* hover effet */

.column .panel_img {
    height: 100%;
    background-color: #cdcec8;
    overflow: hidden;
}

.column .panel_img figure.image {
	display: block;
	background: url("../image/owl_photo.jpg");
	background-size:cover;
	background-position: center center;
	height: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	transition: 0.5s;
}

.column .panel_img:hover figure.image {
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}



/* hover effet */

.column figure.image {
  position: relative;
  text-align: center;
	overflow: hidden;
}
.column figure.image {
  color: #fff;
}

.column figure.image p {
    color: #fff;
}

.column figure.image * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.column figure.image .bt {
  opacity: 1;
  height: 250px;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  transition: 0.5s;
}

.column figure.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column figure.image h2,
.column figure.image p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
.column figure.image h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
	font-size: 18px;
  text-transform: uppercase;
  bottom: 44%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.column figure.image h2 span {
  font-weight: 400;
}
.column figure.image p {
  top: 55%;
  padding: 0 50px;
  font-size: 10px;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  color: #fff;
}
.column figure.image a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.column figure.image:hover .bt,
.column figure.image.hover .bt {
  opacity: 1;
  background: rgba(0,159,188,0.8);
}
.column figure.image:hover figcaption h2,
.column figure.image.hover figcaption h2,
.column figure.image:hover figcaption p,
.column figure.image.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.column figure.image:hover figcaption h2,
.column figure.image.hover figcaption h2 {
  opacity: 0.9;
}
.column figure.image:hover figcaption p,
.column figure.image.hover figcaption p {
  opacity: 1;
}


@media (min-width: 768px) { /*Desktop + Tablet*/

.information .link .sp {
    display: none;
}
}



@media (max-width: 767px) { /*phone only*/

.information .link {
	padding: 0 10px !important;
	margin: 15px 0 0 !important;
}

.information .link img {
    width: 100%;
    height: auto;
}

.information .link .pc {
    display:none;
}

.searchresults #owl-demo {
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05)!important;
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05)!important;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.05)!important;
}

.mobile-navi {
    height: 55px !important;
}

.mobile-navi i {
    top: 17px !important;
}


.contact p.text {
	text-align: left !important;
}

.tour #tourapp,
.wpcf7-form {
    width: 100%!important;
}

.tour input[type="submit"] {
    width: 100%!important;
}

.listview-sp {
	text-align: center;
}

.listview-sp a span {
	border: 2px solid #009fbc;
	/* border-radius */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 15px 0;
	color: #009fbc;
	padding: 3px 15px;
	display: inline-block;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.listview-sp a span:before {
	font-family: "FontAwesome" !important;
	content: "\f022 " !important;
	padding-right: 5px;
}

.listview-sp a span:hover {
	background: #009fbc;
	color: #fff;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.news .left-container .listview-sp {
    margin: 40px 15px 0 15px;
    padding-top: 14px;
    border-top: solid 1px #dfdfda;
}


.news {
    padding: 0 0 5px 0 !important;
}



figure.image figcaption {
    display: none;
}

#owl-demo {
    padding: 0 0 0 0;
}

.column .section {
    overflow: hidden;
}

.column figure.image .bt {
    height: 125px !important;
}

.owl-carousel .owl-item:last-of-type {
    padding: 10px 10px 10px 10px!important;
}

}



/*------- Guide -------*/

.guide {
	background-color: #fff;
	padding: 40px 0 0;
	overflow: hidden;
}

.guidesp {
    display: none;
}

.guide .section {
	background-repeat: no-repeat;
	background-position: center bottom;
}


.guide .section .heading {
	text-align: center;
}

.guide .section .heading h2 {
	background: #fff;
	display: inline-block;
	padding: 40px 15px 0;
	position: relative;
	line-height: 1.8em;
	z-index: 100;
}



.guide .section .heading h2:before {
	font-family: "FontAwesome" !important;
	content: "\f013 " !important;
	color: #bbb;
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 34px;
}

.guide h2 span.title {
	font-size: 25px;
}

.guide .titleborder {
	position: relative;
}

.guide .titleborder:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.guide .subtitle {
	color: #bbb;
	font-size: 13px;
}



.guide figure.snip {
  font-family: axr;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 380px;
  height: 155px;
  background: #000000;
  color: #ffffff;
  text-align: left;
}
figure.snip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip img {
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s;
}
figure.snip figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip figcaption > div {
  overflow: hidden;
  width: 100%;
}
figure.snip .title {
	position: relative;
	margin-top: 35px;
	text-align: center;
}
figure.snip .title:before {
	font-family: "FontAwesome" !important;
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 34px;
}
figure.snip004 img,
figure.snip005 img,
figure.snip006 img {
  opacity: 1;
}

figure.snip004,
figure.snip005,
figure.snip006 {
  background: #fff !important;
  margin: 40px 0;
}

figure.snip004:hover img,
figure.snip005:hover img,
figure.snip006:hover img {
  -webkit-filter: grayscale(0%) !important;
}

figure.snip004:hover:before,
figure.snip004.hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

figure.snip004:hover:after,
figure.snip004.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

figure.snip004:hover:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.snip004 .title:before {
	content: "\f015" !important;
}
figure.snip005 .title:before {
	content: "\f072" !important;
}
figure.snip006 .title:before {
	content: "\f041" !important;
}

figure.snip001 .title:before {
	content: "\f1ea" !important;
}
figure.snip002 .title:before {
	content: "\f05a" !important;
}
figure.snip003 .title:before {
	content: "\f15c" !important;
}

figure.snip002,
figure.snip005 {
	margin-left: 40px !important;
}
figure.snip003,
figure.snip006 {
	float: right !important;
}
figure.snip h2,
figure.snip h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
figure.snip h2 {
	margin-top: 35px;
	font-size: 21px;
}
figure.snip h3 {
  font-size: 1em;
  bottom: 0;
  font-size: 11px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "���C���I", Meiryo, "���S�V�b�N", "Yu Gothic", "���S�V�b�N��", "YuGothic", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

figure.snip h3.readme {
	margin-top: -15px;
}

figure.snip h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip:hover img,
figure.snip.hover img {
  opacity: 0.7;
-moz-transform: scale(1.2,1.2);
-webkit-transform: scale(1.2,1.2);
-o-transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);
}
figure.snip:hover figcaption h3:first-of-type,
figure.snip.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip:hover figcaption h3:nth-of-type(2),
figure.snip.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}



/* hover effet */


.button_base {
    width: 380px;
    height: 155px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
	font-family: axr;
}

.button_base:hover {
    cursor: pointer;
}

.button_base h2 {
	display: inline-block;
	padding: 33px 15px 0;
	position: relative;
	line-height: 1.8em;
}

.button_base h2:before {
	font-family: "FontAwesome" !important;
	content: "\f015 " !important;
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 34px;
}

.button_base h2 span.title {
	font-size: 25px;
}

.button_base h2,
.button_base h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.button_base h2 {
	margin-top: 33px;
	font-size: 21px;
}
.button_base h3 {
  font-size: 1em;
  bottom: 0;
  font-size: 11px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "���C���I", Meiryo, "���S�V�b�N", "Yu Gothic", "���S�V�b�N��", "YuGothic", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

/* ### ### ### 05 */
.roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.roll .on,
.roll .off {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 155px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.roll .on {
    color: #009fbc;
    background-color: #009fbc;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform-origin: 50% 50% -76px;
    -webkit-transform-origin: 50% 50% -76px;
    -moz-transform-origin: 50% 50% -76px;
}

.roll .off {
    color: #009fbc;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform-origin: 50% 50% -76px;
    -webkit-transform-origin: 50% 50% -76px;
    -moz-transform-origin: 50% 50% -76px;
}

.roll:hover .on {
    transition: all 0.2s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.roll:hover .off {
    transition: all 0.2s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

.guide .inner {
	overflow: hidden;
}

.guide li {
	float:left;
	margin: 40px 0;
}

.guide li:nth-child(2) {
	margin-left: 40px !important;
}

.guide li:nth-child(3) {
	float:right;
}

.guide li:nth-child(1) .roll .on {
	color: #ffffff;
	background-color: #ffffff;
}

.guide li:nth-child(1) .roll .off {
	color: #ffffff;
	background-color: #009fbc;
}

.guide li:nth-child(1) .roll:hover .on,
.guide li:nth-child(1) .roll:hover .on h2:before {
	color: #009fbc;
}

.guide li:nth-child(1) .roll:hover .off {
	background-color: #ffffff;
}

.guide li:nth-child(1) .button_base h2:before {
	font-family: "FontAwesome" !important;
	content: "\f015 " !important;
}

.guide li:nth-child(1) .roll .on {
	border: #009fbc solid 1px;
}

.guide li:nth-child(1) .roll .off {
	border: #fff solid 1px;
}


.guide li:nth-child(2) .roll .on {
	color: #ffffff;
	background-color: #ffffff;
}

.guide li:nth-child(2) .roll .off {
	color: #ffffff;
	background-color: #14bcaa;
}

.guide li:nth-child(2) .roll:hover .on,
.guide li:nth-child(2) .roll:hover .on h2:before {
	color: #14bcaa;
}

.guide li:nth-child(2) .roll:hover .off {
	background-color: #ffffff;
}

.guide li:nth-child(2) .button_base h2:before {
	font-family: "FontAwesome" !important;
	content: "\f072 " !important;
}

.guide li:nth-child(2) .roll .on {
	border: #14bcaa solid 1px;
}

.guide li:nth-child(2) .roll .off {
	border: #fff solid 1px;
}


.guide li:nth-child(3) .roll .on {
	color: #ffffff;
	background-color: #ffffff;
}

.guide li:nth-child(3) .roll .off {
	color: #ffffff;
	background-color: #ae56a4;
}

.guide li:nth-child(3) .roll:hover .on,
.guide li:nth-child(3) .roll:hover .on h2:before {
	color: #ae56a4;
}

.guide li:nth-child(3) .roll:hover .off {
	background-color: #ffffff;
}

.guide li:nth-child(3) .button_base h2:before {
	font-family: "FontAwesome" !important;
	content: "\f041 " !important;
}

.guide li:nth-child(3) .roll .on {
	border: #ae56a4 solid 1px;
}

.guide li:nth-child(3) .roll .off {
	border: #fff solid 1px;
}

.guideframe {
}




/*------- pagetop -------*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
        background: rgba(114,114,114,0.7);
    text-decoration: none;
    color: #fff;
    width: 55px;
    padding: 0.5px 14px;
    font-size: 30px;
    line-height: 1.8em;
    text-align: center;
    display: block;
    border-radius: 107px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(114,114,114,1);
}


/*------- clock -------*/






/*------- footer -------*/


.footer {
    background: #fff;
}

.footer_top {
	background: url("../image/footer_bg02.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	min-height: 250px;
}

.footer_top .bg {
	background: url("../image/footer_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 250px;
	border-bottom: 4px solid #555;
}


.footer_top .inner {
	position: relative;
	min-height: 250px;
}

.footer_top .inner a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer_top .inner .time {
    position: absolute;
    top: 90px;
    right: 0;
    left: 220px;
    color: #666666;
    width: 350px;
	display: none;
}

.footer_top .inner .nz {
	left: 640px;
}

.footer_top .inner .time .contry {
	font-size: 17px;
	background: url("../image/frag.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 45px;
}

.footer_top .inner .nz .contry {
	background: url("../image/frag2.png");
	background-repeat: no-repeat;
	background-position: center left;
}

.footer_top .inner .time .contry:before {
	font-size: 17px;
 	font-family: "FontAwesome" !important;
	content: "\f017 " !important;
	margin-right: 7px;
}

.footer_top .inner .time .rate {
    font-size: 36px;
    font-family: axr;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.04em;
}

.footer_bottom {
	background: #f8f6f0;
	background-repeat: repeat-x;
	background-position: center bottom;
	min-height: 215px;
}

.footer .copyright {
	background: #fff;
	font-size: 12px;
	padding: 15px 0;
	overflow: hidden;
}

.footer .copyright span:nth-child(2) {
	text-align: right;
	float: right;
}

.footer .logo {
	padding: 50px 90px 0 0;
	float: left;
}

.footer .about {
	padding: 60px 0 0;
	width: 400px;
	float: left;
}

.footer .oth {
	float: left;
	margin-top: 80px;
}

.footer .oth strong {
	font-size: 14px;
}

.footer .linkbt {
	float: right;
	margin-top: 74px;
}

#page-top a {
    width: 27.5px !important;
}

.oth .fa {
	font-size: 32px;
	margin-top: 5px;
}

.fa-facebook-square {
	color: #3A5491;
}

.fa-linkedin-square {
	color: #0E75AF;
}

.fa-tumblr-square {
	color: #395773;
}

.fa-twitter-square {
	color: #4E9AD6;
}

.fa-google-plus-square {
	color: #CC421B;
}

.fa-instagram {
	color: #E3624D;
}

.oth a {
	display: inline-block;
}
.oth a:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

.digi {
	float: left;
	margin-left: 15px;
}


@media (max-width: 767px) { /*phone only*/


#page-top {
    bottom: 7px;
    right: 7px;
}

.footer .oth p {
    width: 183px !important;
    margin: 0 auto;
}


.footer .linkbt {
	float: none;
	margin: 15px 0 8px;
	text-align: center;
}

.footer_top .inner {
	padding: 0px 10px;
}

.clock_face {
    display: none;
}

.footer_top .inner .time {
	position: static;
	color: #666666;
	width: 50% !important;
	float: left !important;
	overflow: hidden;
	margin: 0 !important;
}

.digi {
	float: none;
	margin-left: 0;
}

.footer_top {
    margin-top: 0!important;
    padding-top: 23px;
    background-size: 2%;
}

.footer_top .inner .time .rate,
.digi .day {
	text-align: center;
	font-size: 11px;
}

.footer_top .inner .time .contry {
	font-size: 14px;
	background: none;
	padding-left: 0;
	text-align: center;
}

.footer .oth p {
	text-align: center;
}

.footer_top .inner .time .rate {
    font-size: 28px;
}

.footer_top .inner .time .contry:before {
    font-size: 14px;
    margin-right: 4px;
}

.footer_top .bg {
    background-position: -22px bottom!important;
    background-size: 165%!important;
}

.footer_top, .footer_top .bg, .footer_top .inner {
    min-height: 80px!important;
}
}






/*------------------------------------- postbody -------------------------------------*/

.postbody .contents {
    font-size: 16px!important;
    line-height: 1.9em;
}
.postbody .contents em {
    font-style: italic!important;
    font-family: "Source Sans Pro"!important;
}

.postbody .contents p a {
	color: #009fbc!important;
}

.postbody .contents p a:hover {
	opacity: 0.70 !important;
}

.news_category .container .posttitle .posticon {
    background: url(../image/posticonbg.png);
}

.information_category .container .posttitle .posticon {
    background: url(../image/posticonbg03.png);
}

.column_category .container .posttitle .posticon {
    background: url(../image/posticonbg02.png);
}

.mail_magazine_members_category .container .posttitle .posticon {
    background: url(../image/posticonbg04.png);
}

.column_category .container .posttitle .posticon {
    background: url(../image/posticonbg02.png);
}

.column_category .container .posttitle .posticon {
    background: url(../image/posticonbg02.png);
}

.postbody .main-contents .contents h2 span {
    color: #444!important;
}

.postbody .main-contents .contents h2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 22px !important;
    border-left: 3px solid #1689cb !important;
    padding: 0 5px 3px 10px !important;
    line-height: 1.3em !important;
    clear: both!important;
}

.postbody .main-contents .contents p img.aligncenter,
.postbody .main-contents .contents div img.aligncenter,
.postbody .main-contents .contents .figure-center img {
    margin: 0 auto;
    display: block;
    max-width: 830px;
    height: auto;
}

.postbody .main-contents .contents iframe {
    margin: 0 auto;
}

.postbody .main-contents .contents p,
.postbody .main-contents .contents > div {
    margin: 0 0 16px;
}

.postbody .main-contents .contents img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.postbody .main-contents .contents hr {
    margin: 20px 0 !important;
    margin-bottom: 20px !important;
    border-top: 1px solid #eee;
}

.postbody {
	background: url("../image/bg02.jpg");
	background-position: center center;
	background-attachment: fixed;
}

.breadcrumb {
	font-size: 11px;
	padding: 12px 0;
}

.breadcrumb a {
	display: inline-block;
}

.breadcrumb span.hierarchy {
	color: #999;
	margin: 0 10px;
}

.breadcrumb a:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

.pagetitle {
	text-align: center;
	margin-top: 10px;
}

.pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
	font-family: axl;
}

.pagetitle .subtitle {
	color: #84c75d;
}

.postbody .main-contents {
	float: left;
	width: 830px;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	margin-bottom: 60px;
	border-radius: 5px;
}

.postbody .side-contents {
	float: right;
	width: 290px;
	margin-bottom: 60px;
}

.postbody .container {
	margin-top: 40px;
}

.postbody .container .posttitle {
	margin-left: 50px;
	margin-bottom: 30px;
}

.postbody .container .posttitle .posticon {
	background-repeat: no-repeat;
	width: 57px;
	height: 166px;
	position: absolute;
	margin-top: -47px;
	margin-left: -70px;
}

.postbody .container .posttitle .posticon i {
	color: #fff;
	font-size: 25px;
	position: absolute;
	bottom: 26px;
	left: 14px;
}

.postbody .container .posttitle h2 {
	font-size: 27px;
	font-family: axl;
	line-height: 1.3em;
}

.postbody .container .posttitle .day {
	color: #aaa;
	margin: 5px 0;
}

.postbody .container .posttitle .day:before {
	content: "\f017";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.postbody .container .posttitle a.category {
	margin-bottom: 10px;
}

.postbody .container .posttitle a:hover span {
	opacity: 0.7;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.postbody .container .posttitle a span {
	display: inline-block;
}
.postbody .container .posttitle a span {
	transition: .5s;
}

.postbody .container .posttitle a.category span {
	background: #84c75d;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.mail_magazine_members_category .container .posttitle a.category span {
	background: #00adef;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

a.mail_magazine_members_category {
    color: #00adef !important;
}

.mail_magazine_members_category .side-contents .recent .box a.category span {
    background: #00adef !important;
}

span.mail_magazine_members_category {
	background: #00adef !important;
}

.postbody .container .posttitle a.category span:before {
	content: "\f15c";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
}


.postbody .container .posttitle .tag {
	margin-top: 9px;
}

.postbody .container .posttitle .tag a {
	margin: 0 3px 3px 0;
	display: inline-block;
}

.postbody .container .posttitle .tag a span:before {
	content: "\f02b";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.postbody .container .posttitle .tag a span {
	color: #aaa;
	border: 1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 5px;
	font-size: 11px;
}

.postbody .eyecatch {
	margin-bottom: 30px;
}

.postbody .eyecatch img {
	width: 100%;
}

.postbody .contents {
	font-size: 17px;
	line-height: 1.9em;
}

.postbody .side-contents h2.subtitle {
	font-size: 19px;
	border-top: 3px solid #cccccc;
	padding: 5px 0 8px;
}

.postbody .main-contents .contents h1 {
    font-size: 26px !important;
    border-bottom: 3px solid #009fbc !important;
    margin: 25px 0 25px !important;
    padding-bottom: 9px;
    clear: both!important;
        line-height: 1.3em;
}


.postbody .side-contents .recent {
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 10px;
	border-radius: 5px;
}


.postbody .side-contents .recent img {
	width: 100%;
}

.postbody .side-contents .recent .box {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}

.postbody .side-contents .recent .box:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.postbody .side-contents .recent .box h2 {
	line-height: 1.5em;
	font-size: 17px;
	font-family: axr;
	margin-top: 5px;
}

.postbody .side-contents .recent .box h2 a {
	display: block;
}

.postbody .side-contents .recent .box h2 a:hover {
	color: #009fbc;
}

.postbody .side-contents .recent .box h2 a:hover {
	color: #84c75d;
}

.postbody .side-contents .recent .box .day {
	color: #aaa;
	margin: 5px 0;
}

.postbody .side-contents .recent .box .day:before {
	content: "\f017";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.postbody .side-contents .recent .box a.category {
	margin-bottom: 10px;
}

.postbody .side-contents .recent .box a:hover span {
	opacity: 0.7;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.postbody .side-contents .recent .box a span {
	display: inline-block;
}
.postbody .side-contents .recent .box a span {
	transition: .5s;
}

.postbody .side-contents .recent .box a.category span {
	background: #84c75d;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.postbody .side-contents .recent .box a.category span:before {
	content: "\f15c";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
}

.postbody .side-contents .recent .box .tag {
	margin-top: 9px;
}

.postbody .side-contents .recent .box .tag a {
	margin: 0 3px 5px 0;
	display: inline-block;
}

.postbody .side-contents .recent .box .tag a span:before {
	content: "\f02b";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.postbody .side-contents .recent .box .tag a span {
	color: #aaa;
	border: 1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 5px;
	font-size: 11px;
}

a.author span {
	background: #aaa;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.author span:before {
    content: "\f007"!important;
    font-family: "FontAwesome" !important;
    padding-right: 7px;
}

ul.page_nav {
    margin: 20px 0 20px !important;
    padding: 20px!important;
}

ul.page_nav li span, ul.page_nav li a {
    margin-bottom: 0!important;
}

.postbody .main-contents .contents .wp-caption {
	margin: 0 auto;
}



/*------- post author st -------*/

#postauthor {
	overflow: hidden;
	margin-top: 40px;
	padding: 20px;
	background-color: #f8f8f8;
	margin-bottom: 50px;
}

#postauthor a {
	width: 90px;
	height: 90px;
	float: left;
}

#postauthor .author-info {
	padding-left: 110px;
	font-size: 13px;
	line-height: 2.0em;
}

#padSection h4 {
    margin-bottom: 15px !important;
    border-bottom: 1px dotted #aaa !important;
}

.column_category #padSection {
	display: block !important;
}


#padSection {
	display: none !important;
	padding: 20px !important;
	border: none !important;
	background-color: #f8f8f8 !important;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8);
	font-size: 13px !important;
	line-height: 2.0em !important;
}

#padSection .avatar img {
	border: none !important;
	margin-bottom: 15px;
}

#latestEntries {
	display: none !important;
}

#profileTxtSet dt span {
	font-family: axr !important;
}

#padSection dl dt .pad_caption {
	padding-left: 20px !important;
	font-size: 13px !important;
}

#padSection a {
	color: #84c75d !important;
}

#padSection a:hover {
	text-decoration: underline;
}

#padSection .profileTxtSet {
    margin-left: 120px !important;
}

/*------- post author en -------*/




@media (max-width: 767px) { /*phone only*/
h2.siwyg {
    padding: 15px 0px 0px !important;
    font-size: 16px;
}

.postbody .side-contents .recent .box .tag {
	display: none;
}


.postbody .main-contents .contents h1 {
	font-size: 20px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

.postbody .main-contents .contents img,
.postbody .main-contents .contents .wp-caption,
.postbody .main-contents .contents .wp-caption img {
    width: 100% !important;
    height: 100% !important;
}

body .main-contents .heading .subtitle {
	line-height: 1.5em!important;
}

ul.page_nav {
    margin: 0 0 10px !important;
    padding: 10px!important;
}

ul.page_nav li span, ul.page_nav li a {
    padding: 5px 8px!important;
}

.postbody .main-contents .contents h2 {
    font-size: 18px !important;
}

a.author span {
	font-size: 11px;
}


.postbody .main-contents {
    float: none;
    width: auto;
    padding: 10px;
    margin-bottom: 35px;
}

.postbody .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.postbody .pagetitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.postbody .container {
    margin: 0 10px 0 10px !important;
}

.postbody .container .posttitle h2 {
    font-size: 18px;
    font-family: axl;
    line-height: 1.3em;
}

.postbody .container .posttitle .posticon {
    display: none;
}

.postbody .container .posttitle {
    margin: 0 0 20px 0;
}

.postbody .eyecatch {
    margin: 20px 0;
}


.postbody .main-contents p {
    font-size: 15px;
    line-height: 1.6em;
    margin: 10px 0;
}

.postbody .container .posttitle .tag a span {
    line-height: 1.7em;
}

.main-contents p img {
    width: 100%;
    height: 100%;
}

.postbody .side-contents {
    float: none;
    width: auto;
    margin-bottom: 0;
}

.postbody .side-contents .recent {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    overflow: auto;
    border-radius: 0;
}

.postbody .side-contents .recent a.images {
    width: 36%;
    float: left;
    height: 125px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px;
}

.postbody .side-contents .recent img {
    width: 200%;
    text-align: center;
    position: absolute;
    position: 0 50%;
    top: 0;
    left: -65px;
    right: 0;
    margin-right: -50px;
    min-height: 150px;
}

.postbody .side-contents .recent .box {
    background: #fff;
    box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.postbody .side-contents .recent .box h2 {
    line-height: 1.5em;
    font-size: 13px !important;
    margin-top: 0;
    padding-top: 10px;
}

.postbody .side-contents .recent .box a.category span {
    font-size: 11px;
}

.postbody .side-contents .recent .box:last-child {
    margin-bottom: 10px;
}


.social4i {
    margin-bottom: 30px !important;
}


/*------- 記事一覧 st -------*/

/* .owl-item .panel_img {
    width: 36%!important;
    float: left!important;
}
*/
body .searchresults .owl-wrapper {
    width: auto!important;
    overflow: hidden;
}

body .searchresults #owl-demo {
    overflow: hidden;
    width: auto !important;
    float: none !important;
    padding: 0 0 0 0;
}

body .searchresults #owl-demo .owl-item {
    width: auto !important;
    float: left;
}

body .searchresults #owl-demo {
    margin: 10px 0 10px 0!important;
}

body .searchresults #owl-demo .item .box {
    width: auto!important;
    float: none!important;
}

body .searchresults #owl-demo .item .box h2 {
    line-height: 1.5em;
    font-size: 16px !important;
}

body .searchresults .owl-carousel .owl-item:last-of-type {
    padding: 0!important;
}

body .searchresults #owl-demo:first-of-type {
    margin: 0 0 10px 0!important;
}

body .searchresults #owl-demo .owl-wrapper .item,
body .searchresults #owl-demo:first-child .item,
body .searchresults #owl-demo:nth-child(even) .item,
body .searchresults #owl-demo:last-child .item {
    margin-left: 0 !important;
    margin-right: 0!important;
}

body .searchresults figure.image .bt {
    height: 130px!important;
}

/*------- 記事一覧 ed -------*/


/*------- post author st -------*/

#padSection .avatar {
    float: none!important;
}

#padSection .avatar img {
    width: 100%!important;
}

#padSection .profileTxtSet {
    margin-left: 0 !important;
}

#padSection dl dt .pad_caption {
    padding-left: 0px !important;
    font-size: 14px !important;
}

#padSection a {
    float: right;
}

/*------- post author ed -------*/

}









/*------- �֘A�L�� -------*/

.relation {
	background-color: #f8f6f0;
	padding: 40px 0 0;
}

.relation .section {
	background: url("../image/bg01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.relation .listview {
	margin: -10px 0 10px;
}

.relation .listview {
	overflow: hidden;
}

.relation .listview a span {
	float: right;
	border: 2px solid #009fbc;
	/* border-radius */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #009fbc;
	padding: 3px 15px;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.relation .listview a span:before {
	font-family: "FontAwesome" !important;
	content: "\f022 " !important;
	padding-right: 5px;
}

.relation .listview a span:hover {
	background: #009fbc;
	color: #fff;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}


.relation .section .heading {
	text-align: center;
}

.relation .section .heading h2 {
	background: #f8f6f0;
	display: inline-block;
	padding: 40px 15px 0;
	position: relative;
	line-height: 1.8em;
}


.relation .section .heading h2:before {
	font-family: "FontAwesome" !important;
	content: "\f15c" !important;
	color: #84c75d;
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 34px;
}

.relation h2 span.title {
	font-size: 25px;
}

.relation .titleborder {
	position: relative;
}

.relation .titleborder:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.relation .subtitle {
	color: #84c75d;
	font-size: 13px;
}












/*------- swiper -------*/

.relation #owl-demo {
	padding: 0 0 25px 0;
}

.relation #owl-demo .item {
	background: #fff;
	margin: 20px;
	color: #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	/* box-shadow */
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.01);
	-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.01);
	-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.01);
}

.relation #owl-demo .item img {
    background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.5)),
    url("../image/owl_photo.jpg") center center / cover no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
    width: 100%;
    display: block;
}

.relation #owl-demo .item .box {
	padding: 10px 10px 15px 10px;
	text-align: left;
}

.relation #owl-demo .item .box h2 {
	line-height: 1.5em;
	font-size: 17px;
	font-family: axr;
}

.relation #owl-demo .item .box h2 a {
	display: block;
}


a.news_category_title:hover {
	color: #009fbc !important;
}


a.column_category_title:hover {
	color: #84c75d !important;
}

.relation #owl-demo .item .box .day {
	color: #aaa;
	margin: 5px 0;
}

.relation #owl-demo .item .box .day:before {
	content: "\f017";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.relation #owl-demo .item .box a.category {
	margin-bottom: 10px;
}

.relation #owl-demo .item .box a:hover span {
	opacity: 0.7;
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.relation #owl-demo .item .box a span {
	display: inline-block;
}
.relation #owl-demo .item .box a span {
	transition: .5s;
}

.relation #owl-demo .item .box a.category span {
	background: #84c75d;
	color: #fff;
	padding: 2px 7px;
	font-size: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.relation #owl-demo .item .box a.category span:before {
	content: "\f15c";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
}

.relation #owl-demo .item .box .tag {
	margin-top: 9px;
}

.relation #owl-demo .item .box .tag a {
	margin: 0 3px 5px 0;
	display: inline-block;
}

.relation #owl-demo .item .box .tag a span:before {
	content: "\f02b";
	font-family: "FontAwesome" !important;
	padding-right: 5px;
}

.relation #owl-demo .item .box .tag a span {
	color: #aaa;
	border: 1px solid #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 5px;
	font-size: 11px;
}

.relation .customNavigation{
	text-align: center;
}
.relation .customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.relation .owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}


.relation .owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.relation .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}


.relation .owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.relation .owl-theme .owl-controls .active span{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1 !important;
	background: #009fbc !important;
}

.relation .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #999;
}

.relation .owl-theme .owl-controls .owl-page.active span,
.relation .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


.relation .owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #444;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.relation .owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.relation .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.relation .owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.relation .owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.relation .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.relation .owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.relation .owl-carousel .owl-item{
	float: left;
}
.relation .owl-controls .owl-page,
.relation .owl-controls .owl-buttons div{
	cursor: pointer;
}
.relation .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.relation .grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.relation .owl-carousel  .owl-wrapper,
.relation .owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.relation .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #3fbf79;
  *background-color: #f3f3f3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  border: 0px solid #cccccc;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
}


.relation .customNavigation a {
	/* box-shadow */
	box-shadow:0px 0px 3px 2px rgba(0,0,0,0.04);
	-moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.04);
	-webkit-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.04);
	/* border-radius */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color: #666666;
	background: #fff;
	padding: 13px 20px;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 900;
}

.relation .customNavigation a:hover {
	color: #009fbc;
	opacity: 0.6;
}

.relation .swiper {
	position: relative;
	width: 1260px;
	margin: 0 auto;
}

.relation .customNavigation a.prev {
	position: absolute;
	top: 190px;
	left: -70px;
}

.relation .customNavigation a.next {
	position: absolute;
	top: 190px;
	right: -70px;
}

/* hover effet */

.relation  .panel_img {
    height: 100%;
    background-color: #cdcec8;
    overflow: hidden;
}

.relation .panel_img figure.image {
	display: block;
	background: url("../image/owl_photo.jpg");
	background-size:cover;
	background-position: center center;
	height: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	transition: 0.5s;
}

.relation  .panel_img:hover figure.image {
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}



/* hover effet */

.relation figure.image {
  position: relative;
  text-align: center;
	overflow: hidden;
}
.relation figure.image {
  color: #fff;
}

.relation figure.image p {
    color: #fff;
}

.relation figure.image * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.relation figure.image .bt {
  opacity: 1;
  height: 250px;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  transition: 0.5s;
}

.relation figure.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.relation figure.image h2,
.relation figure.image p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
.relation figure.image h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
	font-size: 18px;
  text-transform: uppercase;
  bottom: 44%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.relation figure.image h2 span {
  font-weight: 400;
}
.relation figure.image p {
  top: 55%;
  padding: 0 50px;
  font-size: 10px;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  color: #fff;
}
.relation figure.image a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.relation figure.image:hover .bt,
.relation figure.image.hover .bt {
  opacity: 1;
  background: rgba(132,199,93,0.8);
}
.relation figure.image:hover figcaption h2,
.relation figure.image.hover figcaption h2,
.relation figure.image:hover figcaption p,
.relation figure.image.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.relation figure.image:hover figcaption h2,
.relation figure.image.hover figcaption h2 {
  opacity: 0.9;
}
.relation figure.image:hover figcaption p,
.relation figure.image.hover figcaption p {
  opacity: 1;
}





@media (max-width: 767px) { /*phone only*/

.swiper #owl-demo .item .box .tag {
    display: none;
}
}










/*------------------------------------- 記事一覧 -------------------------------------*/







































/*------------------------------------- area guide -------------------------------------*/

.areaguide {
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #f8f6f0;
	min-width: 1280px;
	position: relative;
}

.areaguide .map {
	display: table-cell;
	width: 50%;
	height: 1000px;
	background: url("../image/map.jpg") 50% 50% no-repeat;
	position: relative;
}

.areaguide .section .breadcrumb {
	margin-right: 50px;
	text-align: right;
}

.areaguide .section .inner {
	margin: 0pt;
	width: auto;
	display: table-cell;
	text-align: center;
	width: 50%;
	vertical-align: top;
	padding: 50px 50px;
}
}

.areaguide .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.areaguide .pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
}

.areaguide .pagetitle .subtitle {
	color: #ae56a4;
}

.areaguide .map ul.areabt {
	width: 600px;
	margin: 0 auto 0;
	position: relative;
}

.areaguide .map ul.areabt li:nth-child(1) {
	position: absolute;
	top: 62px;
	left: 280px;
}

.areaguide .map ul.areabt li:nth-child(2) {
	position: absolute;
	top: 143px;
	left: 335px;
}

.areaguide .map ul.areabt li:nth-child(3) {
	position: absolute;
	top: 278px;
	left: 226px;
}

.areaguide .map ul.areabt li:nth-child(4) {
	position: absolute;
	top: 245px;
	left: 420px;
}

.areaguide .map ul.areabt li:nth-child(5) {
	position: absolute;
	top: 358px;
	left: 489px;
}

.areaguide .map ul.areabt li:nth-child(6) {
	position: absolute;
	top: 444px;
	left: 472px;
}

.areaguide .map ul.areabt li:nth-child(7) {
	position: absolute;
	top: 350px;
	left: 190px;
}

.areaguide .map ul.areabt li:nth-child(8) {
	position: absolute;
	top: 434px;
	left: 230px;
}

.areaguide .map ul.areabt li:nth-child(9) {
	position: absolute;
	top: 528px;
	left: 408px;
}

.areaguide .map ul.areabt li:nth-child(10) {
	position: absolute;
	top: 553px;
	left: 114px;
}

.areaguide .map ul.areabt li:nth-child(11) {
	position: absolute;
	top: 491px;
	left: 175px;
}

.areaguide .map ul.areabt li:nth-child(12) {
	position: absolute;
	top: 598px;
	left: 335px;
}

.areaguide .map ul.areabt li:nth-child(13) {
	position: absolute;
	top: 621px;
	left: 0px;
}

.areaguide .map ul.areabt li:nth-child(14) {
	position: absolute;
	top: 750px;
	left: 250px;
}

.areaguide .map ul.areabt li:nth-child(15) {
	position: absolute;
	top: 900px;
	left: 180px;
}

.areaguide .map ul.areabt li:nth-child(16) {
	position: absolute;
	top: 814px;
	left: -15px;
}


.areaguide .map ul.areabt li a {
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.areaguide .map ul.areabt li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.areaguide .map ul.areabt li a {
	/* box-shadow */
	box-shadow:0px 2px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow:0px 2px 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow:0px 2px 1px 1px rgba(0,0,0,0.12);
	/* border-radius */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #fff;
	padding: 5px 12px 7px 10px;
	font-family: axr;
	font-size: 13px;
}

.areaguide .map ul.areabt li a:hover {
	color: #fff;
	background: #999;
}

.areaguide .map ul.areabt li a:before {
	content: "\f041";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
	color: #ddd;
}



.areaguide .content {
	margin: auto;
        width: 600px;
}

.areaguide .content .heading {
	text-align: center;
}

.areaguide .content .heading h2 {
	background: #f8f6f0;
	display: inline-block;
	padding: 40px 15px 0;
	position: relative;
	line-height: 1.8em;
}

.areaguide .content.areaguide .content .heading h2 span.title {
	font-size: 25px;
}

.areaguide .content .titleborder {
	position: relative;
}

.areaguide .content .titleborder:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.areaguide .content p.photo img {
	width: 100%;
	margin-top: 20px;
}

.areaguide .content p.text {
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
	line-height: 1.8em;
}

.areaguide .mapsp {
	display: none;
}



/*------------------------------------- over view -------------------------------------*/

.overview {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.overview .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.overview .pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
}
.overview .pagetitle .subtitle {
	color: #227aba;
}

.overview .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.overview .main-contents .heading {
	text-align: center;
	margin-bottom: 30px;
}

.overview .main-contents .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.overview .main-contents .heading h2:before {
	content: url(../image/overview_icon.png);
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.overview .main-contents .heading h2 {
	text-align: center;
}

.overview .main-contents .heading h2 span.title {
	font-size: 30px;
}

.overview .main-contents .subtitle {
	color: #227aba;
	font-size: 13px;
	line-height: 1.3em;
}



.overview .main-contents .titleborder h2 {
	background: #fff;
	display: inline-block;
	padding: 0 15px 0;
	position: relative;
	line-height: 1.8em;
}

.overview .main-contents .titleborder {
	position: relative;
        text-align: center;
        margin-bottom: 25px;
}

.overview .main-contents .titleborder .subtitle {
    color: #bbb;
    font-size: 13px;
    line-height: 1.0em;
}

.overview .main-contents .titleborder h2:before {

}

.overview .titleborder:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.overview .geography p {
	text-align: center;
}


.overview .capital p img {
	margin: 0 auto 20px;
}

.overview .timedifference p img {
	margin: 0 auto 20px;
}

.overview .timedifference p {
	text-align: center;
}






/*------------------------------------- over view 2 -------------------------------------*/

.overview .climate p img {
	margin: 0 auto 20px;
}

.overview .titleborder {
	margin: 50px 0 0;
}





/*------------------------------------- over view 3 -------------------------------------*/


.overview .religion table {
	margin: 40px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4em;
}

.overview .religion table tr {
	vertical-align: center;
}

.overview .religion table tr:nth-child(odd) {
	background: #f6f6f6;
}

.overview .religion table th,
.overview .religion table td {
	padding: 15px 15px;
}

.overview .religion table th {
	width: 15%;
}

.overview .religion table td {
	width: 40%;
}

.overview .religion table td:nth-child(3) {
	text-align: right;
}

.overview .religion table td span {
	margin-left: 20px;
	color: #bbb;
}



.overview .safety .titleborder,
.overview .education .titleborder {
    margin: 40px 0 0;
}

.overview .safety .titleborder:before,
.overview .education .titleborder:before {
    bottom: 29px;
}

.overview .safety h2,
.overview .education h2 {
	font-size: 23px;
}



.overview .education table {
	margin: 40px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4em;
}

.overview .education table tr {
	vertical-align: top;
}

.overview .education table tr:nth-child(odd) {
	background: #f6f6f6;
}

.overview .education table th,
.overview .education table td {
	padding: 15px 15px;
}

.overview .education table th {
	width: 15%;
}

.overview .education table td {
	width: 40%;
}

.overview .education table td:nth-child(3) {
	text-align: right;
}

.overview .education table td span {
	margin-left: 20px;
	color: #bbb;
}

.overview .education .box {
	padding: 30px;
	background: #f6f6f6;
	margin: 30px 0;
	border-radius: 5px;
}

.overview .education .box .titleborder h2 {
    background: #f6f6f6;
    font-size: 22px;
}

.overview .education .box .titleborder {
    margin: 0 0 0;
}


.overview .education .box ul {
	margin: 0 0 0 70px;
}

.overview .education .box ul li {
	margin: 0 0 0 70px;
	list-style-type: square;
}

.overview .ncea table th {
	width: 10%;
}

.overview .ncea table td:nth-child(2) {
	width: 20%;
}

.overview .ncea table td:nth-child(3) {
	width: 30%;
	text-align: left;
}

.overview .ncea table tr {
    vertical-align: middle;
}

.overview .education table tr:nth-child(3) {
    background: #fff !important;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

.overview .ncea table {
	margin-bottom: 0;
}

/*------------------------------------- Immigration -------------------------------------*/


.immigration {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.immigration .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.immigration .pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
}
.immigration .pagetitle .subtitle {
	color: #adc825;
}

.immigration .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.immigration .main-contents .heading {
	text-align: center;
	margin-bottom: 30px;
}

.immigration .main-contents .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.immigration .main-contents .heading h2:before {
	content: url(../image/immigration_icon.png);
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.immigration .main-contents .heading h2 {
	text-align: center;
}

.immigration .main-contents .heading h2 span.title {
	font-size: 30px;
}

.immigration .main-contents .subtitle {
	color: #adc825;
	font-size: 13px;
	line-height: 1.3em;
}

.immigration .main-contents ul.department {
	margin: 30px 0 30px 0;
}

.immigration .main-contents ul.department li {
	background: #adc825;
	padding: 18px 0;
	text-align: center;
	float: left;
	width: 16.22222%;
	margin-right: 5px;
	color: #fff;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */  
}

.immigration .main-contents ul.department li:last-child {
	margin-right: 0;
}

.immigration .titleborder {
    margin: 40px 0 0;
}
.immigration .main-contents .titleborder {
    position: relative;
    text-align: center;
}

.immigration .titleborder:before {
    bottom: 29px;
}
.immigration .titleborder:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 34px;
}

.immigration .main-contents .titleborder h2 {
    background: #fff;
    display: inline-block;
    padding: 0 15px 0;
    position: relative;
    line-height: 1.8em;
}

.immigration .box {
	padding: 30px;
	background: #f6f6f6;
	margin: 0 0 30px 0;
	border-radius: 5px;
}

.immigration .box .titleborder h2 {
    background: #f6f6f6;
    font-size: 20px;
    color: #adc825;
}

.immigration .box .titleborder:before {
    background: #adc825;
    bottom: 32px;
}

.immigration .box .titleborder {
    margin: 0 0 0;
}


.immigration .box ul {
	margin: 0 0 0 70px;
}

.immigration .box ul li {
	margin: 0 0 0 70px;
	list-style-type: square;
}





/*------------------------------------- Immigration 02 -------------------------------------*/

.immigration table {
	margin: 20px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4em;
}

.immigration table:last-child  {
	margin: 20px 0 0 0;
}

.immigration table tr {
	vertical-align: middle;
}

.immigration table thead tr {
	background: #f6f6f6;
}

.immigration table th,
.immigration table td {
	padding: 15px 15px;
}

.immigration table th {
	width: 15%;
	font-weight: normal;
}

.immigration table td {
	width: 80%;
	text-align: left;
}

.immigration table td span {
	margin-left: 20px;
	color: #bbb;
}

.immigration table tr {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.immigration table th span {
	font-weight: normal;
	font-size: 12px;
	color: #adc825;
}

.immigration h2.tabletitle {
	font-size: 18px;
	background: #adc825;
	padding: 10px 15px;
	color: #fff;
}

.immigration h3.tablesubtitle {
	border-left: 3px solid #adc825;
	padding-left: 10px;
	line-height: 1em;
}

.immigration h2.siwyg {
	position: relative;
	padding: 25px 0px 0px;
	margin: 50px 0 13px 0;
}

.immigration h2.siwyg:before {
	display: block;
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #adc825;
}



/*------------------------------------- Immigration 03 -------------------------------------*/

.immigration table.column-3 th:first-child,
.immigration table.column-3 td:first-child {
	width: 25%;
}

.immigration table.column-3 th,
.immigration table.column-3 td {
	width: 37.5%;
}

.immigration h3 {
	margin: 20px 0 5px;
}

.immigration h4 {
	font-size: 18px;
	background: #adc825;
	padding: 15px;
	color: #fff;
	line-height: 1em;
	margin: 50px 0 0;
}

.immigration table.point th, .immigration table.point td {
    padding: 5px;
}

.immigration hr {
	border-bottom: 1px solid #c8c8c8;
	border-top: none;
	border-left: none;
	border-right: none;
}

.immigration table.point {
	margin: 10px 0 10px 0;
}

.immigration p.remarks {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.6em;
}

.immigration .box p.list {
	margin: 15px 0 0 30px;
	font-size: 14px;
	line-height: 2.2em;
}








/*------------------------------------- Tax Guide -------------------------------------*/


.taxguide {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.taxguide .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.taxguide .pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
}
.taxguide .pagetitle .subtitle {
	color: #e45a30;
}

.taxguide .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.taxguide .main-contents .heading {
	text-align: center;
	margin-bottom: 30px;
}

.taxguide .main-contents .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.taxguide .main-contents .heading h2:before {
	content: url(../image/tax_icon.png);
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.taxguide .main-contents .heading h2 {
	text-align: center;
}

.taxguide .main-contents .heading h2 span.title {
	font-size: 30px;
}

.taxguide .main-contents .subtitle {
	color: #e45a30;
	font-size: 13px;
	line-height: 1.3em;
}

.taxguide h2.tabletitle {
	font-size: 18px;
	background: #e45a30;
	padding: 10px 15px;
	color: #fff;
}

.taxguide h3.tablesubtitle {
	border-left: 3px solid #e45a30;
	padding-left: 10px;
	line-height: 1em;
}

.taxguide h2.siwyg {
	position: relative;
	padding: 25px 0px 0px;
	margin: 50px 0 25px 0;
}

.taxguide h2.siwyg:before {
	display: block;
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e45a30;
}

.taxguide h3 {
	margin: 20px 0 5px;
}

.taxguide h4 {
	font-size: 18px;
	background: #e45a30;
	padding: 15px;
	color: #fff;
	line-height: 1em;
	margin: 50px 0 0;
}


.taxguide .titleborder {
    margin: 40px 0 0;
}
.taxguide .main-contents .titleborder {
    position: relative;
    text-align: center;
}

.taxguide .titleborder:before {
    bottom: 29px;
}
.taxguide .titleborder:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 34px;
}

.taxguide .main-contents .titleborder h2 {
    background: #fff;
    display: inline-block;
    padding: 0 15px 0;
    position: relative;
    line-height: 1.8em;
}

.taxguide .box {
	padding: 30px;
	background: #f6f6f6;
	margin: 0 0 30px 0;
	border-radius: 5px;
}

.taxguide .box .titleborder h2 {
    background: #f6f6f6;
    font-size: 20px;
    color: #e45a30;
}

.taxguide .box .titleborder:before {
    background: #e45a30;
    bottom: 32px;
}

.taxguide .box .titleborder {
    margin: 0 0 0;
}


.taxguide .box ul {
	margin: 0 0 0 70px;
}

.taxguide .box ul li {
	margin: 0 0 0 70px;
	list-style-type: square;
}

.taxguide .main-contents ul.direct {
	margin: 15px 0 30px 0;
}

.taxguide .main-contents ul.direct li {
	background: #e45a30;
	padding: 18px 0;
	text-align: center;
	float: left;
	width: 16.22222%;
	margin-right: 5px;
	color: #fff;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */  
}

.taxguide .main-contents ul.direct li:last-child {
	margin-right: 0;
}

.taxguide .main-contents ul.indirect li {
	width: 19.57612% !important;
}

.taxguide table {
	margin: 20px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4em;
}

.taxguide table:last-child  {
	margin: 20px 0 0 0;
}

.taxguide table tr {
	vertical-align: middle;
}

.taxguide table thead tr {
	background: #f6f6f6;
}

.taxguide table th,
.taxguide table td {
	padding: 15px 15px;
}

.taxguide table th {
	width: 50%;
	font-weight: normal;
}

.taxguide table td {
	width: 50%;
	text-align: left;
}

.taxguide table td span {
	margin-left: 20px;
	color: #bbb;
}

.taxguide table tr {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.taxguide .author {
	margin: 70px 0 0;
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}

.taxguide .author span {
	font-size: 18px;
}

.taxguide .author span.about {
	color: #e45a30;
	line-height: 3em;
}

.taxguide .author span.name {
	margin: 100px 0 0;
	font-size: 24px;
}

.taxguide .author img {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}


/*------------------------------------- Investment -------------------------------------*/


.investment {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.investment .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.investment .pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
}
.investment .pagetitle .subtitle {
	color: #f1b430;
}

.investment .pagetitle p {
	font-size: 17px;
	line-height: 1.8em;
	width: 1000px;
	margin: 10px auto 0;
	font-family: axr;
}


.investment .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.investment .main-contents .heading {
	text-align: center;
	margin-bottom: 30px;
}

.investment .main-contents .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.investment .main-contents .heading h2:before {
	content: url(../image/investment_icon.png);
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.investment .main-contents .heading h2 {
	text-align: center;
}

.investment .main-contents .heading h2 span.title {
	font-size: 30px;
}

.investment .main-contents .subtitle {
	color: #f1b430;
	font-size: 13px;
	line-height: 1.3em;
}

.investment h2.tabletitle {
	font-size: 18px;
	background: #f1b430;
	padding: 10px 15px;
	color: #fff;
}

.investment h3.tablesubtitle {
	border-left: 3px solid #e45a30;
	padding-left: 10px;
	line-height: 1em;
}

.investment h2.siwyg {
	position: relative;
	padding: 25px 0px 0px;
	margin: 20px 0 15px 0;
}

.investment h2.siwyg:before {
	display: block;
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f1b430;
}

.investment h3 {
	margin: 20px 0 5px;
}

.investment h4 {
	font-size: 18px;
	background: #e45a30;
	padding: 15px;
	color: #fff;
	line-height: 1em;
	margin: 50px 0 0;
}


.investment .titleborder {
    margin: 40px 0 0;
}
.investment .main-contents .titleborder {
    position: relative;
    text-align: center;
}

.investment .titleborder:before {
    bottom: 29px;
}
.investment .titleborder:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 34px;
}

.investment .main-contents .titleborder h2 {
    background: #fff;
    display: inline-block;
    padding: 0 15px 0;
    position: relative;
    line-height: 1.8em;
}

.investment .box {
	padding: 30px;
	background: #f6f6f6;
	margin: 0 0 30px 0;
	border-radius: 5px;
}

.investment .box .titleborder h2 {
    background: #f6f6f6;
    font-size: 20px;
    color: #e45a30;
}

.investment .box .titleborder:before {
    background: #e45a30;
    bottom: 32px;
}

.investment .box .titleborder {
    margin: 0 0 0;
}


.investment .box ul {
	margin: 0 0 0 70px;
}

.investment .box ul li {
	margin: 0 0 0 70px;
	list-style-type: square;
}

.investment table {
	margin: 20px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4em;
}

.investment table:last-child  {
	margin: 20px 0 0 0;
}

.investment table tr {
	vertical-align: middle;
}

.investment table thead tr {
	background: #f6f6f6;
}

.investment table th,
.investment table td {
	padding: 15px 15px;
}

.investment table th {
	width: 50%;
	font-weight: normal;
}

.investment table td {
	width: 50%;
	text-align: left;
}

.investment table td span {
	margin-left: 20px;
	color: #bbb;
}

.investment table tr {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.investment table th span {
	font-weight: normal;
	font-size: 12px;
	color: #adc825;
}

.investment .rental > .left {
	width: 49%;
	float: left;
}

.investment .rental > .right {
	width: 49%;
	float: right;
}

.investment .rental .box ul li {
    margin: 0 0 0 0;
}

.investment .rental .titleborder {
    margin: 20px 0 0;
}

.investment .rental .box .titleborder {
    margin: 0 0 0;
}

.investment table.column-6 {
	margin: 40px 0;
}

.investment table.column-6 thead tr {
	background: #fff;
}

.investment table.column-6 th:first-child,
.investment table.column-6 td:first-child {
	background: #f6f6f6;
}

.investment table.column-6 th,
.investment table.column-6 td {
	width: 16.6666666667%;
	text-align: center;
}

.investment .box ul.number li {
    margin: 0 0 15px 0;
}

.investment .box ul.number li:nth-child(3) {
    margin: 0 0 0 0;
}



/* hover effet */

.column .panel_img {
    height: 100%;
    background-color: #cdcec8;
    overflow: hidden;
}

.column .panel_img figure.image {
	display: block;
	background: url("../image/owl_photo.jpg");
	background-size:cover;
	background-position: center center;
	height: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	transition: 0.5s;
}

.column .panel_img:hover figure.image {
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}



@media (max-width: 767px) { /*phone only*/


.investment table.column-6 th,
.investment table.column-6 td {
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5em;
}

}






/*------------------------------------- real estate -------------------------------------*/



/* hover effet */

.searchresults figure.image {
  position: relative;
  text-align: center;
	overflow: hidden;
}
.searchresults figure.image {
  color: #fff;
}

.searchresults figure.image p {
    color: #fff;
}

.searchresults figure.image * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.searchresults figure.image .bt {
  opacity: 1;
  height: 250px;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  transition: 0.5s;
}

.searchresults figure.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.searchresults figure.image h2,
.searchresults figure.image p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
.searchresults figure.image h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
	font-size: 18px;
  text-transform: uppercase;
  bottom: 44%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.searchresults figure.image h2 span {
  font-weight: 400;
}
.searchresults figure.image p {
  top: 55%;
  padding: 0 50px;
  font-size: 10px;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  color: #fff;
}
.searchresults figure.image a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.searchresults figure.image:hover .bt,
.searchresults figure.image.hover .bt {
  opacity: 1;
  background: rgba(132,199,93,0.8);
}
.searchresults figure.image:hover figcaption h2,
.searchresults figure.image.hover figcaption h2,
.searchresults figure.image:hover figcaption p,
.searchresults figure.image.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.searchresults figure.image:hover figcaption h2,
.searchresults figure.image.hover figcaption h2 {
  opacity: 0.9;
}
.searchresults figure.image:hover figcaption p,
.searchresults figure.image.hover figcaption p {
  opacity: 1;
}

.searchresults figure.mail_magazine_members_category:hover .bt {
  opacity: 1;
  background: rgba(0,173,239,0.8);
}

.searchresults .pagetitle .subtitle {
    color: #009fbc;
}

.searchresults .container {
	margin: 40px 0;
}

.searchresults .owl-wrapper {
	width: 1220px!important;
	overflow: hidden;
}

.searchresults #owl-demo {
	overflow: hidden;
	width: 406px !important;
	float: left;
	padding: 0 0 0 0;
}

.searchresults .owl-carousel {
	display: block !important;
}

.searchresults #owl-demo .owl-item {
	width: 406px !important;
	float: left;
}

.searchresults #owl-demo:first-child .item {
	margin-left: 0 !important;
	margin-right: 25px !important;
}


.searchresults #owl-demo:nth-child(even) .item {
	margin-right: 13px;
	margin-left: 13px;
}

.searchresults #owl-demo:last-child .item {
	margin-right: 0;
	margin-left: 25px;
}

.property-list .nothing {
	text-align: center;
	font-size: 20px;
	padding: 89px 0;
}

.property-list .listlink a {
    background: #009fbc;
    color: #fff;
    font-size: 16px;
    padding: 18px 0;
    display: block;
    width: 45%;
    margin: 30px auto 40px;
    text-align: center;
    position: relative;
}

.property-list .listlink a:hover {
    opacity:0.7;
}

.property-list .listlink a i {
    padding-right: 5px;
    right: 18px;
    position: absolute;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.property-list .property-type {
	background: #009fbc;
	color: #fff;
	line-height: 1.5em;
	padding: 2px 7px;
	font-size: 12px;
	border-radius: 3px;
	display: inline;
	margin: 0 0 3px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.property-list .property-type:before {
	content: "\f015";
	font-family: "FontAwesome" !important;
	padding-right: 7px;
}

.realestate span.new_icon {
	background: #009fbc;
	color: #fff;
	line-height: 1.5em;
	padding: 4px 9px;
	font-size: 11px;
	border-radius: 3px;
	display: inline;
	margin: 0 0 3px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	left: 14px;
	top: 13px;
	z-index: 1;
}

.realestate span.recommend {
	background: #77c720;
	color: #fff;
	line-height: 1.5em;
	padding: 4px 9px;
	font-size: 11px;
	border-radius: 3px;
	display: inline;
	margin: 0 0 3px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	left: 474px;
	top: 12px;
	z-index: 1;
}

.nego .gv_panelWrap {
	background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.0)), url(http://www.goonz.nz/wp-content/themes/terrys/image/nego.png) center center / cover no-repeat;
}

.gv_panel img {
	min-width: 125%;
	top: auto !important;
	bottom: auto !important;
}

.gv_filmstrip {
    min-width: 100%;
}

.nego .gv_panel img {
	opacity: 0.15;
}

.nego .gv_filmstripWrap,
.nego .gv_infobar,
.nego .gv_panel:after {
	display: none !important;
}

.soldout .gv_panelWrap {
	background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.0)), url(http://www.goonz.nz/wp-content/themes/terrys/image/soldout.png) center center / cover no-repeat;
}

.soldout .gv_panel img {
	opacity: 0.15;
}

.soldout .gv_filmstripWrap,
.soldout .gv_infobar,
.soldout .gv_panel:after {
	display: none !important;
}

.nego .gv_panelNavPrev,
.nego .gv_panelNavNext,
.soldout .gv_panelNavPrev,
.soldout .gv_panelNavNext {
    top: 50% !important;
}

.new .new_icon {
	display: inline !important;
}

.new_icon {
	display: none !important;
}

.gv_infobar {
    background: rgba(0,0,0,0.0) !important;
}

@media (max-width: 767px) { /*phone only*/

.realestate span.new {
    padding: 2px 7px;
    left: 12px;
    top: 12px;
}

.realestate span.recommend {
    padding: 2px 7px;
    right: 12px;
    top: 12px;
    left: auto;
}

.nego .gv_panelNavNext,
.soldout .gv_panelNavNext {
	display: block !important;
}



.realestate .advancedsearch input {
    width: 99% !important;
    padding: 12px 0 !important;
}

.realestate .advancedsearch p.button a {
	padding: 10px 0 !important;
	width: 100% !important;
        margin: 12px 0 8px!important;
}

.realestate .advancedsearch p.button a:before {
    display: none !important;
}

.realestate .gv_gallery,
.realestate .gv_panelWrap,
.realestate .gv_panel,
.realestate .gv_panel img {
    height: 230px  !important;
    min-height: 230px !important;
}

.realestate .gv_galleryWrap,
.realestate .gv_gallery,
.realestate .gv_panelWrap,
.realestate .gv_panel {
    width: 100% !important;
}



.realestate .gv_filmstripWrap {
	height: 100px !important;
	width: 100% !important;
	background: rgba(255,255,255,0.3);
	left: 0 !important;
}

.realestate .property > div {
	float: none!important;
	min-height: auto !important;
}

.realestate .property .summary {
    line-height: 1.5em!important;
    font-size: 11px!important;
    width: auto !important;
    float: none!important;
    display: block!important;
    padding: 10px!important;
}

.realestate .property .summary .description p {
    font-size: 11px!important;
}

body .realestate .property .summary table tr.total {
    line-height: 2.0em;
}

.property-list .listlink {
    padding: 0 10px;
    margin: 20px 0;
}

.property-list .listlink a {
    background: #009fbc;
    color: #fff;
    font-size: 15px;
    padding: 13px 0;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}



body .realestate .property-name {
    font-size: 16px;
}

body .realestate .price {
    font-size: 15px;
    padding: 5px 10px;
    left: 3px;
    top: 196px;
    bottom: auto;
}

body .realestate .property .summary .title {
    padding: 5px 10px;
    margin: 7px 0 5px;
}

.gv_panel:after {

}

body .realestate .property .summary p.button a {
	position: static;
	padding: 12px 35px;
	font-size: 12px;
	display: block;
	text-align: center;
	margin: 10px 0 0;
}

body .realestate .property {
	margin: 20px 10px;
        width: auto;
}

body .realestate .gv_panel img {
    position: absolute;
    width: 100% !important;
    height: 115% !important;
    display: block;
    margin: auto;
    bottom: 0;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

body .realestate .gv_filmstripWrap {
    display: none;
}

body .realestate .gv_infobar {
    bottom: 6px!important;
    font-weight: 400!important;
    right:5px;
    font-size: 12px;
}


body .realestate .gv_panelNavPrev,
body .gv_panelNavNext {
    display: block !important;
    top: 48%!important;
    bottom: auto !important;
}
}









/*------------------------------------- real estate -------------------------------------*/

.realestate {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.realestate p.catch {
	font-size: 17px;
	line-height: 1.8em;
	width: 1000px;
	margin: 10px auto 40px;
	font-family: axr;
	padding: 20px 0 20px 0;
	text-align: center;
}

.realestate .pagetitle .subtitle {
	color: #009fbc;
}

.realestate .advancedsearch {
	background: #fff;
	box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 10px 0;
}


.realestate .advancedsearch .heading {
	text-align: center;
	margin-bottom: 15px;
}

.realestate .advancedsearch .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.realestate .advancedsearch .heading h2:before {
	content: url(../image/realestate_icon.png);
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.realestate .advancedsearch .heading h2 {
	text-align: center;
}

.realestate .advancedsearch .heading h2 span.title {
	font-size: 30px;
}

.realestate .advancedsearch .subtitle {
	color: #009fbc;
	font-size: 13px;
	line-height: 1.3em;
}



.realestate .property-list {
	padding: 0;
}

.realestate .property {
	background: #fff;
	box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.55);
	width: 100%;
	margin: 40px 0;
	color: #768082;
	position: relative;
	background: #fff;
	display:table;
}

.realestate .property .propertyphoto {
	width: 47%;
	float: left;
	min-height: 580px;
	display:table-cell;
	background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.3)), url(../image/pokemon-2-1170x586.jpg) center center / cover no-repeat;
	position: relative;
}

.realestate .property .propertyphoto span.price {
	background: #009fbc;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0px;
	padding: 10px 25px;
}

.realestate .property .summary {
	line-height: 1.8em;
	font-size: 14px;
	width: 49%;
	min-height: 555px;
	float: right;
	display:table-cell;
	padding: 20px 20px 0 20px;
}



.realestate .property-name {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: axr;
	color: #444444;
}


.realestate .property .summary .detailes ul li:nth-child(odd) {
	width: 44%;
	float: left;
}

.realestate .property .summary .detailes ul li:nth-child(even) {
	width: 56%;
	float: left;
}

.realestate .property .summary .detailes ul li:before {
	content: "\f02b";
	font-family: "FontAwesome" !important;
	padding-right: 8px;
	color: #ccc;
}

.realestate .property .summary .detailes ul li.item1:before {
	content: "\f009";
}

.realestate .property .summary .detailes ul li.item2:before {
	content: "\f080";
	padding-right: 4px;
}

.realestate .property .summary .detailes ul li.item3:before {
	content: "\f015 ";
}

.realestate .property .summary .detailes ul li.item4:before {
	content: "\f0ad ";
}

.realestate .property .summary .detailes ul li.item5:before {
	content: "\f161 ";
}

.realestate .property .summary .detailes ul li.item6:before {
	content: "\f161 ";
}

.realestate .property .summary .detailes ul li.item7:before {
	content: "\f007 ";
}

.realestate .property .summary .detailes ul li.item8:before {
	content: "\f0d6 ";
}

.realestate .property .summary .title {
	background: #f5f5f5;
	padding: 8px 13px;
	margin: 14px 0 10px;
}

.realestate .property .summary p  {
	font-size: 13px;
}

.realestate .property .summary .exposition {
	float: left;
	width: 44%;
}


.realestate .property .summary .exposition .area:before {
	content: "\f041";
	font-family: "FontAwesome" !important;
	padding-right: 8px;
	color: #ccc;
}

.realestate .property .summary table {
	float: right;
	width: 56%;
	border-collapse:collapse
}

.realestate .property .summary table tr th {
	font-weight: normal;
}

.realestate .property .summary table tr.total {
	border-top: 1px solid #eee;
}

.realestate .property .summary input {
	color: #aaa;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 90%;
	font-size: 12px;
	padding: 1px 4px;
}

.realestate .property .summary p.button a {
    background-color: #009fbc;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 35px;
    font-size: 16px;
    background-color: #009fbc;
    color: #FFF;
    text-shadow: -1px 0 0 rgba(0,0,0,0.13);
}



/*
.realestate .property .summary p.button a:before {
    border: 32px solid transparent;
    border-left-width: 18px;
    border-right-width: 0;
    border-bottom-color: #009fbc;
    content: "";
    position: absolute;
    left: -18px;
    top: -32px;
    height: 100%;
    transition: border-color 0.18s ease;
}*/

.realestate .property .summary p.button a:hover {
	background: #009fbc;
	opacity: 0.7;
}

.realestate .property .summary p.button a i {
	padding-right: 5px;
}

/* 物件写真スライド */

.gv_galleryWrap {
    position: relative;
    background: #fff !important;
    font-size: 10pt;
    padding: 0 !important;
}

.gv_panelNavPrev,
.gv_panelNavNext {
	display: block !important;
	top: auto !important;
	bottom: 37px !important;
}

.gv_navPrev,
.gv_navNext {
    display: none !important;
}

.gv_navWrap {
	z-index: 600;
	right: -13px !important;
	bottom: 117px !important;
	display: none;
}

.nego .gv_navWrap,
.soldout .gv_navWrap {
	right: -13px !important;
	bottom: 7px !important;
}

.gv_frame {
    margin-right: 9px !important;
    margin-bottom: 9px!important;
}


.gv_filmstripWrap {
    left: 36px !important;
    z-index: 500;
}

.gv_gallery,
.gv_panelWrap,
.gv_panel,
.gv_panel img {
    height: auto !important;
    min-height: 575px !important;
}

.gv_gallery,
.gv_panelWrap,
.gv_panel {
    width: 575px !important;
}

/*.gv_panel:after {
    content: "";
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.35);
}*/

.gv_panel:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0)), color-stop(78%, rgba(0, 0, 0, 0)), rgba(0, 0, 0, 0.3) 83%, color-stop(89%, rgba(0, 0, 0, 0.7)), color-stop(95%, rgba(0, 0, 0, 0.7)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.0) 78%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0.7) 89%, rgba(0, 0, 0, 0.7) 95%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.0) 78%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0.7) 89%, rgba(0, 0, 0, 0.7) 95%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.0) 78%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0.7) 89%, rgba(0, 0, 0, 0.7) 95%);
    z-index: 1;
}


.gv_filmstripWrap {
	height: 80px !important;
	width: 502px !important;
}

.gv_frame .gv_thumbnail {
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: 1 !important;
}

.gv_frame .current,
.gv_frame .gv_thumbnail:hover {
    border: 1px solid #009fbc;
}

.gv_infobar {
    bottom: 86px !important;
}

.realestate .advancedsearch input {
    background-color: #f5f5f5;
}


/* 2016.10.17 minagawa st */

.gv_galleryWrap{
	z-index:0;
	margin:0px;
	position: relative;
}

/* 2016.10.17 minagawa ed */



.realestate .property .rg-thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.3);
}

.realestate .property .photobox {
    width: 47%;
    float: left;
}

#rg-gallery {
}

.rg-image-wrapper{
	position:relative;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:163px;
	left:0px;
	background:#000 url(../image/nav.png) no-repeat -20% 50%;
	width:28px;
	height:15%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	z-index: 100;
	border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
	display: none;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../image/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../image/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}

.realestate .price{
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 15px;
    bottom: 90px;
    z-index:1;
}

.realestate .nego .price,
.realestate .soldout .price {
    background: #009fbc;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 10px 25px;
    z-index:1;
}

/*.realestate .price{
    background: #009fbc;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 10px 25px;
    z-index:1;
}
 */
.gallery_view img{
	display:none;
}

/* Elastislide Style */
.es-carousel-wrapper{
	padding:15px 27px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	overflow: hidden;
	width: 100%;
	height: 70px;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	margin: 0px 2.5px;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#fff;
	opacity:0.7;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.es-carousel ul li a{
	border-width: 2px;
}

.es-carousel ul li.selected a{
	border-color:#009fbc;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../image/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}


.realestate .advancedsearch .inner {
        width: 1230px;
}



.realestate .advancedsearch input {
    color: #aaa;
    border: solid 1px #ccc;
    margin-right: 30px;
}

.realestate .advancedsearch p.button a {
	background: #009fbc;
	color: #fff;
	font-size: 15px;
	padding: 28px 0;
	display: block;
	width: 16.3%;
	float: left;
	margin: 8px 4px;
	text-align: center;
}

.realestate .advancedsearch p.button a:hover {
    opacity: 0.7;
}


.realestate select {
    font-weight: 400;
    color: #959595 !important;
    font-size: 15px;
    padding: 6px 29px 6px 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 42px;
    display: block;
    width: 32.5%;
    float: left;
    margin: 8px 4px;
}

form#search_form {
	float: left;
	width: 83.05%;
}

.realestate .advancedsearch p.button a i span {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "���C���I", Meiryo, "���S�V�b�N", "Yu Gothic", "���S�V�b�N��", "YuGothic", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	padding-left: 5px;
	line-height: 1.5em;
	font-weight: 700;
}

@media (max-width: 767px) { /*phone only*/


.gv_panel:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(80%, rgba(0, 0, 0, 0)), rgba(0, 0, 0, 0.3) 88%, color-stop(91%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 88%, rgba(0, 0, 0, 0.4) 91%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 88%, rgba(0, 0, 0, 0.4) 91%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 88%, rgba(0, 0, 0, 0.4) 91%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.realestate .advancedsearch .inner {
	width: 100%;
}

form#search_form {
    float: none;
    width: 100%;
}

.realestate select {
    width: 100%;
    float: none;
    margin: 14px 0;
}

.realestate .advancedsearch p.button a i span {
	font-weight: 400;
	padding-left: 9px;
	font-size: 14px;
}


.realestate .nego .price,
.realestate .soldout .price {
    font-size: 12px;
    padding: 5px 10px;
    left: 0;
    top: 202px;
    bottom: auto;
    z-index:1;
}

}


















/*------------------------------------- contact -------------------------------------*/


.contact {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.contact .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.contact .pagetitle h2 {
	font-size: 38px;
	line-height: 1.3em;
}
.contact .pagetitle .subtitle {
	color: #009fbc;
}

.contact .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.contact p.text {
	text-align: center;
	margin-bottom: 20px !important;
}

#primary {
    background: url(../image/bg02.jpg);
    background-position: center center;
    background-attachment: fixed;
    min-height: 200px;
    text-align: center;
    padding: 50px 0;
}

#primary .image {
    padding: 0 0 10px;
}

.g-recaptcha > div {
	margin: 10px auto !important;
}




/*------------------------------------- company -------------------------------------*/

.company table th, .company table td {
    padding: 15px 15px 15px 0 !important;
}

.company {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.company .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.company	font-size: 38px;
	line-height: 1.3em;
	font-family: axe;
}
.company .pagetitle .subtitle {
	color: #009fbc;
}

.company .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.company .main-contents .heading {
	text-align: center;
	margin-bottom: 30px;
}

.company .main-contents .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.company .main-contents .heading h2:before {
	content: url(../image/company_icon.png);
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.company .main-contents .heading h2 {
	text-align: center;
}

.company .main-contents .heading h2 span.title {
	font-size: 30px;
}

.company .main-contents .subtitle {
	color: #009fbc;
	font-size: 13px;
	line-height: 1.3em;
}



.company .main-contents .titleborder h2 {
	background: #fff;
	display: inline-block;
	padding: 0 15px 0;
	position: relative;
	line-height: 1.8em;
}

.company .main-contents .titleborder {
	position: relative;
        text-align: center;
        margin-bottom: 25px;
}

.company .main-contents .titleborder .subtitle {
    color: #bbb;
    font-size: 13px;
    line-height: 1.0em;
}

.company .main-contents .titleborder h2:before {

}

.company .titleborder:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.company .pagetitle .subtitle {
    color: #009fbc;
}


.company .pagetitle .subtitle {
    color: #009fbc;
}

.company table {
	margin: 20px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.8em;
	table-layout: fixed;
}

.company table:last-child  {
	margin: 20px 0 0 0;
}

.company table tr {
	vertical-align: top;
}

.company table thead tr {
	background: #f6f6f6;
}

.company table th,
.company table td {
	padding: 15px 0;
	text-align: left !important;
}

.company table th {
	width: 20%;
	font-weight: normal;
}

.company table td {
	width: 80%;
	text-align: left;
}

.company table td span {
	margin-left: 20px;
	color: #bbb;
}

.company table tr {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.company table th span {
	font-weight: normal;
	font-size: 12px;
	color: #adc825;
}

.company table img {
	width: 100%;
	margin-top: 7px;
}


@media (max-width: 767px) { /*phone only*/

.company table th, .company table td {
    padding: 10px 10px 10px 0 !important;
}
}







/*------------------------------------- 404 -------------------------------------*/

label.screen-reader-text {
	display: none;
}

.error-404 .page-content form {
	margin: 30px 0 0 0;
}

.error-404 #s {
    background-color: #f5f5f5;
    color: #aaa;
    border: solid 1px #ccc;
    margin-right: 30px;
    width: 244px;
    padding: 10px;
    margin-right: 5px;
    line-height: 1.3em;
}

.error-404 #searchsubmit {
    background: #009fbc;
    color: #fff;
    margin-right: 0;
    position: relative;
    font-family: axr;
    line-height: 1.3em;
    text-align: center;
    padding: 10px 0 11px;
    border: none;
    width: 200px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.error-404 #searchsubmit:hover {
    opacity: 0.7;
    cursor: pointer;
}




@media (max-width: 767px) { /*phone only*/

.error-404 .page-content form {
    padding: 0 10px;
}

.error-404 #s {
	width: 99% !important;
}

.error-404 #s,
.error-404 #searchsubmit {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
}








/*------------------------------------- tour -------------------------------------*/
.tour p.catch {
    font-size: 17px;
    line-height: 1.8em;
    width: 1050px;
    margin: 10px auto 10px;
    font-family: axr;
    padding: 20px 0 20px 0;
    text-align: center;
}

.tour {
	background: url('../image/bg02.jpg');
	background-position: center top;
	background-attachment: fixed;
}

.tour .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.tour .pagetitle h2 {
	font-size: 38px;
	line-height: 1.5em;
}
.tour .pagetitle .subtitle {
	color: #14bcaa;
}

.tour .tourtitle {
	padding: 0 0 15px !important;
	overflow: hidden;
	width: 1010px !important;
	text-align: center;
}

.tour .report01 {
	margin: 25px 0 0;
}

.tour .report01,
.tour .report02,
.tour .report03,
.tour .report04,
.tour .report05,
.tour .report06,
.tour .report07,
.tour .report08 {
	position: relative;
}

.report .text h2,
.report .text2 h2 {
	margin: 0 0 8px;
	font-weight: bold;
	color: #14bcaa;
	font-family: fpb;
	line-height: 1.5em;
}

.report .main-contents img {
	display: block;
}

.tour .main-contents .text,
.tour .main-contents .text2 {
	font-size: 14px;
}

.tour .report01 .text {
	position: absolute;
	bottom: 60px;
	right: 21px;
	width: 705px;
}

.tour .report02 .text {
	position: absolute;
	top: 22px;
	right: 121px;
	width: 256px;
}

.tour .report03 .text {
	position: absolute;
	top: 22px;
	right: 245px;
	width: 256px;
}

.tour .report04 .text h2 {
	position: absolute;
	top: 27px;
	left: 32px;
	width: 401px;
}

.tour .report04 .text p {
	position: absolute;
	bottom: 70px;
	left: 24px;
	width: 293px;
}

.tour .report04 .text2 {
	position: absolute;
	top: 27px;
	right: 25px;
	width: 392px;
}

.tour .report05 .text {
	position: absolute;
	bottom: 14px;
	left: 27px;
	width: 476px;
}

.tour .report05 .text2 {
	position: absolute;
	top: 20px;
	right: 91px;
	width: 416px;
}

.tour .report05 {
	margin-bottom: 50px;
}

.tour .report06 .text {
	position: absolute;
	top: 22px;
	right: 23px;
	width: 363px;
}

.tour .report06 .text2 {
	position: absolute;
	bottom: 149px;
	left: 216px;
	width: 342px;
}

.tour .report07 .text {
	position: absolute;
	top: 22px;
	left: 26px;
	width: 242px;
}

.tour .report07 .text2 {
	position: absolute;
	bottom: 16px;
	right: 31px;
	width: 256px;
}

.tour .report07 {
	margin-bottom: 50px;
}

.tour .report08 .text {
	position: absolute;
	top: 24px;
	right: 23px;
	width: 376px;
}

.tour .report08 .text2 {
	position: absolute;
	bottom: 22px;
	right: 20px;
	width: 416px;
}


.tour .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.tour .main-contents .heading {
	text-align: center;
	margin-bottom: 30px;
}

.tour .main-contents .heading h2 {
	display: inline-block;
	padding: 44px 0 0;
	position: relative;
	line-height: 1.8em;
	width: 100%;
}

.tour .main-contents .heading h2:before {
	content: url('../image/tour_icon.png');
	position: absolute;
	top: 3px;
	left: 48.2%;
}

.tour .main-contents .heading h2 {
	text-align: center;
}

.tour .main-contents .heading h2 span.title {
	font-size: 30px;
}

.tour .main-contents .subtitle {
	color: #14bcaa;
	font-size: 13px;
	line-height: 1.3em;
}

.tour .main-contents .titleborder h2 {
	background: #fff;
	display: inline-block;
	padding: 0 15px 0;
	position: relative;
	line-height: 1.8em;
}

.tour .main-contents .titleborder {
	position: relative;
        text-align: center;
        margin-bottom: 25px;
}

.tour .titleborder:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 34px;
}

.tour .main-contents .titleborder .subtitle {
    color: #bbb;
    font-size: 13px;
    line-height: 1.0em;
}

.tour .main-contents p img {
	vertical-align: bottom;
}

.tour .box {
	padding: 30px;
	background: #f6f6f6;
	margin: 30px 0 10px 0;
	border-radius: 5px;
}

.tour .box .titleborder h2 {
    background: #f6f6f6;
    font-size: 20px;
    color: #14bcaa;
}

.tour .box .titleborder:before {
    background: #14bcaa;
    bottom: 18px;
}

.tour .box .titleborder {
    margin: 0 0 0;
}

.tour .box ul {
	margin: 0 0 0 70px;
}

.tour .box ul li {
	margin: 0 0 0 70px;
	list-style-type: square;
}


.tour table {
	margin: 0 0 15px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5em;
}

.tour table tr {
	vertical-align: top;
}

.tour table th,
.tour table td {
	padding: 15px 0;
}

.tour table th {
	width: 20%;
	font-weight: normal;
	font-family: axr;
}

.tour table td {
	width: 80%;
	text-align: left;
}

.tour table td span {
	margin-left: 20px;
	color: #bbb;
}

.tour table tr {
	border-bottom: 1px solid #ccc;
}

.wpcf7-form {
	margin-top: 20px;
	text-align: left!important;
	margin: 30px auto 0;
	width: 80%;
}

.tour #tourapp {
	margin-top: 20px;
	text-align: left!important;
	margin: 30px auto 0;
	width: 80%;
}

.tour .main-contents p.flyer {
	border: 5px solid #f7f7f7!important;
}


.tour input,
.tour textarea {
	border: solid 1px #ccc;
	color: #222222;
	background-color: #f5f5f5;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 0;
	padding: 10px 0;
	border: 1px solid #e3e3e3;
	font-size: 14px !important;
}

.tour input[type="submit"] {
	background-color: #009fbc;
	color: #fff;
	font-family: axr;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	margin-top: 10px;
	width: 30%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.tour input[type="submit"]:hover {
	background-color: #999;
	cursor: pointer;
}

.tour input[type="checkbox"] {
	width: auto;
}

.tour form p:last-of-type {
    text-align: center;
}

.tour span.red {
    color: red;
}
.tour form p span {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "・ｽ・ｽ・ｽC・ｽ・ｽ・ｽI", Meiryo, "・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN", "Yu Gothic", "・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN・ｽ・ｽ", "YuGothic", "・ｽq・ｽ・ｽ・ｽM・ｽm・ｽp・ｽS Pro W3", "Hiragino Kaku Gothic Pro", "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", "MS PGothic", sans-serif;
	font-size: 1em;
}


.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	border: solid 1px #e3e3e3;
	color: #222222;
	background-color: #f5f5f5;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-size: 16px;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "・ｽ・ｽ・ｽC・ｽ・ｽ・ｽI", Meiryo, "・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN", "Yu Gothic", "・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN・ｽ・ｽ", "YuGothic", "・ｽq・ｽ・ｽ・ｽM・ｽm・ｽp・ｽS Pro W3", "Hiragino Kaku Gothic Pro", "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", "MS PGothic", sans-serif;
}

.wpcf7 .wpcf7-select {
    height: 36px;
    width: 100%;
}

span.tourism, span.purpose {
    background: #f5f5f5;
    padding: 1%;
    margin-top: 6px;
    margin-bottom: 15px;
        display: block;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

#tourapp label {
    font-weight: normal;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "・ｽ・ｽ・ｽC・ｽ・ｽ・ｽI", Meiryo, "・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN", "Yu Gothic", "・ｽ・ｽ・ｽS・ｽV・ｽb・ｽN・ｽ・ｽ", "YuGothic", "・ｽq・ｽ・ｽ・ｽM・ｽm・ｽp・ｽS Pro W3", "Hiragino Kaku Gothic Pro", "・ｽl・ｽr ・ｽo・ｽS・ｽV・ｽb・ｽN", "MS PGothic", sans-serif;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
}

.tour form p {
	margin-top: 10px;
	color: #666;
	font-family: axr;
}

.tour form p {
	margin-top: 10px;
	color: #666;
	font-family: axr;
}

div.wpcf7-response-output {
    margin: 2em 0 1em !important;
    padding: 0.2em 0.2em !important;
}





@media (min-width: 768px) { /*PC tablet only*/

.report h2.day,
.report .item {
	display: none;
}

.report img.sp {
    display: none;
}

}




@media (max-width: 767px) { /*phone only*/

.report h2.day {
	border-radius: 5px;
	background: #14bcaa;
	color: #fff;
	font-family: fpb;
	text-align: center;
	line-height: 1em;
	padding: 12px 0 11px 0;
	margin: 25px 0 8px;
}


.report .report01,
.report .report02,
.report .report03,
.report .report04,
.report .report05,
.report .report06,
.report .report07,
.report .report08 {
	border-radius: 5px;
	background: #F0FAF9;
	padding: 10px;
	margin: 0 0 10px 0 !important;
}

.report .main-contents img {
	display: none;
}

.tour .tourtitle {
    width: auto !important;
    margin: 10px 10px 20px !important;
    padding: 0 !important;
}

.tour .tourtitle img {
	width: 100%;
	height: auto;
}

.report .text,
.report .text2,
.report .main-contents h2,
.report .main-contents p {
	position: static !important;
        width: 100% !important;
}

.tour .text2 {
    margin-top: 15px;
}

.report img.sp {
    display: block !important;
    width: 100%;
    height: auto;
}

}























/*------------------------------------- SP -------------------------------------*/
@media screen and (max-width:767px) {

body {
	min-width: 0;
	margin: 0;
	font-size: 13px;
}

.header .sub .right {
    float: none;
    padding: 10px;
}

.header .sub {
    padding: 0;
}

.header .sub .left {
    float: none;
    display: none;
}

.header .sub .right span.day {
    display: none;
}

.mobile-navi {
	display: block;
	padding: 1px 10px;
	position: relative;
	height: 67px;
}

.mobile-navi i {
	right: 19px;
	top: 23px;
	position: absolute;
}

.mobile-navi .fa-navicon:before,
.mobile-navi .fa-reorder:before,
.mobile-navi .fa-bars:before {
    font-size: 23px;
    color: #666;
}

.navi {
	display: none;
}

.sticky {
    display: none;
}

.news {
    padding: 0 0 15px 0;
}

.news .left-container,
.news .right-container {
	float: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.news .right-container {
	overflow: hidden;
}

.news .section-top-main {
    max-width: auto;
    min-width: 0;
    margin: auto;
    padding: 0;
}

.news .left-container {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.news .panel_bottom .box {
    padding: 10px;
}

.news .left-container .panel_top {
    height: 190px;
}

.news .right-container .panel_top {
    height: 115px;
}

.news .left-container .panel_bottom .box {
    padding: 10px !important;
}

.news .left-container .listview {
    display: none;
}

.news .left-container .panel_bottom .box h2 {
    font-size: 16px;
}

.news .panel_bottom .box a.category span {
    font-size: 11px;
}

.news .panel_bottom .box h2 {
    font-size: 14px;
}

.inner {
    width: auto;
}

.owl-theme .owl-controls {
    display: none;
}

.swiper {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
}

.listview {
    display: none;
}

.column {
    padding: 10px 0 0;
}

.column .subtitle {
    font-size: 12px;
}

#owl-demo .item {
    margin: 0 !important;
    overflow: hidden !important;
}

.column .panel_img {
    width: 36%;
    float: left;
}

.column h2 span.title {
    font-size: 21px;
}

.column .section .heading h2 {
    line-height: 0.7em;
}

.column .titleborder:before {
    bottom: 28px;
}

.column .section .heading h2:before {
    font-size: 24px;
    top: 15px;
}

.customNavigation {
    display: none;
}

#owl-demo .item .box {
    width: 57%;
    float: left;
}


.owl-carousel .owl-wrapper {
    width: 100% !important;
}

.owl-carousel .owl-item {
	float: none!important;
	width: auto !important;
	padding: 10px 10px 0 10px!important;
}

/*-

.guideframe {
    padding: 0 10px;
}

.guide li {
    float: none;
    margin: 0 0 10px;
}

.guide li:nth-child(2) {
    margin-left: 0 !important;
}

figure.snip002, figure.snip005 {
    margin-left: 0 !important;
}

.button_base {
    width: 100%;
    height: 70px;
}

.guide figure.snip {
    max-width: 100%;
    height: 70px;
}

.roll .on, .roll .off {
    height: 70px;
	text-align: left;
}

.guide figure.snip {
    float: none;
    overflow: hidden;
    max-width: 100%;
    height: 70px;
	margin: 0 0 10px;
}

.guide li:nth-child(3) {
    float: none;
}

figure.snip .title:before {
    top: 14px;
    left: -213px;
}

.button_base h2, .button_base h3 {
	text-align: left;
	padding-left: 122px;
}

.guide li:nth-child(3) .button_base h2:before {
    left: 81px;
}


.button_base h2:before {
    top: 45px;
    left: 77px;
}

.button_base h2 {
  	margin-top: -28px;
}

figure.snip h2 {
    margin-top: 0;
    min-height: 55px;
}

figure.snip h2, figure.snip h3 {
    text-align: left;
    padding-left: 120px;
}

figure.snip figcaption > div {
    margin-bottom: -16px;
}

figure.snip .title {
    margin-top: 6px;
}

.roll .on {
	display: none;
}

--*/

.guide {
    display: none;
}

.guidesp {
    display: block;
	padding: 10px 0 0;
}

.guidesp h2 span.title {
    font-size: 21px;
}

.guidesp .subtitle {
    font-size: 12px;
}

.guidesp .section .heading h2 {
    line-height: 0.7em;
}

.guidesp .section .heading h2:before {
	font-size: 24px;
	top: 15px;
}

.guidesp .titleborder:before {
    bottom: 28px;
}

.guidesp ul.splink {
	padding: 10px;
}

.guidesp ul.splink li {
	margin: 0!important;
	width: 49.1%;
	padding: 1px;
	float: left;
}

.guidesp ul.splink li a {
    display: block;
}

.guidesp ul.splink li a img {
    height: auto;
	width: 100%;
}



.footer_top .bg {
    background-position: -265px bottom;
}


.footer_top .inner .time {
    position: static;
    color: #666666;
    width: 310px;
    overflow: hidden;
    margin: 30px auto;
}

.footer_top .inner .nz {
	left: 0;
	top: 200px;
}

.footer_top{
	margin-top: 30px;
}

.footer_top .inner a {
	display: none;
}

.footer_bottom .inner  {
	padding: 10px 10px;
}

.footer_top .inner .time .rate {
    letter-spacing: 0.00em;
}

.footer_top,
.footer_top .bg,
.footer_top .inner {
    min-height: 320px;
}

.footer .logo {
    padding: 0 0 0 0;
    float: none;
}

p.logo {
    float: none;
    margin-top: 0;
}

.footer .about {
    width: 100%;
    float: none;
    padding: 10px 0;
}

.footer .copyright {
    width: 100%;
}

.footer .oth {
    float: none;
    margin-top: 0;
}


.footer .oth p {
    width: 154px;
    margin: 0 auto;
}

.footer .copyright .inner {
    text-align: center;
}

.footer .copyright span.link {
    text-align: center;
    float: none;
    display: block;
    margin-top: 10px;
}

.footer .copyright p {
	float: none;
}

.footer_bottom p.logo,
.footer_bottom .about {
	display: none;
}

.footer_bottom {
    min-height: auto;
}

.information .inner {
    padding: 50px 10px 0 10px;
    height: auto;
}

.information h2 span.title {
    font-size: 21px;
}

.information ul {
	left: 0%;
	font-size: 15px;
}

.information ul li {
	text-align: left;
	padding: 4px 0;
}

.information .section .heading, .information ul, .information .listview {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	text-align: center;
}

.information .section .heading h2 {
    display: inline-block;
    padding: 0 0 0 0;
    position: relative;
    line-height: 0;
}

.information .section .heading {
    border: none;
}

.information ul li span.day {
    display: block;
}

.information ul li span.day {
    color: #009fbc;
    width: auto;
    margin-right: 0;
	font-size: 13px;
}

.information ul li span.post {
    display: block;
}

.information .section .heading:before {
    left: 0;
    right: 0;
    top: 12px;
}

.information .subtitle {
    color: #f15a4b;
    font-size: 12px;
    padding: 0;
}

.information .section .heading:before {
    font-size: 33px;
}

#owl-demo .item .box h2 {
    line-height: 1.5em;
    font-size: 13px !important;
}

#owl-demo .item .box a.category span {
    font-size: 11px !important;
}

#owl-demo .item .box {
    padding: 10px !important;
    text-align: left !important;
}

/*------------ overview SP ------------*/

.breadcrumb {
    font-size: 10px;
    padding: 5px 10px 5px;
}

.overview .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.overview .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

#slideshow div {
    height: 144px!important;
    margin-bottom: 0!important;
}

#slideshow ul {
    width: 100%!important;
}

#slideshow ul li {
    width: 16.6666666667%!important;
    float: left;
    display: inline;
}

#slideshow div div a {
    top: 0;
    left: 0;
    position: absolute;
}

.overview .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.overview .main-contents .heading h2 span.title {
    font-size: 21px;
}

.overview .main-contents .heading h2 {
    padding: 30px 0 0;
}

.overview .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.overview .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.overview .main-contents .heading {
    margin-bottom: 15px;
}

#slideshow {
    margin: 0 auto 10px!important;
    width: 100%;
    text-align: left;
}

.overview .main-contents .titleborder {
    margin-bottom: 15px;
}
.overview .titleborder {
    margin: 20px 0 0;
}

.overview .main-contents .titleborder h2 {
	font-size: 17px !important;
	line-height: 1.0em;
	margin-bottom: 13px;
}

.overview .titleborder:before {
    bottom: 21px;
}

.overview .capital p img {
    margin: 0 auto 5px;
}

.overview .timedifference p img {
    margin: 0px auto 5px;
}

.overview .imgradius {
    width: 40%!important;
}

.imgradius {
    margin: 5px 10px 10px 0 !important;
}

.overview .religion table th {
    width: 15%;
}
.overview .religion table th,
.overview .religion table td {
    padding: 10px 10px;
}

.overview .religion table td span {
	margin-left: 0;
	display: block;
}

.overview .religion table {
    margin: 10px 0;
}

.overview .safety .titleborder {
    margin: 20px 0 0!important;
}

.overview .safety .titleborder:before {
    bottom: 25px;
}

.overview .currencyrate img {
	margin: 0 0 5px 0!important;
}

.overview .currencyrate p.dol img {
	margin: 0 20px 0 0 !important;
	width: 30%;
}

.overview .education .box {
    padding: 10px;
    margin: 10px 0;
}

.overview .education .titleborder:before {
    bottom: 22px;
}

.overview .education .box ul {
    margin: 0;
    padding: 0 0px 0 20px;
}

.overview .education .box ul li {
    margin: 0;
    list-style-type: square;
}

.overview .education .image-graph {
	margin: 10px 0px 10px !important;
}

.overview .education .image-graph-b {
	margin: 0 0px 10px !important;
}

.overview .education .titleborder {
    margin: 20px 0 0!important !important;
}

.overview .education p {
    text-align: left !important;
}

.overview .education table th {
    width: 15%;
}
.overview .education table th,
.overview .education table td {
    padding: 10px 10px;
}

.overview .education table td span {
	margin-left: 0;
	display: block;
}

.overview .education table {
    margin: 10px 0;
}

.overview .foundationcourse .heading h2 {
    padding: 40px 0 0!important;
    line-height: 1.3em!important;
}


.overview .foundationcourse .image-graph-b {
	margin: 0 0px 10px !important;
}



/*------------ immigration SP ------------*/

.immigration .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.immigration .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.immigration .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.immigration .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.immigration .main-contents .heading h2 span.title {
    font-size: 21px;
}

.immigration .main-contents .heading h2 {
    padding: 30px 0 0;
}

.immigration .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.immigration .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.immigration .main-contents .heading {
    margin-bottom: 15px;
} .main-contents .heading h2 span.title {
    font-size: 21px;
}

.immigration .main-contents .heading h2 {
    padding: 30px 0 0;
}

.immigration .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.immigration .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.immigration .main-contents .heading {
    margin-bottom: 15px;
}

.immigration .main-contents ul.department {
    margin: 10px 0 10px 0;
}

.immigration .main-contents ul.department li,
.immigration .main-contents ul.department li:nth-child(even) {
    background: #adc825;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 49%;
    margin: 0 0 7px 0 !important;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.immigration .main-contents ul.department li:nth-child(even) {
    float: right !important;
}

.immigration .main-contents .titleborder {
    margin-bottom: 0;
}
.immigration .titleborder {
    margin: 20px 0 0;
}

.immigration .main-contents .titleborder h2 {
	font-size: 17px !important;
	line-height: 1.0em;
	margin-bottom: 13px;
}

.immigration .titleborder:before {
    bottom: 25px;
}

.immigration .benefits .imgradius {
 	width: 30% !important;
}

.immigration .box {
    padding: 10px;
}

.immigration .box .titleborder:before {
    bottom: 26px;
}

.immigration .box ul li {
    margin: 0 0 0 0;
}

.immigration .box ul {
    margin: 0;
    padding: 0 0px 0 20px;
}

.immigration table th, .immigration table td {
    padding: 10px;
}

.immigration table {
    margin: 10px 0 30px 0;
}

.immigration h2.siwyg {
    position: relative;
    padding: 16px 0px 0px;
    margin: 25px 0 13px 0;
}

.immigration .margin-b15 {
	margin: 0 0 15px 0 !important;
}

.immigration .box {
    margin: 0 0 15px 0;
}

.immigration h3 {
    margin: 15px 0 5px;
    font-size: 16px;
}






/*------------ taxguide SP ------------*/

.taxguide .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.taxguide .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.taxguide .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.taxguide .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.taxguide .main-contents .heading h2 span.title {
    font-size: 21px;
}

.taxguide .main-contents .heading h2 {
    padding: 30px 0 0;
}

.taxguide .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.taxguide .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.taxguide .main-contents .heading {
    margin-bottom: 15px;
} .main-contents .heading h2 span.title {
    font-size: 21px;
}

.taxguide .main-contents .heading h2 {
    padding: 30px 0 0;
}

.taxguide .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.taxguide .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.taxguide .main-contents .heading {
    margin-bottom: 15px;
}

.taxguide .main-contents .titleborder {
    margin-bottom: 0;
}
.taxguide .titleborder {
    margin: 20px 0 0;
}

.taxguide .main-contents .titleborder h2 {
	font-size: 17px !important;
	line-height: 1.0em;
	margin-bottom: 13px;
}

.taxguide .titleborder:before {
    bottom: 25px;
}

.taxguide .benefits .imgradius {
 	width: 30% !important;
}

.taxguide .box {
    padding: 10px;
}

.taxguide .box .titleborder:before {
    bottom: 26px;
}

.taxguide .main-contents ul.direct {
    margin: 0 0 15px 0;
}

.taxguide .main-contents ul.direct li,
.taxguide .main-contents ul.direct li:nth-child(even) {
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 49% !important;
    margin: 0 0 7px 0 !important;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.taxguide .main-contents ul.direct li:nth-child(even) {
    float: right !important;
}

.taxguide .margin-b15 {
	margin: 0 0 15px 0 !important;
}

.taxguide table th, .taxguide table td {
    padding: 10px 10px;
}

.taxguide .author {
    margin: 30px 0 0;
    border-top: 1px solid #eee;
    padding: 15px 0 0;
}

.taxguide .author span.about {
    color: #e45a30;
    line-height: 1em !important;
}

.taxguide .author img {
	width: 35%;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	margin: 0 15px 0 0 !important;
}

.taxguide .box ul {
    margin: 0;
    padding: 0 0px 0 20px;
}

.taxguide .box ul li {
    margin: 0;
    list-style-type: square;
}

.taxguide .testament .heading h2 {
	padding: 40px 0 0;
	line-height: 1.1em;
}

.taxguide h2.siwyg {
    position: relative;
    padding: 16px 0px 0px;
    margin: 25px 0 13px 0;
}



/*------------ investment SP ------------*/

.investment .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.investment .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.investment .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.investment .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.investment .main-contents .heading h2 span.title {
    font-size: 21px;
}

.investment .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.investment .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.investment .main-contents .heading {
    margin-bottom: 15px;
} .main-contents .heading h2 span.title {
    font-size: 21px;
}

.investment .main-contents .heading h2 {
        padding: 38px 0 0;
        line-height: 1.3em;
}

.investment .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.investment .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.investment .main-contents .heading {
    margin-bottom: 15px;
}

.investment .main-contents .titleborder {
    margin-bottom: 0;
}
.investment .titleborder {
    margin: 20px 0 0;
}

.investment .main-contents .titleborder h2 {
	font-size: 17px !important;
	line-height: 1.0em;
	margin-bottom: 13px;
}

.investment .titleborder:before {
    bottom: 25px;
}

.investment .benefits .imgradius {
 	width: 30% !important;
}

.investment .box {
    padding: 10px;
}

.investment .box .titleborder:before {
    bottom: 26px;
}

.investment .margin-b15 {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

.investment .margin-tb30 {
	margin: 30px 0 30px 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.investment .pagetitle p {
    font-size: 15px;
    line-height: 1.6em;
    width: 87%;
    margin: 10px auto 0;
    font-family: axr;
    text-align: left!important;
    padding: 0!important;
}

.investment .capitalgainsthan .heading h2 {
	padding: 40px 0 0!important;
	line-height: 1.1em!important;
}

.investment .leftimage {
    float: left!important;
    margin: 0 20px 20px 0!important;
    width: 40%!important;
}

.investment .valuebuilding .heading h2 {
	padding: 40px 0 0!important;
	line-height: 1.1em!important;
}

.investment table th, .investment table td {
    padding: 10px;
}

.investment table {
    margin: 10px 0 30px 0;
}

.investment .rental > .left,
.investment .rental > .right {
    width: 100%;
    float: none;
}

.investment .box ul {
    margin: 0;
    padding: 0 0px 0 20px;
}

.investment .box ul li {
    margin: 0;
    list-style-type: square;
}

.investment .box {
    margin: 0 0 15px 0;
}

.textleft {
	text-align: left!important;
}




/*------------ area guide SP ------------*/

.areaguide .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.areaguide .pagetitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.areaguide .section .breadcrumb {
    margin-right: 0;
    text-align: left;
}

.areaguide .map {
    display: none;
}

.areaguide .content {
	width: 94%;
	padding: 0;
}

.areaguide .section .inner {
	padding: 0;
	width: 100%;
}

.areaguide {
    min-width: 100%;
}

.areaguide .margin-b15 {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

.areaguide .main-contents .titleborder {
    margin-bottom: 0;
}
.areaguide .titleborder {
    margin: 20px 0 0;
}

.areaguide .titleborder h2 {
font-size: 17px !important;
	line-height: 1.0em !important;
	margin-bottom: 0;
	padding: 0 15px 0!important;
}

.areaguide .titleborder:before {
    bottom: 25px;
}

.areaguide .box .titleborder:before {
    bottom: 26px;
}

.areaguide .content .titleborder:before {
    bottom: 27px;
}

.areaguide .content p.photo img {
    margin-top: 10px;
}

.areaguide .mapsp {
    display: block;
    height: 470px;
    margin-bottom: 0;
    position: relative;
    background: url("../image/map.jpg") 46% 0 no-repeat;
    background-size: auto 470px;
}

.areaguide .mapsp ul.areabt {
	width: auto;
	height: auto;
	margin: 0;
	position: static;
}

.areaguide .mapsp ul.areabt li:nth-child(1) {
	position: absolute;
	top: 8%;
	left: 26%;
}

.areaguide .mapsp ul.areabt li:nth-child(2) {
	position: absolute;
	top: 16%;
	left: 33%;
}

.areaguide .mapsp ul.areabt li:nth-child(3) {
	position: absolute;
	top: 28%;
	left: 43%;
}

.areaguide .mapsp ul.areabt li:nth-child(4) {
	position: absolute;
	top: 22%;
	left: 63%;
}

.areaguide .mapsp ul.areabt li:nth-child(5) {
	position: absolute;
	top: 36%;
	right: 4%;
}

.areaguide .mapsp ul.areabt li:nth-child(6) {
	position: absolute;
	top: 44%;
	left: 76%;
}

.areaguide .mapsp ul.areabt li:nth-child(7) {
	position: absolute;
	top: 35%;
	left: 37%;
}

.areaguide .mapsp ul.areabt li:nth-child(8) {
	position: absolute;
	top: 42%;
	left: 35%;
}

.areaguide .mapsp ul.areabt li:nth-child(9) {
	position: absolute;
	top: 52%;
	right: 14%;
}

.areaguide .mapsp ul.areabt li:nth-child(10) {
	position: absolute;
	    top: 54%;
	left: 28%;
}

.areaguide .mapsp ul.areabt li:nth-child(11) {
	position: absolute;
	bottom: 47%;
	left: 36%;
}

.areaguide .mapsp ul.areabt li:nth-child(12) {
	position: absolute;
	bottom: 35%;
	right: 28%;
}

.areaguide .mapsp ul.areabt li:nth-child(13) {
	position: absolute;
	bottom: 33%;
	left: 6%;
}

.areaguide .mapsp ul.areabt li:nth-child(14) {
	position: absolute;
	bottom: 22%;
	left: 48%;
}

.areaguide .mapsp ul.areabt li:nth-child(15) {
	position: absolute;
	bottom: 16%;
	left: 36%;
}

.areaguide .mapsp ul.areabt li:nth-child(16) {
	position: absolute;
	bottom: 16%;
	left: 8%;
}


.areaguide .mapsp ul.areabt li a {
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.areaguide .mapsp ul.areabt li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.areaguide .mapsp ul.areabt li a {
	/* box-shadow */
	box-shadow:0px 2px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow:0px 2px 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow:0px 2px 1px 1px rgba(0,0,0,0.12);
	/* border-radius */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	    background: #fff;
	padding: 6px;
	line-height: 1em;
	font-family: axr;
	font-size: 0.5em;
}











/*------------ relation SP ------------*/

.relation .main-contents .titleborder {
    margin-bottom: 0;
}
.relation .titleborder {
    margin: 20px 0 0;
}

.relation .titleborder h2 {
font-size: 17px !important;
	line-height: 1.0em !important;
	margin-bottom: 0;
	padding: 0 15px 0!important;
}

.relation .titleborder:before {
    bottom: 25px;
}

.relation .box .titleborder:before {
    bottom: 26px;
}

.relation .content .titleborder:before {
    bottom: 27px;
}

.relation h2 span.title {
    font-size: 21px;
}

.relation .titleborder:before {
    bottom: 28px;
}

.relation .section .heading h2:before {
	font-size: 24px;
	top: -26px!important;
}

.relation .section .heading h2 {
    line-height: 0.7em;
}

.relation {
    padding: 20px 0 0;
}

.relation figure.image .bt {
    height: 125px;
}

.relation .subtitle {
    font-size: 12px;
}

.relation .panel_img {
    width: 36%;
    float: left;
}

.relation h2 span.title {
    font-size: 21px;
}

.relation .section .heading h2 {
    line-height: 0.7em;
}

.relation .titleborder:before {
    bottom: 28px;
}

.relation .section .heading h2:before {
    font-size: 24px;
    top: 15px;
}










/*------------ realestate SP ------------*/

.realestate p.catch {
    font-size: 15px;
    line-height: 1.6em;
    width: 87%;
    margin: 10px auto 20px;
    font-family: axr;
    text-align: left!important;
    padding: 0!important;
}

.realestate .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.realestate .pagetitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.realestate .advancedsearch {
    padding: 10px 0;
}

.realestate .advancedsearch .heading h2 span.title {
    font-size: 21px;
}

.realestate .advancedsearch .heading h2 {
    padding: 30px 0 0;
}

.realestate .advancedsearch .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.realestate .advancedsearch .heading {
    margin-bottom: 15px;
} .main-contents .heading h2 span.title {
    font-size: 21px;
}

.realestate .advancedsearch .heading h2 {
    padding: 30px 0 0;
}

.realestate .advancedsearch .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.realestate .advancedsearch .heading h2:before {
    top: 3px;
    left: 0;
    right: 0;
}

.realestate .advancedsearch .heading {
    margin-bottom: 15px;
}

.realestate .advancedsearch .clearfix {
    padding: 0 10px;
}

.realestate .advancedsearch input {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}



/*------------ contact SP ------------*/

.contact .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.contact .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.contact .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}











/*------------ company SP ------------*/

.company p.catch {
    font-size: 15px;
    line-height: 1.6em;
    width: 87%;
    margin: 10px auto 20px;
    font-family: axr;
    text-align: left!important;
    padding: 0!important;
}

.company .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.company .pagetitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.company .main-contents {
    font-size: 15px;
    line-height: 1.6em;
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.company .main-contents .heading h2 span.title {
    font-size: 21px;
}

.company .main-contents .heading h2 {
    padding: 30px 0 0;
}

.company .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.company .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.company .main-contents .heading {
    margin-bottom: 15px;
}

.company .main-contents iframe {
	height: 280px;
}

.company table td {
    padding-left: 10px;
}

.company table th {
    width: 35%;
}

.company table td {
    width: 65%;
}

.company table {
    margin: 20px 0 20px 0;
}


}

@media screen and (max-width:330px) {
.areaguide .mapsp ul.areabt li a {
    padding: 3px;
}
}





/*------------ tour SP ------------*/
@media (max-width: 767px) { /*phone only*/
.tour p.catch {
    font-size: 15px;
    line-height: 1.6em;
    width: 87%;
    margin: 10px auto 20px;
    font-family: axr;
    text-align: left!important;
    padding: 0!important;
}

.tour .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.tour .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.tour .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.tour .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.tour .main-contents .heading h2 span.title {
    font-size: 21px;
}

.tour .main-contents .heading h2 {
    padding: 30px 0 0;
}

.tour .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.tour .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.tour .main-contents .heading {
    margin-bottom: 15px;
} .main-contents .heading h2 span.title {
    font-size: 21px;
}

.tour .main-contents .heading h2 {
    padding: 30px 0 0;
}

.tour .main-contents .subtitle {
    font-size: 12px!important;
    line-height: 0.6em!important;
}

.tour .main-contents .heading h2:before {
    top: 5px;
    left: 0;
    right: 0;
}

.tour .main-contents .heading {
    margin-bottom: 15px;
}

.tour .box {
    padding: 10px;
    background: #f6f6f6;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

.tour .box .titleborder:before {
    background: #14bcaa;
    bottom: 18px;
}

}


/* minagawa st */

	p.news_category{
		color: #009fbc !important;	
	}
	p.information_category{
		color: #f15a4b !important;
	}	
	p.column_category{
		color: #84c75d !important;
	}
	p.overview_category{
		color: #227aba !important;
	}
	p.immigration_category{
		color: #adc825 !important;
	}
	p.tax_category{
		color: #e45a30 !important;
	}
	p.investment_category{
		color: #f1b430 !important;
	}
	p.realestate_category{
		color: #009fbc !important;
	}
	p.areaguide_category{
		color: #ae56a4 !important;
	}
	p.tour_category{
		color: #14bcaa !important;
	}
	a.news_category{
		color: #009fbc !important;	
	}
	a.information_category{
		color: #f15a4b !important;
	}	
	a.column_category{
		color: #84c75d !important;
	}
	a.overview_category{
		color: #227aba !important;
	}
	a.immigration_category{
		color: #adc825 !important;
	}
	a.tax_category{
		color: #e45a30 !important;
	}
	a.investment_category{
		color: #f1b430 !important;
	}
	a.realestate_category{
		color: #009fbc !important;
	}
	a.areaguide_category{
		color: #ae56a4 !important;
	}
	a.tour_category{
		color: #14bcaa !important;
	}
	span.news_category{
		background: #009fbc !important;	
	}
	span.information_category{
		background: #f15a4b !important;
	}	
	span.column_category{
		background: #84c75d !important;
	}
	span.overview_category{
		background: #227aba !important;
	}
	span.immigration_category{
		background: #adc825 !important;
	}
	span.tax_category{
		background: #e45a30 !important;
	}
	span.investment_category{
		background: #f1b430 !important;
	}
	span.realestate_category{
		background: #009fbc !important;
	}
	span.areaguide_category{
		background: #ae56a4 !important;
	}
	span.tour_category{
		background: #14bcaa !important;
	}

	.responsive-menu-button{
		display:none !important;
	}

/* 画像のマウスホバー */
	figure.news_category:hover .bt{
		background: rgba(0,159,188,0.8) !important;
	}
	figure.information_category:hover .bt{
		background: rgba(241,90,75,0.8) !important;
	}
	figure.column_category:hover .bt{
		background: rgba(132,199,93,0.8) !important;
	}
	figure.overview_category:hover .bt{
		background: rgba(34,122,186,0.8) !important;
	}
	figure.immigration_category:hover .bt{
		background: rgba(173,200,37,0.8) !important;
	}
	figure.tax_category:hover .bt{
		background: rgba(228,90,48,0.8) !important;
	}
	figure.investment_category:hover .bt{
		background: rgba(241,180,48,0.8) !important;
	}
	figure.realestate_category:hover .bt{
		background: rgba(0,159,188,0.8) !important;
	}
	figure.areaguide_category:hover .bt{
		background: rgba(174,86,164,0.8) !important;
	}
	figure.tour_category:hover .bt{
		background: rgba(20,188,170,0.8) !important;
	}
	#mobile_sticky_margin, .mobile_sticky{
		display:none;
	}


@media (max-width: 767px){
	#sticky_margin{
		display:none;
	}
	.mobile_sticky{
		display:block;
	}
	#mobile_sticky_margin{
		display:block;
	}
}


@media screen and (min-width:768px) {
.menu-wrap{
	display: none;
}
}

/* ------------------------  ページネーション ------------------------ */
ul.page_nav {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	text-align: center;
}

ul.page_nav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.page_nav li span,
ul.page_nav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #eee;
	text-decoration: none;
	vertical-align: middle;
}

ul.page_nav li span.current{
	font-weight: bold;
    background: #009fbc;
    color: #fff;
}

ul.page_nav li a:hover {
	color: #fff;
	background: #009fbc;
	border-color: #00f;
}

/* カテゴリーが最新のお知らせの場合 */
ul.page_nav_information li span.current, ul.page_nav_information li a:hover{
	background: #f15a4b !important;
}

/* カテゴリーが連載コラムの場合 */
ul.page_nav_column li span.current, ul.page_nav_column li a:hover{
	background: #84c75d;
}

/* カテゴリーがNZ基本情報の場合 */
ul.page_nav_overview li span.current, ul.page_nav_overview li a:hover{
	background: #227aba;
}

/* カテゴリーが移住ガイドの場合 */
ul.page_nav_immigration li span.current, ul.page_nav_immigratio li a:hover{
	background: #adc825;
}

/* カテゴリーが税金ガイドの場合 */
ul.page_nav_tax li span.current, ul.page_nav_tax li a:hover{
	background: #e45a30;
}

/* カテゴリーが投資ガイドの場合 */
ul.page_nav_investment li span.current, ul.page_nav_investment li a:hover{
	background: #f1b430;
}

/* カテゴリーが物件ガイドの場合 */
ul.page_nav_realestate li span.current, ul.page_nav_realestate li a:hover{
	background: #009fbc;
}

/* カテゴリーが地域情報の場合 */
ul.page_nav_areaguide li span.current, ul.page_nav_realestate li a:hover{
	background: #ae56a4;
}

/* カテゴリーが現地ツアーの場合 */
ul.page_nav_tour li span.current, ul.page_nav_tour li a:hover{
	background: #14bcaa;
}

/* minagawa ed */






/* ------------------------  ツアーリスト ------------------------ */


.schedulelist {
	border-top: 1px dotted #ccc;
	padding: 15px 0;
}

p.seminardetail {
	font-size: 14px;
}

h2.seminartitle {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

h2.seminartitle a:hover {
	text-decoration: underline;
}









/* ------------------------  メールマガジン ------------------------ */


.mailmagazine {
	background: url("../image/bg02.jpg");
	background-position: center top;
	background-attachment: fixed;
}

.mailmagazine .pagetitle {
	text-align: center;
	margin-top: 10px;
}

.mailmagazine .pagetitle h2 {
	font-size: 38px;
	line-height: 1.3em;
}
.mailmagazine .pagetitle .subtitle {
	color: #009fbc;
}


.mailmagazine .main-contents {
	width: 940px;
	margin: 40px auto;
	background: #fff;
	box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-moz-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow:0px 0px 7px -4px rgba(0,0,0,0.55);
	padding: 35px 35px 35px 35px;
	font-size: 16px;
	line-height: 1.9em;
	border-radius: 5px;
}

.mailmagazine form {
	margin: 30px auto 0;
	width: 80%;
}

.mailmagazine p.text {
	text-align: center;
	margin-bottom: 20px !important;
}

.mailmagazine input,
.mailmagazine textarea {
	border: solid 1px #ccc;
	color: #222222;
	background-color: #f5f5f5;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 10px 0;
	border: 1px solid #e3e3e3;
	font-size: 14px !important;
}

.mailmagazine input[type="submit"] {
	background-color: #009fbc;
	color: #fff;
	display: inline-block;
	font-family: axr;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	margin-top: 10px;
	width: 30%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mailmagazine input[type="submit"]:hover {
	background-color: #999;
	cursor: pointer;
}

.mailmagazine form p,
.widget_wysija_cont p label,
.widget_wysija_cont p label span.wysija-required {
	margin-top: 10px;
	color: #666!important;
	font-family: axr!important;
	font-weight: 400!important;
}


.mailmagazine form p span {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mailmagazine form p:last-of-type {
	text-align: center;
}

.mailmagazine span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
}

.mailmagazine #wpcf7-f4-o1 {
	margin: 20px 0 0;
}

.mailmagazine .wpcf7 input,
.mailmagazine .wpcf7 textarea {
    margin-bottom: 0 !important;
}

.mailmagazine .your-message span.wpcf7-not-valid-tip {
    line-height: 1em;
}


.mailmagazine span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    font-size: 14px;
}

.mailmagazine div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 0.2em 1em;
    font-size: 14px;
}

.mailmagazine .formError {
	position: static !important;
}

.mailmagazine .formErrorContent {
	background: none !important;
	border: none !important;
	color: #f00 !important;
	padding: 0 !important;
	line-height: 1.6em !important;
	position: static !important;
	width: auto !important;
	z-index: 5001 !important;
	font-size: 13px !important;
	display: block !important;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

span.wysija-required {
	color: #f00 !important;
}

.widget_wysija_cont .allmsgs li {
    font-size: 16px !important;
}

.widget_wysija_cont .updated {
    padding: 15px;
}


@media (max-width: 767px) { /*phone only*/
.mailmagazine p.text {
	text-align: left !important;
}

.mailmagazine .pagetitle h2 {
    font-size: 22px;
    line-height: 1.4em;
}

.mailmagazine .margin-b15 {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

.mailmagazine form {
    margin: 0;
    width: auto;
}

.mailmagazine .main-contents {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
}

.mailmagazine .main-contents {
    font-size: 15px;
    line-height: 1.6em;
}

.mailmagazine span.wpcf7-list-item {
    display: block;
    margin-right: 0;
}

.ajax-loader {
	width:auto !important;
}

.mailmagazine input[type="submit"] {
	width: 100%;
}

.mailmagazine input, .mailmagazine textarea {
    margin-bottom: 0;
}

}




















/* ------------------------  お問い合わせ ------------------------ */
.contact input,
.contact textarea {
	border: solid 1px #ccc;
	color: #222222;
	background-color: #f5f5f5;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 10px 0;
	border: 1px solid #e3e3e3;
	font-size: 14px !important;
}

.contact input[type="submit"] {
	background-color: #009fbc;
	color: #fff;
	font-family: axr;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	margin-top: 10px;
	width: 30%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.contact input[type="submit"]:hover {
	background-color: #999;
	cursor: pointer;
}

.contact form p {
	margin-top: 10px;
	color: #666;
	font-family: axr;
}

.contact form p {
	margin-top: 10px;
	color: #666;
	font-family: axr;
}


.contact form p span {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact form p:last-of-type {
	text-align: center;
}

.contact span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
}

.contact #wpcf7-f4-o1 {
	margin: 20px 0 0;
}

.contact .wpcf7 input,
.contact .wpcf7 textarea {
    margin-bottom: 0 !important;
}

.contact .your-message span.wpcf7-not-valid-tip {
    line-height: 1em;
}


.contact span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    font-size: 14px;
}

.contact div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 0.2em 1em;
    font-size: 14px;
}


@media (max-width: 767px) { /*phone only*/
.contact span.wpcf7-list-item {
    display: block;
    margin-right: 0;
}

.ajax-loader {
	width:auto !important;
}

.contact input[type="submit"] {
	width: 100%;
}
}

