@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.fa {
　display: inline-block;
　font: normal normal normal 14px/1 FontAwesome;
　font-size: inherit;
　text-rendering: auto;
　-webkit-font-smoothing: antialiased;
　-moz-osx-font-smoothing: grayscale;
　transform: translate(0, 0);
	margin-right: 10px;
}

/*
 layout
---------------------------*/
html { 
	font-size: 62.5%; /*10px*/
}
body {
	position: relative;
	color: #08131a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}
a {
	color: #243d54;
	text-decoration: none;
	transition-duration: 0.6s;
}
a:hover {
	color: #0d9d94;
}
a:hover img {
	opacity: 0.8;
}
.wrapper {
	width: 100%;
	
	max-height: 100%;
	position: relative;
}
.container {
	width: 980px;
	margin: 0 auto;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
	text-align: center;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
	text-align: center;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	font-weight: normal;
}

/*
 共通
---------------------------*/
.titleArea {
	padding: 40px 0 20px;
}
.ttl_label {
	text-align: center;
	margin: 20px auto;
}
.ttl_label img {
	width: 100px;
	height: auto;
}
.border_seciton {
	width: 100%;
	height: 20px;
	background: url(../images/bg_stripe01.gif);
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
	margin: 2rem 0;
}
.btn a {
	width: 300px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	line-height: 20px;
	line-height: 2rem;
	padding: 20px 0;
	color: #fff;
	background-color: #0b3556;
	margin: 0 auto;
	text-align: center;
}
.btn a:hover {
	text-decoration: none;
	background-color: #098496;
}

table {
	width: 100%;
}
table tr {
	border-top: 1px solid #626979;
	border-bottom: 1px solid #626979;
}
table tr td {
	padding: 10px;
}

/*
 header
---------------------------*/
header {
	width: 100%;
	
	height: 60px;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	border-bottom: 2px solid #1e3245;
}
header .inner {
	position: relative;
}
.logo {
	margin: 0;
	padding: 0;
	top: 18px;
	left: 40px;
	position: absolute;
}
.logo img {
	width: 160px;
	height: 20px;
	display: block;
}
header .copy {
	top: 9px;
	left: 210px;
	position: absolute;
}
header .gnavi {
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	position: absolute;
}
header .gnavi li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
header .gnavi li.nav_inquiry {
	background-color: #56c5be;
	padding: 0px;
	line-height: 2rem;
}
header .gnavi li.nav_inquiry a {
	color: #fff;
	padding: 20px 30px;
	display: inline-block;
}
header .gnavi li.nav_inquiry a:hover {
	background-color: #0d9d94;
}
header .gnavi li .fa {
	margin-right: 5px;
}


.slick-slider {
	padding: 0;
	margin: 0;
}

/*
 メインビジュアル
---------------------------*/
#sec01 {
	width: 100%;
	padding-top: 62px;
}
#sec01 .slick-slide {
	border: 1px solid #fff;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
  left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
.slick-slide img {
	width: 100%;
  max-width: 100%;
  height: auto;
}


/*
 イントロダクション
---------------------------*/
#sec02 {
	background: url(../images/bg_stripe01.gif);
}

#sec02 .sec02_news {
	background: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	color: #08131a;
	padding: 10px;
}
#sec02 .sec02_news .label {
	background: #dcecf5;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
}
#sec02 .sec02_news .date {
	margin-right: 10px;
}

#sec02 .titleArea {
	text-align: center;
	height: 480px;
	padding: 0;
	overflow: hidden;
	background: #6baff6 url(../images/img_perth_1-1.jpg) top center no-repeat;
	background-size: 1600px auto;
	background-position-y: -100px;
	position: relative;	
}
@media screen and (min-width: 1601px) {
#sec02 .titleArea {
	height: 540px;
	background-size: cover;
}
}
#sec02 .titleArea .copy {
	top: 8%;
	left: 0;
	margin: 0;
	width: 100%;
	position: absolute;
}
#sec02 .titleArea h2 {
	top: 12%;
	left: 0;
	width: 100%;
	position: absolute;
}
#sec02 p {
	margin-top: 4rem;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}
#sec02 .nav_points ul {
	margin: 0;
	padding: 0 0 4rem;
	height: auto;
	overflow: hidden;
}
#sec02 .nav_points ul li {
	list-style: none;
	float: left;
	width: 25%;
}
#sec02 .nav_points ul li a {
	width: 190px;
	height: 190px;
	margin: 0 auto;
	display: block;
	background: #fff;
	border: 5px solid #fff;
}
#sec02 .nav_points ul li a img {
	width: 190px;
	height: 190px;
}
#sec02 .nav_points ul li a:hover {
	box-shadow:0px 0px 4px 2px #5d5d5d;
	-moz-box-shadow:0px 4px 0px 2px #5d5d5d;
	-webkit-box-shadow:0px 4px 0px 2px #5d5d5d;
	/* box-shadow */
	box-shadow: 0px 0px 10px 0px #1e1e1e;
	-moz-box-shadow:0px 0px 10px 0px #1e1e1e;
	-webkit-box-shadow:0px 0px 10px 0px #1e1e1e;
}



/*
 周辺環境
---------------------------*/
#sec03 {
	padding-top: 20px;
}
#sec03 ul.list_place {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
#sec03 ul.list_place li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#sec03 ul.list_place li .box_image .caption {
	margin: 0;
}
#sec03 ul.list_place li .box_text {
	background-color: #fff;
	padding: 40px;
}
#sec03 ul.list_place li .box_text:hover {
	background-color: #f3ea85;
	cursor: pointer;
	transition-duration: 0.6s;
}
#sec03 ul.list_place li .title {
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0;
}
#sec03 ul.list_place li .box_text article {
	font-size: 16px;
	font-size: 1.6rem;
}

#sec03 ul.list_place li.list_place1 {
	height: 450px;
	margin-bottom: 40px;
}
#sec03 ul.list_place li.list_place1 .box_text {
	top: 90px;
	left: 0;
	width: 280px;
	position: absolute;
}
#sec03 ul.list_place li.list_place1 .box_image {
	top:0;
	right: 0;
	position: absolute;
	width: 720px;
	height: 450px;
	overflow: hidden;
}

#sec03 ul.list_place li.list_place2,
#sec03 ul.list_place li.list_place3 {
	width: 460px;
	height: 520px;
	margin: 0 20px 40px;
	float: left;
}
#sec03 ul.list_place li.list_place2 .box_text,
#sec03 ul.list_place li.list_place3 .box_text {
	top: 0;
	left: 30px;
	width: 320px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
#sec03 ul.list_place li.list_place2 .box_image,
#sec03 ul.list_place li.list_place3 .box_image {
	top: 180px;
	left: 0;
	position: absolute;
	width: 460px;
	height: 360px;
	overflow: hidden;
}

#sec03 ul.list_place li.list_place4,
#sec03 ul.list_place li.list_place5,
#sec03 ul.list_place li.list_place6 {
	width: 300px;
	height: 460px;
	margin: 0 10px;
	float: left;
}
#sec03 ul.list_place li.list_place4,
#sec03 ul.list_place li.list_place6 {
	margin: 0 20px;
}
#sec03 ul.list_place li.list_place4 .box_text,
#sec03 ul.list_place li.list_place5 .box_text,
#sec03 ul.list_place li.list_place6 .box_text {
	top: 0;
	left: 20px;
	width: 220px;
	height: 200px;
	padding: 20px;
	overflow: hidden;
	position: absolute;
}
#sec03 ul.list_place li.list_place4 .box_image,
#sec03 ul.list_place li.list_place5 .box_image,
#sec03 ul.list_place li.list_place6 .box_image {
	top: 200px;
	left: 0;
	position: absolute;
	width: 300px; 
	height: 250px;
	overflow: hidden;
}



/*左右の矢印の位置を変える*/
.slider_sec03_1 .slick-next {
    right: 5px;
    top: 94%;
    z-index: 99;
    color: #000;
}
.slider_sec03_1 .slick-prev {
  left: 5px;
    top: 94%;
    color: #000;
}
.slider_text {
	margin-left: 35px;
}
.slider_sec03_3 .slick-next {
    top: 91%;
}
.slider_sec03_3 .slick-prev {
    top: 91%;
} 

/*
 FOOTER
---------------------------*/
#sec04 {
	background: url(../images/bg_sec04.gif);
}

#sec04 .pws_tabs_controll {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}
#sec04 .pws_tabs_controll li {
	width: 20%;
	float: left;
	display: block;
}
#sec04 .pws_tabs_controll li a {
	display: block;
	font-size: 1.3rem;
	overflow: hidden;
	text-align: center;
	color: #08131a;
	padding: 0;
	border-bottom: 10px solid #7f909d;
}
#sec04 .pws_tabs_controll li a:hover,
#sec04 .pws_tabs_controll li a.pws_tab_active {
	border-bottom: 10px solid #0b3556;
}
#sec04 .pws_tabs_controll li:first-child a {
	display: block;
	background: url(../images/nav_type_a.png) center top no-repeat;
	padding-top: 80px;
	height: 65px;
}
#sec04 .pws_tabs_controll li:first-child a:hover,
#sec04 .pws_tabs_controll li:first-child a.pws_tab_active {
	background: url(../images/nav_type_a_done.png) center top no-repeat;
}
#sec04 .pws_tabs_controll li:nth-child(2) a {
	background: url(../images/nav_type_b_done.png) center top no-repeat;
	padding-top: 80px;
	height: 65px;
}
#sec04 .pws_tabs_controll li:nth-child(2) a:hover,
#sec04 .pws_tabs_controll li:nth-child(2) a.pws_tab_active {
	background: url(../images/nav_type_b_on.png) center top no-repeat;
}
#sec04 .pws_tabs_controll li:nth-child(3) a {
	background: url(../images/nav_type_c_done.png) center top no-repeat;
	padding-top: 90px;
	height: 55px;
}
#sec04 .pws_tabs_controll li:nth-child(3) a:hover,
#sec04 .pws_tabs_controll li:nth-child(3) a.pws_tab_active {
	background: url(../images/nav_type_c_on.png) center top no-repeat;
}
#sec04 .pws_tabs_controll li:nth-child(4) a {
	background: url(../images/nav_type_d_done.png) center top no-repeat;
	padding-top: 80px;
	height: 65px;
}
#sec04 .pws_tabs_controll li:nth-child(4) a:hover,
#sec04 .pws_tabs_controll li:nth-child(4) a.pws_tab_active {
	background: url(../images/nav_type_d_done.png) center top no-repeat;
}
#sec04 .pws_tabs_controll li:nth-child(5) a {
	background: url(../images/nav_type_e_done.png) center top no-repeat;
	padding-top: 90px;
	height: 55px;
}
#sec04 .pws_tabs_controll li:nth-child(5) a:hover,
#sec04 .pws_tabs_controll li:nth-child(5) a.pws_tab_active {
	background: url(../images/nav_type_e_on.png) center top no-repeat;
}


#sec04 .pws_tabs_list {
	background: none;
	/* 2017.7.18 */
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
#sec04 .pws_tabs_list .floor_plan_a {
	height: auto;
	overflow: hidden;
}
.floor_plan_img {
	width: 400px;
	float: left;
	/* 2017.7.18 */
	width: 100%;
	margin: 0 auto 20px;
}

.floor_plan_img .title_additional {
	background-color: #0d9d94;
	color:#fff;
	padding: 3px 10px;
	border-radius: 2px;
}
#sec04 .pws_tabs_controll li a span {
	background-color: #0d9d94;
	color:#fff;
	padding: 3px 10px;
	border-radius: 10px;
}
.floor_plan_img 
.floor_plan_img h3 {
	text-align: left;
	margin-top: 0;
}
.floor_plan_img1 {
	width: 500px;
	height: 620px;
	overflow: hidden;
	/* box-shadow */
	box-shadow:0px 0px 4px 2px #d6d6d6;
	-moz-box-shadow:0px 0px 4px 2px #d6d6d6;
	-webkit-box-shadow:0px 0px 4px 2px #d6d6d6;
	background: #fff;
}
.floor_plan_img1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.floor_plan_img_perth {
	width: 400px;
	height: 220px;
	margin-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box;
	border: 5px; solid #fff;
	position: relative;
	/* 2017.7.18 */
	width: 100%;
}
.floor_plan_img_perth img {
	position: absolute;
	width: 1400px;
	height: auto;
}
#sec04 .pws_tabs_list .floor_plan_a .floor_plan_img_perth img {
	top: -260px;
	left: -30px;
}
#sec04 .pws_tabs_list .floor_plan_b .floor_plan_img_perth img {
	top: -260px;
	left: -270px;
}
#sec04 .pws_tabs_list .floor_plan_c .floor_plan_img_perth img {
	top: -260px;
	left: -484px;
}
#sec04 .pws_tabs_list .floor_plan_d .floor_plan_img_perth img {
	top: -260px;
	left: -703px;
}
#sec04 .pws_tabs_list .floor_plan_e .floor_plan_img_perth img {
	top: -265px;
	left: -989px;
}
.floor_plan_desc {
	width: 520px;
	float: right;
	/* 2017.7.18 */
	display: none;
}



/*
 成約済み物件をクリックしても表示しない(2016.11.24)
---------------------------*/


#sec04 .pws_tabs_controll li:nth-child(1) a,
#sec04 .pws_tabs_controll li:nth-child(2) a,
#sec04 .pws_tabs_controll li:nth-child(3) a,
#sec04 .pws_tabs_controll li:nth-child(4) a,
#sec04 .pws_tabs_controll li:nth-child(5) a {
	pointer-events : none;
}




/*
 実績
---------------------------*/
#sec05 {
	padding-bottom: 80px;
}
#sec05 .titleArea {
	background: url(../images/img_sec05bg.jpg) center top;
	background-repeat: repeat-x;
	height: 380px;
}
#sec05 .titleArea h2 {
	text-shadow: 0px 0px 8px rgba(0,0,0,1);
	font-weight: normal;
	color: #fff;
}
#sec05 .img_sec05_rank {
	text-align: center;
}
#sec05 .text-content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
.img_sec05_plan img {
	width: 100%;
	height: auto;
}




/*
 サポート
---------------------------*/
#sec06 {
	padding-bottom: 80px;
}
#sec06 .titleArea {
	background: #f4f4f6 url(../images/img_sec06bg.jpg) center top no-repeat;
	height: 400px;
}
#sec06 .titleArea h2 {
	text-shadow: 0px 0px 6px rgba(255,255,255,1);
}
#sec06 .container p {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}




/*
 インフォメーション
---------------------------*/
#sec07 {
	background-color: #eff3f4;
}
#sec07 .titleArea .fa {
	color: #3bc5bd;
	margin-right: 10px;
}
#sec07 .contentsSection {
	background-color: #fff;
	padding: 40px;	
}
#sec07 ul {
	margin: 0;
	padding: 0;
}
#sec07 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sec07 .menu_info {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 5px;
}
#sec07 .menu_info:hover {
	text-decoration: none;
	cursor: pointer;
}
#sec07 .menu_info:hover .date,
#sec07 .menu_info:hover .title {
	color: #0d9d94;
}
#sec07 ul li .date {
	width: 100px;
	display: inline-block;
}
#sec07 ul li .title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
}
.menu_info:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  content: '\f105';
	color: #0d9d94;
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.menu_info.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu_info {
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 10px; 
}
#sec07 ul li .child {
  display: none;
  padding-left: 115px;
}
#sec07 ul li .child img {
	max-width: 100%;
	height: auto;
}

/*
	
	
	
 問合わせ
---------------------------*/
#sec08 {
	position: relative;
	background-color: #eff3f4;
	padding-bottom: 40px;
}
#sec08 .container {
	position: static;
	overflow: visible;
}
#sec08 .titleArea {
	text-align: center;
	height: 400px;
	overflow: hidden;
	background: #6baff6 url(../images/img_perth_1-1.jpg) top center no-repeat;
	background-size: 1600px auto;
	background-position-y: -100px;
}
@media screen and (min-width: 1601px) {
#sec08 .titleArea {
	height: 460px;
	background-size: cover;
}
}
#sec08 .titleArea h2 {
	top: 3%;
	left: 0;
	width: 100%;
	position: absolute;
}
#sec08 .titleArea .copy {
	top: 15%;
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
}
#sec08 .contentsSection {
	background-color: #fff;
	padding: 40px;	
	text-align: center;
	margin: -100px auto 0;
	display: block;
	float: none;
}
#sec08 h3 {
	display: inline-block;
	border-bottom: 5px solid #b1b6bc;
	padding-bottom: 3px;
	margin: 0 auto 0.5rem;
}
#sec08 .tel {
	font-size: 56px;
	font-size: 5.6rem;
	margin: 0;
	letter-spacing: 5px;
	letter-spacing: 0.5rem;
}
#sec08 .tel a {
	color: #3e4e5e;
}
#sec08 .tel a:hover {
	color: #0d9d94;
	text-decoration: none;
}
#sec08 .hours {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	color: #3e4e5e;
	background-color: #b2db43;
	line-height: 1;
	border-radius: 20px;
	padding: 10px 20px;
	margin: 0 0 1rem;
}
#sec08 .questions {
	margin: 0;
	padding: 0;
	display:table;
	table-layout:fixed;
	width:100%;
}
#sec08 .questions li {
	margin: 0 10px 10px;
	padding: 15px 0;
	list-style: none;
	display:table-cell;
  vertical-align:middle;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 5px solid #fff;
}
#sec08 .questions li:hover {
	opacity: 0.6;
	transition-duration: 0.6s;
}
#sec08 .questions .q1 {
	background-color: #edc6e9;
}
#sec08 .questions .q2 {
	background-color: #c6d2ed;
}
#sec08 .questions .q3 {
	background-color: #f7deb7;
}
#sec08 .questions .q4 {
	background-color: #b1f7ad;
}
.box_form {
	margin: 40px 0;
}
.box_form label {
	text-align: left;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}
.box_form .form_line {
	margin: 10px 0;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-color: #ececec;
	font-size: 18px;
	font-size: 1.8rem;
	color: #515151;
  position: relative;
}
input[type="text"].h36, input[type="email"].h36, input[type="tel"].h36, input[type="password"].h36 {
  height: 36px;
  line-height: 36px;
}
input[type="text"].w90, input[type="email"].w90, input[type="tel"].w90, input[type="password"].w90 {
  width: 90px;
}
input[type="text"].w120, input[type="email"].w120, input[type="tel"].w120, input[type="password"].w120 {
  width: 120px;
}
input[type="text"].w200, input[type="email"].w200, input[type="tel"].w200, input[type="password"].w200 {
  width: 200px;
}

textarea {
  -webkit-appearance: none;
  height: 100px;
  width: 100%;
  padding: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-position: right center;
  background-color: #ececec;
	font-size: 16px;
	color: #515151;
  position: relative;
  resize: vertical;
}


.btn input {
	width: 100%;
	max-width: 300px;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	line-height: 20px;
	line-height: 2rem;
	padding: 20px 0;
	color: #fff;
	background-color: #0b3556;
	margin: 0 auto 5px;
	text-align: center;
	border: none;
}
.btn input.btn_back {
	background-color: #36556d;
}
.btn input:hover {
	text-decoration: none;
	background-color: #098496;
}



/*
	
	
	
 店舗案内
---------------------------*/
#sec09 {
	background-color: #2b9a93;
	color: #fff;
}
#sec09 h3 {
	margin: 1em;
	font-weight: normal;
}
#sec09 h4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px;
}
#sec09 p {
	margin: 10px 0;
}
#sec09 a {
	color: #fff;
}
#sec09 ul li {
	width: 48%;
	padding: 0 1%;
	float: left;
	list-style: none;
	height: auto;
	overflow: hidden;
}
#sec09 ul li .sec09_office {
	float: left;
	margin: 0 20px 10px 0;
	width: 140px;
	height: auto;
}
address {
	font-style: normal;
}


/*
 FOOTER
---------------------------*/
footer {
	background-color: #237974;
	padding: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	font-size: 10px;
	font-size: 1rem;
}
footer a {
	color: #fff;
	text-align: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.4rem;
	text-decoration: none;
}



/*
 モーダル
---------------------------------------*/
/*インライン用*/
#inline-wrap {
	position: relative;
	margin:10px auto;
	background: #fff;
	padding: 5px;
	max-width: 700px;
}
#inline-wrap h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}
#inline-wrap .image img {
	width:100%;
	max-width: 600px;
}
#inline-wrap .image,
#inline-wrap .popup-modal-dismiss {
	text-align: center;
}
/*表示のエフェクト*/
      .mfp-fade.mfp-bg {
        opacity: 0.001; /* Chrome opacity transition bug */
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }
      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }
#sample {
    width: 700px;
    height: 400px;
}

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


button.mfp-close {
	top: -40px;
}
.mfp-close:active {
	top: -39px;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
}


@media all and (max-width: 900px) {
	.mfp-container {
    padding-left: 10px;
    padding-right: 10px; }
}




/*
 問合わせ
---------------------------*/
#contact-form {
	padding-top: 62px;
	padding-bottom: 40px;
}
#contact-form .container {
	width: 600px;
	margin: 0 auto;
}
#contact-form p {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
#contact-form .error_messe {
	border-bottom: 1px solid #a1a3a5;
	padding: 5px;
}



/*
 レスポンシブ
---------------------------------------*/

.drawer-toggle {
	display: none;
}

@media only screen and (max-width: 1109px) {
	header .gnavi {
		display: none;
	}
	.drawer-toggle {
		display: block;
	}
	.drawer-overlay {
		display: none;
	}
	.drawer-open .drawer-overlay {
		display: block;
	}
	.drawer--top.drawer-open .drawer-nav {
		top: 62px;
	}
	.drawer-hamburger {
		width: 2.4rem;
	}
	.drawer-hamburger-icon:before {
		top: -8px;
	}
	.drawer-hamburger-icon:after {
		top: 8px;
	}
	.drawer-nav {
		z-index: 30000;
		background-color: rgba(255,255,255,0.9);
	}
	.drawer-menu li {
		padding: 15px 30px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.drawer-menu li a {
		color: #08131a;
	}
	.drawer-menu li a span {
		width: 40px;
		display: inline-block;
	}
	.container {
		width: 100%;
		box-sizing: border-box;
	}
	header {
		height: 50px;
	}
	
	.wrapper {
		width: 100%;
		min-width: auto;
	}
	.drawer-hamburger {
		padding: 13px 1.3rem 25px;
	}
	h2 {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	h3 {
		font-size: 1.8rem;
	}
	.pcview {
		display: none;
	}
	.row {
		margin: 0 2.083333333333333%;
	}
	.btn {
		margin: 0;
		padding: 1rem 0;
	}
	.btn a {
		width: 100%;
	}
	.logo {
		top: 17px;
		left: 17px;
	}
	.logo img {
		width: 120px;
		height: 15px;
	}
	header .copy {
		top: 8px;
		left: auto;
		right: 40px;
		font-size: 1.1rem;
	}
	.drawer--top.drawer-open .drawer-nav {
		top:52px;
	}
	
	.slick-slide img {
		width: 320px;
		height: auto;
	}
	#sec01 {
		padding-top: 52px;
	}
	
	#sec02 {
		background-size: cover;
	}
	#sec02 .titleArea {
		position: static;
		background-size: 100% auto;
		background-position: center bottom;
		padding: 10px;
		height: 200px;
	}
	#sec02 .titleArea .copy {
		position: static;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	#sec02 .titleArea h2 {
		position: static;
		font-size: 2rem;
		margin: 10px 0;
		box-sizing: border-box;
	}
	#sec02 p {
		margin-top: 2rem;
	}
	#sec02 .nav_points ul {
		padding: 0 0 1rem;
	}
	#sec02 .nav_points ul li {
		width: 50%;
		margin-bottom: 10px;
	}
	#sec02 .nav_points ul li a {
		width: 120px;
		height: 120px;
	}
	#sec02 .nav_points ul li a img {
		width: 120px;
		height: 120px;
	}
	#sec03 ul.list_place li.list_place1,
	#sec03 ul.list_place li.list_place2,
	#sec03 ul.list_place li.list_place3,
	#sec03 ul.list_place li.list_place4,
	#sec03 ul.list_place li.list_place5,
	#sec03 ul.list_place li.list_place6 {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 10px;
	}
	.slider_sec03_1 .slick-prev,
	.slider_sec03_1 .slick-next {
		top: 90%;
	} 
	.slider_sec03_2 .slick-prev,
	.slider_sec03_2 .slick-next,
	.slider_sec03_3 .slick-prev,
	.slider_sec03_3 .slick-next {
		top: 92%;
	} 
	.slider_text{
		margin-left: 40px;
	}
	#sec03 ul.list_place li .title {
		margin-bottom: 10px;
	}
	#sec03 ul.list_place li.list_place1 .box_text,
	#sec03 ul.list_place li.list_place1 .box_image,
	#sec03 ul.list_place li.list_place2 .box_text,
	#sec03 ul.list_place li.list_place2 .box_image,
	#sec03 ul.list_place li.list_place3 .box_text,
	#sec03 ul.list_place li.list_place3 .box_image,
	#sec03 ul.list_place li.list_place4 .box_text,
	#sec03 ul.list_place li.list_place4 .box_image,
	#sec03 ul.list_place li.list_place5 .box_text,
	#sec03 ul.list_place li.list_place5 .box_image,
	#sec03 ul.list_place li.list_place6 .box_text,
	#sec03 ul.list_place li.list_place6 .box_image {
		width: 100%;
		height: auto;
		position: static;
		padding: 0;
	}
	#sec03 ul.list_place li .box_text:hover {
		background-color: #fff;
	}	
	
	#sec04 .pws_tabs_controll {
		width: 100%;
	}
	#sec04 .pws_tabs_controll li:first-child a,
	#sec04 .pws_tabs_controll li:nth-child(2) a,
	#sec04 .pws_tabs_controll li:nth-child(3) a,
	#sec04 .pws_tabs_controll li:nth-child(4) a,
	#sec04 .pws_tabs_controll li:nth-child(5) a {
		background-size: auto 50px;
		background-position: center center;
		padding: 0;
		height: 70px;
	}

	#sec04 .pws_tabs_controll li:first-child a:hover,
	#sec04 .pws_tabs_controll li:first-child a.pws_tab_active {
		background: url(../images/nav_type_a_on.png) center top no-repeat;
		background-size: auto 50px;
		background-position: center center;
	}
	#sec04 .pws_tabs_controll li:nth-child(2) a:hover,
	#sec04 .pws_tabs_controll li:nth-child(2) a.pws_tab_active {
		background: url(../images/nav_type_b_on.png) center top no-repeat;
		background-size: auto 50px;
		background-position: center center;
	}
	#sec04 .pws_tabs_controll li:nth-child(3) a:hover,
	#sec04 .pws_tabs_controll li:nth-child(3) a.pws_tab_active {
		background: url(../images/nav_type_c_on.png) center top no-repeat;
		background-size: auto 50px;
		background-position: center center;
	}
	#sec04 .pws_tabs_controll li:nth-child(4) a:hover,
	#sec04 .pws_tabs_controll li:nth-child(4) a.pws_tab_active {
		background: url(../images/nav_type_d_on.png) center top no-repeat;
		background-size: auto 50px;
		background-position: center center;
	}
	#sec04 .pws_tabs_controll li:nth-child(5) a:hover,
	#sec04 .pws_tabs_controll li:nth-child(5) a.pws_tab_active {
		background: url(../images/nav_type_e_on.png) center top no-repeat;
		background-size: auto 50px;
		background-position: center center;
	}	
	
	
	
	#sec04 .pws_tabs_controll li a {
		border-bottom: 5px solid #7f909d;
	}
	#sec04 .pws_tabs_controll li a:hover, 
	#sec04 .pws_tabs_controll li a.pws_tab_active {
		border-bottom: 5px solid #0b3556;
	}
	#sec04 .pws_tabs_controll li div {
		display: none;
	}
	.floor_plan_img,
	.floor_plan_desc {
		width: 100%;
		float: none;	
	}
	.floor_plan_img_perth {
		width: 100%;
	}
	.floor_plan_img1 {
		width: 100%;
		height: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		border: 2px solid #d6d6d6;
		margin-top: 20px;
	}
	.pws_tabs_list {
		padding: 0 0 10px;
	}
	.floor_plan_img h3 {
		margin-top: 0;
	}
	
	#sec05 {
		padding-bottom: 10px;
	}
	#sec05 .titleArea {
		height: auto;
		background-size: cover;
	}
	#sec05 .img_sec05_rank,
	#sec05 .text-content,
	#sec05 .img_sec05_plan {
		float: none;
		width: auto;
		display: block;
		margin: 0;
	}
	#sec05 .img_sec05_rank img,
	#sec05 .img_sec05_plan img {
		max-width: 100%;
		height: auto;
		margin: 20px 0 0;
	}
	
	#sec06 {
		padding-bottom: 10px;
	}
	#sec06 .titleArea {
		height: auto;
		background-size: cover;
	}
	
	#sec07 .contentsSection {
		padding: 10px;
	}
	#sec07 .menu_info {
		padding: 0;
	}
	#sec07 ul li .title {
		text-align: left;
		padding-right: 30px;
	}
	#sec07 ul li .child {
		padding: 0;
	}
	
	#sec08 .titleArea {
		background-size: 100% auto;
		background-position: center bottom;
		height: auto;
		padding-bottom: 60px;
	}
	#sec08 .titleArea h2,
	#sec08 .titleArea .copy {
		position: static;
		margin: 0 10px 10px;
		box-sizing: border-box;
		width: auto;
	}
	#sec08 .contentsSection {
		margin-top: 10px;
		padding: 10px 10px 0;
		
		width: auto;
	}
	#sec08 h3 {
		font-size: 1.2rem;
	}
	#sec08 .tel {
		font-size: 26px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	#sec08 .questions li {
		font-size: 1.0rem;
		padding: 10px 5px;
	}
	.box_form {
		margin-bottom: 0;
	}
	
	#sec09 h3 {
		margin: 0;
		font-size: 1.6rem;
	}
	#sec09 ul {
		padding: 0;
	}
	#sec09 ul li {
		width: 100%;
		float: none;
		padding: 0;
	}
	
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
	header .gnavi li {
		padding: 20px 15px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.inline_content {
	    width: 600px;
	    overflow: hidden;
	}
}



















