@charset "UTF-8";

/* CSS Document */

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

	 共通

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

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.zdo_drawer_menu {
	display: none;
}

#loader {
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 0;
    left: 0;
    z-index: 99100;
	 width: 100%;
    height: 100%;
	background-color: #FFFFFF;

}
#loader img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -125px;
}

#wrap{
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
}

#wrap {
    width: 100%;
    height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
}

a:focus, *:focus { outline:none;}

.zdo_drawer_menu {
	display: none;
}

img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

br.pc_off {
    display: none;
}

br.smt_off {
    display: block;
}
/* トップ　top */

#main_v {
    width: 100%;
	height: 860px;
	height: 100vh;
    min-width: 950px;
	overflow: hidden;
	position: relative;
}


.main_left {
	width: 50%;
	float: left;
}

.main_right {
	width: 50%;
	float: right;
}

.top_logo_salon {
	position: absolute;
	top: 40vh;
	left: 24%;
	margin-left: -145px;
	z-index: 9999;
}

.top_logo_iro  {
    position: absolute;
    top: 40vh;
    right: 24.5%;
    margin-right: -145px;
    z-index: 9999;
}

.copy_side {
	position: absolute;
	top: 300px;
	left: 15px;
}

.copyright_side {
	position: absolute;
	top: 355px;
	right: 15px;
}

.more_salon {
	position: absolute;
    top: 56vh;
    left: 19.5%;
    margin-right: -145px;
    z-index: 9999;
}

.more_iro {
	position: absolute;
    top: 56vh;
    right: 28.5%;
    margin-right: -145px;
    z-index: 9999;
}

.icon_scroll {
	position: absolute;
	top: 90vh;
	left: 50%;
	margin-left: -20px
}

ul.navi {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -175px;
	width: 380px;
}

ul.navi li {
	display: inline;
	margin-right: 10px;
}

ul.navi li:last-child {
	margin-right: 0px;
}

.ttl_top_about_pacifica {
	margin: 70px auto 25px;
	text-align: center;
}

p.ttl_top_about_txt {
	text-align: center;
	line-height: 2;
	font-size: 14px;
}

.ttl_top_instagram_txt {
	margin: 70px auto 15px;
	text-align: center;
}

.instagram {
	width: 1060px;
	margin: auto;
	text-align: center;
}

footer#footer {
	width: 100%;
	height: 310px;
	text-align: center;
	background: url(../images/footer_bg.png) no-repeat bottom center;
}

ul.salon_iro {
	text-align: center;
	margin: 110px auto 35px;
}

ul.salon_iro li {
	display: inline;
}

ul.salon_iro li:first-child {
	margin-right: 40px;
}

.footer_copy {
	text-align: center;
	margin: 0 auto 60px;
	font-size: 13px;
	letter-spacing: 1.2px;
}

/* 幅1014px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1014px) {

#bgstretcher {
	width: 100% !important;
}
}

/* 幅1060px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1040px) {

.instagram {
	width: 100% !important;
	margin: auto;
}
}

/* 幅950px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 950px) {

#main_v {
    min-width: 100%;
}
}

/* 幅790px以上
------------------------------------------------------------*/
@media only screen and (min-width: 790px) {

.smt_main_v01,.smt_main_v02 {
	display: none;
}
}

/* 幅790px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 790px) {

.zdo_drawer_menu {
    display: block !important;
}

#main_v {
	display: none;
}

.smt_main_v01 {
	background: url(../images/smt_salon_bg.jpg) no-repeat 0 0;
	height: 415px;
	background-size: cover;
	position: relative;
}

.smt_main_v02 {
	background: url(../images/smt_iro_bg.jpg) no-repeat 0 0;
	height: 415px;
	background-size: cover;
	position: relative;
}
	
.top_logoArea {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top_logoArea p {
	text-align: center;
	margin: 20px auto 0;
}

}

/* 幅480px以下から スマホ縦
------------------------------------------------------------*/
@media only screen and (max-width: 480px) {

.copy_side,.copyright_side {
	display: none;
}

.smt_main_v01, .smt_main_v02 {
	height: 320px;
}

.ttl_top_about_pacifica {
    margin: 50px auto 20px;
}

p.ttl_top_about_txt {
    text-align: left;
    width: 90%;
    margin: auto;
}

ul.salon_iro li:first-child {
    margin-right: 20px;
}

ul.salon_iro {
    margin: 60px auto 35px;
}

footer#footer {
    height: 260px;
	background: url(../images/footer_bg@2x.png) no-repeat bottom center;
	background-size: contain;
}

.media-grid .media-list-item {
    float: left;
    position: relative;
    width: 33.33% !important;
}
}


/* 下層 */

.contents {
	max-width: 1060px;
	margin: auto;
}

@media only screen and (max-width: 1060px) {
.contents {
	max-width: 90%;
	margin: auto;
}
}


h1.ttl_sub {
	text-align: center;
	margin: 25px auto 0;
}

ul.navi_sub {
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -175px;
	padding-bottom: 20px;
	width: 380px;
}

ul.navi_sub li {
	display: inline;
	margin-right: 10px;
}

ul.navi_sub li:last-child {
	margin-right: 0px;
}

.sub_main {
	text-align: center;
	margin: 20px auto 60px;
	position: relative;
}

.copy_side_sub {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -100px;
}

.copyright_side_sub {
	position: absolute;
    top: 50%;
	right: 15px;
	margin-top: -58px;
}

.copyright_side_sub2 {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -79px;
}


.copy_side_sub2 {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -121px;
}

/* 幅1059px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1059px) {

.sub_main img {
	width: 100%;
}
}

/* 幅790px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 790px) {

ul.navi_sub,.copy_side_sub,.copyright_side_sub {
		display: none;
}

ul.navi_sub,.copy_side_sub2,.copyright_side_sub2 {
		display: none;
}
}

/* salon */

.ttl_top_salon {
    margin: 70px auto 25px;
    text-align: center;
}

.owl-carousel {
	margin-top: 90px;
}

.item {
	width: 518px;
}

.ttl {
    margin: 70px auto 25px;
    text-align: center;
}

table.table_style01 {
	width: 100%;
	font-size: 13px;
}

table.table_style01 tr td {
	padding: 18px 22px;
}

table.table_style01 tr td:nth-child(odd) {
	text-align: right;
	border-top: solid 1px #000;
	width: 21%;
}

table.table_style01 tr td:nth-child(even) {
	text-align: left;
	border-top: solid 1px #d5d5d5;
	width: 79%;
}

td.bb0 {
	border-bottom: solid 1px #000;
}

td.bbd5 {
	border-bottom: solid 1px #d5d5d5;
}

/* iro */

.bx-wrapper {
	width: 1059px;
	margin: 20px auto 40px;
}

.slideArea {
	width: 100%;
	position: relative;
}

.menu_left {
	float: left;
	width: 49%;
	margin-bottom: 30px;
}

.menu_right {
	float: right;
	width: 49%;
	margin-bottom: 30px;
}

.menu_left img,.menu_right img {
	max-width: 100%;
}

.menu_left p,.menu_right p {
	text-align: center;
	margin: 15px auto 10px;
}

@media only screen and (max-width: 1059px) {
	
.bx-wrapper {
	width: 100%;
	margin: 0px auto 40px;
	padding-top: 10px;
}

ul#slider li {
    height: auto;
}
}

/* contact お問い合わせ */

table.table_style02 {
	width: 100%;
	font-size: 13px;
}

table.table_style02 tr td {
	padding: 18px 22px;
}

table.table_style02 tr td:nth-child(odd) {
	text-align: right;
	border-top: solid 1px #000;
	width: 21%;
}

table.table_style02 tr td:nth-child(even) {
	text-align: left;
	border-top: solid 1px #d5d5d5;
	width: 79%;
}

.contact_note {
	font-size: 16px;
	margin: 0 auto 20px;
}

.require {
	color: #e93814;
	font-size: 14px;
	padding: 2px 5px;
}

td.vt {
	vertical-align: top;
}

input.textVer {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 100%;
}

input.textVer02 {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 40%;
}

.mr4p {
	margin-right: 4%;
}

select.textVer {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 100%;
}

input.textVerS {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 40%;
}

input.textVerM {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 70%;
}

input.textVerL {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 84%;
}

input:focus {
	border: solid 1px #000 !important;
	border-color: #000;
	outline: none;
}

textarea.commentBox {
	padding: 13px;
	background: #f0f0f0;
	border: none;
	width: 100% !important;
	height: 350px !important;
}

textarea:focus {
	border: solid 1px #000 !important;
	border-color: #000;
	outline: none;
}

button.submit {
	background: #000;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	height: 50px;
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
	margin-top: 0;
	letter-spacing: 0.05em;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

button.submit:hover {
	background: #333;
}

.btn_back a {
	font-size: 14px;
	background: #181818;
	color: #fff;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 50px auto;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}

.btn_back a:hover {
	background: #3f3f3f;
	text-decoration: none;
}


/* thanks */

.btn_back a {
    background: #000;
    color: #fff;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 80px auto 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_back a:hover {
	background: #606060;
	text-decoration: none;
}

.thanksArea {
	width: 840px;
	margin: auto;
}

@media only screen and (max-width: 840px) {
.thanksArea {
	width: 90%;
	margin: auto;
}
}

.thanks_ttl {
    margin: 40px auto 30px;
    font-size: 19.7px;
    text-align: center;
}

.contact_telBox {
    width: 100%;
    padding: 30px 50px;
    border: none;
    text-align: center;
    background: #f0f0f0;
}

h1.tel_ttl {
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
}

.contact_telBox p span.contact_tel {
    font-size: 28px;
    font-weight: bold;
    padding: 0 6px;
}

.textInner {
	text-align: left;
	display: inline-block;
	margin: auto;
}

.menu_left {
	text-align: center;
}

.menu_left span {
	text-align: left;
	display: inline-block;
	margin-top: -10px;
}

.other_menu {
	text-align: center;
	margin: 50px auto 150px;
}

.other_menu h3 {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px;
}

.other_menu p {
	text-align: left;
	display: inline-block;
	margin: auto;
}

#pagetop{
  width: 37px;
  height: 24px;
  position: fixed;
  right: 16px;
  bottom: 100px;
  z-index: 9999;
}
#pagetop a{
  position: relative;
  display: block;
  text-decoration: none;
}
