/*
Theme Name: Wingcomfort Theme
Theme URI: https://aozora-okinawa.com/
Author: Aozora
Author URI:  https://aozora-okinawa.com/
Description: Wordpress theme for Wingcomfort.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom post type, fully customizable content management system, responsive design, business etc.
Text Domain: parijat

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
/* CSS Document */

body {
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size:10px;
	line-height:1em;
	color:#333;
	height:100%;
	width:100%;
	word-wrap: break-word;
}

/************************************************
 
	base
 
************************************************/
img {
	width: 100%;
	line-height:0;
	vertical-align:top;
}
a:hover {
	text-decoration:none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
dl{
	margin: 0;
}
h1,h2,h3{
	margin: 0;
}
p{
	margin: 0;
}

@media (min-width: 768px) {
	
/* container */
.container {
	width:96%;
}

}
@media (min-width: 992px) {
	
/* container */
.container {
	width:96%;
}

}
@media (min-width: 1200px) {

/* container */
.container {
	width:1200px;
}

}


/************************************************

common
 
************************************************/

/* globalnavi */
.global-nav{
	width: 100%;
}
.global-nav a,.global-nav a:link,.global-nav a:visited,.global-nav a:hover,.global-nav a:active{
	text-decoration: none;
}
.global-nav ul li{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2rem;
}
.global-nav ul li a{
    display: block;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
    padding: 1em 8px;
}
.global-nav > ul > li > ul{
	padding-left: 20px;
}
.global-nav .lower-content{
	display: none;
}
.global-nav .acd-button.open i.fa-angle-down{
	transform: rotate(180deg);
}
.global-nav .jp-text{
	display: none;
}

/* title */
.content-title{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 30px 0;
}
.content-title > span:not(.hidden-xs){
	font-size: 4rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.2em;
}
.content-subtitle{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}
.content-subtitle.text-center {
  text-align: center !important;
}

/* page-title */
.page-title-wrap{
	margin-bottom: 50px;
}
.page-title-inner{
	display: table;
	position: relative;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: 50% 50%;
}
.page-title-inner.contact-hero {
  background-position: 50% 30%;
}
.page-title-inner:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.2);	*/
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	z-index: 1;
}
.page-title-content{
	position: relative;
	display: table-cell;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}
.page-title-content .page-title{
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}
.page-title-content .page-title > span:not(.hidden-xs){
	font-size: 4rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.5em;
}
.title-sub-text{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}

/* text */
.content-text{
	font-size: 1.6em;
	line-height: 2em;
	margin-bottom: 20px;
}
.content-text02{
	font-size: 1.4em;
	line-height: 2em;
	margin-bottom: 20px;
}

/* botton */
.contact-botton{
	margin-bottom: 0;
}
.contact-botton a{
	display: inline-block;
	width: 100%;
	background-color: #333;
	padding: 5px 0;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	color: #fff;
}
.contact-botton a > span{
	display: block;
	font-size: 1.2rem;
	line-height: 2rem;
}
.link-button a{
	display: inline-block;
	width: 100%;
	max-width: 290px;
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
.link-button a:hover{
	opacity: 0.7;	
}
/* link-button white */
.link-button.wh a{
	background-color: #fff;
	
}
.link-button.wh a:link,.link-button.wh a:visited,.link-button.wh a:hover,.link-button.wh a:active{
	color: #333;	
}
/* link-button black */
.link-button.bl a{
	background-color: #333;
}
.link-button.bl a:link,.link-button.bl a:visited,.link-button.bl a:hover,.link-button.bl a:active{
	color: #fff;	
}

/* list */
.inline-block > *{
	display: inline-block;
	vertical-align: top;
}
.indent-list{
	padding-left: 1.5em;
}
.indent-list > li{
    position: relative;
}
.indent-list > li > span{
    position: absolute;
    left: -1.5em;
    top: 0;
}
.dl-content-list li{
	width: 100%;
	border-bottom: 1px dashed #1a1a1a;
	padding: 8px 0;
}
.dl-content-list li dl dt,
.dl-content-list li dl dd{
	display: block;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: normal;
}

/* foot-contact */
.foot-contact-wrap{
	position: relative;
  width: 100%;
  background-image: url(images/bg-foot-contact.jpg);
	background-position: 50% 30%;
    background-size: cover;
	margin-top: 50px;
	color: #fff;
}
.foot-contact-inner{
	position: relative;
	display: table;
	min-height: 500px;
	margin: 0 auto;
}
.foot-contact-inner .foot-contact{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding: 70px 0;
}
.foot-contact-wrap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	content: "";
}
.foot-contact-wrap .content-title{
	text-align: center;
}
.foot-contact-text{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2;
}
.dial-wrap .free-dial{
	display: inline-block;
	background-image: url(images/icon-tel.png);
	background-size: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 50px;
}
.free-dial p{
	font-size: 1.6em;
	line-height: 1.2;
}
.free-dial a{
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: -1px;
	white-space: nowrap;
}

.dial-wrap.bl .free-dial{
	background-image: url(images/icon-tel-bl.png);	
}
.dial-wrap.bl .free-dial a{
	color: #1a1a1a;
}

/* contact-popup */
.contact-popup-wrap{
	display: inline-block;
	background: url(images/icon-popup.png) no-repeat bottom center;
	background-size: auto 18px;
	margin-top: -150px;
	padding-bottom: 15px;	
}
.contact-popup{
	position: relative;
	display: table;
	padding: 0 30px;
	width: auto;
	min-height: 90px;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	background: #4a4498;
	border-radius: 50px;
	font-size: 1.6em;
	font-weight: bold;
	vertical-align: middle;
}
.contact-popup span{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}	
.contact-popup-wrap content-inner{
	padding-top: 20px;
}
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* align */
.align{
	text-align: center !important;
}
.align02{
	text-align: center !important;
}

/* margin */
.mgb-50{
	margin-bottom: 50px;
}
.sp-mgb-50{
	margin-bottom: 50px;
}
.sp-mgb-20{
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	/* globalnavi */
	.global-nav ul li a span{
		display: block;
		/*font-size: 1.2rem;*/
    font-size: 1.4rem;
		font-weight: normal;
		line-height: 2rem;
	}
	.global-nav > ul > li > ul li a span{
		display: inline-block;
	}
	
	/* botton */
	.link-button a{
		width: 290px;
	}
	
	/* title */
	.content-title{
		font-size: 2em;
		text-align: left;
	}
	.content-title > span:not(.hidden-xs){
		font-size: 4rem;
	}
	.content-title{
	}
	.content-title br{
		display: none;
	}
	.content-subtitle{
		font-size: 2.4em;
		text-align: left;
	}
	.content-text{
		font-size: 1.6em;
	}
	
	/* text */
	.content-text02{
		font-size: 1.6em;
	}
	/* foot-contact */
	.foot-contact-text{
		margin-bottom: 50px;
	}
	.dial-wrap .free-dial,
	.dial-wrap .form-link{
		display: inline-block;
		margin: 0 30px;
		vertical-align: middle;
	}
	.dial-wrap .free-dial{
		margin-bottom: 0;
	}
	.contact-popup-wrap{
		position: absolute;
		top: -50px;
		left: 15px;
		display: inline-block;
		background: url(images/icon-popup.png) no-repeat bottom center;
		background-size: auto 18px;
		margin-top: 0;
		padding-bottom: 15px;	
	}
	
	/* align */
	.align{
		text-align: left !important;
	}
	
	/* margin */
	.sp-mgb-50{
		margin-bottom: 0;
	}
	.sp-mgb-20{
		margin-bottom: 0;
	}
	
	/* page-title */
	.page-title-wrap{
		margin-bottom: 70px;
	}
	.page-title-inner{
		position: relative;
		height: 350px;
	}
	.page-title-content{
		display: block;
		position: absolute;
		left: 60px;
		bottom: 40px;
		text-align: left;
	}
	.page-title-content .page-title{
		text-align: left;
		font-size: 2em;
		line-height: 1.2em;
		padding: 0 60px 0 0;
	}
	.page-title-content .page-title br{
		display: none;
	}
	.page-title-content .page-title > span:not(.hidden-xs){
		font-size: 6rem;
	}	
	.title-sub-text{
		font-size: 2.5em;
		line-height: 1.2em;
	}
}
@media (min-width: 992px) {
	/* title */
	.content-title{
		font-size: 2.4em;
		text-align: left;
	}
	.content-title > span:not(.hidden-xs){
		font-size: 6rem;
	}
	
	/* globalnavi */
	.global-nav i.fa-angle-down{
		display: none;
	}
	.global-nav > ul > li > a .jp-text{
		display: block;
	}
	.global-nav > ul > li > ul .jp-text{
		display: inline-block;
	}

	/* botton */
	.contact-botton a{
		width: 300px;
	}
	.contact-botton-top{
		display: none;
	}
	.contact-botton a:hover{
		opacity: 0.7;
	}

	.link-button a{
		padding: 20px 0;
	}
	
	/* foot-contact */
	.contact-popup-wrap{
		left: 0;	
	}
	.foot-contact-text{
		font-size: 2.4em;
		line-height: 1.2em;
	}
	/* page-title */
	.page-title-wrap{
		margin-bottom: 100px;
	}
	.page-title-inner{
		height: 500px;
	}
	.page-title-content{
		left: 80px;
		bottom: 60px;
	}
	.page-title-content .page-title{
		text-align: left;
		font-size: 3em;
		line-height: 1.2em;
		padding: 0 80px 0 0;
	}
	.page-title-content .page-title > span:not(.hidden-xs){
		font-size: 8rem;
	}	
	.title-sub-text{
		font-size: 3em;
	}

	/* list */
	.dl-content-list li dl dt,
	.dl-content-list li dl dd{
		display: inline-block;
	}
}


/************************************************
 
	header
 
************************************************/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
}
.head-top{
	height: 60px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #333;
}

/* logo */
.logo-wrap{
	float: left;
}
.logo-wrap .logo{
	margin: 8px 0 8px 16px;
}
.logo-wrap .logo a {
  display: block;
}
.logo-wrap .logo img{
  display: block;
  width: auto;
	height: 44px;
}

/* contact-botton */
.header .contact-botton{
	display: none;
}

/* globalnavi */
.header .sp-nav{
	float: right;
	margin: 20px 20px 0 0;
}
.header .sp-nav img{
	width: 30px;
	height: auto;
}
.header .global-nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	height: 100%;
	background-color: #fff;			
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
.header .global-nav > .head-top{
	border-bottom: none;
}
.header .global-nav > ul{
	padding-top: 40px;
}

@media (min-width: 768px) {
	.head-top{
		height: 90px;
	}
	
	/* logo */
	.logo-wrap .logo img{
		width: auto;
    height: 60px;
	}
	
	/* globalnavi */
	.header .sp-nav{
		margin: 26px 26px 0 0;
	}
	.header .sp-nav img{
		width: 45px;
	}
}

@media (min-width: 992px) {
	.header{
		position: static;
		padding-top: 25px;
		height: auto;
		border-bottom: 1px solid #1a1a1a;
	}
	.header .head-top{
		padding: 0 45px 0 29px;
		border-bottom: none;
	}
	
	/* contact-botton */
	.header .contact-botton{
		display: block;
	}
	/* logo */
	.logo-wrap{
		width: 100%;
	}
	.logo-wrap .logo{
		float: left;
	}
	.logo-wrap .logo a{
		display: table;
		color: #4a4498;
	}
	.logo-wrap .logo a:hover{
		opacity: 0.7;
	}
	.logo-wrap .logo img{
		display: table-cell;
		width: auto;
    height: 76px;
	}
	.logo-wrap .logo a span{
		display: table-cell;
		font-size: 2.4rem;
		font-weight: bold;
		vertical-align: middle;
	}
	.logo-wrap .contact-botton{
		float: right;
	}

	/* globalnavi */	
	.sp-nav{
		display: none;
	}
	.header .global-nav{
		position: static;
		height: auto;
		overflow: visible;
	}
	.header .global-nav > .head-top{
		display: none;
	}
	.header #collapse-nav{	
		display: block !important;
	}
	.header .global-nav > ul{
		width: 961px;
		margin: 28px auto 12px;
		padding: 0;
		overflow: hidden;
	}
	.header .global-nav > ul > li{
		width: 160px;
		float: left;
		line-height: 1.2em;
		text-align: center;
	}
	.header .global-nav > ul > li > a{
		position:relative;
		display: block;
		width: 100%;
		border-left: 1px solid #1a1a1a;
	    border-bottom: none;
		padding: 0;
		color: #1a1a1a;
	}
	.header .global-nav > ul > li > a:hover{
		color: #4a4498;
	}
	.header .global-nav > ul > li:last-child > a{
		border-right: 1px solid #1a1a1a;
	}
	.header .global-nav > ul > li > ul{
		position: absolute;
		width: 324px;
		background-color: #333;
		padding: 0 20px 20px 20px;
		text-align: left;
		z-index: 200;
	}
	.header .global-nav > ul > li > ul li a{
	    border-color: #fff;
		color: #fff;
	}
	.header .global-nav .lower-content{
		display: none;
	}
}


/************************************************
 
	footer
 
************************************************/
.footer{
	background-color: #333;
}

/* globalnavi */
.footer .global-nav{
	width: auto;
}
.footer .global-nav >  ul{
	margin: 0;
	padding: 0;
}
.footer .global-nav ul li a{
	border-color: #fff;
	color: #fff;
}

/* logo */
.footer-logo {
  display: block;
  padding: 30px 0;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
}


/*
.logo-wh{
	text-align: center;
  padding: 30px 30px;
}
.logo-wh a {
  display: block:
}
.logo-wh img{
  width: 100%;
}
.logo-wh span{
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 17px;
	color: #fff;
}
*/
/* copyright */
.copy{
	padding-bottom: 35px;
	font-size: 1.2em;
	line-height: 2em;
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.footer{
		padding-top: 45px;
	}
	
	/* logo */
  .footer-logo {
    padding:0;
  }
  /*
	.logo-wh{
		text-align: left;
		padding: 0;
	}
	.logo-wh img{
		padding: 0 ;
	}
	.logo-wh a{
		display: inline-block;
		text-align: center;
	}
	.logo-wh a:hover{
		opacity: 0.7;
	}
	.logo-wh img{
		width: 125px;
	}
	.logo-wh span{
		font-size: 1.4em;
		margin-top: 15px;
	}
	*/
	/* globalnavi */
  .footer .global-nav > ul {
    padding: 0 15px;
  }
  .footer .global-nav > ul > li{
		width: auto;
		float: none;
		margin-bottom: 13px;
		line-height: 2em;
		text-align: left;
	}
	.footer .global-nav ul li a{
		position: static;
		display: block;
		width: auto;
		border: none;
		padding: 0;
	}
	.footer .global-nav > ul > li > a > span,
	.footer .global-nav > ul > li > span > span{
		display: inline-block;
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1em;
	}
	.footer .global-nav > ul > li a:hover{
		text-decoration: underline;
	}
	.footer .global-nav .lower-content{
		display: block;
	}
	/* globalnavi - service */
	.footer .global-nav > ul > li > span{
		color: #fff;	
	}
	.footer .global-nav > ul > li > ul li a{
		padding: 0;
		border: none;
		line-height: 2;
    font-size: 1.6rem;
	}

	/* copyright */
	.copy{
		padding: 40px 0 35px 0;
	}
}

@media (min-width: 992px) {
	/* logo */
  /*
	.logo-wh img{
		width: 187px;
	}
	.logo-wh span{
		font-size: 2em;
		margin-top: 20px;
	}
  */
}


