﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    background-color:#fff;
	font-size:12px;
	font-family: 'Noto Sans JP', sans-serif;
    /*font: normal normal 12px/1.7 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;*/
	line-height: 140%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: (0,0,0,0);

}
.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: 13px;
    font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    font-weight: 500;
    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:0px;
    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);
}
.contentsButton {
	width: 100%;
	height: 24px;
    font-size: 100%;
	color:#0096da;
    font-family: 'Noto Sans JP', sans-serif;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 500;
    padding-top: auto;
    padding-left: auto;
    padding-right: auto;
	padding-bottom: auto;
    border-style: none;
	border: 0;
	vertical-align:bottom;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
	cursor:pointer;
	outline: none;
}

/* 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;
}
.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.open #global-nav ul li:nth-child(9) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.open #global-nav ul li:nth-child(10) {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}
.open #global-nav ul li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.open #global-nav ul li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.open #global-nav ul li:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
/* ***********************************************************
* #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;
}
/************
/*
/************/

.l-content {
  position: relative;
  width: 100%;
	top:306px;	
  /*margin-bottom: 50%;*/
}
.nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%;
	height: 49px;
	background: #0096da;
}
.navi .previous  {
	position: absolute;
	left:0;
}
.navi .next  {
	position: absolute;
	right:0;
}
.navi .previous a,
.navi .next a {
  display: inline-block;
  width: 40px;
	left:0;
  margin: 0 5px;
  line-height: 40px;
  text-decoration: none;
  color: #FFFFFF;

}

.navi .previous a:hover,
.navi .next a:hover {
  color: #0096da;
  
}

.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:100vh;
	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;
}
.radius-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
.twitter-timeline {
	position: static;
	visibility: visible;
	display: inline-block;
	width: 100%;
	height: 100vh;
	padding: 0px;
	border: none;
	max-width: 100%;
	min-width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 200px;
}
