@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: "Zen Kaku Gothic New", "ヒラギノ角ゴ 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 Kaku Gothic New", 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 {
	padding-left: 80px;
	overflow-x:hidden;
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#side {
	width: 79px;
	height: 100vh;
	border-right: #e6e6e6 1px solid;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
}

.side_title01 {
	margin: 20px auto 0;
	padding: 0;
}

.side_title01_img01 {
	display: block;
	max-width: 55%;
	max-height: calc(100% - 40px);
	margin: 0 auto;
}

#nav {
	position: relative;
	z-index: 6;
}

.nav_wrap {
	width: calc(100% - 80px);
	margin: 0 auto;
	background: rgba(255,255,255,1);
	position: relative;
}

.nav_in {
	max-width: 1320px;
	margin: 0 auto;
	padding: 20px 20px;
	font-size: 0;
	position: relative;
}

.nav_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.nav_box01_text01 {
	display: block;
	padding-right: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}

.nav_box01_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 220px;
	margin-left: 20px;
	padding: 15px 0;
	background: #735a46;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
}

.nav_box01_button01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.nav_box01_button01_ico01 {
	display: block;
	max-height: 20px;
	margin-right: 10px;
}

.nav_box01_button01_text01 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
}

.nav_box01_button01_ico02 {
	display: block;
	max-height: 17px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.index_imgbox01 {
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.index_imgbox01_img01 {
	display: block;
	width: 100%;
}

#header {
	position: relative;
	z-index: 6;
}

.header_wrap {
	margin: 0 auto;
	background: #e8d0aa;
	position: relative;
}

.header_in {
	margin: 0 auto;
	padding: 0 10px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.header_logo01_img01 {
	display: block;
	width: 280px;
	margin: 0 auto;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.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;
	padding: 30px 30px;
	font-size: 17px;
	font-weight: 500;
	color: #323232;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
	transition-duration: 0.35s;
}

.header_ul_li_span01_w01 {
	min-width: 120px;
}

.header_ul_li_o .header_ul_li_span01 {
	background: #b9a587;
	color: #FFF;
}

.header_ul_li.active .header_ul_li_span01 {
	background: #b9a587;
	color: #FFF;
	transition-duration: 0.35s;
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 1px;
	margin: auto;
	background: #323232;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width:100%;
	opacity:1;
}

.header_ul_li_ico01 {
	display: block;
	max-width: 27px;
	margin: 0 auto;
	opacity: 1;
	transition-duration: 0.35s;
}

.header_ul_li:hover .header_ul_li_ico01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top: 5px;
	/*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:#231815;
	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:#231815;
	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:#231815;
	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:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.header_sub_ul {
	display:none;
	list-style:none;
	width: 100%;
	margin:0 auto;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:2;
}

.header_sub_ul_li {
	position: relative;
}

.header_sub_ul_li:last-child {
	padding-bottom: 0px;
}

.header_sub_ul_li_o {
}

.header_sub_ul_li a {
	display: block;
	padding: 15px 0;
	background: #e8d0aa;
	font-size: 15px;
	font-weight: 500;
	color: #323232;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.header_sub_ul_li a:hover {
	background: #b9a587;
	color: #FFF;
	transition-duration: 0.35s;
}

.header_sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.header_sub_ul_li_o .header_sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 2;
}

.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 {
}

.slider1_li_img {
	max-width:100%;
	width: 100%;
	height:auto;
}

.wrapper_title {
	margin:0 auto 50px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_title_text01_c02 {
	color: #FFF;
}

.wrapper_title_text01_t01 {
	text-align: left;
}

.wrapper_subtitle {
	margin: 0 auto 50px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.wrapper_headtitle {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 90px;
	position: relative;
}

.wrapper_headtitle_text01 {
	display: block;
	font-size: 65px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 5px;
	text-align: center;
}

.wrapper_headtitle_text01_c01 {
	color: #231815;
}

.wrapper_headtitle_ico01 {
	display: block;
	max-height: 120px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.wrapper_headtitle_text01_c01 {
	color: #231815;
}

.wrapper_button01_big {
	max-width: 1030px;
	margin: 0 auto;
	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% - 44px);
	padding: 0 40px 5px 0;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	border-bottom: #727171 1px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: 6px;
	right: -2px;
	transform: rotate(45deg);
}

.wrapper_button01_c01:after {
	background: #727171;
}

.wrapper_button01_span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #727171;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
	color: #CCC;
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 150px 0;
}

.wrapper_index01_big_b02 {
	padding: 150px 0;
	background: #e6d2aa;
}

.wrapper_index01_big_b02:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/back01.webp") no-repeat center bottom/contain;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 1;
}

.wrapper_index01_big_b03 {
	padding: 150px 0;
	background: #e6d2aa;
}

.wrapper_index01_big_b03:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/back01.webp") no-repeat center 15%/cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 1;
}

.wrapper_index01 {
	max-width: calc(100% - 40px);
	width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.feed_ul01 {
	list-style: none;
	max-width: 1030px;
	margin: 0 auto 50px;
	padding: 0;
}

.feed_ul01_li {
	margin-bottom: 40px;
}

.feed_ul01_li:last-child {
	margin-bottom: 0px;
}

.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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.feed01_new {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #c32337;
	line-height: 24px;
	text-align: left;
}

.feed01_date {
	display: block;
	width: 140px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: left;
}

.feed01_title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	transition-duration: 0.35s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.feed_ul01_li:hover .feed01_title {
	color: #CCC;
	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;
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 800px;
	margin: 0 auto 45px;
	padding: 0;
}

.index_ul01:last-child {
	margin: 0 auto;
}

.index_ul01_li {
	width: calc((100% - 90px) / 3);
	padding-top: calc((100% - 90px) / 3);
	position: relative;
}

.index_ul01_li_back {
	width: 100%;
	height: 45px;
	position: absolute;
	top: 100%;
	left: 0;
}

.index_ul01_li_protect {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.index_ul01_li:before,
.index_ul01_li:after {
	content: "";
	display: block;
	background: #735a46;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transition-duration: 0.35s;
}

.index_ul01_li:before {
	width: 30px;
	height: 30px;
	top: calc(100% + 45px);
	left: 39%;
	transition-delay: 0.25s;
}

.index_ul01_li:after {
	width: 15px;
	height: 15px;
	top: calc(100% + 25px);
	left: 49%;
	transition-delay: 0s;
}

.index_ul01_li_o:before,
.index_ul01_li_o:after {
	opacity: 1;
	transition-duration: 0.35s;
}

.index_ul01_li a {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index_ul01_li_imgbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height: calc(100% - 40px);
	padding: 20px 0 20px;
}

.index_ul01_li_imgbox01_img01 {
	display: block;
	max-height: 130px;
	margin: 0 auto;
}

.index_ul01_li_imgbox01_text01 {
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #231815;
	line-height: 30px;
	text-align: center;
}

.index_popup01_wrap {
	display: none;
}

.index_popup01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: 800px;
	height: 270px;
	margin: 0 auto;
	padding: 60px 0 50px;
	position: relative;
}

.index_popup01_box01 {
	opacity: 0;
	position: relative;
}

.index_popup01_box01_w01 {
	width: 32%;
}

.index_popup01_box01_w02 {
	width: 25%;
}

.index_popup01_box01_w03 {
	width: 18%;
}

.index_popup01_box01_w04 {
	width: 25%;
}

.index_popup01_box01_content01 {
	width: 100%;
	position: absolute;
	left: 0;
}

.index_popup01_box01_w01 .index_popup01_box01_content01 {
	bottom: -2px;
	left: 9px;
}

.index_popup01_box01_w02 .index_popup01_box01_content01 {
	margin-left: 2px;
	top: -2px;
}

.index_popup01_box01_w03 .index_popup01_box01_content01 {
	margin-right: 2px;
	bottom: -2px;
}

.index_popup01_box01_w04 .index_popup01_box01_content01 {
	top: -2px;
}

.index_popup01_box01_content01_textbox01 {
}

.index_popup01_box01_content01_textbox01 a {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
}

.index_popup01_box01_content01_textbox01_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.index_popup01_box01_content01_textbox01_box01 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index_popup01_box01_content01_textbox01_box01_text01 {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
	text-align: center;
}

.index_popup01_box01_content01_textbox01_box01_ico01 {
	display: block;
	margin: 0 auto;
	filter: brightness(100%);
	transition-duration: 0.35s;
}

a:hover .index_popup01_box01_content01_textbox01_box01_ico01 {
	filter: brightness(300%);
	transition-duration: 0.35s;
}

.index_box01 {
	max-width: 1030px;
	margin: 0 auto 150px;
}

.index_box01_textbox01 {
	margin-bottom: 50px;
	padding: 25px 10px;
	background: #c32337;
}

.index_box01_textbox01_text01 {
	display: block;
	margin-bottom: 15px;
	font-size: 55px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_box01_textbox01_text02 {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_box01_text01 {
	max-width: 800px;
	margin: 0 auto 50px;
	font-size: 20px;
	font-weight: 500;
	color: #040000;
	line-height: 40px;
	text-align: center;
}

.index_box01_textbox02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 44px);
	width: max-content;
	margin: 0 auto;
	padding: 15px 20px;
	border: #000 2px solid;
}

.index_box01_textbox02_text01 {
	display: block;
	margin-right: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #040000;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.index_box01_textbox02_text02 {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #040000;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.index_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	max-width: 800px;
	margin: 0 auto 140px;
	padding: 60px 40px;
	background: url(../img/index02.webp) no-repeat center center/cover;
}

.index_box02_imgbox01 {
	display: none;
	max-width: 306px;
	margin: 0 auto 30px;
}

.index_box02_imgbox01_img01 {
	display: block;
	margin: 0 auto;
}

.index_box02_textbox01 {
	max-width: 450px;
	text-shadow: 0px 0px 10px rgba(55,30,10,1);
}

.index_box02_textbox01_text01 {
	margin: 0 auto 40px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 36px;
	text-align: left;
}

.index_box02_textbox01_text02 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.index_table01 {
	border-collapse: collapse;
	table-layout: fixed;
	max-width: 880px;
	width: 100%;
	margin: 0 auto 30px;
	border-top: #000 2px solid;
}

.index_table01_td01 {
	padding: 17px 0;
	border-bottom: #000 2px solid;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
}

th.index_table01_td01 {
	width: 248px;
	border-right: #000 2px solid;
	text-indent: 10px;
	text-align: left;
}

.index_table01_td01_ico01 {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: #c32337;
}

.index_table01_td01_ico02 {
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	background: #231815;
}

.index_text01 {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_text02 {
	max-width: 1130px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #040000;
	line-height: 40px;
	text-align: left;
}

.index_text02_c01 {
	color: #c32337;
}

.index_box03 {
	margin: 0 auto 140px;
}

.index_box03_img01 {
	display: block;
	max-width: 60%;
	width: 600px;
	margin: 0 auto 80px;
	padding-bottom: 60px;
	border-bottom: #231815 2px solid;
}

.index_box03_img02 {
	display: block;
	max-width: 40px;
	margin: 0 auto 30px;
}

.index_box03_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
}

.index_box03_textbox01_text01 {
	display: block;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	letter-spacing: 3px;
	text-align: left;
}

.index_box03_textbox01_text02 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.index_box04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 100px;
}

.index_box04_img01 {
	display: block;
	max-width: 45px;
	margin-right: 20px;
}

.index_box04_textbox01 {
}

.index_box04_textbox01_text01 {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	line-height: 40px;
	text-align: left;
}

.index_box04_textbox01_text02 {
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_box04_textbox01_text02_pc {
	display: block;
}

.index_box04_textbox01_text02_sp {
	display: none;
}

.index_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;
}

.index_ul02_li {
	margin-right: 80px;
}

.index_ul02_li:last-child {
	margin-right: 0px;
}

.index_ul02_li_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 35px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.index_ul02_li_title01_s01 {
	font-size: 30px;
}

.index_ul02_li_text01 {
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.index_map01 {
	height: 500px;
}

.index_map01 iframe {
	width: 100%;
	height: 100%;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position:relative;
	z-index:2;
}

.footer_box01 {
	padding: 50px 10px;
	background: #e6d2aa;
	position: relative;
	z-index: 1;
}

.footer_box01_content01 {
	margin: 0 auto;
}

.footer_box01_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}

.footer_box01_content01_ul01_li {
	margin-bottom: 10px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: #FFF 1px solid;
	font-size: 17px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.footer_box01_content01_ul01_li a {
	display: block;
	width: max-content;
	padding-bottom: 7px;
	color: #FFF;
	position: relative;
}

.footer_box01_content01_ul01_li a:before {
	content: "";
	width: 0%;
	height: 2px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li a:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_box01_content01_logo01 {
	display: block;
	margin: 0 auto 40px;
}

.footer_copy {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: center;
}

/*フッターここまで */

#wrapper_head_big {
	height: 640px;
	position: relative;
	z-index: 1
}

.wrapper_head_info_headache {
	background: url("../img/head_info_headache.webp") no-repeat center center/cover;
}

.wrapper_head_info_forgetfulness {
	background: url("../img/head_info_forgetfulness.webp") no-repeat center center/cover;
}

.wrapper_head_info_numbness {
	background: url("../img/head_info_numbness.webp") no-repeat center center/cover;
}

.wrapper_head_info_dizziness {
	background: url("../img/head_info_dizziness.webp") no-repeat center center/cover;
}

.wrapper_head_info_antiaging {
	background: url("../img/head_info_antiaging.webp") no-repeat center center/cover;
}

.wrapper_head_info_headinjury {
	background: url("../img/head_info_headinjury.webp") no-repeat center center/cover;
}

.wrapper_head {
	position: relative;
}

.wrapper_head_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1
}

.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 {
	left: 80px;
    position: fixed !important;
    /*top: 0px;*/
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
	width: calc(100% - 80px);
	left: 80px;
    position: fixed !important;
    /*top: 98px;*/
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

#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 {
	position: relative;
}

.content_a {
	height: 0px;
	position: absolute;
	top: -200px;
}

.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: #e8d0aa;
  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: #b7a487;
  -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 {
	margin: auto;
	position: fixed;
	top: 15px;
	left: 15px;
}

.page_up a {
	display: block;
	padding: 9px;
	background: #b9a587;
	border: #b9a587 3px solid;
	transition-duration: 0.35s;
}

.page_up a:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.page_up_img01 {
	display: block;
	max-width: 50px;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
	z-index: 1;
}

.page_up:hover .page_up_img01 {
	opacity: 0;
	transition-duration: 0.35s;
}

.page_up_img02 {
	display: block;
	max-width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity: 0;
	transition-duration: 0.35s;
	z-index: 2;
}

.page_up:hover .page_up_img02 {
	opacity: 1;
	transition-duration: 0.35s;
}

.page_buttonbox01 {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.page_buttonbox01_button01 {
	display: none;
	padding: 15px 0;
	background: #735a46;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition-duration: 0.35s;
	z-index: 2;
}

.page_buttonbox01_button01_o {
	background: #cdaf98;
	transition-duration: 0.35s;
}

.page_buttonbox01_ul01 {
	display: none;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -230px;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.page_buttonbox01_ul01_o {
	display: block;
	animation: page_buttonbox01_ul01 ease-out forwards 0.35s;
}

@keyframes page_buttonbox01_ul01 {
	0% {
		bottom: -230px;
		opacity: 0;
	} 50% {
		opacity: 0;
	} 100% {
		bottom: 53px;
		opacity: 1;
	}
}

.page_buttonbox01_ul01_li {
	margin-top: 5px;
}

.page_buttonbox01_ul01_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px 0;
	background: #735a46;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
	transition-duration: 0.35s;
}

.page_buttonbox01_ul01_li a:hover {
	background: #cdaf98;
	transition-duration: 0.35s;
}

.page_buttonbox01_ul01_li_ico01 {
	display: block;
	max-height: 18px;
	margin-right: 10px;
}

.page_buttonbox01_ul01_li_text01 {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
}

/*about */

.about_box01 {
	max-width: 1130px;
	margin: 0 auto 140px;
}

.about_box01_ul01 {
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
}

.about_box01_ul01_li {
}

.about_box01_ul01_li_box01 {
}

.about_box01_ul01_li_box01_img01 {
	display: block;
}

.about_box01_ul02 {
	list-style: none;
	max-width: calc(100% - 120px);
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.about_box01_ul02_li {
}

.about_box01_ul02_li_box01 {
	padding: 0 5px;
}

.about_box01_ul02_li_box01_img01 {
	display: block;
}

.about_box01_ul02_li_arrow {
	width: 30px;
	height: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity: 1;
	transition-duration: 0.35s;
	cursor: pointer;
}

.about_box01_ul02_li_arrow:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.about_box01_ul02_li_arrow_prev {
	background: url("../img/ico05_01.webp") no-repeat center center/contain;
	right: calc(100% + 20px);
}

.about_box01_ul02_li_arrow_next {
	background: url("../img/ico05_02.webp") no-repeat center center/contain;
	left: calc(100% + 20px);
}

.about_imgbox01 {
	max-width: 1130px;
	margin: 0 auto 60px;
}

.about_imgbox01_img01 {
	display: block;
	width: 100%;
}

.about_text01 {
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 40px;
	text-align: center;
}

.about_textbox01 {
	margin: 0 auto 40px;
}

.about_textbox01_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.about_textbox01_text02 {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.about_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 35px;
	border-top: #e6d2aa 2px solid;
	border-bottom: #e6d2aa 2px solid;
}

.about_box02_left {
	margin-right: 35px;
	padding-right: 35px;
	border-right: #e6d2aa 2px solid;
}

.about_box02_right {
}

.about_box02_title01 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	color: #735a46;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
}

.about_box02_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.about_box02_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
}

.about_box02_ul01_li:last-child {
	margin-bottom: 0px;
}

.about_box02_ul01_li_text01 {
	display: block;
	margin-right: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.about_box02_ul01_li_text02 {
	flex: 1;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

/*aboutここまで */

/*terms */

.terms_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #231815;
	line-height: 40px;
	text-align: center;
}

.terms_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.terms_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	padding: 25px 0;
	border-bottom: #e6d2aa 2px solid;
}

.terms_ul01_li:first-child {
	border-top: #e6d2aa 2px solid;
}

.terms_ul01_li_title01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-height: 60px;
	width: 370px;
	margin: 0;
	padding: 0 30px;
	border-right: #e6d2aa 2px solid;
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	line-height: 30px;
	text-align: center;
}

.terms_ul01_li_text01 {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0;
	padding: 0 30px;
	font-size: 20px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

/*termsここまで */

/*line */

.line_text01 {
	margin: 0 auto 80px;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 30px;
	text-align: center;
}

.line_ul01 {
	list-style: none;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.line_ul01_li {
	margin-bottom: 80px;
}

.line_ul01_li:last-child {
	margin-bottom: 0px;
}

.line_ul01_li_title01 {
	margin: 0 auto 30px;
	padding: 12px 15px;
	background: #735a46;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.line_ul01_li_text01 {
	font-size: 18px;
	font-weight: 500;
	color: #040000;
	line-height: 36px;
	text-align: left;
}

.line_ul01_li_text01_c01 {
	color: #c32337;
}

.line_ul01_li_text01_p01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.line_ul01_li_button01_wrap {
	margin-top: 30px;
	text-align: center;
}

.line_ul01_li_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 20px);
	width: 340px;
	padding: 20px 10px;
	background: #c32337;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
	opacity: 1;
	transition-duration: 0.35s;
}

.line_ul01_li_button01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

/*lineここまで */

/*info */

.info_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
}

.info_text01 {
	margin: 0 auto 50px;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 40px;
	text-align: center;
}

.info_text01_c01 {
	color: #FFF;
}

.info_text01_c02 {
	color: #c32337;
}

.info_box01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 230px;
	height: 230px;
	border-radius: 50%;
}

.info_box01_b01 {
	background: #b9a587;
}

.info_box01_b02 {
	background: #c32337;
}

.info_box01_text01 {
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
	line-height: 40px;
	text-align: center;
}

.info_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 0;
}

.info_ul01_li {
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
	margin-right: 20px;
}

.info_ul01_li:nth-child(2n) {
	margin-right: 0px;
}

.info_ul01_li a {
	display: block;
	padding: 10px 30px;
	font-size: 22px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	text-align: center;
	position: relative;
	transition-duration: 0.35s;
}

.info_ul01_b01 a {
	border: #b9a587 4px solid;
}

.info_ul01_b02 a {
	border: #c32337 4px solid;
}

.info_ul01_li a:hover {
	color: #FFF;
	transition-duration: 0.35s;
}

.info_ul01_b01 a:hover {
	background: #b9a587;
}

.info_ul01_b02 a:hover {
	background: #c32337;
}

.info_ul01_li a:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	transition-duration: 0.35s;
}

.info_ul01_b01 a:before {
	color: #b9a587;
}

.info_ul01_b02 a:before {
	color: #c32337;
}

.info_ul01_li a:hover:before {
	color: #FFF;
	transition-duration: 0.35s;
}

.info_ul02 {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.info_ul02_li {
	margin-bottom: 100px;
}

.info_ul02_li:last-child {
	margin-bottom: 0px;
}

.info_ul02_li_title01 {
	margin: 0 auto 40px;
	padding: 10px 10px;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.info_ul02_b01 .info_ul02_li_title01 {
	background: #b9a587;
}

.info_ul02_b02 .info_ul02_li_title01 {
	background: #c32337;
}

.info_ul02_li_title02 {
	margin: 0 auto 25px;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
}

.info_ul02_b01 .info_ul02_li_title02 {
	color: #735a46;
}

.info_ul02_b02 .info_ul02_li_title02 {
	color: #c32337;
}

.info_ul02_li_text01 {
	margin: 0 auto 25px;
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.info_ul02_li_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 30px;
}

.info_ul02_li_ul01_f01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.info_ul02_li_ul01_li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

.info_ul02_li_ul01_li:last-child {
	margin-bottom: 0px;
}

.info_ul02_li_ul01_f01 .info_ul02_li_ul01_li {
	width: calc((100% - 20px) / 2 - 40px);
	margin-right: 20px;
}

.info_ul02_li_ul01_f01 .info_ul02_li_ul01_li:nth-child(2n) {
	margin-right: 0px;
}

.info_ul02_li_ul01_li_ico01 {
	display: block;
	width: 26px;
	position: absolute;
	top: 6px;
	left: 0;
}

.info_ul02_li_ul01_li_text01 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
}

.info_ul02_b01 .info_ul02_li_ul01_li_text01 {
	color: #735a46;
}

.info_ul02_b02 .info_ul02_li_ul01_li_text01 {
	color: #3e3a39;
}

.info_box02 {
	padding: 50px 50px;
	margin-bottom: 140px;
}

.info_box02_b01 {
	background: #e6d2aa;
}

.info_box02_b02 {
	background: #c32337;
}

.info_box02_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 4px;
	text-align: center;
}

.info_box02_b01 .info_box02_title01 {
	color: #231815;
}

.info_box02_b02 .info_box02_title01 {
	color: #FFF;
}

.info_box02_content01 {
	max-width: 1500px;
	margin: 0 auto 60px;
	padding: 60px 30px 40px;
	background: #FFF;
}

.info_box02_content01:last-child {
	margin-bottom: 0px;
}

.info_box02_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.info_box02_content01_ul01_li {
	width: calc((100% - 20px) / 2 - 40px);
	margin-bottom: 30px;
	margin-right: 20px;
	padding-left: 40px;
	position: relative;
}

.info_box02_content01_ul01_li:nth-child(2n) {
	margin-right: 0px;
}

.info_box02_content01_ul01_li_ico01 {
	display: block;
	width: 26px;
	position: absolute;
	top: 10px;
	left: 0;
}

.info_box02_content01_ul01_li_text01 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
}

.info_box03 {
	max-width: 1520px;
	margin: 0 auto;
	padding: 60px 20px;
	background: #e6d2aa;
}

.info_box03_title01 {
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 10px 10px;
	background: #FFF;
	border: #c32337 4px solid;
	font-size: 35px;
	font-weight: 600;
	color: #231815;
	line-height: 45px;
	text-align: center;
}

.info_box03_title01_b01 {
	font-size: 40px;
	color: #c32337;
}

.info_box03_text01 {
	margin: 0 auto 70px;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 35px;
	text-align: center;
}

.info_box03_text01_b01 {
	font-size: 40px;
}

.info_box03_text01_c01 {
	color: #c32337;
}

.info_box03_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
}

.info_box03_ul01_li {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 200px;
	height: 200px;
	margin-right: 40px;
	background: #FFF;
	border-radius: 50%;
}

.info_box03_ul01_li:last-child {
	margin-right: 0px;
}

.info_box03_ul01_li_text01 {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 500;
	color: #c32337;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.info_box03_ul01_li_text02 {
	display: block;
	font-size: 45px;
	font-weight: 600;
	color: #c32337;
	line-height: 1;
	text-align: center;
}

.info_box03_text02 {
	margin: 0 auto 40px;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 35px;
	text-align: center;
}

.info_box03_text02_b01 {
	font-size: 30px;
}

.info_box03_text02_c01 {
	color: #c32337;
}

.info_box03_button01_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.info_box03_button01 {
	margin-right: 40px;
}

.info_box03_button01:last-child {
	margin-right: 0px;
}

.info_box03_button01 a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px 50px 15px 30px;
	background: #735a46;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
}

.info_box03_button01 a:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.info_box03_button01_ico01 {
	display: block;
	max-height: 26px;
	margin-right: 10px;
}

.info_box03_button01_text01 {
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: 4px;
	text-align: center;
}

.info_box03_button01_ico02 {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

/*infoここまで */

/*info_headache */

.headache_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 80px;
	padding: 20px 0 0;
}

.headache_ul01_li {
	margin-right: 140px;
}

.headache_ul01_li:last-child {
	margin-right: 0px;
}

.headache_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 700px;
	margin: 0 auto 60px;
}

.headache_box01_text01 {
	display: block;
	width: calc(100% - 28px);
	margin: 0 auto 20px;
	padding: 10px 10px;
	border: #231815 4px solid;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.headache_box01_half {
	width: calc((100% - 50px) / 2);
}

.headache_box01_half:last-child {
	margin-left: 50px;
}

.headache_box01_half_ico01 {
	width: 18px;
	height: 16px;
	margin: 0 auto 20px;
	background:
	  linear-gradient(to top right, rgba(255,255,255,0) 50%, #595757 50.5%) no-repeat top left/50% 100%,
	  linear-gradient(to top left, rgba(255,255,255,0) 50%, #595757 50.5%) no-repeat top right/50% 100%;
}

.headache_box01_half_text01 {
	display: block;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 26px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.headache_box01_half_text01_b01 {
	background: #b9a587;
}

.headache_box01_half_text01_b02 {
	background: #c32337;
}

.headache_box01_half_text02 {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	text-align: center;
}

.headache_box02 {
	max-width: 750px;
	margin: 0 auto 200px;
}

.headache_box02_text01 {
	margin: 0 auto 40px;
	padding: 30px 0;
	border-top: #c32337 4px solid;
	border-bottom: #c32337 4px solid;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 45px;
	text-align: center;
}

.headache_box02_flowbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 30px;
	padding: 0;
}

.headache_box02_flowbox01_ico01 {
	width: 16px;
	height: 18px;
	margin: 0 25px;
	background:
	  linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #595757 50.5%) no-repeat top left/100% 50%,
	  linear-gradient(to top left, rgba(255,255,255,0) 50%, #595757 50.5%) no-repeat bottom right/100% 50%;
}

.headache_box02_flowbox01_text01 {
	display: block;
	width: calc((100% - (66px * 2)) / 3);
	padding: 10px 0;
	background: #e7e8e8;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.headache_box02_text02 {
	display: block;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 45px;
	text-align: center;
}

.headache_box03 {
	margin-bottom: 140px;
	padding: 0 20px;
}

.headache_box03_titlebox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 50px;
}

/*info_headacheここまで */

/*info_forgetfulness */

.forgetfulness_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 140px;
	padding: 30px 0 0;
}

.forgetfulness_ul01_li {
	margin-right: 140px;
}

.forgetfulness_ul01_li:last-child {
	margin-right: 0px;
}

.forgetfulness_ul01_li_imgbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 40px;
}

.forgetfulness_ul01_li_ul01 {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
}

.forgetfulness_ul01_li_ul01_li {
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.forgetfulness_ul01_li_ul01_li:last-child {
	margin-bottom: 0px;
}

.forgetfulness_ul01_li_ul01_li:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 0;
}

.forgetfulness_ul01_li_ul01_b01 .forgetfulness_ul01_li_ul01_li:before {
	background: #b9a587;
}

.forgetfulness_ul01_li_ul01_b02 .forgetfulness_ul01_li_ul01_li:before {
	background: #c32337;
}

.forgetfulness_ul01_li_ul01_li_text01 {
	display: block;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.forgetfulness_ul01_li_img01 {
	display: block;
	margin: 0 auto 30px;
}

.forgetfulness_ul01_li_text01 {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #231815;
	line-height: 45px;
	text-align: center;
}

.forgetfulness_box01 {
	margin-bottom: 140px;
}

/*info_forgetfulnessここまで */

/*info_numbness */

.numbness_box01 {
	margin-bottom: 140px;
}

.numbness_box01_text01 {
	margin: 0 auto 40px;
	font-size: 26px;
	font-weight: 500;
	color: #231815;
	line-height: 40px;
	text-align: center;
}

.numbness_box01_text01_c01 {
	color: #c32337;
}

.numbness_box01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 70px;
	padding: 0;
}

.numbness_box01_ul01_li {
	max-width: calc((100% - 80px) / 3 - 100px);
	width: 270px;
	margin-right: 40px;
	padding: 30px 40px;
	border: #e8ebeb 10px solid;
}

.numbness_box01_ul01_li:last-child {
	margin-right: 0px;
}

.numbness_box01_ul01_li_title01 {
	margin: 0 auto 30px;
	padding: 15px 0;
	background: #c32337;
	font-size: 26px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.numbness_box01_ul01_li_img01 {
	display: block;
	max-height: 220px;
	margin: 0 auto 30px;
}

.numbness_box01_ul01_li_text01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-height: 52px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: center;
}

/*info_numbnessここまで */

/*info_dizziness */

.dizziness_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 140px;
	padding: 30px 0 0;
}

.dizziness_ul01_li {
	max-width: calc((100% - 140px) / 2);
	margin-right: 140px;
}

.dizziness_ul01_li:last-child {
	margin-right: 0px;
}

.dizziness_ul01_li_imgbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}

.dizziness_ul01_li_text01 {
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 36px;
	text-align: center;
}

.dizziness_ul02 {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 140px;
	padding: 0;
}

.dizziness_ul02_li {
	margin-bottom: 70px;
}

.dizziness_ul02_li:last-child {
	margin-bottom: 0px;
}

.dizziness_ul02_li_title01 {
	margin: 0 auto 15px;
	padding: 0 0 15px;
	border-bottom: #b9a587 4px solid;
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	letter-spacing: 4px;
	text-align: left;
}

.dizziness_ul02_li_text01 {
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

/*info_dizzinessここまで */

/*info_antiaging */

.antiaging_box01 {
	margin-bottom: 140px;
}

.antiaging_ul01 {
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 140px;
	padding: 0;
}

.antiaging_ul01_li {
	margin-bottom: 40px;
}

.antiaging_ul01_li:last-child {
	margin-bottom: 0px;
}

.antiaging_ul01_li_title01 {
	margin: 0 auto 15px;
	padding: 7px 12px;
	background: #b9a587;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.antiaging_ul01_li_text01 {
	margin: 0 auto;
	padding-left: 5px;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 34px;
	text-align: left;
}

.antiaging_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 15px;
	padding: 20px 0 10px;
	border-bottom: #231815 1px solid;
}

.antiaging_textbox01_text01 {
	display: block;
	margin-right: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	letter-spacing: 4px;
	text-align: left;
}

.antiaging_textbox01_text02 {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.antiaging_textbox02 {
	max-width: 1000px;
	margin: 140px auto 0;
	font-size: 15px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.antiaging_textbox02_text01 {
	margin: 0 auto 20px;
}

.antiaging_textbox02_text01:last-child {
	margin: 0 auto 0px;
}

.antiaging_textbox02_ul01 {
	list-style: none;
	margin: 0 auto 20px;
	padding: 0;
}

.antiaging_textbox02_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 5px;
}

.antiaging_textbox02_ul01_li:last-child {
	margin-bottom: 0px;
}

.antiaging_textbox02_ul01_li_text01 {
	width: 140px;
	padding-right: 20px;
	text-align-last: justify;
	word-break: break-all;
	position: relative;
}

.antiaging_textbox02_ul01_li_text01:after {
	content: "：";
	position: absolute;
	top: 0;
	right: 2px;
}

.antiaging_textbox02_ul01_li_text02 {
	flex: 1;
	display: block;
}

/*info_antiagingここまで */

/*info_headinjury */

/*info_headinjuryここまで */

.span_c02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	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;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.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 {
	display: none;
	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:#2988BC;
	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: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto;
	padding: 20px 10px;
	border-bottom: #231815 1px solid;
	font-size: 0;
	text-align: right;
	position: relative;
}

.inquiry_box:first-child {
	border-top: #231815 1px solid;
}

.inquiry_box_long {
	font-size: 0;
	text-align: center;
}

.inquiry_box_left {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 240px;
	margin-right: 20px;
	padding-top: 10px;
}

.inquiry_box_long .inquiry_box_left {
	width: auto;
	margin-right: 0px;
}

.inquiry_box_left_text01 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.inquiry_box_left_ico {
	display: inline-block;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 13px;
	color: #E60012;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_right_big {
	width: calc(100% - 260px);
	font-size: 0;
	text-align: left;
}

.inquiry_box_right {
	box-sizing: content-box;
	display: inline-block;
	max-width: calc(100% - 32px);
	width: 100%;
	padding: 10px 15px;
	background: rgba(255,255,255,1);
	border: none;
	border-radius: 5px;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
	-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+.inquiry_box_right {
	margin-left: 5px;
}

.inquiry_box_right_short {
	width: 240px;
}

.inquiry_box_right_twoshort {
	width: 160px;
}

.inquiry_box_right_fourshort {
	width: 40px;
}

.inquiry_box_right_naiyou {
	height: 119px;
}

.inquiry_box_right_long {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	text-align: left;
}

.inquiry_box_right_text01 {
	display: inline-block;
	margin: 5px 10px 0;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_box01 {
	margin-bottom: 5px;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_box01_text01 {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_box02 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.inquiry_box_right_radio {
	display: none;
}

.inquiry_box_right_radio_label {
	display: block;
	margin-bottom: 15px;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_radio_label:last-child {
	margin-bottom: 0px;
}

.inquiry_box_right_radio_span {
	display: inline-block;
	font-size: 18px;
	color: #231815;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_right_radio_round {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: #FFF;
	border: #595757 1px solid;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
	transition-duration: 0.2s;
}

.inquiry_box_right_radio:checked ~ .inquiry_box_right_radio_round {
	background: #CCC;
	transition-duration: 0.2s;
}

.inquiry_box_right_radio_round_in {
	width: 10px;
	height: 10px;
	margin: auto;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_right_radio:checked ~ .inquiry_box_right_radio_round .inquiry_box_right_radio_round_in {
	background: #FFF;
	transition-duration: 0.2s;
}

.inquiry_box_right_box03 {
	margin-bottom: 10px;
}

.inquiry_box_right_box03_text01 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #00A0E9;
	line-height: 1;
	text-align: left;
	vertical-align: top;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_off {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin-top: 100px;
	position: relative;
}

.inquiry_box_decide {
	display: block;
	max-width: calc(100% - 24px);
	width: 320px;
	margin-right: 20px;
	padding: 15px 10px;
	background: #169D62;
	border: #169D62 2px solid;
	position: relative;
	transition-duration: 0.35s;
}

.inquiry_box_decide:last-child {
	margin-right: 0px;
}

.inquiry_box_decide:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display:block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color:#169D62;
	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;
}

.wp_content {
	margin-bottom: 60px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: left;
}

.wp_content:last-child {
	margin-bottom: 0px;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width: 100%;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	border-top: #e6d2aa 2px solid;
	padding: 40px 20px;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
	border-bottom: #e6d2aa 2px solid;
}

.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: flex-start;
	align-content: flex-start;
}

.wp_left_ul_li_new {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #c32337;
	line-height: 24px;
	text-align: left;
}

.wp_left_ul_li_textbox {
	flex: 1;
}

.wp_left_ul_li_title {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 23px;
	font-weight: 500;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.wp_left_ul_li_date {
	display: block;
	width: 140px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: left;
}

.wp_left_ul_li_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;
}

.wp_left_ul_li_detail {
	margin: 0 auto;
	font-size: 16px;
	color: #231815;
	line-height: 28px;
	text-align: left;
}

.wp_left_single {
	margin: 0 auto;
	text-align: left;
}

.wp_left_single_title {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 23px;
	font-weight: 500;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	width: 140px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: left;
}

.wp_left_single_cate {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	padding: 7px 15px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.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:#e6d2aa;
	border:#e6d2aa 2px solid;
	font-size:16px;
	font-weight:bold;
	color:#111;
	line-height:30px;
	text-align:center;
}

.wp_pagenation_ul_li a {
	display: block;
	width:30px;
	color:#111;
}

.wp_pagenation_ul_li span {
	display: block;
	width:30px;
	color:#e6d2aa;
}

.wp_pagenation_ul_li_o {
	background:#FFF;
	color:#e6d2aa;
}

.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 0 15px 0;
	padding: 0 0 0 0;
}

.prev_next_ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.prev_next_ul_li {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#111;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover {
	transition-duration:0.35s;
}

.prev_next_ul_li_before:before {
	conttent:"\f104";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_after:after {
	conttent:"\f105";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li a {
	display:block;
	/*width:140px;*/
	padding:10px;
	background: #e6d2aa;
	border: #e6d2aa 1px solid;
	border-radius: 3px;
	color:#111;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover a {
	background: #FFF;
	color:#e6d2aa;
	transition-duration:0.35s;
}

.prev_next_ul_li_m {
	display:inline-block;
	margin: 0 5px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
