@charset "utf-8";


/*=============================================
	
	非表示指定
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

@media print, screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}




/*=============================================
	
	FONT指定
	
==============================================*/
.min01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: normal;
	font-weight: 300;
}

.en01 {
	font-family: 'Bodoni Moda', serif;
	font-style: italic;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font140 {
	font-size: 140%;
}
.font150 {
	font-size: 150%;
}
.font160 {
	font-size: 160%;
}
.font200 {
	font-size: 200%;
}
.font240 {
	font-size: 240%;
}
.font300 {
	font-size: 300%;
}
.font320 {
	font-size: 320%;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	margin: 0 0 0.4em;
}


/*=============================================
	
	ボタン 指定
	
==============================================*/
.btn01 {
	width: 100%;
	text-align: center;
}
.btn01 a {
	display: block;
	text-align: center;
	padding: 1.0em 0;
	color: #FFF;
	font-size: 1.1em;
	background: #000;
}
.btn01.line a {
	background-color: #4CC764;
}
@media print, screen and (min-width: 769px) {
	.btn01 {
		max-width: 480px;
		margin: 0 auto;
	}
	.btn01 a {
		padding: 12px 0;
		font-size: 13px;
	}
	.btn01 a:hover {
		background: #333;
		color: #FFF;
	}
}

/*=============================================
	
	くの字 指定
	
==============================================*/
.arrow_right {
   position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.arrow_right::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 40%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

.arrow_below {
   position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.arrow_below::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 40%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}


/*=============================================
	
	短いボーダー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.short_border {
		position: relative;
		width: 12%;
		height: 1px;
		background: #333;
		margin: 2.4em auto;
	}
}

@media print, screen and (min-width: 769px) {
	.short_border {
		position: relative;
		width: 5%;
		height: 1px;
		background: #333;
		margin: 40px auto;
	}
}

/*=============================================
	
	背景 カラーリング・位置指定
	
==============================================*/

.bg_right, .bg_left {
	position: relative;
}
.bg_right:before , .bg_left:before, .bg_all:before {
	content: "";
	width: 92%;
	height: 100%;
	position: absolute;
	top: 2.4em;
	right: 0;
	background-color: #F1EEED;
}
.bg_left:before  {
	left: 0;
}
.bg_all:before {
	width: 100%;
}

@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.bg_right:before , .bg_left:before  {
		width: 90%;
	}
}

/*=============================================
	
	WRAPPER
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
@media print, screen and (min-width: 769px) {
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/*=============================================
	
	Container
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.container {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
}
@media print, screen and (min-width: 769px) {
	.container {
		width: 960px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
}

/*=============================================
	
	h1タグ
	
==============================================*/
h1 {
	font-size: 0.8em;
	padding: 0.3em 0;
	text-align: right;
	background: #ffffff;
	color: #6f8088;
}
@media print, screen and (max-width: 768px) {
}
@media print, screen and (min-width: 769px) {
	h1 {
		padding: 0.3em 0 0.3em 0;
	}
}

/*---------------------------------------------------------

    HEADER

---------------------------------------------------------*/

@media screen and (max-width: 768px) {
	header #gnavi {
		height: 56px;
		position: absolute;
		z-index: 999;
	}
	header #gnavi h2.logo {
		width: 30%;
		margin: 0 auto;
		padding: 20px 5%;
		background: #FFF;
	}
	header #gnavi h2.logo a img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	header #gnavi .tel_btn {
		position: absolute;
		left: 5%;
		top: 14px;
		width: 7%;
		margin: 0 0;
	}
	header #gnavi .tel_btn a img {
		width: 100%;
		max-width: 30px;
	}
	/* ナビメニューのスタイルを指定 */
	nav.NavMenu {
	position: fixed;
	z-index: 500; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #333; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.4s; /*アニメーションの時間を指定*/
	padding: 2.0em 0 2.4em;
	height: 100%;
	border-top: 3px solid #887249;
	}
	nav.NavMenu .container{
		height: 96%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */		
	}
	nav.NavMenu .container::-webkit-scrollbar {	/* Chrome, Safari 対応 */
		display:none;
	}
	nav.NavMenu ul.nav_list {
	margin: 0 0 2.4em;
	padding: 5.0em 0 0;
	text-align: center;
	}
		
	nav.NavMenu ul.nav_list li {
	display: inline-block;
	width: 45%;
	margin: 0 2% 0;
	font-size: 1.1em;
	list-style-type: none;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #F3F3F3;
	}
	nav.NavMenu ul.nav_list li a {
	display: block; /*クリックできる領域を広げる*/
	color: #333;
	padding: 1.6em 0;
	position: relative;
	}	
	nav.NavMenu ul.nav_list li a:after {
		content:"";
		display:block;
		width:4px;
		height:4px;
		position:absolute;
		right: 2%;
		top: 44%;
		margin-left: -10px;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	
	nav.NavMenu ul.banner_list {
		margin: 0 0 1.6em;
	}
	nav.NavMenu ul.banner_list li {
		width: 80%;
		margin: 0 0 1.0em;
		text-align: center;
		position: relative;
	}
	nav.NavMenu ul.banner_list li a {
		display: block;
		background: #887249;
		color: #FFF;
		font-size: 1.2em;
		font-weight: bolder;
		padding: 1.2em 0;
	}
	nav.NavMenu ul.banner_list li.tel, nav.NavMenu ul.banner_list li.form {
		width: 100%;
	}
	nav.NavMenu ul.banner_list li.tel a {
		background: url(/img/common/icon_tel_wht.png) no-repeat 12% center #333;
		background-size: 8% auto;
		margin: 0 auto;
		width: 100%;
		color: #FFF;
	}
	nav.NavMenu ul.banner_list li:last-child {
		margin: 0 0 0;
	}
	nav.NavMenu ul.banner_list li a:after {
		content:"";
		display:block;
		width:8px;
		height:8px;
		position:absolute;
		right: 6%;
		top: 44%;
		margin-left: -10px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	nav.NavMenu ul.banner_list li.tel a:after {
		content: none;
	}

	/*トグルボタンが押されたときに付与するクラス*/
	nav.NavMenu.active {
	transform: translateY(0px);
	}	
	
	/*英語ボタン*/
	.btn_en {
	    position: absolute;
	    left: 5%;
	    top: 25px;
	    cursor: pointer;
	    background: #887249;
	}
	.btn_en a {
		color: #FFF;
		display: block;
		padding: 0.4em 1em;
	}

	/*トグルボタンのスタイルを指定*/
	.Toggle {
	    position: fixed;
	    right: 0;
	    top: 25px;
	    width: 60px;
	    height: 60px;
	    cursor: pointer;
	    z-index: 600;
	    background: #887249;
	}
	 
	.Toggle span {
	    display: block;
	    position: absolute;
	    width: 24px;
	    border-bottom: solid 1px #FFF;
	    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	    transition: .35s ease-in-out;			/*変化の速度を指定*/
	    left: 18px;
	}
	 
	.Toggle span:nth-child(1) {
	    top: 18px;
	}
	 
	.Toggle span:nth-child(2) {
	    top: 27px;
	}
	 
	.Toggle span:nth-child(3) {
	    top: 36px;
	}
	
	.Toggle.active span {
	    border-bottom: solid 1px #FFF;
	} 
	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
	    top: 28px;
	    left: 18px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	/* 2番目と3番目のspanを45度に */
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
	    top: 28px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}	

}

@media screen and (min-width: 769px) {
	header #gnavi {
		width: 100%;
		height: 64px;
		position: absolute;
		z-index: 999;
	}
	header #gnavi h2.logo {
		width: 120px;
		margin: 0 auto;
		padding: 16px 32px;
		background: #FFF;
	}

	/* ナビメニューのスタイルを指定 */
	nav.NavMenu {
	position: fixed;
	z-index: 500; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #333; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.4s; /*アニメーションの時間を指定*/
	padding: 20px 0 40px;
	border-top: 3px solid #887249;
	}

	nav.NavMenu ul.banner_list {
		text-align: left;
		margin: 0 0 30px;
	}
	nav.NavMenu ul.banner_list li {
		display: inline-block;
		width: 25%;
		margin: 0 2% 0 0;
		text-align: center;
	}
	nav.NavMenu ul.banner_list li a {
		display: block;
		background: #887249;
		color: #FFF;
		font-size: 1.0em;
		font-weight: bolder;
		padding: 0.8em 0;
		position: relative;
	}
	nav.NavMenu ul.banner_list li.tel {
		display: none;
	}
	nav.NavMenu ul.banner_list li:last-child {
		margin: 0 auto 0;
	}
	nav.NavMenu ul.banner_list li a:after {
		content:"";
		display:block;
		width:8px;
		height:8px;
		position:absolute;
		right: 6%;
		top: 40%;
		margin-left: -10px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}

	nav.NavMenu ul.nav_list {
	margin: 0 0 0;
	padding: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}
		
	nav.NavMenu ul.nav_list li {
	font-size: 12px;
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
	border-right: 1px solid #CCC;
	letter-spacing: 1px;
	}
	nav.NavMenu ul.nav_list li:last-child {
		border-right: none;
	}		
	nav.NavMenu ul.nav_list li a {
	display: block; /*クリックできる領域を広げる*/
	color: #333;
	padding: 0 8px 0;
	}	
	
	nav.NavMenu .tel_banner {
		position: absolute;
		right: 0;
		top: 14px;
		width: 280px;
	}

	
	/*トグルボタンが押されたときに付与するクラス*/
	nav.NavMenu.active {
	transform: translateY(0%);
	}	

	/*英語ボタン*/
	.btn_en {
	    position: absolute;
	    left: 5%;
	    top: 20px;
	    cursor: pointer;
	    background: #887249;
	}
	.btn_en a {
		color: #FFF;
		display: block;
		padding: 0.4em 1em;
		font-size: 12px;
	}

	
	/*トグルボタンのスタイルを指定*/
	.Toggle {
	    display: block;
	    position: fixed;    /* bodyに対しての絶対位置指定 */
	    right: 0;
	    top: 0;
	    width: 60px;
	    height: 60px;
	    cursor: pointer;
	    z-index: 999;
	    background: #887249;
	}
	 
	.Toggle span {
	    display: block;
	    position: absolute;
	    width: 24px;
	    border-bottom: solid 2px #FFF;
	    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	    transition: .35s ease-in-out;			/*変化の速度を指定*/
	    left: 18px;
	}
	 
	.Toggle span:nth-child(1) {
	    top: 18px;
	}
	 
	.Toggle span:nth-child(2) {
	    top: 28px;
	}
	 
	.Toggle span:nth-child(3) {
	    top: 38px;
	}
	
	.Toggle.active span {
	    border-bottom: solid 2px #FFF;
	} 
	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
	    top: 28px;
	    left: 18px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	/* 2番目と3番目のspanを45度に */
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
	    top: 28px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	/* 下層ページ用カラー設定 */
	.color_black span {
	    border-bottom: solid 2px #FFF !important;
	}
	#fix_fair, #fix_request {
		position: fixed;
		right: 0;
		top: 0;
		background: #FFF;
		z-index: 500;
		background: #FFF;
		width: 60px;
		height: 85%;
		padding-top: 15%;
		text-align: center;
		vertical-align: middle;
	}
	#fix_request {
		right: auto;
		left: 0;
	}
	#fix_fair a, #fix_request a {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #FC6621;
		padding: 15px 0 0;
		font-size: 11px;
		position: relative;
	}
	#fix_fair a:before, #fix_request a:before {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 0;
	    margin-left: -4px;
	    width: 4px;
	    height: 4px;
	    border-top: 1px solid #FC6621;
	    border-right: 1px solid #FC6621;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    vertical-align: middle;
	}
	#fix_request a:before {
	    -webkit-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	    margin-left: -1px;
	}
}




/*=============================================
	
	FOOTER CONTACT
	
==============================================*/
#footer_contact {
	padding: 0 0;
	margin: 0;
}
#footer_contact .contact_wrap, #footer_contact .counter_wrap {
	background: #EDEAE9;
	width: 90%;
	margin: 0;
	padding: 3.2em 5% 4.0em;
	text-align: left;
}
#footer_contact .contact_wrap .btn01 {
	margin-bottom: 1.5em;
}
#footer_contact .contact_wrap .btn01:last-of-type  {
	margin-bottom: 0;
}

#footer_contact .counter_wrap {
	background: #333;
	color: #FFF;
}
#footer_contact .counter_wrap .flex {
	display: flex;
	justify-content: space-between;
}
#footer_contact .counter_wrap .flex div {
	width: 50%;
}
#footer_contact .counter_wrap .flex div.counter_img {
	width: 45%;
}
#footer_contact h4 {
	font-size: 2.8em;
	margin: 0 0 0.4em;
}
#footer_contact .sub {
	font-size: 1.1em;
	line-height: 2.0em;
	margin: 0 0 1.6em;
}
#footer_contact .tel {
	margin: 0 0 1.6em;
}
#footer_contact .tel a {
	font-size: 3.2em;
	color: #333;
}
#footer_contact .counter_wrap .btn01 a {
	background: #FFF;
	color: #333;
}
#footer_contact .counter_wrap .arrow_right:after {
	border-color: #333;
}

#footer_contact .counter_wrap .map{
	position: relative;
}
#footer_contact .counter_wrap .map iframe{
	width: 100%;
	height: 50vh;
}

@media print, screen and (min-width: 769px) {
	#footer_contact {
		padding: 0 0;
		margin: 0 0 50px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	#footer_contact .contact_wrap, #footer_contact .counter_wrap {
		width: 40%;
		padding: 30px 5% 40px;
	}
	#footer_contact .counter_wrap {
	}
	#footer_contact .counter_wrap .flex {
		margin-bottom: 10px;
	}
	#footer_contact .counter_wrap .flex div {
		width: 100%;
	}
	#footer_contact .counter_wrap .flex div.counter_img {
		width: 45%;
	}

	#footer_contact h4 {
		font-size: 32px;
		margin: 0 0 20px;
	}
	#footer_contact .sub {
		font-size: 13px;
		margin: 0 0 20px;
	}
	#footer_contact .tel {
		margin: 0 0 20px;
	}
	#footer_contact .tel a {
		font-size: 36px;
	}
	#footer_contact .btn01 {
		width: 360px;
	}

	#footer_contact .counter_wrap .map{
		height: 240px;
	}
	#footer_contact .counter_wrap .map iframe{
		height: 100%;
	}

}


/*=============================================
	
	FOOTER SNSアイコンリスト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#footer_snslist {
		margin: 0 0 3.2em;
	}
	#footer_snslist ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#footer_snslist ul li {
		display: inline-block;
		width: 10%;
		margin: 0 3%;
	}
}

@media print, screen and (min-width: 769px) {
	#footer_snslist {
		margin: 0 0 30px;
	}
	#footer_snslist ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#footer_snslist ul li {
		display: inline-block;
		width: 3%;
		margin: 0 2%;
	}
}


/*=============================================
	
	FOOTER コピーライト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#copyright {
		padding: 2.0em 0;
		text-align: center;
		font-size: 0.9em;
	}
}

@media print, screen and (min-width: 769px) {
	#copyright {
		padding: 3.0em 0 3.0em;
		text-align: center;
		font-size: 0.9em;
	}
}



/*=============================================
	
	プラン
	
==============================================*/
.planlist_wrap {
	padding: 3.2em 0;
	text-align: center;
}
.planlist_wrap .container {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.planlist_wrap.bg_title:before {
	content: "Plan";
}
.planlist_wrap h3 {
	font-size: 3.2em;
	margin: 0 0 0.8em;
}
.planlist_wrap .swiper_planlist {
	margin: 0 0 5em;
	padding: 0;
}
.planlist_wrap .swiper_planlist .swiper-slide {
	margin: 0;
	padding: 0;
}
.planlist_wrap .swiper_planlist .swiper-slide a {
	color: #000;
}
.planlist_wrap .swiper_planlist .swiper-slide dl dt {
	margin: 0 0 1.2em;
}
.planlist_wrap .swiper_planlist .swiper-slide dl dd h4 {
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 0 0 0.5em;
}
.planlist_wrap .swiper_planlist .swiper-slide dl dd .lead {
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: center;
}
.planlist_wrap .swiper_planlist .swiper-slide dl dd .price {
	font-size: 1.8em;
	margin-bottom: 1em;
	line-height: 1.6;
}
.planlist_wrap .swiper_planlist .swiper-slide dl dd .price span {
	font-size: 0.6em;
}
.planlist_wrap .swiper_planlist .swiper-slide dl dd .btn01 {
	width: 80%;
	margin: 0 auto;
	background-color: #000;
	color: #FFF;
	padding: 0.5em 0;
	font-size: 1.3em;
}
.planlist_wrap .toplan {
	width: 60%;
	margin: 0 auto;	
}
.planlist_wrap .toplan a {
	background: #887249;
}
@media print, screen and (min-width: 769px) {
	.planlist_wrap {
		padding: 60px 0 70px;
	}
	.planlist_wrap.bg_title:before {
		content: "Plan";
	}
	.planlist_wrap h3 {
		font-size: 48px;
		margin: 0 0 30px;
	}
	.planlist_wrap .swiper_planlist {
		width: 100%;
		margin: 0 0 80px;
		padding: 0;
		text-align: center;
	}
	.planlist_wrap .swiper_planlist .swiper-slide {
		padding: 0;
		border-bottom: none;
		vertical-align: top;
	}
	.planlist_wrap .swiper_planlist .swiper-slide dl dt {
		margin: 0 0 15px;
	}
	.planlist_wrap .swiper_planlist .swiper-slide dl dd h4 {
		font-size: 22px;
		margin: 0 0 10px;
	}
	.planlist_wrap .swiper_planlist .swiper-slide dl dd .lead {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.planlist_wrap .swiper_planlist .swiper-slide dl dd .price {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.1;
	}
	.planlist_wrap .swiper_planlist .swiper-slide dl dd .price span {
		font-size: 11px;
	}
	.planlist_wrap .swiper_planlist .swiper-slide dl dd .btn01 {
		width: 50%;
		padding: 8px 0;
	}
	.planlist_wrap .toplan {
		width: 320px;
	}
}

/*=============================================
	
	Instagram API
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#instagram_wrap {
		padding-top: 5em;
		text-align: center;
	}
	#instagram_wrap .container > h3 {
		display: inline-table;
		width: 40%;
		max-width:130px;
		margin: 0 auto 1.2em;
	}
	#instagram_wrap .container > div.icon {
		display: inline-table;
		width: 10%;
		max-width: 30px;
		margin: 0 auto 2.2em;
	}
	#instagram_wrap .container > ul#insta_feed {
		text-align: center;
		margin: 0 0 2.0em;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
		gap:2vw;
	}
	#instagram_wrap .container > ul#insta_feed li {
		width: calc((100% - 4vw)/3);
		height: calc((90vw - 4vw)/3);
	}
	#instagram_wrap .container > ul#insta_feed li a {
		display: block;
	}
	#instagram_wrap .container > ul#insta_feed li a img {
		object-fit: cover;
		width: 100%;
		height: calc((90vw - 4vw)/3);
	}
	#instagram_wrap .container div.btn01 {
		width: 90%;
		margin: 0 auto 1.8em;
	}
	#instagram_wrap .container div.btn01 a {
		display: block;
		text-align: center;
		padding: 1.0em 0;
		color: #FFF;
		font-size: 1.1em;
		border: 1px solid #333;
	}
}
@media print, screen and (min-width: 769px) {
	#instagram_wrap {
		padding-top: 40px;
		text-align: center;
	}
	#instagram_wrap .container > h3 {
		display: inline-table;
		width: 12%;
		margin: 0 10px 20px;
	}
	#instagram_wrap .container > div.icon {
		display: inline-table;
		width: 3%;
		margin: 0 0 20px;
	}
	#instagram_wrap .container > ul#insta_feed {
		text-align: center;
		margin: 0 0 2.0em;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
		gap:0 5px;
	}
	#instagram_wrap .container > ul#insta_feed li {
		width: 90px;
		height: 90px;
	}
	#instagram_wrap .container > ul#insta_feed li a {
		display: block;
	}
	#instagram_wrap .container > ul#insta_feed li a img {
		object-fit: cover;
		width: 100%;
		height: 90px;
	}
}

/*=============================================
	
	ページ下部バナー
	
==============================================*/
#bottom_banner {
	padding: 3.2em 0;
}
#bottom_banner .list{
	width: 90%;
	margin: 0 auto;
}
#bottom_banner .list li {
	margin: 0 0 2.4em;
}
#bottom_banner .list li a {
	color: #333;
}
#bottom_banner .list li img {
	margin: 0 0 1.2em;
}
#bottom_banner .list li h5 {
	font-size: 3.2em;
	margin: 0 0 0.1em;
	line-height: 1.2em;
	background: url(/img/common/arrow_right.png) no-repeat 96% center;
	background-size: 12% auto;
}
#bottom_banner .list li .sub {
	font-size: 1.1em;
	margin: 0 0 0;
}

@media print, screen and (min-width: 769px) {
	#bottom_banner {
		padding: 50px 0;
	}
	#bottom_banner .list{
		width: 100%;
		text-align: center;
	}
	#bottom_banner .list li {
		display: inline-block;
		width: 28%;
		margin: 0 2% 0;
		text-align: left;
	}
	#bottom_banner .list li img {
		margin: 0 0 12px;
	}
	#bottom_banner .list li h5 {
		font-size: 32px;
		margin: 0 0 6px;
	}
	#bottom_banner .list li .sub {
		font-size: 12px;
	}

}


/*=============================================
	
	背景テキスト共通
	
==============================================*/
.bg_title {
	position: relative;
}
.bg_title:before {
	content: "About";
	position: absolute;
	left: 0;
	top: 12vh;
	color: #EDEAE9;
	font-size: 11em;
	text-align: center;
	width: 100%;
	font-family: 'Qwitcher Grypen', cursive;
}
@media print, screen and (min-width: 769px) {
	.bg_title:before {
		top: 110px;
		font-size: 180px;
	}
}


/*=============================================

	パンくず

==============================================*/
.bread {
	overflow: hidden;
	padding: 2em 5%;
	/*background: #F3F3F3;*/
}
.bread > ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.bread > ul > li {
	font-size: 0.9em;
	color: #999;
	line-height: 1.3;
}
.bread > ul > li:not(:last-of-type)::after {
	content: "›";
	margin: 0 .6em; /* 記号の左右の余白 */
	color: #777; /* 記号の色 */	
}
.bread > ul > li a {
	color: #777;
	text-decoration: underline;		
}
.bread > ul > li a:hover {
	color: #777;
	text-decoration: none;		
}
@media print, screen and (min-width: 769px) {
	.bread {
		width: 100%;
		box-sizing: border-box;
		padding: 36px 0 20px;
		overflow: hidden;
	}
	.bread > ul {
		max-width: 960px;
		margin: 0 auto;
	}
	.bread > ul > li {
		font-size: 11px;
		color: #999;
		line-height: 1.3;
		padding: 3px 0;
	}


}

/*=============================================
	
	TOPICS
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#topics #swiper_wrap {
		background:#F9F9F9;
		padding: 4em 0 3em;
	}
	#topics #swiper_wrap h3 {
		font-size: 2.4em;
		line-height: 1.0em;
		text-align: center;
		margin: 0 0 1.6em;
	}
	#topics #swiper_wrap h3 span.small {
		font-size: 11px;
		line-height: 1.6em;
		text-align: center;
	}
}

@media print, screen and (min-width: 769px) {
	#topics #swiper_wrap {
		background:#F9F9F9;
		padding: 56px 0 40px;
	}
	#topics #swiper_wrap h3 {
		font-size: 32px;
		line-height: 1.0em;
		text-align: center;
		margin: 0 0 40px;
	}
	#topics #swiper_wrap h3 span.small {
		font-size: 11px;
		line-height: 1.6em;
		text-align: center;
	}
}

/*=============================================
	
	BLOG LIST
	
==============================================*/
.bloglist_wrap {
	padding: 3em 0;
}
.bloglist_wrap.bg_title:before {
	content: "Blog";
}
.bloglist_wrap h3 {
	text-align: center;
	font-size: 3.2em;
	margin: 0 0 0.8em;
}
.bloglist_wrap .list {
	width: 90%;
	margin: 0 0 1.5em;
	text-align: left;
}
.bloglist_wrap .list:last-of-type {
	margin-bottom: 0;
}
.bloglist_wrap .list li {
	border-bottom: 1px dotted #CCC;
	padding: 0 0 1em;
	margin: 0 0 1em;
}
.bloglist_wrap .list li.title {
	padding: 0 0 0.5em;
}
.bloglist_wrap .list li.title h4 {
	font-size: 1.6em;
	text-align: center;
}
.bloglist_wrap .list li dl {
	display: flex;
	justify-content: space-between;
}
.bloglist_wrap .list li dl dt {
	width: 30%;
}
.bloglist_wrap .list li dl dd {
	width: 65%;
}
.bloglist_wrap .list li dl dd a {
	color: #666;
	text-decoration: underline;
}
.bloglist_wrap .list li dl dd .date {
	font-size: 0.8em;
	color: #999;
}
.bloglist_wrap .list li dl dd h5 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.bloglist_wrap {
		padding: 60px 0 60px;
	}
	.bloglist_wrap h3 {
		text-align: center;
		font-size: 48px;
		margin: 0 0 30px;
	}
	.bloglist_wrap .list {
		display: flex;
		justify-content: space-between;		
		margin: 0 0 0;
		width: 100%;
	}
	.bloglist_wrap .list li {
		border: none;
		width: 30%;
	}
	.bloglist_wrap .list li.title {
		padding: 0 0 10px;
	}
	.bloglist_wrap .list li dl dt {
		width: 30%;
	}
	.bloglist_wrap .list li dl dd {
		width: 65%;
	}

}


/*=============================================
	
	REPORT LIST
	
==============================================*/
.reportlist_wrap {
	padding: 3em 0;
	background: #d0c8c5;
	text-align: left;
}
.reportlist_wrap.bg_title:before {
	content: "Report";
	color: #a3918b;
}
.reportlist_wrap h3 {
	text-align: center;
	font-size: 3.2em;
	margin: 0 0 0.2em;
	color: #FFF;
}
.reportlist_wrap .title_body {
	text-align: center;
	font-size: 1em;
	color: #FFF;
	margin-bottom: 2.5em;
}
.reportlist_wrap .sub_title {
	background: #a3918b;
	color: #FFF;
	padding: 0.2em 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
	text-align: center;
	display: inline-block;
}

.reportlist_wrap .report_base {
	background: #FFF;
	padding: 1.5em 1.5em;
}
.reportlist_wrap .report_base dd a {
	color: #a3918b;
	text-decoration: underline;
}
.reportlist_wrap .report_base dd h5 {
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.4;
}

.reportlist_wrap .recommend_report {
	margin-bottom: 2.5em;
}
.reportlist_wrap .recommend_report dt {
	margin-bottom: 2em;
}
.reportlist_wrap .recommend_report dd {
	
}
.reportlist_wrap .recommend_report dd a {
	color: #a3918b;
	text-decoration: underline;
}
.reportlist_wrap .recommend_report dd h5 {
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.4;
}
.reportlist_wrap .recommend_report dd .category ul {
	display: flex;
	justify-content: flex-start;
	font-size: 1.1em;
	margin-bottom: 0.6em;
}
.reportlist_wrap .recommend_report dd .category ul li {
	margin-right: 1em;
}
.reportlist_wrap .recommend_report .date {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}
.reportlist_wrap .recommend_report .lead {
	font-size: 1.1em;
	line-height: 1.6;
}

.reportlist_wrap .latest_report {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
.reportlist_wrap .latest_report dt {
	width: 40%;
}
.reportlist_wrap .latest_report dd {
	width: 55%;
}
.reportlist_wrap .latest_report dd h5 {
	font-size: 1.3em;
	line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.reportlist_wrap {
		padding: 60px 0 60px;
	}
	.reportlist_wrap h3 {
		text-align: center;
		font-size: 48px;
		margin: 0 0 15px;
	}
	.reportlist_wrap .title_body {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.reportlist_wrap .sub_title {
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	.reportlist_wrap .report_base {
		padding: 30px;
	}
	.reportlist_wrap .report_base dd a {
	}
	.reportlist_wrap .report_base dd h5 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.reportlist_wrap .recommend_report {
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
	}
	.reportlist_wrap .recommend_report dt {
		margin-bottom: 0;
		width: 40%;
	}
	.reportlist_wrap .recommend_report dd {
		width: 55%;
	}
	.reportlist_wrap .recommend_report dd a {
	}
	.reportlist_wrap .recommend_report dd h5 {
		font-size: 20px;
		margin-bottom: 1em;
		line-height: 1.4;
	}
	.reportlist_wrap .recommend_report dd .category ul {
		font-size: 14px;
		margin-bottom: 0.6em;
	}
	.reportlist_wrap .recommend_report dd .category ul li {
	}
	.reportlist_wrap .recommend_report .date {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.reportlist_wrap .recommend_report .lead {
		font-size: 13px;
		line-height: 1.8;
	}
	
	.reportlist_wrap .two_column {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.reportlist_wrap .latest_report {
		width: 45%;
		margin-bottom: 0;
		padding: 15px;
	}
	.reportlist_wrap .latest_report dt {
	}
	.reportlist_wrap .latest_report dd {
	}
	.reportlist_wrap .latest_report dd h5 {
		font-size: 16px;
		line-height: 1.6;
	}

}

/*=============================================
	
	LINE FIXEDボタン
	
==============================================*/
.line_box {
	position: fixed;
	right: 1%;
	bottom: 12%;
	width: 12%;
	text-align: center;
	z-index: 9999;
	line-height: 1.2;
	font-family:  'Questrial', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.line_box a {
	color: #4CC764;
	line-height: 1;
	font-size: 0.8em;
}
.line_box a img {
	margin-bottom: 0.2em;
}
@media print, screen and (min-width: 769px) {
	.line_box {
		width: 3%;
	}
	.line_box a {
	}
	.line_box a img {
	}

}


/*=============================================
	
	Footerナビ
	
==============================================*/
.footer_menu {
	padding: 3em 0 1em;
	background-color: #F3F3F3;
}
.footer_menu ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer_menu ul li {
	margin: 0 1.5em 1.5em 0;
	font-size: 1.2em;
}
.footer_menu ul li a {
	color: #6f8088;
}
@media print, screen and (min-width: 769px) {

	.footer_menu {
		padding: 50px 0;
	}
	.footer_menu ul {
		width: 90%;
		min-width: 1024px;
		justify-content: center;
	}
	.footer_menu ul li {
		margin: 0 6px 0;
		font-size: 12px;
	}
	.footer_menu ul li a {
	}

}


/*=============================================
	
	スマートフォン 固定ナビ
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#fix_btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #FFF;
		z-index: 80;
	    font-family:  'Questrial', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	    border-bottom: 2px solid #887249;
	}
	
	#fix_btn ul.btn_list {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#fix_btn ul.btn_list li {
		margin: 0;
		padding: 0;
		position: relative;
		width: 21%;
		text-align: center;
		padding: 0.8em 0;
	}
	#fix_btn ul.btn_list li a {
		color: #333;
	}
	#fix_btn ul.btn_list li .icon {
		width: 25%;
		margin: 0 auto 0.2em;
	}
	#fix_btn ul.btn_list li .text {
		font-weight: bold;
		font-size: 10px;
		line-height: 1.2;
		color: #333;
	}
	#fix_btn ul.btn_list li .text .small {
		font-weight: normal;
		font-size: 0.7em;
	}
	#fix_btn ul.btn_list li.calendar {
		background-color: #887249;
		color: #FFF;
	}
	#fix_btn ul.btn_list li.calendar .text {
		color: #FFF;
	}


	#fix_btn .Toggle {
		position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
		background: none !important;
	}
	#fix_btn .Toggle span {
		border-bottom: solid 1px #333;
	}
}

@media print, screen and (min-width: 769px) {
	#fix_btn {
		display: none !important;
	}
}



/*=============================================
	
	ふわっと表示
	
==============================================*/

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
