﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho:wght@300;400;500;700&display=swap');*/
body {
	font-size: 13px;
	/*line-height: 140%;*/
	font-family: Verdana, 'Noto Sans JP';
	-moz-osx-font-smoothing: grayscale;
	-moz-text-size-adjust: none;
	font-weight: 500;
	color: #333;
	background: #fff;
	/*-webkit-text-size-adjust: none;*/
	-webkit-tap-highlight-color: (0,0,0,0);
	border: none;
	letter-spacing: 1px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;

}

.wrap {
	width:95%;
	margin-top:5px;
	margin-left:auto;
	margin-bottom:10px;
	margin-right:auto;
}
.diamorregular {
	font-family: 'diamorregular';
}
a {
	text-decoration: none;
	color : inherit;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
ul, ol {
  padding-left: 0px;
}
.button {
	width: 100%;
	height: 24px;
	font-size: 100%;
	font-family: Verdana, 'Noto Sans JP';
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 600;
	padding-top: auto;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: auto;
/*    background-color: #0096da; */
/*    color: #fff; */
	border-style: none;
	border: 0;
/*	letter-spacing: 2px; */
	vertical-align:middle;
	cursor:pointer;
	outline: none;

}
.defult {
	background-color: #0096da;
	color: #fff;
}
.button-active {
	background-color: #ff4500;
	color: #fff;
}
.none {
	padding:1px;
    background-color: transparent;
    
}
.button-border {
	padding:1px;
    background-color: transparent;
	border: 1px solid #ff4500;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}
/*
.button:hover{
    opacity: 0.5;
	filter: alpha(opacity=50);
}
*/
.a:hover{
    opacity: 0.5;
	filter: alpha(opacity=50);
}
.contents_button {
	display:block;
	color:#0096da;
	font-size:120%;
}
.contents_button_white {
	color:#000;
}
.contents_button:hover {
	 color: #333;
}

/* page-top */
.page-top {
	display: block;
}
.page-top a {
	text-decoration: none;
}
.page-top a:hover {
	text-decoration: none;
}
/*******************
 *                 *
 *******************/
.contents-fixed-top {
    position:absolute;
	width:100%;
	height:70px;
    top: 0;
    left: 0;
    z-index: 1030;
	background-color: rgba(255, 255, 255, 0.65);
    padding: 5px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
}
/***************************/
/* GOOGLE MAP              */
/*-------------------------*/        
iframe.googlemap{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.parentPagger {
	position:relative;

}
.pagger {
	/*position:absolute;*/
	
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
}
.paggerButton {
	width: 32px;
	/*height: 32px;*/
    font-size: 130%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color:#0096da;
	background-color:#fff;
	border: 1px solid #0096da;
	vertical-align:middle;
	cursor:pointer;
	outline: none;
}
.bwWrapper {
    position:relative;
    display:block;
}
/***************/
/* #global-nav */
/***************/
.open #global-nav {
  z-index: 1001;
  visibility: visible;
}
#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

/************/
/* nav-list */
/************/
#global-nav ul li {
	margin-bottom:10px;	
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 2300px;
  height: 2300px;
  margin-right: -1150px;
  margin-top: -1150px;
  top: 28px;
  right: 28px;
  display: block;
  position: fixed;
  background: #ff4500;
 -webkit-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(.02);
  transform: scale(.02);
	z-index:1000;

}
#nav-base {
	top:10px;
	right:10px;
	width:85px;
	height:67px;
	background: #ff4500;
	position: fixed;
	border-radius:17px;
	z-index:1;

}
.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 6px;
  top: 8px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1002;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}
.open #nav-toggle none:nth-child(4) {
  /*width: 0;*/
}
.toggle-menu {
	 position: absolute;
	top: 15px;
	font-size:70%;
	font-weight:600;
	color:#fff;
}
.pc_contents_button {
	height:49px;
	color:#fff;
	font-size:16px;
	background:#0096da;
}
.pc_contents_button:hover {
	height:49px;
	 color: #26245e;
}
.pc_contents_button_white {
	height:49x;
	background:#fff;
	color:#000;
	font-size:16px;
}
/*******/
/* dot */
/*******/
.dot {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 6px;
	/*top: 6px;*/
	/*z-index: 1;*/
	overflow: hidden;

}
.dot:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: calc(100% + 17px);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 100%;
}
.dot.dot_first:after {
	background-image: url("../_svg/loop_first.svg");
	animation: dotTopAnime 1.2s linear infinite;
	-webkit-animation: dotTopAnime 1.2s linear infinite;
}
.dot.dot_second:after {
	background-image: url("../_svg/loop_second.svg");
	animation: dotTopAnime 1.2s linear infinite;
	-webkit-animation: dotTopAnime 1.2s linear infinite;
}
@keyframes dotTopAnime {
	0% {
		transform: translate3d(-17px, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes dotTopAnime {
	0% {
		-webkit-transform: translate3d(-17px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
.section {
	position: relative;

}

/* 日付 カレンダー風 */
.hyphen {
	display: none;
}
.date a {
	text-decoration: none;
}
.entry-header .date {
	position: absolute;
	top: 5px;
	left: -90px;
	width: 75px;
	height: 60px;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/syofuso/20170130/20170130143332.png?1485754436) repeat-x;
	color: #47a89c;
	text-align: center;
	line-height: 20px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 12px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	font-weight: normal;
}
.date-year::after {
	content: "-";
}
.date-month::after {
	content: none;
}
.date-year, .date-month {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
 .date-day {
	display: block;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
        color: #47a89c;
}
.en {
	font-size: 16px;
	line-height: 1.3;
	background-color: #000;
	color:#fff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	text-align: center;
}
.advice-block {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-position: center;
	background-size:cover;
}
.advice-text {
	position: absolute;
	width: 400px;
	top: 160px;
}
/*********/
/* TABLE */
/*********/
table.type05 {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	font-size:100%;
	line-height: 100%;
	font-weight: 600;

}
table.type05 th {
	padding:1px 0px 2px 0px;
	color:#fff;
	background:#0096da;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.type05 td {
	background:#d9d9d9;
	padding:1px 0px 2px 0px;
	color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:right;
}
table.type05 td {
	background:#D7E0E6;
}
table.type05 tr:nth-child(odd) td {
	background:#F3E9E6;
}

table.type06 {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	font-size:100%;
	line-height: 100%;
	font-weight: 600;

}
table.type06 th {
	padding:3px 2px 3px 2px;
	color:#fff;
	background:#0096da;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.type06 td {
	background:#d9d9d9;
	padding:3px 0px 3px 0px;
	color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:right;
}
table.type06 td {
	background:#D7E0E6;
}
table.type06 tr:nth-child(odd) td {
	background:#F3E9E6;
}
table.type12 {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	font-size:100%;
	line-height: 100%;
	font-weight: 600;
}
table.type12 td {
	padding:2px 0px 2px 0px;
	color:#000;
	text-align:left;
}

.radius-top-left {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px;  
}
.radius-top-right {
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px;  
}
.radius-bottom-left {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px;  
}
.radius-bottom-right {
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px;  
}
.code-left {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px;  
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;  
}
.code-right {
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;  
}
/************/
/* パンくず */
/************/
breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}
/********/
/* move */
/*******/
.hero {
	width:100%;
	height:50vh;
	overflow: hidden;
	position: relative;
}
#mp4 {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
/**********
 * loding *
 **********/
.loading{
	align-items: center;
	background: #fff;
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}
.loading p{
	width: 100%;
}
/**********
 * slider *
 **********/
.slider{
	position:absolute;
	bottom:10px;
	width: 100%;
opacity: 0;
    transition: 3s;
}
.slick-initialized{
    opacity: 1
}
.slider img{
	height: auto;
	width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}
ul.slider {
	padding-left:0px;
}
/* css checkbox01 */
.checkbox01-input[type=checkbox]{
  display: none;
}
.checkbox01-parts{
  /*padding-left: 20px; */
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #0096da;
  border-radius: 2px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #0096da;
 }
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 5px solid #0096da;
  border-right: 5px solid #0096da;
}
/*



*/
.sankou-badge, .link-badge {
	position: absolute;
	content: "";
	top:-10px;
	right:-2px;
	width:24px;
	height:24px;
	background:url('./_svg/info-circle-solid.svg');
	background-size:cover;
}
.svg-area {
	cursor: pointer;
}

.subject {
	width:40px;
	height:40px;
	color: #0096da;
	background:#f0f0f0;
	/*text-shadow: 1px 1px 1px #ccc;*/
	font-size: 26px;
	font-weight:600;
	text-align: center;
	vertical-align: middle;
 	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	line-height: 1.5em;

}
.subject_small {
	color: #fff;
	/*text-shadow: 1px 1px 1px #ccc;*/
	font-size: 14px;
	font-weight:900;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	vertical-align: middle;

}
.clip {
 position:relative;
width: 1024px;
height:620px;

}

.fade {
  width: 100%;
height:620px;

}
.fade img{
  width: 100%;
}

/*****/
.slick-slide .caption {
	position: absolute;
	left: 48px;
	line-height: 1.5;
	top: 48px;
	z-index: 10;
	width: 1024px;
	color: #0096da;
	font-size: 200%;
	font-weight:600;
	text-align:left;
	opacity: 0;
 	transition: 2.0s ease;
}
.slick-current .caption {
	opacity: 1.0;
	transition-delay: .2s;
}

.header {
	position: relative;
	top:0px;
	display:block;
	background: #0096da;
	width:100%;
}
.nav{
	width:100%;
height: 49px;
	background: #f0f0f0;
vertical-align:middle;
}
.main {
	margin: 0 auto;
	background: #fff;

}
.pos	{
	position: absolute;
	width:192px;
	height:192px;
	background:#0096da;
 	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.pos_off	{
	position: absolute;
	width:192px;
	height:192px;
	color:#0096da;
	background:#f0f0f0;
 	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.body {
	position: relative;
	margin: 16px auto 16px;
	width:1024px;
	height:834px;

}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.footer {
	margin-top:20px;
	width: 100%;
	height: 64px;
 	background-color: #0096da;
}

.language {
	position: absolute;
	top:0;
	right:0;
	width:154px;
	height:106px;
	font-size:100%;
    background: #f0f0f0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
	color:#0096da;
}
/*****************/

.page-header {
	position: relative;
	margin: 16px auto 0px auto;
	width: 1024px;
	height:210px;
	background: url('../_img/page_top.svg');
	background-size:1024px 220px;
}
.page-header-left {
	width:190px;
	height:190px;
	padding:10px;
	font-size:150%;
}
.page-header-right {
	vertical-align: top;
	width:834px;
}
.page-body {
	margin: 0 auto;
	width: 1024px;
	height:auto;
	background:#f0f0f0;
	display:block;
	border-radius-top-left: 20px;
	border-radius-bottom-left: 20px;
	border-radius-bottom-right: 20px;
	-webkit-border-radius: 20px 0px 20px 20px;
}
/*
select {
    width: 100%;
    padding: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #0096da;
    background: #fff;
    background: url('../_svg/arrow-circle-down-solid.svg') right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}
---*/
.input-box input,
.input-box textarea {
    box-sizing: border-box;
    padding: .4em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #0096da;
}
.radius5px {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.line {
	height:12px;
	background: url("./_svg/line.svg") repeat-x;
}
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  height: 40px;
  width: 300px;
  position: relative;
  background: #cfcedb url(https://ginneko-atelier.com/assets/arrow.svg) no-repeat right 10px center / 16px auto;
}
