/* 大枠 */
#allcontents {
}

/* ヘッダ */
header {
    height: 100vh;
}
header .head_logo {
	background: url("../image/logo_w.svg") no-repeat left top;
}
header .head_logo img {
    opacity: 0;
	transition: .3s;
}
.opmenu header .head_logo img,
header .DownMove img {
    opacity: 1;
	transition: .3s;
}
header .topfixity img {
    opacity: 0;
	transition: .3s;
}
header .top_img img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

header .top_catch {
	font-family: 'Noto Serif JP', serif;
    font-size: 8vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}
header .top_catch * {
	font-family: 'Noto Serif JP', serif;
    color: #fff;
}
header .top_catch span {
    font-size: 8.5vw;
}
header .top_catch small {
    font-size: 4vw;
    display: block;
    letter-spacing: 0.1em;
}
header .top_scroll {
    display: none;
}
@media screen {
header .top_slide {
    opacity: 0;
    animation: topmv 1.5s ease-in forwards;
}
header .head_logo {
    opacity: 0;
    animation: topmv 1.5s ease-in forwards;
    animation-delay: 1.5s;
}
#menu-box {
    opacity: 0;
    animation: topmv 1.5s ease-in forwards;
    animation-delay: 2s;
}
header .top_catch {
    opacity: 0;
    animation: topmv 1.5s ease-in forwards;
    animation-delay: 2.5s;
}
}
@keyframes topmv{
    from{opacity:0;}
    to{opacity:1;}
 }

#toggle a {
	color: #fff;
}
.opmenu #toggle a,
.DownMove2 #toggle a {
	color: #00477c;
}
#toggle span {
	background: #fff;
}
.DownMove2 #toggle span {
	background: #00477c;
}
#toggle span:before, #toggle span:after{
	background: #fff;
}
#toggle span.close:before, #toggle span.close:after,
.DownMove2 #toggle span:before, .DownMove2 #toggle span:after{
    background: #00477c;
}

#menu-box.topfixity {
    background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	transition: 1s;
}
.topfixity #toggle a {
	color: #fff;
}
.topfixity #toggle span,.topfixity #toggle span:before, .topfixity #toggle span:after {
	background: #fff;
}
.opmenu .topfixity #toggle a {
	color: #00477c;
}
.opmenu .topfixity #toggle span:before, .opmenu .topfixity #toggle span:after {
	background: #00477c;
}

/* コンテンツ */
article {
    padding: 60px 30px;
    border-bottom: solid 1px #ececec;
}

.top_news .news_head {
    margin-bottom: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.top_news .news_head h2 {
    font-size: 2rem;
    color: #00477c;
    position: relative;
    z-index: 1;
}
.top_news .news_head h2 span {
    font-size: 5.5rem;
    font-weight: 300;
    color: #eef1f4;
    line-height: 1;
    position: absolute;
    left: -5px;
    bottom: 0px;
    z-index: -1;
}
.top_news .news_head .news_link {
    margin-bottom: 3px;
}
.top_news .news_head a {
    color: #00477c;
    text-decoration: none;
    position: relative;
    z-index: 1;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.top_news .news_head img {
    width: 30px;
    margin-left: 10px;
}
.top_news dl {
}
.top_news dl dt {
    font-weight: 500;
    color: #f4b0b1;
}
.top_news dl dd {
    margin-bottom: 0.5em;
}
.top_news dl dd p strong {
    font-weight: bold;
    color: #00477c;
}
.top_news dl dd:last-child {
    margin-bottom: 0;
}

.top_about .about_head {
    margin-bottom: 20px;
    text-align: center;
}
.top_about .about_head h2 {
    font-size: 2rem;
    color: #00477c;
    position: relative;
    z-index: 1;
}
.top_about .about_head h2 span {
    font-size: 5.5rem;
    font-weight: 300;
    color: #eef1f4;
    line-height: 1;
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
@media (max-width: 359px) {
.top_about .about_head h2 span {
    font-size: 5rem;
}
}
.top_about .about_note {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.top_about .about_note span {
    background: linear-gradient(transparent 50%, #fef7d5 50%);
}
.top_about .about_img_sp {
    display: inline;
}
.top_about .about_img_pc {
    display: none;
}

.top_hours {
    border-bottom: none;
}
.top_hours .hours_head {
    margin-bottom: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.top_hours .hours_head h2 {
    font-size: 2rem;
    color: #00477c;
    position: relative;
    z-index: 1;
}
.top_hours .hours_head h2 span {
    font-size: 5.5rem;
    font-weight: 300;
    color: #eef1f4;
    line-height: 1;
    position: absolute;
    left: -5px;
    bottom: 0px;
    z-index: -1;
}
.top_hours .hours_head .hours_note {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.top_hours .hours_head .hours_label {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    display: block;
    background: #00477c;
    padding: 0 0.5em;
    margin-bottom: 5px;
}
.top_hours table {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.top_hours table thead {
    background: #eef1f4;
}
.top_hours table thead th {
    font-weight: 500;
    padding: 0.3em 0;
}
.top_hours table tbody tr {
    border-bottom: solid 1px #e3e5e8;
}
.top_hours table tbody th {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f4b0b1;
    text-align: center;
    padding: 0.3em 0;
}
.top_hours table tbody th span {
    display: block;
    margin: -5px auto;
    height: 8px;
    width: 2px;
    background: #f4b0b1;
}
.top_hours table tbody td {
    font-weight: 500;
    text-align: center;
    width: 12%;
    line-height: 1;
}
.top_hours table tbody td.ope_day {
    letter-spacing: -0.1em;
}
.top_hours table tbody td .sat_pm {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.1em;
    white-space: nowrap;
    display: block;
}
.top_hours .hours_red {
    font-size: 1.4rem;
	font-weight: bold;
	color: #e3696b;
	margin-top: 1em;
}

/* フッタ */
footer .googlemap iframe {
	width: 100% !important;
	height: 300px;
}


@media (min-width: 768px) {
/* 大枠 */
#allcontents {
	border-top-width: 16px;
}
/* ヘッダ */
header .top_catch {
    font-size: 4rem;
}
header .top_catch span {
    font-size: 5rem;
}
header .top_catch small {
    font-size: 2.2rem;
}

/* コンテンツ */
article {
    padding: 70px 50px;
    max-width: none;
}

.top_news .news_head {
    margin: 20px 0 40px;
}
.top_news .news_head h2 {
    font-size: 3rem;
}
.top_news .news_head h2 span {
    font-size: 10rem;
    left: -10px;
    bottom: -3px;
}
.top_news .news_head .news_link {
    margin-bottom: 10px;
}
.top_news .news_head img {
    width: 34px;
    margin-left: 15px;
}
.top_news dl {
    display: table;
    max-width: 1100px;
    margin: auto;
}
.top_news dl dd {
    margin: -2em 0 1.5em 7em;
}
.top_news dl dd:last-child {
    margin-bottom: 0;
}

.top_about .about_head {
    margin: 20px 0 40px;
}
.top_about .about_head h2 {
    font-size: 3rem;
}
.top_about .about_head h2 span {
    font-size: 10rem;
    bottom: -3px;
}
.top_about .about_note {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}
.top_about .about_img_sp {
    display: none;
}
.top_about .about_img_pc {
    display: inline;
}

.top_hours .hours_head {
    margin: 20px 0 40px;
}
.top_hours .hours_head h2 {
    font-size: 3rem;
}
.top_hours .hours_head h2 span {
    font-size: 10rem;
    left: -10px;
    bottom: -3px;
}
.top_hours .hours_head .hours_note {
    font-size: 1.6rem;
    width: auto;
    margin: 0 1em 10px auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    z-index: 1;
}
.top_hours .hours_head .hours_label {
    font-size: 1.4rem;
    margin-bottom: 13px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.top_hours table thead th {
    padding: 0.5em 0;
}
.top_hours table tbody th {
    font-size: 2rem;
    padding: 0.5em 0;
    white-space: nowrap;
}
.top_hours table tbody th span {
    display: inline-block;
    margin: auto;
    height: 2px;
    width: 5px;
    vertical-align: middle;
    margin: auto 3px;
}
.top_hours table tbody td {
    width: 11%;
}
.top_hours table tbody td.ope_day {
    font-size: 1.4rem;
    letter-spacing: 0em;
}
.top_hours table tbody td .sat_pm {
    font-size: 1.3rem;
    letter-spacing: 0em;
}
.top_hours .hours_red {
    font-size: 1.8rem;
}

/* フッタ */
footer .googlemap iframe {
	height: 400px;
}
}

@media (min-width: 1200px) {
/* ヘッダ */
.opmenu header .head_logo img {
  opacity: 0;
}
header .floating_logo img {
  opacity: 1 !important;
}
header .top_catch {
    font-size: 5rem;
}
header .top_catch span {
    font-size: 5.4rem;
}
header .top_catch small {
    font-size: 2.4rem;
}
#menu-box #menu ul.menu_main > li > a {
    color: #fff;
}
#menu-box.DownMove2 #menu ul.menu_main > li > a {
    color: #262b2f;
}
#menu-box.topfixity #menu ul.menu_main > li > a {
    color: #fff;
	transition: 1s;
}
header .top_scroll {
    display: block;
    width: 14px;
    height: 170px;
    position: absolute;
    top: auto;
    left: 45px;
    bottom: 50px;
}
@media screen {
header .top_scroll {
    opacity: 0;
    animation: topmv2 1.5s ease-in forwards;
    animation-delay: 3s;
}
@keyframes topmv2{
    from{opacity:0;}
    to{opacity:1;}
 }
}
header .top_scroll p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    animation: arrowmove 1.5s ease-in-out infinite;
}
header .top_scroll p img {
    width: 14px;
    height: 170px;
}
@keyframes arrowmove{
      0%{bottom:0px;}
      50%{bottom:25px;}
     100%{bottom:0px;}
 }


/* コンテンツ */
article {
    padding: 80px 60px;
}

.top_news .news_head {
    margin: 45px 0 40px;
}
.top_news .news_head h2 {
    font-size: 4rem;
}
.top_news .news_head h2 span {
    font-size: 16rem;
    left: -15px;
    bottom: -8px;
}
.top_news .news_head .news_link {
    margin-bottom: 20px;
}
.top_news .news_head img {
    width: 40px;
    margin-left: 20px;
}

.top_about .about_head {
    margin: 45px 0 40px;
}
.top_about .about_head h2 {
    font-size: 4rem;
}
.top_about .about_head h2 span {
    font-size: 16rem;
    bottom: -8px;
}
.top_about .about_note {
    font-size: 2rem;
    margin-bottom: 40px;
}

.top_hours .hours_head {
    margin: 45px 0 40px;
}
.top_hours .hours_head h2 {
    font-size: 4rem;
}
.top_hours .hours_head h2 span {
    font-size: 16rem;
    left: -15px;
    bottom: -8px;
}
.top_hours .hours_head .hours_note {
    font-size: 1.8rem;
    margin: 0 1.5em 15px auto;
}
.top_hours .hours_head .hours_label {
    font-size: 1.7rem;
    margin-bottom: 18px;
    padding: 0 1em;
}
.top_hours table thead th:last-child {
    padding-right: 4%;
}
.top_hours table tbody th {
    font-size: 2.2rem;
    padding: 0.5em 0 0.5em 3%;
}
.top_hours table tbody th span {
    height: 2px;
    width: 8px;
    margin: auto 5px;
}
.top_hours table tbody td {
    width: 10%;
}
.top_hours table tbody td:last-child {
    width: 14%;
    padding-right: 4%;
}
.top_hours table tbody td.ope_day {
    font-size: 1.6rem;
}
.top_hours table tbody td .sat_pm {
    font-size: 1.6rem;
}
.top_hours .hours_red {
    font-size: 2rem;
}

/* フッタ */
footer {
    margin-top: 30px;
}
footer .googlemap iframe {
	height: 500px;
}
}


