@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none;
}
.anchor {
	display:block;
	height:0;
	padding-top:110px;
	margin-top:-110px;
}
body {
	text-align:center;
    /*font-family: fot-tsukuardgothic-std, sans-serif;*/
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
	font-size:18px;
	line-height:32px;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
    color: #727171;
}
hr {
	margin-bottom:60px;
	margin-top:60px;
}
.sp_768 {
	display:none;
}
.grecaptcha-badge {
	display:none!important;
}
ul,li{
	list-style-type: none;
}
a {
    color: #727171;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.link-btnf {
	background: #ffec61;
    display: table;
    padding: 4px 30px;
    margin: 0 0 auto auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:none;
}
a.link-btnf:hover {
	background: #727171;
	color:#FFF;
}
a img
{
	background:none!important;
	border:0;
}
#wraper a:hover img,
#side_navi a:hover img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:hover img.none_alpha,
#wraper a:hover img.none_alpha{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background:none!important;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, img {
	image-rendering: -webkit-optimize-contrast;
}
header {
    background-color: #7ecef4;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    height: 150px;
    padding-left: 310px;
    padding-right:335px;
    z-index: 99;
}
header h1{
    width: 280px;
    top: 0;
    left: 20px;
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 90px;
}
nav.navigation {
    bottom: -80px;
    max-width: 795px;
    margin: auto;
    width: 100%;
    position: relative;
}
.en header h1 {
    width: 330px;
    top: 35px;
    left: 20px;
    position: absolute;
}
.pg_mv header,
.pg_mv header h1,
.pg_mv .head_btn,
.pg_mv nav.navigation,
.pg_mv nav.navigation ul li,
header,
header h1,
.head_btn,
nav.navigation,
nav.navigation ul li,
#side_navi ul li a,
#side_navi ul li:hover a{
	transition: 0.5s;
}

.pg_mv header {
	height: 100px;
	padding-left: 230px;
}
.pg_mv header h1 {
    width: 200px;
    top: 0;
    left: 20px;
    height: 64px;
}
.pg_mv .head_btn {
    top: 10px;
    right: 20px;
}
.pg_mv nav.navigation {
    bottom: -5px;
}
.pg_mv nav.navigation ul {
    max-width: 650px;
}
.pg_mv nav.navigation ul li {
    padding: 0 15px;
}
nav.navigation ul {
    display: flex;
    flex-direction: row;
    max-width: 795px;
    width: 100%;
    margin:auto;
}
nav.navigation ul li {
    width: 25%;
    padding: 0 10px;
}
nav.navigation ul li a:hover img{
	animation: katamuki 1s ease 0.1s 1 forwards;
}
.head_btn {
    top: 35px;
    right: 20px;
    position: absolute;
    width: 330px;
}
.head_btn ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.head_btn ul li {
    margin-bottom: 15px;
    padding-left:15px;
}
.head_btn ul li:last-of-type {

}
#side_navi {
    position: fixed;
    right: 10px;
    z-index: 98;
    padding: 0;
	max-width:250px;
    width: 100%;
	bottom:0px;
}
#side_navi ul{
  display: flex;
  flex-direction: row;
    width: 100%;
	align-items: end;
}

#side_navi ul li {
    width: 50%;
    line-height: 0;
	padding-left:5px;
	padding-right:5px;
}
#side_navi ul li:last-of-type::after {
    display: none;
}
#side_navi ul li a {
    display: block;
    padding: 30px 0;
    text-align: center;
	    background-color: #ffec61;
    border-radius: 99px 99px 0 0;
	-webkit-border-radius: 99px 99px 0 0;
	-moz-border-radius: 99px 99px 0 0;
	margin-bottom: -20px;
}

#side_navi ul li:hover a {
	margin-bottom: 0px;
}
#wraper {
    padding-top: 150px;
    position: relative;
    z-index: 1;
}
p {
    text-align: left;
}
.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}
.inner.mx_1500 {
	max-width:1500px;
	width:100%;
	margin:auto;
}
.inner.mx_1400 {
	max-width:1400px;
	width:100%;
	margin:auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.inner.mx_810 {
	max-width:810px;
	width:100%;
	margin:auto;
}
.inner.mx_1000 {
	max-width:1000px;
	width:100%;
	margin:auto;
}
#topimage {
    width: 100%;
}
#topimage img{
	vertical-align: bottom;
    min-height: 500px;
    object-fit: cover;
}
#topimage video{
	vertical-align: bottom;
    min-height: 290px;
    object-fit: cover;
}
#topimage.video_wrapper {
    position: relative;
}
#topimage.video_wrapper.js_active::before,
#topimage.video_wrapper.js_active::after{
	display:none!important;
}
#topimage.video_wrapper:not(.js_active)::before {
	display:block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
#topimage.video_wrapper:not(.js_active)::after {
	display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    background-image: url(https://en.kuroshio-kanko.net/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
#topimage.video_wrapper video {
	width:100%;
	position:relative;
	z-index:1;
}

#top_concept {
    background-image: url(https://en.kuroshio-kanko.net/images/top_bg_color.png?2022);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 110px;
	position: relative;
}
/*#top_concept::before {
	content:"";
	position:absolute;
	z-index:0;
	background-image: url(https://en.kuroshio-kanko.net/images/top_bg_illa001_6.png?202301191432);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 570px auto;
	display:block;
	width:570px;
	height:100%;
	top:0;
	right:0;
}*/
#top_concept p {
    color:#FFF;
	font-size:18px;
	line-height:32px;
    font-weight:700;
	margin-bottom:1em;
}
#top_concept .inner {
    max-width: 1150px;
    width: 100%;
    margin: auto;
    padding-bottom: 190px;
	background-image: url(https://en.kuroshio-kanko.net/images/top_bg_illa001_11.png?202302091517);
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: 600px auto;
    padding-right: 370px;
    padding-left: 15px;
}
#top_concept .inner h3 {
    color: #FFF;
    font-size: 40px;
    text-align: left;
    line-height: 120%;
    margin-bottom: 40px;
    font-weight: 700;
}
.bg_wave {
    background-image: url(https://en.kuroshio-kanko.net/images/top_bg_illa002_2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
	animation: bg 2.5s infinite linear;
    position: relative;
    z-index: 2;
    margin-top: -200px;
    padding-top: 220px;
    padding-bottom: 160px;
}
.bg_wave::before {
    content: "";
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(https://en.kuroshio-kanko.net/images/top_bg_illa002_3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    animation: bg2 3.5s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
}
.bg_wave::after {
    content: "";
    display: block;
    bottom:55px;
    width:195px;
    height: 160px;
	left: 16%;
    background-image: url(https://en.kuroshio-kanko.net/images/top_bg_illa003.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
	background-size:contain;
	animation: katamuki 5s ease 0.1s infinite forwards;
    z-index: -1;
}
.top_flex_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	max-width:1300px;
	margin:auto;
}
.top_flex_box .in_box {
	box-sizing:border-box;
	width:50%;
	padding:0 30px;
}
h3.title {
    text-align: center;
    margin-bottom: 30px;
}
.news_box ul {
	max-width:510px;
    width: 100%;
    margin:auto;
	background-color:#FFF;
}
.news_box ul li {
    position: relative;
    padding-left: 7em;
    margin-bottom: 15px;
	text-align: left;
	line-height:130%;
}
ul.topics_list li a div,
.news_box ul li a div{
	display:inline-block;
	font-size:0.95rem;
}
.news_box ul li .hiduke {
    font-weight: 700;
    position: absolute;
    top:0;
    left: 0;
}
.btn_syosai {
    padding-top: 10px;
    text-align: center;
}
.btn_yl {
    padding-top: 10px;
    padding-bottom: 30px;
	text-align:center;
}
.btn_yl a,
.type-post .entry-content .btn_yl a{
    display: inline-block;
    padding: 10px 50px;
    font-size: 19px;
    line-height: 30px;
    color: #727171;
    text-decoration: none;
    background-color: #ffed61;
    font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_yl a.pdf::before {
    content: "";
    margin-right: 8px;
    background-image: url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2022/12/icon_pdf.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: cover;
    vertical-align: sub;
	
}
.btn_yl a:hover,
.type-post .entry-content .btn_yl a:hover{
	background-color:#fff6c0;
}
.inner.event_box {
    max-width: 1080px;
    margin: auto;
    padding-left: 75px;
    padding-right: 75px;
}
.bg_aquablue {
    background-color: #c7e8fa;
}
ul.column_btn4 {
    display: flex;
    flex-direction: row;
  max-width: 785px;
  width: 100%;
  margin: auto auto 115px auto;
}
ul.column_btn4 li {
    padding: 0 15px;
    width: 25%;
}
ul.column_btn4 li a:hover {
    text-decoration: none;
}
ul.column_btn4 li img {
    margin-bottom: 23px;
}
ul.column_btn4 li strong {
    font-size: 26px;
    line-height: 110%;
    font-weight: 700;
    color: #727171;
    position: relative;
    display: table;
    margin:auto;
    padding-bottom: 10px;
}
ul.column_btn4 li a strong::after {
    position: absolute;
    content: "";
    width: 0;
    height:2px;
    background-color: #727171;
    bottom:0;
    left: 0;
	transition: 0.5s;
}
ul.column_btn4 li a:hover strong::after {
    width: 100%;
	transition: 0.5s;

}
.top_bottom_content {
	padding-top: 90px;

}
.top_ph_box {
	width: 100%;
	margin-bottom: 90px;
	position: relative;
}
/*.top_ph_box a {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}*/
.top_ph_box a img {
    position: relative;
    z-index: 3;
}
.top_ph_box .titleimg {
	margin: auto auto 30px auto;
    width: 230px;
    height: 117px;
}
table {
	max-width:1400px;
	width:98%;
	margin:auto;
	border-collapse: collapse;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
table.info_tb.event {
	max-width:900px;
}
table th,
table td {
	padding:10px 10px;
    color:#000;
	box-sizing:border-box;
	text-align:left;
	vertical-align:top;
}
table tr {
	border-bottom:1px dotted #7ecdf3;
}
table th {
	font-weight:700;
	width:150px;
}
table.info_tb.event th {
	width:150px;
}
table.info_tb.event th::before {
	content:"■";
	color:#7ecdf3;
	margin-right:0.5em;
}
table.info_tb th {
	width:220px;
}
.flex_box_info .table_box table.info_tb th {
	width:130px;
}
table.info_tb td a,
table.hyo td a {
    color:#036eaf;
    text-decoration: underline;
	word-break: break-all;
}
table.info_tb td a:hover {
    text-decoration: none;
}
table.hyo {
	border:1px solid #7ecdf3;
}
table.hyo th,
table.hyo td {
	width:auto;
	padding:15px 10px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color:#000;
	border:1px solid #7ecdf3;
	line-height:120%;
	vertical-align:middle;
	text-align:center;
}
table.hyo.menber th,
table.hyo.menber td {
	text-align:left;
}
table.hyo th {
	background:#ffe461;
}
#pagetop {
	text-align: right;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 99;
	box-shadow: 0 0 2px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.footer_top {
	background-color: #7ecef4;
    overflow: hidden;
    width: 100%;
    padding-top: 500px;
    background-image: url(https://en.kuroshio-kanko.net/images/footer_bg_illa01.png);
    background-position: center 110px;
    background-repeat: no-repeat;
    background-size: 1080px auto;
    margin: auto;
}
ul.column_bnr3 {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    width: 100%;
    margin:auto;
	flex-wrap: wrap;
}
ul.column_bnr3 li {
    width: 33.33%;
	margin-bottom:15px;
    padding-left: 15px;
    padding-right: 15px;
}

ul.column_ph2,
ul.column_ph3{
    display: flex;
    flex-direction: row;
    width: 100%;
	padding:60px 0;
    margin:auto;
}
ul.column_ph2 {
    flex-wrap: wrap;
}
ul.column_ph2 li{
    width: 50%;
    padding-left: 27px;
    padding-right: 27px;
	margin-bottom:50px;
}
ul.column_ph3 li{
    width: 33.33%;
    padding-left: 27px;
    padding-right: 27px;
}
.ggmap {
    border-radius:100% 100% 0 0;
	-webkit-border-radius:100% 100% 0 0;
	-moz-border-radius:100% 100% 0 0;
	position: relative;
	z-index:0;
	padding-top: 50px;
	height: 635px;
	overflow: hidden;
    width: 120%;
    margin: auto -10% 0px -10%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: -120px;
	right: 0;
	width: 120%;
	height:1095px;
    z-index: -1;
}
.ggmap .address_box {
    position: absolute;
    z-index: 3;
    width: 380px;
    height: 290px;
    right: 10%;
    bottom: 5%;
    top: auto;
    margin: auto;
    text-align: left;
    color: #FFF;
    line-height: 140%;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.ggmap .address_box img {
    display: block;
    margin-left: 0;
    margin-top:15px;
    margin-bottom:15px;
}
.ggmap .address_box strong {
    font-size: 20px;
    display: block;
    margin-bottom:15px;
}
.ggmap_sub {
	position: relative;
	padding-top: 50px;
	height: 635px;
	overflow: hidden;
    width: 100%;
    margin: auto auto 60px auto;
}
.ggmap_sub iframe,
.ggmap_sub object,
.ggmap_sub embed {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 755px;
    z-index: 2;
}
.ggmap_event {
	position: relative;
	padding-bottom: 500px;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	width:100%;
	max-width:1240px;
	margin:50px auto 0px auto;
}
.ggmap_event iframe,
.ggmap_event object,
.ggmap_event embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer_bottom {
	background-color:#f8f4e6;
    padding: 70px 0 0 0;
    font-weight: bold;
}
ul.footer_nav,
ul.footer_btn {
    display: flex;
    flex-direction: row;
    width: 100%;
	padding-left:50px;
	padding-right:50px;
    margin:auto 0 auto auto;
    justify-content: flex-end;
	flex-wrap: wrap;
    max-width: 990px;
}
ul.footer_nav {
    margin-bottom: 30px;
}
ul.footer_btn {
    margin-bottom: 70px;
}
ul.footer_nav.main_list,
ul.footer_nav.small_list {
    max-width:none;
    margin-bottom: 15px;
	font-size: 16px;
}
ul.footer_nav.main_list li a{
	display:block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
	text-align:center;
	background:#FFF;
	border-radius: 99px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	text-decoration: none;
}
ul.footer_nav.main_list li a:hover {
background-color: rgba(255,255,255,0.7);
}

ul.footer_nav.small_list li {
	font-size:15px;
}
ul.footer_nav.small_list li a {
	text-decoration:underline;
}
ul.footer_nav li {
    padding-left: 19px;
    padding-right: 19px;
}
ul.footer_nav.main_list li {
    padding-left: 5px;
    padding-right: 5px;
}
ul.footer_btn li {
    padding-left: 10px;
    padding-right: 10px;
}
#copyright {
    color: #FFF;
	background:#583822;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
}
#copyright a {
    color: #FFF;
}
h2.entry-title,
.entry-title-img{
	position:relative;
	height:500px;
	margin-bottom:55px;
	overflow: hidden;
}
.entry-title-img {
	margin-bottom:145px;
}
h2.entry-title span {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 1em;
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
	letter-spacing:0.15em;
}
h2.entry-title img,
.entry-title-img img{
    object-fit: cover;
    width: 100%;
    height: 500px;
    z-index: 0;
}
.type-info h2.entry-title,
.type-info h2.entry-title img,
h2.entry-title.sub,
h2.entry-title.sub img{
    height: 300px;
}
.type-info h2.entry-title span {
	color:#FFFFFF;
	text-shadow:0 0 6px black;
}
h2.entry-title::after,
.entry-title-img::after{
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2022/11/title_before.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100%;
    display: block;
    z-index: 1;
    bottom:-1px;
    left: 0;
    padding-top: 6%;
}
h2.entry-txt,
h3.program-title{
    text-align: center;
    line-height: 120%;
    font-size: 40px;
	margin-bottom:10px;
    font-weight: 900;
    letter-spacing: 0.15em;
}
h3.program-title {
	margin-bottom:100px;
    font-size: 45px;
    letter-spacing: 0;
    font-weight: 700;
}
h3.program-title small,
h3.program-title div{
	display:block;
    font-size: 30px;
}
ul.cloumn3,
ul.cloumn2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	max-width:1500px;
	width:100%;
	margin:auto;
}
ul.cloumn2 {
	max-width:1000px;
	margin-bottom:90px;
}
ul.cloumn3_bnr{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	max-width:1050px;
	width:100%;
	margin:auto;
}
ul.cloumn2 li{
	width:50%;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	margin-bottom:0px;
}
ul.cloumn3 li{
	width:33.33%;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	margin-bottom:90px;
}
ul.cloumn3_bnr li{
	width:33.33%;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	margin-bottom:20px;
}
ul.cloumn3 li img,
ul.cloumn3 li span.link_txt {
	display:block;
}
ul.cloumn3 li a:hover {
	text-decoration:none;
}
ul.cloumn3 li a span.link_txt {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	min-height:46px;
	color:#727171;
	text-align:left;
	padding-right:90px;
	position:relative;
	background-image:url(https://en.kuroshio-kanko.net/images/language/btn_kuwashiku_en.png);
	background-size:86px 44px;
	background-repeat:no-repeat;
	background-position:right 8px;
	padding-top:18px;
}
html[lang="en"] ul.cloumn3 li a span.link_txt {
	background-image:url(https://en.kuroshio-kanko.net/images/language/btn_kuwashiku_en.png);
}
html[lang="zh-hans"] ul.cloumn3 li a span.link_txt{
	background-image:url(https://en.kuroshio-kanko.net/images/language/btn_kuwashiku_cn.png);
}
html[lang="zh-hant"] ul.cloumn3 li a span.link_txt{
	background-image:url(https://en.kuroshio-kanko.net/images/language/btn_kuwashiku_tw.png);
}
html[lang="ko"] ul.cloumn3 li a span.link_txt{
	background-image:url(https://en.kuroshio-kanko.net/images/language/btn_kuwashiku_ko.png);
}

ul.cloumn3 li a span.link_txt small,
ul.cloumn3 li a span.link_txt div{
	display:none;
}
.flex_box_info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:start;
	margin-bottom:100px;
}
.flex_box_event{
	display: flex;
	flex-direction: row;
	align-items:start;
	margin-bottom:90px;
	max-width: 1240px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	justify-content:center;
	position:relative;
}
.en .flex_box_info {
	margin-bottom:50px;
}
.flex_box_info.rev {
	flex-direction: row-reverse;
} 
.flex_box_info .ph_box,
.flex_box_info .txt_box,
.flex_box_info .table_box,
.flex_box_info .map_box{
	width:50%;
	padding:0 50px 50px 50px;
}
.flex_box_info .topics_box{
	width:50%;
	padding:0 25px 50px 25px;
}
.flex_box_info .topics_box h3 {
	font-size:30px;
	line-height:120%;
	text-align:center;
	padding:20px 0;
	position:relative;
	font-weight:700;
	margin-bottom:20px;
}
.flex_box_info .topics_box h3::after {
	content:"";
	position:absolute;
	width:150px;
	height:3px;
	background:#7EC5EB;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.flex_box_event .in_box {
	width:50%;
	padding:0 50px 30px 50px;
}
.flex_box_event .in_box .movie {
	margin-bottom:0;
}
.flex_box_event .in_box:nth-of-type(odd) {
	padding-left:0;
}
.flex_box_event .in_box:nth-of-type(even) {
	padding-right:0;
}
.flex_box_info .txt_box {
	text-align:left;
}
.flex_box_info .txt_box p {
	margin-bottom:1em;
}
.tag_list {
	display: inline-block;
    background: #FFE461;
    font-size: 17px;
    line-height: 100%;
    padding: 8px 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 10px;
}
.txt_box h3 {
	font-size:30px;
	line-height:120%;
	text-align:left;
	padding:20px 0;
	position:relative;
	font-weight:700;
	margin-bottom:20px;
}
.txt_box h3::after {
	content:"";
	position:absolute;
	width:150px;
	height:3px;
	background:#7EC5EB;
	left:0;
	bottom:0;
}
.flex_box_info p{
	color:#000;
	font-size:20px;
	line-height:35px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.gallery_box_info{
    max-width: 1422px;
    width: 100%;
    margin: auto auto 120px auto;
}
.in_map {
	position: relative;
	padding-bottom: 500px;
	height: 0;
	overflow: hidden;
	width:100%;
	margin:auto auto 0px auto;
}
.in_map iframe,
.in_map object,
.in_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.oldevent-box {
	padding:80px 0;
}
.freearea-box h4 {
	font-weight:900;
	font-size:30px;
	line-height:130%;
	margin-bottom:80px;
}
.type-info .freearea-box:has(iframe){
}
.movie_if:has(iframe){
	max-width:650px;
	margin:auto;
}

.movie_if .ggmap_sub:has(iframe),
.movie_if:has(.ggmap_sub){
	max-width:none;
}
/*.freearea-box:has(iframe){
	position:relative;
	width:100%;
	padding-top:57%;
	margin-bottom:60px;
}*/
.freearea-box:has(.ggmap_sub){
	padding-top:0;
}
.freearea-box iframe{
/*	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%!important;*/
	width: 100%;
max-width:650px;
    object-fit: contain;
	aspect-ratio: 16 / 9;
	height: 100%!important;
}
.table_scroll{
	overflow: auto;
    white-space: nowrap;
	margin:auto auto 40px auto;
}
.ichiran_btn {
	text-align:center;
	margin-bottom:160px;
}


ul.topics_list {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}
ul.topics_list li {
	width: 100%;
	text-align: left;
	font-weight:bold;
	border-bottom:1px dashed #727272;
}
ul.topics_list li a {
	display:block;
	width:100%;
	padding-top: 15px;
	padding-bottom:15px;
	position:relative;
}
ul.topics_list li a:hover {
	background-color:#FFFCE3;
}
ul.topics_list li a span.hiduke {
	position: absolute;
	top:15px;
	left: 10px;
}
ul.topics_list li br {
	display:none;
}
ul.topics_list li a {
	text-decoration: none;
	padding-left: 120px;
	position: relative;
}
ul.event_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.event_list li {
	width:25%;
	padding:0 20px 40px 20px;
	text-align:center;
}
ul.event_list li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
ul.event_list li a:hover {
	text-decoration:none;
}
ul.event_list li .hiduke {
	display:block;
	text-align:right;
}

/* ページネーション */
.m-pagenation {
	padding-top:50px;
}
ol.m-pagenation__body {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
	text-align:center;
margin-bottom:50px;
}
ol.m-pagenation__body li{
	border: 1px solid #ffec61;
    width: 28px;
    text-align: center;
    margin: 0 3px;
	box-sizing:border-box;
	line-height:150%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	font-weight:bold;
}
ol.m-pagenation__body li.-current{
   color:#727272;
   background:#ffec61;
    padding: 2px;
}
ol.m-pagenation__body li a {
    padding: 2px;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    background: none;
    letter-spacing: 0;
    text-align: center;
    line-height: inherit;
}
ol.m-pagenation__body li a:hover{
   color:#727272;
   background:#ffec61;
	text-decoration:none;
}
.btn_cl ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content:center;
	padding-top:50px;
}
.btn_cl ul li {
	width:50%;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:30px;
	text-align:center;
}
.btn_cl ul li:first-of-type {
	width:100%;
}
/* アクセス */
.tabs {
  max-width: 1300px;
  margin: 0 auto;
	width:100%;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  max-width: 1155px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}
#tab-button li a {
  display: block;
  padding: 20px 0 15px 0;
  background: #eee;
  text-align: center;
  color: #727171;
  text-decoration: none;
		border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #ffec61;
}
.tab-contents {
  padding: 30px 20px 50px 20px;
  border-top: 5px solid #ffec61;
}
.tab-contents {
  margin-top: 0px;
}
.map_img {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 70px auto;
}
.tab-contents p {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 1em auto;
	padding-left:1em;
	text-indent:-1em;
}
.tab-contents p a {
	text-decoration:underline;
}

p.indent_txt {
  margin: 0 auto 0 auto;
	padding-left:1em;
	text-indent:-1em;
}
input[type="text"].width30 {
	width:60px;
	margin-bottom:5px;
}
input[type="text"].width40 {
	width:80px;
	margin-bottom:5px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
	font-size:16px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
select{
	padding:5px;
	box-sizing:border-box;
	border:1px solid #CCC;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:16px;
	
}
input[type="submit"],
input[type="reset"],
input[type="button"]{
	cursor:pointer;
	padding:5px 10px;
	font-size:16px;
	margin:10px;
	text-align:center;
	font-weight:600;
	-webkit-appearance: none;
	font-family: 'Zen Maru Gothic', sans-serif;
}

input[type="submit"]{
	padding: 10px 60px;
    -webkit-appearance: none;
    background: #f45334;
    color: #FFF;
    border: 0;
}
input[type="button"]{
	padding: 10px 60px;
    -webkit-appearance: none;
	background-color: #333333;
    color: #FFF;
    border: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input.backbtn:hover{
    background: #CCC;
}
input.backbtn {
    padding: 10px 60px;
    -webkit-appearance: none;
    background-color: #333333;
    color: #FFF;
    border: 0;
}
.wpcf7 .ajax-loader {
	display:block!important;
}
.wpcf7-form-control.wpcf7-acceptance {
	padding:40px 0 20px 0!important;
	display:block!important;
}
.wpcf7-spinner {
	display:none;
}
label {
	width:100%;
}
.send_btn {
	padding-top:50px;
}
.send_btn p {
	text-align:center;
}
.movie_wrap_ev {
	max-width:560px;
	width:100%;
	margin:auto;
}
.movie{
	position:relative;
	width:100%;
	padding-top:57%;
	margin-bottom:60px;
}
.movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%!important;
}
.movie iframe img {
 max-width:100%;
 height:auto;
}
.type-post h3.program-title {
    font-size: 40px;
}
.type-post h4,
h3.linebottom{
    padding-top: 60px;
    margin-bottom: 1em;
    border-bottom: 2px solid #7ecef4;
    padding-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 700;
}
h3.linebottom {
	text-align:left;
    font-size: 26px;
}
.type-post .entry-content a {
	text-decoration:underline;
}
.type-post h5 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
    color: #7ecef4;
}
h4.linebottom {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 15px;
	padding-bottom:15px;
	padding-top:2.5em;
    font-weight: 700;
    text-align: left;
	border-bottom:dotted 1px #7ecef4;
}
.type-post p {
	margin-bottom:1em;
}
.type-post table {
	margin-bottom:60px;
	margin-top: 60px;
}
ul.eventlist_box {
	padding:60px 0;
	text-align:left;
}
ul.eventlist_box li {
	font-weight:bold;
	text-align:left;
	padding-left:1.5em;
	text-indent:-1.5em;
}
ul.eventlist_box li::before {
content:"■";
	color:#7ecef4;
	margin-left:0.5em;
}
ul.eventlist_box2 {
	padding:15px 0 60px 0;
	text-align:left;
}
ul.eventlist_box2 li {
	font-weight:bold;
	text-align:left;
	padding-left:1.5em;
	text-indent:-1.5em;
}
ul.eventlist_box2 li::before {
content:"■";
	color:#7ecef4;
	margin-left:0.5em;
}
.type-post #toc_container {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}
.type-post #toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
    text-align: left;
}
.gallery .gallery-caption{
    font-size: 20px!important;
    font-weight: bold!important;
}
.title_flex {
	padding-left:270px;
	position:relative;
	width:100%;
	margin-bottom:50px;
	min-height:200px;
}
.title_flex h3 {
	color:#727171;
	font-size:40px;
	line-height:110%;
	font-weight:bold;
	text-align:left;
	margin-bottom:30px;
}
.title_flex::before {
	content:"";
	width:200px;
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:20px;
}
.title_flex.activity::before {
	background-image:url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2023/02/sub_en_icon_001_2.png);
}
.title_flex.kanko::before {
	background-image:url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2023/01/sub_en_icon_002.png);
}
.title_flex.eat::before {
	background-image:url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2023/02/sub_en_icon_003_2.png);
}
.title_flex.stay::before {
	background-image:url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2023/02/sub_en_icon_004_2.png);
}
.title_flex p {
	padding-right:20px;
}
.form_serch_f {
	max-width:200px;
	width:100%;
}
.form_serch_f #searchform div {
  display: flex;
  flex-direction: row;
}
.form_serch_f #searchform div input[type="text"] {
	width:calc(100% - 60px);
}
.form_serch_f #searchform div input[type="submit"] {
	width: 60px;
	padding: 3px 5px;
	font-size: 14px;
	margin: 0;
    background:#583822;
}
.inner.mx_810.search_kekka {
	margin-bottom: 40px;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align:left;
	border-bottom:1px dashed #CCC;
}
.inner.mx_810.search_kekka h3.entry-title.s {
	font-weight:bold;
}
.inner.mx_810.search_kekka br {
	display:none;
}
.tagli {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.5em;
    background: #7ecef4;
    padding: 3px 5px 5px 5px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
    font-size: 0.9em;
}

.category_main_slide {
width:100%;
margin:auto auto 55px auto;
position: relative;
height: 500px;
margin-bottom: 55px;
overflow: hidden;
}

.category_main_slide::after{
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(https://en.kuroshio-kanko.net/wp/wp-content/uploads/2022/11/title_before.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100%;
    display: block;
    z-index: 10;
    bottom:-1px;
    left: 0;
    padding-top: 6%;
}

.category_main_slide .image .sp_slide {
	display:none;
}
.category_main_slide .image {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 500px;
  bottom: 0;
}
.category_main_slide .image img {
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function:ease;
  display: block;
  height: 500px;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}
.category_main_slide .image img.s1 {
	animation-delay: 0s;
  opacity: 1;
}
.category_main_slide .image img.s2 {
	animation-delay: 5s;
}
.category_main_slide .image img.s3 {
	animation-delay: 10s;
}
.category_main_slide .image img.s4 {
	animation-delay: 15s;
}
.category_main_slide .image img.s5 {
	animation-delay: 20s;
}
.category_main_slide .image img.s6 {
	animation-delay: 25s;
}
.top_main h2 {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	height:310px;
	margin:auto;
	z-index:1;
}
ul.sub_menu {
	display: flex;
    max-width: 1280px;
    margin: auto;
    padding-top: 2rem;
    justify-content: center;
	flex-wrap: wrap;
}
ul.sub_menu li{
	padding-left: 5px;
    padding-right: 5px;
	margin-bottom:10px;
}
ul.sub_menu li a {
    display: block;
	padding:8px 25px;
    width: 100%;
    text-align: center;
    background: #7ecef4;
	color:#FFF;
	font-weight:bold;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    text-decoration: none;
	min-width: 150px;
}
ul.sub_menu li a.active {
	background-color:#727171;
	color:#FFF;
}
.movie_in {
	max-width: 640px;
	padding-top:80px;
	margin: auto;
}
select#clts-lang-selecter {
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    padding: 0 1rem;
}

.sp_ne {
    text-align: center;
    padding:50px 0 180px 0;
}
html[lang="ja"] .sp_ne {
	display:none;	
}
html[lang="en"] .page-id-668 h2.entry-txt,
html[lang="en"] .sp_en,
html[lang="ja"] .sp_en_none,
html[lang="zh-hans"] .sp_en_none,
html[lang="zh-hant"] .sp_en_none,
html[lang="ko"] .sp_en_none{
	display:none;
}
html[lang="en"] .page-id-668 .entry-content h2.entry-txt,
html[lang="en"] .sp_en_none,
html[lang="ja"] .sp_en,
html[lang="zh-hans"] .sp_en,
html[lang="zh-hant"] .sp_en,
html[lang="ko"] .sp_en{
	display:block;
}
html[lang="en"] .page-id-668 .entry-title-img {
margin-bottom: 65px;
}
@media screen and (max-width: 1280px) {
ul.footer_nav li {
    padding-left: 10px;
    padding-right: 10px;
}
ul.sub_menu {
    justify-content: flex-start;
}
ul.sub_menu li {
    width: calc(100% / 4 );
}
}
@media screen and (max-width: 1080px) {
#wraper {
        padding-top: 80px;
}
header,
.pg_mv header{
    height: 80px;
}
header h1 {
    width: 200px;
    left: 20px;
    height: 64px;
}
nav.navigation,
.head_btn,
#side_navi {
    display: none;
}
.en .head_btn {
    display: block;
    top: 8px;
    right: 20px;
}
.en header {
    padding-left: 230px;
    padding-right: 0;
    height: 100px;
}
.en header h1 {
    top: 0;
    width: 290px;
    bottom: 0;
    margin: auto;
    height: 70px;
}
#top_concept {
    background-size: auto;
}
.stellarnav.mobile ul ul.head_btn_sp {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content:center;
    padding-right: 0;
}
.stellarnav.mobile ul ul.head_btn_sp.btn li:nth-of-type(1) img {
	width:158px;
}
.stellarnav.mobile ul ul.head_btn_sp.btn li:nth-of-type(2) img {
	width:89px;
}
.stellarnav.mobile ul ul.head_btn_sp.btn li:nth-of-type(3) img {
	width:89px;
}
.stellarnav.mobile ul ul.head_btn_sp li {
    margin-bottom: 15px;
}
.stellarnav.mobile ul ul.head_btn_sp li{
    padding-left:8px;
    padding-right:8px;

}
#top_concept .inner,
.inner {
    padding-left: 15px;
    padding-right: 15px;

}
#top_concept .inner {
    padding-bottom: 570px;
}
.footer_top {
    padding-top: 35%;
    background-position: center 6%;
    background-size: 98% auto;
}
.flex_box_info{
		
}
.flex_box_info .ph_box,
.flex_box_info .txt_box,
.flex_box_info .table_box,
.flex_box_info .map_box{
	width:100%;
    padding-left: 0px;
    padding-right: 0px;
}
ul.cloumn3 li{
	width:50%;
}
ul.event_list li {
    width: 50%;
}

ul.footer_nav,
ul.footer_btn {
	flex-wrap: wrap;
    max-width: 590px;
    margin: auto auto 50px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
ul.footer_btn li {
	margin-bottom:15px;
	padding-left: 10px;
    padding-right: 10px;
}
ul.footer_btn li select#clts-lang-selecter{
width: 150px;
height: 45px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: 1px solid #999;
}
.flex_box_info .topics_box {
    width: 100%;
    padding: 0 0 80px 0;
}
ul.footer_nav.small_list li {
    font-size: 15px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
ul.footer_nav.icon_list {
	 max-width: 200px;
}

ul.sub_menu li {
    width: calc(100% / 3 );
}
}
@media screen and (max-width: 980px) {
    .ggmap {
        height: 835px;
        width: 150%;
        margin: auto -25% 0px -25%;
    }
    .ggmap iframe, .ggmap object, .ggmap embed {
        height: 575px;
    }
    .ggmap .address_box {
        height: 290px;
        right: 0;
        left: 0;
        bottom: 50px;
        top: auto;
        text-align: center;
    }
    .ggmap .address_box img {
        margin: 15px auto;
}
.type-post h4 {
    font-size: 26px;
	text-align:left;
}
.ggmap_sub {
    padding-top: 65%;
    height: 0;
}
.ggmap_sub iframe, .ggmap_sub object, .ggmap_sub embed {
    height: 100%;
}

ul.footer_nav li {
	width:33.33%;
	margin-bottom:20px;
}
}
@media screen and (max-width: 890px) {

    #top_concept .inner br {
        display: none;
    }
    ul.column_bnr3 li {
        padding-left: 7px;
        padding-right: 7px;
    }
    .footer_top{
        padding-top: 35%;
    }


h3.program-title {
    font-size: 35px;
	margin-bottom: 50px;
}
.title_flex {
    padding-left: 0;
    padding-top: 220px;
}
.title_flex::before {
    left: 0;
    right: 0;
    margin: auto;
}
.title_flex p {
    padding-right: 11px;
    padding-left: 11px;
}
#pagetop {
    bottom: 20px;
}
.bg_wave::after {
	width: 170px;
	height: 140px;
	background-color: #FFF;
}
.flex_box_event{
	 flex-wrap: wrap;
}
.flex_box_event .in_box {
	width:100%;
	
}
.flex_box_event .in_box:nth-of-type(odd) {
padding-bottom:80px;
}
.flex_box_event .in_box:nth-of-type(odd),
.flex_box_event .in_box:nth-of-type(even){
	padding-left:0;
	padding-right:0;
}
.category_main_slide .image img.sp_slide {
	display: inherit;
}
.category_main_slide .image img.pc_slide {
	display:none;
}
}

@media screen and (max-width: 768px) {
.pc_768 {
	display:none;
}
.sp_768 {
	display:inherit;
}
.br_768::before {
	content: "\A" ;
	white-space: pre ;
}
.category_main_slide {
height: 350px;
}
ul.cloumn3 li{
	width:100%;
	padding-left: 0px;
    padding-right: 0px;
}
	ul.cloumn2 li {
		width:100%;
	}
ul.footer_nav, ul.footer_btn {
    max-width: 360px;
}

ul.sub_menu li {
    width: calc(100% / 2 );
}
}

@media screen and (max-width: 740px) {
	.pc_740 {
		display:none;
	}
	.sp_740 {
		display:block;
	}
ul.column_bnr3{
    flex-wrap: wrap;
}
ul.column_bnr3 li{
    width: 50%;
    padding-bottom: 10px;
}
.top_ph_box {
    margin-bottom: 70px;
}

ul.column_btn4 {
    flex-wrap: wrap;
	justify-content:center;
}
ul.column_btn4 li {
    padding: 0 15px;
    width: 33.33%;
    padding-bottom: 15px;
}

.ggmap {
	width: 220%;
	margin: auto -60% 0px -60%;
}
}

@media screen and (max-width: 640px) {
.top_ph_box .titleimg {
	 width: 160px;
    height: 81px;
}
table.info_tb th {
    width: 110px;
}
#top_concept .inner h3 {
    font-size: 31px;
}
.top_flex_box .in_box {
    width: 100%;
}
.top_flex_box .in_box:first-of-type {
    margin-bottom:80px;
}
table.res,
table.res tbody,
table.res tr {
	width:100%;
	display: flex;
	flex-direction: column;
	margin: auto;
}
table.res tr {
    border-bottom: none;
}
table.res th,
table.res td {
	width:100%!important;
	border: 0;
}
table.res th {
	background-color: #EEE;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
  padding: 8px;
}
table.res td {
	padding-bottom: 20px;
}
table.res th .tx_red {
  top: 12px;
}
ul.cloumn3_bnr li{
	width:50%;
}
.tabs {
    padding: 0 0px;
}
.tab-contents {
    padding: 15px 10px 50px 10px;
}
#tab-button {
    display: flex;
    flex-wrap: wrap;
}
#tab-button li {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
	margin-bottom:10px;
}

ul.topics_list {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
}
div#toc_container {
    width: 96%!important;
}

#top_concept .inner {
    padding-bottom: 320px;
    background-position: right bottom;
    background-size: 350px auto;
}
.bg_wave {
    margin-top: -160px;
}
.footer_top {
    background-position: center 3%;
}
.bg_wave::before {
    background-position: center top;
    left: 0;
}
}
@media screen and (max-width: 540px) {
.en header h1 {
    width: 240px;
    height: 60px;
}
.news_box ul li {
    padding-left: 1em;
    padding-top: 1.5em;
}
h2.entry-title span {
    font-size: 36px;
    letter-spacing: 0.05em;
}
.freearea-box h4 {
    font-size: 25px;
    margin-bottom: 50px;
}
.type-post h4 {
    font-size: 23px;
}
.ggmap_sub {
    padding-top: 100%;
}
.ggmap {
    border-radius: 50% 50% 0 0;
    -webkit-border-radius: 50% 50% 0 0;
    -moz-border-radius: 50% 50% 0 0;
}
ul.footer_nav.main_list li a {
    padding: 5px;
    font-size: 15px;
}
ul.footer_nav.main_list,
ul.footer_nav.small_list,
ul.footer_nav.icon_list {
    margin-bottom: 25px;
}
ul.sub_menu li a {
    padding: 8px 15px;
    min-width: auto;
    font-size: 0.8em;
}
}
@media screen and (max-width: 480px) {
.bg_wave::after {
    left: 11%;
    bottom: 50px;
}
h2.entry-title img,
.entry-title-img img,
h2.entry-title,
.entry-title-img,
.category_main_slide,
.category_main_slide .image,
.category_main_slide .image img{
    height: 350px;
}
.type-info h2.entry-title,
.type-info h2.entry-title img,
h2.entry-title.sub,
h2.entry-title.sub img {
    height: 200px;
}
h2.entry-txt,
h3.program-title,
.type-post h3.program-title{
	font-size: 30px;
}
.inner.event_box {
    padding-left: 45px;
    padding-right: 45px;
}
.slick-prev {
    left: -31px!important;
}
.slick-next {
    right: -31px!important;
}
ul.footer_nav,
ul.footer_btn {
	padding-left:10px;
	padding-right:10px;
}
ul.footer_nav li {
    padding-left: 9px;
    padding-right: 9px;
    width: 33.33%;
}
ul.column_btn4 li strong {
    font-size: 25px;
}

ul.event_list li {
    width: 100%;
	padding: 0 0 40px 0;
}
.in_map {
    padding-bottom: 450px;
}
.gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
}

/* animation */


@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/* 	animation: fadeIn 1.0s ease 0.1s 1 forwards; */
@keyframes fadeIn{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 	animation: fadeleftAnime 1.0s ease 0.1s 1 forwards; */
@keyframes fadeleftAnime{
  from {
    opacity: 0;
	transform: translate(100px,-50px) rotateZ(15deg);
  }
  to {
    opacity: 1;
	transform: translate(0,0),rotateZ(0);
  }
}

/* 	animation: katamuki 1.0s ease 0.1s 1 forwards; */
@keyframes katamuki{
from {
transform: translate(0,0) rotateZ(0deg);
}
50% {
transform: translate(0,0) rotateZ(15deg);
} 
70% {
transform: translate(0,0) rotateZ(0deg);
} 
90% {
transform: translate(0,0) rotateZ(15deg);
}
to {
transform: translate(0,0) rotateZ(0deg);
}  
}


/* 	animation: bg 1.5s ease 0.1s 0 forwards; */
@keyframes bg {
0% {
background-position: 0 0;
}
25% {
background-position: 10px 10px;
}
50% {
background-position: 0 0;
}
75% {
background-position: -10px 10px;
}
100% {
background-position: 0 0;
anchor-point
}
}



/* 	animation: bg2 1.5s ease 0.1s 0 forwards; */
@keyframes bg2 {
0% {
background-position: 0 0;
}
25% {
background-position: -20px -20px;
}
50% {
background-position: 0 0;
}
75% {
background-position: 20px -20px;
}
100% {
background-position: 0 0;
anchor-point
}
}