@charset "UTF-8";


/*main*/
.mv {
	position: relative;
	background: #f4efe4;
	padding: 0 100px 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container .swiper-wrapper, .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}	
.swiper-slide img {
	width: 100%;
}
.swiper-pagination {
	bottom: 30px !important;
}
.swiper-pagination-bullet {
	margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
	background-color: #ac8248 !important;
}

.scroll {
	font-size: 14px;
	position: absolute;
	right: 50px;
	transform: translateX(50%);
	bottom: 0;
	z-index: 9;
	color: #ac8248;
	writing-mode: vertical-rl;
	padding-bottom: 90px;
	padding-left: 4px;
}

.scroll span {
	position: absolute;
	content: '';
	display: inline-block;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 80px;
	background-color: #ac8248;
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 999px){
	
	.mv {
		padding: 0 60px 0;
	}
	.scroll {
		font-size: 12px;
		right: 30px;
		padding-bottom: 60px;
		padding-left: 4px;
	}
	.scroll span {
		height: 50px;
	}
	
}

@media screen and (max-width: 767px){
	
	.mv {
		padding: 0 0px 0;
	}

	.scroll {
		display: none;
	}
.swiper-pagination {
	bottom: 10px !important;
}
}

/*intro*/

.home_message {
	background-color: #f4efe4;
	padding: 80px 100px;
	position: relative;
}
.home_message::after {
	/*content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
	width: 541px;
	height: 332px;
	background: url("../img/message.png") no-repeat 50% 50%;
	background-size: cover;*/
}
.home_message .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.home_message p {
	line-height: 3;
	margin-bottom: 0px;
}
.home_message a {
	width: 100%;
	max-width: 400px;
	height: 100px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background-color: #b2000d;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: opacity 0.3s ease;
}
.home_message a span {
	font-weight: normal;
	font-size: 13px;
	margin-top: 18px;
}
.home_message a::after {
	content: '';
	display: inline-block;
	width: 44px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -19px;
	height: 38px;
	background: url("../img/icon_sound.png") no-repeat 50% 50%;
	background-size: cover;
}
.home_message a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px){
	
	.home_message {
		padding: 50px 60px;
	}
	.home_message::after {
		/*top: 40px;
		width: 480px;
		height: 295px;*/
	}
	.home_message p {
		line-height: 2;
		margin-bottom: 0px;
	}
	.home_message a {
		max-width: 350px;
		height: 80px;
		font-size: 20px;
	}
	.home_message a span {
		font-size: 12px;
		margin-top: 14px;
	}
	.home_message a::after {
		width: 36px;
		right: 15px;
		margin-top: -15px;
		height: 31px;
	}
	
}

@media screen and (max-width: 767px){
	
	.home_message {
		padding: 50px 30px;
	}
	.home_message::after {
		/*top: 40px;
		width: 360px;
		height: 221px;*/
	}
	.home_message .inner {
		max-width: 480px;
	}
	.home_message p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 0px;
	}
	.home_message a {
		max-width: 320px;
		height: 80px;
		font-size: 18px;
	}
	.home_message a span {
		font-size: 12px;
		margin-top: 14px;
	}
	.home_message a::after {
		width: 36px;
		right: 15px;
		margin-top: -15px;
		height: 31px;
	}

}

@media screen and (max-width: 599px){
	.home_message::after {
		display: none;
	}
}


.home_news {
	padding: 80px 100px;
	position: relative;
}
.home_news .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.hd {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
.hd .en_scrpt {
	color: #ac8248;
	font-size: 72px;
}
.hd .jp {
	display: none;
}
.hd ul {
	display: flex;
}
.hd li::after {
	content: '/';
	display: inline-block;
	padding: 0 20px;
}
.hd li:last-child::after {
	display: none;
}
.hd a {
	text-decoration: none;
	color: #333;
}
.hd a:hover {
	text-decoration: underline !important;
}

.ul_news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul_news li {
	width: 48%;
	margin-bottom: 60px;
}
.ul_news li a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
}
.ul_news li .img {
	width: 140px;
}
.ul_news li .img img {
	width: 100%;
}
.ul_news li a img {
	transition: opacity 0.3s ease;
}
.ul_news li a:hover img {
	opacity: 0.6;
}
.ul_news li .txt {
	width: calc( 100% - 170px );
}
.ul_news li .date {
	color: #666;
	margin-bottom: 20px;
}
.ul_news li .date span {
	margin-left: 2em;
	display: inline-block;
	border: 1px solid #b2000d;
	font-size: 12px;
	padding: 5px 0.5em;
	color: #b2000d;
}
.ul_news li p {
	line-height: 1.5;
}
.btn_more {
	background-color: #b2000d;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 50px;
	max-width: 220px;
	font-size: 14px;
	margin: 0 auto;
	transition: opacity 0.3s ease;
}

.btn_more:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1099px){
	
	.hd {
		display: block;
		margin-bottom: 70px;
		text-align: center;
	}
	.hd .en_scrpt {
		margin-bottom: 20px;
	}
	.hd .jp {
		display: block;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 70px;
	}
	.hd ul {
		justify-content: center;
	}
}

@media screen and (max-width: 999px){
	

	.home_news {
		padding: 50px 60px;
	}
	.hd {
		margin-bottom: 70px;
	}
	.hd .en_scrpt {
		font-size: 60px;
	}
	.hd li {
		font-size: 14px;
	}
	.hd li::after {
		padding: 0 15px;
	}
	.hd .jp {
		font-size: 16px;
		margin-bottom: 50px;
	  }
	.ul_news {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ul_news li {
		width: 48%;
		margin-bottom: 50px;
	}
	.ul_news li .img {
		width: 100px;
	}
	.ul_news li .txt {
		width: calc( 100% - 130px );
		font-size: 14px;
	}
	.ul_news li .date {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.ul_news li .date span {
		margin: 1em 0 0 0;
		display: block;
		font-size: 12px;
		padding: 5px 0.5em;
		width: 110px;
		text-align: center;
	}
	.btn_more {
		background-color: #b2000d;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		width: 100%;
		height: 50px;
		max-width: 220px;
		font-size: 14px;
		margin: 0 auto;
		transition: opacity 0.3s ease;
	}

	.btn_more:hover {
		opacity: 0.6;
	}

}
@media screen and (max-width: 767px){
	
	.home_news {
		padding: 50px 30px;
	}
	.home_news .inner {
		max-width: 480px;
	}
	.hd {
		margin-bottom: 30px;
	}
	.hd .en_scrpt {
		font-size: 48px;
	}
	.hd ul {
		flex-wrap: wrap;
	}
	.hd li {
		margin-bottom: 20px;
	}
	.hd li::after {
		padding: 0 10px;
	}
	.ul_news {
		display: block;
	}
	.ul_news li {
		width: 100%;
		margin-bottom: 40px;
	}
	.ul_news li .img {
		width: 100px;
	}
	.ul_news li .txt {
		width: calc( 100% - 120px );
	}
	.ul_news li .date {
		margin-bottom: 15px;
	}
	.ul_news li .date span {
		font-size: 11px;
	}
	.ul_news li p {
		font-size: 14px;
	}

}

.home_instag {
	padding: 0px 100px 80px;
	position: relative;
	background-color: #fff;
}
.home_instag .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.home_instag .en_scrpt {
	text-align: center;
	font-size: 72px;
	color: #ac8248;
	margin-bottom: 50px;
}
@media screen and (max-width: 999px){
	
	.home_instag {
		padding: 0px 60px 50px;
	}
	.home_instag .inner {
		margin: 0 auto;
	}
	.home_instag .en_scrpt {
		font-size: 60px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	
	.home_instag {
		padding: 0px 30px 50px;
		position: relative;
	}
	.home_instag .inner {
		max-width: 480px;
		margin: 0 auto;
		display: block;
	}
	.home_instag .en_scrpt {
		font-size: 48px;
		margin-bottom: 30px;
	}
}



.home_profile {
	padding: 80px 100px;
	position: relative;
	background-color: #f4efe4;
}
.home_profile .inner {
	max-width: 1000px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
.home_profile .txt {
	width: 55%;
}
.home_profile .img {
	width: 37%;
}
.home_profile .img img {
	width: 100%;
}
.home_profile .en_scrpt {
	text-align: center;
	font-size: 72px;
	color: #ac8248;
	margin-bottom: 50px;
}
.home_profile h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 60px;
	text-align: center;
}
.home_profile .tr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	line-height: 1.5;
}
.home_profile .th {
	width: 120px;
}
.home_profile .td {
	width: calc( 100% - 120px );
}
.home_profile .work {
	display: flex;
	justify-content: space-between;
}
.home_profile .work div {
	width: 22%;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}
.home_profile .work div img {
	width: 100%;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 999px){
	
	.home_profile {
		padding: 50px 60px;
	}
	.home_profile .inner {
		margin: 0 auto 50px;
	}
	.home_profile .en_scrpt {
		font-size: 60px;
		margin-bottom: 40px;
	}
	.home_profile h2 {
		font-size: 16px;
		margin-bottom: 60px;
	}
	.home_profile .tr {
		margin-bottom: 20px;
	}
	.home_profile .th {
		width: 100px;
	}
	.home_profile .td {
		width: calc( 100% - 100px );
	}

}
@media screen and (max-width: 767px){
	
	.home_profile {
		padding: 50px 30px;
		position: relative;
		background-color: #f4efe4;
	}
	.home_profile .inner {
		max-width: 480px;
		margin: 0 auto 50px;
		display: block;
	}
	.home_profile .txt {
		width: 100%;
		margin-bottom: 40px;
	}
	.home_profile .img {
		width: 70%;
		margin: 0 auto;
	}
	.home_profile .en_scrpt {
		font-size: 48px;
		margin-bottom: 30px;
	}
	.home_profile h2 {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.home_profile .tr {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.home_profile .th {
		width: 100px;
	}
	.home_profile .td {
		width: calc( 100% - 100px );
	}
	.home_profile .work {
		flex-wrap: wrap;
		margin-bottom: -30px;
	}
	.home_profile .work div {
		width: 47%;
		font-size: 14px;
		margin-bottom: 30px;
	}
}


.home_media {
	padding: 80px 100px;
	position: relative;
}
.home_media .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.ul_media {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul_media::after{
	content:"";
	display: block;
	width: 28%;
}
.ul_media li {
	width: 28%;
	margin-bottom: 70px;
}
.ul_media li a {
	text-decoration: none;
	color: #333;
}
.ul_media li .img {
	margin-bottom: 20px;
	position: relative;
}
.ul_media li a img {
	transition: opacity 0.3s ease;
}
.ul_media li a:hover img {
	opacity: 0.6;
}
.ul_media li .img span {
	display: inline-block;
	background-color: #b2000d;
	font-size: 12px;
	padding: 8px 0.5em;
	min-width: 90px;
	text-align: center;
	position: absolute;
	right: -7px;
	top: -7px;
	color: #fff;
}
.ul_media li .img img {
	width: 100%;
}
.ul_media li .date {
	margin-bottom: 10px;
}
.ul_media li p {
	line-height: 1.5;
}

@media screen and (max-width: 999px){
	
	.home_media {
		padding: 50px 60px;
	}

}

@media screen and (max-width: 767px){
	
	.home_media {
		padding: 50px 30px;
	}
	.home_media .inner {
		max-width: 480px;
	}
	.ul_media::after{
		display: none;
	}
	.ul_media li {
		width: 47%;
		margin-bottom: 30px;
	}
	.ul_media li .img {
		margin-bottom: 15px;
	}
	.ul_media li .img span {
		font-size: 11px;
		right: 0px;
		top: 0px;
	}
	.ul_media li .date {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.ul_media li p {
		font-size: 14px;
	}

	
}

.home_history {
	padding: 80px 100px;
	position: relative;
	background: #f3f3f3 url("../img/bg_history.jpg") no-repeat 50% 50% fixed;
	background-size: cover;
}
.home_history .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.home_history .en_scrpt {
	text-align: center;
	font-size: 72px;
	color: #ac8248;
	margin-bottom: 50px;
}
.home_history h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 60px;
	text-align: center;
}
.home_history li {
	display: flex;
	justify-content: space-between;
}
.home_history li .year {
	width: 180px;
	position: relative;
}
.home_history li .year::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 55px;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 2px dashed #b2000d;
}
.home_history li:last-child .year::after {
	display: none;
}
.home_history li .year div {
	width: 110px;
	height: 110px;
	background-color: #b2000d;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 55px;
}
.home_history li .txt {
	width: calc( 100% - 180px );
	padding: 10px 0 80px;
	line-height: 1.8;
}

@media screen and (max-width: 999px){
	
	.home_history {
		padding: 50px 60px;
		background: #f3f3f3 url("../img/bg_history.jpg") no-repeat right 0% top 50% fixed;
		background-size: cover;
	}
	.home_history .en_scrpt {
		font-size: 60px;
		margin-bottom: 40px;
	}
	.home_history h2 {
		font-size: 16px;
		margin-bottom: 60px;
	}
	.home_history li .year {
		width: 120px;
	}
	.home_history li .year::after {
		left: 40px;
	}
	.home_history li .year div {
		width: 80px;
		height: 80px;
		font-size: 16px;
		border-radius: 40px;
	}
	.home_history li .txt {
		width: calc( 100% - 120px );
		padding: 10px 0 40px;
	}
	
}

@media screen and (max-width: 767px){
	
	.home_history {
		padding: 50px 30px;
	}
	.home_history .inner {
		max-width: 480px;
	}
	.home_history .en_scrpt {
		font-size: 48px;
		margin-bottom: 30px;
	}
	.home_history h2 {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.home_history li .year {
		width: 80px;
	}
	.home_history li .year::after {
		left: 30px;
	}
	.home_history li .year div {
		width: 60px;
		height: 60px;
		font-size: 14px;
		border-radius: 30px;
	}
	.home_history li .txt {
		width: calc( 100% - 80px );
		padding: 5px 0 40px;
		font-size: 14px;
	}
}


.home_insta {
	padding: 80px 100px;
	position: relative;
}
.home_insta .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.home_insta h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 60px;
	color: #ac8248;
}
.btn_insta {
	background-color: #ac8248;
}
.btn_insta::before {
	margin-right: 1em;
	content: '';
	display: inline-block;
	height: 24px;
	width: 31px;
	background: url("../img/icon_insta_wh.png") no-repeat 50% 50%;
	background-size: cover;
}
.home_insta .youtubelink {
	margin: 0px auto 0;
	display: block;
	max-width: 800px;
}
.home_insta .youtubelink img {
	width: 100%;
	transition: opacity 0.3s ease;
}
.home_insta .youtubelink img:hover {
	opacity: 0.6;
}


@media screen and (max-width: 767px){
	
	.home_insta {
		padding: 50px 30px;
	}
	.home_insta .inner {
		max-width: 480px;
	}
	.home_insta h2 {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.btn_insta::before {
		height: 16px;
		width: 20px;
	}
	.home_insta .youtubelink {
		margin: 0px auto 0;
	}

}






/*下層*/


.content {
	padding: 80px 100px;
	position: relative;
}
.content .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.content.narrow .inner {
	max-width: 800px;
}
@media screen and (max-width: 999px){
	

	.content {
		padding: 50px 60px;
	}

}
@media screen and (max-width: 767px){
	
	.content {
		padding: 50px 30px;
	}
	.content .inner {
		max-width: 480px;
	}

}


.page_hdg {
	position: relative;
	padding: 50px 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.page_hdg .en_scrpt {
	font-size: 72px;
	margin-bottom: 30px;
	color: #ac8248;
}
.page_hdg h2 {
	font-size: 18px;
	color: #333;
}
body.page-media .hd, body.page-news .hd, body.archive .hd {
	justify-content: center;
}
.hd_a {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0px 20px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.hd_a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 30px;
	background-color: #ac8248;
	margin-right: 20px;
}
.hd_b {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
	margin-bottom: 60px;
	line-height: 1.5;
}
.meta .date {
	color: #666;
	margin-bottom: 20px;
}
.meta .date span {
	margin-left: 2em;
	display: inline-block;
	border: 1px solid #b2000d;
	font-size: 12px;
	padding: 5px 0.5em;
	color: #b2000d;
}

@media screen and (max-width: 999px){
	
	.page_hdg {
		padding: 50px 60px 0;
	}
	.page_hdg .en_scrpt {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.page_hdg h2 {
		font-size: 16px;
	}
	.hd_a {
		font-size: 18px;
		padding: 0 0px 15px;
		margin-bottom: 50px;
	}
	.hd_a::before {
		width: 5px;
		height: 24px;
		margin-right: 15px;
	}
	.hd_b {
		font-size: 20px;
		padding: 0 0px 25px;
		margin-bottom: 50px;
	}
	
}

@media screen and (max-width: 767px){
	
	.page_hdg {
		padding: 50px 0px 0;
	}
	.page_hdg .en_scrpt {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.page_hdg h2 {
		font-size: 16px;
	}
	.hd_a {
		font-size: 16px;
		padding: 0 0px 12px;
		margin-bottom: 40px;
	}
	.hd_a::before {
		width: 4px;
		height: 18px;
		margin-right: 15px;
	}
	.hd_b {
		font-size: 16px;
		padding: 0 0px 20px;
		margin-bottom: 40px;
	}
	.meta .date {
		margin-bottom: 20px;
		font-size: 13px;
	}
	.meta .date span {
		margin-left: 2em;
		font-size: 11px;
		padding: 3px 0.5em;
	}
}

.wpbody {
	font-size: 15px;
	margin-bottom: 50px;
}

.youtube {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.wpbody h2 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 2em;
	background-color: #f4efe4;
	padding: 15px 20px;
}
.wpbody h3 {
	font-size: 18px;
	line-height: 1.8;
	border-left: 4px solid #ac8248;
	padding: 0 0 0 20px;
	margin-bottom: 2em;
}
.wpbody h4 {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
	text-decoration: underline;
}
.wpbody p {
	line-height: 2;
	margin-bottom: 2em;
}
.wpbody ul {
	margin-bottom: 2em;
	list-style: disc;
	padding-left: 1.5em;
}
.wpbody ol {
	margin-bottom: 2em;
	list-style: decimal;
	padding-left: 1.5em;
}
.wpbody li {
	margin-bottom: 1em;
	line-height: 1.8;
}
.wpbody blockquote {
	background-color: #f4f4f4;
	padding: 30px 45px;
	font-style: italic;
	margin-bottom: 2em;
	position: relative;
}
.wpbody blockquote p:last-of-type {
	margin-bottom: 0;
}
.wpbody blockquote::before {
	position: absolute;
	left: -20px;
	top: 20px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/inyo.png) no-repeat left top;
	background-size: cover;
}
.wpbody table {
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wpbody th, .wpbody td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5;
}
.wpbody th {
	background-color: #f4efe4;
	text-align: center;
}
.wpbody img {
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0 10px;
}
.wpbody .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.wpbody .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.wpbody .aligncenter {
	text-align: center;
}
.wpbody img.aligncenter {
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpbody .alignright, .wpbody .alignleft {
	max-width: 300px !important;
}
.wpbody a {
	text-decoration: underline;
	color: #b2000d;
}
.wpbody a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px){
	
	.wpbody {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.wpbody h2 {
		font-size: 16px;
		margin-bottom: 2em;
		padding: 10px 15px;
		font-weight: 500;
	}
	.wpbody h3 {
		font-size: 16px;
		border-left: 4px solid #ac8248;
		padding: 0 0 0 15px;
		margin-bottom: 2em;
		font-weight: 500;
	}
	.wpbody h4 {
		font-size: 16px;
		margin-bottom: 1.5em;
		font-weight: 500;
	}
	.wpbody p {
		margin-bottom: 2em;
	}
	.wpbody ul {
		margin-bottom: 2em;
		list-style: disc;
		padding-left: 1em;
	}
	.wpbody ol {
		margin-bottom: 2em;
	}
	.wpbody li {
		margin-bottom: 1em;
	}
	.wpbody blockquote {
		padding: 15px 30px;
		margin-bottom: 2em;
	}
	.wpbody blockquote::before {
		left: -15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}
	.wpbody table {
		margin-bottom: 2em;
	}
	.wpbody th, .wpbody td {
		padding: 15px;
	}	
	.wpbody img {
		max-width: 100% !important;
	}
	.wpbody .alignright, .wpbody .alignleft {
		width: auto;
		max-width: 100% !important;
		float: none;
		margin: 0 auto 2em !important;
		display: block;
	}

}

@media screen and (max-width: 479px){
	
	.wpbody .aligncenter { text-align: left; }
	
}





.f_table {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.f_table .tr {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.f_table .th, .f_table .td {
	padding: 25px 0px;
}
.f_table .th {
	width: 280px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.f_table .th span {
	border: 1px solid #b2000d;
	color: #b2000d;
	font-weight: bold;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	padding: 0 5px;
	margin-left: 15px;
}
.f_table .th span.opt {
	background-color: #999;
}
.f_table .td {
	width: calc( 100% - 280px );
}
.f_table .td span.error {
	font-weight: bold !important;
	color: #f00 !important;
	font-size: 100% !important;
}
.f_table input[type='text'], .f_table input[type='email'] {
	height: 46px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
	font: inherit;
}
.f_table textarea {
	height: 240px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
	font: inherit;
}
::placeholder {
  color: #666;
}

input[type='submit'] {
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 480px;
	height: 70px;
	color: #fff;
	background: #b2000d;
	font-size: 20px !important;
	border: none;
	margin: 0 auto;
	font-weight: bold !important;
	cursor: pointer;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	border-radius: none !important;
	display: block;
	font: inherit;
}

input[type='submit']:hover {
	opacity: 0.6;
}
.form_back {
	background-color: #666 !important;
	margin-top: 30px !important;
}
.notfound_txt {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 5em;
	text-align: center;
}
.honbun {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 3em;
}
.honbun a {
	color: #b2000d;
	text-decoration: underline !important;
}
.honbun a:hover {
	text-decoration: none !important;
}
@media screen and (max-width: 767px){
		
	.f_table {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.f_table .tr {
		display: block;
		border: none;
	}
	.f_table .th {
		padding: 10px 0 !important;
		border: none !important;
		width: auto;
		display: flex;
		align-items: center;
	}
	.f_table .td {
		padding: 0px 0px 25px !important;
		border: none !important;
		width: auto !important;
	}
	.f_table input[type='text'], .f_table input[type='email'] {
		height: 40px;
		padding: 5px;
		font-size: 14px;
	}
	.f_table textarea {
		height: 150px;
		padding: 5px;
		font-size: 14px;
	}
	input[type='submit'] {
		max-width: 260px;
		height: 46px;
		font-size: 16px !important;
	}
	
	.notfound_txt {
		font-size: 13px;
		margin-bottom: 3em;
		text-align: left;
	}
	.honbun {
		font-size: 14px;
	}
	
}



.wp-pagenavi {
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	background-color: #f4efe4;
	padding: 10px 15px;
	margin: 0 5px;
	white-space: nowrap;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #b2000d;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #b2000d;
	font-weight: bold;
}

@media screen and (max-width: 767px){
	
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 8px 13px;
		font-size: 11px;
	}
	
	.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .extend {
		display: none;
	}
	
}

.recaptcha_att {
	margin-top: 50px;
	font-size: 11px;
	line-height: 1.8;
	text-align: center;
}
.recaptcha_att a {
	text-decoration: underline !important;
	color: #b2000d;
}
.grecaptcha-badge {
	visibility: hidden !important;
}
@media screen and (max-width: 767px){
	
	.recaptcha_att {
		margin-top: 30px;
		font-size: 11px;
	}
	
}

/*プライバシー*/

.sec_privacy section {
	margin-bottom: 60px;
}
.sec_privacy h2 {
	font-size: 18px;
	padding: 20px 30px;
	background-color: #f5f5f5;
	border-left: 2px solid #a60030;
	margin-bottom: 30px;
	line-height: 1.5;
}
.sec_privacy p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.sec_privacy ol {
	counter-reset: item;
	font-size: 15px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.sec_privacy ol li {
	margin-bottom: 1em;
	line-height: 1.8;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.sec_privacy ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .8em;
}
.sec_privacy ol.child {
	counter-reset: item;
	list-style-type: disc;
	padding-left: 2em;
	text-indent: -2em;
}
.sec_privacy ol.child li {
	margin-bottom: 0;
	text-indent: 0;
	padding-left: 0;
}
.sec_privacy ol.child li::before {
	display: none;
}

@media screen and (max-width: 767px){

	.sec_privacy section {
		margin-bottom: 30px;
	}
	.sec_privacy h2 {
		font-size: 14px;
		padding: 12px 20px;
		border-left: 2px solid #a60030;
		margin-bottom: 20px;
	}
	.sec_privacy p {
		font-size: 13px;
	}
	.sec_privacy ol {
		font-size: 13px;
	}
}