@charset "UTF-8";
/* CSS Document */


/* ==================== base =====================*/

:root {
	--green: #009740;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #231815;
	-webkit-text-size-adjust: 100%;
	background-color: #fff3c3;
}

a {
	transition: .3s;
}

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover,
a:focus {
	color: var(--green);
	text-decoration: none;
	}
a:active {
	color: var(--green);
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*ページトップへ（矢印）*/
#ptop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


/*スマホでは非表示*/
.sp_displaynone {
    display: none;
}


/*==================== header ====================*/

.h_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f08300;
}

.h_nav h1 {
	padding: 12px 20px;
}

.h_nav h1 img {
	width: 220px;
	height: auto;
}

.h_main img {
	width: 100%;
	height: auto;
}

.header_con_t {
	background-color: #8e5c11;
	padding: 15px 15px;
}

/* ハンバーガーメニュー */
#globalnavi_t {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 100;
	width: 100%;
	max-width: 250px;
	transition: .3s;
}

ul.globalnavibtn_t {
	background-color: #f08300;
	padding: 0;
	height: 100vh;
	text-align: center;
	padding-top: 30%;
}

ul.globalnavibtn_t li {
	display: block;
	font-weight: bold;
	white-space: nowrap;
}

ul.globalnavibtn_t li a {
	display: block;
	padding: 1.5rem;
	color: #fff;
	text-decoration: none;
}

.globalnavi_tr {
	display: none;
}

#globalnavi_btn {
	display: block;
	width: 25px;
	height: 20px;
	z-index: 100;
	background-image: url("../images/menubtn_open.png");
	background-size: 25px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s;
}

#globalnavi_block {
	display: none;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

#globalnavi_input:checked ~ #globalnavi_btn {
	background-image: url("../images/menubtn_close.png");
	background-size: 25px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

#globalnavi_input:checked ~ #globalnavi_block {
	display: block;
}

#globalnavi_input:checked ~ #globalnavi_t {
	left: 0;
}

.globalnavi_jizen {
	margin-bottom: 15px;
}

#globalnavi_input {
	display: none;
}

/*=== ハンバーガーメニューここまで ===*/


/*==================== main ====================*/

.t_info {
	width: 100%;
	margin-top: -40vw;
	background-color: #FFFBF5;
	background-image: url(../images/backgroud_02.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 927px 632px;
	padding-top: 45vw;
	padding-bottom: 30px;
}

.t_info_con {
	width: 90%;
	margin: 0 auto;
	border-top: solid 1px #8e5c11;
	padding-top: 20px;
}

.t_info_date {
	padding-bottom: 15px;
	border-bottom: solid 1px #E8824B;
	margin-bottom: 10px;
}

.t_info_day {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.t_info_day img {
	width: 100%;
	height: auto;
}

.t_info_time {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

.t_info_time img {
	width: 100%;
	height: auto;
}

.t_place {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.t_place img {
	width: 100%;
	height: auto;
}

.t_subject {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.t_subject img {
	width: 100%;
	height: auto;
}

/*t_about*/

.t_about {
	width: 100%;
	background-image: url(../images/backgroud.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 850px auto;
	padding: 30px 0 25px 0;
}

.t_about_con {
	width: 90%;
	margin: 0 auto;
}


.t_about_l h2 {
	padding-bottom: 16px;
	margin-bottom: 14px;
	border-bottom: solid 1px #8D5D58;
}

.t_about_l h2 img {
	width: 200px;
	height: auto;
}

.t_about_r {
	text-align: center;
	margin-top: 10px;
}

.t_about_r img {
	width: 150px;
	height: auto;
}

/*t_program*/

.t_program {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
	background-image: url(../images/backgroud_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.t_program_con {
	width: 90%;
	margin: 0 auto;
}

.t_program_or {
	margin-bottom: 50px;
}

.t_program_or h2 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	background-color: #f08300;
	border-radius: 100px;
	line-height: 1.5;
}

.t_program_gr h2 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	background-color: #61bccc;
	border-radius: 100px;
	line-height: 1.5;
}



.t_program_br {
	text-align: center;
	margin-top: 8px;
}

.t_program_br span {
	background-color: #8e5c11;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 8px 25px;
	text-align: center;
}

.t_program_ev {
	margin-top: -10px;
	text-align: center;
}

.t_program_ev img {
	width: 100%;
	max-width: 490px;
	height: auto;
}

.t_program_oh {
	text-align: center;
	margin-top: 15px;
}

.t_program_oh img {
	width: 100%;
	max-width: 490px;
	height: auto;
}

/*t_profile*/

.t_profile {
	width: 100%;
	padding-bottom: 50px;
}

.t_profile_con {
	width: 90%;
	margin: 0 auto;
}

.t_profile_g {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 15px;
}

.t_profile_l {
	background-color: #f9d57d;
	padding: 15px 20px;
	border-radius: 20px 20px 0 0;
}

.t_profile_r {
	padding: 15px 20px;
}

.t_profile_l h3 {
	margin-bottom: 10px;
}

.t_profile_a,
.t_profile_b,
.t_profile_r_a,
.t_profile_r_b {
	font-size: 1.3rem;
}

.t_profile_r_aa {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.t_profile_img {
	margin-bottom: 10px;
}

.t_profile_img img {
	width: 100%;
	max-width: 315px;
	height: auto;
}

.t_profile_a {
	margin-bottom: 10px;
}

.t_profile_a span {
	font-weight: bold;
}

.t_profile_b span {
	font-weight: bold;
}

.t_profile_r h4 span {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background-color: #8e5c11;
	border-radius: 50px;
	padding: 3px 10px;
}

.t_profile_r_a_border {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #8e5c11;
}

.t_profile_r_aa span {
	font-weight: bold;
	color: #f08300;
}

.t_profile_link {
	background-color: #fff3c3;
	font-size: 1.2rem;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 15px;
	word-break: break-all;
}

.t_profile_link a {
	color: #f08300;
	text-decoration: underline;
}

.t_profile_yamaguchi {
	background-color: #e1e79a;
	border-radius: 20px;
	padding: 15px 20px;
}

.t_profile_yamaguchi h3 {
	text-align: center;
	font-weight: bold;
	color: #8e5c11;
	margin-bottom: 10px;
}

.t_profile_y_link {
	text-align: center;
	margin-bottom: 10px;
}

.t_profile_y_link img {
	width: 100%;
	max-width: 320px;
	height: auto;
}

/* .t_profile_yama {
	display: flex;
	justify-content: space-between;
}

.t_profile_yama_link {
	width: 49%;
	background-color: #fff;
	font-size: 75%;
	padding: 10px 18px;
	border-radius: 10px;
	border: solid 1px #E8824B;
}

.t_profile_yama_link a {
	color: #E8824B;
	text-decoration: underline;
} */

/*t_contact*/

.t_contact {
	background-color: #facb6b;
	padding: 50px 0;
}

.t_contact_con {
	width: 90%;
	margin: 0 auto;
}

.t_contact_ti {
	text-align: center;
}

.t_contact_ti img {
	width: 250px;
	height: auto;
}

.t_contact_wh {
	margin-top: -18px;
	background-color: #fff;
	border-radius: 20px;
	padding: 35px 15px 15px 15px;
}

.t_contact_p {
	font-weight: bold;
	margin-bottom: 10px;
}

.t_contact_p span {
	color: #f08300;
}

.t_contact_date {
	background-color: #eee7db;
	padding: 15px;
	margin-bottom: 20px;
}

.t_contact_date_l {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.t_contact_deadline img {
	width: 120px;
	height: auto;
}

.cons {
	background-color: #8e5c11;
	font-weight: bold;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 50px;
	padding: 5px 10px;
	margin-right: 10px;
}

.t_contact_date_info {
	font-weight: bold;
	color: #8e5c11;
	line-height: 1.4;
	margin-top: 5px;
}

.conn {
	font-size: 125%;
}

.t_contact_ora_ti {
	text-align: center;
}

.t_contact_ora_ti span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #f08300;
	border-radius: 50px;
	padding: 8px 15px;
}

.t_contact_gr_ti {
	text-align: center;
}

.t_contact_gr_ti span {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #61bccc;
	border-radius: 50px;
	padding: 8px 15px;
}
.t_contact_ora_g {
	margin-top: -16px;
	border-radius: 20px;
	border: solid 2px #f08300;
	margin-bottom: 20px;
}

.t_contact_ora_li {
	margin-bottom: 15px;
	padding: 28px 15px 0 15px;
}

.t_contact_li_a {
	background-color: #fcebe9;
	margin-bottom: 10px;
}

.t_contact_li_a h4 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #e88e8d;
	font-size: 1.5rem;
	padding: 2px 15px;
}

.t_contact_pink {
	padding: 10px 15px 15px 15px;
}

.t_contact_ora_p {
	margin-bottom: 10px;
}

.t_contact_ora_btn {
	text-align: center;
}

.t_contact_ora_btn img {
	width: 100%;
	max-width: 270px;
	height: auto;
}

.t_contact_ora_oh img {
	width: 80%;
	max-width: 226px;
	height: auto;
}

.t_contact_num {
	text-align: center;
	margin-top: 15px;
}

.t_contact_num img {
	width: 100%;
	max-width: 226px;
	height: auto;
}

.t_contact_ora_list {
	font-weight: bold;
	background-color: #fce6cc;
	border-radius: 0 0 20px 20px;
	padding: 15px 15px;
}

.t_contact_ora_list span {
	color: #f08300;
}

.t_contact_gr_g {
	margin-top: -18px;
	border-radius: 20px;
	border: solid 2px #61bccc;
}

.t_contact_gr_li {
	margin-bottom: 15px;
	padding: 28px 15px 0 15px;
}

.t_contact_gr_p {
	text-align: center;
	margin-bottom: 10px;
}

.t_contact_gr_btn {
	text-align: center;
	margin-bottom: 20px;
}

.t_contact_gr_btn img {
	width: 100%;
	max-width: 270px;
	height: auto;
}

.t_contact_gr_list {
	font-weight: bold;
	background-color: #dff2f5;
	border-radius: 0 0 20px 20px;
	padding: 15px;
}

.t_contact_gr_list span {
	color: #61bccc;
}

.t_contact_kome {
	margin-top: 12px;
	font-size: 1.3rem;
}

/*t_access*/

.t_access {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 45px;
}

.t_access_con {
	width: 90%;
	margin: 0 auto;
}

.t_access_con h3 {
	font-weight: bold;
	color: #fff;
	font-size: 2.0rem;
	background-color: #f08300;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.t_access_ti {
	font-weight: bold;
	font-size: 2.2rem;
	color: #f08300;
	margin-bottom: 5px;
}

.t_access_a {
	font-weight: bold;
	margin-bottom: 5px;
}

.t_access_b {
	padding-bottom: 15px;
	border-bottom: solid 1px #f08300;
	margin-bottom: 15px;

}

.t_access_map {
	margin-bottom: 20px;
}

.t_access_map img {
	width: 100%;
	height: auto;
}

.t_access_r iframe {
	width: 100%;
	height: 200px;
}

/*t_line*/

.t_line {
	width: 100%;
	padding-bottom: 50px;
}

.t_line_con {
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
	border: solid 1px #52B333;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.t_line_l h4 {
	font-weight: bold;
	color: #52B333;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

/*t_policy*/

.t_policy {
	text-align: center;
	padding: 5px 0;
}

/*footer*/

.f_top {
	width: 100%;
	background-color: #f08300;
	padding: 30px 0 30px 0;
}

.f_top_con {
	width: 90%;
	margin: 0 auto;
}

.f_top_con h4 {
	background-color: #fff;
	font-weight: bold;
	color: #E8824B;
	width: 180px;
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 8px;
}

.f_top_jim {
	font-weight: bold;
	color: #fff;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.5;
}

.f_top_oh {
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 8px;
}

.f_top_ad {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}

.f_top_te {
	font-size: 1.9rem;
	text-align: center;
	color: #fff;
	margin-bottom: 18px;
}

.f_top_te a {
	color: #fff;
}

.f_top_sp {
	font-size: 1.2rem;
	color: #fff;
}

.f_bottom {
	width: 100%;
}

.f_bottom p {
	text-align: center;
	font-size: 1.0rem;
	padding: 18px 0;
}

/*t_contactbtn*/

.t_contactbtn {
	width: 100%;
	padding-top: 40px;
}

.t_contactbtn_con {
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 30px 20px 35px 20px;
	background-color: #facb6b;
}

.t_contactbtn_p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.t_contactbtn_btn {
	text-align: center;
}

.t_contactbtn_btn img {
	width: 100%;
	max-width: 420px;
	height: auto;
}

/*sitepolicy*/

.sitepolicy {
	width: 100%;
}

.sitepolicy h2 {
	background-color: #fee7a9;
	padding: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #f08300;
	text-align: center;
	margin-bottom: 40px;
}

.sitepolicy_group {
	width: 90%;
	margin: 0 auto;
}

.sitepolicy_info {
	margin-bottom: 30px;
}

.sitepolicy_info h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 5px;
	color: #f08300;
}

.sitepolicy_info_ac {
	padding-top: 30px;
	border-top: solid 1px #f08300;
	padding-bottom: 55px;
}

.sitepolicy_info_ac h4 {
	font-weight: bold;
}

.sitepolicy_info_ac p {
	font-size: 1.2rem;
}

.t_profile_r_marbo {
	margin-top: 10px;
}

/*追加_241220*/

.t_oshirase {
	width: 100%;
	padding: 40px 0;
}

.t_oshirase_con {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.t_oshirase p {
	font-weight: bold;
	color: #e8824b;
	font-size: 1.6rem;
}

.t_oshirase a {
	text-decoration: underline;
}

.t_oshirase h4 {
	text-align: center;
	margin-bottom: 10px;
}

.t_oshirase h4 span {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	background-color: #e8824b;
	border-radius: 50px;
	padding: 8px 20px;
	color: #fff;
}

/*映画ボタン*/
.t_movie_linkbtn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.t_movie_linkbtn img {
	max-width: 320px;
	width: 100%;
	height: auto;
}