/*
Theme Name: Ohkan bowl
Description: Ohkan bowl Template
Author: Planning Office One
Version: 1.0
*/
@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,li,table,dt,dt a,figcaption {font-size:15px;font-size:1.5rem;font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
a {text-decoration: none;color: inherit;line-height:inherit;font-size:inherit;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(150,150,150,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #333;}
p{line-height: 1.8;color: #333;text-align: justify;text-justify: inter-ideograph;-moz-font-feature-settings: "palt";-webkit-font-feature-settings: "palt";font-feature-settings: "palt";}
li,dd{list-style:none;margin: 0;padding: 0;color: #333;}
.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
span.ib{display: inline-block;}
.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.attention a{
	text-decoration: underline;
	color: var(--main-color);
}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.fbox{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.fbox-column{-webkit-flex-direction: column;flex-direction:column;}
.fbox-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.fbox-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.fbox-center{-webkit-justify-content: center;justify-content:center;}
.fali-center{-webkit-align-items: center;align-items:center;}
.fali-end{-webkit-align-items: flex-end;align-items:flex-end;}
.fali-start{-webkit-align-items: flex-start;align-items:flex-start;}
.fali-base{-webkit-align-items: baseline;align-items:baseline;}
:root {
	--main-color: rgba(0,79,153,1);
	--sub-color: rgba(255,228,0,1);
	--srf-font: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.red{color: red;}
.blue{color:var(--main-color);}
.yellow{color:var(--sub-color);}
.mi{width: 100%;height: auto;}
.st{font-size:75%;}
.rw4{font-family: 'Raleway', sans-serif;font-weight: 400;letter-spacing: .05em;}.rw7{font-family: 'Raleway', sans-serif;font-weight: 700;letter-spacing: .05em;}
.js4{font-family: 'Josefin Slab', serif;font-weight: 400;}.js7{font-family: 'Josefin Slab', serif;font-weight: 700;}
.po3{font-family: 'Poppins', sans-serif;font-weight: 300;}.po4{font-family: 'Poppins', sans-serif;font-weight: 400;}.po5{font-family: 'Poppins', sans-serif;font-weight: 500;}
.sticky{position: sticky;top: 0;z-index: 50;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
.srf{font-family:var(--srf-font)}
.pt0{padding-top: 0!important;}
.mt0{margin-top: 0!important;}
.mt15{margin-top: 15px!important;}
body{font-size:10px;font-size:1.0rem;width:100%;line-height:1.8;font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;background-color: #fff;}
/*---------------------------------------------------------common-----------------------------------------------*/
section.common-section{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 70px 10px;
}
section.wide-section{
	width: 100%;
	padding: 70px 0;
}
section.gray-section{
	background-color: #f5f5f5;
}
section.child-first-section{
	margin-top: 110px;
}
div.section-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0px 10px;
}
div.common-title{
	margin-bottom: 40px;
}
div.common-title h2{
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 1.2;
}
div.common-title h5{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
div.right-title h2{
	text-align: right;
}
div.right-title h5{
	text-align: right;
}
.left-space{
	margin-left: calc((100% - 1200px) / 2);
}
.right-space{
	margin-right: calc((100% - 1200px) / 2);
}
div.common-link{
	margin-top: 60px;
	text-align: right;
}
div.common-link a{
	font-size: 30px;
	font-size: 3.0rem;
	text-decoration: underline;
}
div.top-banner-area figure{
	width: 31%;
	transition-duration: .4s;
}
div.top-banner-area figure:hover{
	opacity: .8;
}
ul.dot-list{
	padding-left: 1em;
}
ul.dot-list li{
	list-style-type: disc;
	list-style-position: outside;
}
ul.dot-list li a{
	text-decoration: underline;
	color: var(--main-color);
}
.right-text{
	text-align: right;
}
/*---------------------------------------------------------child-common-----------------------------------------*/
ul.bread-list li:not(:last-child):after{
	content: "　>　";
}
div.child-head-title{
	margin-top: 40px;
	width: 100%;
}
div.child-head-title-texts{
	width: 33.33333%;
}
div.child-head-title figure{
	width: 65%;
	overflow: hidden;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}
div.child-head-title-texts h3{
	font-size: 66px;
	font-size: 6.6rem;
	line-height: 1.1;
	color: var(--main-color);
	font-weight: 900;
}
div.child-head-title-texts h2{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
	color: var(--main-color);
	margin-top: 10px;
	font-weight: bold;
}
section.anchor-section{
	border-bottom: 1px solid #dfdfdf;
	padding-top: 15px;
	padding-block: 15px;
}
ul.anchor-list{
	gap: 15px;
}
ul.anchor-list li{
	padding: 0 20px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 4px;
	font-size: 18px;
	font-size: 1.8rem;
}
div.child-contents-title{
	width: 300px;
}
div.child-contents-title h4{
	line-height: 1.2;
	font-size: 20px;
	font-size: 2.0rem;
	color: var(--main-color);
}
div.child-contents-title h3{
	line-height: 1.2;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 6px;
}
div.child-contents{
	width: calc(100% - 350px);
}
div.child-contents-lead{
	margin-bottom: 25px;
}
dl.child-contents-list{
	border-radius: 4px;
	overflow: hidden;
}
dl.child-contents-list dt{
	background-color: var(--main-color);
	color: #fff;
	width: 6em;
	padding: 10px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
dl.child-contents-list dt a{
	font-size: inherit;
	text-decoration: underline;
}
dl.child-contents-list dt:nth-of-type(even){
	background-color: rgba(0,79,153,.8);
}
dl.child-contents-list dd{
	width: calc(100% - 6em);
	padding: 10px 15px;
	background-color: #eee;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
dl.child-contents-list dd:nth-of-type(even){
	background-color: #e0e0e0;
}
dl.child-contents-list dt:not(:last-of-type){
	border-bottom: 1px solid #dfdfdf;
}
dl.child-contents-list dd:not(:last-of-type){
	border-bottom: 1px solid #dfdfdf;
}
div.child-contents-subtitle{
	margin-bottom: 20px;
}
div.child-contents-subtitle figure{
	width: 34px;
}
div.child-contents-subtitle h4{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 6px;
}
dl.child-contents-list.left-big-list dt{
	width: 15em;
}
dl.child-contents-list.left-big-list dd{
	width: calc(100% - 15em);
}
div.child-contents article:not(:last-child){
	margin-bottom: 45px;
}
p.child-contents-list-attention{
	margin-top: 4px;
}
p.child-contents-list-attention a{
	text-decoration: underline;
	color: var(--main-color);
}
/*---------------------------------------------------------header-----------------------------------------------*/
header{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
	z-index: 60;
	backdrop-filter: blur(10px);
}
header h1{
	width: 400px;
	padding: 10px;
}
div.header-right{
	padding-right: 140px;
	width: calc(100% - 400px);
}
div.header-right p{
	text-align: right;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.2;
	font-weight: bold;
}
div.header-right nav ul li{
	font-size: 19px;
	font-size: 1.9rem;
	padding-left: 30px;
	font-weight: bold;
}
aside.humberger-wrapper{
	width: 108.35px;
	height: 108.35px;
	background-color: var(--main-color);
	cursor: pointer;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
}
aside.humberger-wrapper:before{
	content: "";
	background-color: #fff;
	height: 2px;
	width: 44px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 32px;
	transition-duration: .4s;
}
aside.humberger-wrapper:after{
	content: "";
	background-color: #fff;
	height: 2px;
	width: 44px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 32px;
	transition-duration: .4s;
}
aside.humberger-wrapper div:before{
	content: "";
	background-color: #fff;
	height: 2px;
	width: 44px;
	position: absolute;
	inset: 0;
	margin: auto;
	transition-duration: .4s;
}
/*---------------------------------------------------------footer-----------------------------------------------*/
footer{
	padding: 40px 20px 30px;
	background-color: var(--main-color);
}
footer > figure{
	width: 388px;
	margin: 0 auto 50px;
	max-width: 90%;
}
ul.footer-link-list{
	gap: 35px;
	margin-bottom: 65px;
}
ul.footer-link-list li{
	color: #fff;
	font-weight: bold;
}
p.copyrights{
	text-align: center;
	color: #fff;
}
section.to-the-top{
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	background-color: var(--main-color);
	opacity: 0;
	transition-duration: .4s;
	padding: 0 15px;
}
section.to-the-top p a{
	color: #fff;
}
section.sp-phone{
	position: fixed;
	z-index: 40;
	background-color: var(--main-color);
	bottom: 0;
	left: 10px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: none;
}
section.sp-phone a{
	display: block;
	line-height: 1.0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 10px 20px;
}
/*---------------------------------------------------------top--------------------------------------------------*/
#video-area{
	position: absolute;
	z-index: -1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
	width: 100%;
}
#video {
	position: absolute;
	z-index: -1;
	bottom: 0%;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}
#video-area figure{
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: -10%;
	right: -10%;
	width: 120%;
	margin: 0 auto;
	text-align: center;
}
div.video-texts{
	position: absolute;
	right: 20px;
	bottom: 120px;
	z-index: 12;
}
div.video-texts h4{
	text-align: right;
	color: #fff;
	font-size: 120px;
	font-size: 12rem;
	line-height: 1.2;
}
div.video-texts h5{
	text-align: right;
	font-size: 50px;
	font-size: 5.0rem;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
}
div.video-wrapper{
	position: relative;
	height: 100vh;
}
div.top-news-inner{
	margin-bottom: 20px;
}
div.top-news-title > a{
	font-size: 30px;
	font-size: 3.0rem;
	text-decoration: underline;
	width: 200px;
}
div.top-news-title div.common-title{
	width: 200px;
}
div.swiper-scrollbar-wrapper{
	width: calc(100% - 200px - 200px);
	position: relative;
}
section.top-bowl-section div.right-space figure{
	width: 50%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
section.top-bowl-section div.right-space div.top-bowl-contents{
	width: 45%;
}
div.top-alley-lead p{
	font-size: 20px;
	font-size: 2.0rem;
}
div.top-alley-explain{
	margin-top: 40px;
}
div.top-explain-unit{
	width: 48%;
}
div.top-explain-title{
	margin-bottom: 15px;
}
div.top-explain-title h3{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
}
div.top-explain-title h5{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
dl.top-explain-list{
	margin-bottom: 30px;
}
dl.top-explain-list dt{
	font-size: 18px;
	font-size: 1.8rem;
	width: 5em;
	position: relative;
	margin-bottom: 4px;
}
dl.top-explain-list dt:after{
	content: "：";
	position: absolute;
	right: 0;
}
dl.top-explain-list dd{
	font-size: 18px;
	font-size: 1.8rem;
	width: calc(100% - 5.5em);
	padding: 4px 10px;
	border-radius: 4px;
	background-color: var(--main-color);
	color: #fff;
	font-weight: bold;
	margin-bottom: 4px;
}
a.top-explain-link{
	font-size: 22px;
	font-size: 2.2rem;
	text-decoration: underline;
}
div.gmap-area{
	overflow: hidden;
	width: 100%;
	height: 400px;
	border-radius: 12px;
	margin-top: 40px;
}
div.gmap-area iframe{
	width: 100%;
	height: 100%;
}
ul.top-cirlce-links{
	gap: 35px;
	margin-top: 65px;
}
ul.top-cirlce-links li{
	width: 25%;
	max-width: 340px;
}
ul.top-cirlce-links li figure{
	border-radius: 50%;
	overflow: hidden;
}
ul.top-cirlce-links li p{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
ul.top-cirlce-links li p a{
	text-decoration: underline;
}
/*---------------------------------------------------------access------------------------------------------*/
div.access-explain-unit{
	margin-top: 35px;
	width: 100%;
}
dl.access-explain-list dt{
	padding-top: 0;
	padding-block: 0;
}
dl.access-explain-list dd{
	background-color: transparent;
	color: #333;
	padding-top: 0;
	padding-block: 0;
}
ul.parking-list{
	row-gap: 25px;
	margin-top: 25px;
}
ul.parking-list li{
	width: 30%;
}
ul.parking-list li figure{
	border-radius: 6px;
	overflow: hidden;
}
/*---------------------------------------------------------privacy---------------------------------------------*/
ul.privacy-list{
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
ul.privacy-list > li:not(:last-child){
	margin-bottom: 40px;
}
ul.privacy-list > li h4{
	margin-bottom: 10px;
}
/*---------------------------------------------------------------about-----------------------------------------*/
ul.facility-list{
	margin-top: 45px;
}
ul.facility-list li{
	width: 48%;
}
p.reserve-tel{
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
	color: var(--main-color);
}
/*--------------------------------------------------------------------news-------------------------------------*/
ul.news-child-list li:not(:last-child){
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
ul.news-child-list li figure{
	width: 300px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	transition-duration: .4s;
	border-radius: 15px;
	background-color: #fff;
	position: relative;
}
ul.news-child-list li figure:hover{
	opacity: .8;
}
ul.news-child-list li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.news-child-list li div.news-child-texts{
	width: calc(100% - 350px);
}
ul.news-child-list li div.news-child-texts h3 a{
	text-decoration: underline;
}
ul.news-child-list li div.news-child-texts p.news-child-cat a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	line-height: 1.0;
	padding: 4px 25px;
	font-weight: 500;
	margin-bottom: 5px;
	border-radius: 4px;
}
ul.news-child-list li div.news-child-texts p.news-child-cat a:hover{
	background-color: var(--sub-color);
}
div.news-article-attr{
	margin-bottom: 10px;
}
div.news-article-attr p{
	line-height: 1.0;
	font-size: 17px;
	font-size: 1.7rem;
}
div.news-article-attr p.news-article-date{
	margin-left: 15px;
}
div.news-article-attr p.news-article-cat a{
	color: #fff;
	background-color: var(--main-color);
	line-height: 1.0;
	padding: 4px 25px;
	font-weight: 500;
	margin-bottom: 5px;
}
article.news-article h2{
	margin-bottom: 15px;
}
article.news-article div.news-article-paragraphs p:not(:last-child){
	margin-bottom: 10px;
}
article.news-article figure.main-photo{
	margin-bottom: 15px;
}
nav.single-nav{
	margin-top: 35px;
}
nav.single-nav > div{
	width: 30%;
}
nav.single-nav > div.single-goback p{
	text-align: center;
	width: 100%;
}
nav.single-nav > div div.more-link{
	width: 65px;
}
nav.single-nav > div p{
	width: calc(100% - 75px);
}
div.single-next div.more-link{
	text-align: right;
}
nav.single-nav > div p a{
	text-decoration: underline;
}
/*-----------------------------------------------------------schedule------------------------------------------*/
h3.schedule-title{
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 25px;
	font-weight: bold;
}
h3.schedule-title a{
	text-decoration: underline;
	color: var(--main-color);
}
ul.schedule-list li{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
ul.schedule-list li:first-child{
	border-top: 1px solid #999;
}
ul.schedule-list li div.cal-date{
	padding: 6px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	width: 5em;
	border-right: 1px solid #999;
}
ul.schedule-list li div.cal-date p{
	font-size: 18px;
	font-size: 1.8rem;
}
ul.schedule-list li div.cal-events{
	padding: 6px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	width: calc(100% - 5em);
}
ul.schedule-list li div.cal-events p{
	font-size: 18px;
	font-size: 1.8rem;
}
/*---------------------------------------------------------pagenation------------------------------------------*/
.pagination {
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;
	-webkit-justify-content: center;justify-content:center;
	margin-top: 50px;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	margin: 2px 6px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: var(--main-color);
}
.pagination span{
	background-color: var(--main-color);
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #000; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: rgba(22, 25, 37, 1);
	background: #fff;
}
@media only screen and (max-width: 413px) {
	.pagination {
		font-size: 12px;
		line-height: 12px;
	}
	.pagination span, .pagination a {
		padding: 8px 10px 8px 10px;
	}
	.pagination .current{
		padding: 8px 10px 8px 10px;
	}
}
/*---------------------------------------------------------navigation------------------------------------------*/
section.slide-nav{
	width: 100%;
	backdrop-filter:blur(10px);
	position: fixed;
	inset: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 14;
	background-color: rgba(0, 0, 0, .75);
	left: 110vw;
	opacity: 0;
	transition-duration: .4s;
}
section.slide-nav nav{
	width: 50%;
	background-color: rgba(0, 0, 0, 1.0);
	position: absolute;
	right: -40vw;
	top: 0;
	bottom: 0;
	min-height: 100%;
	padding: 140px 80px 40px;
	overflow-y: scroll;
	transition-duration: .6s;
}
section.slide-nav nav ul li{
	color: #fff;
	text-align: right;
	line-height: 2.0;
}
section.slide-nav nav ul li a{
	text-decoration: underline;
}
section.slide-nav nav ul li a span{
	font-size: 14px;
	font-size: 1.4rem;
}
section.slide-nav nav ul li a span:after{
	content: " - ";
}
ul.slide-primary-list > li{
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2.0rem;
}
ul.slide-primary-list > li ul li{
	line-height: 1.8;
}
ul.slide-primary-list > li ul li a{
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
ul.slide-primary-list > li ul li a:after{
	content: "";
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 16px;
}
section.nav-toggle-open{
	left: 0;
	opacity: 1.0;
}
section.slide-nav nav.slide-nav-open{
	right: 0;
}
.noscroll{
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: hidden;
	height: 100vh;
}
.noscroll::-webkit-scrollbar{
	display: none;
}
header aside.humberger-wrapper.slide-humberger:before{
	content: "";
	width: 50%;
	left: 0;
	right: 0;
	top: 52.5px;
	transform: rotate(45deg);
	background-color: #fff;
}
header aside.humberger-wrapper.slide-humberger:after{
	content: "";
	width: 50%;
	left: 0;
	right: 0;
	bottom: 52.5px;
	transform: rotate(-45deg);
	background-color: #fff;
}
header aside.humberger-wrapper.slide-humberger div:before{
	opacity: 0;
}
/*---------------------------------------------------------table------------------------------------------------*/
table{

	margin:0px auto 2px;
	width: 100%;
	border-spacing: 8px;
}
td,th{
	padding: 15px 25px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
th{
	background-color: var(--main-color);
	color: #fff;
	width: 25%;
	vertical-align: top;
}
td{
	background-color: #f6f6f6;
}
td span{
	display: none;
}
table tr:nth-child(even) td{
	background-color: #fbfbfb;
}
/*---------------------------------------------------------slides-----------------------------------------------*/
section.swiper-container-item{
	overflow: hidden;
	padding-left: 20px;
	padding-bottom: 40px;
}
.swiper-scrollbar{
	opacity: 1.0!important;
	bottom: unset;!important;
	top: 25px!important;
	width: calc(100% - 50px)!important;
}
div.top-news-contents-wrapper a{
	position: relative;
	display: block;
	width: 100%;
}
div.top-news-contents-wrapper a:hover{
	opacity: .7;
}
div.top-news-contents-wrapper a > figure{
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	width: calc(100% - 80px);
	border: 1px solid #e5e5e5;
	margin: 0 auto;
}
div.top-news-contents-wrapper a > figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div.top-news-contents-texts{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 50px 15px 15px;
	width: 100%;
	background-color: rgba(232, 232, 232, .9);
	z-index: 50;
	border-radius: 4px;
	overflow: unset;
}
div.top-news-contents-texts figure{
	width: 54px;
	height: 54px;
	background-color: #fff;
	border-radius: 50%;
}
div.top-news-contents-texts figure > img{
	width: 25px;
}
div.top-news-contents-titles h4{
	color: var(--main-color);
	text-decoration: underline;
}
div.top-news-contents-cat{
	position: absolute;
	padding: 2px 20px;
	background-color: var(--main-color);
	color: #fff;
	top: 10px;
	left: -10px;
	border-radius: 4px;
}
div.top-news-contents-cat p{
	color: #fff;
}
/*---------------------------------------------------------1370px以下--------------------------------------------*/
@media screen and (max-width: 1370px) {

}
/*---------------------------------------------------------1320px以下--------------------------------------------*/
@media screen and (max-width: 1320px) {

}
/*---------------------------------------------------------1225px以下--------------------------------------------*/
@media screen and (max-width: 1225px) {
	.left-space{
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
	}
	.right-space{
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
	}
	header{
		height: 108.35px;
		padding-top: 20px;
	}
	header h1{
		width: 250px;
	}
	div.header-right{
		width: calc(100% - 250px);
	}
	div.header-right nav ul li{
		font-size: 17px;
		font-size: 1.7rem;
	}
	div.header-right p{
		font-size: 24px;
		font-size: 2.4rem;
	}
}
/*---------------------------------------------------------1100px以下--------------------------------------------*/
@media screen and (max-width: 1100px) {

}
/*---------------------------------------------------------1024px以下--------------------------------------------*/
@media screen and (max-width: 1024px) {
	header{
		height: auto;
		padding-top: 0;
	}
	div.header-right nav{
		display: none;
	}
	aside.humberger-wrapper{
		width: 73.5px;
		height: 73.5px;
	}
	aside.humberger-wrapper:before {
		top: 20px;
	}
	aside.humberger-wrapper:after {
		bottom: 20px;
	}
	header aside.humberger-wrapper.slide-humberger:before{
		top: 36px;
	}
	header aside.humberger-wrapper.slide-humberger:after{
		bottom: 36px;
	}
	div.header-right{
		padding-right: 90px;
	}
	div.video-texts h4{
		font-size: 80px;
		font-size: 8.0rem;
	}
	div.video-texts h5{
		font-size: 30px;
		font-size: 3.0rem;
		margin-top: 10px;
	}
	div.top-news-contents-texts{
		position: relative;
		bottom: 0;
	}
	div.top-news-contents-texts figure{
		display: none;
	}
	div.top-news-contents-wrapper a > figure{
		width: calc(100% - 20px);
	}
	div.top-news-contents-titles h4{
		font-size: 16px;
		font-size: 1.6rem;
	}
	section.child-first-section{
		margin-top: 50px;
	}
	div.child-head-title{
		-webkit-flex-direction: column-reverse;flex-direction:column-reverse;
	}
	div.child-head-title figure{
		width: 100%;
		margin-bottom: 25px;
	}
	div.child-head-title-texts{
		width: 100%;
	}
	div.child-contents-title{
		width: 100%;
		margin-bottom: 25px;
	}
	div.child-contents{
		width: 100%;
	}

}
/*---------------------------------------------------------920px以下--------------------------------------------*/
@media screen and (max-width: 920px) {

}
/*---------------------------------------------------------880px以下---------------------------------------------*/
@media screen and (max-width: 880px) {

}
/*---------------------------------------------------------767px以下---------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	div.top-news-title div.common-title{
		width: 150px;
	}
	div.common-title h2{
		font-size: 40px;
		font-size: 4.0rem;
	}
	div.top-news-title > a{
		font-size: 20px;
		font-size: 2.0rem;
		width: 150px;
	}
	div.swiper-scrollbar-wrapper{
		width: calc(100% - 150px - 150px);
	}
	div.top-explain-unit{
		width: 100%;
		margin-bottom: 35px;
		padding-bottom: 25px;
		border-bottom: 1px solid #d5d5d5;
	}
	a.top-explain-link{
		text-align: right;
		display: block;
	}
	dl.child-contents-list dt{
		width: 100%;
	}
	dl.child-contents-list dd{
		width: 100%;
	}
	dl.child-contents-list.left-big-list dt{
		width: 100%;
	}
	dl.child-contents-list.left-big-list dd{
		width: 100%;
	}
	table.common-table .thead{
		display: none;
	}
	table.common-table td{
		width: 100%;
		position: relative;
		display: block;
	}
	table.common-table tr td:first-child{
		background-color: var(--main-color);
		color: #fff;
	}
	table.common-table tr td:not(:last-child){
		border-bottom: 1px solid #999;
	}
	td span{
		display: inline-block;
	}
}
/*---------------------------------------------------------650px以下---------------------------------------------*/
@media screen and (max-width: 650px) {
	div.header-right{
		display: none;
	}
	section.sp-phone{
		display: block;
	}
	div.video-texts h4{
		font-size: 60px;
		font-size: 6.0rem;
	}
	div.swiper-scrollbar-wrapper{
		width: 100%;
	}
	.swiper-scrollbar{
		top: 0!important;
		width:calc(100% - 20px)!important;
	}
	section.top-bowl-section div.right-space figure{
		width: 100%;
		border-radius: 20px;
		margin-bottom: 25px;
	}
	.right-space{
		padding-left: 10px;
	}
	.left-space{
		padding-right: 10px;
	}
	section.top-bowl-section div.right-space div.top-bowl-contents{
		width: 100%;
	}
	div.common-link a{
		font-size: 20px;
		font-size: 2.0rem;
	}
	div.top-banner-area{
		gap: 25px;
	}
	div.top-banner-area figure{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		max-width: 300px;
	}
	ul.top-cirlce-links li{
		width: 40%;
	}
	section.slide-nav nav{
		width: 90%;
		padding-right: 25px;
		padding-left: 25px;
	}
	ul.slide-primary-list > li{
		font-size: 18px;
		font-size: 1.8rem;
	}
	section.wide-section{
		padding: 25px 0;
	}
	section.common-section{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	div.child-head-title-texts h3{
		font-size: 54px;
		font-size: 5.4rem;
	}
	div.child-head-title-texts h2{
		font-size: 26px;
		font-size: 2.6rem;
	}
	div.child-contents-title h3{
		font-size: 34px;
		font-size: 3.4rem;
	}
	ul.news-child-list li figure{
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border: 1px solid #ddd;
	}
	ul.news-child-list li div.news-child-texts{
		width: 100%;
	}
}
/*---------------------------------------------------------550px以下---------------------------------------------*/
@media screen and (max-width: 550px) {

}
/*---------------------------------------------------------480px以下---------------------------------------------*/
@media screen and (max-width: 480px) {

}