@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}

.entry-content{
	margin:-1px 0 0 0;
	padding:0;
}

.logo-header
	{
	display:none;
}


#main{
Padding: 0;
margin: 0;
background-color: transparent;
	letter-spacing: 0.1em;
	font-family:'Meiryo UI';
}

.article-footer.entry-footer {
	display: none;
}

.content{
	background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/1406468-e1624345638101.png') bottom center;
	background-repeat:repeat-x;
}

/*-----------グローバルメニュー-----------*/
.navi-in li{
	min-width:130px;
}

.navi-in a{
	font-size:14px !important;
}

#navi .navi-in > ul > li{
  border-left: 1px solid #c7d6ea;
	display: table;
}

#navi .navi-in > ul > li:last-child{
  border-right: 1px solid #c7d6ea;
}

.navi-in > ul > .menu-item-has-children > a::after{ 
  right: 10px; 
}

#navi ul li a:hover{
background:#c7d6ea; /*メインメニューにポインタを置いたときの背景色*/
}
ul.sub-menu li {
height: 40px; /*メニューの高さ（縦幅）*/
line-height: 40px; /*ナビ全体の高さ（縦幅）*/
background:#c7d6ea; /*メインメニューにポインタを置いたときの背景色*/
}
ul.sub-menu li a {
position:relative;
	color:#1a4bad;
}
ul.sub-menu li a:hover {
font-weight:bold;
color: #ffffff; /*サブメニューにポインタを置いたときの文字色*/
background-color:#345cad !important;
}
ul.sub-menu li a:after{
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right: 15px;
	top:0;
	bottom:0;
	margin:auto;
}

p{
	margin:1em 0;
}

/*タイトル、投稿日時、投稿者の非表示*/
.page .entry-title,
.page .date-tags,
.page .author-info{
  display: none;
}

/*hタグリセット*/
.article h1 {
    padding: 0;
    background: none;
}
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

.article h1 {
	padding:1.75em 0;
	margin:0.5em 0;
	font-weight:600;
	font-size:230%;
	text-align:center;
}

.article h2 {
     position: relative;
  padding: 0.25em 0 0.25em 0.75em;/*文字周りの余白*/
	margin:0.5em 0 1em 0;
	font-size:180%;
	border-bottom:1px solid #1a4bad;
}
 
.article h2::after {
     position: absolute;
     top: 50%;
     left:0px;
     transform:translateY(-50%);
     content: '';
     width: 6px;
     height:15px;
     background-color:#1a4bad;
}

.article h3 {
	color:#1a4bad;
	margin:0.5em 0;
	font-size:130%;
}

.article h4 {
	margin:0.5em 0;
	font-size:110%;
}

.sfont{
	color:#1a4bad;
	font-size:13px;
}

.sfont2{
	font-size:11px;
}

.mfont{
	font-size:110%;
	color:#dc143c;
	font-weight:bold;
}

.ofont{
	background-color:#e07a02;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:0.5em 1em;
	border-radius:5px;
}

.gfont{
	background-color:#ababab;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:0.5em 1em;
	border-radius:5px;
}

.bfont{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:0.5em 2em;
	border:1px solid #ffffff;
}

.logos{
	font-size:200%;
	font-weight:bold;
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 */
}

.tel{
	font-size:300%;
	font-weight:bold;
}

a{
	text-decoration:none;
	color:#1a4bad;
}

/*ボックス*/

contents{
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
	padding:0 2em;
	margin:0 1em;
}

box3{
	width:1160px;
	padding:2em 0 3em 0;
}

.cover{
	padding:1em 0;
	background-color:#f7f7f7;
	margin-bottom:2em;
}

.line{
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.boxin2 {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
}

.con {
  width:33.3%;
  padding: 0.75em 1.5em;
  margin-bottom: 0.5em ;
}

.con2 {
  width:66.7%;
  padding: 0.75em 1.5em;
  margin-bottom: 0.5em ;
}

.con3 {
  width:50%;
  padding: 0.75em 1.5em;
}

.con4 {
  width:100%;
  padding: 0.75em 0;
}

.con5 {
  width:16.5%;
  padding: 0.75em;
}

/*-----------メイン画像スライド-----------*/
.box {
  position   : relative;
  max-width  : 1920px;
  height     : 650px;
  margin     : auto;
  overflow   : hidden;
}

.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 10s infinite;   /* 4画像 × 各5s = 20s */
filter: brightness(85%);

}

.box .src1 {
	background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/5012229_m.jpg') center center;   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box .src2 {
	background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/5012229_m.jpg') center center;   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
  animation-delay  : 5s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 1; }
  75% { opacity: 1; }
 100% { opacity: 0; }
}

.box .boxString{
  position   : absolute;
  display    : inline-block;
  padding    : 0;
  top        : 50%;                               /* 中央寄せ */
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
	width:100%;
	color:#ffffff;
}

.box ul li{
	margin:0;
	padding:0;
}

.item {
  padding: 0.5em;
  font-size: 200%;
  font-weight: bold;
  list-style: none;
  opacity: 0;
	margin:0;
}

.item:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}

.item:nth-child(2) {
  -webkit-animation: example 1.5s ease 2s 1 forwards;
  animation: example 1.5s ease 2s 1 forwards;
}

.item:nth-child(3) {
  -webkit-animation: example 2.5s ease 4s 1 forwards;
  animation: example 2.5s ease 4s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.menu1,
.menu2,
.menu3,
.menu4,
.menu5,
.menu6
{
position: relative;
overflow: hidden;
width: 32%;
height: 200px;
margin:0.25em;
text-align:center;
	font-size:140%;
	font-weight:bold;
}

.menu1:after,
.menu2:after,
.menu3:after,
.menu4:after,
.menu5:after,
.menu6:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	filter: brightness(80%);
}
.menu1:after{
background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/5022617_s-e1624330008995.jpg') bottom center;
}
.menu2:after{
background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/08/5109840_s-e1629695099362.jpg') bottom center;
}
.menu3:after{
background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/image2-e1624946625444.jpeg') center center;
}
.menu4:after{
background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/2171873_s-e1624330058989.jpg') left center;
}
.menu5:after{
background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/08/追加写真1.jpg') right center;
}
.menu6:after{
background: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/3099530_s-e1624330052396.jpg') top center;
}

.menu1:hover:after,
.menu2:hover:after,
.menu3:hover:after,
.menu4:hover:after,
.menu5:hover:after,
.menu6:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.menu1 a,
.menu2 a,
.menu3 a,
.menu4 a,
.menu5 a,
.menu6 a
{
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
height: 100%;
text-decoration: none;
color: #fff;
  outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
  outline-offset : -10px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}

.menu1 a:hover,
.menu2 a:hover,
.menu3 a:hover,
.menu4 a:hover,
.menu5 a:hover,
.menu6 a:hover
{
  outline : 3px solid #1a4bad; /* 線の太さ・線状・色 */
  outline-offset : -10px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}

/*-----------ボタン-----------*/
.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.75em 2em;
  text-decoration: none;
	background-color:#e07a02;
  transition: .4s;
	margin:1em 0;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:120%;
}

.article .btn-flat-logo:hover {
	opacity:0.7;
}

.article .btn-flat-logo2 {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: .4s;
	margin:0.5em;
	color:#000000;
	min-width:170px;
	border-radius: 5px;
	border:1px solid #ababab;
}

.article .btn-flat-logo2:hover {
	background-color:#f4f4f4;
}

/*-----------ブログ横幅調整-----------*/
.post-template-default .content,
.archive .content,
.category .content{
	max-width:1250px;
	padding:2em;
	margin:0 auto;
}
.post-template-default .content h1{
	font-size:200%;
}

/*-----------ヘッダー背景-----------*/
.cover1{
background-image: url('http://shangri-la-misawa.com/wp-content/uploads/2021/06/5012229_m.jpg');
}

.cover2{
background-image: url('http://okinawa-airclean.com/wp-content/uploads/2021/05/4327126_m-e1621562176655.jpg');
}

.cover3{
background-image: url('http://okinawa-airclean.com/wp-content/uploads/2021/05/440600_m-1-e1621562540639.jpg');
}

.cover4{
background-image: url('http://okinawa-airclean.com/wp-content/uploads/2021/05/1421447_m-e1621562978631.jpg');
}

.cover5{
background-image: url('http://okinawa-airclean.com/wp-content/uploads/2021/05/4545455_m-e1621563319104.jpg');
}

.cover6{
background-image: url('http://okinawa-airclean.com/wp-content/uploads/2021/05/4933616_m-e1621563583456.jpg');
}

.cover7{
background-image: url('http://okinawa-airclean.com/wp-content/uploads/2021/05/4614391_m-e1621563682199.jpg');
}

.cover1, .cover2, .cover3, .cover4, .cover5, .cover6, .cover7{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;	
	position: relative;
z-index: 0;
	color:#ffffff;
	margin-bottom:1.5em !important;
}

.cover1::before, .cover2::before, .cover3::before, .cover4::before, .cover5::before, .cover6::before, .cover7::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(80%);
/* 最背面へ */
z-index: -1;
}

/*-----------テーブル-----------*/

table , td, th {
	border: 1px solid #dbdada !important;
	border-collapse: collapse;
}

/*------------メールフォーム------------*/

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 color:#444;
 padding:0.75em 1em;
 border:solid 1px #f7f7f7;
	font-weight:normal;
	background-color:#eeeeee;
}
/*通常欄*/
.inquiry td{
 border:solid 1px #eeeeee;
	padding:0.75em 1em;
	background-color:#ffffff;
}

/*必須の調整*/
.haveto{
 font-size:80%;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:80%;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*-----------レスポンシブ改行-----------*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

div .whatsnew hr{
	border:1px dashed #cccccc;
}

.footer{
	margin-top:0 !important;
}

/*swiper*/

/* Swiperの親要素 */
.swiper-parent {
	position: relative;
}
/* Swiper本体 */
.swiper-container {
	padding-bottom: 40px !important;		/* ★ページネーション・スクロールバー分の余白50pxを下に取る */
	box-sizing: content-box;
	width:100%;
	overflow:hidden;
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
	margin-top: -22px;			/* ★ボタンの高さ（44px）の半分のネガティブマージンで上に少しずらす */
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
contents{
	padding:0 1em;
}
box3{
	width:100%;
	padding:0;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.article h1 {
	padding:1.75em 0;
	font-size:200%;
}
.con {
  width:100%;
  padding: 0.5em;
}

.con2 {
  width:100%;
  padding: 0.5em;
}
.con3 {
  width:100%;
  padding: 0.5em;
}
.con5 {
  width:100%;
  padding: 0.75em;
}
.item {
  font-size: 150%;
}
.menu1,
.menu2,
.menu3,
.menu4,
.menu5,
.menu6
{
width: 100%;
}
.tel{
	font-size:200%;
}
}
