@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/* ---------------------------------------------
ヘッダー
--------------------------------------------- */
.l-header__customBtn .icon-instagram {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-clip: text;
    color: transparent;
}
.l-header .l-container {
	max-width: 100%;
    display: flex;
    align-items: center;
}
.-series .l-header__logo {
	min-width: 140px;
	margin-right: 1vw;
}
.l-fixHeader__logo {
	min-width: 140px;
}
.-series .c-headLogo {
	margin-right: 0;
}
.c-gnav {
	background: #fff;
    border-radius: 50px;
    padding: 10px 1.5vw;
	height: 90px;
}
#body_wrap:not(.top) .c-gnav {
	background: none;
    border-radius: 0;
    padding: 10px 0 10px 1.5vw;
}
.c-gnav>.menu-item {
	padding: 0 1vw;
}
.c-gnav>.menu-item>a {
	padding: 0;
	transition: .2s;
}
.c-gnav>.menu-item>a:hover {
	color: var(--color_main);
	transition: .2s;
}
.c-gnav>.menu-item>a::after {
	display: none;
}
.c-gnav>.menu-item>a .ttl {
	font-size: clamp(0.85rem, 0.7rem + 0.25vw, 1rem);
	font-weight: bold;
}
.c-gnav .sub-menu {
	border-radius: 20px;
}
.c-gnav .sub-menu::before {
	border-radius: 20px;
}
.c-gnav .sub-menu a {
	border-radius: 20px;
}
.w-header .swell-block-column .wp-block-button {
	height: 70px;
}
.w-header .swell-block-column .wp-block-button__link {
	padding: 0px 2vw;
    font-size: clamp(0.85rem, 0.7rem + 0.25vw, 1rem);
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
	white-space: nowrap;
	transition: .2s;
	position: relative;
}
.w-header .swell-block-column .wp-block-button__link:hover {
	opacity: .8;
	transition: .2s;
}
.w-header .swell-block-column .wp-block-button__link .swl-inline-icon {
	margin-right: 5px;
}
.l-fixHeader .l-fixHeader__inner {
	max-width: 1480px;
}
.l-fixHeader .w-header .swell-block-column .wp-block-button {
	height: 50px;
}
.l-fixHeader .c-gnav>.menu-item {
	padding: 0 0.6vw;
}

@media screen and (max-width: 1359px) {
.w-header .swell-block-column .wp-block-button__link {
	padding: 0px 1.4vw;
}
}
/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
.-series .c-headLogo {
    max-width: 200px;
}
.w-header .swell-block-column .wp-block-button__link {
	width: 70px;
}
.w-header .swell-block-column .wp-block-button__link strong {
	display: none;
}
.w-header .swell-block-column .wp-block-button__link::before {
	position: absolute;
	font-family: icomoon !important;
	margin: 0;
	left: 0;
	right: 0;
	width: 70px;
	padding: 0;
	font-size: 1.6rem;
}
.w-header .swell-block-column.bt_insta .wp-block-button__link::before {
	content: "\e906" !important;
}
.w-header .swell-block-column.bt_con .wp-block-button__link::before {
	content: "\e92c" !important;
}
}

/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.l-header .l-container {
	margin-top: 0;
}
}

/* ---------------------------------------------
コンテンツタイトル
--------------------------------------------- */
h1.c-pageTitle {
    text-align: center;
    font-size: clamp(24px,4vw,32px);
    color: #fff!important;
}
.c-pageTitle__subTitle {
    font-style: normal;
    margin-left: 0;
    opacity: 1;
    top: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

/* ---------------------------------------------
タイトル
--------------------------------------------- */
.en-ttl {
  font-size: 16px;
  color: #009333;
}
.jp-ttl {
  font-size: clamp(24px,2vw,36px);
  display: block;
}

/* ---------------------------------------------
タブレット表示
--------------------------------------------- */
@media screen and (max-width: 599px) {
.tb-block {
  display: none;
}
}
@media screen and (min-width: 600px) {
.sp-block {
  display: none;
}
}
/* ---------------------------------------------
テーブル装飾
--------------------------------------------- */
.table-deco {
  border-radius: 16px;
  border: 2px solid #009333;
}

.wp-block-table td, .wp-block-table th {
    padding: 1em;
}
.tb-sp-table.wp-block-table th {
    background-color: rgba(0, 181, 73, 0.05);
}
@media screen and (min-width: 600px) {
.tb-sp-table.wp-block-table th {
  width: 200px !important;
}
}
@media screen and (max-width: 599px) {
.tb-sp-table.wp-block-table td, .tb-sp-table.wp-block-table th {
    display: block;
    width: 100%;
}
.tb-sp-table.wp-block-table th {
  background-color: unset;
  color: var(--color_main);
  border-bottom: none;
  padding-bottom: 0;
}
.tb-sp-table.wp-block-table td {
    border-top: none;
    padding-top: 0;
}
}

/* ---------------------------------------------
コンタクト
--------------------------------------------- */
.contact-ttl .en-ttl {
  color: #FF9524;
}
div.swell-block-fullWide.contact-fw div.swell-block-fullWide__inner {
    max-width: 1500px;
}
.contact-gr {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 32px;
  padding: 4em;
}
.tel-clm {
  border-right: 1px solid #CDCDCD;
}
img.wp-image-213.ls-is-cached.lazyloaded {
    margin-right: 16px;
}
@media screen and (max-width: 599px){
.contact-gr {
  padding: 2em;
}
}
.sp-contact-txt {
  display:flex;
  justify-content: center;
}

/*----------------------------
fix
----------------------------*/
.p-blogParts[data-partsid="633"] {
	z-index: 9999;	
}
.fixBtn {
	position: fixed;
	right: 20px;
	bottom: 100px;
	transition: .2s;
}
.fixBtn:hover {
	transition: .2s;
}
@media screen and (max-width: 959px) {
.fixBtn {
	width: 120px;
	bottom: 80px;
	right: 15px;
}
}

@media screen and (max-width: 599px) {
.fixBtn {
	width: 80px;
    bottom: 75px;
    right: 10px;
}
}

/* ---------------------------------------------
フッター
--------------------------------------------- */
.mark-clm {
  max-width: 600px;
}
.l-footer__widgetArea {
  padding-top: 3em;
}
.l-container.w-footer.-col1 {
    max-width: 1400px;
}

.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
}
.footer-list li {
    font-size: clamp(0.75rem, 0.3rem + 0.75vw, 0.9rem);
}
.footer-list li a{
	transition: .2s;
}
.footer-list li a:hover {
    opacity: .7;
	transition: .2s;
}
.footer-list .s_list li {
	padding-left: 0.8em;
}
.footer-list .s_list li::before {
	position: absolute;
	left: 0;
    content: "-";
}
.w-footer__box .wp-block-list {
    list-style: none;
}
.w-footer__box .post_content li {
    line-height: 2.2;
    margin: 0;
}