/*common_css*/
[data-instance="856"] .titZ::before{background-image:url(/_img/ja/cms/856/bg_image/_/?20260911183859);}/*widget:a3bf45bb-6784-499c-916a-16e0c7d8259c*/[data-lib="2567"] /**カテゴリ**/
.category{display: flex;
	justify-content: center;
	flex-flow: row-reverse;
	margin:0 5% 30px;
	text-align:center;}[data-lib="2567"] .time{display: block;
	margin: 5px 10px;}[data-lib="2567"] .ctgr{margin:5px 10px;
	padding:5px 0;
	font-size:14px;}[data-lib="2567"] /*
.event .ctgr{background-color: #6d86cc;}[data-lib="2567"] .local .ctgr{.ctgr
   background-color: #ef8131;}[data-lib="2567"] .living .ctgr{background-color: #4fb327;}[data-lib="2567"] */


figure{margin: 20px 0;}[data-lib="2567"] .youtube{margin: 20px 0;}[data-lib="2567"] .richtext{margin: 20px 0;
	padding:0 10%;}[data-lib="2567"] /* -------------------------------------
目次
-------------------------------------*/
.entry-content{border:1px dotted #381c01;
	padding:20px 30px;
	margin:50px 10% 0;}[data-lib="2567"] .entry-content dt{text-align:center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #381c01;}[data-lib="2567"] .entry-content dd{counter-increment: list;
	padding:15px 0 0 1.2em;
	text-indent: -1.2em;}[data-lib="2567"] .entry-content dd:before{content: counter(list)". ";}[data-lib="2567"] .entry-content dd a{text-decoration: underline;}[data-lib="2567"] .entry-content dd a:hover{text-decoration: none;}[data-lib="2567"] /**ヘッダー固定の調整**/
.fixnum{padding:1px 0;}[data-lib="2567"] .fixnum .titE{margin: 50px auto 30px;
	position: relative;}[data-lib="2567"] /* -------------------------------------
SNS
-------------------------------------*/
.sns{display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;
	display: none;}[data-lib="2567"] .sns > *{margin: 0 5px 5px 0;
	color: #fff;
	padding: 3px 0;
	width: 100px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;}[data-lib="2567"] .sns  i{margin: 0 5px 0 0;}[data-lib="2567"] .sns .line{background: #00b900;}[data-lib="2567"] .sns .line i{width: 20px;
	height: 20px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;}[data-lib="2567"] .sns .line i:before{position: absolute;
	top: -5px;
	left: -5px;
	color: #00b900;
	background: #fff;
	font-size: 30px;}[data-lib="2567"] .sns .gb{background: #3a5b97;}[data-lib="2567"] .sns .ht{background: #4e73b5;}[data-lib="2567"] .sns .pk{background: #ec4058;}[data-lib="2567"] .sns .pr{background: #d7071d;}[data-lib="2567"] .sns .tw{background: #50aff0;}@media screen and (max-width: 768px){[data-lib="2567"] .richtext{margin: 20px 0;
	padding:0 4%;
	font-size: 0.9em;
	line-height: 1.8;}[data-lib="2567"] /* -------------------------------------
目次
-------------------------------------*/
.entry-content{padding:15px;
	margin:30px 5% 0;
	font-size: 0.9em;}[data-lib="2567"] .entry-content dt{text-align:center;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #381c01;}}/*widget:a2815e81-f18d-4c5f-b1e2-c4223ca9a8fa*/[data-lib="40"] .para{width: 100%;
	height: 350px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;}@media screen and (max-width: 768px){[data-lib="40"] .para{height: 25vh;}}[data-instance="19"] .para{background-image:url(/_img/ja/cms/19/bg_image/_/?1789119539);}/*layout:4*/@charset "utf-8";
/* CSS Document */


/** ================================================================================
		03.Default
================================================================================ **/
html{
	overflow: auto;
}



body{
	margin: 0 auto;
	min-width: 980px;
	color:#40220f;
	font-size:16px;
	font-family:'Noto Sans JP', sans-serif;
	line-height: 1.87;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
    position: relative;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}


body{
/*
	margin: 0 auto;
	min-width: 980px;
	background: #faf0ef;
	color:#40220f;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.87;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
*/
/*    font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;*/
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	color:inherit;
	text-decoration:none;
	cursor: pointer;
}a:hover{
	-webkit-transition: .3s;
	transition: .3s;
		-webkit-transition: ease .3s;
		transition: ease .3s;
}
a:hover img{
/*
	opacity: 0.8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
*/
}

p a{
	text-decoration:underline;
}p a:hover{
	text-decoration:none;
}
/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

figure{
    overflow: hidden;
}
figure img{
	max-width: 100%;
}
/*リッチテキストでtable作成したとき用*/
table[border="2"] th,
table[border="2"] td{
    border:1px solid grey;
}

@media screen and (max-width: 768px) {
	body{
		min-width: 100%;
		font-size:15px;
		line-height: 1.7;
	}
	
/*
	body{
		min-width: 100%;
        font-size: 15px;
		line-height: 1.7;
	}
*/
	/**post制御**/
	p{
		word-break: break-all;
	}
	table{
		width: 100%;
		word-break: break-all;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	/**post制御**/
}



/**================================================================================
OWLET用　 Browser：IE11 over
================================================================================
・リッチテキスト　
・パンくず
・ページャー
・フォーム
================================================================================**/

/* -------------------------------------
この記述を入れると、ウィジェット設置時に
「コンテンツ幅を選んでの設置」をする選択肢が出るようになります。
対象ウィジェットには<div data-w-width=""></div>を記述
-------------------------------------*/
/*ウィンドウ幅での設置*/
[data-w-width] {
    max-width: 100%;
}

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width:980px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 768px){
    [data-w-width="1"] {
        width: 90%;
    }
}
/* -------------------------------------
リッチテキスト
-------------------------------------*/
.richtext{
}
.richtext p{
	margin: 0 0 10px;
}
.richtext strong {
}/*リセットしていないので不要*/
.richtext s{
}/*リセットしていないので不要*/
.richtext u{
}/*リセットしていないので不要*/
.richtext em {
	font-style: italic;
}
.richtext ul {
	padding-left: 2em;
}
.richtext ul li {
	list-style: outside disc;
}
.richtext ol {
	padding-left: 2em;
}
.richtext ol li{
	list-style: outside decimal;
}
.richtext h1{
	font-size: 2.0em;
}
.richtext h2{
	font-size: 1.5em;
}
.richtext h3{
	font-size: 1.17em;
}
.richtext h4{
	font-size: 1.0em;
}

.richtext blockquote{
	margin-left: 0;
	padding-left: 5px;
	border-left: 2px solid #444444;
	color: inherit;
}
.richtext table{
	max-width: 100%;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}
.richtext table tr td{
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;

	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.richtext img{
	max-width: 100%;
}
.richtext iframe{
	max-width: 100%;
}

.richtext p a{
	text-decoration: underline;
}
.richtext p a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.richtext *[style*="font-size: 8px"]{
	}
	.richtext *[style*="font-size: 9px"]{
	}
	.richtext *[style*="font-size: 10px"]{
	}
	.richtext *[style*="font-size: 11px"]{
	}
	.richtext *[style*="font-size: 12px"]{
	}
	.richtext *[style*="font-size: 13px"]{
	}
	.richtext *[style*="font-size: 14px"]{
	}
	.richtext *[style*="font-size: 16px"]{
	    font-size: 1rem!important;
	}
	.richtext *[style*="font-size: 18px"]{
		font-size: 1rem!important;
	}
	.richtext *[style*="font-size: 24px"]{
		font-size: 1.2rem!important;
	}
	.richtext *[style*="font-size: 30px"]{
		font-size: 1.3rem!important;
	}
	.richtext *[style*="font-size: 36px"]{
		font-size: 1.6rem!important;
	}
	.richtext *[style*="font-size: 48px"]{
		font-size: 1.65rem!important;
	}
	.richtext *[style*="font-size: 60px"]{
		font-size: 1.7rem!important;
	}
	.richtext *[style*="font-size: 72px"]{
		font-size: 1.75rem!important;
	}
	.richtext *[style*="font-size: 96px"]{
		font-size: 1.8rem!important;
	}
}

/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb{
	margin:5px auto 15px;
	max-width:980px;
	width:94%;
	font-size:12px;
	position: relative;
    z-index: 40;
}
/*家アイコン*/
#breadcrumb ul:before {
	display: inline-block;
	content: "\e88a";
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Material Icons';
}
#breadcrumb ul li{
	display:inline-block;
	padding:0 5px;
}
#breadcrumb ul li+li:before{
	content:">";
}
#breadcrumb a{
	text-decoration: underline;
}#breadcrumb a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
    #breadcrumb{
	    margin-top:70px;
    }
}

/* -------------------------------------
ページャー
-------------------------------------*/
.pagenation{
	margin: 30px auto;
	text-align: center;
}

.pagenation span{
	display: inline-block;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #ea7caa;
	background: #ea7caa;
	color: #fff;
	text-align: center;
	line-height: 38px;
/*     border-radius: 50%; */
}
.pagenation span.page{
	background: #fff;
	color: #ea7caa;
}
.pagenation span a{
	display: block;
	width: 100%;
	height: 100%;
	background: #ea7caa;
	color: #fff;
	/* border-radius: 50%; */
}.pagenation span a:hover{
	background: #fff;
	color: #ea7caa;
}
.pagenation span.prev,
.pagenation span.prev a,
.pagenation span.next,
.pagenation span.next a{
    border:transparent 1px solid;
    background:none;
    color: #ea7caa;
}


@media screen and (max-width: 768px) {
	.pagenation span{
		margin: 3px;
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
}
/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert {
	margin: 5px 0;
	color: #ff0000;
}
form table th{
	position: relative;
}

/**必須**/
.require {
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 2em;
	border-radius: 3px;
	background: red;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
}
/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;

	align-items: center;
	justify-content: center;
}

.form_button input[type="submit"],
.form_button input.submit,
.form_button a{
	display: inline-block;
	margin: 0 30px 10px;
	padding: 15px 30px;
	width: 200px;
	border: 1px solid #ea7caa;
	background: #ea7caa;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.form_button a{
	border: 1px solid #ea7caa;
	background: #ea7caa;
}
.form_button input[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover{
	border: 1px solid #ea7caa;
	background: #fff;
	color: #ea7caa;
}



/*入力タグ*/
form input[type="text"],
form textarea,
form select{
	padding: 5px 4px;
	height:30px;
	border:1px solid #cccccc;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 5px;
}
form input[type="text"]{
   width: 80%;
}

form textarea {
	padding: 2px;
	min-height: 150px;
}
form select{
	padding: 0 10px;
	font-size: 14px;
}

/*電話*/
form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3,
form input.zip1,
form input.zip2{
    width: 5em;
}
/*名前*/
form input.owlet-input-name-sei,
form input.owlet-input-name-mei{
    width: 8em;
}
/*年齢*/
form input[name="input[age]"]{
    width: 5em;
}
/*label*/
form label {
	display: block;
}
/*ボタン*/
form button{
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}
/*記入例*/
form .owlet-input-sample {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}
/**フォーム規約**/
.owlet-rules {
	margin: 0 auto 30px;
	width: 90%;
}
.owlet-rules-title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.owlet-rules-body {
	overflow-y:scroll;
	box-sizing:border-box;
	margin-bottom: 20px;
	padding:15px;
	height:200px;
	border:1px solid #dcdcdc;
}
.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.owlet-rules-agree .require{
	position: static;
	margin: 0 15px;
}
@media screen and (max-width: 768px) {
	.form_button {
		flex-flow: column-reverse;
	}
	/*iPhone独自スタイル解除*/
	form input[type="button"],
	form input[type="text"],
	form input[type="submit"] {
		border-radius: 0;

		-webkit-appearance: none;
	}
	/*入力タグ*/
    form input[type="text"],
    form textarea,
    form select{
    	font-size: 13px;
    }
}


/* -------------------------------------
.btn_top
-------------------------------------*/
.btn_top {
  --btn_txt: #40220f;
  --c-main: 232, 83, 119;
  --transition: 0.3s;
  -webkit-appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  min-height: 70px;
  padding: 10px 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  color: var(--btn_txt);
  background-color: #fff;
  border: 1px solid var(--btn_txt);
  transition: var(--transition);
}
@media (max-width: 520px) {
  .btn_top {
    max-width: 90%;
    font-size: 1.6rem;
  }
}

/* hover */
.btn_top {
  overflow: hidden;
  z-index: 1;
}
.btn_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--c-main), 1);
  transform: translateX(-100%);
  transition: var(--transition);
  z-index: -1;
}
.btn_top:hover {
  --btn_txt: #fff;
  border: 1px solid rgba(var(--c-main), 1);
  opacity: 1;
}
.btn_top:hover::before {
  transform: translateX(0);
}



