@charset "utf-8";

body	{
	margin: 0;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	background: url(../images/bg2023.jpg) no-repeat top center;
	background-size: cover;
	background-color: #fff;
	background-attachment: fixed;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
img{
    vertical-align: bottom;
}
/* navi------------------------------------------------------ */
 
/* header */
#top-head {
	position: absolute;
    top: 0px;
    width: 100%;
	height: 70px;
    margin: 0px auto 0;
    padding: 24px 0 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    width: 1000px;
    margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.logo_header {
	width: 180px;
	height: 46px;
}
#global-nav {
	margin: 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#global-nav ul {
    list-style: none;
    bottom: 0;
    font-size: 16px;
}
#global-nav ul li {
	float: left;
	padding: 0 20px;
}
#global-nav ul li:last-child {
	padding: 0 0 0 20px;
}
#global-nav ul li a:hover {
	color: #aaa;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 10px 0 10px;
	height: 66px;
    background: #000;
    background: rgba(0,0,0,.6);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	color: #f50074;
	box-sizing: border-box;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #f50074;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 0;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 0 0;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

/* mv-------------------------------------------------------- */
#header {
	width: 100%;
	margin: 0;
	padding: 100px 0 60px;
	height: auto;
}
#header h1 {
	background: url("../images/logo_anosuba2025tky.png") no-repeat top center;
	width: 952px;
	height: 276px;
	margin: 0 auto 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.header_place {
	width: 890px;
	margin: 0 auto;
}
.day_area {
	width: 1000px;
	margin: 0 auto;
}
.day_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.day_area ul li{
	width: 480px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
.txt_day_header {
	width: 800px;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */

/* info------------------------------------------------------ */
#info {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#info .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_info_area {
	margin: 0;
	padding: 10px 0;
}
.ttl_info {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 28px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}

.info_area {
	width: 100%;
	height: 200px;
	background: #7e6801;
	border: 1px solid #eade8c;
	box-sizing: border-box;
	overflow: auto;
	overflow-x: hidden;
}
.info_area ul {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #665e24;
}
.info_area ul:last-child {
	border-bottom: none;
}
.info_area ul li:first-child {
	width: 140px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #eade8c;
	box-sizing: border-box;
}
.info_area ul li:last-child {
	width: 860px;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.info_area ul li:last-child a{
	width: 420px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
}
.info_header {
	width: 302px;
	margin: 0 auto;
	padding: 0;
}
.info_footer {
	width: 302px;
	margin: 0 auto 30px;
	padding: 0;
}
.info_area02 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 30px;
	background: #0f6542;
	border: 1px solid #710b25;
	box-sizing: border-box;
}
.ttl_info_area02 {
	margin: 0 0 20px;
	padding: 10px 0;
}
.ttl_info02 {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 28px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.txt_info02 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	box-sizing: border-box;
}
.txt_info02 a{
	color: #ffcc00;
}
.txt_info02 a:hover{
	color: #ffcc00;
}
.txt_info02 span{
	font-weight: 900;
	text-decoration: underline;
	color: #F0FF00
}
.txt_info02 p{
	font-weight: 900;
}
.txt_info03 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	text-align: right;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast {
	width: 100%;
	margin: 0;
	padding: 80px 0 40px;
	box-sizing: border-box;
}
#cast .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.img_cast {
	margin: 0 0 0px;
	width: 100%;
}
#cast02 {
	width: 100%;
	margin: 0;
	padding: 80px 0 40px;
	box-sizing: border-box;
}
#cast02 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.img_cast02 {
	margin: 0 0 0px;
	width: 100%;
}
.txt_kyousan {
	margin: 0 0 40px;
	line-height: 1.8;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #896639;
	text-align: center;
}
.txt_kyousan a{
	line-height: 1.8;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #115433;
	text-align: center;
	text-decoration: underline;
}
.bnr_tanabe {
	width: 230px;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */

/* art------------------------------------------------------- */
#art {
	width: 100%;
	margin: 0;
	padding: 80px 0 80px;
	box-sizing: border-box;
}
#art .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_art_area {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eade8c;
}
.ttl_art {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.art_area {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 0 0 20px;
}
.art_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.art_area ul li {
	width: 240px;
	margin: 0 13px 20px 0;
	padding: 0;
	box-sizing: border-box;
}
.art_area ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.art_area ul li a:hover{
	opacity: 0.5;
}
.art_img img{
	width: 100%;
	margin: 0 0 10px;
}
.art_name {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.person_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ttl_person {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_person {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* overview-------------------------------------------------- */
#overview {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px;
	box-sizing: border-box;
}
#overview .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#overview02 {
	width: 100%;
	margin: 0;
	padding: 40px 0 80px;
	box-sizing: border-box;
}
#overview02 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.ttl_ov_area {
	margin: 0 0 30px;
}
.ttl_ov {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.ov_area {
	width: 100%;
	margin: 0 auto;
	padding: 4px;
	background: #7e6801;
	border: 4px solid #8b823e;
	box-sizing: border-box;
}
.ov_area_inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8b823e;
	box-sizing: border-box;
}
.ov_area ul {
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #8b823e;
	box-sizing: border-box;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 24%;
	padding: 0 0 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #eade8c;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 74%;
	padding: 0 2% 0 0;
	line-height: 2.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li:last-child span{
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li a{
	color: #7acfe7;
}
.pre_area {
	width: 100%;
	margin: 0 auto 100px;
	padding: 4px;
	background: #7e6801;
	border: 4px solid #8b823e;
	box-sizing: border-box;
}
.pre_area_inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8b823e;
	box-sizing: border-box;
}
.pre_area ul {
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #8b823e;
	box-sizing: border-box;
}
.pre_area ul:last-child {
	border-bottom: none;
}
.pre_area ul li:first-child{
	width: 24%;
	padding: 0 0 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #eade8c;
	box-sizing: border-box;
}
.pre_area ul li:last-child{
	width: 74%;
	padding: 0 2% 0 0;
	line-height: 2.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.pre_area ul li a{
	color: #7acfe7;
}
.ttl_pre_area {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px dotted #8b823e;
	box-sizing: border-box;
}
.ttl_pre {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.0;
	font-size: 28px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.ttl_pre_sub {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.ttl_band {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.txt_band {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #000;
}
/* ---------------------------------------------------------- */

/* backstage-------------------------------------------------- */
#backstage {
	width: 100%;
	margin: 0 0 40px;
	padding: 40px 0 40px;
	box-sizing: border-box;
}
#backstage .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_bs_area {
	margin: 0 0 30px;
}
.ttl_bs {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.bs_area {
	width: 100%;
	margin: 0 auto 40px;
	padding: 4px;
	background: #0f6542;
	border: 4px solid #8b823e;
	box-sizing: border-box;
}
.pre_bs_inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8b823e;
	box-sizing: border-box;
}
.ttl_bs_sub {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.txt_bs {
	width: 100%;
	padding: 30px 40px;
	line-height: 2.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
.txt_bs a{
	color: #7acfe7;
}
.txt_bs span{
	font-size: 14px;
}
/* ---------------------------------------------------------- */

/* access---------------------------------------------------- */
#access {
	width: 100%;
	margin: 0;
	padding: 0px 0 0x;
	box-sizing: border-box;
}
#access .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_access_area {
	margin: 0 0 30px;
	padding: 0;
}
.ttl_access {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 36px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.map {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 20px 0;
	border-top: 1px solid #896639;
	border-bottom: 1px solid #896639;
}
.map_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ttl_map {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 30px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.txt_map {
	margin: 0 0 60px;
	padding: 0;
	line-height: 1.8;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #896639;
	text-align: center;
}
/* ---------------------------------------------------------- */

/* mov_area-------------------------------------------------- */
#mov_area {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px;
	box-sizing: border-box;
}
#vt_area {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px;
	box-sizing: border-box;
}
#mov_area .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#vt_area .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.youtube {
  position: relative;
  width: 100%;
	margin: 40px 0 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.txt_mov {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 0 0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #896639;
	line-height: 1.8em;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* att-------------------------------------------------- */
#att {
	width: 100%;
	margin: 0;
	padding: 40px 0 100px;
	box-sizing: border-box;
}
#att .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.att_area {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 30px 30px;
	background: #0f6542;
	border: 1px solid #710b25;
	box-sizing: border-box;
}
.ttl_att_area {
	margin: 0 0 20px;
	padding: 10px 0;
}
.ttl_att {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 20px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_att01 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	box-sizing: border-box;
}
.txt_att01 a{
	color: #ffcc00;
}
.txt_att01 a:hover{
	color: #ffcc00;
}
.txt_att01 span{
	font-weight: 900;
	text-decoration: underline;
	color: #F0FF00
}
.txt_att01 p{
	font-weight: 900;
}
.txt_att02 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	text-align: right;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */



/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	background: #7e6801;
}
.ttl_footer {
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 2.0em;
	text-align: center;
	box-sizing: border-box;
}
.txt_footer {
	width: 100%;
	padding: 0 0 40px 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
	text-align: center;
	box-sizing: border-box;
}
.bnr_footerarea {
	width: 1000px;
	margin: 0 auto 20px;
}
.bnr_footerarea ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content:flex-start;
}
.bnr_footerarea ul li {
	width: 300px;
	margin: 0 50px 40px 0;
}
.bnr_footerarea ul li:nth-child(3n) {
	width: 300px;
	margin: 0 0 40px 0;
}
.copy {
	font-size: 14px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #96760a;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.info_att {
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.0;
	text-align: center;
	background: rgba(255,255,255,0.60);
	box-sizing: border-box;
}
.info_att p{
	margin: 0 0 16px;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	color: #000;
}
.info_att p span{
	color: #ff0000;
}