@charset "utf-8";
/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+New&display=swap');

body {
	font-size: 1.125rem;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",Verdana, sans-serif;
}
.ff-f {
	font-family: "Zen Antique Soft", serif;
}

.sp_640{
	display: none;
}

/* top */
#top-container {
	position: relative;
}
#top-container:before {
	position: absolute;
	top: 177px;
	right: 35px;
	content: '';
	z-index: 2;
	background-image: url(images/top-eng-name-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 80px;
	height: 100%;
}
#top-container .top-content01 {
	position: relative;
	box-sizing: border-box;
	padding: 60px 0 100px 0;
}
#top-container .top-content01:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100vh;
	background-image: url(images/top-head-bg-a.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: ellipse(80% 56% at center 43%);
	z-index: 1;
}
.entry-content #top-container .top-content01 h1 {
	margin: 0;
}
.top-header {
	position: relative;
	z-index: 3;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.top-header .logo {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 2rem;
}

.top-header .logo h1 img{
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
}

.top-header .tx {
	text-align: center;
	margin: auto;
}
.entry-content .top-header h2 {
	color: #000000;
	font-size: 1.5rem;
	font-family: "Zen Antique Soft", serif;
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
	font-weight: 400;
	margin-bottom: 2rem;
}
.entry-content .top-header h2 .sec-tx {
	display: inline-block;
	box-sizing: border-box;
	padding-left: 5.2em;
}
.entry-content .top-header .tx p {
	color: #FFF;
	font-size: .875rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	font-weight: 600;
	margin: 0;
}
.entry-content .top-header h2 .fc-blue {
	color: #173381;
}
.top-information {
	max-width: 1080px;
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: auto;
}
.entry-content .top-information .tnav ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin-bottom: 2.25rem;
}

.entry-content .top-information .tnav ul li {
	width: calc((100% / 9) - .5rem);
	box-sizing: border-box;
}

.entry-content .top-information .tnav ul li.wifi{
	display: none;
}

.entry-content .top-information .tnav ul li.wifi span{
	display: block;
	min-height: 1.5rem;
	padding-top: 60px;
	box-sizing: content-box;
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center top;
	background-image: url(images/sp-wifi.png);
}
.entry-content .top-information .tnav ul li a {
	box-sizing: border-box;
	display: block;
	color: #000;
	font-weight: 700;
	max-width: 120px;
	min-height: 150px;
	margin: auto;
	align-content: center;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	border-radius: 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	letter-spacing: 0.025em;
	transition: .5s;
}

.entry-content .top-information .tnav ul li a:hover,
.entry-content .top-information .tnav ul li a:focus{
	opacity: 1;
	border-radius: 3.75rem;
	background: #D95281;
} 

.entry-content .top-information .tnav ul li a span{
	display: block;
	min-height: 1.5rem;
	padding-top: 60px;
	box-sizing: content-box;
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center top;
	transition: .3s;
}

.entry-content .top-information .tnav ul li a:hover span{
	color: #ffffff;
}

.entry-content .top-information .tnav ul li.gairai a span{
	background-image: url(images/top-nav-icon001-off.png);
}

.entry-content .top-information .tnav ul li.gairai a:hover span{
	background-image: url(images/top-nav-icon001-on.png);
}

.entry-content .top-information .tnav ul li.nyuin a span{
	background-image: url(images/top-nav-icon002-off.png);
}

.entry-content .top-information .tnav ul li.nyuin a:hover span{
	background-image: url(images/top-nav-icon002-on.png);
}

.entry-content .top-information .tnav ul li.rehabili a span{
	background-image: url(images/top-nav-icon003-off.png);
}

.entry-content .top-information .tnav ul li.rehabili a:hover span{
	background-image: url(images/top-nav-icon003-on.png);
}

.entry-content .top-information .tnav ul li.kotsu a span{
	background-image: url(images/top-nav-icon004-off.png);
}

.entry-content .top-information .tnav ul li.kotsu a:hover span{
	background-image: url(images/top-nav-icon004-on.png);
}

.entry-content .top-information .tnav ul li.zaitaku a span{
	background-image: url(images/top-nav-icon005-off.png);
}

.entry-content .top-information .tnav ul li.zaitaku a:hover span{
	background-image: url(images/top-nav-icon005-on.png);
}

.entry-content .top-information .tnav ul li.touin a span{
	background-image: url(images/top-nav-icon006-off.png);
}

.entry-content .top-information .tnav ul li.touin a:hover span{
	background-image: url(images/top-nav-icon006-on.png);
}

.entry-content .top-information .tnav ul li.ishisyoukai a span{
	background-image: url(images/top-nav-icon007-off.png);
}

.entry-content .top-information .tnav ul li.ishisyoukai a:hover span{
	background-image: url(images/top-nav-icon007-on.png);
}

.entry-content .top-information .tnav ul li.kangosi a span{
	background-image: url(images/top-nav-icon008-off.png);
}

.entry-content .top-information .tnav ul li.kangosi a:hover span{
	background-image: url(images/top-nav-icon008-on.png);
}

.entry-content .top-information .tnav ul li.group a span{
	background-image: url(images/top-nav-icon-group-off.png);
}

.entry-content .top-information .tnav ul li.group a:hover span{
	background-image: url(images/top-nav-icon-group-on.png);
}

.entry-content .top-information .tnav ul li.soudan a span {
	background-image: url(images/sp-soudan-off.png);
}

.entry-content .top-information .tnav ul li.soudan a:hover span {
	background-image: url(images/sp-soudan.png);
}

.entry-content .top-information .tnav ul li.sug a {
	padding-bottom: 0;
	height: 100%;
}

.entry-content .top-information .col2{
	max-width: 1080px;
	width: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
}

.entry-content .top-information .col2 > div {
	width: calc(50% - 1rem);
}

.entry-content .top-information .col2 div.img_box img{
	border-radius: 10px;
    object-fit: cover;
    min-height: 360px;
}
ul.tab-area{
	width: 100%;
	padding: 0;
	display: flex;
	list-style: none;
}

ul.tab-area li.tab{
	max-width: 150px;
	width: 100%;
	min-height: 40px;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	align-content: center;
	margin-left: 0;
	color: #FFFFFF;
	background: #F19CA3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}

ul.tab-area li.tab.active{
	color: #F19CA3;
	background: #ffffff;
}

.panel-area .panel{
	display: none;
	width: 100%;
	min-height: 320px;
	padding: 50px;
	align-items: center;
	background: #ffffff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.panel-area .panel.active{
	display: flex;
	flex-direction: column;
}

.panel-area h2 {
	font-size: 1.75rem;
	line-height: 100%;
	margin-bottom: 1.25rem;
}

.panel-area dl,.panel-area ul {
	width: 100%;
	margin: 0;
}
.panel-area ul {
	width: 100%;
	list-style-type: none;
}
.panel-area dl dd,.panel-area ul li {
	margin-bottom: 10px;
	line-height: 1.5rem;
}

.panel-area dl dd:last-child,.panel-area ul li:last-child {
	margin-bottom: 0;
}

.panel-area dl dd a,.panel-area ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 700;
}

.panel-area dl dd a .day,.panel-area ul li a .day{
	margin-right: 1.25rem;
}

.closed-news {
	box-sizing: border-box;
	border: 1px solid #17288B;
	background-color: #FFF;
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
	padding: 18px 0;
	height: 153px;
}
.entry-content .cn-area h3 {
	font-size: 1.25rem;
	color: #17288B;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.entry-content .news-area h3 {
	font-size: 2.25rem;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.entry-content .cn-area ul,.entry-content .news-area .news-box ul {
	width: 100%;
	padding: 10px 14px 0 14px;
	box-sizing: border-box;
	margin: 0 auto;
	list-style-type: none;
	font-size: 1.175rem;
}
.entry-content .cn-area ul {
	padding: 10px 15px;
	letter-spacing: normal;
}
.entry-content .cn-area ul li, .entry-content .news-area .news-box ul li {
	margin: 0 0 5px 0;
	line-height: 1.25;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.entry-content .cn-area ul li {
	margin-bottom: 8px;
}
.entry-content .cn-area ul li a, .entry-content .news-area .news-box ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	width: 75%;
	margin-left: 3%;
	text-align: left;
}
.entry-content .cn-area ul li a {
	width: 100%;
	margin-left: 0;
}
.entry-content .cn-area ul li .date, .entry-content .news-area .news-box ul li .date {
	font-weight: 700;
	width: 22%;
	text-align: left;
}
.entry-content .cn-area ul li a:hover,.entry-content .news-area .news-box ul li a:hover {
	text-decoration: underline;
}
.entry-content .cn-area ul li:last-child,.entry-content .news-area .news-box ul li:last-child {
	margin: 0;
}
.entry-content .closed-news .cn-area ul {
	height: 107px;
	overflow: auto;
}
#top-container .top-content02 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	padding: 120px 0;
}
#top-container .top-content02 .about {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-right: 5%;
	margin-left: 2%;
}
#top-container .top-content02 .news {
	width: 41%;
	margin-right: 2%;
}

#top-container .top-content02 .col2.sp{
	display: none;
}

.kansetsu-box {
	width: 72%;
}
.kansetsu-box a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 5px solid #16A5C0;
	background-color: #16A5C0;
	border-radius: 50vh;
	color: #FFF;
	justify-content: center;
	overflow: hidden;
}
.entry-content .kansetsu-box .num-other ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 280px;
}
.entry-content .kansetsu-box .num-other ul li {
	box-sizing: border-box;
	padding: 2px 0;
	line-height: 1.1;
	border-bottom: 1px solid #FFF;
	font-size: 1rem;
}
.entry-content .kansetsu-box .num-other ul li:nth-child(2n+1) {
	margin: 0 0 8px 20px;
	text-align: left;
	width: 60px;
}
.entry-content .kansetsu-box .num-other ul li:nth-child(2n) {
	margin: 0 0 8px 0;
	text-align: right;
	width: 55px;
}
.sekitsui-box {
	width: 25%;
	margin-left: 3%;
	box-sizing: border-box;
	border: 5px solid #16A5C0;
	background-color: #16A5C0;
	border-radius: 50vh;
	color: #FFF;
	justify-content: center;
	overflow: hidden;
	align-items: center;
}
.kansetsu-box .genzai,.sekitsui-box .genzai {
	background-color: #DFF2FC;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 0;
	line-height: 1;
	color: #17288B;
	font-size: 0.675rem;
	font-weight: 700;
	letter-spacing: normal;
}
.sekitsui-box .genzai {
	padding: 6px 0 18px 0;
}
.top-content02 .num-big {
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 700;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
}
.top-content02 .sekitsui-box .num-big {
	padding: 35px 0 25px 0;
}
.top-content02 .num-big strong {
	line-height: 1.25;
	font-size: 2.125rem;
}
.top-content02 .num-other {
	display: flex;
	align-items: center;
}
.top-content02 .aps-link {
	margin: 20px auto 0 auto;
	width: 100%;
}
.top-content02 .aps-link a {
	display: block;
	line-height: 1;
	box-sizing: border-box;
	padding: 18px 14px;
	text-align: center;
	background-color: #16A5C0;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	border-radius: 50vh;
}
.top-content02 .about .click {
	width: 72%;
	margin: 0;
	text-align: center;
	font-size: .875rem;
}
.top-content02 .news-box {
	clear: both;
	height: 196px;
	margin: 0 auto;
	overflow: auto;
	width: 99%;
	max-width: 510px;
	text-align: left;
}

.top-content02 .inner .col2 {
	width: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
}

.top-content02 .inner .col2 .l_box{
	max-width: 600px;
	width: 100%;
}

.top-content02 .inner .col2 .r_box{
	max-width: 510px;
	width: 100%;
}

.top-content02 .inner .col2 .l_box.bg-img{
	padding-left: 320px;
	text-align: center;
	align-content: center;
	background-image: url(https://www.daiichi-hp.jp/wdp/wp-content/uploads/2025/07/top-kotsukotsu.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 290px auto;
}

.top-content02 .inner .col2 .l_box.bg-img h3{
	font-size: 2.75rem;
	line-height: 100%;
	margin-bottom: 1rem;
}

.top-content02 .inner .col2 .l_box.bg-img p{
	max-width: 240px;
	font-size: 1rem;
	font-weight: 700;
	margin: auto;
	padding-bottom: 2rem;
}

.top-content02 .inner .col2 .l_box.bg-img .more_btn a{
	display: block;
	max-width: 230px;
	min-height: 3.75rem;
	font-size: 1rem;
	align-content: center;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	color: #ffffff;
	font-weight: 700;
	margin: auto;
	border-radius: 1.75rem;
	background: #F19CA3;
}

.top-content02 .inner .col2 .r_box .btn_access{
	margin-bottom: 30px;
}

.top-content02 .inner .col2 .r_box .btn_access a{
	display: block;
	width: 100%;
	min-height: 65px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.5rem;
	color: #F19CA3;
	align-content: center;
	border: 1px solid #F19CA3;
	border-radius: 10px;
}

.top-content02 .inner .col2 .r_box .btn_recruit {
	display: flex;
}

.top-content02 .inner .col2 .r_box .btn_recruit a {
	position: relative;
}

.top-content02 .inner .col2 .r_box .btn_recruit a span.btn_title{
	position: absolute;
	display: block;
	width: 100%;
	min-height: 65px;
	background: #ffffffbc;
	text-decoration: none;
	font-size: 1.5rem;
	color: #F19CA3;
	font-weight: 700;
	text-align: center;
	align-content: center;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.news-area .more {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 1rem;
}
.news-area .more a {
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	color: #333;
}
.news-area .more a::after {
	position: absolute;
	right: 7px;
	top: 10px;
	content: '';
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-content03 {
	position: relative;
	background-color: #FBE6ED;
	padding: 110px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}

.top-content03::before {
	content: "";
	position: absolute;
	max-width: 514px;
	width: 100%;
	height: auto;
	aspect-ratio: 514 / 490;
	background-image: url(https://www.daiichi-hp.jp/wdp/wp-content/uploads/2025/07/logo-mark.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	right: 15%;
	bottom: -5rem;
	margin: auto;
	z-index: 0;
}

.top-content03 .top-footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	z-index: 3;
	position: relative;
}
.top-content03 .top-footer .tf-info {
	width: 34%;
	margin: 0 3%;
}
.top-content03 .top-footer .tf-cal {
	width: 54%;
	margin: 0 3%;
}

.footer-logo{
	max-width: 1140px;
	width: 98%;
	margin: auto;
	margin-bottom: 2.5rem;
}

.entry-content .tf-info p {
	width: 100%;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding: 0 0 20px;
}
.entry-content .tf-info p .tx-fax {
	display: inline-block;
	margin-left: 1rem;
}
dl.tf-date {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 380px;
	line-height: 1.25;
}
dl.tf-date dt {
	width: 96px;
	margin-bottom: 2rem;
}
dl.tf-date dd {
	width: 254px;
	font-weight: 700;
	margin-bottom: 2rem;
}
.top-content03 .tf-btn-access {
	max-width: 220px;
	width: 88%;
	margin: 0 auto;
}
.top-content03 .tf-btn-access a {
	background-color: #F19CA3;
	color: #FFF;
	display: block;
	text-decoration: none;
	line-height: 1;
	font-weight: 700;
	border-radius: 50vh;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 10px;
	font-size: 1.0625rem;
}
.entry-content table.cal-week {
	border: 1px #FBE6ED solid;
	background-color: #FFF;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 100%;
}
.entry-content table.cal-week th,.entry-content table.cal-week td {
	padding: 16px 5px;
	border: 1px solid #FBE6ED;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-size: 1.375rem;
	line-height:1.1;
	font-weight: 700;
	vertical-align: middle;
	color: #D95281;
	width: auto;
}
.entry-content table.cal-week th {
	border-width: 0 0 2px 1px;
	font-size: 1.25rem;
}
.entry-content table.cal-week tr th:nth-child(1),.entry-content table.cal-week tr td:nth-child(1) {
	width: 42%;
}
.entry-content table.cal-week th:nth-child(2) {
	border-width: 0 0 2px 2px;
}
.entry-content table.cal-week tr td:nth-child(1) {
	font-size: 1.25rem;
}
.entry-content table.cal-week tr td:nth-child(2) {
	border-width: 0 0 1px 2px;
}
.entry-content table.cal-week tr td.empty {
	background: linear-gradient(to left top, transparent calc(50% - 0.5px), #D95281 50%, #D95281 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.top-content03 ul.pp {
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 0 0;
	list-style-type: none;
	font-size: 0.8125rem;
}
.top-content03 ul.pp li {
	position: relative;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
}
.top-content03 ul.pp li:before {
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-left: 5px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
}
.top-content03 ul.pp li a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
.top-fmap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.top-fmap .google-maps {
	padding-bottom: 200px;
}
.top-fmap .google-maps iframe {
	filter: grayscale(100%);
}
.site-inner .top-side-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	border-top: 1px solid #FFF;
}
.top-side-fixed ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.top-side-fixed ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
	background-color: #F19CA3;
	color: #FFF;
}
.top-side-fixed ul li:last-child {
	border-right: none;
}
.top-side-fixed ul li a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #FFF;
	width: 100%;
	height: 100%;
}
.top-side-fixed ul li,.top-side-fixed ul li a {
	height: 68px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.top-side-fixed ul li .tx {
	margin-left: 10px;
}
.top-side-fixed ul li.access img {
	max-width: 20px;
	margin-right: 10px;
}
.top-side-fixed ul li.wifi img {
	max-width: 30px;
	margin-right: 10px;
}
body.home .site-inner {
	padding-bottom: 0;
	box-sizing: border-box;
}
/* トップ変更後追加css */
#top-container .top-content02 {
	max-width: 1180px;
}
.top-content02 .news-box {
	height: 135px;
	max-width: initial;
}
.top-content02 .aps-link a {
	padding: 30px 14px;
	line-height: 1.5;
	font-size: 1.5rem;
}
.top-content02 .aps-link a .txbr {
	display: inline-block;
	width: 100%;
}
.top-insta {
	border-top: 1px solid #CCC;
	padding: 5rem 1rem;
}
.top-insta .inner {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}
.top-insta .inner h2 {
	text-align: center;
}
.top-header .insta a {
	display: inline-block;
	background-color: #FFF;
	padding: 20px;
	border-radius: 50vh;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.top-header .insta a img {
	max-width: 30px;
}
.top-instagram {
	padding: 5rem 1rem;
	margin: 1rem auto 0 auto;
	text-align: center;
	border-top: 1px solid #DEDEDE;
}
.top-instagram .i-title {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1.25rem;
	line-height: 1;
}
@media screen and (min-width:1025px){
	.top-information .info {
		width: 46%;
		margin: 0 2%;
	}
	.top-information .tnav {
		width: 100%;
	}
	.entry-content .top-information .tnav ul li a img {
		max-width: inherit;
	}
	.entry-content .top-header h2 .fc-blue {
		display: inline-block;
		margin-left: 75px;
	}
}
@media screen and (min-width:1241px){
	.top-information .tnav {
		max-width: 1200px;
	}
	.photo img {
		object-fit: cover;
		height: 320px;
		width: 100%;
	}
	#top-container .top-content02 .about {
		max-width: 650px;
		margin-right: 85px;
		margin-left: 0;
	}
	#top-container .top-content02 .news {
		max-width: 510px;
		margin-right: 0;
	}
	.top-footer {
		max-width: 1140px;
	}
	.top-content03 .top-footer .tf-info {
		max-width: 450px;
		width: 100%;
		margin: 0;
	}
	.top-content03 .top-footer .tf-cal {
		max-width: 650px;
		width: 100%;
		margin: 0;
	}
	.site-inner .top-side-fixed {
		bottom: inherit;
		top: 220px;
		width: 104px;
		z-index: 5;
		border-top: none;
	}
	.top-side-fixed ul {
		display: block;
	}
	.top-side-fixed ul li {
		width: 100%;
		margin: 0 0 26px 0;
		text-align: center;
		border-right: none;
		border-radius: 0 30px 30px 0;
		height: auto;
		display: block;
	}
	.top-side-fixed ul li a {
		border-radius: 0 30px 30px 0;
		width: 100%;
		height: 100%;
		display: block;
	}
	.top-side-fixed ul li.access a {
		box-sizing: border-box;
		padding: 34px 0;
	}
	.top-side-fixed ul li.wifi {
		box-sizing: border-box;
		padding: 29px 0;
	}
	.top-side-fixed ul li.access img {
		max-width: 32px;
		margin: 0 auto 14px auto;
		display: block;
	}
	.top-side-fixed ul li.wifi img {
		max-width: 42px;
		margin: 0 auto 14px auto;
		display: block;
	}
	body.home .site-inner {
		padding-bottom: 0;
	}
	.entry-content .top-information .tnav ul li a {
		font-size: 0.875rem;
	}
	#top-container .top-content02 .about {
		max-width: 650px;
		width: 35%;
		margin-right: 5%;
	}
	#top-container .top-content02 .news {
		max-width: 510px;
		margin-right: 0;
		max-width: initial;
		width: 60%;
	}
	.insta-area {
		padding: 0 110px;
	}
}
@media screen and (max-width:1400px){
	body.home.no-sidebar .entry-content {
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width:1240px){
	#top-container .top-content01:before {
		height: 100%;
	}
	
	.entry-content .top-information .tnav ul {
		max-width: 960px;
		width: calc(100% - 2rem);
		flex-wrap: wrap;
		justify-content: center;
	}

	.entry-content .top-information .tnav ul li {
		width: calc((100% / 4) - 1rem);
		margin: 0 0.5rem 1rem;
	}

	.entry-content .top-information .tnav ul li a{
		max-width: none;
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.entry-content .top-information .tnav ul li a:hover,
	.entry-content .top-information .tnav ul li a:focus{
		border-radius: 75px;
	}

	.entry-content .top-information .tnav ul li.wifi.pc_none {
		display: block;
		min-height: 130px;
		background: #F19CA3;
		color: #ffffff;
		font-size: 0.875rem;
		font-weight: 700;
		text-align: center;
		align-content: center;
		border-radius: 75px;
	}

	.entry-content .top-information .tnav ul li.wifi.pc_none img{
		display: block;
		max-width: 60px;
		margin: auto;
		margin-bottom: 1rem;
	}

	.entry-content .top-information .col2{
		display: none;
	}

	#top-container .top-content02 .col2.sp {
		display: flex;
		flex-direction: column-reverse;
		margin: auto;
		margin-bottom: 5rem;
	}

	.panel-area .panel {
		min-height: 280px;
	}

	ul.tab-area li.tab {
		max-width: none;
		width: calc(50% - 4px);
		min-height: 60px;
		font-size: 1.25rem;
		margin: auto;
	}

	#top-container .top-content02 {
		padding: 40px 0 120px;
	}

	#top-container .top-content02 .col2.sp .news_box{
		max-width: 980px;
		width: 100%;
		margin: auto;
	}

	.news-box::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	.news-box::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.news-box::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.top-information .info .photo img {
		object-fit: cover;
		height: 320px;
		width: 100%;
	}
	#top-container .top-content02 {
		flex-direction: column-reverse;
	}
	#top-container .top-content02 .about {
		width: 100%;
		margin: 0 auto;
		max-width: 650px;
	}
	#top-container .top-content02 .news {
		width: 96%;
		margin: 0 2% 40px 2%;
	}
	.top-content02 .news-box {
		max-width: inherit;
		height: 200px;
		max-width: 820px;
	}
	.top-content03 ul.pp {
		max-width: 1080px;
	}
	.news-area .more {
		max-width: 820px;
		margin: 15px auto;
	}

	.top-content02 .inner .col2 {
		flex-direction: column;
		align-items: center;
		margin: auto;
	}

	.panel-area .panel{
		max-width: none;
		border-radius: 0;
	}

	.panel-area .panel.active {
		background: #FCF3F4;
	}

	ul.tab-area li.tab.active {
		background: #FCF3F4;
	}

	.top-content02 .inner .col2 .l_box.bg-img {
		padding-left: 0;
		padding-top: 290px;
		margin-bottom: 5rem;
		background-position: top center;
	}

	.top-content02 .inner .col2 .l_box.bg-img p,
	.top-content02 .inner .col2 .l_box.bg-img .more_btn a{
		max-width: none;
	}

	.top-content02 .inner .col2 .l_box.bg-img .more_btn a br{
		display: none;
	}
	.site-inner .top-side-fixed {
		display: none;
	}

	.top-content02 .inner .col2 .r_box {
		max-width: 840px;
	}

	.top-content02 .inner .col2 .r_box .btn_recruit a img{
		display: block;
		width: 100%;
	}

	.footer-logo {
		text-align: center;
	}

	.top-content03 .top-footer {
		flex-direction: column;
		align-content: center;
	}

	.top-content03 .top-footer .tf-info {
		max-width: 400px;
		width: calc(100% - 2rem);
		margin: 0 auto 2.5rem;
	}

	.top-content03 .top-footer .tf-cal {
		width: calc(100% - 2rem);
		margin: 0 auto;
	}

	.top-content03::before {
		left: 0;
		right: 0;
		bottom: auto;
		top: 5rem;
	}
}
@media screen and (max-width:1024px){
	#top-container .top-content01 {
		padding: 2rem 0 100px 0;
	}

	.top-information .info {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.top-information .info .photo {
		width: 40%;
		margin: 0 2%;
	}
	.top-information .info .photo img {
		width: 100%;
		object-fit: inherit;
		height: auto;
	}
	.top-information .info .closed-news {
		width: 52%;
		margin: 0 2%;
		height: 210px;
	}
	.entry-content .closed-news .cn-area ul {
		height: 167px;
	}

	.top-header .logo {
		margin-bottom: 4.5rem;
	}

	.top-header .tx {
		max-width: 440px;
		word-break: auto-phrase;
		width: 100%;
		margin: auto;
		margin-bottom: 4.5rem;
	}

	.entry-content .top-header h2 {
		font-size: 1.75rem;
	}

	.entry-content .top-information .tnav ul li.sug a img {
		max-width: 38px;
	}

	.top-insta {
		padding: 3rem 1rem;
	}
}
@media screen and (max-width:820px){
	.top-information .info {
		align-items: flex-start;
	}
	.entry-content .cn-area ul li, .entry-content .news-area .news-box ul li {
		margin: 0 0 10px 0;
	}
	.entry-content .cn-area ul li .date, .entry-content .news-area .news-box ul li .date {
		width: 100%;
	}
	.entry-content .cn-area ul li a, .entry-content .news-area .news-box ul li a {
		width: auto;
		margin-left: 0;
	}
}
@media screen and (max-width:768px){
	#top-container:before {
		display: none;
	}
	.entry-content .top-information .tnav ul li {
		width: calc((100% / 3) - 1rem);
	}

	#top-container .top-content01 {
		padding: 15px 0 70px 0;
	}
	.top-header .logo {
		width: 100%;
		box-sizing: border-box;
		padding-right: 90px;
	}
	.entry-content #top-container .top-content01 h1 {
		max-width: 360px;
		margin-left: 1rem;
	}

	.entry-content .cn-area ul li, .entry-content .news-area .news-box ul li {
		margin: 0 0 5px 0;
		line-height: 1.25;
		text-align: left;
	}
	.top-information .info {
		align-items: flex-start;
	}
	.top-information .info .photo {
		width: 42%;
		margin: 0 0 0 2%;
	}
	.top-content03 {
		padding: 5rem 0;
	}
	.top-content03 .top-footer .tf-info {
		width: calc(100% - 2rem);
		margin: 0 auto;
	}
	.top-content03 .top-footer .tf-cal {
		max-width: 480px;
		width: calc(100% - 2rem);
		margin-bottom: 2.5rem;
	}
	.top-content03 .tf-btn-access {
		margin-bottom: 50px;
	}
	.entry-content .top-header h2 .sec-tx {
		padding-left: 0;
	}
	.entry-content .top-header .tx p {
		margin: 0 auto;
		text-align: center;
	}

	#top-container .top-content02 .col2.sp {
		margin-bottom: 3.5rem;
	}

	.top-content02 .inner .col2 .l_box.bg-img {
		padding-left: 0;
		padding-top: 200px;
		background-size: 200px auto;
	}

	.top-content02 .inner .col2 .l_box.bg-img h3 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.top-content02 .inner .col2 .l_box.bg-img p {
		text-align: left;
	}

	.footer-logo {
		max-width: 360px;
		width: calc(100% - 2rem);
	}

	.top-content03 ul.pp{
		max-width: 480px;
		width: calc(100% - 2rem);
		padding: 0;
		font-size: 0.75rem;
	}


	.top-content02 .inner .col2 .r_box .btn_access a,
	.top-content02 .inner .col2 .r_box .btn_recruit a span.btn_title{
		font-size: 1.25rem;
	}

	.top-content02 .inner .col2 .r_box .btn_recruit a span.btn_title{
		min-height: 50px;
	}
}
@media screen and (max-width:640px){
	.sp_640{
		display: inline;
	}
	.top-fmap .google-maps {
		padding-bottom: 299px;
	}

	.top-information .tnav {
		padding-bottom: 30px;
	}

	.entry-content .top-information .tnav ul {
		max-width: none;
		width: calc(100% - 1.875rem);
		justify-content: space-between;
		margin-bottom: 0;
	}

	.entry-content .top-information .tnav ul li {
		width: calc(50% - 0.625rem);
		align-content: center;
		margin: 0;
		margin-bottom: 1.25rem;
	}

	.entry-content .top-information .tnav ul li a,
	.entry-content .top-information .tnav ul li.wifi.pc_none{
		display: flex;
		min-height: 100px;
		align-items: center;
	}

	.entry-content .top-information .tnav ul li.wifi.pc_none{
		border-radius: 35px;	
	}

	.entry-content .top-information .tnav ul li a img,
	.entry-content .top-information .tnav ul li.wifi.pc_none img{
		height: fit-content;
		margin: 0 0 0 1rem;
	}

	.entry-content .top-information .tnav ul li a span,
	.entry-content .top-information .tnav ul li.wifi span,
	.entry-content .top-information .tnav ul li.wifi.soudan.pc_none a span{
		width: 100%;
		min-height: auto;
		font-size: 14px;
		line-height: 1.25rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
        padding-left: 4.5rem;
		background-size: 60px auto;
		background-position: left 15% center;
	}	

	#top-container .top-content02 .col2.sp {
		width: 100%;
	}

	.entry-content .top-header h2 {
		line-height: 1.25;
		font-size: 1.5rem;
	}

	.top-information .info .photo {
		width: 96%;
		margin: 0 2%;
	}
	.top-information .info .closed-news {
		width: 96%;
		margin: 15px 2% 0 2%;
	}
	.top-information .tnav {
		padding-bottom: 70px;
	}
	#top-container .top-content01 {
		padding: 15px 0 40px 0;
	}
	#top-container .top-content01:before {
		background-position: center top;
		clip-path: ellipse(100% 60% at center 40%);
	}
	#top-container .top-content02 {
		padding: 50px 0 80px;
	}
	#top-container .top-content02 .about {
		padding: 0 15px;
		box-sizing: border-box;
		position: relative;
	}

	.top-content02 .inner .col2 .r_box .btn_access {
		margin-bottom: 40px;
	}

	.top-content02 .inner .col2 .r_box .btn_access a {
		min-height: 90px;
		border: 2px solid #F19CA3;
	}

	.kansetsu-box {
		width: 100%;
		order: 1;
	}
	.sekitsui-box {
		width: 100%;
		margin-top: 20px;
		order: 3;
		margin-left: 0;
	}
	.top-content02 .about .click {
		order: 2;
		width: 100%;
	}
	.top-content02 .aps-link {
		order: 4;
	}
	.top-content02 .sekitsui-box .num-big {
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top-content02 .sekitsui-box .num-big strong {
		margin: 0 3px 0 15px;
	}
	.top-content02 .sekitsui-box .num-big .fs12 {
		padding-top: 12px;
	}
	.kansetsu-box .genzai, .sekitsui-box .genzai {
		font-size: .6875rem;
	}
	.entry-content .kansetsu-box .num-other ul li:nth-child(2n+1) {
		margin-left: 12px;
	}
	.entry-content .kansetsu-box .num-other ul li:nth-child(2n) {
		width: 65px;
	}
	.top-content02 .aps-link a {
		line-height: 1.1;
		font-weight: 500;
	}
	.top-content02 .aps-link a .txbr {
		display: inline-block;
		width: 100%;
	}
	.entry-content table.cal-week th, .entry-content table.cal-week td {
		font-size: 1rem;
		padding: 10px 5px;
	}
	.entry-content table.cal-week th {
		font-size: 1rem;
	}
	.entry-content table.cal-week tr td:nth-child(1) {
		font-size: 1.11rem;
	}
	.entry-content table.cal-week td .fs13 {
		letter-spacing: normal;
		font-size: .6875rem;
	}
	.top-content02 .inner .col2 {
		width: calc(100% - 3.75rem);
	}

	.kojya {
		width: 100%;
		margin-left: 0;
	}

	.top-content03 .tf-btn-access a {
		font-weight: 500;
		min-height: 40px;
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.entry-content .top-header .tx p {
		text-align: left;
		width: 96%;
	}
	.sekitsui-box .genzai {
		padding: 12px 0;
	}
	.entry-content .top-information .tnav ul li.wifi.soudan.pc_none {
		border-radius: 0;
		background-color: transparent;
		display: block;
	}
	.top-instagram .i-title {
		font-size: 1.75rem;
	}

}
@media screen and (max-width:480px) {
	.entry-content .top-information .tnav ul li a img,
	.entry-content .top-information .tnav ul li.wifi.pc_none img {
		margin: 0 0 0 0.5rem;
	}

	.top-content02 .num-big {
		width: 100%;
	}
	.top-content02 .kansetsu-box .num-other {
		padding-bottom: 20px;
	}

	.cr {
		text-align: center;
	}

}

@media screen and (max-width:380px) {
	.entry-content .top-information .tnav ul li a {
		font-size: .8125rem;
		letter-spacing: normal;
	}
	.entry-content .top-header h2 {
		font-size: 1.25rem;
	}
	.entry-content .news-area h3 {
		font-size: 1.75rem;
	}
	.top-content02 .num-other {
		margin-bottom: 20px;
	}
	.top-content03 .top-footer .tf-info {
		width: 90%;
	}
	.entry-content .tf-info p .tx-fax {
		margin-left: 0;
		width: 100%;
	}
	.entry-content .tf-info p {
		font-size: 1rem;
	}
	dl.tf-date dt,dl.tf-date dd {
		font-size: 1rem;
	}
	.top-content02 .num-big {
		width: 100%;
		padding: 20px 0 10px 0;
	}
	.top-content02 .sekitsui-box .num-big {
		display: inherit;
		padding: 12px 0;
	}
	.top-content02 .aps-link a {
		font-size: .9375rem;
	}
	.kansetsu-box .genzai, .sekitsui-box .genzai {
		padding: 10px 0;
	}
	.top-content02 .num-other {
		margin-bottom: 8px;
	}
	.entry-content table.cal-week tr th:nth-child(1), .entry-content table.cal-week tr td:nth-child(1) {
		width: 48%;
	}
	dl.tf-date dt {
		width: 100%;
	}
	dl.tf-date dd {
		margin: 5px 0 0 0;
		font-size: 1.0625rem;
		font-weight: 500;
		width: 100%;
	}
}
@media screen and (max-width:320px) {
	.top-side-fixed ul li {
		font-size: 0.81255rem;
	}
	.top-side-fixed ul li.access img {
		margin-right: 10px;
		width: 8%;
	}
	.top-side-fixed ul li.wifi img {
		width: 16%;
	}
	.entry-content .top-header h2 {
		font-size: 1.375rem;
		text-align: left;
		width: 96%;
		margin: 0 auto;
	}
	.kansetsu-box a {
		border-radius: 48px;
	}
	.entry-content .kansetsu-box .num-other ul {
		width: 100%;
	}
	.entry-content .kansetsu-box .num-other ul li:nth-child(2n+1) {
		width: 48%;
		margin: 0 0 0 2%;
	}
	.entry-content .kansetsu-box .num-other ul li:nth-child(2n) {
		width: 48%;
		margin: 0 2% 0 0;
	}
	.entry-content .top-information .tnav ul li a {
		font-size: 11px;
	}
}