@charset "UTF-8";
/*
Theme Name: hawaii
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro の子テーマです。
Template: emanon-pro
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Pro 子テーマ用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮を
オンにしてください。
*/

#hawaii body {
	background: #FFFFFF;
	color: #5b5b5b;
	overflow: hidden;
}

#hawaii .entry-header {
  border-bottom: 0;
}
#hawaii .subttl {
  font-family: 'Damion', cursive;
  display: block;
  color: #333333;
  font-size: 20px;
}

#hawaii .entry-header h2 > span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50px;
  border-bottom: 2px solid #40C0ED;
}

#hawaii .entry-header h2 > span {
  padding: 0 0 10px;
  border-bottom: 0;
  position: relative;
}

#hawaii .entry-header h2 {
  text-align: center;
  color: #40C0ED;
  border: 0;
  font-size: 24px;
}

#hawaii .header {
  position: relative;
	background-color: #fff;
}

#hawaii .header .header-brand {
  position: static;
}

#hawaii .header-widget img{
  width: 150px;
  position: absolute;
  right: 220px;
}

@media screen and (min-width: 992px) {
  #hawaii .header {
  	background-image: url(lib/images/img01.png), url(lib/images/img02.png);
  	background-repeat: no-repeat,no-repeat;
  	background-position: left -30px center, right -30px center;
  }
  #hawaii .header-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
    width: 350px;
  }
  #hawaii .header .container {
    position: static;
  }
}



#hawaii .top-bar {
	margin: 0;
	padding: 8px 8px 0px;
	border-bottom: none;
	background-color: #fff;
}

#hawaii .modal-gloval-icon-bar {
	background: #40C0ED;
}

#hawaii .modal-global-nav-close {
	background: #40C0ED;
}

#hawaii #gnav {
	background: #40C0ED;
}

#hawaii .global-nav li ul {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


#hawaii .global-nav li ul li {
	background: #25a7d6;
}

#hawaii #gnav li a{
	color: #fff;
}

#hawaii #gnav li a:hover{
	color: #FAA300;
}


#hawaii .global-nav-default > li:first-child:before,#hawaii .global-nav-default > li:after {
  background-color: rgba(255,255,255,.7);
}

#hawaii .archive-title {
  border: 0;
}

#hawaii .archive-title h1 {
  border: 0;
  text-align: center;
  color: #40C0ED;
  border: 0;
  font-size: 24px;
}


#hawaii .archive-title h1 > span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50px;
  border-bottom: 2px solid #40C0ED;
}

#hawaii .archive-title h1 > span {
  padding: 0 0 10px;
  border-bottom: 0;
  position: relative;
}


#hawaii .archive-list {
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 54px;
}

#hawaii .cat-name {
  background-color: #40C0ED;
  min-width: 150px;
  transition: .3s;
  color: #fff;
}

#hawaii .slick-slide .cat-name {
  background-color: #FFF02E;
  color: #333;
}

#hawaii .cat-name:hover {
  opacity: .7;
}


#hawaii .read-more a {
  color: #FAA300;
}

#hawaii .btn-border {
  border-radius: 100px;
  border: solid 1px #FAA300;
  position: relative;
}

#hawaii .btn-border:hover {
  background: #FAA300;
  color: #fff;
}

#hawaii .btn-border .fa {
  color: #FAA300;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  display: flex;
  align-items: center;
}

#hawaii .btn-border:hover .fa {
  color: #fff;
}

#hawaii .archive-header-title a,
#hawaii .featured-title a {
	color: #3c3c3c;
}

#hawaii .side-widget-title {
  border-bottom: 0;
}

#hawaii .side-widget-title h3 {
	font-size: 20px;
	color: #40C0ED;
  border-bottom: 0;
  text-align: center;
  position: relative;
}

#hawaii .side-widget-title h3::after {
	content: '';
	background: url(lib/images/line.png) repeat-x center center;
	background-size: contain;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

#hawaii .side-widget-title h3 span{
	display: inline-block;
	background: #fff;
	padding: 0 5px;
  border-bottom: 0;
}

#hawaii .article {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
}

#hawaii .article-header {
  padding: 16px 32px;
}

#hawaii .article-body {
	padding: 16px 32px;
}

@media screen and (max-width: 991px) {
  #hawaii .article-header {
    padding: 16px;
  }
  #hawaii .article-body {
    padding: 16px;
  }
}

#hawaii .article-header h1 {
	padding: 16px 0 32px 64px;
  font-size: 20px;
  margin: 24px 0;
  position: relative;
  z-index: 1;
}

#hawaii .article-header h1::before {
  position: absolute;
  content: "Q.";
  color: rgba(64, 192, 238, 0.4);
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: 'Damion', cursive;
  margin: auto;
  padding-bottom: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  line-height: 0;
  z-index: -1;
}

#hawaii .post-meta {
    margin: 0;
}

#hawaii .article-body a {
    color: #FAA300;
}

#hawaii .article-body .heading-answer {
  border: none;
	position: relative;
	padding-left: 64px;
  font-size: 20px;
  margin: 16px 0 16px 0;
  background: #fff;
  z-index: 1;
}

#hawaii .article-body .heading-answer {
  margin-top: 0;
}

#hawaii .article-body .heading-answer::before {
  position: absolute;
  content: "A.";
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  line-height: 0;
  font-family: 'Damion', cursive;
  font-weight: bold;
  color: rgba(46, 46, 46, 0.2);
  z-index: -1;
}


#hawaii .pagination a {
  color: #FAA300;
  border: solid 1px rgba(163, 15, 15, 0.5);
	border-radius: 0;
}

#hawaii .pagination a:hover, #hawaii .pagination .current {
  color: #fff;
  background-color: #FAA300;
  border: solid 1px rgba(163, 15, 15, 0.5);
	border-radius: 0;
}

#hawaii .featured-list {
  background-color: rgba(255, 255, 255, 0.9);
}

#hawaii .wpp-list li a::before {
  background-color: #fff;
	color: #5b5b5b;
  transition: .3s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
#hawaii .wpp-list li:nth-child(1) a::before {
  background-color: #f1c341;
	color: #fff;
}
#hawaii .wpp-list li:nth-child(2) a::before {
  background-color: #adafd4;
	color: #fff;
}
#hawaii .wpp-list li:nth-child(3) a::before {
  background-color: #d05818;
	color: #fff;
}

#hawaii .wpp-list li a:hover::before {
  color: #000;
}

#hawaii .enclosure {
  border: 4px solid #e0e0e0;
  padding: 10px 10px 0;
	margin-bottom: 10px;
}
#hawaii .article-body .enclosure p:last-child {
	margin-bottom: 10px;
}

#hawaii .dotmidasi {
  border-bottom: dotted 2px #40C0ED;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
	text-indent:-1em;
	padding-left: 1em;
	line-height: 1.4;
}

#hawaii .page-widget {
  padding-bottom: 16px;
}

#hawaii .footer {
  background-color: #40C0ED;
  position: relative;
  color: #fff;
}
#hawaii .footer a,#hawaii .footer .fa{
  color: #fff;
}


#hawaii .footer::before {
  content: '';
  display: block;
  position: absolute;
  left: -50px;
  top: -50px;
  height: 253px;
  width: 366px;
	background-image: url(lib/images/img03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

#hawaii .footer::after {
  content: '';
  display: block;
  position: absolute;
  right: -50px;
  top: -50px;
  height: 236px;
  width: 366px;
	background-image: url(lib/images/img04.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}


#hawaii .article-body p {
  margin-bottom: 1em;
}

#hawaii .article-body .heading-s0 {
  padding: 8px 0 8px 16px;
  margin: 24px 0 16px 0;
  border-left: 2px solid #40C0ED;
  border-bottom: none;
  background: -webkit-repeating-linear-gradient(-45deg, #eee 3px, #fff 8px, #eee 0%, #fff 3%);
  background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #fff 3px, #fff 8px);
}

#hawaii .article-body h4 {
	margin: 20px 0;
	padding: 0 0 4px 20px;
  color: inherit;
}

#hawaii .article-body h5 {
  margin: 24px 0 16px 0;
}

#hawaii .article-body h6 {
  margin: 24px 0 16px 0;
}

#hawaii .heading-dot {
 border-bottom: dotted 2px #40C0ED;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
}


#hawaii .heading-s1 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 0 4px 20px;
  margin: 20px 0;
  border-bottom: 2px solid #ccc;
}

#hawaii .heading-s1:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #40C0ED;
}

#hawaii .heading-s2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 16px;
  margin: 20px 0;
  border-left: 4px solid #40C0ED;
}
#hawaii .matome-link {
	text-decoration: none;
	font-weight: bold;
  display: flex;
  justify-content: center;
  border: 1px solid #40C0ED;
  padding: 10px;
  border-radius: 5px;
  margin: 1em 0;
}
#hawaii .matome-link:hover {
	color: #fff;
	background: #40C0ED;
}
#hawaii .matome-link2 {
	text-decoration: none;
	font-weight: bold;
  display: flex;
  justify-content: center;
  border: 1px solid #FAA300;
	background: #FAA300;
  padding: 10px;
  border-radius: 5px;
  margin: 1em 0;
	color: #fff !important;
}
#hawaii .matome-link2:hover {
	color: #FAA300 !important;
	background: #fff;
}

/****************************/
#hawaii .pc-none {
    display: none;
}
@media screen and (max-width: 750px){
#hawaii .pc-none {
		display: block;
	}
	.link-sp {
	padding: 15px;
	background: #fff;
	text-align: center;
	}
  #hawaii .footer::before {
    height: 100px;
    width: 100px;
    left: -20px;
  }
  
  #hawaii .footer::after {
    height: 100px;
    width: 100px;
    right: -20px;
  }
  #bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(64, 192, 238, 0.9);
    z-index: 10;
    display: block;
    color: #fff;
  }
  #hawaii .single .footer {
    padding-bottom: 100px;
  }

}

@media screen and (min-width: 751px){
  #bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 300px;
    padding: 20px;
    background: rgba(64, 192, 238, .9);
    z-index: 10;
    display: block;
    color: #fff;
	max-width: 340px;
  }
}

.bottom-pickup {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.bottom-pickup::after {
  content: '';
  display: block;
  background: #fff;
  width: calc(100% - 70px);
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta-popup-btn {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  padding-right: 20px;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  line-height: 1.25;
}

.cta-popup-btn:hover {
  opacity: .7;
}

.cta-popup-btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: flex;
  align-items: center;
  animation: btn .5s alternate infinite;
}


@keyframes btn {
  0% {
    right: 0;
  }
  100% {
    right: 2%;
  }
}

.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}#hawaii .dashicons{display:inline-block;width:20px;height:20px;background-color:transparent;background-repeat:no-repeat;background-size:20px;background-position:center;transition:background .1s ease-in;position:relative;top:5px}#hawaii .dashicons-no{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M15.55%2013.7l-2.19%202.06-3.42-3.65-3.64%203.43-2.06-2.18%203.64-3.43-3.42-3.64%202.18-2.06%203.43%203.64%203.64-3.42%202.05%202.18-3.64%203.43z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E")}#hawaii .dashicons-admin-comments{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E")}#hawaii .wp-embed-comments a:hover .dashicons-admin-comments{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}#hawaii .dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E");display:none}#hawaii .js .dashicons-share{display:inline-block}#hawaii .wp-embed-share-dialog-open:hover .dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}#hawaii .wp-embed{padding:25px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;color:#82878c;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.05);overflow:auto;zoom:1}#hawaii .article-body .wp-embed a{color:#82878c;text-decoration:none}#hawaii .article-body .wp-embed a:hover{text-decoration:underline}#hawaii .wp-embed-featured-image{margin-bottom:20px}#hawaii .wp-embed-featured-image img{width:100%;height:auto;border:none;vertical-align: bottom; margin: 0;}#hawaii .wp-embed-featured-image.square{float:left;max-width:160px;margin-right:20px}#hawaii .wp-embed p{margin:0}#hawaii .wp-embed-heading{margin:0 0 15px;font-weight:600;font-size:22px;line-height:1.3}#hawaii i.wp-embed-heading a{color:#32373c}#hawaii .wp-embed .wp-embed-more{color:#b4b9be}#hawaii .wp-embed-footer{display:table;width:100%;margin-top:30px}#hawaii .wp-embed-site-icon{position:absolute;top:50%;left:0;transform:translateY(-50%);height:25px;width:25px;border:0}#hawaii .wp-embed-site-title{font-weight:600;line-height:25px}#hawaii .article-body .wp-embed-site-title a{position:relative;display:inline-block;padding-left:35px}#hawaii .wp-embed-meta,.wp-embed-site-title{display:table-cell}#hawaii .wp-embed-meta{text-align:right;white-space:nowrap;vertical-align:middle}#hawaii .wp-embed-comments,.wp-embed-share{display:inline}#hawaii .article-body .wp-embed-meta a:hover{text-decoration:none;color:#0073aa}#hawaii .wp-embed-comments a{line-height:25px;display:inline-block}#hawaii .wp-embed-comments+.wp-embed-share{margin-left:10px}#hawaii .wp-embed-share-dialog{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#222;background-color:rgba(10,10,10,.9);color:#fff;opacity:1;transition:opacity .25s ease-in-out}#hawaii .wp-embed-share-dialog.hidden{opacity:0;visibility:hidden}#hawaii .wp-embed-share-dialog-close,.wp-embed-share-dialog-open{margin:-8px 0 0;padding:0;background:0 0;border:none;cursor:pointer;outline:0}#hawaii .wp-embed-share-dialog-close .dashicons,.wp-embed-share-dialog-open .dashicons{padding:4px}#hawaii .wp-embed-share-dialog-open .dashicons{top:8px}#hawaii .wp-embed-share-dialog-close:focus .dashicons,.wp-embed-share-dialog-open:focus .dashicons{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);border-radius:100%}#hawaii .wp-embed-share-dialog-close{position:absolute;top:20px;right:20px;font-size:22px}#hawaii .wp-embed-share-dialog-close:hover{text-decoration:none}#hawaii .wp-embed-share-dialog-close .dashicons{height:24px;width:24px;background-size:24px}#hawaii .wp-embed-share-dialog-content{height:100%;transform-style:preserve-3d;overflow:hidden}#hawaii .wp-embed-share-dialog-text{margin-top:25px;padding:20px}#hawaii .wp-embed-share-tabs{margin:0 0 20px;padding:0;list-style:none}#hawaii .wp-embed-share-tab-button{display:inline-block}#hawaii .wp-embed-share-tab-button button{margin:0;padding:0;border:none;background:0 0;font-size:16px;line-height:1.3;color:#aaa;cursor:pointer;transition:color .1s ease-in}#hawaii .wp-embed-share-tab-button [aria-selected=true]{color:#fff}#hawaii .wp-embed-share-tab-button button:hover{color:#fff}#hawaii .wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 0 0 10px;padding:0 0 0 11px;border-left:1px solid #aaa}#hawaii .wp-embed-share-tab[aria-hidden=true]{display:none}#hawaii p.wp-embed-share-description{margin:0;font-size:14px;line-height:1;font-style:italic;color:#aaa}#hawaii .wp-embed-share-input{box-sizing:border-box;width:100%;border:none;height:28px;margin:0 0 10px 0;padding:0 5px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;resize:none;cursor:text}#hawaii textarea.wp-embed-share-input{height:72px}#hawaii html[dir=rtl] .wp-embed-featured-image.square{float:right;margin-right:0;margin-left:20px}#hawaii html[dir=rtl] .wp-embed-site-title a{padding-left:0;padding-right:35px}#hawaii html[dir=rtl] .wp-embed-site-icon{margin-right:0;margin-left:10px;left:auto;right:0}#hawaii html[dir=rtl] .wp-embed-meta{text-align:left}#hawaii html[dir=rtl] .wp-embed-share{margin-left:0;margin-right:10px}#hawaii html[dir=rtl] .wp-embed-share-dialog-close{right:auto;left:20px}#hawaii html[dir=rtl] .wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 10px 0 0;padding:0 11px 0 0;border-left:none;border-right:1px solid #aaa}