@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
*/

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

.header-container-in.wrap {
    width: 100%;
}

.navi-in > ul li {
    height: auto;
    line-height: inherit;
}

.header-in {
    height: 100px;
}

  .h_logo {
    display: flex;
    align-items: center;
    padding-left: 1em;
  }
  .h_logo .logomark {
    max-width: 90px;
    width: 5vw;
    margin-right: 1em;
  }
  .h_logo .logotype {
    max-width: 180px;
    width: 10vw;
  }

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

main.main, div.sidebar {
    margin: 10px;
}

.header-container-in.wrap {
    padding: 0.5em 0;
}
  .h_logo {
    padding-left: 0;
  }
  .h_logo .logomark {
    min-width: 32px;
    width: 10vw;
  }
  .h_logo .logotype {
    mim-width: 64px;
    width: 20vw;
  }
}

img {
    vertical-align: middle;
}

/* モバイルフッターボタンの色 */
.menu-button,
.mobile-menu-buttons .menu-button > a {
  color: #1c60ca;
}

.mobile-menu-buttons .menu-caption {
    font-weight: bold;
}

.menu-drawer a {
    padding: 15px;
}

.menu-drawer li {
    border-bottom: 1px solid #ccc;
}

/************************************
****　本文記事見出し H2 H3 H4 H5
************************************/
.article h1 {
    font-size: clamp(18px,4.5vw,28px);
    color: #1c60ca;
    margin: 0 0 1em;
    padding: 0;
}
/*.article h2:before {
background-image: none;
}
.article h2{
line-height:2;
background-color:#f6f6f6;
font-size: 24px;
color:#333333;
border-radius:1px;
border-left:solid 14px #097cf2;
padding:1em;
margin-top:70px;
margin-bottom:2em;
}*/
.article h2{
font-size: clamp(18px,4.5vw,24px);
line-height:2;
    position: relative;
padding:1em 0 1em 1.5em;
    margin-top: 4rem;
    margin-bottom: 2rem;
background:#f6f6f6;
color:#333333;
    line-height: 1.2;
}

.article h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: clamp(5px,2vw,10px);
    background-color: #1c60ca;
    border-radius: 99rem;
}
/*.article h3{
line-height:2;
font-size:20px;
border:none;
color:#333333;
border-radius:2px;
border-left:10px solid #097cf2;
padding: 0.4em 0.8em;
margin-top:90px;
}
.article h3:before {
width: 0em;
}*/
/*.article h3 {
    font-size: 24px;
    line-height: 1.8;
    border: none;
    color: #333;
    position: relative;
    padding: 0.4em 0.8em 0.4em 1em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.article h3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background-color: #1c60ca;
    border-radius: 99rem;
}*/
.article h3 {
    font-size: clamp(17px,4vw,22px);
    font-weight: 900;
    line-height: 1.5;
    border: none;
    color: #1c60ca;
    position: relative;
    /* padding: 0.4em 0.8em 0.4em 1em; */
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0.7em 0;
    border-bottom: 2px solid #1c60ca;
}
/*.article h4{
line-height:2;
background-color:#F6F6F6;
font-size: 17px;
font-weight:normal;
color:#333333;
border-radius:1px;
padding:1.5em;
margin-top:1.5em;
margin-bottom:1.5em;
}*/
/*.article h4 {
    line-height: 2;
    font-size: 22px;
    font-weight: bold;
    padding: 0.5em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #1c60ca;
}*/
.article h4 {
    background: none;
    font-size: clamp(15px,3.5vw,20px);
    line-height: 2;
    color: #333;
    border-bottom: none;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0;
    border: none;
}
/*.article h5{
background: #F7F7F7;
font-size: 17px;
font-weight:normal;
line-height:2;
color:#333333;
border-bottom: none;
border-radius: 4px;
padding: 1.5em;
margin-left:0 auto;
border:1.5px dashed;
border-color:#93b69c;
margin-top:1.5em;
margin-bottom:1.5em;
}*/
.article h5,
.article h6 {
    font-size: clamp(15px,3vw,18px);
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/*.article h6 {
    font-size: 20px;
    line-height: 2;
    color: #1c60ca;
    border-bottom: none;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0;
}*/
@media (max-width:480px){
.article h2{
padding:1em;
}
}

/************************************
** パンくず・タイトルリストのアイコンをまとめて非表示（Font Awesome 4）
************************************/

.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file-o {
	display: none; /*非表示*/
}

/************************************
** パンくずリストのアイコンをまとめて非表示（Font Awesome 5）
************************************/

.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file {
	display: none; /*非表示*/
}

/*.archive-title .fa-folder-open {
    display: none;
}*/

.archive-title span {
    display: none;
}

/************************************
** 色々調整
************************************/
.appeal-title {
    font-size: 1.5em;
}

.entry-card-wrap {
    /* background: #f7f7f7; */
    border-radius: 0.8em;
    /*padding: 35px 32px 32px;*/
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    /* border: 10px solid #fff; 
    border: 1px solid #ccc;*/
    padding: 3%;
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.entry-card-wrap {
    margin-bottom: 5%;
    background-color: rgba(226,246,255,0.5);
}
}

.main {
    /*padding: 0;
    background:none; */
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 16px;
}

/*.list-new-entries-title {
    font-size: 22px;
    color: #1c60ca;
    margin-top: 0;
    text-align: left;
}*/

.list-new-entries-title {
    font-size: clamp(20px,3vw,24px);
    position: relative;
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.5rem; */
    /* padding-left: 2rem; */
    margin-top: 0;
    text-align: left;
    color: #1c60ca;
    padding: 0.3em 0 0.3em 1em;
    line-height: 1.5;
}

.list-new-entries-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.375rem;
    background-color: #1c60ca;
    border-radius: 99rem;
}

.list-new-entries-title .list-title-in {
    padding: 0;
}

.list-new-entries-title .list-title-in:before,
.list-new-entries-title .list-title-in:after {
    content: none;
}

.article {
    /* padding: 45px 40px 40px; */
    background: #ffffff;
    border-radius: 16px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}

.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
    background: none;
}

.content {
    margin-top: 50px;
}

/* 航空券検索ボックス
-----------------------------------------------*/
.airTicketSearchBox {
    background: #097CF2;
    padding: 1em;
    border-radius: 5px;
    margin: 0 0 20px;
    background-image: linear-gradient(135deg, #097CF2, #1C60CA);
    /*box-shadow: 0 0 20px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.50);*/
}

.airTicketSearchBox input:not([type='radio']),
.airTicketSearchBox button,
.airTicketSearchBox select,
.airTicketSearchBox textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
	font-size: 16px;
}
	
.airTicketSearchTitle {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1em;
    background: none !important;
    margin: 0 0 1em !important;
    padding: 0 !important;
}
	
.airTicketSearchItem {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 0;
    /*z-index: 1;*/
	list-style:none;
	padding:0;		
}

.airTicketSearchItem li:not(.flightReplace) {
	width: 100%;
	margin-bottom: 0;
}

.airTicketSearchItem li:last-of-type {
    margin-bottom: 0;
}
	
.airTicketSearchItem .flightReplace {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 12px;
    justify-content: flex-end;
}

.airTicketSearchItem .flightReplace .iconReplace{
    background: #FFC000;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.airTicketSearchItem .flightReplace .iconReplace:hover {
    background: #FFCD33;
}

.airTicketSearchItem .flightReplace .iconReplace span{
	font-size: 1.8em;
    transform: rotate(90deg);
}

.airTicketSearchItem select,
.airTicketSearchItem input:not([type='radio']){
    height: 60px;
    background: #fff;
    color: #333;
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

/*.airTicketSearchItem .directions,
.airTicketSearchItem .submit{
	width: 48%;	
}*/

.iconDep, .iconArr, .iconCalender {
    display: block;
    padding-right: 5px;
    padding-left: 60px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.iconDep:before, .iconArr:before, .iconCalender:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #097CF2;
    font-size: 24px;
}

.iconDep:before {
	font-family: 'Material Symbols Outlined';
	content: "\e905";
    left: 17px;
}

.iconArr:before {
	font-family: 'Material Symbols Outlined';
	content: "\e904";
    left: 17px;
}

.iconCalender:before {
	font-family: "ForkAwesome";
	content: "\f073";
    font-size: 18px;
	left: 20px;
}

.iconNone, .airTicketSearchBox .btnSearch {
    height: 50px;
    line-height: 50px;
}

.iconNone,
.airTicketSearchBox .btnSearch{
    display: block;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 60px;
	line-height: 60px;
	text-align: center;
    width: 100%;
}

.airTicketSearchItem .directions{
    font-size: clamp(14px,2vw,16px);
}

.airTicketSearchBox .btnSearch{
    background: #FFC000;
    font-weight: bold;
    font-size: clamp(14px,2vw,16px);
    color: #000;
    cursor: pointer;
}

.airTicketSearchBox .btnSearch:hover {
    background: #FFCD33;
}

.searchBothLabel{
    color: #097CF2;
    font-weight: bold;
    margin-left: 0.2em;
}

/*スマホ*/
@media screen and (max-width:575.98px) {
.airTicketSearchItem select, .airTicketSearchItem input:not([type='radio']) {
    height: 50px;
}

.iconNone, .airTicketSearchBox .btnSearch {
    height: 50px;
    line-height: 50px;
}
	
.airTicketSearchItem .flightReplace {
    top: 30px;
}
}
/*タブレット以降*/
@media screen and (min-width:768px) {
.searchBothRadio{
    transform: scale(1.2);
}
}
/*1024px以上*/
@media screen and (min-width: 1023px){
  /*必要ならばここにコードを書く*/
.airTicketSearchBox {
    position: sticky;
    top: 100px;
    z-index: 0;
}

.widget-sidebar-standard {
    background: #fff;
    z-index: 1;
    position: relative;
}
}

/*.widget-sidebar-title {
    background: none !important;
    color: #1c60ca !important;
    padding: 0.3em 0 0.3em 0.5em !important;
    font-size: 20px;
    margin: 0 0 1em !important;
    line-height: 1;
    border-left: 8px solid;
    border-radius: 0 !important;
}*/

.widget-sidebar-title {
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding: 0.3em 0 0.3em 1em !important;
    margin: 0 0 1em !important;
    background: none !important;
    color: #1c60ca !important;
    border-radius: 0 !important;
}

.widget-sidebar-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.375rem;
    background-color: #1c60ca;
    border-radius: 99rem;
}

.widget-sidebar-standard {
    padding: 1.8em 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
}

/*.widget-sidebar-standard:first-of-type {
    padding-top: 0 !important;
}*/

.widget-sidebar-standard:last-of-type {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.widget_categories ul li a{
    border: 1px solid #1967d2;
    border-radius: 4px;
    font-size: 0.9em;
    text-align: center;
    color: #1967d2;
    font-weight: bold;
}

.widget_categories ul li a:hover{
    color: #097CF2;
}

.cat-item {
    margin-bottom: 8px;
}

.cat-item:last-of-type {
    margin-bottom: 0;
}

.widget-entry-cards{
    margin-bottom: 0 !important;
}

.widget-entry-cards .a-wrap {
    padding: 10px;
}

.new-entry-card-thumb {
    margin-right: 10px;
}

.widget-entry-card-title {
    color: #1c60ca;
}

.widget-entry-cards.card-large-image figure img {
    border-radius: 0.8em;
}

.card-arrow .a-wrap::after {
    color: #1c60ca;
}

.widget_categories ul{
    padding: 10px 0;
}

table tr:nth-of-type(2n+1), .page-numbers.dots, .a-wrap:hover, .pagination a:hover, .pagination-next-link:hover, .widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .pager-links a:hover span, .tag-link:hover, .tagcloud a:hover {
    background-color: rgba(226,246,255,0.5);
}

.entry-card-thumb-image {
    border-radius: 0.5em;
}

.widget-entry-card-thumb img {
    border-radius: 0.3em;
}

.front-top-page .ect-big-card-first .a-wrap:first-of-type .card-thumb{
    margin-bottom: 1em;
}

.entry-card-title, .related-entry-card-title {
    color: #1c60ca;
    margin: 0 0 0.8em 0;
}

.cat-label {
    top: 0;
    left: 1em;
}

.eye-catch .cat-label {
    top: 0;
    left: 1em;
}

.eye-catch img {
    border-radius: 0.8em;
}

.article .toc{
    border: 2px solid #1c60ca;
    border-radius: 0.8em;
    color: #1c60ca;
}

.toc-title {
    font-weight: bold;
}

.archive-title {
    margin: 0 0 1em;
    color: #1c60ca;
}

.fa-house-user:before {
    content: "\e065";
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
@media screen and (min-width: 1023px){
  /*必要ならばここにコードを書く*/
.sidebar {
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.mobile-menu-buttons {
    align-items: center;
}

.mobile-menu-buttons > li {
    padding-bottom: 3px;
}
}

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

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