@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 150%;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: bottom;
}
h1 {
} /* Header内で設定 */
h2 {
}
h3 {
}
h4 {
}
a {
	color: #A18134;
}
a:hover, a:active {
	color: #A18134;
	text-decoration: none;
}
a:visited {
}
ul {
}
li {
}
dl {
}
dt {
}
dd {
}
table {
	width: 100%
}
th, td {
}
th {
}
td {
}
p {
	margin: 0 0 1.5em;
}
p, dd, td, th, li {
	line-height: 2em;
}
#toTop {
	border: none;
	bottom: 20px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	margin: 0;
	z-index:111;
}
#toTop:hover {
	opacity:0.8;	
}

#font_size {
	position:fixed;
	z-index:111;
	bottom:20px;
	right: 20px;
	display: flex;
	display: -webkit-flex;
	width:100px;
	flex-wrap:wrap;
	text-align:center;
	background:#76562B;
	color:#ffffff;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	border-radius:5px;
	overflow:hidden;
}

#font_size dt {
	width:100%;
}

#font_size dd {
	width:50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	background:#E7AE48;
}

#font_size dd.fontResizerSelected {
	background:#D39C3B;
}

/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}
body {
	color: #4d4d4d;
	font-family: 'NotoSansCJKjp-DemiLight';
}
#wrapper {
	position: relative;
	/*z-index: 100;*/
	min-width:1100px;
	overflow:hidden;
}
.inner {
	width: 1080px;
	margin: 0 auto;
}
.under #content {
	text-align: left;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	z-index: 100;
	width: 100%;
}
#index #header {
	/*background: url(/wp-content/uploads/2026/02/bg_wrapper_idx.jpg) center top no-repeat;*/
}
.under #header {
	background: url(/wp-content/uploads/2026/02/bg_wrapper_under.png) center top no-repeat;
}

#header #head_top {
	background: url(/wp-content/uploads/2026/02/bg_header.png) center bottom no-repeat;
	position: absolute;
	z-index: inherit;
	width: 100%;
	height: 220px;
}
#head_top .head_inner {
	margin-bottom: 7px;
}
#head_top .head_inner .inner {
	position: relative;
}
#head_top h1 {
	font-size: 11px;
	color: #4D4D4D;
	position: absolute;
	top: 14px;
	left: 180px;
}
#head_top #logo {
	margin-bottom: 0;
}
#head_top .head_info {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 6px;
}
#head_top .head_info:last-child {
	margin-bottom: 0;
}
#head_top .head_info dt, #head_top .head_info dd {
	font-size: 13px;
	line-height: 1.6em;
}
#head_top .head_info dt {
	color: #A18134;
	font-family: 'Lora-Regular';
	margin-right: 20px;
}
#head_top .head_info dd {
	color: #808080;
	font-family: 'NotoSansCJKjp-DemiLight';
}
.head_box01 .head_btn01 {
	margin: 17px 0 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.head_box01 .head_btn01 a {
	width: 100px;
	height: 28px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	font-size: 14px;
	border: #A2A2A2 1px solid;
	border-radius: 3px;
	text-decoration: none;
	color: #A2A2A2;
	cursor:text;
}
.head_box02 {
}
.head_box02 .btn_en {
	margin: 0 0 22px;
	background-image: linear-gradient(to right, #A79F72, #AEA77C, #A79F72);
	border-radius: 0 0 3px 3px;
}
.head_box02 .btn_en a {
	width: 240px;
	height: 46px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	font-size: 14px;
	border-radius: 0 0 3px 3px;
	text-decoration: none;
	color: #ffffff;
	font-family: 'NotoSerifCJKjp-Light';
	background: url(/wp-content/uploads/2026/02/icon_en.png) 20px center no-repeat, url(/wp-content/uploads/2026/02/arrow03.png) 90% center no-repeat;
	background-size: 21px auto, 6px auto;
	line-height: 1.25em;
	letter-spacing: 1px;
	padding-left: 20px;
}
.head_box02 .btn_en:hover {
	opacity: 0.8;
}
.head_box02 .head_tel {
	text-align: center;
	margin-bottom: 0;
}
.head_box02 .head_tel a {
	font-size: 30px;
	color: #A18134;
	text-decoration: none;
	font-family: 'Lora-Regular';
	font-style: italic;
	background: url(/wp-content/uploads/2026/02/head_tel.png) left center no-repeat;
	background-size: 15px auto;
	padding-left: 16px;
	letter-spacing: 1.5px;
}
/*--- info_fixed ---*/

#info_fixed {
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
}
#info_fixed p a {
	font-size: 13px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	text-decoration: none;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
	color: #ffffff;
	font-family: 'NotoSerifCJKjp-Light';
	letter-spacing: -5px;
	padding-right: 4px;
}
#info_fixed .btn_contact {
	margin-bottom: 20px;
	width: 44px;
	height: 200px;
	background: #5C4736;
	border-radius: 5px 0 0 5px;
}
#info_fixed .btn_contact a {
	background: url(/wp-content/uploads/2026/02/icon_cal.png) center 8px no-repeat, url(/wp-content/uploads/2026/02/arrow04.png) center 97% no-repeat;
	background-size: 20px auto, 10px auto;
	padding-top: 10px;
}
#info_fixed .btn_mail {
	margin: 0;
	width: 44px;
	height: 220px;
	background: #76562B;
	border-radius: 5px 0 0 5px;
}
#info_fixed .btn_mail a {
	background: url(/wp-content/uploads/2026/02/icon_mail.png) center 10px no-repeat, url(/wp-content/uploads/2026/02/arrow04.png) center 95% no-repeat;
	background-size: 18px auto, 10px auto;
	padding-right: 4px;
}
#info_fixed .btn_mail:hover {
	opacity: 0.8;
}
/*--- top_info ---*/

#index #top_info {
	/*height: 750px;*/
    height: 100%;
	padding-top: 210px;
    box-sizing: border-box;
}
#index #top_info .innera {
	display: flex;
display: -webkit-flex;
align-items: flex-end;
flex-direction: column;
position: relative;
z-index: 1;
height: 100% ;
    width: 1250px;
    margin: 0 auto;
}

#top_info .box_info {
	text-align: center;
	/*padding-top: 82px;*/
    padding-top: 5vw;
	transform: scale(.8);
}
#top_info .box_info .info_en {
	font-size: 28px;
	font-family: 'Allura-Regular';
	color: #A2A2A2;
	transform: rotate(-5deg);
	margin: 0;
	letter-spacing: 3px;
  text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
#top_info .box_info .info_jp {
	font-size: 20px;
	color: #9E8135;
	font-family: 'NotoSerifCJKjp-Medium';
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
	padding-bottom: 16px;
	margin-bottom: 20px;
    text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
#top_info .box_info .info_jp:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #C4B386;
     text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
#top_info .box_info .info_jp span {
	font-size: 24px;
}
#top_info .box_info h2 {
	color: #4D4D4D;
	font-family: 'NotoSerifCJKjp-Medium';
	font-size: 42px;
	letter-spacing: 1px;
	line-height: 1.6em;
	margin-bottom: 20px;
    text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
#top_info .box_info h2 span {
	font-size: 34px;
}
#top_info .box_info .info_txt {
	font-family: 'NotoSerifCJKjp-Regular';
	font-size: 14px;
	line-height: 2.2em;
	margin-bottom: 0;
    text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}

    #top_info .top_bubble{
        top: -80px;
        bottom: auto
    }

#top_info .top_bubble {
	position: absolute;
	z-index: 1;
	bottom: -22px;
	right: -3px;
	margin: 0;
    width: 268px;
}

#top_info .top_bubble img{width: 100%;}

/*--- * ---*/

#gnavi {
	text-align: center;
	display: block;
	font-family: 'NotoSerifCJKjp-SemiBold';
	transition: 0.5s all;
}
#gnavi.fixed_pc {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 15px;
	z-index: 2222;
	background: rgba(255,255,255,0.8);
	width: 100%;
}
#gnavi > .inner > .menu_main {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-direction: row;
}
#gnavi .menu_main > li {
	text-align: left;
}
#gnavi .menu_main > li > a {
	display: block;
	text-decoration: none;
	color: #333333;
	position: relative;
	z-index: 1;
	padding: 0 47px 16px;
	letter-spacing: 3px;
}
#gnavi .menu_main > li > a:after, #gnavi .menu_main > li:first-child > a:before {
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 14px;
	content: '';
	display: block;
	background: #808080;
}
#gnavi .menu_main > li:first-child > a:before {
	left: 0;
	right: auto;
}
#gnavi .menu_main > li:hover > a {
	opacity: 0.8;
}
#gnavi .menu_main .sub {
	position: relative;
	z-index: 1;
}
#gnavi .menu_main .sub a span {
	display: inline-block;
	background: url(/wp-content/uploads/2026/02/icon_gnavi.png) right center no-repeat;
	background-size: 10px auto;
	padding-right: 25px;
}
#gnavi .menu_sub {
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: calc(50% - 120px);
	width: 280px;
}
#gnavi .menu_sub li a {
	text-decoration: none;
	color: #ffffff;
	background: url(/wp-content/uploads/2026/02/arrow01.png) 10px center no-repeat rgba(161,129,52,0.8);
	background-size: 6px auto;
	padding: 5px 5px 5px 30px;
	display: block;
	border-bottom: rgba(255,255,255,0.7) 1px solid;
}
#gnavi .menu_sub li a:hover {
	opacity: 0.8;
}
#gnavi .menu_sub li:last-child a {
	border-bottom: none;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
.box_flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.flex_space {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}
#index p:last-child {
	margin-bottom:0;	
	position: relative;
}
#index h3 {
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	font-weight:bold;
	font-size: 320%;
	color: #A18134;
	margin-bottom: 35px;
	position: relative;
	z-index: 10;
	text-align: center;
}
#index h3:after {
	position: absolute;
	z-index: 100;
	top: -160px;
	left: 50%;
	content: '';
	display: block;
	border-left: #BBBBBB 1px solid;
	height: 140px;
	width: 1px;
}
#index h3 .idx_h3_en {
	font-size: 87.5%;
	font-family: 'Allura-Regular';
	color: #A2A2A2;
	margin: 0;
	display: block;
	margin-bottom: 13px;
	font-weight:normal;
}
#index h3 .h3_min {
	font-size: 50%;
	display: block;
	color: #4D4D4D;
	margin-bottom: 40px;
}
#index h3 .h3_min i {
	font-style: normal;
	color: #A18134;
}
#index h3 .h3_num {
	font-size: 181.25%;
}
#index h3 .h3_color01 {
	color: #4D4D4D;
}
#index h3 .font_min {
	font-style:normal;
	font-size:30px;	
}
#index h3 .font80 {
	font-size: 29px;
	font-style: normal;
}
#index h4 {
	font-size: 320%;
	color: #A08033;
	font-family: 'NotoSerifCJKjp-Medium';
	margin-bottom: 40px;
	line-height: 1.4em;
	letter-spacing: 6px;
}
#index h4 .h4_min {
	color: #4D4D4D;
	font-size: 50%;
	font-family: 'NotoSerifCJKjp-Regular';
	display: block;
	letter-spacing: 0;
}
#index .list_2btn {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
 .list_2btn li {
	margin: 0 15px 0 5px;
}
.list_2btn li a, #index .idx_btn01 a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	width: 220px;
	height: 66px;
	box-sizing: border-box;
	background: #A18134;
	text-decoration: none;
	font-family: 'NotoSerifCJKjp-SemiBold';
	color: #ffffff;
	border-radius: 2px;
	padding-right: 20px;
	position: relative;
	z-index: 5;
}
 .list_2btn li a:after, #index .idx_btn01 a:after {
	background: url(/wp-content/uploads/2026/02/arrow01.png) 0 center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	content: '';
	display: block;
	width: 6px;
	height: 20px;
}
 .list_2btn li a:hover, #index .idx_btn01 a:hover {
	opacity: 0.8;
}
 .idx_btn01 {
	width: 340px;
	height: 60px;
	margin: 0 auto;
}
 .idx_btn01 a {
	width: 100%;
	height: 100%;
}
#index .idx_center {
	text-align: center;
}
/*--- 01 ---*/
#index_cont01 {
	background: url(/wp-content/uploads/2026/02/bg_cont01.png) center bottom no-repeat;
	padding-bottom: 200px;
}
#index_cont01 .cont01_box01 {
	padding: 100px 0 193px;
}
#index_cont01 .cont01_box01 h3 {
	text-align: left;
}
#index_cont01 .cont01_box01 h3:after {
	left: 70px;
	height: 100px;
	top: -118px;
}
.cont01_box01 .inner {
	position: relative;
	z-index: 1;
}
.cont01_box01 .cont01_inner01 {
	position: absolute;
	z-index: 2;
	/* top: 422px; */
	top: 510px;
	left: -90px;
	width: 680px;
	min-height: 510px;
	box-sizing: border-box;
	padding: 60px 90px;
	background: #ffffff;
}
.cont01_box01 .cont01_boximg {
	float: right;
	width: 545px;
}
.cont01_boximg .image_l {
	margin-bottom:45px;	
}
#index_cont01 .cont01_box02 {
	margin-bottom: 200px;
}
#index_cont01 .cont01_box02 .inner {
	position: relative;
	z-index: 1;
}
#index_cont01 .cont01_box02 h3 .h3_min {
	margin-bottom: 10px;
}
#index_cont01 .cont01_box02 .txt_brand {
	position: absolute;
	top: 0;
	left: 65px;
	font-size: 20px;
	font-family: 'Allura-Regular';
	color: #A2A2A2;
	margin: 0;
	transform: rotate(-52deg);
}
#index_cont01 .cont01_box02 h3 .h3_min i {
	font-size: 120%;
}
.top-bnr {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	gap: 10px;
	max-width: fit-content;
    margin: 10px auto;
}
.colona {
	line-height: 0;
    padding: 0;
    margin: 0; 
}
.colona a:hover{ opacity: 0.7; }
.colona a img {width: 100%;}
.kenshin-bnr {
	margin: 15px auto;
}
.kenshin-bnr a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
    height: 230px;
    margin: 0 auto;
	background: #f8cbad;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
    gap: 65px;
}

.kenshin-bnr .kenshin-bnr-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;	
	-webkit-box-align: center;	
	-ms-flex-align: center;	
	        align-items: center;
}
.kenshin-bnr .kenshin-bnr-text p {
	font-size: 2rem;
	text-decoration: none;
    font-family: 'NotoSerifCJKjp-SemiBold';
	line-height: 1;
	padding-top: 30px;
}
.kenshin-bnr-btn li {
	width: 340px;
    height: 60px;
    margin: 0 auto;
	background: #fff2cc;
	color: #A18134;
	font-family: 'NotoSerifCJKjp-SemiBold';
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    border-radius: 7px;
}
.kenshin-bnr:hover{ opacity: 0.7; }
.cont01_inner02 {
	margin-top: 80px;
}
.cont01_inner02 dl {
	position: relative;
	z-index: 1;
	margin-left: -30px;
}

.cont01_inner02 dt {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 90px;
	height: 100px;
	background: url(/wp-content/uploads/2026/02/icon_cont01.png) center top no-repeat;
	background-size: 100% auto;
	color: #A08033;
	font-family: 'Allura-Regular';
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 10px;
}
.cont01_inner02 dt span {
	font-size: 38px;
	display: block;
}
.cont01_inner02 dd {
	background: #E7AE48;
}
.cont01_inner02 dd {
	background: #E7AE48;
	width: 230px;
	height: 230px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: 'NotoSerifCJKjp-Light';
	box-sizing: border-box;
	border-radius: 50%;
}
.cont01_inner02 dd p {
	text-align: center;
	padding-top: 35px;
}
.cont01_inner02 dd span {
	font-size: 19px;
}
#index_cont01 .cont01_box03 h3{
	font-size:38px;
}
#index_cont01 .cont01_box03 .idx_center {
	margin-bottom:42px;
}
.cont01_inner03 {
	width: 880px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.cont01_inner03 dl {
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 24px 15px 20px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	background: #ffffff;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
}

/* チェック柄（4列） */
.cont01_inner03 dl:nth-child(8n + 1),
.cont01_inner03 dl:nth-child(8n + 3),
.cont01_inner03 dl:nth-child(8n + 6),
.cont01_inner03 dl:nth-child(8n + 8) {
	background: #F6F2EB;
}

/* hover */
.cont01_inner03 dl:hover {
	background: #EBE6D6;
	cursor: pointer;
}

/*.cont01_inner03 dl:nth-child(2n+1) {
	background: #F6F2EB;
}
.cont01_inner03 dl:nth-of-type(n + 5):nth-child(2n+2) {
	background: #F6F2EB;
}
.cont01_inner03 dl:nth-of-type(n + 5):nth-child(2n+1) {
	background: #ffffff;
}
.cont01_inner03 dl:nth-child(2n+1):hover, .cont01_inner03 dl:nth-of-type(n + 5):nth-child(2n+2):hover {
	background:#EBE6D6;
}
.cont01_inner03 dl:hover, .cont01_inner03 dl:nth-of-type(n + 5):nth-child(2n+1):hover {
	background: #F6F2EB;
	cursor:pointer;
}*/
.cont01_inner03 dl dt {
	margin-bottom: 25px;
	color: #A08033;
	font-size: 190%;
	font-family: 'NotoSerifCJKjp-SemiBold';
}
.cont01_inner03 dl dd {
	
}
.cont01_inner03 .cont01_icon {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-grow: 1;
    flex-shrink: 1;
}

.cont01_inner03 .cont01_icon:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 7px;
	transform: translateY(-50%) rotate(45deg);
	height: 6px;
	width: 6px;
	content: '';
	display: block;
	border-right: #A08033 1px solid;
	border-top: #A08033 1px solid;
}

.cont01_inner03 .cont01_icon img {
	max-width: 100%;
}
.cont01_inner03 .cont01_03_txt {
	line-height: 1.8em;
}
/*--- 02 ---*/
#index_cont02 {
	
}
.cont02_box01 {
	margin-bottom: 0;
	position:relative;
	z-index:1;
}
#index_cont02 .cont02_box01 h3, #index_cont02 .cont02_box02 h3 {
	font-size:380%;
	margin-bottom:45px;	
}
#index_cont02 .cont02_box02 h3 {
	margin-bottom:55px;	
}
#index_cont02 .cont02_box01 h3 .h3_min , #index_cont02 .cont02_box02 h3 .h3_min{
	font-weight:bold;
}
#index_cont02 .cont02_box02 h3 .h3_min {
	font-size:50%;
}
#index_cont02 .cont02_box01 h3 .h3_min i {
	font-size:120%;
}
.cont02_box01:before {
	position:absolute;
	top:-80px;
	left:0;
	z-index:-1;
	width:100%;
	height:150%;
	background:#FBF9F4;
	content:'';
	display:block;
	 -ms-transform: skewY(4deg); /* IE 9 */
    -webkit-transform: skewY(4deg); /* Safari */
    transform: skewY(4deg);
}
.cont02_box02 {
	padding: 200px 0 195px;
	position:relative;
	z-index:1;
}
.cont02_box02:before {
	position:absolute;
	top:42px;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/2026/02/bg_cont02_01.png) center top no-repeat;
	content:'';
	display:block;
}
.cont02_box03 {
	padding: 80px 0 170px;
	position:relative;
	z-index:1;
	background: url(/wp-content/uploads/2026/02/bg_cont02_02.png) center bottom no-repeat;
}

.cont02_box04 {
	padding: 80px 0 100px;
	position:relative;
	z-index:10;
	top:-40px;
}
.cont02_box04:before {
	background: url(/wp-content/uploads/2026/02/bg_cont02_03.png) center center no-repeat;
	background-size:cover;	
	position:absolute;
	top:-35px;
	left:0;
	z-index:-1;
	width:100%;
	height:calc(100% + 75px);
	content:'';
	display:block;
	-ms-transform: skewY(4.3deg); /* IE 9 */
    -webkit-transform: skewY(4.3deg); /* Safari */
    transform: skewY(4.3deg);
}
#index_cont02 .cont02_box03 h3 {
	font-size: 360%;
}
.cont02_box01 .cont02_inner01, .cont02_box02 .cont02_inner02 {
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}
.cont02_box01 .c02_box, .cont02_box02 .c02_box {
	position: absolute;
	z-index: 2;
	top: 80px;
	right: 0;
	width: 630px;
	min-height: 380px;
	box-sizing: border-box;
	padding: 60px 50px 60px 90px;
	background: #ffffff;
}
.cont02_box02 .c02_box {
	min-height: 490px;
	top: 80px;
	right: auto;
	left: 0;
}
.cont02_box02 .c02_box .idx_btn01{
	float:left
}
.cont02_box01 .image_l {
	float: left;
	width: 545px;
	margin: 0;
}
.cont02_box02 .image_r {
	float: right;
	width: 545px;
	margin: 0;
}
.cont02_box01 .cont02_list01 {
	margin-bottom: 37px;
	padding: 0 20px;
}
.cont02_box01 .cont02_list01 li {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	font-size: 24px;
	font-family: 'NotoSerifCJKjp-Light';
	color: #ffffff;
	background: #E7AE48;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	line-height: 1.4em;
}
.cont02_box01 .cont02_list01 li span {
	display: block;
	font-size: 36px;
	font-family: 'Allura-Regular';
	margin-bottom:10px;
}
.cont02_box01 .cont02_list01 li:last-child {
	line-height:1em;	
}
.cont02_box01 .cont02_list01 li:last-child span {
	margin-bottom:0;
}
.cont02_inner03 {
	padding: 27px 50px 0 185px;
}
.cont02_inner03 dl {
	width: 340px;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}

.cont02_inner03 dt {
	position: absolute;
	top: -20px;
	left: -137px;
	width: 200px;
	height: 200px;
	background: #E7AE48;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	font-family: 'NotoSansCJKjp-DemiLight';
	color: #ffffff;
	border-radius: 50%;
	line-height: 1.6em;
}
.cont02_inner03 dt i {
	font-family: 'Allura-Regular';
	font-size: 14px;
}
.cont02_inner03 dt span {
	font-family: 'Allura-Regular';
	font-size: 36px;
	display: block;
	margin: 5px 0;
}
.cont02_inner03 dd {
}
.cont02_box03 .inner.cont02_mb {
	margin-bottom: 120px;
}
.cont02_box03 .inner.cont02_mb .idx_center{
	font-size:140%;
}
#index_cont02 .cont02_box03 .list_2btn {
	justify-content: center;
	-webkit-justify-content:center;
}

#index_cont02 .list_2btn li a {
	width: 340px;
	height: 60px;
	padding-left: 20px;
}

/*--- content ---*/
#index #content {
	position:relative;
	z-index:20;
	margin-top: -70px;
	background:#FAF8F0;
	padding:75px 0 0;
		
}
#index #content .inner{
	width:880px;
}

.box_news {
	width:49%;
	float:left;
	
}
.box_fb {
	width:49%;
	float:right;
	height:315px;
}
.box_fb .fb-page {
	width:100%;
	margin:0 auto;
	display:block;
}
.box_news .tit_news {
	font-size:280%;
	font-family: 'NotoSerifCJKjp-Medium';
	color:#A08033;
	margin:0;
}

.box_news .tit_news span {
	font-size:53.57%;
	font-family: 'Allura-Regular';
	display:inline-block;
	margin-left:20px;
	color:#BBBBBB;
}
.box_news .flex_space {
	align-items: center;
}
.box_news .news_link{
	margin-bottom:0;
}
.box_news .news_link a{
	text-decoration:none;
	background:url(/wp-content/uploads/2026/02/arrow02.png) right center no-repeat;
	padding-right:30px;
	background-size:6px auto;	
}
.box_news .news_link a:hover{
	opacity:0.8;
}
.box_news .news_inner {
	height:250px;
	overflow:auto;
	position:relative;
	z-index:1;
}

.box_news .news_inner:after, .box_news .news_inner:before {
	border-top:#D9CDAE 1px solid;
	position:absolute;
	top:0;
	left:0;
	width:calc(100% - 40px);	
	content:'';
	display:block;
}
.box_news .news_inner:before {
	top: auto;
	bottom:0;
}

.box_news .news_inner dl{
	padding-top:20px;
}
.box_news .news_inner dl:last-child{
	padding-bottom:20px;
}
.box_news .news_inner dl dt {
	color:#808080;
	margin-bottom:5px;
}

.box_news .news_inner dl dd a{
	color:#808080;
	text-decoration:none;
}

.box_news .news_inner dl dd a:hover{
	text-decoration:underline;
}

.box_calendar {
	background:#F8F8F8;
	padding:50px 0;
	margin-top:75px;
}
.box_calendar .flex_space p{
	width:calc(50% - 15px);
	margin:0 7px;
}
.box_calendar .flex_space p iframe{
	padding:5px 5px 7px;
	background:#fff;
	box-sizing:border-box;
}
.kaitei_info {
	border: 5px solid #A18134;
	border-radius: 10px;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	margin: 10px auto;
}
.kaitei_info .ttl {
	background: #A18134;
	color: #fff;
	margin: 10px auto;
	font-size: 20px;
	text-align: center;	
}
.kaitei_info dl {
	padding: 0 20px;
}
.kaitei_info dl dt {
	color: #dfa82a;
	font-weight: bold;
	padding-top: 10px;
}
.kaitei_info dl dd + dt {
	border-top: #bdb6a6 solid 1px;	
}
.kaitei_info dl dd {
	padding-bottom: 10px;
}
.kaitei_info dl dt::before {
	content: '●';
	color: #dfa82a;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
}
#footer p:last-child {
	margin-bottom:0;	
}
#footer address {
	text-align: center;
	background:#A08033;
	color:#ffffff;
	font-size:12px;
	padding:10px 3%;
}

#footer01 {
	padding:65px 0 100px;
	background:url(/wp-content/uploads/2026/02/bg_footer01.png) right bottom no-repeat #ffffff;
}

#footer01 .footer_l {
	width:385px;
	float:left;
}
#footer01 .footer_l .box_flex{
	margin-bottom:30px;
}
#footer01 .footer_l .f_tel {
	margin-bottom:0;	
}
#footer01 .footer_l .f_tel a{
	font-size: 28px;
    color: #A18134;
    text-decoration: none;
    font-family: 'Lora-Regular';
    font-style: italic;
    background: url(/wp-content/uploads/2026/02/head_tel.png) left center no-repeat;
    background-size: 15px auto;
    padding-left: 16px;
    letter-spacing: 1px;
	margin-right:35px;
}

#footer01 .footer_l .f_btn01 a{
	width: 90px;
    height: 25px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    font-size: 13px;
    border: #A2A2A2 1px solid;
    border-radius: 3px;
    text-decoration: none;
    color: #666666;
	cursor:text;
}

#footer01 .footer_l .f_cal {
	margin-bottom:5px;
}

#footer01 .footer_l .f_info {
	font-size:12px;
	color:#666666;
	margin-bottom: 29px;
}
#footer01 .footer_l .f_info span{
	width:50%;
}

#footer01 .footer_l .f_info i{
	font-style:normal;
	display:block;
}
/*
#footer01 .footer_l .f_info span:first-child i:first-child{
	background:url(/wp-content/uploads/2026/02/f_icon01.png) left 10px no-repeat;
	background-size:10px auto;
	padding-left:15px;
}
#footer01 .footer_l .f_info span:first-child i:last-child{
	background:url(/wp-content/uploads/2026/02/f_icon02.png) left 8px no-repeat;
	background-size:23px auto;
	padding-left:30px;
}*/
#footer01 .footer_l .f_info .f_btn02 a{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    width: 202px;
    height: 40px;
    margin-left: -10px;
    box-sizing: border-box;
    background: #A18134;
    text-decoration: none;
    font-family: 'NotoSerifCJKjp-SemiBold';
    color: #ffffff;
    border-radius: 2px;
    padding-right: 8px;
    position: relative;
    z-index: 5;	
	font-size:12px;
}
#footer01 .footer_l .f_info .f_btn02 a:after {
    background: url(/wp-content/uploads/2026/02/arrow01.png) 0 center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    content: '';
    display: block;
    width: 6px;
    height: 20px;
}
#footer01 .footer_l .f_info .f_btn02 a:hover{
	opacity:0.8;
}
#footer01 .f_btn_en {
	background-image: linear-gradient(to right, #A79F72, #AEA77C, #A79F72);	
	border-radius:5px;
	width: 230px;
}
#footer01 .f_btn_en a{
	width: 100%;
    height: 46px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius:5px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'NotoSerifCJKjp-Light';
    background: url(/wp-content/uploads/2026/02/icon_en.png) 20px center no-repeat, url(/wp-content/uploads/2026/02/arrow03.png) 95% center no-repeat;
    background-size: 21px auto, 6px auto;
    line-height: 1.25em;
    letter-spacing: 1px;
    padding-left: 20px;
}

#footer01 .footer_l .f_btn_jp {
	background: #543E29;	
	border-radius:5px;
	width: 230px;
}
#footer01 .footer_l .f_btn_jp a{
	width: 100%;
    height: 46px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius:5px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'NotoSerifCJKjp-Light';
    background: url(/wp-content/uploads/2026/02/icon_cal.png) 20px center no-repeat, url(/wp-content/uploads/2026/02/arrow03.png) 95% center no-repeat;
    background-size: 20px auto, 6px auto;
    line-height: 1.25em;
    letter-spacing: 1px;
    padding-left: 20px;
}
#footer01 .footer_r {
	width:665px;
	float:right;
}

#footer01 .footer_r .f_map {
	margin-bottom:5px;
}

#footer01 .footer_r .f_access {
	display: flex;
    display: -webkit-flex;
	font-size:12px;
	font-family: 'NotoSansCJKjp-DemiLight';
}

#footer01 .footer_r .f_access span{
	font-size:13px;
	color:#A08033;
	font-family: 'Lora-Regular';
	display:inline-block;
	margin-right:10px;
}


#footer02 {
	background:#A08033;
	color:#ffffff;
}

#footer02 a{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	padding-left:20px;
	position:relative;
	z-index:1;
	display:inline-block;
	font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#footer02 a:after {
	position:absolute;
	left:0;
	top:0;
	content:'▸';
	display:block;
	font-size:17px;
	color:#fff;
}
#footer02 a:hover{
	text-decoration:underline;
}
#footer02 dl dt {
	font-family: 'NotoSerifCJKjp-Light';
	margin-bottom:20px;	
}
#footer02 dl dt span {
	border-bottom:#fff 1px dotted;	
}
#footer02 .f02_inner {
	padding:50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#footer02 .f02_box01{
	display: flex;
	display: -webkit-flex;
	flex-direction:column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width:150px;
}

#footer02 .f02_box01 dt {
	
}

#footer02 .f02_box02 {
	width:260px;
}

#footer02 .f02_box03 {
	width:560px;
}
#footer02 .f02_box03 dd {
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
}
#footer02 .f02_box03 dd ul{
	width:calc(100% / 3);
}
.shika_banner {
    margin: -17px 0 20px 0;
}



@media screen\0 {
#info_fixed p a {
	-ms-writing-mode: tb-rl;
}
#info_fixed p a {
	letter-spacing:0;	
}
}

@-moz-document url-prefix() {
#info_fixed p a {
	letter-spacing:0;	
}
}



.slider_bg .slide{
    width: 100%;
    height: 960px;
    min-height: 600px;
    max-height: 960px;
}

.slider_bg .slide1{
    background: url(/wp-content/uploads/2026/02/bg_wrapper_idx01.jpg) center center no-repeat;
    background-size: cover;
    
}
.slider_bg .slide2{
    background: url(/wp-content/uploads/2026/02/bg_wrapper_idx02.jpg) center center no-repeat;
    background-size: cover;
    
}
.slider_bg .slide3{
    background: url(/wp-content/uploads/2026/02/bg_wrapper_idx03.jpg) center center no-repeat;
    background-size: cover;
    
}

.header_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
}


@media screen and (min-width: 641px) and (max-width: 1850px){
    #top_info .top_bubble{
        width: 200px;
    }
}

@media screen and (min-width: 641px) and (max-width: 1650px){
    #top_info .box_info{
        transform:scale(.8);
    }
}

	
	
@media screen and (max-width: 640px) {
    .slider_bg .slide{
        height: 79vw;
    }
    
    .slider_bg .slide1{
        background: url(/wp-content/uploads/2026/02/bg_wrapper_idx01_sp.jpg) top center no-repeat;
        background-size: 180% auto;
    }
     .slider_bg .slide2{
        background: url(/wp-content/uploads/2026/02/bg_wrapper_idx02_sp.jpg) top center no-repeat;
        background-size: 180% auto;
    }
     .slider_bg .slide3{
        background: url(/wp-content/uploads/2026/02/bg_wrapper_idx03_sp.jpg) top center no-repeat;
        background-size: 180% auto;
    }
	    #index #top_info .innera{
        width: 100% !important;
    }    
}
}