@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
	scroll-behavior: smooth;
}
body{
	font-family: 'Perpetua Regular', 'Noto Serif JP', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	list-style: none;
/*	background-color: black;*/
}
a {
    text-decoration: none;
	transition: color 0.3s;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
	color: #432;
}
a:hover {
    color: #0bd;
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* ローディング画面 */
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 45vh auto;
  background-color: #FFC6C7;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/*ライン*/
.hr-text {
	line-height: 1em;
	margin: 7% 0 7%;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	z-index: 1;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1.5px;
	z-index: 1;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
/*	color: aliceblue;*/
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	z-index: 1;
}

.hr-text1 {
	line-height: 1em;
	margin: 2.5% 0 0;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	z-index: 1;
}
.hr-text1:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1.5px;
	z-index: 1;
}
.hr-text1:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #fcfcfa;
	z-index: 1;
}

/*header*/
.wrapper {
    max-width: 1300px;
    margin: 10vh auto;
    padding: 0 4%;
}
@media (max-width: 600px) {
	.wrapper {
		padding: 0 1%;
	}
}
.page-header {
    display: flex;
	flex-direction: column;
    align-items: center;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	background-color: rgba(244,207,214,0.5)
}
.page-header-1 {
	font-family: "Gill Sans Std Book", sans-serif;
    display: flex;
	justify-content: space-around;
	align-self: center;
	flex-wrap: wrap;
	position: -webkit-sticky;
	position: sticky;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	margin-top: 0;
}
.logo {
    width: 150px;
    margin: 14px 0 0 14px;
}
.main-nav {
    display: flex;
	justify-content: space-around;
    font-size: 1.25rem;
    margin: 15px 0 1px;
    list-style: none;
	border-bottom: solid 1px #E4E4E4;
	border-top: solid 1px #E4E4E4;
}
.main-nav-1 {
	font-family: "Crimson Text","Yu Mincho",YuMincho,serif;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    font-size: 1rem;
    margin: 20px 0 0 0;
    list-style: none;
	letter-spacing: 1.5px;
}
.main-nav li {
    margin: 0 20px;
}
.main-nav-1 li {
    margin: 0 10px;
}
.main-nav,.main-nav-1 a {
    color: rgba(102,102,51,1);
	font-size: 0.9rem;
}
.main-nav,.main-nav-1 a:hover {
    color: #0bd;
}
.header-top {
	background-color: #F1F1F1;
	width: 100vw;
	height: 4vh;
	text-align: center;
	padding: 5px 0 0;
}

/*----NAVI----*/
.pc-nav > ul{
	display: flex;
	color: #ff0000;
}
.pc-nav li a{
	color: #515151;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}
.sp-nav {
	font-family: 'Philosopher', serif;
	display: none;
}

.fab {
	display: inherit;
}

/*※※※※※※※※※※※※※※※※※※※※※※ここまで初期設定※※※※※※※※※※※※※※※※※※※※※※※*/

.container{
	max-width: 1200px;
	margin: 0 auto;
}

/*タブメニュー*/
section {
    /*overflow: hidden;*/
    -webkit-transition: .8s;
    transition: .8s;
	position: relative;
	max-width: 1200px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
section .image {
	width: 100%;
	text-align: center;
}

.tab4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1%;
	   -moz-column-gap: 1%;
	        column-gap: 1%;
	row-gap: 0.5%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	text-align: center;
	/*background-color: aliceblue!important;*/
	margin: 20px auto 0!important;
	max-width: 1100px;
	
}
.tab4 li {
	font-weight: bold;
	list-style: none;
	padding: 10px;
	border-top: 1px rgba(128,128,128,.3) solid;
	border-bottom: 4px gray solid;
	border-right: 3px gray solid;
	border-left: 1px rgba(128,128,128,.3) solid;	
	height: auto;
}
.tab4__item {
	width: calc(95% / 5.5);
}
.tab4__item img {
	
}
.tab4__item p {
/*	color: #fff;*/
	word-break: break-word;
	text-align: center;
	font-weight: normal;
	font-size: 1rem;
}
.tab4__item p span {
	font-size: 0.875rem;
	font-weight: lighter;
	display: inline;
}
@media (max-width: 600px) {
	.tab4__item {
		width: calc(98% / 3);
	}
}
.tab4__link {
	position: relative;
	text-decoration: none;
	color: #444;
	cursor: pointer;
}
.tab4__link:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 0;
	height: 100%;
	background-color: #444;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE1E2));
	background:-o-linear-gradient(transparent 80%, #FFE1E2 80%);
	background:linear-gradient(transparent 80%, #FFE1E2 80%);	
	z-index: -2;
}
.tab4__link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background-color: #444;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE1E2));
	background:-o-linear-gradient(transparent 80%, #FFE1E2 80%);
	background:linear-gradient(transparent 80%, #FFE1E2 80%);	
	z-index: -2;
}
.tab4__link.on:before {
	width: 50%;
}
.tab4__link.on:after {
	width: 50%;
}
.tab4-body {
	position: relative;
	height: 900px;
}
@media (max-width: 1024px){
	.tab4-body {
		height: 800px;
	}
}
@media (max-width: 600px){
	.tab4-body {
		height: 550px;
	}
}
.tab4-body__item {
	position: absolute;
	left: 0;
	right: 0;
	width: cals(100% - 30px);
	margin: 30px 0px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.tab4-body__item.on {
	opacity: 1;
	z-index: 100;
}

/*タブメニューend*/

/*TOPタイトル*/
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.top-image {
	position: relative;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 50px auto 60px;
	width: 100%;
}
.top-image p {
	font-family: 'Philosopher', serif;
	line-height: normal;
	position: absolute;
	text-align: center;
	background-color: rgba(0,0,0,.60);
	padding: 1% 5%;
	color: white;
	width: 100vw;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%);
	font-size: 1rem;
}
.top-image p span {
	font-size: 1.375rem;
	font-weight: bold;
	border-bottom: 5px double gray;
}
@media (max-width: 600px) {
	.top-image {
		margin: 30px auto 60px;
	}
	.top-image h2 {
		bottom: 0%;
	}
}
.top-subimage {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 150px auto 60px;
	width: 100%;
}
.top-subimage p {
	font-family: 'Philosopher', serif;
	line-height: normal;
	text-align: center;
/*	background-color: rgba(0,0,0,.60);*/
/*	color: white;*/
	font-size: 1rem;
	padding: 1rem;
/*	margin-bottom: 1.5rem;*/
}
.full-width-sub img {
	height: 40vh;
    object-fit: cover;
    object-position: center 90%;
    width: 100vw;
}
@media (max-width: 600px) {
	.top-subimage {
		margin: 50px auto 60px;
	}
	.top-subimage h2 {
		bottom: 0%;
	}
}
.full-width,.full-width-sub {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.full-width img {
	height: 80vh;
    object-fit: cover;
    object-position: center 55%;
    width: 100vw;
	line-height: 1.0em;
	vertical-align: bottom;
}
@media (max-width: 600px) {
	.full-width img {
		height: 60vh;
		object-position: 15%;		
	}
	.top-image p {
		font-size: 0.875rem;
	}
}
.title {
	font-size: 2rem;
	font-weight: 100;
}
.margin-bottom {
	margin-bottom: 1.5em;
}
.js-swiper {
	margin-bottom: 10%;
}
.js-swiper p {
	margin: 5% auto 10%;
	font-size: 1rem;
/*	color: aliceblue;*/
}
.js-swiper-thumbs img {
	filter: brightness(0.7);
	cursor: pointer;
}
.swiper-slide {
	position: relative;
}
.swiper-slide div {
	position: absolute;
	top: 55%;
    left: 76%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: black;
}
.swiper-slide div p {
	font-size: 1rem;
	line-height: 1.5;
	width: 600px;
	color: black;
}
/* 選択されているサムネイルを透過 */
.swiper-slide-thumb img {
	cursor: pointer;
	height: 100%;
	width: auto;
}
.swiper-slide-thumb-active{
	opacity: 1;
}
.swiper-slide-thumb-active img {
	/*border: 1px double gray;*/
	filter: brightness(1);
}
.swiper-button-next,.swiper-button-prev {
	color: #838383!important;
}
.js-swiper-thumbs .swiper-slide {
	margin: 0;
}
@media (max-width: 10240px) {
	.swiper-slide div p {
		font-size: 0.875rem;
	}
}
@media (max-width: 600px) {
	.title {
		font-size: 1.175rem;
	}
	.js-swiper p {
		font-size: 0.8rem;
		white-space: nowrap;
	}
	.swiper-wrapper img {
		width: 100%;
	}
	.swiper-slide div {
		position: absolute;
		top: 100px;
	    left: 75%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
		width: 300px;
	}
	.swiper-slide div p {
		font-size: 0.5rem;
		line-height: normal;
		
	}
}

/*テーマタイトル*/
.ttl_center5 {
	display: block;
	font-size: 1.25rem;
	font-weight: normal;
	width: fit-content;
	margin: 2rem auto;
	padding: 0.5em 1em;
	text-align: center;
	position: relative;	
}
.ttl_center5::before, .ttl_center5::after {
	content: '';
	background-color: #4c9ac0;
	width: 65%;
	height: 1.5px;
	position: absolute;
}
.ttl_center5::before {
	top: 0;
	left: 0;
}
.ttl_center5::after {
	bottom: 0;
	right: 0;
}
/*改行*/
.sp-br {
	display: none;
}
.pc-br {
	display: block;
}

@media (max-width: 1024px){
	.sp-br {
		display: none;
	}
	.pc-br {
		display: block;
	}
}
@media (max-width: 600px){
	/*改行*/
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
}


/***追従するトップへ戻るボタン***/
#pageTop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10000;
}

#pageTop i {
	padding-top: 6px
}

#pageTop a {
	display: block;
	padding: 4px 0 0 0px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
footer {
	margin-top: 200px!important;
}
@media (max-width: 600px){
	footer {
		margin-top: 400px!important;
	}
}

.form-text {
	width: 60px;
	margin: 1em;
	border: 3px solid aliceblue;
	color: aliceblue;
	text-align: center;
}
.form-text-result {
	width: 60px;
	margin: 5px;
	border: 3px solid white;
	color: aliceblue;
	text-align: center;
}
.week-button {
	margin-left: 2rem;
}
#resultForm{
	width: 340px;
	margin: 0 0 0 10px
}

@import url(https://fonts.googleapis.com/css?family=Roboto);

.flex-grid-center {
    display: flex;
    justify-content: center;
    margin: 5em 0;
}
.fuller-button {
    color: white;
    background: none;
    border-radius: 0;
    padding: 1em;
    letter-spacing: 0.35em;
    font-size: 0.875em;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    margin: 1em;
}
.fuller-button.blue {
    box-shadow: inset 0 0 1em rgba(0, 170, 170, 0.5), 0 0 1em rgba(0, 170, 170, 0.5);
    border: #0dd solid 2px;
}
.fuller-button.blue:hover {
    background-color: #0dd;
    box-shadow: inset 0 0 0 rgba(0, 170, 170, 0.5), 0 0 1.5em rgba(0, 170, 170, 0.7);
}
.fuller-button.red {
    box-shadow: inset 0 0 1em rgba(251, 81, 81, 0.4), 0 0 1em rgba(251, 81, 81, 0.4);
    border: #fb5454 solid 2px;
}
.fuller-button.red:hover {
    background-color: #fb5454;
    box-shadow: inset 0 0 0 rgba(251, 81, 81, 0.4), 0 0 1.5em rgba(251, 81, 81, 0.6);
}
.fuller-button.white {
    box-shadow: inset 0 0 0.8em rgba(255, 255, 255, 0.3), 0 0 0.8em rgba(255, 255, 255, 0.3);
    border: #fff solid 2px;
}
.fuller-button.white:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3), 0 0 1.2em rgba(255, 255, 255, 0.5);
}
.pure-control-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 0 1em 2.6em 1em;
}
.pure-form .pure-control-group label {
    text-align: left;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 0;
    letter-spacing: 0;
    margin: 0 1em;
}
.pure-form .pure-control-group input {
    background: none;
    box-shadow: none;
    padding-left: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
    color: #fff;
}
.pure-form .pure-control-group input:focus {
    border-bottom: 2px solid white;
}
.pure-form .pure-control-group textarea {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    resize: none;
    height: 8em;
    color: #fff;
}
.pure-form .pure-control-group textarea:focus {
    border-left: 2px solid white;
}
.pure-form .pure-control-group input[type=email]:focus:invalid {
    color: #fff;
}
.pure-form .pure-control-group input[type=email]:invalid {
    color: #fb5454;
}
.pure-form button {
    margin: 0.5em 1em;
}

.breadcrumb {
	padding: 3rem 1rem 1rem 1rem;
	font-size: 0.8rem;
}

.breadcrumb-listgroup {
	display: flex;
	list-style: none;
}
.breadcrumb-listgroup-item-link[href]:hover {
	opacity: 0.5;
}
.breadcrumb-listgroup > * + * {
	margin-left: 0.5em;
}
.breadcrumb-listgroup > * + *::before {
	content: "/";
	margin-left: 0.75em;
	margin-right: 0.75em;
}
.active-color {
	color: rgba(0,70,211,1.00);
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}