@charset "utf-8";

*{ 
    margin: 0;padding: 0; 
}
body {
	color: #333333;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.inner {
	margin: 0 auto;
	width: 980px;
}
.sp {
	display: none;
}
/*------------------------------------------------------------ header */
#page-header {
	width: 100%;
	background-color: #0071BA;
}
#page-header .page-header-inner {
	display: flex;
	justify-content: flex-start;
}
#page-header h1 {
	margin: 0;
	padding: 0;
}
#page-header h1 img {
	display: block;
	padding: 10px 0 0;
	margin: 0;
}
#page-header .page-header-info {
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 20px;
}
#page-header .page-header-info span{
	font-size: 120%;
	font-weight: bold;
	margin-left: 1em;
}

/*------------------------------------------------------------ main_menu */

#main-nav {
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.15);
}
#main-nav ul {
	display: table;
	width: 100%;
}
#main-nav li {
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
	line-height: 50px;
}
#main-nav li .pc {
	display: none;
}
/*#main-nav li.active {
	border-bottom: 2px #0071BA solid;
}*/
#main-nav a {
	display: block;
	color: #333333;
	text-decoration: none;
}
#main-nav a:hover {
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(225,225,225,1.00) 100%); 
}
#main-nav li i {
	display: inline-block;
	margin-right: 0.3em;
	font-size: 1.8em;
	color: #0071BA;
	vertical-align: text-bottom;
}

/*------------------------------------------------------------ footer */
#page-footer {
	padding: 0;
	font-size: 80%;
}
#page-footer .footer-add {
	background-color: #0071BA;
	padding: 20px 0;
	color: #FFFFFF;

}
#page-footer .footer-add .fotter-sitename {
	font-size: 160%;
	font-weight: bold;
}

#page-footer .footer-add .footer-address {
}
#page-footer .copyright {
	font-size: 80%;
	padding-bottom: 15px;
}
#footer-menu {
	background-color: #F0F0F0;
}

#footer-nav a:hover {
	text-decoration: underline;
}
#footer-nav ul {
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 3.5%;
	display: flex;
	flex-grow: 3;
	flex-wrap: nowrap;
}
#footer-nav li {
	font-size: 12px;
}
#footer-nav ul >:last-child {
	flex-basis: 240px;
}
#footer-nav li span {
	font-size: 14px;
}
#footer-nav ul li ul{
	display: inline-block;
	line-height: 1.8;
	padding: 0;
}
#footer-nav ul li ul a {
	color: #333333;
}
#footer-nav dd {
}
#footer-menu .fotter-mail {
	padding: 10px;
	border: 1px #0071BA dashed;
	height: 5.5em;
    margin-left: auto;
}
#footer-menu .fotter-mail a {
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
}
#footer-menu .fotter-mail i{
	font-size: 240%;
	display: block;
	margin-bottom: 0.1em;
}
#footer-menu .fotter-mail a {
	display: block;
}
#footer-menu .fotter-mail a:hover {
	text-decoration: none;
}
#page-footer .page-top {
	float: right;
	margin-right: 60px;
}
#page-footer .page-top a {
	display: block;
	color: #FFFFFF;
	font-size: 350%;
}
#page-footer .page-top a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------ link */
a:link, a:visited {
	color: #0071BA;
	text-decoration: none;
}
a:hover img {
	filter: Alpha(opacity=60);opacity:0.6;
}
.t-no a{
	color: #FFFFFF;
}
/*------------------------------------------------------------ breadcrumbs */
#breadcrumbs {
	overflow: hidden;
	width: 100%;
	margin-left: 0.3em;
}
 
#breadcrumbs li{
	float: left;
	font-size: 75%;
}
 
#breadcrumbs a{
	text-decoration: none;
	color: #444;
	position: relative;
}
 
#breadcrumbs li:first-child a{
}
 
#breadcrumbs a:hover{
  background: #fff;
}
 
#breadcrumbs a::after {
	content: ">";
	padding: 0.5em;
}
 
#breadcrumbs .current,
#breadcrumbs .current:hover{
	font-weight: bold;
	background: none;
}
 
#breadcrumbs .current::after,
#breadcrumbs .current::before{
  	content: normal;
}
/*------------------------------------------------------------ contents */
#contents-wrapper {
	margin-top: 40px;
}
#contents {
	width: 65%;
	float: left;
}
#contents section {
	margin-bottom: 60px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents h2 {
	padding: 50px 0 20px 0;
	color: #0071ba;
	font-size: 20px;
}

#contents h3 {
	padding: 8px 0 8px 1em;
	margin: 20px 0;
	background-color: #c4d7e3;
	font-size: 16px;
}
#contents h4 {
	font-size: 16px;
	padding: 15px 0 15px 0;
}
#contents h4:before {
	content: "";
	border-left: 5px #0071ba solid;
	margin-right: 0.4em;
}

#contents h5 {
	font-size: 16px;
	padding: 10px 0;
}
#contents h5:before {
	font-family: FontAwesome;
	content: "\f192";
	font-size: 18px;
	color: #0071ba;
	margin-right: 0.1em;
	vertical-align: middle;
}
#contents h6 {
	font-size: 15px;
	color: #0071ba;
	padding: 10px 0;
}

#side {
	width: 28%;
	margin-left: 7%;
	float: right;
}
#side .page-nav {
	border-top-color: #E3E3E3;
	border-top-style: solid;
	border-top-width: 2px;
}
#side .page-nav li {
	border-bottom-color: #E3E3E3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 0.5em;
	
}
#side .dm-nav {
	background-color: #c4d7e3;
	padding: 10px;
	margin-top: 40px;
}
#side .dm-nav li.title {
	text-align: center;
	margin-bottom: 5px;
}
#side .dm-nav li ul {
	background-color: #FFFFFF;
	margin-top: 5px;
}
#side .dm-nav li ul li {
	border-bottom-color: #c4d7e3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 0.5em;
	text-align: left;	
}
#side .dm-nav li ul li:last-child {
	border: none;
}
#side .side-bnr-box {
	margin-top: 40px;
}
#side .side-bnr-box img {
	width: 100%;
	height: auto;
}
#side a.dm-btn {
	display: block;
	border: 1px #0071ba solid;
	color: #0071ba;
	padding: 1em;
	text-align: center;
	border-radius: 8px;
	margin: 30px 0 30px 0;
}
/*----------------------------*/
.access-box {
	border: 1px #0071ba solid;
	padding: 2em 2em 1em;
	margin-bottom: 30px;
}
.access-box i{
	color: #0071ba;
	margin-right: 0.5em
}
#contents .one-box img{
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}
#contents .one-box h4{
	text-align: center;
	margin-bottom: 10px;
	color: #0071ba;
}
#contents .one-box h4:before {
	content: none;
}
#contents .two-box {
	font-weight: normal;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
#contents .two-box div {
	box-sizing: border-box;
	width: 46%;
	margin-right: 8%;
	margin-bottom: 50px;
}
#contents .two-box div img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#contents .two-box div img.ph-v{
	width: 70%;
	height: auto;
}
#contents .two-box div h4{
	text-align: center;
	margin-bottom: 10px;
	color: #0071ba;
}
#contents .two-box div h4:before {
	content: none;
}
#contents .two-box div:nth-child(even) {
	margin-right: 0;
}
#contents .float-wrap:after {
    content:" ";
    display:block;
    clear:both;
}

#contents #goaisatsu img {
	float: right;
	margin: 10px 0 10px 10px
}
#contents #goaisatsu2 img {
	float: right;
	margin: 10px 0 10px 10px
}
#contents #kamoku .float-wrap {
	margin-bottom: 30px;
}
#about #contents ul {
	padding-left: 2.5em;
	margin: 1.6em 0;
	list-style-type: disc;
}
#about #contents ul li{
	margin-bottom: 0.4em;
}
#tounyou #contents ol {
	padding-left: 2.5em;
	margin: 1.6em 0;
}
#tounyou #contents ol li{
	margin-bottom: 0.4em;
}
#tounyou #contents ul {
	padding-left: 2.5em;
	margin: 1.6em 0;
	list-style-type: disc;
}
#tounyou #contents ul li{
	margin-bottom: 0.4em;
}
#tounyou #contents ul li ul {
	margin: 0.8em 0;
	list-style-type: circle;
}
#tounyou #contents dl {
	padding-left: 1em;
	margin: 1.6em 0;
}
#tounyou #contents dt, #tounyou #contents dd {
	margin-bottom: 0.8em;
}
#contents em {
	margin: 1.6em 0;
	font-weight: bold;
	color: #0071BA;
}
/*--------------------faq*/
#dm-faq dt {
	margin-bottom: 1em;
	font-weight: bold;
	text-indent:-2.3em;
	padding-left: 2.3em;
}
#dm-faq dd {
	margin-bottom: 3em;
	text-indent:-2.3em;
	padding-left: 2.3em;
}

#dm-faq dt:before {
	content: "Q";
	padding: 0.2em 0.5em;
	background-color: #0071BA;
	border-radius: 6px;
	color: #FFFFFF;
	margin-right: 0.5em;
}

#dm-faq dd:before {
	content:"A";
	padding: 0.2em 0.5em;
	background-color: #0071BA;
	border-radius: 6px;
	color: #FFFFFF;
	margin-right: 0.5em;
}
#dm-faq table.table-style {
	text-indent:0em;
	padding-left: 0em;
}
#dm-faq li {
	text-indent:0em;
	padding-left: 0em;
}#dm-faq i {
	text-indent:0em;
	padding-left: 0em;
}
/*------------------------------------------------------------ TOP PAGE */
#top #page-header {
	width: 100%;
	background-image: url(../images/pageheader_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*height: 477px;*/
	border-bottom: 1px #0071BA solid;
	background-color: transparent;
}
#top #page-header:after {
	content:" ";
    display:block;
	clear:both;
}
#top #page-header .pc-nav .inner {
    display: flex;
    justify-content: space-between;
    flex-direction:  row-reverse;
    margin-top: 40px;
}
@media screen and (max-width: 889px) {
    #top #page-header .pc-nav .inner {
    display: flex;
    flex-direction: column-reverse;
        margin-top: 30px;
    
}
    #top-nav {
        padding-top: 30px;
    }
    #top #page-header {
	background-size: 30%;
}
}
/*#top #page-header #top-nav {
	background-color: transparent;
	box-shadow: none;
	width: 48%;
	float: right;
	margin-top: 40px;
}
#top #page-header #top-nav:after {
	content:" ";
    display:block;
	clear:both;
}*/
#top #page-header #top-nav ul {
	width: 100%;
}
#top #page-header #top-nav li {
	float: left;
	margin-right: 5px;
	line-height: 1.4;
}
#top #page-header #top-nav li .pc {
	display: none;
}
#top #page-header #top-nav li a {
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0071ba;
	border-radius: 40px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
}
#top #page-header #top-nav li a:hover {
    background-color: #1689D4; 
}
#top #page-header #top-nav li i {
	display: none;
}
#top #page-header .headline {
	width: 50%;
	float: left;
	text-align: center;
	padding: 40px 0 0;
}
#top #page-header .headline h1 {
	width: 100%;
}
#top #page-header .headline h1 img {
	display: block;
	margin: 0;
}
/*#top #page-header .lead  {
	clear: both;
	margin: 0;
	padding: 30px 20px;
}

#top #page-header .add {
	width: 47%;
	margin: 0;
	padding: 50px 0 30px 20px;
}*/
#top #page-header .add p{
	/*text-align: center;*/
	color: #777777;
	line-height: 2em;
}
#top #page-header .add p span{
	font-size: 24px;
}
#top #page-header .add p span.tel{
	font-weight: bold;
}
#top #page-header .add p span.tel a{
	color: #777777;
}
#top #top-main section {
	width: 100%;
	background-color: #FFFFFF;
	padding: 40px 0;
}
#top #top-main section:after {
	content:" ";
    display:block;
    clear:both;
}
#top #top-main section .top-section-inner {
	width: 82%;
	margin: 0 auto;
}

#top #top-main section .top-section-innerL {
	width: 47%;
	float: right;
}
#top #top-main section .top-section-innerR {
	width: 47%;
	float: left;
}
#top #top-main section#top-guide {
	background-color: #F0F0F0;
}
#top #top-main section#top-time {
	background-color: #F0F0F0;
}
#top #top-main section#top-info {
	/*background-color: #F0F0F0;*/
}
#top #top-main section#top-access {
	/*background-color: #F0F0F0;*/
}

#top h2 {
	position: relative;
	text-align: center;
	font-size: 120%;
	margin-bottom: 40px;
	color: #0071BA;
}
#top h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#top h2:before {
	position: absolute;
	left: 45%;
	bottom: -5px;
	z-index: 1;
	content: '';
	display: block;
	width: 10%;
	height: 2px;
	background-color: #0071BA;
}
#top h3 {
	text-align: center;
	font-size: 110%;
	margin: 30px 0 20px 0;
	color: #0071BA;
}
#top #top-guide .lead {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
#top #top-guide .top-guide-box {
	box-sizing: border-box;
	width: 47%;
	float: left;
	margin: 0 1%;
	padding: 0;
	position: relative;
}
#top #top-guide .top-guide-box i {
	font-size: 24px;
	margin-right: 8px;
}

#top #top-guide .block-button p {
	font-size: 13px;
	margin: 0 30px;
}
#top #top-guide .block-button p.des {
	min-height: 8em;
}
#top #top-guide .block-button h3 {
	font-size: 24px;
	background: #0071BA;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 20px;
	border-bottom: 1px #bbbbbb solid;
	letter-spacing: 0.2em;
}
#top #top-guide .top-guide-box .top-guide-box-button {
	text-align: center;
	margin: 20px 0 30px;
}

#top #top-guide .top-guide-box .top-guide-box-button .button{
	font-size: 13px;
	border: 1px #bbbbbb solid;
	padding: 4px 20px;
	display: inline-block;
	border-radius: 16px;
}
#top #top-guide .block-button {
	display: inline-block;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#top #top-guide .block-button::before,
#top #top-guide .block-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#top #top-guide .block-button,
#top #top-guide .block-button::before,
#top #top-guide .block-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top #top-guide .block-button {
	position: relative;
	z-index: 2;
	border: 1px solid #0071BA;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

#top #top-guide .block-button:hover {
    color: #fff;
}
#top #top-guide .block-button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#top #top-guide .block-button:hover::after {
	background: #0071BA;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#top #top-info p.noinfo {
	text-align: center;
	padding: 50px 0;
}
#top #top-info dl {
	border-bottom: 1px #DDDDDD solid;
	width: 80%;
	display: block;
	margin: 20px auto;
}
#top #top-info dt {
	text-align: center;
	font-size: 120%;
	margin-bottom: 0.8em;
}
#top #top-info dd {
	margin-bottom: 10px;
	padding: 0 40px 10px;
    max-width: 70%;
}

#top #top-access .access-box {
	padding: 1em 1.5em 0;
	margin: 20px 0 0;
	background-color: #FFFFFF;
}
#top #top-access p {
	margin-bottom: 1em;
}
.map {
	position: relative;
	padding-bottom: 48%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top #top-access .map-illust {
	margin-bottom: 20px;
}
#top #top-access .map-illust img {
	width: 100%;
	height: auto;
}
#top #top-contents {
	background-color: #F0F0F0;
}
/*#top #top-contents .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	width: 78%;
}

#top #top-contents .inner div {
	width: 23%;
	position:relative;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 1%;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}*/
 
#top #top-contents .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	width: 80%;
    margin: 0 auto;
    justify-content:center;
}

#top #top-contents .inner div {
	width: 42%;
    position:relative;
	box-sizing: border-box;
	padding: 30px 30px 20px;
	margin: 0 3%;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#top #top-contents .inner div a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#top #top-contents .inner div a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#top #top-contents div img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}*/
#top #top-contents div img {
	display: block;
	margin: 0 auto;
	width: 60%;
	height: auto;
}
#top #top-contents div h3{
	text-align: center;
	font-size: 120%;
	color: #0071BA;
	margin: 0.5em 0;
}
/*#top #top-contents div p{
	display: block;
	font-size: 90%;
}*/
#top #top-contents div p{
	display: block;
	font-size: 100%;
}
#top-time .time-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	box-sizing: border-box;
}
#top-time .time-table th, .time-table td {
	padding: 10px 5px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
#top-time .time-table th {
	background:#0071BA;
	text-align: center;
	color: #FFFFFF;
}
#top-time .time-table th {
	width: 13%;
	vertical-align: middle;
}
#top-time .time-table td {
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#top-time .notes-box {
	width: 100%;
}
#top-time .notes-box-right {
	width: 49%;
	float:right;
	text-align: right;
}
#top-time .notes-box-left {
	width: 49%;
	float:left;
}
#top-time .notes-box-right {
	width: 49%;
	float:right;
	text-align: right;
}

/*#top-time .crowd-table-sp{
	display: none;
}*/
#top-time .crowd-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	box-sizing: border-box;
}
#top-time .crowd-table th, .crowd-table td {
	padding: 5px;
	border: 1px solid #ddd;
}
#top-time .crowd-table th {
	background:#0071BA;
	text-align: center;
	color: #FFFFFF;
}
#top-time .crowd-table th {
	width: 10%;
	vertical-align: middle;
}
#top-time .crowd-table td {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 20px;
    vertical-align: middle;
}
#top-time .crowd-table td span.text {
	font-size: 14px;
}
#top-time td.square {
	color: #FF274F;
	background-color: #FFEEF1;
}
#top-time td.triangle {
	color: #FFDA1C;
	background-color: #FFFBEB;
}
#top-time td.circle {
	color: #0071BA;
	background-color: #EEF7FF;
}
#top-time .crowd-ex {
	border-collapse: separate;
	border-spacing: 0 5px;
	float: left;
	margin-right: 30px;
}
#top-time .crowd-ex td {
	vertical-align: middle;
	padding: 5px;
	font-size: 90%;
}
#top-time .crowd-ex td.square, #top-time .crowd-ex td.triangle, #top-time .crowd-ex td.circle{
	width: 100px;
	text-align: center;
	padding: 0;
	border: 1px solid #ddd;
	font-size: 20px;
}

#top-info .kyushin {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	box-sizing: border-box;
}
#top-info .kyushin td {
	padding: 10px 0px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
#top-info .kyushin th {
	padding: 10px 0px;
	border: 1px solid #ddd;
	vertical-align: middle;
	background:#0071BA;
	text-align: center;
	color: #FFFFFF;
}
#top-info .kyushin td.blue {
	color: #0071BA;
	background-color: #EEF7FF;
}
#top-info .kyushin td.red {
	color: #FF274F;
	background-color: #FFEEF1;
}

/*------------------------------------------------------------ table*/
#contents table.table-style {
	margin: 25px 0;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
}
#contents table.table-style th {
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #F0F0F0;
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
#contents table.table-style td {
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-size: 90%;
	line-height: 140%;
}

/*------------------------------------------------------------ font */

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bottom {
	vertical-align: bottom;
}
.center {
	text-align: center;
}
.cap {
	font-size: 80%;
}
.notes {
	font-size: 90%;
}
/*------------------------------------------------------------ float */
.f-right{
	float: right;
}
.f-left{
	float: left;
}
.img-right{
	float: right;
	margin-left: 20px;
}
.img-left{
	float: left;
	margin-right: 20px;
}
.img-center{
	display: block;
	margin: 0 auto;
}
.clear{
	clear: both;
	line-height: 0%;
}
.float-img-r {
	float: right;
	}
.float-img-l {
	float: left;
	}
/*------------------------------------------------------------  etc */

.mt0 {
	margin-top: 0px;
}
.mt20 {
	margin-top: 20px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}

@media print {
	#main-nav, #footer_menu {
	display: none;
}
}


/*------------------------------------------------------------  add */

a.btn01 {
    text-align: center;
    font-weight: bold;
	font-size: 14px;
	border: 1px #0071BA solid;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 20px;
}

a.btn01:hover {
    color: #FFF;
    background-color: #0071BA; 
}
#top #page-header .lead .inner {
    display: flex;
	margin: 0 auto;
	padding: 30px 20px;
}
#top #page-header .lead .lead-left {
    width: 47%;
    margin-bottom: 100px;
}
#top #page-header .lead .lead-right {
    width: 47%;
    margin-left: auto;
}

#top #page-header .lead .add {
    box-sizing: border-box;
	margin: 0;
	padding: 50px 0 30px 20px;
}
#top #page-header .lead .lead-right a.btn-resv {
    text-align: center;
    font-weight: bold;
	font-size: 18px;
	border: 1px #0071BA solid;
	padding: 5px 20px;
	display: block;
	border-radius: 30px;
    margin: 20px 0 0 auto;
    width: 64%;
}

#top #page-header .lead .lead-right a.btn-resv:hover {
    color: #FFF;
    background-color: #0071BA; 
}

@media screen and (max-width: 600px) {
    #top #page-header .lead .inner {
   flex-direction: column;
        padding: 30px 0;
}
    #top #page-header .lead .lead-left {
    width: 100%;
    margin-bottom: 20px;
}
#top #page-header .lead .lead-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
}
#top #page-header .lead .lead-right a.btn-resv {
    margin: 20px auto;
    width: 64%;
}
}
