@charset "utf-8";
/* CSS Document */

/* font
=========================================== */

@font-face {
    font-family: 'ZenMaruGothic';
    src:
		url('../fonts/font/ZenMaruGothic-Medium.woff2') format('woff2'),
		url('../fonts/font/ZenMaruGothic-Medium.woff') format('woff'),
		url('../fonts/font/ZenMaruGothic-Medium.ttf') format('truetype');
	font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ZenMaruGothic';
    src:
		url('../fonts/font/ZenMaruGothic-Bold.woff2') format('woff2'),
		url('../fonts/font/ZenMaruGothic-Bold.woff') format('woff'),
		url('../fonts/font/ZenMaruGothic-Bold.ttf') format('truetype');
	font-weight: 700;
    font-style: normal;
}


/*共通*/

body{overflow: hidden;width: 100%;}
.pc {display:none!important;}
.sp {display:block;}
body {font-family:'ZenMaruGothic',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;background:#fff;color:#000;line-height:normal;font-size:16px;font-weight: 500;font-style: normal;word-break: break-all;}
img{width:100%;height:auto;}

table {width: 100%;table-layout: fixed;}
h1,h2,h3,h4,h5,h6{font-weight: 500;}
a:link, a:visited {
    color: #000;
    text-decoration: none;
	transition: 0.3s;
}

.wrap{position:relative;}

a {color: #212121;}

:focus { outline: none;}

/*共通設定*/
.btn01 {width:100%;height:70px;display:table;margin: 0 auto;}
.btn01 a {display:table-cell;overflow: hidden;vertical-align:middle;text-align:center;color:#000;background: url("../img/common/btn01.svg") no-repeat center right 20px #fff;border-radius:40px;text-decoration:none;border:1px solid #D6D6D6;}

.btn01.blank a {background: url("../img/common/btn01_b.svg") no-repeat center right 20px #fff;}

.btn01_01 {width:100%;height:70px;display:table;margin: 60px auto 0;}
.btn01_01 a {display:table-cell;overflow: hidden;vertical-align:middle;text-align:center;color:#000;background: url("../img/common/btn01.svg") no-repeat center right 20px #fff;border-radius:40px;text-decoration:none;border:1px solid #D6D6D6;}

.btn02 {width:100%;height:70px;display:table;margin: 0 auto;}
.btn02 a {display:table-cell;overflow: hidden;vertical-align:middle;text-align:center;color:#fff;background: url("../img/common/btn01_h.svg") no-repeat center right 20px #484848;border-radius:40px;text-decoration:none;border:1px solid #484848;}

.btn03 {width:100%;height:70px;display:table;margin: 100px auto;}
.btn03 a {display:table-cell;overflow: hidden;vertical-align:middle;text-align:center;color:#000;background: url("../img/common/btn01.svg") no-repeat center right 20px #fff;border-radius:40px;text-decoration:none;border:1px solid #D6D6D6;}

.btn03.blank a {background: url("../img/common/btn01_b.svg") no-repeat center right 20px #fff;}

.title01_icon {text-align:center;margin-bottom:10px;}
.title01 {font-size:26px;text-align:center;}

.title02_icon {text-align:center;margin-bottom:10px;width: 100%; height: 25px;}
.title02 {font-size:26px;text-align:center; width: 277px; margin-bottom: 20px;}
.title02.working_board {font-size:23px;text-align:center; width: 277px; margin-bottom: 20px;}

/*ウェブフォント*/
.inb {display:inline-block;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/*色*/
.shiro {color:#fff;}
.mt20 {margin-top: 20px;}

/*header
---------------------------------------------------------------*/
#header {height: 150px;position:fixed;width:100%;z-index:100;top:0;left:0;transition:0.3s;background:#fff;}
.header_inner {display: block;height: 100%;padding-top: 35px;box-sizing: border-box;}
.header_inner .language_box {display: none;}
.header_inner .h_search_box {display: none;}
.header_inner .logo {width:315px;margin:0 auto;}
.header_inner .logo a {display: block;height:100%;}

/* nav
=========================================== */
.sp-nav-btn {width: 40px;height:40px;background:#fff;position: absolute;z-index: 101;border-radius:10px;box-sizing: border-box;text-align: center;top:20px;right:20px;transition: 0.3s;}
.sp-nav-btn:before{content:"";width:18px;height:2px;border-radius:5px;background: #000;position: absolute;top:12px;left:0;right:0;margin:auto;transition: 0.3s;box-shadow: 0 7px 0 0 #000;}
.sp-nav-btn:after{content:"";width:18px;height:2px;border-radius:5px;background: #000;position: absolute;bottom:12px;left:0;right:0;margin:auto;transition: 0.3s;}

.sp-nav-btn.opon {background:#484848;}
.sp-nav-btn.opon:before {transform: rotateZ(45deg);top:19px;box-shadow:none;background:#fff;}
.sp-nav-btn.opon:after {transform: rotateZ(-45deg);bottom:19px;background:#fff;}

div.navs-list {position: fixed;width: 100%;height:100%;z-index: 100;top: 0;padding:20px 5% 40px;box-sizing: border-box;background:#fff;right:-100%;transition: 0.3s;overflow-x: hidden;overflow-y: auto;}
div.navs-list.opon{right:0;}

.language_box {margin-bottom:50px;}
.language_box select {width:150px;height:40px;border:0 !important;;box-sizing:border-box;padding:0 20px;background: #eee;border-radius:30px;font-size: 16px;font-family: 'ZenMaruGothic',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.h_search_box {margin-bottom:50px;}
.h_search_box .serch_text {padding:7px 20px;border-radius: 30px;box-sizing: border-box;width:100%;border:1px solid #D6D6D6;}
.h_search_box .searchs_list.flex {align-items: center;}
.h_search_box .searchsubmit {border: none;width: 20px;height: 20px;color: transparent;background: url("../img/common/s_lupe.svg") no-repeat center;}
.h_search_box .s {font-size: 16px;font-weight: 500;font-family: 'ZenMaruGothic';border: none;width: calc(100% - 20px);box-sizing: border-box;padding-right:10px;transition: 0.3s;cursor: pointer;}
.h_search_box .s:hover{opacity: 0.7;}

.navs-list > ul {}
.navs-list > ul > li {padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #D6D6D6;line-height:2;}
.navs-list > ul > li:last-child {padding-bottom:0;margin-bottom:0;border-bottom:0;}
.navs-list > ul > li a {background:url("../img/common/fnav.svg")no-repeat left top 11px;padding-left:15px;display: block;}


/* main */
/*-------------------------------------------*/
#main {margin-top:150px;}
#main .main_slider {margin-bottom:0!important;opacity: 0;transition: opacity .3s linear;max-height: 500px;}
#main .main_slider.slick-initialized {opacity: 1;}
#p20box01 .cnt01 .btn03 {width: calc(100% - 60px); margin-top: 60px; margin-bottom: 60px;}

#main .main_slider .slick-list {}
#main .main_slider .slide01 {}
#main .main_slider .slide01 a {display:block;height:100%;text-decoration:none;position:relative;}
#main .main_slider .slide01 img {width:100%;height:500px;}
#main .main_slider .slide01 .cloud_box {position:absolute;left:0;bottom:0;width: 250px;height: 172px;display: table;}
#main .main_slider .slide01 .cloud_box_in {display: table-cell;vertical-align:middle;background:url("../img/main/cloud_box.png")no-repeat;background-size:contain;padding:20px 45px 0 10px;}
#main .main_slider .slide01 .cloud_box_in h2 {font-size:18px;margin-bottom:10px;}
#main .main_slider .slide01 .cloud_box_in .text {line-height:1.6;font-size:14px;}

#main .main_slider::after {content:"";background: url("../img/main/arrow_paul.png") no-repeat;width: 123px;height: 108px;background-size:contain;position:absolute;right:-5px;bottom:-55px;}
#main .main_slider button.slick-arrow {opacity: 1;z-index: 2;}
#main .main_slider button.slick-prev.slick-arrow {top:auto;bottom:-15px;left:auto;width:67px;height:32px;right:35px;background: url("../img/main/arrow01.png") no-repeat;background-size:contain;transform: none!important;}
#main .main_slider button.slick-next.slick-arrow {top:auto;bottom:20px;width:67px;height:30px;right:192px;right:15px;background: url("../img/main/arrow02.png") no-repeat;background-size:contain;transform: none!important;}
#main .main_slider button.slick-arrow:before{content:none;}

#main .main_slider ul.slick-dots { bottom: -33px;z-index: 3;text-align: left!important;padding-left:5%;}
#main .main_slider ul.slick-dots li { width: 12px;height: 12px; }
#main .main_slider ul.slick-dots li button {width:12px; height: 12px;padding:0;}
#main .main_slider ul.slick-dots li button:before { content: ""; display: block; width:12px; height: 12px; background: #EFEBE3; opacity: 1; border-radius: 100%; }
#main .main_slider ul.slick-dots li.slick-active button:before { background: #866935; opacity: 1;}

#main .btn03 {width: calc(100% - 60px); margin-top: 60px; margin-bottom: 60px;}

/* 下層 main */
/*-------------------------------------------*/
/* 2025.1改修 */
#main.kasou {height:75px;width:100%;display:table;}
/* --------- */
#main.kasou .wrap {display:table-cell;vertical-align:middle;text-align:center;font-size:26px;color:#866935;background:#FCF7EE;width: auto;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top: 150px;z-index: -100;}

/* TOPへ戻る */
/*-------------------------------------------*/
#top_link {position: absolute;left: 0;top: 0;opacity: 0;z-index: -20;}
#page_top {position: fixed;right:20px;bottom:20px;transition: opacity 0.3s;z-index: 10;z-index: -2;opacity: 0;width:50px;height:50px;}
#page_top a{display: block;}

.fixed #page_top{opacity: 1;z-index: 100;}

.fixed #header {box-shadow: 0 2px 5px rgba(0,0,0,0.4);}

/*パンくず*/
div#bread {position: relative;height:0;top:8px;z-index: 2;padding:0 5%;}
ul.bread-list {font-size:13px;white-space: nowrap;display: block;overflow: hidden;text-overflow: ellipsis;}
ul.bread-list li {display: inline;}
ul.bread-list li a {text-decoration:none;}
ul.bread-list li:after{content:"＞";margin: 0 3px;}
ul.bread-list li:last-child:after{content:none;}


/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*ライトボックス設定*/
#fancybox-wrap { padding: 0!important;width: 100%!important;left: 0!important;}
div#fancybox-content {border:none;width: 92%!important;padding: 2%;margin: 2%;height: auto!important;}
div#fancybox-outer {background: none;}
#fancybox-close {position: absolute; top: 0!important;right: 0!important;}

section {position:relative;}

/* footer */
/*-------------------------------------------*/
#footer {padding:150px 5% 70px;}
#footer h2 {text-align:center;width:315px;margin:0 auto 50px;}

.fnav {margin-bottom:70px!important;display:block;}
.fnav ul {width:260px;margin:0 auto;}
.fnav ul li {margin-bottom:30px;line-height:2;}
.fnav ul:last-child li:last-child {margin-bottom:0;}
.fnav ul li a {background:url("../img/common/fnav.svg")no-repeat left top 11px;padding-left:15px;display: block;}

.copyright {font-size:13px;}


/*TOPページ　p01
=========================================== */
#topbox00 {
  margin-top: 60px;
  background: #FCF7EE;
  padding-top: 40px !important;
}
#topbox00 .banner {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 0px;
}

#topbox00 .banner img{
  width: 90%;
  margin-bottom: 10px;
}

#topbox00 .left{
  width: 100%;
  margin-bottom: 30px;
}

#topbox00 .left img{
  width:25px;
}


#topbox00 .wrap {padding:50px 30px 85px;box-sizing:border-box;border-radius:50px;background:#Fff;margin-bottom: -35px;}

#topbox00_1.banner{padding-left: 15px;padding-right: 15px;}

#topbox01 {padding:204px 0 0;}
#topbox01 .title01 {margin-bottom:30px;line-height:44px;padding:0 5%;box-sizing:border-box;}
#topbox01 .title01::before {content:"";width:55px;height:61px;background:url("../img/top/sun.png")no-repeat;position:absolute;top:-90px;left:14px;}
#topbox01 .text01 {line-height:2;padding:0 5%;box-sizing:border-box;}
#topbox01 .bg_sp {margin-top:30px;height:333px;position:relative;}
#topbox01 .bg_sp img {width:502px;position: absolute;top:0;left: 50%;transform: translate(-50%);max-width: none;}
#topbox01 .bg01 {margin-top:100px;height:313px;position:relative;background: url("../img/top/nature01_sp.png")repeat-x center top;background-size: 537px;}
#topbox01 .bg01 img {width:537px;position: absolute;top:0;left: 50%;transform: translate(-50%);max-width: none;}

#topbox02 {padding:30px 5% 0;}
#topbox02 .title01_icon img {width:21px;}
#topbox02 .kotei_box {margin-bottom:120px;}
#topbox02 .kotei_box .slide_box {}
#topbox02 .kotei_box .slide_box .title01 {margin-bottom:50px;}
#topbox02 .kotei_box .slide_box h3 {font-size: 20px;line-height:1.6;margin-bottom:30px;}
#topbox02 .kotei_box .slide_box .text01 {line-height:2;margin-bottom:50px;}

#topbox02 .kotei_box .map_img {height:678px;position:relative;margin-top:50px;}
#topbox02 .kotei_box .map_img img {width:649px;position: absolute;top:0;left: 50%;transform: translate(-50%);max-width: none;}

#topbox02 .illust_box {text-align:center;}
#topbox02 .illust_box img {max-width:328px;margin:0 auto;}


#topbox03 {padding:100px 0 20px;background:url("../img/top/bg02_sp.png")no-repeat center top;}
#topbox03 .title01 {margin-bottom:50px;}
#topbox03 .title01_icon img {width:29px;}

#topbox03 .text01 {width:90%;margin: 0 auto 50px;line-height:2;}
#topbox03 .btn01 {width:90%;margin: 0 auto 100px;}

.box_btn_list {width:calc(100% - 20px);display:block;margin:0 auto;}
.box_btn_list .box_btn {width:100%;height:355px;display:table;margin: 0 auto 10px;}
.box_btn_list .box_btn:last-child {margin-bottom:0;}

.box_btn_list .box_btn a {display:table-cell;vertical-align:middle;text-align:center;color:#fff;text-decoration:none;overflow:hidden;position:relative;border-radius:30px;}
.box_btn_list .box_btn .bg {position:absolute;inset: 0;margin:auto;width: 100%;transition:0.3s;}
.box_btn_list .box_btn .bg img {height: 355px;position: absolute;top: 0;left: 50%;transform: translate(-50%);width: auto!important;}

.box_btn_list .box_btn .text_box {position: relative;}
.box_btn_list .box_btn .text_box .title01 {margin-bottom:30px;}
.box_btn_list .box_btn .text_box .title01 .title01_icon img {width:32px;}
.box_btn_list .box_btn:last-child .text_box .title01 .title01_icon img {width:31px;}
.box_btn_list .box_btn .text_box .text {width:calc(100% - 60px);line-height:2;margin:0 auto;}

#topbox04, #topbox00{padding:150px 5% 100px;}
#topbox04 .title01, #topbox05 .title01 {margin-bottom:50px;line-height:44px;}
#topbox04 .title01_icon img, #topbox05 .title01_icon img {width:31px;}

.t_event_list {margin-bottom:50px;}
.t_event_list .event {width: 95%;margin:0 auto;margin-bottom:50px; }
.t_event_list .event:last-child {margin-bottom:0;}
.t_event_list .event a {display:block;height:100%;text-decoration:none;}
.t_event_list .event a .img {position:relative;margin-bottom:15px;overflow:hidden;}
.t_event_list .event a .img::before {content:"";width:22px;height:22px;background:url("../img/top/pass01.svg")no-repeat;position:absolute;top:10px;right:10px;}
.t_event_list .event a .img img {border-radius:10px;transition:0.3s;}
.t_event_list .event a .img .tax {position:absolute;left:0;bottom:0;padding:5px 9px;font-size:13px;background:#866935;color:#fff;border-radius:0 10px 0 10px;}
.t_event_list .event a .data {color:#949494;margin-bottom:15px;}
.t_event_list .event a h3 {line-height:1.6;}


#topbox05 {padding:100px 0 0;background:#FCF7EE;}
#topbox05 .cnt, #topbox04 .cnt {display:block;margin-bottom:40px;}
#topbox05 .title01, #topbox04 .title01 {margin-bottom:50px;}
#topbox05 .title01_icon img, #topbox04 .title01_icon img {width:25px;}

.news_list {margin: 0 auto 40px;width: 90%;}
.news01 {width:100%;padding-bottom:41px;margin-bottom:40px;position:relative;}
.news01:last-child {padding-bottom:0;margin-bottom:0;}
.news01::after {content:"";width:100%;height:1px;background:url("../img/top/sen01.svg")repeat-y;position:absolute;bottom:0;left:0;}
.news01:last-child::after {content:none;}
.news01 a {display:block;}
.news01 a .new {margin-right:20px;}
.news01 a .new span {display:inline-block;color:#fff;font-size:13px;padding:0.5px 8px;background:#866935;border-radius:11px;}
.news01 a .data {}
.news01 a .title {display:block;width:100%;margin-top:20px;}

#topbox05 .btn01 {width:90%;margin: 0 auto;}


#topbox05 .bg01 {margin-top:100px;height:313px;position:relative;background: url("../img/top/nature02_sp.png")repeat-x center top;background-size: 537px;}
#topbox05 .bg01 img {width:537px;position: absolute;top:0;left: 50%;transform: translate(-50%);max-width: none;}



#topbox06 {padding:30px 0 100px;}
#topbox06 .title01 {margin-bottom:50px;line-height:44px;white-space: nowrap;}
#topbox06 .title01_icon img {width:34px;}
#topbox06 .tsunagari_slider {width:90%;margin:0 auto 92px!important;}

.tsunagari {}
.tsunagari a {text-decoration:none;}
.tsunagari .img {margin-bottom:15px;overflow:hidden;border-radius:10px;}
.tsunagari .img img {border-radius:10px;transition:0.3s;}
.tsunagari .title {line-height:1.6;text-align: center;}

.tsunagari_slider {width:90%;margin:0 auto;}
.tsunagari_slider button.slick-arrow {opacity: 1;z-index: 2;width:40px;height:40px;}
.tsunagari_slider button.slick-prev.slick-arrow {top:37%;left:-2%;background: url("../img/top/arrow01.png") no-repeat;background-size:contain;}
.tsunagari_slider button.slick-next.slick-arrow {top:37%;right:-2%;background: url("../img/top/arrow02.png") no-repeat;background-size:contain;}
.tsunagari_slider button.slick-arrow:before{content:none;}

.tsunagari_slider ul.slick-dots { bottom: -42px;z-index: 3; }
.tsunagari_slider ul.slick-dots li { width: 12px;height: 12px; }
.tsunagari_slider ul.slick-dots li button {width:12px; height: 12px;padding:0;}
.tsunagari_slider ul.slick-dots li button:before { content: ""; display: block; width:12px; height: 12px; background: #EFEBE3; opacity: 1; border-radius: 100%; }
.tsunagari_slider ul.slick-dots li.slick-active button:before { background: #866935; opacity: 1;}

#topbox06 .btn01 {width:90%;margin: 0 auto;}

#topbox07 {padding: 0 5%;}
#topbox07 .bg {padding:50px 30px 85px;box-sizing:border-box;border-radius:50px;background:#FCF7EE;margin-bottom: 40px;}
#topbox07 .bg .cnt01 {display:block;margin-bottom:30px;}
#topbox07 .bg .cnt01 .left {margin-bottom:50px;}
#topbox07 .bg .cnt01 .left  .title01_icon img {width:31px;}

#topbox07 .bg .cnt01 .right {}
#topbox07 .bg .cnt01 .right .tel {margin-bottom:30px;font-size:22px;}
#topbox07 .bg .cnt01 .right .tel a {padding-left:40px;background:url("../img/top/tel.svg")no-repeat center left;}
#topbox07 .bg .cnt01 .right .mail {margin-bottom:20px;font-size:22px;padding-left:40px;background:url("../img/top/mail.svg")no-repeat center left;}
#topbox07 .bg .cnt01 .right .holiday {line-height:2;}

#topbox07 .bg .cnt02 {padding:30px;box-sizing:border-box;border-radius:20px;background:#fff;}
#topbox07 .bg .cnt02 ul {line-height:2;}
#topbox07 .btn02 {width:calc(100% - 60px);margin:0 auto;}
#topbox07 .title02_icon img {height: 25px;}
#topbox07.working_board {padding: 150px 5% 0;}
#topbox07.working_board h3 {margin-bottom:30px;}
#topbox07.working_board h3 span {display:block;padding:20px 30px;font-size:20px;box-sizing:border-box;border-radius:35px;color:#fff;background:#866935;font-weight:bold;}
#topbox07.working_board h3.title {margin-bottom:0;}
#topbox07.top_tour {margin-top: 60px;}

.title04 {font-size:18px;text-align:center;}
.title04.tour {margin-bottom: 30px;}

/*お知らせ (news) p02
=========================================== */
#p02box01 {padding:100px 5% 0;}
#p02box01 .news_list {margin:0 auto;}

/*一覧ページページャー*/
.wp-pagenavi {text-align: center;margin: 100px auto 0;}


.wp-pagenavi a,.wp-pagenavi span {font-size:18px;height:40px;width:40px;line-height:38px;padding:0!important;margin:0 10px !important;display: inline-block;text-align:center;box-sizing: border-box;background:#fff;border:1px solid #000!important;border-radius:10px;color:#000;}
.wp-pagenavi a:hover, .wp-pagenavi span.current, span.pages {background:#866935;color:#fff;border:1px solid #866935!important;}

.wp-pagenavi span.pages {display: none;}
.wp-pagenavi span.extend {display: none !important;}

.wp-pagenavi a.first {color:transparent!important;background: url("../img/p02/arrow01.svg") no-repeat center;border: none !important;width:23px;}
.wp-pagenavi a.previouspostslink {color:transparent!important;background: url("../img/p02/arrow02.svg") no-repeat center;margin:0 30px 0 15px!important;border: none !important;width:13px;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p02/arrow03.svg") no-repeat center;margin:0 15px 0 30px!important;border: none !important;width:13px;}
.wp-pagenavi a.last {color:transparent!important;background: url("../img/p02/arrow04.svg") no-repeat center;border: none !important;width:23px;}

.wp-pagenavi a.first:hover {opacity:0.7;border: none !important;}
.wp-pagenavi a.previouspostslink:hover {opacity:0.7;border: none !important;}
.wp-pagenavi a.nextpostslink:hover {opacity:0.7;border: none !important;}
.wp-pagenavi a.last:hover {opacity:0.7;border: none !important;}

/*お知らせ 詳細 */
.news_single {}
.news02 {}
.news02 {align-items:center;flex-wrap: nowrap;text-decoration:none;}
.news02 .info {align-items:center;margin-bottom:30px}
.news02 .new {margin-right:20px;}
.news02 .new span {display:inline-block;color:#fff;font-size:13px;padding:0.5px 8px;background:#866935;border-radius:11px;}
.news02 .data {}
.news02 .title {font-size:20px;line-height:42px;margin-bottom:60px;}
.news02 .editor {line-height:2;}

.btn01.news {margin-top:100px;}


/*多摩島しょ地域とは (about) p04
=========================================== */
#p04box02 {padding:100px 5% 0;}
#p04box02 .title01 {margin-bottom:30px;}
#p04box02 .text {margin-bottom:60px;line-height:2;text-align:center;}
#p04box02 #map01 {}
#p04box02 #map01 svg {display:none;}
#p04box02 #map01 .sp_map {margin-bottom:60px;}
#p04box02 #map01 .introduction_list {display:none;}

#p04box03 {padding:100px 5% 0;}
#p04box03 .title01 {margin-bottom:30px;}
#p04box03 .text {margin-bottom:60px;line-height:2;text-align:center;}
#p04box03 #map02 {}
#p04box03 #map02 svg {display:none;}
#p04box03 #map02 .sp_map {margin-bottom:60px;}
#p04box03 #map02 .introduction_list {display:none;}

.page-about .area_list {}
.page-about .area_list .area {}
.page-about .area_list .area h3 {margin-bottom:50px;}
.page-about .area_list .area h3 span {display:block;padding:20px 30px;font-size:20px;box-sizing:border-box;color:#fff;border-radius:35px;background:#50AB7D;font-weight:bold;}

.page-about .area_list .area .area_child {padding:0 20px;box-sizing:border-box;}
.page-about .area_list .area .area_child .area_child_in {margin-bottom:60px;display:block;}
.page-about .area_list .area .area_child .area_child_in:last-child {margin-bottom:0;}
.page-about .area_list .area .area_child .area_child_in h4 {width:100%;font-weight:bold;}
.page-about .area_list .area .area_child .area_child_in ul {width:100%;}
.page-about .area_list .area .area_child .area_child_in ul li {margin:30px 30px 0 0;}
.page-about .area_list .area .area_child .area_child_in ul li:last-child {margin-right:0;}
.page-about .area_list .area .area_child .area_child_in ul li a {background:url("../img/p04/pass01.svg")no-repeat left center;padding-left:15px;display: block;}

#p04box02 .area_list .area:nth-child(2) {display:none!important}
#p04box03 .area_list .area:nth-child(1) {display:none!important;}
#p04box03 .area_list .area h3 span {background:#66C1D8!important;}

#p04box04 {display:none;}

#p04box02	.wrap ul.area_select {display:flex; width:100%; margin-left:0; margin-bottom: 30px; flex-wrap:wrap;}
#p04box02	.wrap ul.area_select li {text-align: center; width:100%; margin-bottom:15px;}
#p04box02	.wrap ul.area_select li a {display:inline-block; width:100%; padding:5px 10px; font-size:18px; color:#ffffff; font-weight:bold; border-radius:20px; line-height:1.5; background: #866935;box-sizing: border-box;}
#p04box02 #map01 .area_menu {display:none;}

#p04box05	.wrap {padding:25px;margin:15px auto;background-color:rgb(186 208 194 / 0.5);}
#p04box05	.wrap .title04 {text-align:left;}
#p04box05	.wrap .link {margin-top: 15px;font-weight:bold;font-size:18px;}
#p04box05	.wrap .link a {color:#0000FF;}
#p04box06	.wrap {padding:25px;margin:15px auto;background-color:rgb(240 205 175 / 0.5);}
#p04box06	.wrap .title04 {text-align:left;}
#p04box06	.wrap .link {margin-top: 15px;font-weight:bold;font-size:18px;}
#p04box06	.wrap .link a {color:#0000FF;}
#p04box07	.wrap	{padding:25px;margin:15px auto;background-color:rgb(121 174 222 / 0.5);}
#p04box07	.wrap .title04 {text-align:left;}
#p04box07	.wrap .link {margin-top: 15px;font-weight:bold;font-size:18px;}
#p04box07	.wrap .link a {color:#0000FF;}
#p04box08	.wrap	{padding:25px;margin:15px auto;background-color:rgb(202 159 172 / 0.5);}
#p04box08	.wrap .title04 {text-align:left;}
#p04box08	.wrap .link {margin-top: 15px;font-weight:bold;font-size:18px;}
#p04box08	.wrap .link a {color:#0000FF;}
#p04box09	.wrap	{padding:25px;margin:15px auto 80px;background-color:rgb(203 158 143 / 0.5);}
#p04box09	.wrap .title04 {text-align:left;}
#p04box09	.wrap .link {margin-top: 15px;font-weight:bold;font-size:18px;}
#p04box09	.wrap .link a {color:#0000FF;}
#p04box02	.wrap ul {display:flex; width:70%; margin-left:15%; margin-bottom: 30px;}
#p04box02	.wrap ul li {text-align: center; width:50%;}
#p04box02	.wrap ul li a {display:inline-block; width:12em; padding:5px 10px; font-size:18px; color:#ffffff; font-weight:bold; border-radius:20px; line-height:1.5; background: #866935;}





/*多摩島しょ地域とは 詳細 p05
=========================================== */
#p05box01 {padding:100px 5% 100px;}
#p05box01 .main_img {width:100%;height:200px;display:table;margin-bottom:60px;position:relative;border-radius:30px;overflow:hidden;}
#p05box01 .main_img .main_img_bg {width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;left:0;top:0;border-radius:30px;}
#p05box01 .main_img .text_box {display:table-cell;vertical-align:middle;text-align:center;color:#fff;position: relative;}
#p05box01 .main_img .text_box h2 {font-size:26px;}
#p05box01 .main_img .text_box p {}


#p05box01 .basic_info {display:block;margin-bottom:100px;box-sizing:border-box;}
#p05box01 .basic_info h3 {font-size:20px;font-weight:bold;}
#p05box01 .basic_info .basic_info_in {padding-top:30px;margin-top:30px;position:relative;width:100%;box-sizing:border-box;}
#p05box01 .basic_info .basic_info_in::after {content:"";width:100%;height:1px;background:url("../img/p05/sen_sp.svg")repeat-x;position:absolute;top:0;left:0;}
#p05box01 .basic_info .basic_info_in ul {}
#p05box01 .basic_info .basic_info_in ul li {margin-bottom:20px;}
#p05box01 .basic_info .basic_info_in ul li:last-child {margin-bottom:0;}
#p05box01 .basic_info .basic_info_in ul li .midashi {width:80px;margin-right:20px;text-align:center;}
#p05box01 .basic_info .basic_info_in ul li .midashi span {display:block;padding:8px 0;background:#FCF7EE;color:#866935;border-radius:35px;}
#p05box01 .basic_info .basic_info_in ul li .naiyou {width:calc(100% - 100px);line-height:2;padding-top:3px;}


#p05box01 .cnt_list {}
#p05box01 .cnt_list .cnt {margin-bottom:60px;}
#p05box01 .cnt_list .cnt:last-child {margin-bottom:0;}
#p05box01 .cnt_list .cnt h3 {margin-bottom:30px;}
#p05box01 .cnt_list .cnt h3 span {display:block;padding:20px 30px;font-size:20px;box-sizing:border-box;border-radius:35px;color:#fff;background:#866935;font-weight:bold;}
#p05box01 .cnt_list .cnt:nth-child(2n) h3 span {color:#866935;background:#FCF7EE;}

#p05box01 .cnt_list.introduction_tax01 .cnt h3 span {background:#50AB7D;}
#p05box01 .cnt_list.introduction_tax01 .cnt:nth-child(2n) h3 span {color:#50AB7D;background:#EDF7F2;}

#p05box01 .cnt_list.introduction_tax02 .cnt h3 span {background:#66C1D8;}
#p05box01 .cnt_list.introduction_tax02 .cnt:nth-child(2n) h3 span {color:#66C1D8;background:#EFF9FB;}

#p05box01 .cnt_list .cnt_in {margin-bottom:30px;}
#p05box01 .cnt_list .cnt_in:last-child {margin-bottom:0;}

/*テキスト入力*/
#p05box01 .cnt_list .cnt_in .text01 {line-height:2;}

/*画像*/
#p05box01 .cnt_list .cnt_in .img_list {display:block;}
#p05box01 .cnt_list .cnt_in .img_list .img {width:100%;max-width:520px;margin:0 auto 30px;}
#p05box01 .cnt_list .cnt_in .img_list .img:last-child{margin-bottom:0;}
#p05box01 .cnt_list .cnt_in .img_list .img img {border-radius:30px;}

/*リンク先*/
#p05box01 .cnt_list .cnt_in .link_list {line-height:2;}
#p05box01 .cnt_list .cnt_in .link_list a {text-decoration:underline;}
#p05box01 .cnt_list .cnt_in .link_list a:hover {opacity:0.7;}

/*YOUTUBE*/
#p05box01 .cnt_list .cnt_in .youtube_box {width:100%;margin:0 auto;}
#p05box01 .cnt_list .cnt_in .youtube_box .youtube {position:relative;width:100%;height:0;padding-top:75%;}
#p05box01 .cnt_list .cnt_in .youtube_box .youtube iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
#p05box01 .cnt_list .cnt_in .youtube_box .youtube_info {margin-top:20px;}

#p05box02 {padding:50px 5%;background:#FCF7EE;}
#p05box02 .cnt {}
#p05box02 .cnt .box {margin-bottom:40px;display:block;}
#p05box02 .cnt .box:last-child {margin-bottom:0;}
#p05box02 .cnt .box h3 {font-size:20px;font-weight:bold;margin-bottom:20px;color:#866935;}


#p05box02 .kanren_link {margin-top:40px;}
#p05box02 .kanren_link h3 {font-size:20px;font-weight:bold;color:#866935;margin-bottom:20px;}
#p05box02 .kanren_link ul {}
#p05box02 .kanren_link ul li {margin-bottom:20px;line-height: 2;}
#p05box02 .kanren_link ul li:last-child {margin-bottom:0;}
#p05box02 .kanren_link ul li a {background: url("../img/common/fnav.svg")no-repeat left top 11px;padding-left: 15px;display: block;}

/*移住定住支援情報 (info) p06
=========================================== */
#p06box01 {padding:100px 5% 130px;}
.allsearch_box {}
.allsearch_box .search_box01 {background:#FCF7EE;padding:30px;display:block;box-sizing:border-box;border-radius:10px;}
.allsearch_box h3 {font-size:20px;color:#866935;font-weight:bold;margin-bottom:20px;}
.allsearch_box .search_box01 h3 {padding-left:35px;background: url("../img/p06/pass01.svg")no-repeat center left;}
.allsearch_box .search_box01 input.s {width:100%;height:60px;padding:18px 20px;box-sizing:border-box;border-radius:10px;border:1px solid #D6D6D6;margin-bottom:20px;}
.allsearch_box .search_box01 input.submit {width: 100%;height: 60px;font-family: 'ZenMaruGothic',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;background:url("../img/p06/pass02.svg") no-repeat center right 13px,#866935;color:#fff;font-size:16px;font-weight:bold;border-radius:10px;border:none;cursor: pointer;}


.allsearch_box .search_box02 {padding-top:60px;border-top:1px solid #D6D6D6;margin-top:60px;}
.allsearch_box .search_box02 h3 {margin-bottom:40px;padding:1px 0 0 30px;background: url("../img/p06/pass03.svg")no-repeat top left;}
.allsearch_box .search_box02 .search_area_list {}
.allsearch_box .search_box02 .search_area_list .area {margin-bottom:80px;}
.allsearch_box .search_box02 .search_area_list .area h4 {margin-bottom:50px;}
.allsearch_box .search_box02 .search_area_list .area h4 span{display:block;padding:20px 30px;font-size:20px;box-sizing:border-box;color:#50AB7D;border-radius:35px;background:#EDF7F2;font-weight:bold;}

.allsearch_box .search_box02 .search_area_list .area:last-child {margin-bottom:0;}
.allsearch_box .search_box02 .search_area_list .area:last-child h4 span {color:#66C1D8;background:#EFF9FB;}
.allsearch_box .search_box02 .search_area_list .area .area_child {padding: 0 20px;box-sizing: border-box;}
.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in {margin-bottom: 60px;display:block;}
.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in:last-child {margin-bottom:0;}

.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in h5 {width:100%;font-weight:bold;}
.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in ul {width:100%;}
.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in ul li {margin:20px 20px 0 0;}
.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in ul li:last-child {margin-right:0;}
.allsearch_box .search_box02 .search_area_list .area .area_child .area_child_in input {margin-right:7px;}

.allsearch_box .search_box03 {padding:60px 0;border-top:1px solid #D6D6D6;border-bottom:1px solid #D6D6D6;margin:60px auto;}
.allsearch_box .search_box03 h3 {margin-bottom:20px;padding-left:30px;background: url("../img/p06/pass04.svg")no-repeat top left;}
.allsearch_box .search_box03 ul {}
.allsearch_box .search_box03 ul li {margin:20px 20px 0 0;}
.allsearch_box .search_box03 ul li:last-child {margin-right:0;}
.allsearch_box .search_box03 input {margin-right:7px;}

.allsearch_box .search_box03_ini {padding:30px 0;margin:30px auto;}
.allsearch_box .search_box03_ini h3 {margin-bottom:20px;padding-left:30px;background: url("../img/p06/pass04.svg")no-repeat top left;}
.allsearch_box .search_box03_ini ul {}
.allsearch_box .search_box03_ini ul li {margin:20px 20px 0 0;}
.allsearch_box .search_box03_ini ul li:last-child {margin-right:0;}
.allsearch_box .search_box03_ini input {margin-right:7px;}

.allsearch_box .btn-search02 {text-align: center;}
.allsearch_box .btn-search02 input.submit {width: 100%;height: 70px;font-family: 'ZenMaruGothic',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;background:url("../img/p06/pass02.svg") no-repeat center right 30px,#484848;color:#fff;font-size:16px;border-radius:40px;border:none;cursor: pointer;}

.check_all_off {text-align:center;margin-top:20px;}
.check_all_off span {cursor:pointer;}

#p06box02 {padding:1px 5% 100px;background:#FCF7EE;}
#p06box02 .search_num {margin:-31px 0 50px;position:relative;text-align:center;}
#p06box02 .search_num span.waku {display:inline-block;padding:11px 25px;font-size:20px;font-weight:bold;background:#C1898D;color:#fff;border-radius:10px;position:relative;}
#p06box02 .search_num span.num {font-size:26px;}
#p06box02 .search_num span.waku::after {content:"";width:23px;height:22px;background:url("../img/p06/kaku.svg")repeat-x;position:absolute;bottom:-14px;left:28px;}

.info_data_list {}
.info_data_list .info_data {margin-bottom:30px;padding:30px;box-sizing:border-box;background:#fff;border-radius:30px;}
.info_data_list .info_data:last-child {margin-bottom:0;}
.info_data_list .info_data .title_box {padding-bottom:30px;border-bottom:1px solid #D6D6D6;margin-bottom:30px;display:block;}
.info_data_list .info_data .title_box .area {margin-bottom:10px;}
.info_data_list .info_data .title_box.first_div {padding-bottom:0px;border-bottom:none;margin-bottom:15px;align-items:center;}
.info_data_list .info_data .title_box .area span {display:inline-block;padding:8px 13px;background:#866935;color:#fff;border-radius:35px;}
.info_data_list .info_data .title_box h2 {font-size:20px;color:#866935;line-height: 42px;}
.info_data_list .info_data ul {}
.info_data_list .info_data ul li {margin-bottom:30px;display:block;}
.info_data_list .info_data ul li:last-child {margin-bottom:0;}
.info_data_list .info_data ul li .midashi {width:100%;font-weight:bold;margin-bottom:10px;}
.info_data_list .info_data ul li .naiyou {width:100%;line-height:2;}


/*「住まい」「しごと」に関する情報(house,work) p07,p08 共通
=========================================== */
#p07box01 {padding:100px 5% 0;}
#p07box01.working_board {padding:0 5% 0;}
#topbox07.working_board .news_list {padding-top: 0; max-height:400px;overflow-y:auto;}
#p07box01 h3 {margin-bottom:30px;}
#p07box01 h3 span {display:block;padding:20px 30px;font-size:20px;box-sizing:border-box;border-radius:35px;color:#fff;background:#866935;font-weight:bold;}
#p07box01 .cnt01 {margin-bottom:100px;}
#p07box01 .cnt01 .cnt02 {display:block;}
#p07box01 .cnt01 .cnt02 .cnt02_in {width:100%;margin-bottom:60px;}
#p07box01 .cnt01 .cnt02 .cnt02_in:last-child {margin-bottom:0;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box01 {width:100%;height:120px;display:table;overflow:hidden;border-radius:30px;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box01 h4 {display:table-cell;vertical-align:middle;text-align:center;color:#fff;font-size: 20px;}
.page-tour_fair #p07box01 .cnt01 .cnt02 .cnt02_in .box01 h4 {color:#fff;background-color: rgba(0, 0, 0, 0.5);}

.page-house #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(1) .box01 {background:url("../img/p07/box01_01.png") no-repeat center;background-size:cover;}
.page-house #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(2) .box01 {background:url("../img/p07/box01_02.png") no-repeat center;background-size:cover;}
.page-house #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(3) .box01 {background:url("../img/p07/box01_03.png") no-repeat center;background-size:cover;}

.page-work #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(1) .box01 {background:url("../img/p08/box01_01.png") no-repeat center;background-size:cover;}
.page-work #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(2) .box01 {background:url("../img/p08/box01_02.png") no-repeat center;background-size:cover;}
.page-work #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(3) .box01 {background:url("../img/p08/box01_03.png") no-repeat center;background-size:cover;}
.page-work #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(4) .box01 {background:url("../img/p08/box01_04.png") no-repeat center;background-size:cover;}
.page-work #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(5) .box01 {background:url("../img/p08/box01_05.png") no-repeat center;background-size:cover;}

.page-tour_fair #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(1) .box01 {background:url("../img/p14/tour01.jpg") no-repeat center;background-size:cover;}
.page-tour_fair #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(2) .box01 {background:url("../img/p14/tour02.jpg") no-repeat center;background-size:cover;}
.page-tour_fair #p07box01 .cnt01 .cnt02 .cnt02_in:nth-child(3) .box01 {background:url("../img/p14/tour03.jpg") no-repeat center;background-size:cover;}

#p07box01 .cnt01 .cnt02 .cnt02_in .text01 {line-height:2;margin-top:30px;}

#p07box01 .cnt01 .cnt02 .cnt02_in .box02 {margin-top:30px;border-top:1px dashed #707070;padding-top:30px;display: block;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in {margin-bottom:30px;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in:last-child {margin-bottom:0;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in h5 {font-size:20px;margin-bottom:30px;font-weight:bold;color:#50AB7D;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in:last-child h5 {color:#66C1D8;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in .ul_list {}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in ul {margin-right:30px;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in ul:last-child {margin-right:0;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in ul li {margin-bottom:30px;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box02 .box02_in ul li:last-child {margin-bottom:0;}
#p07box01 a {background:url("../img/p07/pass01.svg")no-repeat left top 7px;padding-left:15px;display: block;}

#p07box01 .cnt01 .cnt02 .cnt02_in .box03 {margin-top:30px;border-top:1px dashed #707070;padding-top:30px;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box03 .box03_in {margin-bottom:30px;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box03 .box03_in:last-child {margin-bottom:0;}
#p07box01 .cnt01 .cnt02 .cnt02_in .box03 .box03_in h5 {}
#p07box01 .cnt01 .cnt02 .cnt02_in .box03 .box03_in .text02 {font-size:13px;line-height:1.5;margin-top:15px;color:#949494;}

#p07box01 .cnt03 {display:block;}
#p07box01 .cnt03 .cnt02_in {width:100%;margin-bottom:100px;}
#p07box01 .cnt03 .cnt02_in:last-child {margin-bottom:0;}
#p07box01 .cnt03 .cnt02_in ul {}
#p07box01 .cnt03 .cnt02_in ul li {margin-bottom:20px;}
#p07box01 .cnt03 .cnt02_in ul li:last-child {margin-bottom:0;}


/*移住・定住関連イベント情報 (event) p09
=========================================== */
#two-content {padding:100px 5% 0;} 
div#two-main {width:100%;float:none;}
div#two-main .text01 {line-height:2;margin-bottom:60px;}
div#two-main .search_title {}
div#two-main .search_title span {display:block;padding:20px 30px;font-size:20px;box-sizing:border-box;border-radius:35px;color:#fff;background:#866935;font-weight:bold;}

div#two-main .sentaku_list {margin-top:30px;}
div#two-main .sentaku_list li {margin:10px 10px 0 0;}
div#two-main .sentaku_list li a {text-decoration: none;padding:8px 30px 8px 15px; display: inline-block;background: url("../img/p09/batsu.png") no-repeat right 5px center #eee; border-radius: 35px;}

.event_box_list {margin-top:40px;}
.event_box_list .event_box {margin-bottom:60px;border-bottom:1px solid #949494;padding-bottom:60px;}
.event_box_list .event_box:last-child {margin-bottom:0;border-bottom:0;padding-bottom:0;}
.event_box_list .event_box .cnt {display: block;}
.event_box_list .event_box .cnt .info {width:100%;}
.event_box_list .event_box .cnt .info .tax_list {margin-bottom:10px;}
.event_box_list .event_box .cnt .info .tax_list li {margin:0 10px 10px 0;}
.event_box_list .event_box .cnt .info .tax_list li span {display:inline-block;padding:8px 13px;background:#FCF7EE;color:#866935;border-radius:35px;}
.event_box_list .event_box .cnt .info .tax_list li.kaisai span {background:#B72626;color:#fff;}
.event_box_list .event_box .cnt .info .day {color:#866935;margin-bottom:20px;}
.event_box_list .event_box .cnt .info .title {font-size:20px;line-height:2.1;}
.event_box_list .event_box .cnt .img {width:100%;margin-top:30px;}
.event_box_list .event_box .cnt .img img {border-radius:30px;}
.event_box_list .event_box .btn_list {display:block;margin-top:40px;}
.event_box_list .event_box .btn_list .btn01 {}
.event_box_list .event_box .btn_list .btn01:nth-child(2) {margin-top:30px;}
/*サイドバー*/
div#two-side {width:100%;float:none;margin-top:80px;}
div#two-side .sideBox01 > li {padding-bottom:80px;position:relative;}
div#two-side .sideBox01 > li::after {content:"";width:100%;height:1px;background:url("../img/p09/sen.svg")repeat-y;position:absolute;bottom:40px;left:0;}
div#two-side .sideBox01 > li:last-child {padding-bottom:0;}
div#two-side .sideBox01 > li:last-child::after {content:none;}
div#two-side .sideBox01 > li .widgettitle {font-size:18px;font-weight:bold;margin-bottom:30px;}

div#two-side .sideBox01 select {width:100%;height:50px;border:1px solid #707070;box-sizing:border-box;padding:0 20px;background: #fff;border-radius:10px;font-size: 16px;font-family: 'ZenMaruGothic',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
div#two-side #calendar {margin-top:30px;}

/*カレンダーヘッダー */
.fc-toolbar.fc-header-toolbar {margin-bottom:20px!important;}
.fc-button {width:30px!important;height:30px!important;border-radius:10px!important;border: none !important;}
.fc-left .fc-corner-left {background:url("../img/p09/left.svg") no-repeat center #866935!important;}
.fc-right .fc-corner-right {background:url("../img/p09/right.svg") no-repeat center #866935!important;}
.fc-center {line-height:30px;font-size:18px;}
.fc-clear {display: none;}
.fc-icon {display:none !important;}

/*カレンダーボーダー */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
 border-color:#D6D6D6 !important;
}

/*カレンダー曜日*/
div#two-side #calendar .fc-head th {background:#BFB094;color:#fff;height:34px;font-weight:500;vertical-align: middle;}
div#two-side #calendar .fc-head th.fc-sat {background:#4C70C2;}
div#two-side #calendar .fc-head th.fc-sun {background:#CC4A4A;}

/*カレンダー日付*/
div#two-side #calendar .fc-body td {height:34px;font-weight:500;vertical-align: middle;}
div#two-side #calendar .fc-body td.fc-day-top {display:table-cell;position:relative;}
div#two-side #calendar .fc-body td.fc-day-top.fc-today {color:#ff0000;}
div#two-side #calendar .fc-body td.fc-day-top.an {text-decoration:underline;}

div#two-side #calendar .fc-body td.fc-sat {color:#4C70C2;}
div#two-side #calendar .fc-body td.fc-sun {color:#CC4A4A;}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {float: none!important;text-align: center;display: block;padding: 0 !important;}

/*カレンダーアンカー*/
div#two-side #calendar .fc-body td.fc-day-top.an {background:#FCF7EE;}
div#two-side #calendar .fc-body td.fc-day-top.an.on {background:#866935;}
div#two-side #calendar .fc-body td.fc-day-top a {display:block;height:100%;width:100%;text-align:center;position:absolute;left:0;top:0;color: transparent;}
div#two-side #calendar .fc-body td.fc-day-top.an.on a.not {z-index:2;} 
div#two-side #calendar .fc-body td.fc-day-top.an.on a.not::before {content:"";width:15px;height:15px;background: url("../img/p09/batsu.png") no-repeat;background-size: contain;position:absolute;right:0;top:0;}

.fc-scroller.fc-day-grid-container {height:auto!important;overflow: hidden!important;}
.fc-row.fc-week.fc-widget-content {height:34px!important;min-height:auto !important;}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end { display: none;}
.fc-row .fc-bg {display: none;}


div#two-side .tax_list {}
div#two-side .tax_list li {margin-bottom:20px;}
div#two-side .tax_list li:last-child {margin-bottom:0;}
div#two-side .tax_list li a {display:block;padding-left:12px;background:url("../img/p09/pass01.svg")no-repeat center left;}


/* 無限スクロールボタン */
.scnav {text-align: center;position: relative;}

/*無限スクロールボタンの装飾*/
#more-button {margin:80px auto 0;width:100%;height:140px;display: table;}
#more-button span.waku {display:table-cell;vertical-align:middle;text-align:center;border:1px dashed #707070;text-decoration: none;font-size:20px;cursor: pointer;}
#more-button span.waku:hover{background:#FCF7EE;}
#more-button span.text {padding-right:40px;background:url("../img/p09/plus.svg")no-repeat center right;}


.scroller-status {display: none;  margin-top: 10px;}
/*呼び出し中のローディング設定*/
.infinite-scroll-request {animation: scroll-request 1.1s infinite linear;border: 4px solid #00b8d4;
border-left: 4px solid #fff;border-radius: 50%;height: 48px;margin: auto;width: 48px;}

@keyframes scroll-request {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.infinite-scroll-last,
.infinite-scroll-error {color: #757575;text-align: center;}

#single_event_data {padding:100px 5% 0;}
#single_event_data .btn02 {margin:100px auto 0;}



/*東京多摩島しょ移住・定住相談窓口 (support) p10
=========================================== */
#p10box01 {padding:100px 5% 0;}
#p10box01 .img_list {display:block;}
#p10box01 .img_list img {margin-bottom:30px;}
#p10box01 .text_list {margin-bottom:30px;line-height:2;}
#p10box01 .text_list .text {margin-bottom:40px;}
#p10box01 .text_list .text:last-child {margin-bottom:0;}

#p10box01 .cnt_list {}
#p10box01 .cnt_list .cnt {margin-bottom:100px;}
#p10box01 .cnt_list .cnt:last-child {margin-bottom:0;}
#p10box01 .cnt_list .cnt h3 {margin-bottom:30px;}
#p10box01 .cnt_list .cnt h3 span {display:block;padding:20px 30px;color:#fff;background:#866935;font-size:20px;font-weight:bold;border-radius:35px;}
#p10box01 .cnt_list .cnt .bg {padding:30px;box-sizing:border-box;border-radius:10px;background:#FCF7EE;}
#p10box01 .cnt_list .cnt .bg .ul01 {margin-bottom:30px;}
#p10box01 .cnt_list .cnt .bg .ul01 .tel {margin-bottom:30px;font-size:22px;}
#p10box01 .cnt_list .cnt .bg .ul01 .tel a {padding-left:40px;background:url("../img/top/tel.svg")no-repeat center left;}
#p10box01 .cnt_list .cnt .bg .ul01 .mail {font-size:22px;padding-left:40px;background:url("../img/top/mail.svg")no-repeat top 5px left;}
#p10box01 .cnt_list .cnt .bg .ul02 {margin-bottom:30px;line-height:2;}
#p10box01 .cnt_list .cnt .bg .text01 {margin-bottom:30px;line-height:2;}
#p10box01 .cnt_list .cnt .bg .text02 a {text-decoration:underline;}

#p10box01 .cnt_list .cnt .area_cat {justify-content:space-between;margin-bottom:30px;}
#p10box01 .cnt_list .cnt .area_cat li {width:calc(50% - 10px);margin:0 20px 30px 0;}
#p10box01 .cnt_list .cnt .area_cat li:nth-child(2n) {margin-right:0;}
#p10box01 .cnt_list .cnt .area_cat li a {padding-right:20px;background:url("../img/p10/pass01.svg")no-repeat center right;}

#p10box01 .cnt_list .cnt .table_list {}
#p10box01 .cnt_list .cnt .table_list .table00 {margin-bottom:60px;}
#p10box01 .cnt_list .cnt .table_list .table00:last-child {margin-bottom:0;}
#p10box01 .cnt_list .cnt .table_list .table00 h4 {font-size:18px;color:#866935;margin-bottom:20px;}
#p10box01 .cnt_list .cnt .table_list .table00 table {border: 1px solid #D6D6D6;font-size:15px;}
#p10box01 .cnt_list .cnt .table_list .table00 table th {vertical-align:middle;font-weight: 500;}
#p10box01 .cnt_list .cnt .table_list .table00 table td {vertical-align:middle;}
#p10box01 .cnt_list .cnt .table_list .table00 table thead {}
#p10box01 .cnt_list .cnt .table_list .table00 table thead tr {border-bottom: 1px solid #D6D6D6;}
#p10box01 .cnt_list .cnt .table_list .table00 table thead th {width:calc(100% / 3);background:#FCF7EE;padding:10px;text-align:center;box-sizing:border-box;}
#p10box01 .cnt_list .cnt .table_list .table00 table thead td {width:calc(100% / 3);border-left: 1px solid #D6D6D6;background:#FCF7EE;padding:10px;text-align:center;box-sizing:border-box;}

#p10box01 .cnt_list .cnt .table_list .table00 table tbody {}
#p10box01 .cnt_list .cnt .table_list .table00 table tbody tr {border-bottom: 1px solid #D6D6D6;line-height:2;}
#p10box01 .cnt_list .cnt .table_list .table00 table tbody tr:last-child {border-bottom: 0;}
#p10box01 .cnt_list .cnt .table_list .table00 table tbody th {padding:10px;text-align:center;}
#p10box01 .cnt_list .cnt .table_list .table00 table tbody th a {text-decoration:underline;}
#p10box01 .cnt_list .cnt .table_list .table00 table tbody td {padding:10px;border-left: 1px solid #D6D6D6;text-align:center;}


/*多摩島しょ移住・定住促進つながりネットワーク (network) p11
===================================================== */
#p11box01 {padding:100px 5%;}
#p11box01 h3 span, #p11box02 h3 span, #p11box03 h3 span {display:block;padding:20px 30px;color:#fff;background:#866935;font-size:20px;font-weight:bold;border-radius:35px;}
#p11box01 .cnt01 {margin-bottom:150px;}
#p11box01 .cnt01 .text {line-height:2;margin:30px auto 40px;}
#p11box01 .cnt01 .btn01 {}

#p11box01 .cnt02 {}
#p11box01 .cnt02 .tsunagari_list {width:90%;margin:0 auto;}
#p11box01 .cnt02 .tsunagari_list .tsunagari {width:100%;margin-top:40px;}

#p11box02 {padding:50px 5%;background:#fff;}
#p11box02 .text {margin-bottom:40px;font-size:20px;font-weight:bold;line-height:32px;margin-top: 40px;}

#p11box03 {padding:40px 20px 0;}

#p11box03 .text {margin-top: 40px;}

#p11box01 hr.result {border-top: 1px dashed #707070;}
#p11box01 ul.result {padding-top:1rem;}
#p11box01 ul li a {
	background: url(../img/p07/pass01.svg) no-repeat left top 7px;
	padding-left: 15px;
	display: block;
}
#p11box01 iframe{
	height:315px;
	max-width:560px;
	width:95%;
	margin: 2rem 2.5% 0;
}
#p11box01 .cnt01 .text2 {line-height:2;margin:2rem auto 1rem}
#p11box01 .cnt04 {width:100%; margin:0 auto 4rem;}
#p11box01 .cnt04 .movie {	margin:0 auto; max-width:560px;}


/*つながりネットワーク 詳細
===================================================== */
#p12box01 {padding:100px 5% 0;}
#p12box01 .cnt01 {display:block;}
#p12box01 .cnt01 .img {width:90%;margin:0 auto 40px;}
#p12box01 .cnt01 .img img {border-radius:10px;}
#p12box01 .cnt01 .info {}
#p12box01 .cnt01 .info h2 {width:100%;padding-bottom:30px;border-bottom:1px solid #D6D6D6;margin-bottom:30px;color:#866935;font-size:20px;line-height:42px;}
#p12box01 .cnt01 .info ul {}
#p12box01 .cnt01 .info ul li {margin-bottom:30px;}
#p12box01 .cnt01 .info ul li:last-child {margin-bottom: 0;}
#p12box01 .cnt01 .info ul li .midashi {width:100%;font-weight:bold;margin-bottom:10px;}
#p12box01 .cnt01 .info ul li .naiyou {width:100%;}

#p12box01 .cnt02 {margin-top:60px;}
#p12box01 .cnt02 .network_img {margin-bottom:30px;width:100%;}
#p12box01 .cnt02 .network_img:last-child {margin-bottom: 0;}
#p12box01 .cnt02 .network_img img {border-radius:30px;}

#p12box01 .cnt03 {margin-top:60px;padding:30px;box-sizing:border-box;background:#FCF7EE;border-radius:10px;}
#p12box01 .cnt03 h3 {font-weight:bold;margin-bottom:20px;}
#p12box01 .cnt03 .text {line-height:2;}
#p12box01 .btn01 {margin-top:100px;}

/*入会申し込みフォーム (entry) p13
===================================================== */
#p13box01 {padding:100px 5% 0;}
#p13box01 .text {margin-bottom:20px;line-height:2;}

#p13box01 .contact_form {padding:30px;background:#FCF7EE;border-radius:10px;box-sizing:border-box;}
#p13box01 .contact_form table {margin-bottom:30px;}
#p13box01 .contact_form table tr {}
#p13box01 .contact_form table th {width:100%;display:block;padding:25px 20px;box-sizing:border-box;background:#866935;color:#fff;font-weight: 500;}
#p13box01 .contact_form table th.hissu {background:url("../img/p13/hissu.svg")no-repeat center right 20px #866935;}
#p13box01 .contact_form table tr:first-child th {border-radius:10px 10px 0 0;}
#p13box01 .contact_form table td {width:100%;display:block;padding:20px;box-sizing:border-box;background:#fff;}
#p13box01 .contact_form a {text-decoration:underline;}

/*text*/
input.wpcf7-text {width: 100%;height: 40px;box-sizing: border-box;padding:5px;border:1px solid #D6D6D6;background:#fff;font-size:15px;font-weight:500;}
/*textarea*/
textarea.wpcf7-textarea {width: 100%;height:200px;box-sizing: border-box;padding:5px;border:1px solid #D6D6D6;background:#fff;font-size:15px;font-weight:500;}

/*チェックボックス*/
.wpcf7-list-item {display: block;margin:0 0 20px 0!important;width: 100%; }
.wpcf7-list-item.last {margin-bottom:0!important;}


/*住所*/
.zip_list {}
.zip_list .zip00 .zip_th {margin-bottom:10px;}
.zip_list .zip01 {margin-bottom:10px;}
.zip_list .memo {display:block;margin-top:5px;font-size:14px;}

input::placeholder {color: #D6D6D6;opacity:1!important}
textarea::placeholder {color: #D6D6D6;opacity:1!important}

.contact_form .td01 {margin-bottom:20px;display: block;line-height:2;}
.contact_form .td02 {margin-bottom:20px;display: block;}
.contact_form .td03 {margin-bottom:20px;display: block;}

.contact_form .td01.last {margin-bottom:0;}
.contact_form .td02.last {margin-bottom:0;}
.contact_form .td03.last {margin-bottom:0;}

.kiyaku {}
.kiyaku .kiyaku01 {margin-bottom:5px;display: block;}
.kiyaku .kiyaku02 {display: block;text-align:center;}
.kiyaku ~ p {text-align:center;}
input.wpcf7-form-control.btn04 {width:100%;height:70px;margin: 60px auto 0;font-size:16px;font-weight: 500;color:#000;background: url("../img/common/btn01.svg") no-repeat center right 20px #fff;border-radius:40px;text-decoration:none;border:1px solid #D6D6D6;font-family: 'ZenMaruGothic',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.wpcf7-spinner {display: block!important;}


/*プライバシーポリシー (privacy) p14
===================================================== */
#p14box01 {padding:100px 5% 0;}
#p14box01 .text01 {line-height:2;margin-bottom:100px;}
#p14box01 .privacy_list {}
#p14box01 .privacy_list .privacy01 {margin-bottom:60px;}
#p14box01 .privacy_list .privacy01:last-child {margin-bottom:0;}
#p14box01 .privacy_list .privacy01 h2 {margin-bottom:30px;}
#p14box01 .privacy_list .privacy01 h2 span {display:block;padding:20px 30px;color:#fff;background:#866935;font-size:20px;font-weight:bold;border-radius:35px;}
#p14box01 .privacy_list .privacy01 .text_list {line-height:2;}
#p14box01 .privacy_list .privacy01 .text_list .text {margin-bottom:40px;}
#p14box01 .privacy_list .privacy01 .text_list .text:last-child {margin-bottom:0;}

/*ツアー・フェアー pXX
===================================================== */
#tourbox01 {padding:0;}
#tourbox01 .tour_container{margin: 10px;}
#tourbox01 .tour_table{margin-left:5px; margin-right:5px;width:100%;}
#tourbox01 .tour_table tr{}
#tourbox01 .tour_table td {padding: 6px;}
#tourbox01 .tour_table td.first_td {width: 40%; padding-left: 5px; text-align: center;}
#tourbox01 .first_div {border-radius: 10px; background-color:#866935; padding: 10px,0; text-align: center;color: #Fff;}
#tourbox01 .second_div {background-color:#FCF7EE; padding: 10px; text-align: left;}

/*フォトギャラリー (gallery) p20
===================================================== */
#p20box01 {padding:100px 5%;}

.gallery {}
.gallery a {text-decoration:none;}
.gallery .img {margin-bottom:15px;overflow:hidden;border-radius:10px;}
.gallery .img img {border-radius:10px;transition:0.3s;}
.gallery .title {line-height:1.6;text-align: center;}

#p20box01 h3 span, #p20box02 h3 span, #p20box03 h3 span {display:block;padding:20px 30px;color:#fff;background:#866935;font-size:20px;font-weight:bold;border-radius:35px;}
#p20box01 .cnt01 {margin-bottom:150px;}
#p20box01 .cnt01 .text {line-height:2;margin:60px auto 0px; font-weight: bold; font-size: 18px;}
#p20box01 .cnt01 .btn01 {}
#p20box01 .cnt01 .btn03 {}

#p20box01 .cnt01 {}
#p20box01 .cnt01 .gallery_list {width:90%;margin:0 auto;}
#p20box01 .cnt01 .gallery_list .gallery {width:100%;margin-top:40px;}

#p20box02 {padding:50px 5%;background:#fff;}
#p20box02 .text {margin-bottom:40px;font-size:20px;font-weight:bold;line-height:32px;margin-top: 40px;}

#p20box03 {padding:40px 20px 0;}

#p20box03 .text {margin-top: 40px;}
/*Thanks・404
=========================================== */
#other {padding:100px 5% 0;text-align: center;}
#other h2 {font-size: 20px;margin-bottom: 25px;}
#other p {position: relative;margin: 10px auto;}

/*ページ内検索
=========================================== */
#p100box01 {padding:100px 5% 0;}
#p100box01 .search_num {margin-bottom:50px;position:relative;text-align:center;}
#p100box01 .search_num span.waku {display:inline-block;padding:11px 25px;font-size:20px;font-weight:bold;background:#C1898D;color:#fff;border-radius:10px;position:relative;}
#p100box01 .search_num span.num {font-size:26px;}
#p100box01 .search_num span.waku::after {content:"";width:23px;height:22px;background:url("../img/p06/kaku.svg")repeat-x;position:absolute;bottom:-14px;left:28px;}

.search_list .page_name {width:100%;padding-bottom:41px;margin-bottom:40px;position:relative;}
.search_list .page_name:last-child {padding-bottom:0;margin-bottom:0;}
.search_list .page_name::after {content:"";width:100%;height:1px;background:url("../img/top/sen01.svg")repeat-y;position:absolute;bottom:0;left:0;}
.search_list .page_name:last-child::after {content:none;}
.search_list .page_name a {text-decoration:none;}



/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 370px) {
}
@media screen and (min-width: 0px) and (max-width: 350px) {
}
@media screen and (min-width: 0px) and (max-width: 330px) {

}
@media screen and (min-width: 0px) and (max-width: 1200px) {
}

.sitemap ul li a {
    background: url(../img/common/fnav.svg) no-repeat left top 11px;
    padding-left: 15px;
		display: block;
}

.column_flex {
	display: flex;
}
.column_flex .column_box {
	width: 400px;
}
@media screen and (max-width: 768px) {
	.column_flex {
		display: block;
	}
	.column_flex .column_box {
		width: 100%;
	}
}
