@charset "utf-8";
/*
Theme Name: LIQUID LP Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-lp
Version: 9999
*/
/* Child Styles */

body{background-color:#fff;}
.lp-skew:after {
    border-color: transparent #fff transparent transparent;
}
.head a {
    color: #fff !important;
}
footer{
	color:#fff;
	background-color:#ff6347;
}
footer a{	color:#fff;}
i.icon{	color:#fff;}
@media screen and (min-width:980px){
	.logo img {
    height: 45px !important;
}
}	
.nav-tabs {
    border-bottom: none;
    margin-bottom: -0.96em;
}
.nav-tabs .nav-item {
    width: 25%;
    border: 2px solid #ff6347;
    border-radius: 10px 10px 0 0;
    flex: 1 1 auto;
    background-color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff6347;
	  border-color:#ff6347;
}
.infomation{
	gap:0;
}
.noren{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
	gap:0;
}

.catch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catch::before,
.catch::after {
  content: '';
  flex-grow: 0.05;
  height: 1px;
  background: white;
}

.catch::before {
  margin-right: 30px;
}
.catch::after {
  margin-left: 30px;
}
.sitemap {
    margin-top: 4.5em;
    width: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 2em;
}
.sitemap-div {
    width: 80%;
    margin: 0 auto;
}
.widget ul li {
    border-bottom: none !important; 
}
footer a, footer a:hover, footer a:active, footer a:visited {
    color: #fff !important;
}
footer a:hover{	opacity:60%;	
}
.footer-p {
    text-align: center;
    padding: 0;
	margin-top:2em;
}
.rwd_in{
	color:#ff6347 !important;
	}
.nav-link{
	font-size: larger !important;
	margin-bottom: 0.7em !important;
}
/*------tabs------*/
.responsive-tabs ul.responsive-tabs__list {
    font-size: 18px;
 font-weight: 600;
    line-height: 18px;
    padding: 0;
}
.responsive-tabs .responsive-tabs__list__item {
/*    width: 32%;*/
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ff6347 !important;
    line-height: 19px;
    text-transform: inherit;
    margin: 1px 12px 0 0;
    padding: 10px 12px 10px;
    white-space: nowrap;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid #F28A00 !important;
    padding: 1.3em 3em !important;
}
.responsive-tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/*メニュー帯*/
.page-template-lp .head:not(.head-fixed-top-custom){background-color: #f5910b !important;}

/*----- tabs active -----*/
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #F28A00 !important;
    border-color: #ddd;
    color: #fff !important;
    padding-bottom: 11px;
    margin-top: 0;
    position: relative;
    top: 1px;
}
/*----- tabs-panel -----*/
.responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    clear: left;
    margin-bottom: 0;
    padding: 2em !important;
    word-wrap: break-word;
}
@media (max-width: 1080px){
.responsive-tabs .responsive-tabs__heading {
    background: #fff !important;
    border: 1px solid #F28A00 !important;
    border-top:none ; 
    color: #F28A00 !important;
    font-size: 18px;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
	font-weight: bold !important;
    line-height: 2.5em;
}

.responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #F28A00 !important;
    color: #fff;
}

.responsive-tabs .responsive-tabs__panel {
    border: 1px solid  #F28A00 !important;
}

.responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #F28A00 !important;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
}
.responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #F28A00;
    color: #fff !important;
}
.responsive-tabs .responsive-tabs__heading:hover {
    background: #fff;
}
/*----- eventmap-tabs -----*/
.nav-link{
	font-size: smaller !important;
	display: block;
    padding: 0.5rem !important;
	margin-bottom:0.7em !important; 
	}
}
@media (max-width: 480px){
.navbar-nav a {
    font-size: medium;
}
.logo img {
    height: 42px !important;
}
/*メニュー帯*/
/*.page-template-lp .head:not(.head-fixed-top-custom) {
    background-color: transparent !important;}*/
}

.naname{
   transform: rotate( -5deg );
}
.topix{
	margin-bottom:0px !important;
	gap:0;
  }
  
/*----- menu pc-----*/
@media screen and (min-width: 768px) and (max-width: 1960px) {
.navbar-nav li{
 display: flex;
  align-items: center;
}
.navbar-nav li+li{
    position: relative;
}
.navbar-nav li+li::before{
    content: "";
    display: block;
    height: 2em;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
}

.news{
	margin-top:0;
	padding:1em;
	border:1px solid #444;
	border-radius:6px;
 margin-top:0 !important;
margin-bottom:0 !important;}
