@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: "Zen Maru Gothic", sans-serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	/*overflow-x:hidden;*/
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: #c7d54d;
	position: relative;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 30px 30px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
}

.header_logo01_img01 {
	display: block;
	max-height: 50px;
	width: auto;
	margin: 0 auto;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 40px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li_sp {
	display: none;
}

/*.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}*/

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.header_ul_li_o .header_ul_li_span01 {
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 3px;
	margin: auto;
	background: #595757;
	border-radius: 5px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width: 30%;
	opacity: 1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top: 12px;
	/*right:100%;*/
	right:0px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#FFF;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#FFF;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#FFF;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	padding-top: 10%;
	/*background: url(../img/back01.webp) no-repeat center top/100% auto;*/
	position: relative;
	z-index: 1;
}

.slider1_box01 {
	max-width: 90%;
	margin: 0 auto 8%;
	position: relative;
}

.slider1_box01_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.slider1_box01_text01 {
	height: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.5vw;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.slider1_box01_text01_span01 {
	position: relative;
}

.slider1_box01_text01_p01 {
	margin-left: 28%;
}

.slider1_box01_text01_p02 {
	margin-left: 23%;
}

.slider1_box02 {
	max-width: 90%;
	margin: 0 auto 8%;
	position: relative;
}

.slider1_box02_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.slider1_box02_text01 {
	height: 240%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	top: 72%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.slider1_box02_text01_span01 {
	position: relative;
}

.slider1_box02_text01_p01 {
	margin-left: 17%;
}

.slider1_box02_text01_p02 {
	margin-left: 12%;
}

.slider1_box02_text01_p03 {
	margin-left: 4%;
}

.slider1_box02_text01_p04 {
	margin-left: -1%;
}

.slider1_box02_text01_p05 {
	margin-left: -10%;
}

.slider1_box02_text01_p06 {
	margin-left: -13%;
}

.slider1_box02_text01_p07 {
	margin-left: -18%;
}

.slider1_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
}

.slider1_box03_img01 {
	display: block;
}

.slider1_box03_button01 {
	display: block;
	margin: 0 20px 30px;
	padding: 15px 40px;
	background: #c7d54d;
	border-radius: 30px;
	font-size: 27px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.slider1_box03_button01:hover {
	background: #8ec76e;
	transition-duration: 0.35s;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
	position: relative;
}

.slider1_li_img {
	display: block;
	max-width:100%;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.wrapper_title {
	margin:0 auto 80px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: #0d6072 10px solid;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_title_text01_f01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 55px;
}

.wrapper_title_text02 {
	display: block;
	margin-top: 20px;
	font-family: "Oswald", sans-serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text02_c01 {
	color: #231815;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.wrapper_button01_big {
	text-align: center;
}

.wrapper_button01_big_t01 {
	text-align: left;
}

.wrapper_button01_big_t02 {
	text-align: right;
}

.wrapper_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 130px);
	padding: 15px 75px 15px 55px;
	border-radius: 30px 9px 9px 30px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: #8ec76e;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: #c0dc61;
	transition-duration: 0.35s;
}

.wrapper_button01_c02 {
	background: #c0dc61;
}

.wrapper_button01_o.wrapper_button01_c02 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_c03 {
	background: #eff3be;
}

.wrapper_button01_o.wrapper_button01_c03 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_c04 {
	background: #f7f2e9;
}

.wrapper_button01_o.wrapper_button01_c04 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	left: calc(100% - 28px);
	transform: scaleX(1.2) rotate(-45deg);
	z-index: 1;
	transition-duration: 0.35s;
}

.wrapper_button01_c01:after {
	border-color: transparent #8ec76e #8ec76e transparent;
}

.wrapper_button01_o.wrapper_button01_c01:after {
	border-color: transparent #c0dc61 #c0dc61 transparent;
}

.wrapper_button01_c02:after {
	border-color: transparent #c0dc61 #c0dc61 transparent;
}

.wrapper_button01_o.wrapper_button01_c02:after {
	border-color: transparent #FFF #FFF transparent;
}

.wrapper_button01_c03:after {
	border-color: transparent #eff3be #eff3be transparent;
}

.wrapper_button01_o.wrapper_button01_c03:after {
	border-color: transparent #FFF #FFF transparent;
}

.wrapper_button01_c04:after {
	border-color: transparent #f7f2e9 #f7f2e9 transparent;
}

.wrapper_button01_o.wrapper_button01_c04:after {
	border-color: transparent #FFF #FFF transparent;
}

.wrapper_button01_o:after {
	transition-duration: 0.35s;
}

.wrapper_button01_span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
}

.wrapper_button01_c02 .wrapper_button01_span {
	color: #595757;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c02 .wrapper_button01_span {
}

.wrapper_button01_c03 .wrapper_button01_span {
	color: #595757;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c03 .wrapper_button01_span {
}

.wrapper_button01_c04 .wrapper_button01_span {
	color: #595757;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c04 .wrapper_button01_span {
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_button01_triangle_wrap {
	position: absolute;
	z-index: 2;
}

.wrapper_button01_triangle_wrap_p01 {
	width: 16px;
	height: 16px;
	top: 35%;
	right: -5px;
	-webkit-transform: scaleY(1.3) rotate(90deg) translateY(-50%);
	-ms-transform: scaleY(1.3) rotate(90deg) translateY(-50%);
	transform: scaleY(1.3) rotate(90deg) translateY(-50%);
}

.wrapper_button01_triangle_wrap_p02 {
	width: 12px;
	height: 12px;
	top: 39%;
	right: 30px;
	-webkit-transform: scaleY(1.3) rotate(90deg) translateY(-50%);
	-ms-transform: scaleY(1.3) rotate(90deg) translateY(-50%);
	transform: scaleY(1.3) rotate(90deg) translateY(-50%);
}

.wrapper_button01_triangle,
.wrapper_button01_triangle:before,
.wrapper_button01_triangle:after {
	width: 100%;
	height: 100%;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 .wrapper_button01_triangle,
.wrapper_button01_c01 .wrapper_button01_triangle:before,
.wrapper_button01_c01 .wrapper_button01_triangle:after {
	background: #d8e3a5;
}

.wrapper_button01_c02 .wrapper_button01_triangle,
.wrapper_button01_c02 .wrapper_button01_triangle:before,
.wrapper_button01_c02 .wrapper_button01_triangle:after {
	background: #eff3be;
}

.wrapper_button01_c03 .wrapper_button01_triangle,
.wrapper_button01_c03 .wrapper_button01_triangle:before,
.wrapper_button01_c03 .wrapper_button01_triangle:after {
	background: #c0dc61;
}

.wrapper_button01_c04 .wrapper_button01_triangle,
.wrapper_button01_c04 .wrapper_button01_triangle:before,
.wrapper_button01_c04 .wrapper_button01_triangle:after {
	background: #c0dc61;
}

.wrapper_button01_triangle:before,
.wrapper_button01_triangle:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.wrapper_button01_triangle {
	border-top-left-radius: 50%;
	position: relative;
	transform: rotate(30deg) skewY(30deg) scaleX(.86666);
}

.wrapper_button01_triangle:before {
	border-top-right-radius: 50%;
	transform: skewX(-45deg) translateX(50%);
}

.wrapper_button01_triangle:after {
	border-bottom-left-radius: 50%;
	transform: skewY(-45deg) translateY(50%);
}

.wrapper_index01_big {
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	margin-top: 126px;
	padding: 0 0 280px;
	background: url(../img/back02_02.webp) no-repeat center center/100% 100%;
	z-index: 1;
}

.wrapper_index01_big_b01:before {
	content: "";
	display: block;
	width: 100%;
	height: 126px;
	background: url(../img/back02_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_b02 {
	padding: 100px 0 130px;
	background: url(../img/back03_02.webp) no-repeat center center/100% 100%;
	z-index: 2;
}

.wrapper_index01_big_b02:before {
	content: "";
	display: block;
	width: 100%;
	height: 133px;
	background: url(../img/back03_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_b03 {
	padding: 140px 0 130px;
	background: url(../img/back04_02.webp) no-repeat center center/100% 100%;
	z-index: 3;
}

.wrapper_index01_big_b03:before {
	content: "";
	display: block;
	width: 100%;
	height: 68px;
	background: url(../img/back04_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_b04 {
	padding: 140px 0 130px;
	background: url(../img/back05_02.webp) no-repeat center center/100% 100%;
	z-index: 4;
}

.wrapper_index01_big_b04:before {
	content: "";
	display: block;
	width: 100%;
	height: 74px;
	background: url(../img/back05_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_b05 {
	padding: 180px 0 0;
	background: url(../img/back06_02.webp) no-repeat center center/100% 100%;
	z-index: 5;
}

.wrapper_index01_big_b05:before {
	content: "";
	display: block;
	width: 100%;
	height: 49px;
	background: url(../img/back06_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_b06 {
	padding: 220px 0 140px;
	background: url(../img/back07_02.webp) no-repeat center center/100% 100%;
	z-index: 6;
}

.wrapper_index01_big_b06:before {
	content: "";
	display: block;
	width: 100%;
	height: 32px;
	background: url(../img/back07_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_info {
	padding: 220px 0 170px;
	background: url(../img/back_info02.webp) no-repeat center center/100% 100%;
	z-index: 3;
}

.wrapper_index01_big_info:before {
	content: "";
	display: block;
	width: 100%;
	height: 127px;
	background: url(../img/back_info01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	z-index: 1;
}

.wrapper_index01_big_info:after {
	content: "";
	display: block;
	width: 100%;
	height: 392px;
	background: url(../img/back_info03.webp) no-repeat center bottom/auto 100%;
	position: absolute;
	bottom: calc(100% - 285px);
	left: 0;
	z-index: 2;
}

.wrapper_index01_big_about {
	padding: 0 0 170px;
	background: url(../img/back_about02.webp) no-repeat center center/100% 100%;
	z-index: 3;
}

.wrapper_index01_big_about:before {
	content: "";
	display: block;
	width: 100%;
	height: 133px;
	background: url(../img/back_about01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	z-index: 1;
}

.wrapper_index01_big_about:after {
	content: "";
	display: block;
	width: 100%;
	height: 316px;
	background: url(../img/back_about03.webp) no-repeat center bottom/auto 100%;
	position: absolute;
	bottom: calc(100% - 170px);
	left: 0;
	z-index: 2;
}

.wrapper_index01_big_shop {
	padding: 0 0 170px;
	background: url(../img/back_shop02.webp) no-repeat center center/100% 100%;
	z-index: 3;
}

.wrapper_index01_big_shop:before {
	content: "";
	display: block;
	width: 100%;
	height: 73px;
	background: url(../img/back_shop01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	z-index: 1;
}

.wrapper_index01_big_shop:after {
	content: "";
	display: block;
	width: 100%;
	height: 108px;
	background: url(../img/back_shop03.webp) no-repeat center bottom/auto 100%;
	position: absolute;
	bottom: calc(100% - 17px);
	left: 0;
	z-index: 2;
}

.wrapper_index01_big_pethotel {
	padding: 180px 0 120px;
	background: url(../img/back_pethotel02.webp) no-repeat center center/100% 100%;
	z-index: 3;
}

.wrapper_index01_big_pethotel:before {
	content: "";
	display: block;
	width: 100%;
	height: 67px;
	background: url(../img/back_pethotel01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
	z-index: 1;
}

.wrapper_index01_big_pethotel:after {
	content: "";
	display: block;
	width: 100%;
	height: 108px;
	background: url(../img/back_pethotel03.webp) no-repeat center bottom/auto 100%;
	position: absolute;
	bottom: calc(100% - 18px);
	left: 0;
	z-index: 2;
}

.wrapper_index01_big_greeting {
	padding: 80px 0 200px;
	z-index: 3;
	overflow: hidden;
}

.wrapper_index01_big_news {
	padding: 80px 0 170px;
	background: url(../img/back_info02.webp) no-repeat center center/100% 100%;
	z-index: 3;
}

.wrapper_index01_big_news:before {
	content: "";
	display: block;
	width: 100%;
	height: 127px;
	background: url(../img/back_info01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.wrapper_index01_big_news:after {
	content: "";
	display: block;
	width: 100%;
	height: 392px;
	background: url(../img/back_info03.webp) no-repeat center bottom/auto 100%;
	position: absolute;
	bottom: calc(100% - 285px);
	left: 0;
	z-index: 2;
}

.wrapper_index01 {
	max-width: calc(100% - 40px);
	width: 1030px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.index_title01 {
	box-sizing: border-box;
	max-width: 100%;
	width: max-content;
	margin: 0 0 100px;
	padding: 18px 85px;
	font-size: 30px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
	position: relative;
}

.index_title01_b01 {
	background: url(../img/titleback01_01.webp) no-repeat center center/100% 100%;
}

.index_title01_b02 {
	background: url(../img/titleback01_02.webp) no-repeat center center/100% 100%;
}

.index_title01_b03 {
	background: url(../img/titleback01_03.webp) no-repeat center center/100% 100%;
}

.index_title01_p01 {
	max-width: calc(100% - 25px);
	margin-left: 25px;
	padding: 18px 85px 18px calc(85px + 1em);
}

.index_title01_p02 {
	padding: 18px calc(85px + 1em) 18px 85px;
}

.index_title01_p03 {
	max-width: calc(100% - 125px);
	margin-left: 125px;
	padding: 18px 85px 18px calc(85px + 1em);
}

.index_title01_p04 {
}

.index_title01_p05 {
	max-width: calc(100% - 125px);
	margin-left: 125px;
}

.index_title01_ico01 {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.index_title01_p01 .index_title01_ico01 {
	max-height: 135px;
	left: -25px;
}

.index_title01_p02 .index_title01_ico01 {
	max-height: 160px;
	right: -75px;
}

.index_title01_p03 .index_title01_ico01 {
	left: -125px;
}

.index_title01_p04 .index_title01_ico01 {
	max-height: 135px;
	right: -50px;
}

.index_title01_p05 .index_title01_ico01 {
	left: -125px;
}

.index_imgbox01 {
	position: relative;
}

.index_imgbox01_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index_imgbox01_text01 {
	display: block;
	height: max-content;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: bold;
	color: #595757;
	line-height: 40px;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	z-index: 2;
}

.index_imgbox02 {
	position: relative;
}

.index_imgbox02_img01 {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.index_imgbox02_img01_sp {
	display: none;
}

.index_imgbox02_text01 {
	display: block;
	max-width: 100%;
	width: max-content;
	font-size: 20px;
	font-weight: bold;
	color: #595757;
	line-height: 40px;
	text-align: left;
	position: absolute;
	z-index: 2;
}

.index_textbox01 {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
}

.index_textbox01_p01 {
	flex-flow: row wrap;
	justify-content: flex-start;
}

.index_textbox01_p02 {
	flex-flow: row-reverse wrap;
	justify-content: flex-start;
}

.index_textbox01_buttonbox01 {
	padding-top: 70px;
}

.index_textbox01_p01 .index_textbox01_buttonbox01 {
	margin-right: 150px;
}

.index_textbox01_p02 .index_textbox01_buttonbox01 {
	margin-left: 150px;
	margin-right: 50px;
}

.index_textbox01_imgbox01 {
	position: relative;
}

.index_textbox01_imgbox01_img01 {
	position: absolute;
	bottom: 5%;
	left: calc(100% + 50px);
}

.index_textbox01_p01 .index_imgbox01_text01 {
	top: 15%;
	left: 70%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index_textbox01_p02 .index_imgbox01_text01 {
	top: 15%;
	left: 42%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 45px;
	padding-top: 140px;
}

.index01_box01 .index_title01 {
	margin-bottom: 30px;
}

.index01_box01_imgbox01 {
	margin-right: 35px;
}

.index01_box01_imgbox01 .index_imgbox01_text01 {
	top: 15%;
	left: 40%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 0 auto 80px;
	padding: 0;
}

.index01_ul01_li {
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	padding: 60px 0 50px;
	background: #FFF;
	border-radius: 10px;
}

.index01_ul01_li:nth-child(3n) {
	margin-right: 0px;
}

.index01_ul01_li_img01 {
	display: block;
	max-height: 97px;
	margin: 0 auto 30px;
}

.index01_ul01_li_title01 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.index01_ul01_li_text01 {
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #595757;
	line-height: 30px;
	text-align: center;
}

.index02_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 80px 0 25px;
	padding: 15px 20px;
	background: #eff3be;
	border-radius: 30px;
}

.index02_title01_ico {
	display: block;
}

.index02_title01_text01 {
	display: block;
	margin: 0 10px;
	font-size: 26px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.index02_table01 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}

.index02_table01_td01 {
	padding: 20px 0;
	background: url(../img/border01.webp) repeat-x left bottom;
	border-right: #727171 2px solid;
	font-size: 20px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.index02_table01_td01:last-child {
	border-right: none;
}

tr:last-child .index02_table01_td01 {
	background: none;
}

.index02_table01_td01_b01 {
	background: none;
}

.index02_table01_td01_w01 {
	width: 148px;
}

.index02_table01_td01_title01 {
	font-size: 25px;
}

.index02_table01_td01_title02 {
	font-size: 19px;
}

.index02_table01_td01_img01 {
	display: block;
	margin: 0 auto;
}

.index02_table01_td01_icobox01 {
	margin-top: -5px;
	margin-bottom: 5px;
	position: relative;
}

.index02_table01_td01_icobox01_img01 {
	display: block;
	max-height: 27px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.index02_table01_td01_icobox01_text01 {
	display: block;
	width: 100%;
	font-size: 23px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 2;
}

.index02_table01_td01_text01 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.index02_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index02_ul01_li {
	margin-bottom: 5px;
	padding-left: 65px;
	position: relative;
}

.index02_ul01_li_ico {
	display: block;
	max-width: 28px;
	position: absolute;
	top: 3px;
	left: 0;
}

.index02_ul01_li_num {
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #595757;
	line-height: 26px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 35px;
}

.index02_ul01_li_text01 {
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #595757;
	line-height: 26px;
	text-align: left;
}

.index02_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-top: -50px;
}

.index02_box01_buttonbox01 {
	padding-top: 120px;
}

.index02_box01_imgbox01 {
}

.index02_box01_imgbox01 .index_imgbox01_text01 {
	top: 7%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index03_imgbox01 {
	margin-bottom: 50px;
}

.index03_imgbox01 .index_imgbox02_text01 {
	bottom: 9%;
	right: 9%;
}

.index04_imgbox01 {
	margin-bottom: 50px;
}

.index04_imgbox01 .index_imgbox02_text01 {
	bottom: 9%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index04_imgbox01 .index_imgbox02_text01 br {
	display: none;
}

.index05_box01 {
	max-width: 510px;
	margin: 0 auto 70px;
}

.index05_box01_img01 {
	display: block;
	margin: 0 auto 70px;
}

.index05_box01_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index05_box01_ul01_li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.index05_box01_ul01_li:last-child {
	margin-bottom: 0px;
}

.index05_box01_ul01_li_ico01 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}

.index05_box01_ul01_li_text01 {
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: left;
}

.index05_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 90px;
}

.index05_box02_buttonbox01 {
	margin-right: 80px;
}

.index05_box02_textbox01 {
	max-width: 100%;
	width: 510px;
}

.index05_box02_textbox01_text01 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #595757;
	line-height: 38px;
	text-align: left;
}

.index05_img01 {
	display: block;
	margin: 0 auto;
}

.feed_ul01 {
	list-style: none;
	margin: 0 auto 80px;
	padding: 0;
}

.feed_ul01_li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #FFF 6px dotted;
	transition-duration: 0.35s;
}

.feed_ul01_li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.feed_ul01_li_o {
	transition-duration: 0.35s;
}

.feed_ul01_li a {
	display: block;
}

.feed_ul01_li_o a {
}

.feed01_imgbox {
	position: relative;
}

.feed_ul01_li_o .feed01_imgbox {
}

.feed01_img {
	display:block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.feed01_cont {
}

.feed01_date {
	display: block;
	width: 180px;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.feed01_title {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_title {
	color: #FFF;
	transition-duration: 0.35s;
}

.feed01_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.feed01_detail {
	margin: 0 auto;
	font-size: 18px;
	color: #3e3a39;
	line-height: 36px;
	text-align: left;
}

.feed01_more {
	width: 36px;
	height: 36px;
	margin-left: 20px;
	background: #FFF;
	border: #0d6072 2px solid;
	border-radius: 50%;
	position: relative;
	transition-duration: 0.35s;
}

.feed01_more:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 23px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: calc(50% + 1px);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_more {
	background: #0d6072;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_more:before {
	color: #FFF;
}

.index06_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index06_ul01_li {
	margin-right: 20px;
}

.index06_ul01_li:last-child {
	margin-right: 0px;
}

.index06_ul01_li_img01 {
	display: block;
	transition-duration: 0.35s;
}

.index06_ul01_li:hover .index06_ul01_li_img01 {
	filter: brightness(150%);
	transition-duration: 0.35s;
}

.index06_img01 {
	display: block;
	position: absolute;
	top: calc(100% + 10px);
	left: 20%;
}

/*コンテンツここまで */

/*フッター */

.footer_b01 {
	padding: 50px 0 0;
	background: url(../img/back08_02.webp) no-repeat center center/100% 100%;
}

.footer_b01_g {
	background: url(../img/back08_02_g.webp) no-repeat center center/100% 100%;
}

.footer_b01:before {
	content: "";
	display: block;
	width: 100%;
	height: 64px;
	background: url(../img/back08_01.webp) no-repeat center bottom/100% 100%;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 0;
}

.footer_b01_g:before {
	background: url(../img/back08_01_g.webp) no-repeat center bottom/100% 100%;
}

#footer {
	position:relative;
	z-index:2;
}

.footer_box01 {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 20px 30px;
	position: relative;
}

.footer_box01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_box01_ul01_li {
	margin-right: 40px;
}

.footer_box01_ul01_li:last-child {
	margin-right: 0px;
}

.footer_box01_ul01_li a {
	display: block;
}

.footer_box01_ul01_li_text01 {
	display: block;
	padding-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: center;
	position: relative;
}

.footer_box01_ul01_li_text01:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #595757;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	transition-duration: 0.35s;
}

.footer_box01_ul01_li:hover .footer_box01_ul01_li_text01:after {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_box01_img01 {
	display: block;
	max-width: 120px;
	position: absolute;
	bottom: 0;
	left: calc(100% - 80px);
}

.footer_box02 {
	padding: 60px 20px 50px;
	background: #c7d54d;
}

.footer_box02_text01 {
	display: block;
	margin-bottom: 45px;
	font-size: 24px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.footer_box02_text01:last-child {
	margin-bottom: 0px;
}

.footer_box02_text02 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #595757;
	line-height: 24px;
	text-align: center;
}

/*フッターここまで */

.wrapper_head_big {
	/*background: url(../img/back01.webp) no-repeat center top/100% auto;*/
	position: relative;
	z-index: 2;
}

.wrapper_head {
	padding: 110px 20px 130px;
}

.wrapper_head_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	position: relative;
}

.wrapper_head_textbox01_p01 {
	align-items: flex-start;
	align-content: flex-start;
}

.wrapper_head_textbox01_p02 {
	align-items: center;
	align-content: center;
}

.wrapper_head_textbox01_text01 {
	margin: 0 auto;
	padding: 0;
	font-size: 70px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.wrapper_head_textbox01_text02 {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
}

.wrapper_head_textbox01_text02:first-child {
	margin-bottom: 15px;
	text-indent: 10px;
}

.wrapper_head_textbox01_text02:last-child {
	margin-top: 15px;
}

.wrapper_head_textbox01_img01 {
	display: block;
	position: absolute;
}

.wrapper_head_textbox01_img01_about {
	max-width: 140px;
	top: 60px;
	right: calc(100% + 30px);
}

.wrapper_head_textbox01_img01_shop01 {
	top: 130px;
	right: calc(100% + 50px);
	transform: rotateY(180deg) rotate(20deg);
}

.wrapper_head_textbox01_img01_shop02 {
	top: 120px;
	left: calc(100% + 180px);
}

.wrapper_head_imgbox01 {
	padding: 350px 0 0;
	position: relative;
}

.wrapper_head_imgbox01_img01 {
	display: block;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.wrapper_head_imgbox01_text01 {
	height: max-content;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.wrapper_head_imgbox01_p01 {
	margin-left: 50px;
}

.wrapper_head_imgbox01_p02 {
	margin-left: -50px;
}

.wrapper_head_imgbox01_text01_span01 {
	position: relative;
}

.content_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto 15px;
	padding: 0;
}

.content_title01_ico01 {
	display: block;
	max-width: 150px;
	max-height: 150px;
	margin-right: 15px;
}

.content_title01_ico01_r01 {
	transform: rotateY(180deg);
}

.content_title01_text01 {
	display: block;
	max-width: calc(100% - 165px);
	font-size: 28px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: left;
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a_wrap {
	width: 100%;
	position: relative;
}

.content_a {
	height: 0px;
	position: absolute;
	top: -92px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #169D62;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #D3CBC5;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align: right;
	position: relative;
	z-index: 5;
}

.page-up {
	display: block;
	width: 100px;
	height: 100px;
	background: #FFF;
	border-radius: 50%;
	margin: auto;
	position:fixed;
	bottom: 70px;
	right: 20px;
	overflow: hidden;
}

.page-up_img01 {
	display: block;
	max-width: 40px;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.page-up_img02 {
	display: block;
	max-width: 80px;
	position: absolute;
	top: 40px;
	left: 60%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

/*greeiting */

.greeiting_box01_wrap {
	position: relative;
	z-index: 3;
}

.greeiting_box01_wrap_f01 {
	margin-bottom: 130px;
}

.greeiting_box01 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.greeiting_box01_wrap_f01 .greeiting_box01:first-child {
	flex-flow: row wrap;
	margin-bottom: 30px;
}

.greeiting_box01_wrap_f01 .greeiting_box01:last-child {
	flex-flow: row-reverse wrap;
}

.greeiting_box01_wrap_f02 .greeiting_box01:first-child {
	flex-flow: row-reverse wrap;
	margin-bottom: 30px;
}

.greeiting_box01_wrap_f02 .greeiting_box01:last-child {
	flex-flow: row wrap;
}

.greeiting_box01_sidebox01 {
	width: calc((100% - 720px) / 2);
}

.greeiting_box01_sidebox01_img01 {
	display: block;
	width: 400px;
}

.greeiting_box01_wrap_f01 .greeiting_box01_sidebox01_img01 {
	margin: 0 0 0 auto;
}

.greeiting_box01_wrap_f02 .greeiting_box01_sidebox01_img01 {
	margin: 0 auto 0 0;
}

.greeiting_box01_sidebox01_img02 {
	display: block;
}

.greeiting_box01_wrap_f01 .greeiting_box01_sidebox01_img02 {
	margin: 0 auto 0 0;
}

.greeiting_box01_wrap_f02 .greeiting_box01_sidebox01_img02 {
	margin: 0 0 0 auto;
}

.greeiting_box01_sidebox01_text01 {
	padding: 0;
	font-size: 28px;
	font-weight: 500;
	color: #595757;
	line-height: 56px;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.greeiting_box01_wrap_f01 .greeiting_box01_sidebox01_text01 {
	margin: 0 auto 0 0;
}

.greeiting_box01_wrap_f02 .greeiting_box01_sidebox01_text01 {
	margin: 0 0 0 auto;
}

.greeiting_box01_sidebox01_text01_border01 {
	display: inline-block;
	width: 2px;
	height: 150px;
	background: #595757;
}

.greeiting_box01_textbox01 {
	width: 600px;
	margin: 0 60px;
}

.greeiting_box01_textbox01_text01 {
	margin: 0;
	padding-bottom: 70px;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.greeiting_box01_textbox01_text02 {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: right;
}

.greeiting_box01_textbox01_text03 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #595757;
	line-height: 32px;
	text-align: left;
}

.greeiting_imgbox01 {
	margin-top: 70px;
	position: relative;
}

.greeiting_imgbox01_img01 {
	display: block;
	width: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.greeiting_imgbox01_text01 {
	display: block;
	margin-top: -30px;
	font-size: 26px;
	font-weight: 500;
	color: #595757;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.greeiting_img01 {
	max-width: 120px;
	position: absolute;
	bottom: -50px;
	left: calc(50% + 110px);
	z-index: 2;
}

.greeiting_img02 {
	max-width: 150px;
	position: absolute;
	bottom: -25px;
	left: calc(50% + 225px);
	z-index: 2;
}

.greeiting_img03 {
	max-width: 130px;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 500px);
	z-index: 2;
}

.greeiting_cloud01 {
	max-width: 49%;
	position: absolute;
	top: 35%;
	left: 0;
	-webkit-transform:translateX(-60%);
	-ms-transform:translateX(-60%);
	transform:translateX(-60%);
	z-index: 1;
}

.greeiting_cloud02 {
	max-width: 61%;
	position: absolute;
	bottom: -2%;
	right: 0;
	-webkit-transform:translateX(48%);
	-ms-transform:translateX(48%);
	transform:translateX(48%);
	z-index: 1;
}

/*greeitingここまで */

/*info */

.info_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 50px;
	margin-left: 50px;
	position: relative;
}

.info_box01_img01 {
	display: block;
	position: absolute;
	bottom: calc(100% + 200px);
	left: 14%;
}

.info_box01_img02 {
	display: block;
	position: absolute;
	bottom: calc(100% + 300px);
	right: -14%;
}

.info_box01_img03 {
	display: block;
	max-width: 170px;
	position: absolute;
	bottom: calc(100% + 30px);
	right: 0%;
	transform: rotateY(180deg);
}

.info_box02 {
	margin-bottom: 70px;
	padding: 70px 55px;
	background: #FFF;
	border-radius: 15px;
}

.info_box02:last-child {
	margin-bottom: 0px;
}

.info_box02_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.info_box02_textbox01_titlebox01 {
	width: 90px;
	margin-right: 70px;
}

.info_box02_textbox01_titlebox01_img01 {
	display: block;
	margin: 0 auto 25px;
}

.info_box02_textbox01_titlebox01_text01 {
	margin: 0 auto;
	padding: 0;
	font-size: 19px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.info_box02_textbox01_content01 {
	flex: 1;
}

.info_box02_textbox01_content01_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.info_box02_textbox01_content01_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 20px;
	padding: 0 20px 20px;
	background: url(../img/border01.webp) repeat-x left bottom;
}

.info_box02_textbox01_content01_ul01_li:last-child {
	margin-bottom: 0px;
	padding: 0 20px;
	background: none;
}

.info_box02_textbox01_content01_ul01_li_title01 {
	display: block;
	width: 130px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.info_box02_textbox01_content01_ul01_li_text01 {
	flex: 1;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.info_box02_textbox01_content01_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
}

.info_box02_textbox01_content01_ul02_li {
	margin-right: 40px;
	padding-right: 40px;
	border-right: #595757 1px solid;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 40px;
	text-align: left;
}

.info_box02_textbox01_content01_ul02_li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.info_box02_textbox01_content01_ul02_li_text01 {
}

.info_box02_textbox01_content01_text01 {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: right;
}

.info_box02_textbox01_content01_text02 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 28px;
	text-align: left;
}

.info_box02_textbox01_content01_table01 {
	border-collapse: collapse;
	table-layout: fixed;
	max-width: 760px;
	width: 100%;
	margin: 50px auto 70px;
}

.info_box02_textbox01_content01_table01_td01 {
	padding: 20px 0;
	background: url(../img/border01.webp) repeat-x left bottom;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 26px;
	text-align: center;
	position: relative;
}

tr:first-child .info_box02_textbox01_content01_table01_td01 {
	padding: 0 0 20px;
	background: none;
	border-bottom: #595757 1px solid;
}

tr:last-child .info_box02_textbox01_content01_table01_td01 {
	padding: 20px 0 30px;
	background: none;
}

.info_box02_textbox01_content01_table01_td01:first-child {
	width: 50%;
	border-right: #595757 1px solid;
}

.info_box02_textbox01_content01_table01_td01_f01 {
	font-size: 22px;
	font-weight: 600;
}

.info_box02_textbox01_content01_table01_td01_f02 {
	font-size: 15px;
	line-height: 1;
}

.info_box02_textbox01_content01_table01_td01_f03 {
	display: block;
	width: max-content;
	font-size: 17px;
	line-height: 24px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.info_box02_textbox01_content01_table01_td01_f03 br {
	display: none;
}

.info_box02_textbox01_content01_table01_td01_t01 {
	padding-right: 60px !important;
	text-align: right;
}

.info_box02_textbox01_content01_table01_td01_v01 {
	vertical-align: top;
}

.info_box02_textbox01_content01_table01_td01_img01 {
	display: block;
	max-width: 30px;
	margin: 0 auto;
}

.info_box02_textbox01_content01_table01_td01_img02 {
	display: block;
	max-width: 100px;
	position: absolute;
	top: 20%;
	left: 0;
	-webkit-transform:translateY(-50%) rotateY(180deg);
	-ms-transform:translateY(-50%) rotateY(180deg);
	transform:translateY(-50%) rotateY(180deg);
}

.info_box02_textbox01_content01_box01 {
	max-width: 760px;
	margin: 0 auto 50px;
	position: relative;
}

.info_box02_textbox01_content01_box01_text01 {
	display: block;
	padding-left: 1em;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-indent: -1em;
	text-align: left;
}

.info_box02_textbox01_content01_box01_img01 {
	display: block;
	max-width: 90px;
	position: absolute;
	top: calc(100% - 50px);
	left: calc(100% - 50px);
}

.info_box02_textbox01_content01_ul03 {
	max-width: 760px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.info_box02_textbox01_content01_ul03_li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.info_box02_textbox01_content01_ul03_li:last-child {
	margin-bottom: 0px;
}

.info_box02_textbox01_content01_ul03_li_ico01 {
	display: block;
	max-width: 24px;
	position: absolute;
	top: 9px;
	left: 0;
}

.info_box02_textbox01_content01_ul03_li_text01 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
	position: relative;
}

/*infoここまで */

/*about */

.about_box01 {
	padding-top: 130px;
	position: relative;
}

.about_box01_img01 {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 5%;
}

.about_box02 {
	margin-bottom: 50px;
	padding-top: 60px;
	position: relative;
}

.about_box02_title01 {
	margin: 0 auto 15px;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: left;
}

.about_box02_text01 {
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 32px;
	text-align: left;
}

.about_box02_imgbox01 {
	position: absolute;
	top: 0;
	right: 0;
}

.about_img01 {
	display: block;
	margin: -50px 0 100px;
}

.about_img02 {
	display: block;
	max-width: calc(100% - 100px);
	margin: 0 auto 40px;
}

.about_img02_sp {
	display: none;
}

.about_text01_big {
	margin-bottom: 60px;
	font-size: 0;
	text-align: center;
}

.about_text01 {
	display: inline-block;
	max-width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
	vertical-align: top;
}

.about_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto 80px;
}

.about_box03 .index_imgbox01_text01 {
	top: 22%;
	left: 17%;
}

.about_textbox01 {
}

.about_textbox01_title01 {
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.about_textbox01_text01 {
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #595757;
	line-height: 32px;
	text-align: left;
}

.about_ul01 {
	list-style: none;
	margin: 0 auto 80px;
	padding: 0;
}

.about_ul01_li {
}

.about_ul01_li_box {
}

.about_ul01_li_box_imgbox01 {
	margin-bottom: 15px;
	background: #FFF;
}

.about_ul01_li_box_imgbox01_img01 {
	display: block;
	opacity: 1;
	transition-duration: 0.35s;
}

.about_ul01_li:hover .about_ul01_li_box_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.about_ul01_li_box_textbox01 {
	padding: 0 30px;
}

.about_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 80px;
	padding: 0;
}

.about_ul02_li {
	max-width: calc((100% - 30px) / 2);
	position: relative;
}

.about_ul02_li:nth-child(2n) {
	margin-left: 30px;
}

.about_ul02_li_w01 {
	max-width: 100%;
	width: 450px;
}

.about_ul02_li_img01 {
	display: block;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.about_ul02_li_text01 {
	display: block;
	width: max-content;
	padding: 5px 10px;
	background: #FFF;
	font-size: 15px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 2;
}

.about_img03 {
	display: block;
	max-width: 140px;
	margin: -120px auto 40px;
	position: relative;
	transform: rotateY(180deg);
	left: -80px;
}

.about_img04 {
	display: block;
	max-width: calc(100% - 100px);
	margin: 0 auto 30px;
	border-radius: 50px;
}

.about_textbox02 {
	max-width: calc(100% - 100px);
	margin: 0 auto;
}

.about_img05_big {
	position: relative;
	z-index: 3;
}

.about_img05 {
	display: block;
	max-width: 120px;
	position: absolute;
	bottom: -20px;
	left: 65%;
	z-index: 3;
}

/*aboutここまで */

/*pethotel */

.pethotel_img01 {
	display: block;
	max-width: calc(100% - 100px);
	margin: 0 auto 50px;
	border-radius: 50px;
}

.pethotel_text01 {
	margin: 0 auto 40px;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.pethotel_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: -40px;
}

.pethotel_box02 {
	margin-bottom: 30px;
	padding-left: 100px;
}

.pethotel_box02_ul01 {
	list-style: none;
	margin: 0 auto 80px;
	padding: 0;
}

.pethotel_box02_ul01_li {
	padding-left: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
	position: relative;
}

.pethotel_box02_ul01_li:last-child {
	margin-bottom: 0px;
}

.pethotel_box02_ul01_li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #595757;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
}

.pethotel_box02_table01 {
	border-collapse: collapse;
	table-layout: fixed;
	max-width: 760px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.pethotel_box02_table01:before {
	content: "";
	width: 2px;
	height: 100%;
	background: url(../img/border02.webp) repeat-y center top;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
}

.pethotel_box02_table01_td01 {
	width: 50%;
	padding: 20px 0;
	background: url(../img/border01.webp) repeat-x left bottom;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

th.pethotel_box02_table01_td01 {
	font-size: 20px;
	font-weight: bold;
	background: none;
	border-bottom: #595757 2px solid;
}

tr:last-child .pethotel_box02_table01_td01 {
	background: none;
}

.pethotel_box02_table01_td01_text01 {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	position: relative;
}

.pethotel_box02_table01_td01_text01_before {
	position: absolute;
	top: 0;
	right: calc(100% + 1em);
}

.pethotel_box02_text01 {
	display: block;
	max-width: 760px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: right;
}

.pethotel_box02_text02 {
	margin: -30px 0 80px;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.pethotel_box02_text02_span01 {
}

.pethotel_imgbox01 {
	position: relative;
}

.pethotel_imgbox01_img01 {
	display: block;
	max-width: 45%;
}

.pethotel_imgbox01_img02 {
	display: block;
	position: absolute;
	bottom: -135px;
	right: 5%;
}

/*pethotelここまで */

/*shop */

.shop_img01 {
	display: block;
	position: absolute;
	top: -155px;
	right: 0;
	z-index: -1;
}

.shop_box01 {
	margin-bottom: 60px;
	padding-top: 180px;
	position: relative;
}

.shop_box01_imgbox01 {
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.shop_box01_imgbox01_img01 {
	display: block;
	max-width: 186px;
	position: absolute;
	bottom: -100px;
	right: 0;
	transform: rotate(10deg);
}

.shop_box01_img01 {
	display: block;
	max-width: calc(100% - 100px);
	margin: 0 auto 50px;
	border-radius: 50px;
	position: relative;
	z-index: 2;
}

.shop_box01_text01 {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 36px;
	text-align: left;
}

.shop_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	margin-bottom: 70px;
}

.shop_box02_img01 {
	display: block;
	margin-right: 30px;
	margin-bottom: 20px;
	transform: rotateY(180deg) rotate(5deg);
}

.shop_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop_ul01_li {
}

.shop_ul01_li_w01 {
	max-width: calc((100% - 30px) * 0.3);
}

.shop_ul01_li_w02 {
	max-width: calc((100% - 30px) * 0.4);
}

.shop_ul01_li_img01 {
	display: block;
	width: 100%;
	height: 316px;
	margin-bottom: 40px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.shop_ul01_li_title01 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 23px;
	font-weight: 500;
	color: #595757;
	line-height: 30px;
	text-align: left;
}

.shop_ul01_li_text01 {
	margin: 0 auto;
	font-size: 17px;
	font-weight: 500;
	color: #595757;
	line-height: 28px;
	text-align: left;
}

/*shopここまで */

.span_c02 {
	color: #FFF;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-shadow: 
        #111 1px 1px 0, #111 -1px -1px 0,/*右下、左上*/
        #111 -1px 1px 0, #111 1px -1px 0,/*右上、左下*/
        #111 0px 1px 0, #111  0 -1px 0,/*右、左*/
        #111 -1px 0 0, #111 1px 0 0;/*上、下*/
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/* box-shadow */
	box-shadow: 3px 3px 8px -1px rgba(150,150,150,0.3);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	backdrop-filter: blur(3px);
}

/*privacy */

.privacy_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.privacy_box {
	margin: 0 auto 40px;
}

.privacy_title {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: #111 1px solid;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 a {
	color:#111;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy_text01_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.privacy_text01_ul01 {
	list-style: none;
	margin: 20px auto;
	padding: 0 0 0 20px;
}

.privacy_text01_ul01_li {
	padding-left: 1.8em;
	text-align: left;
	text-indent: -1.8em;
}

.privacy_text01_ul01_li_ul01 {
	list-style:none;
	list-style-position:inside;
	margin:3px auto;
	padding:0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left:15px;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-15px;
}

.privacy_text01_table01 {
	border-collapse: collapse;
	width: 100%;
}

.privacy_text01_table01_td01 {
	padding: 10px 10px;
	border: #DDD 1px solid;
	text-align: left;
}

th.privacy_text01_table01_td01 {
	width: 150px;
	font-weight: 500;
}

/*privacyここまで */

/*inquiry */

.inquiry_text02 {
	margin: 0 auto 40px;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: center;
}

.inquiry_textbox01 {
	max-width: 768px;
	margin: 0 auto 60px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
}

.inquiry_textbox01_text01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.inquiry_img01 {
	display: block;
	margin: 0 auto;
}

.inquiry_flow_ul {
	list-style:none;
	margin:0 auto 40px;
	padding:0;
	font-size:0;
	text-align:center;
}

.inquiry_flow_ul_li01 {
	display:inline-block;
	padding:3px 20px;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li02 {
	display:inline-block;
	padding:3px 10px;
	font-size:15px;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li_b01 {
	background:#0d6072;
	color:#FFF;
}

.inquiry_text02_big {
	display:block;
	margin-bottom:20px;
	font-size:0;
	text-align:center;
}

.inquiry_box_button {
	padding:10px 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
	text-align:left;
	/* box-shadow */
	box-shadow: inset 3px 3px 8px -1px rgba(150,150,150,0.3);
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_button_radio {
	display:none;
}

.inquiry_box_button_radio_label {
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_button_radio_span {
	display:inline-block;
	font-size:14px;
	color:#000;
	line-height:14px;
	vertical-align:middle;
}

.inquiry_box_button_radio_round {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	background:#FFF;
	border:#CCC 1px solid;
	border-radius:5px;
	vertical-align:middle;
	position:relative;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round {
	background:#FFF;
	transition-duration:0.2s;
}

.inquiry_box_button_radio_round_in {
	width:10px;
	height:10px;
	margin:auto;
	background:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round .inquiry_box_button_radio_round_in {
	background:#CCC;
	transition-duration:0.2s;
}

.inquiry_text_big {
	display:block;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}

.inquiry_text01 {
	display:block;
	margin-bottom:20px;
	font-size:17px;
	color:#111;
	line-height:30px;
	text-align:center;
}

.inquiry_big_box {
	margin:0 auto;
	font-size:0;
	text-align:center;
}

.inquiry_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 768px;
	margin: 0 auto 20px;
	position: relative;
}

.inquiry_box_long {
	font-size:0;
	text-align:center;
}

.inquiry_box_left {
	width: 190px;
	margin-top: 10px;
	margin-right:20px;
	font-size: 16px;
	color:#000;
	line-height: 30px;
	text-align:left;
	vertical-align:top;
	position:relative;
}

.inquiry_box_long .inquiry_box_left {
	display:block;
	width:auto;
	margin-right:0px;
}

.inquiry_box_left_s {
	line-height:15px;
}

.inquiry_box_left_oneshort {
	width:auto;
	margin-right:0px;
	padding:0 5px;
}

.inquiry_box_left_ico {
	display:inline-block;
	font-size:16px;
	color:#F00;
	line-height:30px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_right_big {
	flex: 1;
	font-size:0;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right {
	box-sizing:content-box;
	display:inline-block;
	width:calc(100% - 22.5px);
	min-height:30px;
	padding: 10px 10px;
	background: rgba(255,255,255,1);
	border: #EFEFEF 1px solid;
	border-radius: 5px;
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:left;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.1);
	vertical-align:top;
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_right:focus {
	outline: none;
}

.inquiry_box_long .inquiry_box_right {
	display:block;
	box-sizing:border-box;
	width:100%;
	margin-top:5px;
}

.inquiry_box_right_short {
	width:200px;
}

.inquiry_box_right_twoshort {
	width:60px;
}

.inquiry_box_right_fourshort {
	width:40px;
}

.inquiry_box_right_long {
	display:block;
	margin-top: 5px;
	font-size:15px;
	color:#111;
	line-height:20px;
	text-align:right;
}

.inquiry_box_labelitem {
	display:block;
	width:auto;
	font-size:15px;
	color:#73787D;
	line-height:30px;
	text-align:center;
}

.inquiry_box_after01_labelitem {
	display:inline-block;
	font-size:14px;
	color:#73787D;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_right_naiyou {
	width:calc(100% - 22.5px);
	height:112px;
	position:relative;
	z-index:1;
}

.inquiry_box_right_naiyou_border {
	background:#FBF9F2;
	position:absolute;
	z-index:2;
}

.inquiry_box_off {
	margin:0 auto;
	font-size:0;
	text-align:left;
	position:relative;
}

.inquiry_box_decide {
	display:block;
	max-width:calc(100% - 20px);
	width: max-content;
	margin:0 auto 20px;
	padding: 15px 25px 15px 25px;
	background:#0d6072;
	border:#0d6072 2px solid;
	border-radius: 5px;
	font-size:0;
	text-align:center;
	position:relative;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:hover {
	background:#FFF;
	box-shadow: 0px 0px 30px -10px rgba(41,136,188,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_decide:hover:before {
	color:#0d6072;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display:block;
	margin-right: 10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	text-align:center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color:#0d6072;
	transition-duration: 0.35s;
}

/*.inquiry_box_decide_ico_o {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	opacity:0;
}*/

.inquiry_text {
	display:block;
	margin:0 auto;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_text_b {
	font-size:18px;
	font-weight:bold;
}

.inquiry_text_s {
	display:block;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
}

.inquiry_box_red {
	color: #FF0000;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	max-width:910px;
	margin:0 auto 30px;
	padding:0 10px;
}

.inquiry_ul_li {
	font-size:15px;
	text-align:left;
}

.inquiry_text_bold {
	font-weight:bold;
}

/*inquiryここまで */

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 40px;
}

.wp_content {
	margin-bottom: 60px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width: calc(100% - 80px);
	padding: 40px 40px;
	background: #FFF;
	border-radius: 30px;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #c7d54d 6px dotted;
	transition-duration: 0.35s;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.wp_left_ul_li_o {
	transition-duration: 0.35s;
}

.wp_left_ul_li a {
	display: block;
}

.wp_left_ul_li_imgbox {
	width: 50%;
	background: #FFF;
	order: 2;
}

.wp_left_ul_li_o .wp_left_ul_li_imgbox {
}

.wp_left_ul_li_imgbox_img {
	display:block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_imgbox_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.wp_left_ul_li_cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.wp_left_ul_li_date {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 1;
	text-align: left;
}

.wp_left_ul_li_cate {
	display: block;
	margin-left: 10px;
	padding: 5px 15px;
	background: #c7d54d;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_title {
	width: 100%;
	margin: 15px 0 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_title {
	color: #c7d54d;
	transition-duration: 0.35s;
}

.wp_left_ul_li_detail {
	width: 100%;
	margin: 0;
	font-size: 18px;
	color: #3e3a39;
	line-height: 36px;
	text-align: left;
}

.wp_left_ul_li_more {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 10px 0 0 auto;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #3e3a39;
	line-height: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_more {
	color: #c7d54d;
	transition-duration: 0.35s;
}

.wp_left_ul_li_more:before {
	content: "\f054";
	margin-right: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #c7d54d;
	line-height: 1;
}

.wp_left_single {
	margin: 0 auto;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #3e3a39;
	line-height: 1;
	text-align: left;
}

.wp_left_single_title {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.wp_left_single_cate {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 5px 15px;
	background: #c7d54d;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.wp_right {
	width: 245px;
}

.wp_right_title {
	margin: 0 auto 10px;
	text-align: left;
}

.wp_right_title_ico {
	margin-right: 8px;
}

.wp_right_title_span01 {
	flex: 1;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: bold;
	color: #8B8B8B;
	line-height: 25px;
	text-align: left;
}

.wp_right_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 10px 0 0;
	position: relative;
}

.wp_right_ul:last-child {
	margin: 0 auto;
}

.wp_right_ul:before {
	content: "";
	width: 2px;
	height: calc(100% - 13px);
	background: #B5B5B5;
	position: absolute;
	top: 0;
	left: 5px;
}

.wp_right_ul_li {
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	margin-bottom:0px;
}

.wp_right_ul_li:before {
	content:"";
	width: 12px;
	height: 2px;
	background: #B5B5B5;
	position: absolute;
	top: 9px;
	left: 5px;
	transition-duration:0.35s;
}

.wp_right_ul_li:after {
	content:"";
	width: 0%;
	height: 1px;
	background: #ED8C72;
	position: absolute;
	bottom: 0;
	left: 26px;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li:hover:after {
	width: calc(100% - 26px);
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_span {
	display:block;
	padding-bottom: 5px;
	font-size:17px;
	color:#111;
	line-height:17px;
	text-align:left;
	position: relative;
}

.wp_right_ul_li_span:after {
	content:"";
	width: 0;
	height: 1px;
	border-bottom: ED8C72 1px dashed;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li a {
	color:#111;
	transition-duration:0.35s;
}

.wp_right_ul_li_o {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o.wp_right_ul_li:before {
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span:after {
	width: 100%;
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o a {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_ul {
	list-style:none;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:left;
}

.wp_right_ul_li_ul_li {
	margin-bottom:10px;
	margin-left:10px;
	font-size:15px;
	color:#3399FF;
	line-height:20px;
	text-align:left;
	position:relative;
}

.wp_right_ul_li_ul_li_border {
	width:0;
	height:1px;
	margin:0 auto;
	background:#867666;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.new {
	display:inline-block;
	margin-left:1em;
	color:#F00;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

.wp_pagenation_ul_li {
	display: inline-block;
	margin: 0 6px 10px;
	background: #c7d54d;
	border: #c7d54d 2px solid;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}

.wp_pagenation_ul_li a {
	display: block;
	width: 30px;
	color: #FFF;
}

.wp_pagenation_ul_li span {
	display: block;
	width: 30px;
	color: #c7d54d;
}

.wp_pagenation_ul_li_o {
	background: #FFF;
	color: #c7d54d;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: normal;
	color: #111;
	line-height: 30px;
}

.wp_pagenation_ul_li_nb a {
	color: #111;
}

.prev_next {
	margin: 0 auto 60px;
}

.prev_next_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.prev_next_ul_li {
	position: relative;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before {
	margin-right: 20px;
}

.prev_next_ul_li_after {
	margin-left: 20px;
}

.prev_next_ul_li:hover {
	transition-duration: 0.35s;
}

.prev_next_ul_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 0 auto;
	padding: 10px 20px;
	background: #c7d54d;
	border: #c7d54d 2px solid;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before a {
	padding: 10px 20px 10px 35px;
}

.prev_next_ul_li_after a {
	padding: 10px 35px 10px 20px;
}

.prev_next_ul_li:hover a {
	background: #FFF;
	color: #c7d54d;
	transition-duration:0.35s;
}

.prev_next_ul_li a:before {
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.prev_next_ul_li_before a:before {
	content: "\f053";
	left: 15px;
}

.prev_next_ul_li_after a:before {
	content: "\f054";
	right: 15px;
}

.prev_next_ul_li:hover a:before {
	color: #c7d54d;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m {
	width: max-content;
	margin: 0 auto;
	padding: 13px 17px;
	background: #c7d54d;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m:after {
	/*content: "";*/
	content: "\f054";
	display: inline-block;
	/*width: 6px;
	height: 6px;*/
	margin-bottom: 2px;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	/*border: #FFF 2px solid;
	border-radius: 50%;*/
	vertical-align: middle;
	transition-duration: 0.35s;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
