:root{
	--default-color: #000000;
	--white-color: #ffffff;
	--pink-color: #FADADE;
	--bg-pink-color: #F4D4D8;
	--sub-pink-color: #EDB9C1;
	--sub-cont-color: #EDDFBE;
	--light-pink-color: #FCE9EB;
	--link-color: #F0919E;
	--no-color: #CCCCCC;
	--rich-link-color: #A77B01;
	--d-pink-color: #CF6F7B;
	--small-link-color: #F7E6EA;
	--arr-b: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/arrow-b.png);
	--arr-w: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/arrow-w.png);
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

body{
	position: relative;
	width: 100%;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size: 1rem;
	line-height: 180%;
	color: var(--default-color);
	margin: auto;
}

br.sp_640{
	display: none;
}

ul, ul li, dl, dl li{
	list-style: none;
	margin: unset;
	padding: unset;
}

a{
	display: block;
	text-decoration: none;
}

#header img,#footer img,.page_image img,.sub_top_content h1.entry-title .img_box img,.act_box .col2 .r_box img, .dl_btn img,.qr_box img,
body.home .entry-content img {
	display: inherit;
	width: 100%;
}

#header{
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 2rem 3rem 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}


#header.top,
#header.sub{
	position: absolute;
}

#header.single{
	position: fixed;
	background: var(--white-color);
	filter: drop-shadow(0 0 4px #cccccc);
}

#header .logo_area{
	max-width: 700px;
}

#header.single .logo_area{
	max-width: 560px;
}

#header.sub .logo_area{
	max-width: 450px;
}

#header .nav{
	display: flex;
	flex-direction: column;
	max-width: 580px;
	width: 100%;
	align-self: end;
}

#header .nav ul{
	display: flex;
	justify-content: space-between;
	align-self: end;
}

#header .nav ul li{
	width: fit-content;
}

#header .nav ul.sns{
	margin-bottom: 1.25rem;
}

#header .nav ul.sns li{
	max-width: 50px;
	margin-right: 35px;
	width: 100%;
}

#header .nav ul.sns li:last-child{
	margin-right: 0;
}

#header .nav ul.page_menu{
	width: 100%;
}

#header .nav ul.page_menu li a{
	font-size: 0.875rem;
	color: var(--default-color);
	font-weight: 700;
}

#header .hum{
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--link-color);
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 100;
}

#header .hum span{
	display: block;
	position: absolute;
	width: 4rem;
	height: 5px;
	background: var(--white-color);
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
}

#header .hum span:nth-child(1){
	top: 28px;
}

#header .hum span:nth-child(2){
	top: 50px;
}

#header .hum span:nth-child(3){
	top: 72px;
}

#header .hum.active span:nth-child(1){
	top: 50px;
	transform: rotate(45deg);
}

#header .hum.active span:nth-child(2){
	top: 50px;
	transform: rotate(-45deg);
}

#header .hum.active span:nth-child(3){
	top: 72px;
	transform: rotate(135deg);
	opacity: 0;
}

#container .top_area{
	width: 100%;
	min-height: 950px;
	height: 100vh;
	position: relative;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/12/top-main-bg.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow-x: clip;
	z-index: 1;
}

#container .top_area::before{
	content: "";
	position: absolute;
	width: 2000px;
	height: 320px;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/top-head-bg-wide.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 1;
}

#container .top_area h1{
	position: absolute;
	max-width: 550px;
	width: 100%;
	height: fit-content;
	right: 7.5%;
	top: 15rem;
	z-index: 1;
}

@media screen and ( max-height:768px ){
	#container .top_area h1{
		max-width: 440px;
		top: 10rem;
	}
}

#container .top_cont {
	position: relative;
	text-align: center;
	padding: 8rem 2rem 11.25rem;
	overflow-x: clip;
	background: var(--default-color);
	z-index: 1;
	transform: translateZ(0);
}

#container .top_cont::before,
#container .top_cont::after {
	content: "";
	position: absolute;
	width: 100%;
	height: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

#container .top_cont::before{
	max-width: 445px;
	aspect-ratio: 89 / 115;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/top-bg01.png);
	left: -5rem;
	bottom: -4rem;
}

#container .top_cont::after {
	max-width: 460px;
	aspect-ratio: 92 / 119;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/top-bg02.png);
	right: -3rem;
	bottom: -6rem;
}

#container .top_cont h2{
	color: var(--link-color);
	font-size: 2rem;
	margin-bottom: 3rem;
}

#container .top_cont h2 small{
	color: var(--white-color);
	font-size: 1.75rem;
}

#container .top_cont p{
	color: var(--white-color);
	line-height: 250%;
	letter-spacing: 1.5px;
}

#container .top_cont .cloud{
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: -12rem;
	z-index: 2;
}

#container .top_cont .cloud .l_c{
	max-width: 625px;
	width: 45%;
}

#container .top_cont .cloud .r_c{
	max-width: 445px;
	width: 35%;
}

.bg-fix {
	position: relative;
	min-height: 380px;
	margin: auto;
	clip: rect(auto, auto, auto, auto);
	z-index: -1;
}

.bg-fix .img_box{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/12/top-bg-fix.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: -1;
}

h3{
	position: relative;
	max-width: 120px;
	justify-items: center;
	text-align: center;
	text-transform: capitalize;
	box-sizing: content-box;
	margin: 0;
	letter-spacing: 2.5px;
	z-index: 1;
}

h3.news{
	padding-left: 5rem;
	margin-right: 2.5rem;
}

h3.news img{
	position: relative;
	max-width: 90px;
	margin-bottom: 1.25rem;
}

body.home h3 img.sp_mode{
	display: none;
}

h3.news::before{
	content: "";
	position: absolute;
	width: 0;
	height: 150%;
	border-right: 1px solid var(--d-pink-color);
	right: 0;
	bottom: 2.5rem;
}

.bg-b{
	background: var(--default-color);
}

.bg-w{
	background: var(--white-color);
}

.bg-grd{
	background: linear-gradient(180deg, var(--pink-color) 62%, var(--white-color) 62%);
}

.bg-p{
	background: var(--pink-color);
	transform: translateZ(0);
}

.bg-lp{
	background: var(--light-pink-color);
}

.cont_box{
	display: flex;
	max-width: 1440px;
	width: calc(100% - 4rem);
	align-items: center;
	overflow: hidden;
	font-family: "times-new-roman", "a-otf-ryumin-pr6n", serif;
	justify-content: space-between;
	padding: 11rem 0 8.25rem;
	margin: auto;
}

.cont_box.rev{
	flex-direction: row-reverse;
}

.news_area .cont_box{
	max-width: 1340px;
}

.news_list{
	max-width: 920px;
	width: 100%;
}

.news_list ul {
	margin-bottom: 4rem;
}

.news_list ul li{
	margin-bottom: 3rem;
}

.news_list ul li:last-child{
	margin-bottom: 0;
}

.news_list ul li a {
	display: flex;
	color: var(--default-color);
}

.news_list ul li a span {
	display: block;
	line-height: 1.75rem;
	margin-right: 1.25rem;
}

.news_list ul li a span.days{
	max-width: 160px;
	width: 100%;
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--d-pink-color);
}

.news_list ul li a span.title_area {
	max-width: 200px;
	width: 100%;
	font-size: 1.25rem;
	text-decoration: underline;
}

.news_list ul li a span.detail_area{
	margin-right: 0;
}

.news_list .more{
	margin-right: 0;
	margin-left: auto;
	float: inline-end;
}

.about_area .cont_box{
	margin-left: 0;
	align-items: start;
}

h3.about{
	max-width: 115px;
	margin-left: 1.625rem;
	z-index: 1;
}

h3.about::before{
	content: "";
	position: absolute;
	width: 0;
	height: 150%;
	border-left: 2px solid var(--white-color);
	left: 1rem;
	bottom: 0;
	z-index: -1;
}

.about_area .cont_box .tx_area{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.about_area .cont_box .tx_area .var_tx{
	max-width: 360px;
	width: calc(100% - (115px + 1.625rem));
}

.about_area .cont_box .tx_area .var_tx h4{
	text-align: end;
	text-transform: capitalize;
	font-size: 1.25rem;
	line-height: 150%;
	letter-spacing: 4px;
	margin-bottom: 3.5rem;
}

.about_area .cont_box .tx_area .var_tx p{
	width: 100%;
	writing-mode: tb-rl;
	font-size: 1.25rem;
	line-height: 210%;
	letter-spacing: 2px;
}

.about_area .cont_box .tx_area .more{
	margin-left: 0;
	margin-right: auto;
	margin-top: 4.5rem;
}

.about_area .cont_box .img_area {
	max-width: 760px;
	width: 60%;
	object-position: right;
	margin-right: 2.5rem;
}


.active_area .cont_box {
	padding-top: 5.5rem;
	padding-bottom: 0;
	margin-right: 0;
	align-items: start;
}

.active_area .cont_box .tx_area{
	display: flex;
	flex-wrap: wrap;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}

h3.activate{
	max-width: 100px;
	margin-right: 1rem;
	z-index: 1;
}

h3.activate::before{
	content: "";
	position: absolute;
	width: 0;
	height: 150%;
	border-right: 2px solid #ffffff;
	right: 0.75rem;
	bottom: -50%;
	z-index: -1;
}

.active_area .cont_box .tx_area .var_tx {
	display: flex;
	width: calc(100% - (100px + 1rem));
	margin-top: 11rem;
	margin-bottom: 2.5rem;
}

.active_area .cont_box .tx_area .var_tx h4{
	text-transform: capitalize;
	font-size: 1.25rem;
	letter-spacing: 4px;
	margin-right: 2.5rem;
}

.active_area .cont_box .tx_area .var_tx p{
	writing-mode: tb-rl;
	font-size: 1.25rem;
	line-height: 210%;
	letter-spacing: 2.5px;
	margin-right: 0;
	margin-left: auto;
}

.active_area .cont_box .img_area{
	max-width: 600px;
	width: 48%;
}

.active_area .cont_box .more{
	margin-right: 0;
	margin-left: auto;
}

.hassaku_area .cont_box{
	margin-left: 0;
	padding-top: 10rem;
	align-items: center;
}

.hassaku_area .cont_box .tx_area{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;	
	align-items: start;
}

.hassaku_area .cont_box .tx_area .var_tx{
	width: calc(100% - 160px);
	justify-items: center;
	margin-top: 6rem;
}

.hassaku_area .cont_box .tx_area .var_tx p{
	writing-mode: tb-rl;
	font-size: 1.25rem;
	line-height: 200%;
}

h3.hassaku {
	max-width: 135px;
	width: 100%;
	margin-left: 25px;
	display: flex;
	flex-direction: row-reverse;
}

h3.hassaku img{
	max-width: 90px;
}

h3.hassaku small{
	display: block;
	width: 30px;
	font-size: 1.5rem;
	line-height: 100%;
	margin-right: 0;
	margin-left: auto;
}

.hassaku_area .cont_box .img_area{
	max-width: 920px;
}

.more.arr-w{
	margin-right: 3rem;
} 

.more a{
	position: relative;
	display: block;
	max-width: 9rem;
	min-height: 5rem;
	padding-right: 5.5rem;
	align-content: center;
	text-align: justify;
	line-height: 1.5rem;
	letter-spacing: 2px;
	font-family: "times-new-roman", "a-otf-ryumin-pr6n", serif;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--default-color);
}

.more a::before{
	content: "";
	position: absolute;
	max-width: 80px;
	width: 100%;
	height: fit-content;
	aspect-ratio: 1 / 1;
	background: var(--no-color);
	border-radius: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.more.arr-b a::before{
	background: var(--link-color);
}

.more.arr-w a::before{
	background: var(--rich-link-color);
}

.more a::after{
	content: "";
	position: absolute;
	max-width: 40px;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.more.arr-b a::after{
	background-image: var(--arr-b);
}

.more.arr-w a::after{
	background-image: var(--arr-w);
}

.feed_area .cont_box{
	align-items: start;
	margin-right: 0;
}

.feed_area .cont_box .tx_area{
	margin: 0 auto;
}

h3.report {
	max-width: 120px;
	width: 100%;
	font-size: 1.5rem;
	letter-spacing: 4px;
	line-height: 2.5rem;
	margin-right: 2.5rem;
}

h3.report img{
	max-width: 105px;
	margin: auto;
	margin-bottom: 2.25rem;
}

h3.report::before {
	content: "";
	position: absolute;
	width: 0;
	height: 170%;
	border-right: 2px solid var(--white-color);
	top: 0;
	right: 1rem;
	z-index: -1;
}

ul.rss_list{
	max-width: 1080px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 4.5rem;
}

.feed_area .cont_box .more{
	margin-right: 7.5rem;
	float: inline-end;
}

ul.rss_list li{
	width: calc((100% / 3) - 2.5rem);
}

ul.rss_list li a {
	text-decoration: none;
	color: var(--default-color);
}

ul.rss_list li a:hover,
ul.rss_list li a:focus{
	opacity: 0.6;
}

ul.rss_list li a span{
	display: block;
}

ul.rss_list li a .thumbnail img{
	object-fit: cover;
	aspect-ratio: 4 / 3;
	object-position: top;
}

ul.rss_list li a .date{
	min-height: 4rem;
	align-content: center;
	font-family: "times-new-roman", serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--d-pink-color);
}

ul.rss_list li a .title{
	font-size: 1.125rem;
	text-decoration: underline;
}

.contact_area{
	position: relative;
	min-height: 380px;
	align-content: center;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/12/top-join-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.contact_area::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.contact_area .tx_box{
	position: absolute;
	max-width: 400px;
	width: 100%;
	height: fit-content;
	text-align: center;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
}

.contact_area .tx_box h4{
	color: var(--white-color);
	font-size: 3.5rem;
	line-height: 100%;
	margin-bottom: 2.5rem;
}

.contact_area .tx_box .more a{
	max-width: none;
	min-height: 6.25rem;
	padding: 1rem;
	padding-left: 3.25rem;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0;
	border-radius: 4rem;
	background: var(--white-color);
}

.contact_area .tx_box .more a::before{
	right: 0.75rem;
}

.contact_area .tx_box .more a::after{
	right: 1.875rem;
}

.instagram_area{
	background: var(--white-color);
	padding: 8.5rem 1rem 16.25rem;
}
.instagram_area .feed-area {
    width: 100%;
    padding: 0 2%;
    max-width: 1400px;
    margin: 0 auto;
}
.instagram_area h4{
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 3px;
	font-family: "times-new-roman", serif;
	margin-bottom: 3rem;
	padding-top: 5rem;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/icn-instagram-blk.png);
	background-size: 60px auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#footer{
	position: relative;
	overflow-x: clip;
	background: var(--default-color);
	color: var(--white-color);
}

#footer::before,
#footer::after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	z-index: 0;
}

#footer::before{
	max-width: 670px;
	width: 100%;
	height: fit-content;
	aspect-ratio: 67 / 31;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/foot_bg01.png);
	left: -15rem;
	top: -11.25rem;
}

#footer::after{
	max-width: 1360px;
	width: 100%;
	height: fit-content;
	aspect-ratio: 8 / 3;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/foot_bg02.png);
	top: -7.5rem;
	right: -28rem;
}

#footer .column2{
	position: relative;
	padding: 9rem 0 10rem;
	max-width: 1340px;
	width: calc(100% - 4rem);
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-between;
	z-index: 1;
}

#footer .column2::before{
	content: "";
	position: absolute;
	max-width: 590px;
	width: 100%;
	height: fit-content;
	aspect-ratio : 59 / 21;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/foot_bg03.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	bottom: 0;
	left: -22rem;
}

#footer .column2 .comp_box {
	text-align: center;
	max-width: 740px;
	width: calc(60% - 1.25rem);
	margin-right: 1.25rem;
}

#footer .column2 .comp_box h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 120%;
	margin-bottom: 2rem;
	padding-top: 9.25rem;
	letter-spacing: 2px;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/footer_logo.png);
	background-size: 110px auto;
	background-position: center top;
	background-repeat: no-repeat;
}

#footer .column2 .comp_box h2 small{
	display: block;
	font-size: 1.5rem;
}

#footer .column2 .comp_box p{
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	letter-spacing: 2px;
	font-weight: 700;
}

#footer .column2 .comp_box p span.mar{
	line-height: 200%;
}

#footer .column2 .comp_box p.tels{
	font-size: 1.25rem;
	line-height: 150%;
	letter-spacing: 1px;
}

#footer .column2 .comp_box p.mail{
	max-width: 380px;
	width: fit-content;
	min-height: 2.25rem;
	margin: auto;
	font-size: 1.5rem;
	place-content: center;
	padding-left: 5rem;
	margin-bottom: 6rem;
	background-repeat: no-repeat;
	background-size: 55px auto;
	background-position: left center;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/09/icn_mail.png);
}

#footer .column2 .comp_box ul{
	display: flex;
	justify-content: space-between;
}

#footer .column2 .comp_box ul li{
	margin: 0;
}

#footer .column2 .comp_box ul.foot_nav{
	margin-bottom: 2rem;
}

#footer .column2 .comp_box ul.foot_nav li a{
	text-decoration: none;
	color: var(--white-color);
}

#footer .column2 .comp_box ul.sns{
	max-width: 220px;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 1rem;
}

#footer .column2 .comp_box ul.sns li{
	max-width: 50px;
	width: 100%;
	margin: unset;
}

#footer .column2 .facebook_box{
	max-width: 480px;
	width: 40%;
	text-align: center;
	align-content: center;
}

.copyright{
	font-family: "Yu Gothic", sans-serif;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding-bottom: 1.5rem;
}

.copyright a{
	display: inline;
	color: var(--white-color);
}

/*サブ・投稿ページ共通*/
h1.page-title {
	position: absolute;
	min-height: 160px;
	height: fit-content;
	text-align: center;
	align-content: center;
	font-size: 2.5rem;
	color: var(--white-color);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

h1.page-title small{
	display: block;
	font-size: 1.25rem;
	line-height: 100%;
	margin-top: 1.5rem;
}

h1.entry-title {
	display: flex;
	width: fit-content;
	flex-direction: row-reverse;
}

h1.entry-title small{
	display: block;
	writing-mode: tb-rl;
	text-transform: capitalize;
}

.sub_top_content.enchu-hassaku h1.entry-title{
	padding: 1rem;
	background: #ffffff;
	flex-direction: row;
}

.sub_top_content.enchu-hassaku h1.entry-title small{
	margin-right: 0;
	font-size: 1.625rem;
	letter-spacing: 2.5px;
	font-weight: 700;
	text-align: start;
}

.sub_top_content{
	position: relative;
	background: linear-gradient(180deg, var(--default-color) 75%, var(--pink-color) 75%);
	min-height: 800px;
	overflow-x: clip;
	z-index: 1;
}

.single_top_content{
	position: relative;
	background: linear-gradient(180deg, var(--default-color) 75%, var(--white-color) 75%);
	min-height: 800px;
	overflow-x: clip;
	z-index: 1;
}

.sub_top_content::before,
.single_top_content::before{
	content: "";
	position: absolute;
	width: 2000px;
	height: 320px;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/top-head-bg-wide.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: -3.125rem;
	left: -2%;
	z-index: 1;
}

.sub_top_content h1.entry-title,
.sub_top_content .page_image{
	position: absolute;
}

.sub_top_content h1.entry-title{
	right: 10rem;
	bottom: 4rem;
	z-index: 1;
}

.sub_top_content h1.entry-title .img_box{
	width: 100%;
	padding: 10px;
	background: var(--white-color);
}

.sub_top_content.about h1.entry-title .img_box,
.sub_top_content.activities h1.entry-title .img_box,
.sub_top_content.join h1.entry-title .img_box{
	max-width: 135px;
}

.sub_top_content.enchu-hassaku h1.entry-title .img_box{
	max-width: 106px;
	padding: 0 1rem;
	padding-left: 0;
}

.sub_top_content.activities h1.entry-title .img_box{
	padding: 1.25rem 0.625rem;
}

.sub_top_content.join h1.entry-title .img_box{
	padding: 1.5rem 2.5rem;
}

.sub_top_content h1.entry-title small{
	text-align: end;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin-right: 1.25rem;
}

.sub_top_content.join h1.entry-title small{
	display: none;
}

.sub_top_content.join h1.entry-title .img_box img{
	max-width: 60px;
}

.sub_top_content .page_image{
	max-width: 880px;
	width: 66.6%;
	left: 5%;
	bottom: -70px;
}

.sub_top_content .page_image img{
	min-height: 400px;
	object-fit: cover;
}

.sub_content_area{
	max-width: 1500px;
	width: 100%;
	padding: 7.5rem 2rem 12.5rem;
	margin: auto;
}

.entry-content{
	width: 100%;
	margin: auto;
}

span.bold{
	font-weight: 700;
}

.inner.sub{
	padding: 15rem 2rem;
}

.inner.sub.n01,
.inner.sub.n02,
.inner.sub.n03{
	position: relative;
	overflow-x: clip;
	z-index: 0;
}

.inner.sub.n01{
	padding-top: 12.5rem;
	padding-bottom: 8rem;
}

.inner.sub.hassaku.n01{
	padding-bottom: 6rem;
}

.inner.sub.n01 p.top_tx{
	max-width: 1080px;
	width: calc(100% - 2rem);
	margin: auto;
	font-size: 1.125rem;
	line-height: 2.5rem;
}

.inner.sub.n01::before{
	content: "";
	position: absolute;
	width: 700px;
	height: fit-content;
	aspect-ratio: 35 / 16;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-bg02.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	top: 1rem;
	right: -15rem;
	z-index: -1;
}

.inner.sub.n01::after{
	content: "";
	position: absolute;
	width: 700px;
	height: fit-content;
	aspect-ratio: 35 / 16;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-bg02.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 5rem;
	left: -10rem;
	z-index: -1;
}

.inner.sub.about.n01::after{
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.inner.sub.about.n01.act::after{
	opacity: 1;
	visibility: visible;
}

.about.n02::before{
	content: "";
	position: absolute;
	width: 100%;
	min-height: 450px;
	height: fit-content;
	aspect-ratio: 10 / 3;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-bg01.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.inner.sub h3{
	max-width: none;
}

.inner.sub .inner_box{
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: auto;
	padding-bottom: 5rem;
	z-index: 1;
}

.inner.sub.hassaku .inner_box,
.inner.sub.active .inner_box,
.inner.sub.join .inner_box{
	position: relative;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 7rem 6.875rem 8rem;
}

.inner.sub.hassaku.n02::before {
	content: "";
	position: absolute;
	width: 820px;
	height: fit-content;
	aspect-ratio: 41 / 30;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	right: -16.25rem;
	bottom: 65rem;
	z-index: -1;
}

.inner.sub.about .inner_box{
	height: 480px;
	overflow: hidden;
	transition: .6s;
}

.inner.sub.about.n02 .inner_box {
	padding-top: 8.75rem;
	margin-top: -20rem;
	background: linear-gradient(180deg, var(--white-color) 90%, rgba(255,255,255,0) 100%);
}

.inner.sub.hassaku.n02 .inner_box {
	margin-top: -20rem;
	padding-top: 5rem;
	padding-bottom: 6.25rem;
	background: linear-gradient(180deg, var(--white-color) 30%, rgba(255,255,255,0) 30%);
}

.inner.sub.about .inner_box::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
	transition: .2s;
}

.inner.sub.about.n01 .inner_box::before{
	background: linear-gradient(0deg, var(--pink-color) 70%, #FADADE00 100%);
}

.inner.sub.about.n02 .inner_box::before{
	background: linear-gradient(0deg, var(--white-color) 70%, #FFFFFF00 100%);
}

.inner.sub .inner_box.active::before{
	opacity: 0;
	visibility: hidden;
}

.inner.sub .inner_box h2{
	font-size: 3rem;
	line-height: 100%;
	margin: auto;
	margin-bottom: 6.75rem;
}

.inner.sub.active .inner_box h2{
	max-width: 1040px;
	width: calc(100% - 4rem);
	font-size: 2.25rem;
	margin-bottom: 3rem;
}

.inner.sub.join .inner_box h2{
	max-width: 1080px;
	width: calc(100% - 2rem);
	font-size: 2.25rem;
	margin-bottom: 4rem;
}

.inner.sub.about.n01 .inner_box h2{
	max-width: 1160px;
}

.inner.sub.about.n02 .inner_box h2 {
	position: relative;
	text-align: center;
	z-index: 1;
}

.inner.sub.about.n02 .inner_box h2::before {
	content: "";
	position: absolute;
	width: 360px;
	height: 70px;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-border01.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	bottom: -3rem;
	margin: auto;
	z-index: -1;
}

.inner.sub .inner_box p{
	max-width: 1120px;
	width: calc(100% - 2.5rem);
	text-align: justify;
	font-size: 1.125rem;
	line-height: 220%;
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 3.125rem;
}

.inner.sub.about .inner_box p{
	text-indent: 1.125rem;
}

.inner.sub .inner_box p.r_tx{
	text-align: right;
}

.inner.sub .inner_box p:last-child{
	margin-bottom: 0;
}

.inner.sub .inner_box button {
	position: absolute;
	right: 20px;
	bottom: 40px;
	width: 280px;
	height: 40px;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size: 1.125rem;
	cursor: pointer;
	color: #fff;
	background: #cccccc;
	border: none;
	border-radius: 1.25rem;
	left: 0;
	right: 0;
	margin: auto;
}

.inner.sub .inner_box button::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/acd-arr.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right:1.5rem;
	margin: auto;
	transition: .5s;
}

.inner.sub .inner_box.active button::before {
	transform: rotate(180deg);
}

.inner.sub.about.n01 .inner_box button {
	background: var(--link-color);
}

.inner.sub.about.n02 .inner_box button {
	background: var(--default-color);
}

.inner.sub.about.n03{
	padding: 10rem 2rem 8.5rem;
	z-index: 0;
}

.inner.sub.about.n03::before,
.inner.sub.about.n03::after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.inner.sub.about.n03::before{
	max-width: 675px;
	width: 100%;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-mission-bg01.png);
	background-position: left;
	left: 0;
}

.inner.sub.about.n03::after{
	max-width: 670px;
	width: 100%;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-mission-bg02.png);
	background-position: right;
	right: 0;
}

.about.n03 h3{
	text-align: center;
	font-size: 3rem;
	line-height: 4rem;
	margin-bottom: 2rem;
	color: var(--link-color);
	padding-bottom: 1.25rem;
}

.about.n03 h3 small{
	display: block;
	font-size: 2rem;
	line-height: 3rem;
}

.about.n03 h3::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: var(--link-color);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.about.n03 p{
	text-align: center;
	font-size: 1.5rem;
	line-height: 250%;
	color: var(--white-color);
}

.about.n04 {
	padding: 0;
	padding-bottom: 18.75rem;
}

.about.n04 h3{
	min-height: 23.125rem;
	align-content: center;
	font-size: 3rem;
	line-height: 4rem;
	margin-bottom: 1.25rem;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-culture-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about.n04 ul.culture_list{
	max-width: 1080px;
	width: calc(100% - 2rem);
	margin: auto;
}

.about.n04 ul.culture_list > li{
	position: relative;
	min-height: 360px;
	align-content: center;
	font-size: 1.25rem;
	line-height: 180%;
	letter-spacing: 1.5px;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.about.n04 ul.culture_list > li:nth-child(odd){
	padding-left: 20rem;
	padding-right: 1.25rem;
}

.about.n04 ul.culture_list > li:nth-child(even){
	padding-right: 20rem;	
	padding-left: 1.25rem;
}

.about.n04 ul.culture_list > li:nth-child(1){
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-cul-border01.png);
}

.about.n04 ul.culture_list > li:nth-child(2){
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-cul-border02.png);
}

.about.n04 ul.culture_list > li:nth-child(3){
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-cul-border03.png);
}

.about.n04 ul.culture_list > li::before{
	content: "";
	position: absolute;
	width: 240px;
	height: fit-content;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about.n04 ul.culture_list > li:nth-child(odd)::before{
	left: 0;
}

.about.n04 ul.culture_list > li:nth-child(even)::before{
	right: 0;
}

.about.n04 ul.culture_list > li.foods::before{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-culture01.png);
}

.about.n04 ul.culture_list > li.sake::before{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-culture02.png);
}

.about.n04 ul.culture_list > li.friend::before{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-culture03.png);
}

.about.n04 ul.culture_list > li.party::before{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-culture04.png);
}

.about.n04 ul.culture_list > li ol li{
	position: relative;
	padding-left: 1.5rem;
}

.about.n04 ul.culture_list > li ol li span{
	position: absolute;
	left: 0;
	top: 0;
}

.about.n04 ul.culture_list > li ol li span.bold{
	position: static;
}

.hassaku.n02 ul.culture_list {
	max-width: 1100px;
	margin: auto;
	padding-bottom: 16rem;
}

.hassaku.n02 ul.culture_list li {
	padding-bottom: 4.75rem;
	margin-bottom: 4.25rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.hassaku.n02 ul.culture_list li:nth-child(odd){
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-cul-border01.png);
}

.hassaku.n02 ul.culture_list li:nth-child(even){
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/about-cul-border02.png);
}

.hassaku.n02 ul.culture_list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background-image: none;
}

.hassaku.n02 ul.culture_list li h3{
	min-height: 130px;
	align-content: center;
	text-align: left;
	font-size: 1.625rem;
	line-height: 2.25rem;
	margin-bottom: 2.5rem;
	padding-left: 10.625rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 130px auto;
}

.hassaku.n02 ul.culture_list li.one h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-1.png);
}

.hassaku.n02 ul.culture_list li.two h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-2.png);
}

.hassaku.n02 ul.culture_list li.three h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-3.png);
}

.hassaku.n02 ul.culture_list li.four h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-4.png);
}

.hassaku.n02 ul.culture_list li.five h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-5.png);
}

.hassaku.n02 ul.culture_list li.six h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-6.png);
}

.hassaku.n02 ul.culture_list li.seven h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-7.png);
}

.hassaku.n02 ul.culture_list li.eight h3{
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/hassaku-8.png);
}

.hassaku.n02 ul.culture_list li p{
	max-width: 1100px;
	width: 100%;
	letter-spacing: 1.5px;
	text-indent: 0;
	margin-bottom: 1.5rem;
}

.hassaku.n02 ul.culture_list li p a{
	display: inline;
	color: var(--default-color);
}

span.border{
	background: linear-gradient(180deg, transparent 75%, var(--link-color) 75%);
}

.download_box{
	max-width: 640px;
	width: 100%;
	margin: 0 auto 2.5rem auto;
	padding: 3.25rem 2rem 2.5rem;
	border-radius: 1.25rem;
	background: var(--bg-pink-color);
}

.download_box h4{
	text-align: center;
	font-size: 2.25rem;
	margin-bottom: 2.25rem;
}

.inner.sub .inner_box .download_box > p{
	text-align: left;
	margin-bottom: 2rem;
	text-indent: 0;
	line-height: 1.5;
}

.inner.sub .inner_box .download_box > p.tx-c {
	text-align: center;
}

.download_box .dl_btn{
	max-width: 360px;
	width: 100%;
	margin: auto;
	margin-bottom: 2.25rem;
}

.download_box .bg_w{
	background: var(--white-color);
	padding: 0.75rem;
}

.download_box .bg_w h5{
	min-height: 40px;
	align-content: center;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 0.75rem;
	background: var(--sub-pink-color);
}

.download_box > .bg_w.mar1r{
	margin-bottom: 1rem;
}

.download_box > .bg_w.heig5{
	min-height: 5rem;
	align-content: center;
}

.inner.sub .inner_box .download_box .bg_w p{
	letter-spacing: 1px;
	text-indent: 0;
	width: fit-content;
}

.inner.sub .inner_box .download_box .bg_w p.mail{
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
}

.inner.sub .inner_box .download_box .bg_w p.mail::before{
	content: "";
	position: absolute;
	width: 55px;
	height: 35px;
	background-image: url(//ttoc.or.jp/wp/wp-content/uploads/2025/10/icn_mail_b.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	top: 0;
	bottom: 0;
	left: -4.5rem;
	margin: auto;
}

.act_box{
	max-width: 1080px;
	padding: 3rem;
	border-radius: 0.75rem;
	margin: auto;
	margin-bottom: 4rem;
}

.act_box.last-cont{
	margin-bottom: 11.25rem;
}

.act_box.no-detail{
	padding: 1.75rem 3rem;
	margin-bottom: 3rem;
}

.act_box h3,.act_box.bg-w h2{
	font-size: 1.25rem;
	text-align: left;
	align-content: center;
	min-height: 45px;
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
	border-left: 7px solid var(--d-pink-color);
}
.act_box.bg-w h2 {
	max-width: initial !important;
	width: 100% !important;
	font-size: 1.25rem !important;
}
.act_box .more {
	margin-top: 2.25rem;
}

.act_box .more a {
	max-width: 350px;
	min-height: 2.5rem;
	padding-right: 2.5rem;
	padding-left: 1rem;
	border-radius: 1.25rem;
	background: var(--small-link-color);
}

.act_box .more a::before {
	max-width: 24px;
	right: 0.625rem;
}

.act_box .more a::after {
	max-width: 12px;
	right: 1rem;
}

.act_box.no-detail h3{
	margin-bottom: 0;
}

.inner.sub.active .act_box p{
	width: 100%;
	text-indent: 0;
	letter-spacing: 0.75px;
	margin-bottom: 1rem;
}
.inner.sub.active .act_box p.ls55 {
	letter-spacing: 0.55px;
}
.act_box .col2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.act_box .col2 .l_box{
	width: calc(100% - 390px);
}
.act_box .col2 .r_box{
	max-width: 340px;
	width: 100%;
	margin-left: 3.125rem;
}

.inner.sub.join .inner_box .act_box h3{
	margin-bottom: 2.25rem;
}

.inner.sub.join .inner_box .act_box p{
	width: 100%;
}

.inner.sub.join .inner_box .act_box p.mar1r5{
	margin-bottom: 1.5rem;
}

.inner.sub.join .inner_box .act_box .dl_btn{
	max-width: 300px;
}

.inner.sub.join .inner_box .act_box dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.inner.sub.join .inner_box .act_box dl dt,
.inner.sub.join .inner_box .act_box dl dd{
	min-height: 40px;
	align-content: center;
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	padding: 0.25rem 1.5rem;
}

.inner.sub.join .inner_box .act_box dl dt{
	height: fit-content;
	text-align: center;
	background: var(--bg-pink-color);
}

.inner.sub.join .inner_box .act_box dl dd{
	line-height: 1.75rem;
}

.inner.sub.join .inner_box .act_box dl.dt120 dt{
	width: 120px;
}

.inner.sub.join .inner_box .act_box dl.dt120 dd{
	width: calc(100% - 120px);
}

.inner.sub.join .inner_box .act_box dl.dt160 dt{
	width: 160px;
}

.inner.sub.join .inner_box .act_box dl.dt160 dd{
	width: calc(100% - 160px);
}

.inner.sub.join .inner_box .act_box dl.dt280 dt{
	width: 280px;
}

.inner.sub.join .inner_box .act_box dl.dt280 dd{
	width: calc(100% - 280px);
}

.inner.sub.join .inner_box .act_box dl dd .price-sec {
	display: inline-block;
	margin: 0 1rem;
}

.qr_box{
	max-width: 220px;
	margin: auto;
}

.entry-content.single{
	margin-bottom: 8.75rem;
}

.entry-content.single p{
	max-width: 1020px;
	width: calc(100% - 2rem);
	font-size: 1.125rem;
	line-height: 2.5rem;
	margin: auto;
}

.single_content_area{
	position: relative;
	z-index: 2;
}

.inner.news{
	max-width: 1200px;
	width: calc(100% - 4rem);
	margin: -17.25rem auto 17.5rem;
}

.inner.news.detail{
	background: var(--white-color);
	padding: 2.5rem 3.75rem;
	margin-bottom: 15rem;
	border-radius: 0.5rem;
}

.inner.news.detail .entry-content.single .days{
	color: var(--rich-link-color);
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

ul.news_list{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	margin-bottom: 4rem;
}

ul.news_list li {
	margin-bottom: 1.25rem;
}

ul.news_list li a {
	display: flex;
	flex-wrap: wrap;
	padding: 1.75rem 1.5rem;
	border-radius: 0.5rem;
	background: var(--white-color);
	filter: drop-shadow(2px 2px 2px #00000050);
	color: var(--default-color);
}

ul.news_list li a span{
	display: block;
}

ul.news_list li a span.days{
	display: block;
	max-width: 140px;
	width: 100%;
	font-size: 1.5rem;
	color: var(--d-pink-color);
	margin-bottom: 1.25rem;
}

ul.news_list li a span.title_area{
	width: calc(100% - 160px);
	margin-left: 1.25rem;
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.nav-links{
	max-width: 760px;
	width: 100%;
	margin: auto;
}

.nav-links .page-numbers{
	width: fit-content;
	display: flex;
	margin: auto;
}

.nav-links .page-numbers li{
	margin-right: 1.25rem;
}

.nav-links .page-numbers li:last-child{
	margin-right: 0;
}

.nav-links .page-numbers li > *{
	display: block;
	width: 2.5rem;
	height: fit-content;
	aspect-ratio: 1 / 1;
	line-height: 100%;
	font-size: 1.25rem;
	text-align: center;
	align-content: center;
	border-radius: 0.25rem;
}

.nav-links .page-numbers li > *.page-numbers{
	color: var(--rich-link-color);
	background: var(--sub-cont-color);
}

.nav-links .page-numbers li > *.page-numbers.current{
	color: var(--defalut-color);
	background: var(--white-color);
	border: 2px solid var(--rich-link-color);
}

#nav-below.navigation{
	max-width: 760px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 2.5rem;
}

#nav-below.navigation .nav-next a,
#nav-below.navigation .nav-prev a {
	position: relative;
	display: block;
	width: fit-content;
	min-height: 2.5rem;
	padding: 0.5rem 1rem;
	align-content: center;
	line-height: 100%;
	background: var(--rich-link-color);
	text-decoration: none;
	color: var(--white-color);
}

#nav-below.navigation .nav-next a{
	margin-right: 1.25rem;
}

#nav-below.navigation .nav-prev a{
	margin-left: 1.25rem;
}

#nav-below.navigation .nav-next a::before,
#nav-below.navigation .nav-prev a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#nav-below.navigation .nav-next a::before{
	border-left: 20px solid var(--rich-link-color);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	right: -1.25rem;
}

#nav-below.navigation .nav-prev a::before{
	border-right: 20px solid var(--rich-link-color);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	left: -1.25rem;
}

.nav-home a{
	display: block;
	max-width: 320px;
	min-height: 3.75rem;
	font-size: 1.25rem;
	letter-spacing: 2px;
	text-decoration: none;
	color: var(--white-color);
	text-align: center;
	align-content: center;
	background: var(--rich-link-color);
	border-radius: 0.5rem;
	margin: auto;
}

h2.single-title{
	min-height: 5rem;
	align-content: center;
	font-size: 2rem;
	line-height: 180%;
	padding-left: 2rem;
	margin-bottom: 3.375rem;
	border-left: 7px solid var(--d-pink-color);
}

#footer .column2.single{
	justify-content: center;
}

#footer .column2.single .comp_box {
	margin-right: unset;
}
.sub_top_content.free {
	min-height: 480px;
	background: #000;
}
.sub_top_content.free h1.entry-title {
	position: static;
	padding-top: 320px;
	color: #FFF;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	flex-direction: initial;
	line-height: 1.5;
}
#content.free .entry-content {
	max-width: 1200px;
	margin: 5rem auto 15rem auto;
}
#content.free .entry-content {
	max-width: 1200px;
	margin: 5rem auto 15rem auto;
}
#content.free .entry-content p {
	margin: 0 auto 1.5rem auto;
	font-size: 1.125rem;
	line-height: 2;
}
#content.free .entry-content:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.btn-pink {
	margin: 0 auto;
	padding: 3rem 0 0 0;
	max-width: 400px;
	position: relative;
}
.btn-pink a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	background-color: #F0919E;
	border-radius: 50vh;
	font-size: 1.25rem;
	padding: 1rem 2rem;
	position: relative;
	font-weight: 700;
	z-index: 10;
}
.btn-pink a::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 24px;
	right: 20px;
}
#container .top_cont p.ttoc {
	padding-bottom: 2rem;
	line-height: 2;
}
.about-bottom {
	padding-top: 8rem;
}
.about-bottom h4 {
	font-size: 1.25rem;
	text-align: left;
	align-content: center;
	min-height: 45px;
	padding-left: 1.5rem;
	margin-bottom: 2.25rem;
	border-left: 7px solid var(--d-pink-color);
	max-width: none;
}
.about-bottom .act_box {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.about-bottom .act_box dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.about-bottom .act_box dl dt {
	width: 160px;
	height: fit-content;
	text-align: center;
	background: var(--bg-pink-color);
	min-height: 40px;
	align-content: center;
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	padding: 0.25rem 1.5rem;
}
.about-bottom .act_box dl dd {
	width: calc(100% - 160px);
	width: calc(100% - 160px);
	min-height: 40px;
	align-content: center;
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	padding: 0.25rem 1.5rem;
}
.about-bottom .act_box dl dd .price-sec {
	display: inline-block;
	margin: 0 1rem;
}
.about-bottom .act_box p {
	font-size: 1.125rem;
}
.about-bottom .act_box p.mar1r5 {
	margin-bottom: 1.5rem;
}
body.activities .inner.sub.active .inner_box h2 {
	margin-bottom: 0;
	font-size: 1.375rem !important;
}
body.activities .act_box h3 {
	border-left: none;
	margin-bottom: 0;
	position: relative;
	padding-left: 2rem;
	margin-top: 2rem;
}
body.activities .act_box h3::before {
	position: absolute;
	left: 0;
	top: 23px;
	content: '';
	width: 22px;
	height: 1px;
	background-color: #CF6F7B;
}
body.activities .act_box .col2 {
	padding-top: 2rem;
}
.inner.sub .inner_box .first-tx {
	max-width: 1120px;
	width: calc(100% - 2.5rem);
	text-align: justify;
	font-size: 1.125rem;
	line-height: 220%;
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.inner.sub .inner_box .first-tx .tx {
	width: 70%;
}
.inner.sub .inner_box .first-tx .tx p {
	margin-bottom: 0;
}
.inner.sub .inner_box .first-tx .photo {
	width: 20%;
	margin: 0 4% 0 6%;
}
.inner.sub .inner_box .first-tx .tx p {
	width: 100%;
}
.inner.sub.about .inner_box p.ti-no {
	text-indent: 0;
}
@media screen and ( max-width:1440px ){
	#header .logo_area {
		max-width: 560px;
	}

	#container .top_area::before {
		height: 280px;
	}

	#header .nav ul.sns {
		margin-bottom: .625rem;
	}

	#container .top_area h1 {
		top: 12.5rem;
	}

	.sub_top_content::before {
		height: 280px;
	}

	.sub_top_content.about .page_image {
		left: 0;
	}
}
@media screen and ( max-width:1280px ){
	#header,
	#header.top
	#header.sub,
	#header.single{
		position: fixed!important;
		padding: 1rem;
		min-height: 100px;
		align-items: center;
		background: #ffffff;
	}

	#header::before{
		content: "";
		position: absolute;
		width: 100vw;
		height: 100vh;
		background: var(--default-color);
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		left: 0;
		top: 100px;
		z-index: -1;
	}

	#header.active::before{
		opacity: .5;
		visibility: visible;
	}

	#header .logo_area,
	#header.sub .logo_area{
		max-width: 420px;
	}

	#header .nav {
		position: absolute;
		max-width: 300px;
		height: 100vh;
		flex-direction: column-reverse;
		margin-top: 100px;
		background: var(--pink-color);
		top: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
		transform: translateX(100%);
		transition: .3s;
	}

	#header .nav.active{
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	#header .nav ul.page_menu li {
		width: 100%;
	}

	#header .nav ul.page_menu li a{
		padding: 1rem;
		font-size: 1rem;
		background: var(--pink-color);
		border-bottom: 1px dashed var(--d-pink-color);
	}

	#header .hum{
		display: block;
	}

	#header .nav ul.page_menu {
		width: 100%;
		flex-direction: column;
		margin-top: 0;
		margin-bottom: 1rem;
	}

	#header .nav ul.sns {
		margin-top: 0;
		margin-bottom: auto;
		justify-content: space-around;
		align-self: unset;
	}

	#header .nav ul.sns li{
		margin-right: 0;
	}

	#header .nav ul.page_menu li a:hover,
	#header .nav ul.page_menu li a:focus{
		background: var(--white-color);
		opacity: .5;
	}

	#container .top_area {
		min-height: 800px;
		height: 85vh;
		transform: translateZ(0);
	}

	#container .top_area::before {
		height: 225px;
	}

	#container .top_area h1 {
		max-width: 440px;
		top: 0;
		bottom: 0;
		right: 5%;
		margin: auto;
	}

	#container .top_cont::before{
		max-width: 356px;
		bottom: 6rem;
	}

	#container .top_cont::after {
		max-width: 368px;
		bottom: 4rem;
	}

	.cont_box{
		width: calc(100% - 2rem);
		padding: 8rem 0 6rem;
	}

	.news_area .cont_box {
		justify-content: center;
	}

	.feed_area .cont_box {
		position: relative;
		padding: 8rem 0 6rem;
	}

	h3.report{
		margin-right: 2rem;
	}

	h3.report::before {
		height: 140%;
		top: -8rem;
	}

	ul.rss_list{
		margin-bottom: 0;
	}

	ul.rss_list li {
		width: calc((100% / 2) - 1.25rem);
		margin-bottom: 2.5rem;
	}

	ul.rss_list li:last-child {
		margin-bottom: 0;
	}

	.feed_area .cont_box .more {
		position: absolute;
		right: 0;
		bottom: 18.5rem;
		margin-right: 2.5rem;
	}

	h3.news {
		padding-left: 2rem;
	}

	.about_area .cont_box .tx_area {
		margin-right: 0;
	}

	.about_area .cont_box .img_area {
		max-width: 540px;
	}

	.active_area .cont_box .tx_area {
		margin-left: 0;
	}

	.active_area .cont_box .img_area {
		max-width: 480px;
	}

	.hassaku_area .cont_box .img_area {
		max-width: 690px;
	}

	.instagram_area {
		padding: 6rem 1rem 12rem;
	}

	#footer::before {
		max-width: 469px;
		top: -9rem;
	}

	#footer::after {
		max-width: none;
		width: 880px;
		top: -10rem;
	}

	#footer .column2 {
		flex-direction: column;
		align-content: center;
		padding: 7rem 0;
	}

	#footer .column2 .comp_box {
		max-width: none;
		width: 100%;
		margin-right: unset;
	}

	#footer .column2 .comp_box p.mail{
		margin-bottom: 0;
	}

	#footer .column2 .comp_box ul.foot_nav,
	#footer .column2 .comp_box ul.sns,
	#footer .column2 .facebook_box {
		display: none;
	}

	.copyright {
		padding-bottom: 0.5rem;
	}

	.sub_top_content,
	.single_top_content{
		min-height: 640px;
	}

	.sub_top_content::before,
	.single_top_content::before {
		height: 225px;
	}

	.sub_top_content h1.entry-title {
		right: 2.5rem;
		bottom: 2rem;
	}

	h1.page-title{
		top: 12.5rem;
		bottom: auto;
	}

	.inner.news{
		margin-top: -12.5rem;
	}
	.sub_top_content.free h1.entry-title {
		padding: 230px 1rem 0 1rem;
	}
	#content.free .entry-content {
		padding: 0 2rem;
	}
	.sub_top_content.free {
		min-height: initial;
		padding-bottom: 5rem;
	}
}

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

	.bg-fix {
		min-height: 260px;
	}

	.cont_box,
	.cont_box.rev{
		flex-direction: column;
	}

	body.home h3 img.pc_mode{
		display: none;
	}

	body.home h3 img.sp_mode{
		display: inherit;
	}

	#container .top_area {
		min-height: 640px;
	}

	#container .top_cont {
		padding: 8rem 2rem 8rem;
	}

	h3.news {
		max-width: 270px;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 4rem;
	}

	h3.news::before {
		width: 100%;
		height: 0;
		border-right: none;
		border-bottom: 1px solid var(--d-pink-color);
	}

	h3.news img {
		max-width: 270px;
	}

	.news_list ul {
		margin-bottom: 2rem;
	}

	.news_list ul li {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 1px dashed var(--d-pink-color);
	}

	.news_list ul li a {
		flex-wrap: wrap;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.news_list ul li a span.days,
	.news_list ul li a span.title_area{
		margin-bottom: 0.625rem;
	}

	.news_list ul li a span.title_area{
		max-width: none;
		width: calc(100% - 180px);
		margin-right: 0;
	}

	.news_list .more {
		margin-right: auto;
		margin-left: auto;
		place-items: center;
		float: unset;
	}

	.about_area .cont_box {
		margin-left: auto;
	}

	.about_area .cont_box .tx_area {
		flex-direction: column;
		margin-right: auto;
		max-width: none;
		align-items: center;
	}

	.about_area .cont_box .tx_area .var_tx {
		max-width: none;
	}

	.about_area .cont_box .tx_area .var_tx p {
		align-content: center;
	}

	.about_area .cont_box .tx_area .more {
		margin-left: auto;
		margin-right: auto;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	h3.about {
		max-width: 420px;
		margin-left: unset;
		margin-bottom: 2rem;
	}

	h3.about::before {
		width: 100%;
		height: 0;
		border-left: none;
		border-bottom: 2px solid var(--white-color);
		left: 0;
		bottom: -1rem;
	}

	.bg-grd {
		background: linear-gradient(180deg, var(--pink-color) 75%, var(--white-color) 75%);
	}

	.about_area .cont_box .tx_area .var_tx h4 {
		text-align: center;
		margin-bottom: 2.5rem;
	}

	.about_area .cont_box .img_area {
		max-width: 760px;
		width: 100%;
		margin: auto;
	}

	.active_area .cont_box {
		padding-top: 4rem;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}

	.active_area .cont_box .tx_area {
		flex-direction: column;
		margin-left: auto;
		max-width: 640px;
	}

	h3.activate {
		max-width: 290px;
		margin: auto;
		margin-bottom: 2rem;
	}

	h3.activate::before {
		width: 100%;
		height: 0;
		border-right: none;
		border-bottom: 2px solid var(--white-color);
		right: 0;
		bottom: -1rem;
	}

	.active_area .cont_box .tx_area .var_tx {
		flex-direction: column;
		max-width: 640px;
		width: 100%;
		align-items: center;
		margin-top: 0;
		margin-bottom: 2.5rem;
	}

	.active_area .cont_box .tx_area .var_tx h4 {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.5rem;
	}

	.active_area .cont_box .tx_area .var_tx p {
		margin-right: auto;
		margin-left: auto;
	}

	.active_area .cont_box .more {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2.5rem;
	}

	.active_area .cont_box .img_area {
		max-width: 600px;
		width: 100%;
	}

	.hassaku_area .cont_box {
		margin-left: auto;
	}

	h3.hassaku {
		max-width: 360px;
		flex-direction: column;
		margin-left: auto;
	}

	h3.hassaku small {
		width: 100%;
		margin-bottom: 1rem;
	}

	h3.hassaku img {
		max-width: 360px;
		margin-bottom: 2.5rem;
	}

	.hassaku_area .cont_box .tx_area {
		flex-direction: column;
		align-items: center;
	}

	.hassaku_area .cont_box .tx_area .var_tx {
		width: 100%;
		margin-top: 0;
		margin-bottom: 2.5rem;
	}

	.hassaku_area .cont_box .tx_area .more.arr-w {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2.5rem;
	}

	.hassaku_area .cont_box .img_area {
		max-width: 920px;
	}

	.feed_area .cont_box {
		margin: auto;
	}

	h3.report {
		max-width: 290px;
		margin: 0 auto 2.5rem;
	}

	h3.report img {
		max-width: none;
		margin: auto;
		margin-bottom: 2rem;
	}

	h3.report::before {
		width: 100%;
		height: 0;
		top: auto;
		bottom: 3rem;
		left: 0;
		border-bottom: 2px solid var(--white-color);
	}

	.feed_area .cont_box .more {
		right: 15%;
		bottom: 25%;
		margin-right: 0;
	}

	.about.n04 ul.culture_list > li::before {
		width: 180px;
	}

	.about.n04 ul.culture_list > li{
		min-height: 280px;
	}

	.about.n04 ul.culture_list > li:nth-child(odd){
		padding-left: 12.5rem;
		padding-right: 0;
	}

	.about.n04 ul.culture_list > li:nth-child(even){
		padding-right: 12.5rem;
		padding-left: 0;	
	}

	.inner.sub.hassaku .inner_box,
	.inner.sub.join .inner_box{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media screen and ( max-width:960px ){
	#container .top_area h1 {
		max-width: 330px;
	}

	.contact_area .tx_box {
		left: 5%;
	}

	.contact_area .tx_box h4 {
		color: var(--white-color);
		font-size: 2.5rem;
	}

	.inner.sub {
		padding: 8rem 1.25rem;
	}

	.sub_top_content.about h1.entry-title .img_box {
		max-width: 89px;
	}

	.sub_top_content.enchu-hassaku h1.entry-title .img_box {
		max-width: 88px;
	}

	.sub_top_content.activities h1.entry-title .img_box{
		max-width: 100px;
	}

	.sub_top_content.enchu-hassaku h1.entry-title small {
		font-size: 1.25rem;
	}

	.inner.sub.about.n01{
		padding-top: 10rem;
	}

	.inner.sub.n01::before,
	.inner.sub.n01::after{
		width: 490px;
	}

	.inner.sub.about .inner_box {
		height: 400px;
	}

	.inner.sub .inner_box h2 {
		font-size: 2.5rem;
		margin-bottom: 3.5rem;
	}

	.inner.sub .inner_box p{
		text-indent: 0!important;
	}

	.inner.sub.about.n02 .inner_box {
		padding-top: 6rem;
		margin-top: -12.5rem;
	}

	.about.n03 h3 {
		font-size: 2.5rem;
	}

	.about.n03 p {
		font-size: 1.25rem;
	}

	.about.n04{
		padding: 0 0 12rem;
	}

	.about.n04 h3 {
		min-height: 15rem;
		font-size: 2rem;
		margin-bottom: 2.5rem;
	}

	.about.n04 ul.culture_list > li{
		min-height: 360px;
		text-align: center;
	}

	.about.n04 ul.culture_list > li:nth-child(odd),
	.about.n04 ul.culture_list > li:nth-child(even){
		padding-top: 10rem;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 2rem;
	}

	.about.n04 ul.culture_list > li:last-child{
		margin-bottom: 0;
	}

	.about.n04 ul.culture_list > li::before {
		width: 160px;
		bottom: auto;
		left: 0;
		right: 0;
	}

	.about.n04 ul.culture_list > li ol{
		width: fit-content;
		text-align: justify;
		margin: auto;
	}

	.inner.sub.hassaku .inner_box,
	.inner.sub.join .inner_box {
		padding: 5rem 1.25rem 6rem;
	}

	.inner.sub.hassaku .inner_box p{
		width: 100%;
	}

	.inner.sub.hassaku.n02 .inner_box {
		margin-top: -15rem;
	}

	.hassaku.n02 ul.culture_list {
		padding-bottom: 8rem;
	}

	.hassaku.n02 ul.culture_list li {
		padding-bottom: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.hassaku.n02 ul.culture_list li h3 {
		min-height: 100px;
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
		padding-left: 7.5rem;
		background-size: 100px auto;
	}

	.inner.sub.hassaku.n02::before {
		width: 656px;
		bottom: 48.5rem;
	}

	.download_box {
		padding: 1.5rem;
	}

	.download_box h4 {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.act_box,
	.act_box.no-detail {
		margin-bottom: 2rem;
	}

	.act_box{
		padding: 2rem;
	}

	.act_box.last-cont{
		margin-bottom: 6rem;
	}

	.act_box.no-detail {
		padding: 1.5rem 2rem;
	}

	.sub_top_content.join h1.entry-title .img_box {
		max-width: 84px;
		padding: 1rem 1.5rem;
	}

	.inner.sub.active .inner_box {
		padding: 4rem 2rem 6rem;
	}

	.inner.sub.active .inner_box h2{
		font-size: 1.5rem;
		width: 100%;
		margin-bottom: 2rem;
	}

	.act_box .col2 {
		flex-direction: column-reverse;
	}

	.act_box .col2 .l_box {
		width: 100%;
	}

	.act_box .col2 .r_box {
		max-width: 510px;
		margin: auto;
		margin-bottom: 2.5rem;
	}

	.inner.sub.join .inner_box .act_box dl {
		flex-direction: column;
	}


	.inner.sub.join .inner_box .act_box dl.dt120 dt,
	.inner.sub.join .inner_box .act_box dl.dt160 dt,
	.inner.sub.join .inner_box .act_box dl.dt280 dt{
		width: 100%;
		margin-bottom: 0.25rem;
	}

	.inner.sub.join .inner_box .act_box dl.dt120 dd,
	.inner.sub.join .inner_box .act_box dl.dt160 dd,
	.inner.sub.join .inner_box .act_box dl.dt280 dd{
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 1.5rem;
	}

	.inner.sub.join .inner_box .act_box dl dd:last-child{
		margin-bottom: 0;
	}
	.inner.sub .inner_box .first-tx .tx {
		width: 100%;
		margin: 0 auto;
		position: relative;
		order: 2;
	}
	.inner.sub .inner_box .first-tx .photo {
		position: relative;
		order: 1;
		width: 100%;
		max-width: 190px;
		margin: 0 auto .75rem auto;
	}
	.inner.sub .inner_box button.read01 {
		bottom: 0;
	}
	
}

@media screen and ( max-width:768px ){	
	#header .logo_area,
	#header.sub .logo_area,
	#header.single .logo_area{
		max-width: 350px;
        margin-right: 5rem;
	}

	#header, 
	#header.top,
	#header.single {
		padding: 0.5rem 1rem;
		min-height: 80px;
	}

	#header::before {
		top: 80px;
	}

	#header .nav {
		margin-top: 80px;
	}

	#header .hum{
		width: 80px;
		height: 80px;
	}

	#header .hum span{
		width: 3rem;
	}

	#header .hum span:nth-child(1){
		top: 18px;
	}

	#header .hum span:nth-child(2){
		top: 38px;
	}
	#header .hum span:nth-child(3){
		top: 58px;
	}

	#header .hum.active span:nth-child(1),	
	#header .hum.active span:nth-child(2),
	#header .hum.active span:nth-child(3){
		top: 38px;
	}

	#container .top_area {
		min-height: 480px;
		height: 70vh;
	}

	#container .top_area::before {
		height: 170px;
	}

	#container .top_cont {
		padding-top: 4rem;
	}

	#container .top_cont h2{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	#container .top_cont h2 small{
		font-size: 1.25rem;
	}

	#container .top_cont .cloud {
		top: -10rem;
	}

	h3.news {
		max-width: 180px;
	}
	
	.news_list ul li a span.days{
		max-width: 120px;
		font-size: 1.25rem;
	}
	
	.news_list ul li a span.title_area{
		width: calc(100% - 140px);
	}

	h3.about {
		max-width: 280px;
	}

	h3.activate {
		max-width: 203px;
	}

	h3.hassaku {
		max-width: 240px;
	}

	h3.hassaku small {
		font-size: 1.25rem;
	}

	h3.report img {
		max-width: 203px;
	}

	ul.rss_list li {
		width: 100%;
	}

	ul.rss_list li a {
		position: relative;
	}

	ul.rss_list li a .tx_area{
		position: absolute;
		width: 100%;
		padding: 1rem;
		background: #ffffffcd;
		bottom: 0;
	}

	ul.rss_list li a .date {
		min-height: 2rem;
		margin-bottom: 0.5rem;
	}

	.contact_area .tx_box h4 {
		font-size: 1.75rem;
	}

	.feed_area .cont_box .more {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-right: 0;
		float: none;
		justify-items: center;
		margin-top: 2rem;
	}

	.contact_area .tx_box {
		left: 0;
		right: 0;
	}

	#footer .column2 .comp_box h2 {
		font-size: 1.5rem;
	}

	#footer .column2 .comp_box p,
	#footer .column2 .comp_box p.tels,
	#footer .column2 .comp_box p.mail{
		font-size: 1.125rem;
	}

	.copyright {
		font-size: 0.75rem;
	}

	.sub_top_content,
	.single_top_content {
		min-height: 480px;
	}

	.sub_top_content .page_image {
		position: relative;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.sub_top_content .page_image img {
		min-height: 360px;
	}

	.sub_top_content::before,
	.single_top_content::before {
		display:none;
		height: 150px;
	}


	.inner.sub.about.n01{
		padding-top: 4rem;
	}

	.about.n04 br{
		display: none;
	}

	.about.n04 ul.culture_list > li{
		font-size: 1rem;
	}

	.about.n04 h3 br,
	.about.n04 ul.culture_list > li:nth-child(3) br:last-child{
		display: inline;
	}

	.inner.sub.hassaku.n01{
		padding-top: 2rem;
	}

	.hassaku.n02 ul.culture_list li h3 {
		padding-left: 0;
		padding-top: 7.5rem;
		background-position: top center;
	}

	.hassaku.n02 ul.culture_list li h3 br{
		display: none;
	}

	.inner.sub .inner_box .download_box .bg_w p{
		font-size: 1rem;
	}

	.download_box > .bg_w.heig5 {
		min-height: 4rem;
	}

	.inner.sub .inner_box .download_box .bg_w p.mail {
		font-size: 1rem;
	}

	.inner.sub .inner_box .download_box .bg_w p.mail::before {
		width: 33px;
		height: 21px;
		left: -3rem;
	}

	.inner.sub.active.n01,
	.inner.sub.join.n01{
		padding-top: 2rem;
	}

	.inner.sub.active .inner_box{
		padding-left: 0;
		padding-right: 0;
	}

	.inner.sub.join .inner_box h2 {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.act_box h3,.act_box.bg-w h2 {
		font-size: 1.125rem;
		word-break: auto-phrase;
	}

	.inner.sub.join .inner_box .act_box h3 {
		margin-bottom: 1.5rem;
	}

	.qr_box {
		max-width: 140px;
	}

	h1.page-title {
		min-height: 120px;
		top: 6.25rem;
	}

	.inner.news.detail {
		padding: 2rem;
		margin-bottom: 10rem;
	}

	.entry-content.single {
		margin-bottom: 6.25rem;
	}

	h2.single-title {
		font-size: 1.75rem;
		margin-bottom: 2.5rem;
	}
	.sub_top_content {
		margin-top: 80px;
		background: transparent;
		min-height: initial;
	}
	.sub_top_content .page_image img {
		min-height: initial;
		object-fit: initial;
	}
	.sub_top_content h1.entry-title {
		bottom: -2rem;
		right: 1.5rem;
	}
	.single_top_content {
		margin-top: 80px;
	}
	.inner.sub.active.n01, .inner.sub.join.n01 {
		padding-top: 5rem;
	}
	.inner.sub.hassaku.n01 {
		padding-top: 10rem;	
	}
	.sub_top_content.enchu-hassaku h1.entry-title {
		max-width: 110px;
		right: .75rem;
		bottom: -7rem;
	}
	.sub_top_content.enchu-hassaku h1.entry-title small {
		font-size: 1rem;
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	.sub_top_content h1.entry-title small {
		text-shadow: 0px 0px 3px rgb(255, 255, 255),0px 0px 3px rgb(255, 255, 255),0px 0px 3px rgb(255, 255, 255);
	}
	.sub_top_content.enchu-hassaku h1.entry-title .img_box {
		padding: 0 .5rem 0 0;
	}
	ul.news_list li a span.title_area {
		width: 100%;
		margin: 0 auto 1rem auto;
		font-weight: 700;
	}
	.sub_top_content.free {
		padding-bottom: 0;
	}
	.sub_top_content.free h1.entry-title {
		padding: 2.5rem 1rem;
		font-size: 1.5rem;
	}
	.about-bottom h4 {
		font-size: 1.125rem;
		word-break: auto-phrase;
	}
}
@media screen and ( max-width:640px ) {
	br.sp_640{
		display: inline;
	}

	.inner.sub {
		padding: 6rem 1.25rem;
	}

	.inner.sub .inner_box p {
		line-height: 180%;
		margin-bottom: 3rem;
	}

	.about.n01{
		padding-top: 0;
	}

	.about.n02 .inner_box {
		padding-top: 4rem;
		margin-top: -8rem;
	}

	.inner.sub .inner_box h2,
	.about.n03 h3 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.about.n03 h3 small {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.about.n03 p {
		font-size: 1.125rem;
		line-height: 180%;
	}

	.about.n04 h3 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.about.n04 {
		padding: 0 0 6rem;
	}

	.about.n04 ul.culture_list > li{
		text-align: left;
	}

	.inner.sub.hassaku.n02::before {
		width: 410px;
		bottom: 45rem;
		right: -8rem;
	}

	.hassaku.n02 ul.culture_list {
		padding-bottom: 6rem;
	}

	.hassaku.n02 ul.culture_list li h3 {
		word-break: auto-phrase;
		letter-spacing: .5px;
	}

	.download_box .dl_btn {
		max-width: 240px;
	}

	.inner.sub.join .inner_box .act_box .dl_btn{
		max-width: 360px;
		margin: auto;
	}
	.inner.sub .inner_box h2, .about.n03 h3 {
		margin-bottom: 2rem;
	}
	.single_top_content {
		min-height: initial;
		padding: 3rem 1rem;
		background: #000;
	}
	.inner.news {
		margin-top: 3rem;
	}
	.single_top_content h1.page-title {
		min-height: initial;
		position: static;
		font-size: 2.25rem;
	}
	.inner.news.detail {
		padding: 1rem;
		width: 100%;
	}
	h2.single-title {
		padding-left: 1rem;
	}
	.inner.sub.join .inner_box .act_box dl dd .price-sec,.about-bottom .act_box dl dd .price-sec {
		margin: 0 auto;
		width: 100%;
	}
    .inner.sub.about.n02 .inner_box button {
        z-index: 3;
    }
    .inner.sub.about.n02 .inner_box::before {
        z-index: 3;
    }
    .inner.sub.about.n02 .inner_box p {
        position: relative;
        z-index: 2;
    }
}
@media screen and ( max-width:420px ) {
	.sub_top_content h1.entry-title {
		bottom: initial;
		top: 6rem;
	}
}