﻿@charset "UTF-8";

/* ==================================================
   common
===================================================== */
body{
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
font-size: 16px;
line-height: 1.6em;
color: #333;
border-top: 8px solid rgb(204,0,11);
}
@media(max-width:736px){
body{
font-size: 14px;
}
}/* @media */

a {color: #333; text-decoration: none; transition: .2s;}
a:hover {color: #ccc;}
a:visited{color: #333;}

a img:hover{opacity: .6; transition: .2s;}

.w100p{ display: block; width: 100%;}


.pc{ display: block !important;}@media(max-width:736px){.pc{ display: none  !important;}}
.sp{ display: none  !important;}@media(max-width:736px){.sp{ display: block !important;}}
.tabret{  !important;}@media(max-width:430px){.tabret{ display: none  !important;}}

.cf{
    clear: both;
}
/* ==================================================
   wrap
===================================================== */
.wrap{
	max-width: 1200px;
	min-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
@media(max-width:736px){
.wrap
{
    clear:both;
	max-width: 736px;
	min-width: 0px;
    width:100%;
	padding: 0 0px;
	margin: 0px;
	overflow: hidden ;
}
}/* @media */


/* ==================================================
	.main-contents-wrap
===================================================== */
.main-contents-wrap{
    max-width: 1320px;
    padding-inline: 20px;
    margin-inline: auto;
    padding-top:100px;
	min-height:400px;
}

.main-contents-wrap p{
	margin-bottom: 15px;
	letter-spacing: .1em;
}
.main-contents-wrap a{
	color: #0080da;
}
.main-contents-wrap a:hover{
	color: #70b1de;
}
.main-contents-wrap p.caution{
	border-radius: 10px;
	background: #fffadc;
	border: 1px solid #ccc;
	padding: 30px;
	display: inline-block;
}
.main-contents-wrap p.caution2{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 20px 30px;
	margin: 40px 0;
	display: inline-block;	
}
.main-contents-wrap p.caution3{
	background: #f9f9f9;
	padding: 20px 30px;
	margin: 40px 0;
	display: inline-block;	
}
.main-contents-wrap ul.caution > li:before{
content: "●";
color: rgb(204,0,11);
padding: 0 .2em 0 0;
line-height: 2em;
}
.main-contents-wrap strong{
	font-size: 1.1em;
	font-weight: bold;
}
.main-contents-wrap .main-title{
	height: 116px;
	line-height: 116px;
	text-align: center;
	background: #dad8d8;
	margin-bottom: 40px;
	letter-spacing: .1em;
	font-size: 1.4em;	
}
.main-contents-wrap h1{
    font-size: 1.6em;
    font-weight: bold;
    padding: 0.5em;
    margin-bottom: 0.5em;
    color: #FFF;
    border-left:1em solid #F00;
    border-bottom: 2px solid #CC8019;
    background: -moz-linear-gradient(left, #0033FF, #FFF);
    background: -webkit-linear-gradient(left, #0033FF, #FFF);
    background: linear-gradient(to right, #0033FF, #FFF);
}
.main-contents-wrap h2{
    font-size: 1.5em;
    border-left:1em solid #F00;
    padding: 0.5em;
    font-weight: bold;
    color: #000;
}
.main-contents-wrap h3{
    font-size: 1.3em;
    font-weight: bold;
    color: black;
    border-left:0.5em solid #0033FF;
    padding-left: 0.5em;
}
.main-contents-wrap h4{
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    border-left:2px solid #F00;
    padding-left: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.main-contents-wrap h5{
    font-size: 1em;
    font-weight: bold;
    color: black;
}
@media(max-width:736px){
.main-contents-wrap{
	font-size: 14px;
    padding-top:30px;
}
.main-contents-wrap p {
    margin-bottom: 16px;
    letter-spacing: 0em;
}
.main-contents-wrap p.caution {
    border-radius: 4px;
    padding: 10px;
}
.main-contents-wrap p.caution2 {
    padding: 20px 10px;
    margin: 10px 0;
}
.main-contents-wrap p.caution3 {
padding: 10px;
margin: 20px 0;
display: block;
}

.main-contents-wrap h1 {
    font-size: 1em;
}
.main-contents-wrap h2 {
    font-size: 1em;
}
.main-contents-wrap h3 {
    font-size: 1em;
}
.main-contents-wrap h4 {
    font-size: 0.9em;
}
.main-contents-wrap h5 {
    font-size: 0.8em;
}

}/* @media */

/* ============================= left-menu */
.left-menu
{
    background:#eee;
    width:300px;
    float:left;
    padding:10px 10px 10px 10px;
    margin-right:10px;
}
.left-menu > p
{
    font-size:1.1em;
    font-weight:bold;
    background:rgb(204,0,11);
    color:#fff;
    padding:5px;
}
.left-menu > ul > li
{
    padding:10px;
    border-bottom:solid 1px #888;
    padding-left: 1em;
    text-indent: -1em;
}
.left-menu > ul > li:first-child
{
    border-top:solid 1px #888;
}
.left-menu > ul > li > a
{
    color:#444;
    border-left:0.5em solid #0033FF;
    padding-left: 0.5em;
}
.left-menu > ul > li > a:hover
{
    color:rgb(204,0,11);
}
.right-contents
{
    width:850px;
    float:left;
}
.left-title{
    font-weight: bold;
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 0.2em;
}
@media(max-width:1201px)
{
.left-menu
{
    display:none;
    padding:0px;
    margin:0px;
}
.right-contents
{
    width:100%;
    padding:5px;
    margin:0px;
}
}/* @media */


/* ==================================================
   h要素
===================================================== */

/* ====================== table */
table {
    width: 100%;
    border-spacing: 0;
}
table p{
	margin: 0 !important;
}
th, td {
    padding: 5px;
    text-align:left;
    vertical-align:top;
}
table.t0 {
    width: 100%;
    border-top: 0px solid #8c8c8d;
    border-right: 0px solid #8c8c8d;
}
table.t0 > tbody > tr > th {
    border-bottom: 1px dotted #8c8c8d;
    border-left: 0px solid #8c8c8d;
    padding: 10px;
}
table.t0 > tbody > tr > td {
    border-bottom: 1px dotted #8c8c8d;
    border-left: 0px solid #8c8c8d;
    padding: 10px;
}

table.t1 {
    border-top: 1px solid #8c8c8d;
    border-right: 1px solid #8c8c8d;
    width: 100%;
    border-spacing: 0;
	line-height: 1.6em;
	letter-spacing: .1em;
}
table.t1 th {
    border-bottom: 1px solid #8c8c8d;
    border-left: 1px solid #8c8c8d;
    padding: 10px;
    background:#eee;
}
table.t1 td {
    border-bottom: 1px solid #8c8c8d;
    border-left: 1px solid #8c8c8d;
    padding: 10px;
}
.add-c{
	background: #eee;
}

@media(max-width:736px){
table{
	font-size: .9em;
	line-height: 1.2em;
    margin: 0px auto;
}
th, td {
    padding: 5px;
    text-align:left;
    vertical-align:top;
}
tr
{
    padding:0px;
    margin:0px;
}
.scroll{
width: 100%;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
.scroll > table{
		border-collapse: collapse;
}
.scroll > table > tbody > tr > td{
border: solid 1px #ccc;
padding: 8px;
white-space: nowrap;
}
}/* @media */




/*==================== 追加分 ==========================*/
input, select, textarea
{
    border:1px solid #888;
    font-size: 1em;
    padding:0.3em;
}

.input_def{
    background-color: rgb(245, 231, 105);
    padding-left: 2em;
    padding-right: 2em;
}

table.FORM_TABLE td{
    padding: 1em;;
}

table.FORM_TABLE input{
    margin-right: 1em;;
}

.left66{
    float: left;
    width: 65%;
    padding: 10px;
}
.right33{
    float: left;
    width: 32%;
    padding: 10px;
}
@media(max-width:736px){
    .left66{
        width: 100%;
    }
    .right33{
        width: 100%;
    }
    }

.ITEM_DATE{
    text-align:right;
}

.FAQ_TITLE{
    font-weight: bold;
    border-left:0.5em solid #0033FF;
    padding-left: 0.5em;
    line-height: 1.1em;
}


.aisatsu_left{
    float:left;
    width:70%;
}
.aisatsu_right{
    float: left;
    margin-left: 1%;
    width: 28%;
}

.tx_left{
    text-align: left;
}
.tx_center{
    text-align: center;
}
.tx_right{
    text-align: right;
}
.tx_bold{
    font-weight: bold;
}
.tx_red{
    color: #f00;
}

.tx_ten{
    list-style-type:disc;
    margin-left: 1.5em;
}
.a_btn{
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid #0080da;
    background-color:#0080da;
    color: #fff !important;
}
.a_btn:visited{
    color: #fff;
}
.a_btn:hover:hover{
    background-color:#fff;
    color: #0080da !important;
}

.block_l1{
    float:left;
    width: 20%;
    line-height: 4em;
    padding: 1em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    text-align: center;
    border-radius: 10px;
    background-color:#0080da;
    color: #fff;
    font-weight: bold;
}

.block_r1{
    float:left;
    width: 70%;
    padding: 0.5em;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #0080da;
    background-color: #fff;
    color: #0080da;
    font-weight: bold;
}


.block_l2{
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 18em;
    line-height: 1.2em;
    padding: 1em;
    margin-bottom: 0.5em;
    margin-right: 0em;
    text-align: center;
    border-radius: 10px;
    background-color:#0080da;
    color: #fff;
    font-weight: bold;
}
.block_r2{
    float:left;
    width: 40%;
    padding: 0.5em;
    text-align: left;
}

.block_r2 > ul{
    width: 100%;
}
a.block_r2a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4em;
    vertical-align: middle;
    padding: 0.3em;
    margin-bottom: 0.3em;
    text-align: center;
    border:1px solid #0080da;
    color: #0080da;
    background-color: #fff;
    font-weight: bold;
    border-radius: 7px;
}
a.block_r2a:hover{
    color: #fff;
    background-color: #0080da;
}

.block_r2_r1{
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 18em;
    padding: 0.2em;
}
.block_r2_r2{
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 18em;
    color: #F00;
    border: 2px solid #f00;
    padding: 1em;
    text-align: center;
    font-weight: bold;
}

.click_here{
    position:relative;
    top:1em;
    left:15em;
    width: 200px;
}
@media(max-width:736px){
    .click_here{
        width: 160px;
    }
}


.slide-area{
    position: relative;
    top:80px;
}
@media (max-width: 1201px) {
    .slide-area{
        width: 100%;
        top:40px;
    }
}
.slide-area > .wrap{
    padding:0;
}

.l-footer__menu > li:first-child{
    margin: 0px !important;
    padding: 0px !important;
}
.l-footer__menu > li:not(:last-child) {
    margin: 0px !important;
    padding: 0px !important;
}
.l-footer__menu-sub > li:first-child{
    margin: 0px !important;
    padding: 0px !important;
}
.l-footer__menu-sub > li:not(:last-child){
    margin: 0px !important;
    padding: 0px !important;
}
.l-footer__menu > li:has(ul) > a {
    margin: 0px !important;
    padding: 0px !important;
}

.box-blue{
    padding: 0.5em;
    border:4px solid rgb(0,176,240);
    font-weight: bold;
    font-size: 1.2em;
    margin: 3px;
    color:#fff;
    background-color:  rgb(0,176,240);
}

.box-orange{
    padding: 0.5em;
    border:4px solid rgb(197,90,17);
    font-weight: bold;
    font-size: 1.2em;
    margin: 3px;
    color:#fff;
    background-color:  rgb(197,90,17);
}

.w70p{
    width: 80%;
}
@media(max-width:736px){
    .w70p{
        width: 100%;
    }
}


.tx-blue{
    color: #0080da;
}

div#map1 {
    max-width: 100%;
    width: auto;
}





  
  .modal__inner {
    margin-top: 125px;
    margin-bottom: 125px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);/* モーダルにシャドウをかける */
    border-radius: 13px; /* モーダルの角を丸める */
    display: block;
    padding: 21px 8px 21px;
    height: auto;
  }
  
  .modal__content {
    padding-top: 15px;
    padding-bottom: 23px;
  }

.modal__button-wrap {
    position: absolute;
    right: 10px;
    top: -28px;
    display: inline-flex;
  }
  
  .close-button {
    position: relative;
    width: 39px;
    height: 39px;
    background: orange;
    border-radius: 50%;
    padding: 0;
    border: transparent;
    cursor: pointer;
  }
  
  .close-button span {
    width: 25px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: calc(50% - 12px);
    top: 50%;
    border-radius: 20px;
  }
  
  .close-button span:nth-child(1) {
    transform: rotate(45deg) translate(-1px, -1px);
  }
  
  .close-button span:nth-child(2) {
    transform: rotate(-45deg) translate(1px, -1px);
  }

  .layer {
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
  }
  
  .layer.is-open {
    z-index: 999;
    opacity: 1;
    visibility: visible;
  }
  
  .layer.is-open .modal{
    opacity: 1;
    visibility: visible;
  }

  .modal {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    min-width: 440px;
    opacity: 0;
    visibility: hidden;
    transition: visibility .7s linear, opacity .7s linear;
  }

  .BZ_CONTENT > ol > li{
    list-style:decimal;
    margin-left: 1.5em;
    padding-left: 0.5em;
  }
  .BZ_CONTENT > ul {
    list-style: none;
  }
  .BZ_CONTENT > ul > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .BZ_CONTENT > ul > li::before {
    content: '・';
  }