@charset "utf-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html{
scroll-behavior: smooth;
}

body{
}

ul li, ol li{
line-height: 1.5;
}

.clearfix:after {
content:" ";
display:block;
clear:both;
}

a{
color:#000000;
}

a:hover{
color:#000000;
}


a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}

.flex {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

.flex_wrap_left {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start
}

.flex_wrap_center {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: center;
justify-content: center;
}

.flex_wrap_end {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.clearer {
clear: both;
}

.center{
text-align: center;
}

.sp{
display: none !important;
}

.mt10{
	margin-top:10px !important;
}

/********************************
toppage
********************************/
.site-header{
	display:none;
}

.page-header{
	display:block;
	margin-bottom:40px;
	text-align:left;
	min-height:auto;
	background-color:transparent;
}

.page-header .container{
	padding:0;
}

.page-header-title, h1.page-header-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
	padding:0;
}

.home ul{
	margin:0;
	padding:0;
}

.home ul li{
	list-style:none;
	margin:0;
}

.home .site-body{
	margin:0;
	padding:0;
}

.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
    max-width: 100%;
	margin:0;
	padding:0;
    }

.home h3:where(:not(.wp-block-post-title)):after {
    content: "";
    bottom: 0;
    width: 0;
    border-bottom:none;
}

.home h4{
	background:none;
}

.home .site-body-bottom{
	display:none;
}

.home .site-footer nav{
	display:none;
}

.site-footer{
display:none;
}

.site-footer-copyright{
	display:none
}

.entry-body{
max-width: 100%;
margin: 0 auto;
}

.vk-mobile-nav-menu-btn {
	display:none;
}

#header ul li, nav.globalMenu ul li, footer ul li{
	list-style:none;
}

/********************************
header
********************************/
#header{
max-width: 1140px;
margin: 20px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start
}

#header .logo{
width: 50%;
}

#header .logo img{
vertical-align: middle;
padding-bottom:2px;
}

#header .logo span{
color: #a0968a;
font-size:16px;
padding-left: 20px;
}

#header .header_nav{
width: calc(50% - 100px);
margin: 15px 0;
}

#header .header_nav li{
margin-left: 20px;
letter-spacing:0.2em;
}

#header .header_nav li a{
padding:5px 0 5px 28px;
font-size:16px;
color: #000000;
text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

#header .header_nav li a:hover{
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

#header .header_nav .cart{
background:url("../img/cart.png") left left no-repeat;
}

#header .header_nav .recruit{
background:url("../img/recruit.png") left top no-repeat;
background-size:24px auto;
}

#header .header_nav .cart:hover{
background:url("../img/cart_on.png") left center no-repeat;
}

#header .header_nav .recruit:hover{
background:url("../img/recruit_on.png") left top no-repeat;
background-size:24px auto;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
transform: translateY(0%);
}
.navToggle {
display: block;
position:fixed;
right: 50px;
top: 30px;
width: 80px;
height: 80px;
cursor: pointer;
z-index: 115;
text-align: center;
background: #f9d73e;
color: #000000;
border-radius: 50%;
}
.navToggle span {
display: block;
position: absolute;    /* .navToggleに対して */
width: 40px;
border-bottom: solid 2px #000000;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 20px;
}
.navToggle span:nth-child(1) {
top: 30px;
}
.navToggle span:nth-child(2) {
top: 40px;
}
.navToggle span:nth-child(3) {
top: 50px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 40px;
left: 20px;
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
transform: rotate(-30deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
top: 40px;
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
transform: rotate(30deg);
}

/* モーダル */

nav.globalMenu {
background: #dff1f1;
position:fixed;
top: 0;
left:0;
transform: translateY(-120%);
transition: all 0.6s;
width: 100%;
z-index: 110;
}

nav.globalMenu .modal_header{
width: 1140px;
margin: 0 auto 50px;
padding: 15px 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:wrap;
-webkit-justify-content: flex-start;
justify-content:flex-start
}

nav.globalMenu .modal_header .logo2{
width: 250px;
}

nav.globalMenu .modal_header .search{
width: 250px;
margin: 10px 0;
position: relative;
border-radius: 30px;
border: 1px solid #000000;
background: #FFFFFF;
}

nav.globalMenu .modal_header .search input{
width: 220px;
margin:10px;
border: none;
padding:3px;
}

 .wp-block-search .wp-block-search__button {
	 width:20%;
}

nav.globalMenu .modal_header .search .wp-block-search .wp-block-search__button {
    color: #000000;
    background-color:transparent;
	padding:0;
    font-size: 16px;
}

#header nav.globalMenu .modal_header .header_nav{
width: calc(100% - 600px);
margin: 20px 0;
}

nav.globalMenu .sitemap{
width: 1140px;
margin: 0 auto 35px;
}

nav.globalMenu .sitemap ul{
width: 33%;
}

nav.globalMenu .sitemap ul li{
margin-bottom: 20px;
font-size:18px;
}

nav.globalMenu .sitemap ul li a{
text-decoration: none;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

nav.globalMenu .sitemap ul li a:hover{
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

nav.globalMenu .area{
padding: 30px 0;
position: relative;
}

nav.globalMenu .area .bg{
position: absolute;
width: calc(50% - 570px + 1140px);
height: 100%;
top:0;
left: 0;
background: #FFFFFF;
border-radius: 0 0 50px 0;
z-index: -1
}

nav.globalMenu .area h3{
text-align: center;
font-size:16px;
font-weight:bold;
margin-bottom: 20px;
border:none;
}

nav.globalMenu .area h3:after{
border:none;
}

nav.globalMenu .area_list{
max-width: 980px;
margin:0 auto;
}

nav.globalMenu .area_list li{
width: 18%;
font-size:16px;
text-align: center;
}

nav.globalMenu .area_list li a{
text-decoration: none;
display: block;
padding: 5px 0;
background: #dff1f1;
border-radius: 50px;
transition-duration: .6s;
}

nav.globalMenu .area_list li a:hover{
background: #f9d73e;
}

nav.globalMenu .mordal_bottom{
width: 1140px;
margin: 0 auto;
padding: 55px 0;
}

nav.globalMenu .language{
background: url("../img/icon_language.png") left center no-repeat;
padding: 10px 0 10px 40px;
line-height:50px;
}

nav.globalMenu .language a{
text-decoration:none;
}

nav.globalMenu .sns li{
margin-right: 30px;
}

.mv{
width: 100%;
position: relative;
margin-bottom: 100px;
}

.mv .sp_slider{
display:none;
}

.mv .bg{
position: absolute;
top:50px;
right: 0;
width: 50%;
height: 100%;
background: #dff1f1;
border-radius: 0 0 0 50px;
z-index: 0;
}

.mv .n2-section-smartslider {
position: relative;
max-width: 1140px;
margin: 0 auto;
z-index: 10
}

.mv .n2-section-smartslider img{
	width:100%;
}

.mv .nextend-arrow img {
    width: 12px;
	padding:3px;
    background: #FFFFFF;
    border-radius: 30px;
}

#top_news{
max-width: 1140px;
margin: 0 auto;
}

#top_news .vk_post .vk_post_date{
font-size:14px;
padding:10px 0;
font-family: "Noto Sans JP";
}

#top_news .vk_post .vk_post_title {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
	font-family: "Noto Sans JP";
}

h2{
max-width: 1140px;
margin: 0 auto 40px;
font-size:32px;
font-weight:normal;
font-family: "Shippori Mincho B1", serif;
position:relative;
z-index:1;
padding:0;
border:none;
}

.home .card-body {
    padding: 10px 0 0;;
}

.home .card:hover{
transition: all 0.5s ease;
transform: scale(1.05);
filter: brightness(1.15);
}

.more{
width: 160px;
margin: 40px auto 75px;
position: relative;
line-height:1;
}

.more.long{
width: 200px;
margin: 40px auto 75px;
position: relative;  
}

.more i{
position: absolute;
top:14px;
right:20px;
color: #FFFFFF;
font-weight:bold;
}

.more a{
display: block;
text-align: center;
padding: 12px 30px 12px 0;
border-radius: 50px;
background: #f9d73e;
color: #000000;
font-size:16px;
text-decoration: none;
border:2px solid #f9d73e;
transition-duration: .4s;
}

.more a:hover i{
color: #f9d73e;
}

.more a:hover{
background: #FFFFFF;
}

#top_information{
width: 100%;
position: relative;
padding: 60px 0 0;
}

#top_information *{
	z-index:1;
}

#top_information .bg{
position: absolute;
top:0;
left: 0;
width: calc(50% - 570px + 1140px);
height: calc(100% - 20px);
background: #f3f3ef;
border-radius: 0 0 50px 0;
z-index: 0;
}

#top_information .vk_posts {
max-width: 1140px;
margin: 0 auto;
}

.home .vk_post_imgOuter {
	border-radius:0 0 30px 0;
}

#top_information .vk_post .vk_post_date{
font-size:14px;
padding:10px 0;
}

#top_information .vk_post .vk_post_title {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

#top_event{
max-width: 1140px;
margin: 0 auto;
}

#top_event .vk_post .vk_post_excerpt {
font-size:16px;
padding:10px 0;
}

#top_event .vk_post .vk_post_title {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

#top_item{
width: 100%;
position: relative;
padding: 60px 0 0;
overflow: hidden;
}

#top_item *{
	z-index:1
}

#top_item .bg{
position: absolute;
top:0;
right: 0;
width: calc(50% - 570px + 1040px);
height: calc(100% - 20px);
background: #f3f3ef;
border-radius: 0 0 0 30px;
z-index: 0;
}

#top_item  .wp-block-columns {
max-width: 1140px;
margin:0 auto;
}

#top_item  .wp-block-columns img{
border-radius: 0 0 50px 0;
}

#top_item h4{
font-size:24px;
font-weight:bold;
margin: 10px 0;
padding:0;
background:none;
}

#top_item p{
font-size:16px;
line-height: 1.5;
}

#top_item .item_list{
max-width: 1140px;
margin: 35px auto;
column-gap: 45px;
}

#top_item .item_list img{
width: 100%;
border-radius: 0 0 30px 0;
}

#top_item .item_list p{
margin: 10px 0;
text-align: center;
font-size:18px;
font-family: "Noto Sans JP";
font-weight: bold;
}

#top_about{
max-width: 1140px;
margin: 0 auto;
background: url("../img/about.jpg") center center no-repeat;
background-size: cover;
color: #FFFFFF;
text-align: center;
padding: 35px 0;
border-radius: 0 0 30px 0;
}

#top_about:hover{
transition: all 0.5s ease;
transform: scale(1.02);
filter: brightness(1.15);
}

#top_about h3{
font-size:20px;
font-weight:bold;
font-family: "Noto Sans JP";
margin: 20px 0;
}

#top_about h4{
font-size:12px;
font-weight:normal;
font-family: "Noto Sans JP";
margin:0 0 30px;
}

#top_about p{
font-size:14px;
font-weight:normal;
font-family: "Noto Sans JP";
line-height: 1.8;
}

.home .bottom_list{
max-width: 1140px;
margin: 40px auto;
column-gap: 45px;
}

.bottom_list li{
width: calc(100%/3 - 30px);
margin-bottom: 50px;
font-family: "Noto Sans JP";
position: relative;
text-align: center;
}

.bottom_list li img{
width: 100%;
border-radius: 0 0 30px 0;
}

.bottom_list li a{
text-decoration: none;
color: #FFFFFF;
}

.bottom_list li:hover{
transition: all 0.5s ease;
transform: scale(1.05);
filter: brightness(1.15);
}

.bottom_list li p{
position: absolute;
width: 100%;
top:40%;
left:0;
font-size:18px;
font-weight:bold;
font-family: "Noto Sans JP";
}

.bottom_list li p span{
display: block;
font-size:14px;
margin-top: 10px;
font-weight: normal;
}

footer{
background: #f9d73e;
padding: 80px 0 0;
}

footer .footer_cnt{
max-width: 1140px;
margin: 0 auto;
}

footer .footer_cnt .sitemap{
margin-bottom: 30px;
}

footer .footer_cnt .sitemap ul{
width: 50%;
}

footer .footer_cnt .sitemap ul li{
margin-bottom: 20px;
font-size:16px;
}

footer .footer_cnt .sitemap ul li a{
text-decoration: none;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

footer .footer_cnt .sitemap ul li a:hover{
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}

footer .footer_cnt .logo{
margin-bottom: 40px;
width:250px;
}

footer .footer_cnt .sns{
margin-bottom: 40px;
}

footer .footer_cnt .sns li{
margin-right: 30px;
}

footer .footer_cnt .footer_nav{
border-top: 1px solid #000000;
padding: 30px 0;
}

footer .footer_cnt .footer_nav ul li{
margin-right: 20px;
font-size:16px;
}

footer .footer_cnt .footer_nav ul li a{
text-decoration: none;
}

footer .footer_cnt .copyright{
font-size:16px;
}


/********************************
下層ページ
********************************/
@media (min-width: 992px) {
.main-section--col--two {
width: calc(100% - 320px);
}
.sub-section--col--two {
width:280px;
}
}


.breadcrumb {
	border:none !important;
	margin-bottom:20px;
}

.breadcrumb .container{
	padding-left:0;
}

.site-body{
	padding-top:10px !important;
}


.archive .page-header, .single-articles .page-header, .page .page-header, .event-cus-template-default .page-header {
	display:none;
}

.page-header-title, h1.page-header-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
	padding:0;
}

.blog .page-header h1.page-header-title{
margin:0 0 40px;
border-left:8px solid #f9d73e;
color:#000000;
padding:0 0 0 15px;
font-weight:normal;
font-size:32px;
font-family: "Shippori Mincho B1", serif;
}

.page_ttl{
margin:0 0 40px;
border-left:8px solid #f9d73e;
color:#000000;
padding:0 0 0 15px;
font-size:32px;
font-family: "Shippori Mincho B1", serif;
position:relative;	
}

.area_nav{
width:150px;
border-radius:25px;
background:#f9d73e;
position:absolute;
top:0;
right:0;
font-size:16px;
padding:15px;
line-height:1;
font-family: "Noto Sans JP";
text-align:center;
}

.area_nav i{
	color:#FFFFFF;
	padding-left:10px;
}

.area_nav:hover{
	border-radius:25px 25px 0 0;
}

.area_nav ul{
	margin:0;
	padding:0;
	text-align:left;
}

.area_nav ul li{
	margin:0;
	padding:0;
	list-style:none;
}

.dropdown_lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
	padding-bottom:10px !important;
	border-radius:0 0 10px 10px;
	background-color: #FCEFB7;
	z-index:3;
}
.area_nav:hover .dropdown_lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.dropdown_list {
    background-color: #FCEFB7;
    height: 30px;
    position: relative;
	font-size:14px;
	padding-left:20px;
}
.dropdown_list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown_list:hover {
    background-color: #f9d73e;
}
.dropdown_list a {
	display: flex;
    color: #000;
    text-decoration: none;
    position: relative;
	line-height:1;
	padding:10px 0 10px 20px;
}

.archive .card {
    border:none;
    border-radius:0;
}

.archive .card .vk_post_imgOuter{
	border-radius:0 0 30px 0;
}

.archive .card-body {
    padding: 10px 0 0 0;
}

.side_ttl{
max-width:240px;
font-size:24px;
color:#000000;
margin:0;
padding:0 0 20px;
font-family: "Shippori Mincho B1", serif;
border-bottom:1px solid #CCCCCC;
}

.widget .side_list{
	margin:0 0 50px;
	padding:0;
	max-width:240px;
}

.side_list li{
font-size:14px;
color:#000000;
border-bottom:1px solid #CCCCCC;
list-style:none;
margin:0;
padding:10px 0;
}

.side_list li a{
	display:block;
	text-decoration:none;
	color:#000000;
	padding:13px 0 13px 50px;
	line-height:1;
}

.side_list li.chance01 a{
	background:url("../img/icon_chance01.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance02 a{
	background:url("../img/icon_chance02.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance03 a{
	background:url("../img/icon_chance03.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance04 a{
	background:url("../img/icon_chance04.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.chance05 a{
	background:url("../img/icon_chance05.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about01 a{
	background:url("../img/icon_about01.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about02 a{
	background:url("../img/icon_about02.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about03 a{
	background:url("../img/icon_about03.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about04 a{
	background:url("../img/icon_about04.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about05 a{
	background:url("../img/icon_about05.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about06 a{
	background:url("../img/icon_about06.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about07 a{
	background:url("../img/icon_about07.png") left center no-repeat;
	background-size:40px auto;
}

.side_list li.about08 a{
	background:url("../img/icon_about08.png") left center no-repeat;
	background-size:40px auto;
}

.round30 img{
	border-radius:0 0 30px 0;
}

.round50 img{
	border-radius:0 0 50px 0;
}
	
/********************************
記事詳細
********************************/

.entry-header .entry-meta{
display:none;
}

:root :where(.is-layout-flex){
	gap:0;
}

.content_l{
	border-right:1px solid #d9d9d9;
	padding-right:30px;
}

.content_l h2{
	font-size:24px;
	font-family: "Noto Sans JP";
}

.content_l .detail{
display:inline;
border-top:1px solid #000000;
padding:20px 0;
}

.writer_box{
	border:1px solid #d9d9d9;
	padding:30px;
}

.writer_box h4{
	font-size;18px;
	font-weight:bold;
	margin-bottom:20px;
}

.writer_box .writer_name{
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
}

.writer_box p{
	font-size:16px;
}

.side_r {
	width:300px !important;
	padding-left:30px;
}

.side_r .side_prof{
	background:#DFF1F1;
	margin-bottom:50px;
	padding:30px 20px 50px;
	border-radius:0 0 0 50px;
}

.side_r .prof_header{
position:relative;
font-size:20px;
font-weight:bold;
}

.side_r .prof_header{
position:relative;
font-size:20px;
font-weight:bold;
margin-bottom:20px;
padding-bottom:10px;
border-bottom:1px solid #d9d9d9;
}

.side_r .prof_header span{
display:block;
font-size:13px;
font-weight:normal;
}

.side_r .prof_header .sns{
position:absolute;
top:0;
right:0;
}

.side_r .side_prof p{
	font-size:14px;
	color:#333333;
}

.side_r .side_h3{
	text-align:center;
	margin-bottom:20px !important;
}

.side_r .side_h3 span{
border-bottom:1px solid #000000;
padding-bottom:10px;
font-size:20px;
font-weight:bold;
}

.side_r .goods_list .goods{
	margin-bottom:30px;
}

.side_r .goods_list .goods img{
width:100%;
}

.side_r .goods_list .goods dl{
	margin:0;
}

.side_r .goods_list .goods dt{
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}

.side_r .goods_list .goods dd{
	font-size:12px;
}


.side_r .event_list .event{
	margin-bottom:30px;
}

.side_r .event_list .event img{
width:100%;
}

.side_r .event_list .event dl{
	margin:0;
}

.side_r .event_list .event dt{
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}

.side_r .event_list .event dd{
	font-size:12px;
}

.side_r .event_list .event dd span{
	display:block;
}

.side_r .relation_list .relation{
	margin-bottom:30px;
}

.side_r .relation_list .relation img{
width:100%;
}

.side_r .relation_list .relation p{
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}

.side_r .price{
	font-size:16px;
	font-weight:bold;
}

.side_r .more{
	margin-bottom:50px !important;
}

/********************************
ninatte九州について
********************************/
.about_kokorobakari{
	background:#F3F3EF;
	border-radius:0 0 50px 0;
	padding:20px 0;
	text-align:center;
}

.about_kokorobakari .w_line{
	font-size:32px;
	font-weight:bold;
}

.about_kokorobakari .w_line span{
	background:linear-gradient(180deg, transparent 0%, transparent 30%, #FFFFFF 30%, #FFFFFF 100%);
}

.about_kokorobakari .ttl{
	font-size:32px;
	font-weight:bold;
	font-family: "Shippori Mincho B1", serif;
}

.about_kokorobakari .ttl p{
	font-size:20px;
	font-weight:bold;
	font-family: "Noto Sans JP";
	margin:10px 0;
}

.example{
	background:#DFF1F1;
	border-radius:0 0 30px 0;
	text-align:center;
	padding:20px 0;
}

.example img{
	width:150px;
	height:150px;
}

.example p strong{
	background:linear-gradient(180deg, transparent 0%, transparent 30%, #FFFFFF 30%, #FFFFFF 100%);
	font-size:16px;
}

.example p{
	font-size:14px;
	margin:10px 0 0;
}
	
.table_style{
	border:none;
	border-left:1px solid #B2B2B2;
	border-top:1px solid #B2B2B2;
}

.table_style th{
	border:none;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	background:#F2F2F2;
	padding:10px;
}

.table_style td{
	border:none;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding:10px;
}



.table_style2{
	border:none;
	border-left:1px solid #B2B2B2;
	border-top:1px solid #B2B2B2;
}

.table_style2 th{
	border:none;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	background:#F2F2F2;
	padding:10px;
	min-width:140px;
	text-align:left;
}

.table_style2 td{
	border:none;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	padding:10px;
}

/********************************
記事掲載
********************************/
.catchcopy{
	font-size:20px;
	text-align:center;
	font-weight:bold;
}

.block_l{
	padding:0 20px 0 0 !important;
}

.block_r{
	padding:0 0 0 20px !important;
}

.vk_button i{
	color:#FFFFFF;
}

/********************************
各種申請
********************************/
.col2_border{
	padding:0 0 40px;
	margin:0 0 20px;
	border-bottom:1px solid #000000;
}

/********************************
購入ガイド
********************************/
.h3_icon{
	text-align:right;
	margin-top:-60px;
	padding-right:60px;
}

.anc_list {
	margin:0;
	padding:0;
}

.anc_list li{
	width:24%;
	list-style:none;
	margin:0;
	padding:0;
}

.anc_list li a{
	display:block;
	padding:10px 0;
	text-decoration:none;
	background:#f9d73e;
	border-radius:50px;
	color:#000000;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.anc_list li a:hover{
background:#FCEFB7;
}

.vk_accordion{
	border-radius:10px;
	border:1px solid #CCCCCC;
	box-shadow:3px 3px 5px #F0F0F0;
	margin-bottom:30px;
}


.vk_accordion .faq_q{
	text-indent:-2em;
	margin-left:2em;
	font-size:16px;
}

.vk_accordion .faq_q:before{
	content:"Q.";
	font-size:24px;
	font-weight:bold;
	color:#207EDC;
	padding-right:5px;
}

.vk_accordion .faq_a{
	text-indent:-2em;
	margin-left:2em;
	font-size:14px;
}

.vk_accordion .faq_a:before{
	content:"A.";
	font-size:24px;
	font-weight:bold;
	color:#F80101;
	padding-right:5px;
}

/********************************
ライター紹介
********************************/
.writer_block{
	text-align:center;
	margin-bottom:50px;
}

.writer_block a{
	text-decoration:none;
}

.writer_block figure{
	margin:0 !important;
}

.writer_block p{
	margin:0;
	padding:0;
}

.writer_block .writer_name{
	font-weight:bold;
	font-size:18px;
	padding:10px 0;
}

/********************************
お問い合わせ
********************************/
.contact_form{
	border:1px solid #CCCCCC;
}

.contact_form dt{
	background:#F0F0F0;
	margin:0;
	padding:5px 10px 5px 50px;
	width:260px;
	font-size:18px;
	color:#000000;
	font-family: "Noto Sans JP";
	border-bottom:1px solid #CCCCCC;
	position:relative;
}

.contact_form dt span{
	font-size:11px;
}

.contact_form dt .note{
	font-size:11px;
}

.contact_form dt .req{
	position:absolute;
	top:10px;
	left:5px;
	padding:3px 4px;
	background:#F9d73E;
	color:#FFFFFF;
	font-size:14px;
	border-radius:3px;
	line-height:1;
}

.contact_form dt .nini{
	position:absolute;
	top:10px;
	left:5px;
	padding:3px 4px;
	background:#B1B1B1;
	color:#FFFFFF;
	font-size:14px;
	border-radius:3px;
	line-height:1;
}

.contact_form dd{
	padding:5px;
	width:calc(100% - 260px);
	border-bottom:1px solid #CCCCCC;
}

.contact_form dl, .contact_form dt p, .contact_form dd p{
	margin:0;
	padding:0;
}

.contact_form dd .note{
	font-size:11px;
}

.contact_form dd input[type="text"], .contact_form dd input[type="email"], .contact_form dd input[type="tel"]{
	border:1px solid #CCCCCC;
	margin:0;
	padding:5px;
	width:100%;
	border-radius:0;
}

.contact_form dd textarea{
	border:1px solid #CCCCCC;
	margin:0;
	padding:5px;
	width:100%;
	height:100%;
	min-height:270px;
	border-radius:0;
	line-height:1.4;
}


.contact_form dd textarea.short{
	min-height:80px;
	height:80px;
}

.send{
	text-align:center;
	margin:40px 0; 
}

.send input{
	border:none;
	padding:5px 15px;
	background:#F9d73E;
	color:#FFFFFF;
	font-size:18px;
	border-radius:3px;
}

.h3_line{
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	font-size:20px;
}


.h4_left{
	border-left:6px solid #000000;
	padding-left:10px;
	font-size:16px;
}


/********************************
404
********************************/
.error404 .container{
    max-width: 100%;
	margin:0;
	padding:0;
    }

.error404 .page-header{
	display:none;
}

.error404 .breadcrumb {
	display:none;
}

.error404 h1{
	max-width:1140px;
	font-size:40px;
	font-weight:normal;
	font-family: "Shippori Mincho B1", serif;
	margin:0 auto;
	padding:0;
}

.error404 .notfound{
	position:relative;
}

.error404 .notfound .bg{
width: calc(50% - 570px + 1140px);
background:#DFF1F1;
border-radius:0 0 50px 0;
position: absolute;
top:0;
left:0;
height: 100%;
z-index: 0;
}

.error404 .notfound .cnt{
	width:1140px;
	margin:0 auto;
	padding:50px 0;
	position:relative;
	z-index:1;
}

.error404 .notfound h2{
	font-size:24px;
	margin-bottom:20px;
	font-weight:normal;
	font-family: "Noto Sans JP";
}

.error404 .notfound p{
	font-size:20px;
}
	
.error404 .notfound .return_home{
	position:absolute;
	bottom:0;
	right:-50px;
}
	
/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
a[href^="tel:"] {
pointer-events: none;
cursor: default;
}
}

@media screen and (max-width: 1240px) {

/********************************
header
********************************/
#header{
max-width: 94%;
}

#header .logo {
    width: 55%;
}

#header .header_nav {
    width: calc(45% - 100px);
    margin: 15px 100px 15px 0;
}

.navToggle {
right: 3%;
}

/* モーダル */

nav.globalMenu .modal_header{
width: 94%;
}

nav.globalMenu .sitemap{
width: 94%;
}

nav.globalMenu .sitemap ul{
width: 50%;
}

nav.globalMenu .area .bg{
width: 97%;
}

nav.globalMenu .area_list {
max-width: 90%;
}

nav.globalMenu .mordal_bottom{
width: 94%;
}

.mv .slider {
width: 100%;
}

.mv .slider img {
width: 50%;
}

.mv .slider .mv_text {
    width: 50%;
    padding: 100px 20px 0;
}

#top_news {
max-width: 94%
}

h2{
max-width: 100%;
}

#top_news h2, #top_information h2, #top_item h2{
max-width: 94%;
}

#top_information .bg {
width: 97%;
}

#top_information .vk_posts {
max-width: 94%;
}

#top_event {
max-width: 94%;
}

#top_item  .wp-block-columns {
    width: 97%;
    margin-left: 3%;
}

#top_item .item_list {
    max-width: 94%;
}

#top_about {
    max-width: 94%;
}

.home .bottom_list {
    max-width: 94%;
}

footer .footer_cnt {
    max-width: 94%;
}
	
/********************************
404
********************************/
.error404 h1{
	max-width:94%;
}

.error404 .notfound .bg{
width: calc(100% - 80px);
}

.error404 .notfound .cnt{
	width:94%;
}

.error404 .notfound .return_home{
	position:absolute;
	bottom:0;
	right:0;
}	
	
}

@media screen and (max-width: 991px) {
#header .logo {
width: calc(100% - 260px);
}

#header .logo span {
font-size: 14px;
}

#header .header_nav{
width: 160px;
}

#header .header_nav li {
    margin-left: 0;
    width: 160px;
}

nav.globalMenu .modal_header .logo2{
width: 200px;
}

nav.globalMenu .modal_header .search{
width: 200px;
}

nav.globalMenu .modal_header .search input{
width: 150px;
}

#header nav.globalMenu .modal_header .header_nav{
width: calc(100% - 500px);
}

#header .header_nav li {
width: auto;
margin-left: 10px;
    }
	
#header .header_nav li a{
font-size:14px;
    }

#top_news .vk_post .vk_post_title {
    font-size: 16px;
}

#top_information .vk_post .vk_post_title {
font-size: 16px;
}

#top_event .vk_post .vk_post_excerpt {
font-size: 14px;
}

#top_event .vk_post .vk_post_title {
font-size: 16px;
}
	
.sub-section{
display:none;
	}
	
/********************************
404
********************************/
.error404 .notfound h2{
font-size:20px;
margin-right:80px;
}
	
.error404 .notfound p{
font-size:16px;
margin-right:80px;
}

}

@media screen and (max-width: 764px) {
.pc {
display: none !important;
}

.sp {
display: block !important;
}

#header {
margin: 10px auto 30px;
}

#header .logo {
width:100%;
text-align: center;
}

#header p.sp {
width: 100%;
font-size: 12px;
color: #a0968a;
margin: 0 0 10px;
text-align: center;
}

#header nav.globalMenu .modal_header{
margin: 0 auto 20px;
}

nav.globalMenu .modal_header .search{
display: none;
}

#header nav.globalMenu .modal_header .header_nav{
display: none;
}

nav.globalMenu .sitemap ul {
width:calc(100% - 40px);
margin-left: 40px;
    }
	
nav.globalMenu .sitemap ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
	
nav.globalMenu .area h3 {
    text-align: left;
    margin:0 0 20px 40px;
}
	
nav.globalMenu .area .bg {
width: 100%;
}

nav.globalMenu .area_list {
max-width: 200px;
margin: 0 40px;
    }
	
nav.globalMenu .area_list li {
    width: 100%;
	margin-bottom: 10px;
    font-size: 14px;
}

nav.globalMenu .mordal_bottom {
    padding: 20px 0;
}
	
	
h1.entry-title  {
    font-size: 24px;
}

.content_l{
	border-right:none;
	padding-right:0;
}

.side_r {
	width:100% !important;
	padding-left:0;
}
	
	
/********************************
下層ページ
********************************/	

.page_ttl{
font-size:24x;
}
	
/********************************
ninatte九州について
********************************/
.about_kokorobakari .w_line{
	font-size:24px;
}

.about_kokorobakari .ttl{
	font-size:24px;
}

.about_kokorobakari .ttl p{
	font-size:14px;
}

.example{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

.example img{
	width:100px;
	height:100px;
}

.example p strong{
	background:none;
}

.example p{
	width:calc(100% - 120px);
	text-align:left;
}
	
.table_style2 th br{
	display:none;
	}
	
/********************************
記事掲載
********************************/
.catchcopy{
	font-size:18px;
	text-align:left;
}

.block_l{
	padding:0 0 20px 0 !important;
}

.block_r{
	padding:20px 0 0 0 !important;
}
	
.text-center{
text-align:left !important
	}


/********************************
お問い合わせ
********************************/
.contact_form dt{
	padding:15px 10px 15px 40px;
	width:100%;
	font-size:14px;
}

.contact_form dt .req{
	top:18px;
	font-size:12px;
}
	
.contact_form dt .nini{
	top:18px;
	font-size:12px;
}
	
.contact_form dt .note{
}
	
.contact_form dt br{
display:none;
	}

.contact_form dd{
	padding:5px;
	width:100%;
}
	
.contact_form dd input[type="text"], .contact_form dd input[type="email"], .contact_form dd input[type="tel"]{
	padding:20px;
}
	
.send {
margin:20px 0 50px		
	}	
	
.send span{
display:block;
	}	
	
.h3_line{
	font-size:18px;
}

/********************************
404
********************************/
.error404 h1{
font-size:32px;
}

.error404 .notfound .bg{
width: calc(100% - 30px);
	}
	
.error404 .notfound .cnt{
padding:20px 0 50px;
}

.error404 .notfound h2{
font-size:18px;
margin-right:30px;
	}
	
.error404 .notfound p{
margin-right:30px;
	}
	
.error404 .notfound .return_home{
	bottom:-50px;
}
}

@media screen and (max-width: 580px) {
.pc_slider {
display: none !important;
}

.sp_slider {
display: block !important;
}	
	
#header .logo img{
max-width: 120px;
    }

.navToggle {
right: 20px;
top: 20px;
width: 60px;
height: 60px;
}
.navToggle span {
width: 30px;
left: 15px;
}
.navToggle span:nth-child(1) {
top: 20px;
}
.navToggle span:nth-child(2) {
top: 30px;
}
.navToggle span:nth-child(3) {
top: 40px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 30px;
left: 15px;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
top: 30px;
}

.mv .bg {
top: 20px;
width: 90%;
}
	
.mv div#n2-ss-3 .nextend-bullet-bar {
	width:10px;
	}

.mv .slider img {
width: 90%;
}

.mv .slider .mv_text {
width: 80%;
margin: 0 auto;
padding: 20px;
}
	
.mv .slider .mv_text p {
font-size: 16px;
line-height: 1.5;
}
	
.mv .slider .mv_text .history {
margin: 20px 0 0;
font-size: 14px;
}
	
.mv .dots {
position: absolute;
left:auto;
right: 2%;
top:15%;
bottom: 0;
width:20px;
line-height: 2.5;
}

h2{
font-size:24px;
margin-bottom: 20px;
}

.more{
margin: 20px auto 45px;
}

#top_news  .vk_post .vk_post_title{
line-height: 1.5;
}

#top_information .bg {
width: 100%;
    }

#top_information .vk_post .vk_post_title{
line-height: 1.5;
}

#top_event .vk_post .vk_post_title{
line-height: 1.5;
}

#top_item .bg {
    width: 100%;
}

#top_item .more {
    margin: 0 auto;
}

#top_about {
margin: 75px auto 0;
    }

#top_about p{
font-size:12px;
}

.home .bottom_list {
column-gap:0;
}

.home .bottom_list li {
    width: 100%;
    margin-bottom: 30px;
}

footer{
padding: 40px 0 0;
}

footer .footer_cnt .sitemap{
margin-bottom: 10px;
}

footer .footer_cnt .sitemap ul{
width: 100%;
}

footer .footer_cnt .sitemap ul li{
font-size:14px;
}

footer .footer_cnt .logo{
border-top: 1px solid #000000;
padding-top: 20px;
margin-bottom: 20px;
}

footer .footer_cnt .sns{
margin-bottom: 0;
}

footer .footer_cnt .footer_nav{
border-top: none;
padding: 20px 0;
}

footer .footer_cnt .footer_nav ul li{
margin-right: 0;
width: 100%;
font-size:14px;
}

footer .footer_cnt .copyright{
margin: 10px 0 0; 
font-size:14px;
}
	
/********************************
購入ガイド
********************************/
.h3_icon{
	text-align:right;
	margin-top:-50px;
	padding-right:0;
}
	
.h3_icon img{
width:40px;
}

.anc_list li{
	width:48%;
	margin-bottom:20px;
}	
	
}