@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*メニュー下層のボタン 白背景*/
.sub-menu li {
    background-color: #ffffff8a;
    margin: 3px 0;
}
#navi .navi-in a:hover{
	background-color: #ffffff8a;
}
.navi-in > ul .sub-menu li {
    width: auto;
    display: inline-block;
}
.navi-in > ul .sub-menu{
	    width: auto;
}


/*リンクホバー時の色修正*/
a:hover {
    color: #233F9A;
}
/****PCヘッダー****/

/*ヘッダーのみ全体とは異なる横幅*/
.header-container-in.hlt-top-menu {
	width: auto;
	z-index: 999;
    position: relative;
}
/*ヘッダーロゴの上下余白*/
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 60px;
    height: auto;
    vertical-align: middle;
    padding: 8px 0;
}
/****モバイルヘッダー****/
/*モバイルヘッダーメニュー横にあったサーチマーク*/
li.search-menu-button.menu-button {
    display: none;
}
/*モバイルヘッダーメニュー*/
.mobile-menu-buttons .menu-icon {
    font-size: 20px;
    color: #233F9A;
    padding-right: 15px;
}
label#navi-menu-open {
    display: inline-flex;
    align-items: center;
}
span.navi-menu-caption.menu-caption {
    display: none;
}

/*モバイルヘッダーロゴ*/
.mobile-menu-buttons .menu-button > a {
    padding: 10px;
}
.logo-menu-button img {
    max-height: 45px;
}
.header-container-in.hlt-top-menu .logo-header img{
	    max-height: 65px;
}

/*ハンバーガーメニューの「メニュー」表記削除*/
.mobile-menu-buttons .menu-caption {
   display: none;
}
/*ハンバーガーメニュー装飾*/
.menu-content{
	    max-width: stretch;
	background: #233f9acc;
	    text-align: center;
}

.menu-content .menu-drawer {
    padding: 0;
    text-align: left;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
	font-size: large;
}
@media screen and (max-width: 1023px) {
    /*モバイルメニューでは背景なし*/
.sub-menu li {
    background-color: #ffffff00;
    margin: 3px 0;
}
/*モバイルメニュー位置調整*/
.menu-content {

    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

}
/*ハンバーガーメニューのクローズボタン×*/
.menu-close-button {
    text-align: right;
    font-size: 2em;
    padding: 0.2em 0.5em;
    color: #ffff;
    width: 250px;
    margin: 0 auto;
}
/*ヘッダー背景*/
.header-color {
  background-color: #000000!important
}
/*ヘッダー太字*/
#navi .navi-in>ul>li {
    width: auto;
    font-weight: bold;
}
/*フッター装飾 左*/
p.fotter-logo2 {
    line-height: initial;
    margin: 30px 0 -10px 0;
}
img.fotter-logo3 {
    margin-top: -15px;
    width: 80%;
    max-width: 350px;
}
/*フッター装飾 右*/
.footer-right {
    text-align: end;
}
img.bnrwrap__list__img {
    width: 70%;
}

/***************
 * 共通お問い合わせエリア
***************/
div#footer-info {
    display: flex;
       justify-content: space-evenly;
    padding: 2.5em 0;
    align-items: center;
}
.footer-info-left, .footer-info-right {
    width: 45%;
}
/*右側*/
img.bnrwrap__list__img {
width: 60%;
    max-width: 300px;
}
/*左側*/
.footer-info-left {
    margin-right: 20px;
    max-width: 500px;
}
.fotter-infobtn-01 {
	margin-top: 2vw;
}
div#content-bottom {
    background-color: #233F9A;
    color: #ffff;
}
.widget h2 {
    font-weight: normal;
}
.footer-info1 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: flex-start;
}
.footer-info1:before{
  border-top: 1px solid;
  content: "";
  width: 6em; /* 線の長さ */
}
.footer-info1:before {
  margin-right: 1em; /* 文字の右隣 */
}
/*お問い合わせボタン*/
a.fotter-infobtn2 {
    display: block;
    padding: 1.5rem 3.0rem;
    background-color: #ffffff;
    border-radius: 5px;
  box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
	font-weight:bold;
}
a.fotter-infobtn2 span.bl__text {
    display: block;
    position: relative;
    color: #233F9A;
    text-align: center;
}
a.fotter-infobtn2:hover {
    background-color: #00B5F0;
}
a.fotter-infobtn2:hover span.bl__text:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	    color: #ffffff;
}
/*プライバシーポリシー 旅行事業者登録簿ボタン*/
.fotter-infobtn-02 {
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
}
a.fotter-infobtn3 {
    display: block;
    padding: 0.5rem 5px;
    background-color: #233F9A;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    border: solid 2px #fff;
	width: 48%;
}
a.fotter-infobtn3 span.bl__text {
    display: block;
    position: relative;
    color: #ffffff;
    text-align: center;
	    font-size: medium;
}
a.fotter-infobtn3:hover {
    background-color: #00B5F0;
}
a.fotter-infobtn3:hover span.bl__text:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	    color: #ffffff;
}
	
/***************
 * トップビュー
***************/
.entry-content {
    margin-top: 0em;
    margin-bottom: 0em;
}
body:not(.single) .entry-content.cf {
    width: 85vw;
    margin: -190px auto 0;
}
body:not(.single) h1.entry-title {
    display: none;
}

div#topview {
        position: relative;
    width: 100vw;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: -0px 0 0 -7.5vw;
    display: inline-flex;
}
.topviewtext {
    position: absolute;
    top: 92%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
	color: #ffffff;
}
.topviewtext-1 {
    font-size: xxx-large;
	font-weight: bold;
	line-height: 3.5rem;
    margin-left: 20px;
}
.topviewtext-2 {
    font-size: x-large;
    margin-left: 20px;
}
.footer-info1 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: flex-start;
}
.footer-info1:before{
  border-top: 1px solid;
  content: "";
  width: 6em; /* 線の長さ */
}
.footer-info1:before {
  margin-right: 1em; /* 文字の右隣 */
}




/*******************************
 * 固定ページ見出し
********************************/
div#Englishtitle {
    color: #233F9A;
}
div#Englishtitle h2 {
    font-weight: normal;
    font-size: 20px;
    background: transparent;
    margin: 0;
    padding: 10px 0 10px 5px;
}
div#Englishtitle .Englishtitle-subtitel{
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: flex-start;
}
div#Englishtitle .Englishtitle-subtitel:before{
  border-top: 2px solid;
  content: "";
  width: 5em; /* 線の長さ */
}
div#Englishtitle .Englishtitle-subtitel:before {
  margin-right: 1em; /* 文字の右隣 */
}
/*小見出し */
.Englishtitle-subtitel h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #233F9A;
    background: transparent;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*モバイルヘッダーロゴ*/
.mobile-menu-buttons {
        flex-direction: row-reverse;
    }
	.mobile-header-menu-buttons{
		flex-direction: row-reverse;
	}
/*ヘッダーの大きさをほどほどに*/
.mobile-menu-buttons .menu-button {
    width: auto;
    display: flex;
    justify-content: space-between;
}
	
/***************
 * フッター
***************/
	    .footer-widgets {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.footer-left {
    margin: 0 20px;
    width: auto;
}
	.footer-right {
    text-align: center;
}
}


/*834px以下*/
@media screen and (max-width: 834px){
	/********トップビュー*/

/********フッターinformation*/
div#footer-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
    .footer-info-left {
        width: 90vw;
        margin: 5vw auto;
    }
	/*右側*/
	.footer-info-right {
    display: none;
}
/*左側*/
.fotter-infobtn-01 {
        width: 100%;
        margin-top: 3vw;
    }
	a.fotter-infobtn2 {
    max-width: stretch;
	}
    a.fotter-infobtn3 {
        max-width: stretch;
        padding: 5px;
        margin: 10px 0 20px;
    }
	/*フッター*/
	    .footer-widgets {
        display: flex;
    }

	/*トップビュー*/
    div#topview {
        margin: 0px -7.5vw 0 -7.5vw;
        min-height: 350px;
                height: 75vw;
    }
        .topviewtext {
                        top: 69vw;
	}
	
.mobile-menu-buttons{
	background-color: transparent;
    box-shadow: 0 0 0px;
}

.topviewtext-1 {
    font-size: 2.5em;
    line-height: 2.5rem;
    margin-left: 10px;
}
.topviewtext-2 {
	font-size: 1.2em;
}
}
@media screen and (max-width: 730px){
	

}
@media screen and (max-width: 600px){
    .topviewtext {
        top: 67vw;
    }
}
/*480px以下*/
@media screen and (max-width: 480px){
 /*フッターinformation*/
	a.fotter-infobtn3 {
    font-size: small;
}
	    .topviewtext {
        top: 22.5em;
    }
    a.fotter-infobtn3 span.bl__text {
    font-size: small;
}

}