@charset "UTF-8";
/* CSS Document */

/** Universal Reset

-----------------------------------------*/

h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin: 0;
	padding:0;
}

.box-3{
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.menber-box{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.box-3 a{
	color: #0A519F;
	text-decoration: none;
}
.menber-box a{
	color: #0A519F;
	text-decoration: none;
}
.box25{
    width: 25%;
    padding: 0 5px;
}
.box32{
    width: 32%;
    margin-bottom: 20px;
}
.box50{
    width: 50%;
}
.box95{
    width: 95%;
	margin: 0 auto;
	padding: 0;
}
.margin10{
    margin-bottom: 10px;	
}
.margin20{
    margin-left: 20px;	
}
.toptext {
    font-size: 115%;
    font-weight: bold;
    text-align: center;
}
.misashitext {
    font-size: 120%;
    font-weight: bold;
    color: #ff6d11;
    border-bottom: 1px solid #ff6d11;
    display: block;
    margin-bottom: 20px;
}
.m-pho{
    width: 50px;
    height: 67px;
    margin-right: 15px;
    float: left;
}
.s-pho{
    width: 200px;
    height: 200px;
    margin-right: 15px;
    float: left;
}
.s-pho01{
    width: 200px;
	margin-right: 15px;
    float: left;
}
.moji90{
	font-size: 90%;
}
.moji80{
	font-size: 80%;
}
.moji70{
	font-size: 70%;
}
.previoustxt{
    font-size: 110%;
    line-height: 180%;
    margin-left: 20px;
}

.box {
	clear: both;
}




#back-to-top {
	float: right;
	width: 46px;
	height: 46px;
	display: block;
	border: 1px solid #FFFFFF;
	z-index: 100;
}
#back-to-top a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}



#footer {
    position: relative;
    width: 960px;
    margin: 0px auto;
    color: #383838;
    padding-top: 10px;
}
#footer #text {
	float: left;
	font-size: 90%;
	margin-bottom: 20px;
}
#copyright {
	color: #E2E2E2;
	padding-bottom: 0.5em;
	font-size: 85%;
	float: right;
}



.tabletxt3 {
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
}
.tabletxt3 a {
	font-size: 11px;
	line-height: 12px;
	color: #009999;
	text-decoration: none;
}

.midori {
	color: #00a73c;
}
.ao {
	color: #00489E;
}
.pin {
	color: #eb637c;
}


.aisatsu{
    font-size: 110%;
    line-height: 200%;
}
.moji-migi{
    text-align: right;
}
.moji-naka{
    text-align: center;
}

.kakomi{
    border: 1px solid #FF0004;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FF0004;
    margin-top: 10px;
    margin-bottom: 10px;
}

/****************************************

          table

*****************************************/

.table01 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1.2rem;
    line-height: 120%;
    text-align: left;
}
.table01 a{
    text-decoration: underline;
    color: #003AFF;
}
.table01 a:hover{
    text-decoration: none;
    color: #82CD83;
}

.table01 th {
	color: #fff;
	padding: 2px 0px;
	background: #0256a6;
	border: 1px solid #3F3F3F;
}

.table01 tr td {
    padding: 2px 0px;
    border: 1px solid #3F3F3F;
    font-size: 80%;
}

.table-00{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 18px;
}
.table-00 td{
	padding:  0px;
	border: 0px solid #b9b9b9;
}
.table-00 td a{
	color: #00a73c;
}
.table-00 td a:hover{
	text-decoration: none;
	color: #B2D46A;
}


.bold {
    font-weight: bold;	
}

.bold-130 {
    font-weight: bold;
	font-size: 130%;
}



.red {
    color: #FF0004;	
}

.moji95 {
    font-size: 95%;
}
.moji90-2 {
    font-size: 90%;
}
.moji90 {
    font-size: 85%;
}
.moji80 {
    font-size: 80%;
}

.moji110 {
    font-size: 110%;
}
.moji120 {
    font-size: 120%;
}

.moji110b {
    font-size: 110%;
    font-weight: bold;
}

.kn_ttl {
    font-size: 110%;
    font-weight: bold;
    color: #045B12;
    margin-bottom: 10px;
}


.f-wrapper {
    width: 100%;
    height: auto !important;
    background-color: #D9D9D9;
}

.big-btn01 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    border-radius: 16px;
    background-color: #3948E5;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 6px double #7CABF2;
	text-decoration: none;
}
.big-btn01 span{
    font-size: 12px;
}
.big-btn02 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    border-radius: 16px;
    background-color: #3FB149;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 6px double #7CF2C7;
    text-decoration: none;
}
.big-btn01:hover, .big-btn02:hover {
    background-color: #989898;
    border: 6px double #CECECE;
}

.top_info{
    width: 520px;
    height: 200px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #515151;
    position: absolute;
    top: 340px;
    left: 65px;
    opacity: 0.9;
    color: #101010;
}
.top_info p{
    padding-right: 16px;
    padding-left: 16px;
}
.top_btn {
    width: 400px;
    height: 54px;
    box-sizing: border-box;
    background-color: #0054FA;
    position: absolute;
    top: 560px;
    left: 105px;
    border-radius: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
    font-size: 120%;
}
.top_btn:hover{
    background-color: #6B6B6B;
    color: #FFFFFF;
}
.info_ttl{
    width: 518px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    background-color: #00A46B;
    top: 220px;
    left: 26px;
    margin-bottom: 10px;
}
.info_bun{
    width: 530px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
    text-align: center;
    top: 230px;
    left: 20px;
    font-weight: bold;
}
.info_bun a{
    text-decoration: underline;    
}

.talk {
    width: 210px;
    height: 115px;
    background-image: url(img/talk_btn.png);
    background-position: 0px 0px;
}
.talk:hover {
    background-image: url(img/talk_btn.png);
    background-position: 210px 0px;
}

.indentback{
  text-indent: -0.8em;
  padding-left: 2em;
}
.indentfront-1{
	margin-left: -1.2em;
	text-indent: -1.2em;
	padding-left: 2.4em;
}
.kakomi02{
	box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border: 1px solid #494949;
}
.moji_date_b{
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: bold;
	margin-bottom: 10px;
}
.am{
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3F3F3F;
    display: block;
}
.indent{
  text-indent: 1em;
}

#top-img {
    position: relative;
    width: 1080px;
    height: 560px;
    margin: 0px auto 0px;
    z-index: 0;
}
#top-img h1 {
	font-family: 'Rokkitt', serif;
	font-size: 130px;
	line-height: 1.2;
	color: #ffa300;
	position: absolute;
	left: 7%;
	right: auto;
	top: 110px;
	bottom: auto;
}
#top-img h2 {
	font-size:  43px;
	line-height: 1.2;
	color: #FF6D11;
	position: absolute;
	left: 7%;
	right: auto;
	top: 315px;
	bottom: auto;
}
#top-img h4 {
    font-size: 17px;
    line-height: 1.2;
    color: #FF6D11;
    position: absolute;
    left: 7%;
    right: auto;
    top: 365px;
    bottom: auto;
}
#top-img h3 {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	left: 7%;
	right: auto;
	top: 65px;
	bottom: auto;
}
#top-img h5 {
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    position: absolute;
    left: 7%;
    right: auto;
    top: 385px;
    bottom: auto;
}
.top_sli {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
    z-index: -1;
}
	
.swiper-slide img {
  height: auto;
  width: 100%;
}
.site-header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.top_sp{
    margin-bottom: 116px;	
}
.top_logo {
    width: 1080px;
    margin: 0px auto 0px;
	position: relative;
}
.org {
	position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    bottom: auto;}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 260px;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #ff6d11;
	background: #ff6d11;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #ff6d11;
	background: #fff;
}
a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 70%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #c0833a;
	background: #c0833a;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_05:hover {
	color: #c0833a;
	background: #fff;
}

.btn_06 a {
    background-color: #DDBC95;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 20px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border-radius: 10px;
}
.btn_06 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.btn_06 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.btn_06 a:hover:before, .btn_06 a:hover:after {
    right: -2.5em;
}
.btn_06 a:hover {
    background: #edf6ff;
    color: #6bb6ff;
}



.link_txt a{
    color: #042FFF;
    text-decoration: underline;
}


.table-01{
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #2f3e43;
    border: 0px solid #fff;
    line-height: 120%;
}
.table-01 th{
    padding: 8px;
    background-color: #eee;
    border: 1px solid #D3D3D3;
}
.table-01 td{
	padding: 8px;
	border: 1px solid #D3D3D3;
}

.table-01 td a{
	text-decoration: none;
	color: #09731e;
}
.table-01 td a:hover{
	text-decoration: none;
	color: #8ec21f;
}

.logo_box {
    padding 20px;
    margin-bottom: 10px;	
}
/*  */