@charset "UTF-8";

/* Reset
------------------------------------------------------------------*/
* { box-sizing: border-box;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure, figcaption,
article, section, nav, header, footer {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

body {
	width: 100%;
	font-family: 'NotoSansCJKjp', sans-serif;
	font-weight: 400;
	background-color: #fff;
	}

html {
	overflow-y: scroll;
	font-size: 62.5%;
	color: #666;
	-webkit-text-size-adjust: 100%; /* Safari */
	}

/* Basic elements
------------------------------------------------------------------*/
img {
	border: none;
	width: 100%;
	height: auto;
	}

ul, ol {
	list-style: none;
	list-style-position: inside;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	}

p { margin: 0;}

ul, ol, dl { list-style-position: outside;}

strong { font-weight: 700;}

/* Base Link
------------------------------------------------------------------*/
a {
	color: #00539a;
	text-decoration: none;
	}
	
a:hover {
	color: #00539a;
	text-decoration: none;
	}

a:active,
a:focus { outline: none;}

/* Font
------------------------------------------------------------------*/
/* type */
h1, h2, h3, h4, h5, h6 { font-weight: 700;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 700;}


table th,
table td {
	vertical-align: top;
	text-align: left;
	}


/* up
------------------------------------------------------------------*/

#page_top {
	position: fixed;
	width: 50px;
	height: 80px;
	right: 0px;
	top: 200px;
	}

#page_top span {
	font-size: 4rem;
	}

#page_top a {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: .5em;
	border-radius: 5px 0px 0px 5px;
	font-weight: bold;
	display: block;
	background-color: #00539a;
	padding-bottom: 2em;
	}


/* header
------------------------------------------------------------------*/

header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	background-color: #fff;
	}

header h1 {
	margin: 0px auto 10px;
	padding-top: 60px;
	width: 157px;
	}

.menu-btn {
	font-size: 4rem;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 50px;
	}

.spBox {
	margin: 0px;
	padding: 0px;
	}

.spBox,
.container,
.navbar {
	margin: 0px;
	padding: 0px;
	}

.navbar li {
	margin: 0px;
	font-size: 1.4rem;
	padding: 0px;
	}

.navbar li a {
	background-color: #fff;
	color: #999;
	display: block;
	padding: 5px 10px;
	}

.navbar li a:hover {
	background-color: #ccc;
	color: #fff;
	}

.topnav {
	margin: 0px auto;
	padding: 0px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}

.topnav li:not(:last-child) {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	}

.topnav li a {
	margin: 0px;
	padding: 5px;
	background-color: #00539a;
	border-radius: 0px 0px 5px 5px;
	font-size: 1.4rem;
	display: inline-block;
	width: 5em;
	text-align: center;
	font-weight: bold;
	}

.topnav li a,
.topnav li a:hover { color: #fff;}

.navbox { display: none;}

.navbar { display: none;}

.menu01,
.menu02,
.menu03 { display: none;}

/* imagebox
------------------------------------------------------------------*/

.imagebox {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: url('../images/bg-001.png') no-repeat center top #fff;
	background-size: cover;
	height: 240px;
	}

.imagebox h2 {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	color: #000;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: bold;
	}

.imagebox p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #000;
	}


/* main
------------------------------------------------------------------*/

main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	}

h2 {
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #013f8a;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	}

h3 {
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	}

main p {
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #9fa0a0;
	}

.bottom1em { margin-bottom: 1em;}


/* table
-----------------------*/

.main-table-box {
	max-width: 1000px;
	margin: 0px auto;
	}

.main-table-left {
	margin-right: 20px;
	margin-left: 20px;
	}

.main-table-left table,
.main-table-right table {
 table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	}

.main-table-left th {
	font-size: 1.4rem;
	color: #fff;
	padding: 20px;
	background-color: #00539a;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	}

.main-table-left td {
	font-size: 1.4rem;
	color: #9f9fa0;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #00539a;
	border-bottom: 1px solid #00539a;
	border-right: 1px solid #00539a;
	}

.main-table-left .bottomT th {
	padding: 3px;
	text-align: center;
	}

.main-table-left .bottomT td {
	padding: 10px;
	border: 1px solid #9fa0a0;
	}

.main-table-left .bottomT td:first-child { background-color: #ddd;}

.main-table-right { margin: 0px 20px;}

.main-table-right th {
	font-size: 1.8rem;
	color: #fff;
	padding: 3px;
	background-color: #00539a;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	text-align: center;
	}

.main-table-right td {
	font-size: 1.4rem;
	color: #9f9fa0;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #00539a;
	border-bottom: 2px dotted #00539a;
	border-left: 1px solid #00539a;
	}

.main-table-right td:first-child {
	border-left: none;
	white-space: nowrap;
	vertical-align: top;
	color: #00539a;
	}


/* aisatsu
-----------------------*/

.aisatsu {
	background-color: #ebf5ec;
	width: 100%;
	padding: 40px 20px;
	}

.aisatsu h2 { margin-top: 0px;}

.aisatsuinner {
	background-color: #ebf5ec;
	max-width: 1000px;
	margin: 0px auto;
	}

.aisatsu figure {
	padding-right: 0px;
	margin-bottom: 20px;
	text-align: center;
	}

.aisatsu figure img { max-width: 349px;}

.txtbox { flex: 1 1 auto;}

.okutxt {
	line-height: 3em;
	text-align: right;
	}

.oku {
	width: 170px;
	height: auto;
	vertical-align: middle;
	margin-left: 1em;
	}


/* okinawakara
-----------------------*/

.okinawakara {
	background-image: url("../images/item_back02.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
	}

.okinawakara p {
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	padding-top: 120px;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: bold;
	}

.title001 {
	margin: 30px auto;
	text-align: center;
	max-width: 1000px;
	}


/* main-center
-----------------------*/

.main-center {
	margin: 0px 20px 60px;
	max-width: 1000px;
	}

.main-center h2 { margin-bottom: 30px;}

.main-center-box {
	margin: 40px auto;
	max-width: 1000px;
	background-color: #efefef;
	padding: 30px 0px;
	text-align: center;
	}

.main-center-box h2 { margin: 0px 0px 10px;}

.main-center-box p { color: #000;}

.main-center h3 {
	background-image: url("../images/bg-ligo.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: bold;
	}

.main-center h4 {
	font-size: 1.6rem;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	}

.margintop01 {
	margin-top: 60px;
	margin-bottom: 40px;
	}

.margintop02 { margin-top: 60px;}

.margintop03 {
	margin-top: 60px;
	color: #c00;
	margin-bottom: 80px;
	}


.main-center-boxB {
	max-width: 1000px;
	background-color: #d3edfb;
	padding: 30px;
	border-radius: 20px;
	margin: 30px 0px;
	color: #000;
	}

.main-center-boxB p {
	font-size: 1.4rem;
	color: #000;
	white-space: nowrap;
	}

.main-center-boxB li {
	font-size: 1.4rem;
	color: #000;
	list-style: disc;
	}

.main-center-boxB ul {
	margin-left: 2em;
	}

.main-center figure.child02 {
	margin: 0px 0px 20px 0px;
	}

.main-center figure.child03 {
	margin: 0px 0px 20px 0px;
	}

.pmargin01 { margin-bottom: 2em;}


/* imagesBox01
-----------------------*/

.imagesBox01 {
	background-image: url("../images/bg-002.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	}

.imagesBox02 {
	margin: 60px 20px;
	max-width: 1000px;
	}

/* main-center02
-----------------------*/

.main-center02 {
	margin: 0px auto 80px;
	max-width: 1000px;
	}

.main-center02 h4 {
	font-size: 1.6rem;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	}

.main-center02-box01 {
	margin: 0px auto 80px;
	max-width: 1000px;
	}

.main-center02-box01 figure {
	margin: 0px 0px 20px 0px;
	}

.main-center02-box01 p {
	margin: 0px 20px 0px;
	}

/* main-center03
-----------------------*/

.main-center03 {
	background-image: url("../images/bg-003.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 20px;
	}

.main-center03-box01 {
	margin: 0px auto 30px;
	align-items: center;
	}

.main-center03-box01 figure {
	margin-right: 0px;
	}

.main-center03-box01 h2 {
	text-align: left;
	}


/* gyoumu
------------------------------------------------------------------*/

.gyoumu {
	font-size: 1.8rem;
	background-color: #00539a;
	color: #fff;
	padding: 5px;
	margin-bottom: 40px;
	}



/* main-center04
-----------------------*/

.main-center04 {
	margin: 0px 20px 80px;
	max-width: 1000px;
	}

.main-center04 h3 {
	font-size: 1.8rem;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	}

.main-center04-box {
	border-bottom: 1px #000 solid;
	padding-bottom: 50px;
	margin-bottom: 50px;
	}

.main-center04-box figure {
	margin: 0px;
	}

.center04-box-txt {
	margin: 0px 0px 20px;
	}

/* main-center05-box
-----------------------*/

.main-center05-box {
	margin-bottom: 0px;
	}

.main-center05-box figure {
	margin: 0px 0px 20px;
	overflow: hidden;
	max-height: 350px;
	}

.center05-box-txt {
	margin: 0px 0px 20px;
	}

.center05-box-txt h4 {
	font-size: 1.6rem;
	background-color: #9fa0a0;
	color: #fff;
	font-weight: normal;
	margin: 0px 0px 2em;
	}

.center05-box-txt span {
	background-color: #00539a;
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	}

.txtin {
	text-indent: -1em;
	padding-left: 1em;
	}

/* main-center06-box
-----------------------*/

.main-center06-box {
	border: solid #000 1px;
	padding: 20px;
	margin: 0px 0px 30px;
	}

.main-center06-box figure {
	}

.main-center06-box p {
	flex: 1 1 auto;
	}

.main-center06-box h4.main-center06 {
	font-size: 1.8rem;
	color: #00539a;
	font-weight: normal;
	margin-bottom: 1em;
	background-color: transparent;
	}


.main-center04 h4 {
	font-size: 1.6rem;
	background-color: #9fa0a0;
	color: #fff;
	font-weight: normal;
	margin-bottom: 2em;
	text-align: center;
	}

.main-center04 span {
	background-color: #00539a;
	display: block;
	padding: 5px 20px;
	margin-right: 0px;
	text-align: center;
	}

.main-center04 .maru {
	font-size: 1.6rem;
	color: #000;
	margin: 0px;
	}


/* imagesBox03
-----------------------*/

.imagesBox03 {
	background-image: url("../images/item_back02.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	}


/* main-center07
-----------------------*/

.main-center07 {
	margin: 0px 20px 80px;
	max-width: 1000px;
	}

.main-center07-box {
	background-color: #eaf1d8;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 60px;
	}

.main-center07-box h3 { margin: 0px 0px 20px 0px;}

.main-center07-box p { color: #000;}

.blackCenter {
	color: #000;
	text-align: center;
	margin-bottom: 1em;
	}

.main-center07 .tb-001 {
 table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto 40px;
	padding: 0px;
	}

.main-center07 .tb-001 th {
	font-size: 1.4rem;
	color: #fff;
	padding: 3px;
	background-color: #00539a;
	vertical-align: middle;
	border: 1px solid #fff;
	text-align: center;
	}

.main-center07 .tb-001 td {
	font-size: 1.4rem;
	color: #000;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: #dcdddd;
	}

.main-center07 .tb-001 .tbback001 { background-color: #d3edfb;}


/* main-center08
-----------------------*/

.main-center08 {
	margin-top: 60px;
	margin-bottom: 60px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	flex-flow: column;
	}

.center08-box {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	order: 2;
	}

.main-center08 figure {
	margin-right: 0px;
	margin-bottom: 20px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	order: 1;
	}

.center08-box h4 {
	font-size: 1.6rem;
	color: #fff;
	background-color: #00539a;
	padding: 5px 10px;
	margin-bottom: 30px;
	}

.center08-box strong {
	background-color: #c00;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	margin: 30px 0px;
	display: inline-block;
	}

.center08-box ul {
	margin-bottom: 50px;
	}

.center08-box li {
	margin: 0px;
	font-size: 1.4rem;
	color: #9fa0a0;
	}

.center08-boxIn {
	padding: 20px;
	background-color: #dcdddd;
	margin-bottom: 40px;
	}

.center08-box .tb-001 {
 table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #dcdddd;
	width: auto;
	margin-bottom: 0px;
	}

.center08-box .tb-001 th {
	font-size: 1.4rem;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	white-space: nowrap;
	text-align: left;
	border-right: 1px solid #dcdddd;
	vertical-align: top;
	}

.center08-box .tb-001 td {
	font-size: 1.4rem;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	}

.center08-box .tb-001 td.borderNo,
.center08-box .tb-001 th.borderNo { border-bottom: none;}

.seibun {
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex: 1;
	justify-content: space-between;
	}

.seibunL { color: #000;}

.seibunR {
	text-align: right;
	color: #000;
	}

.center08-boxIn-box {
	background-color: #fdede4;
	padding: 20px;
	margin-bottom: 30px;
	}

.center08-boxIn-box h4 {
	font-size: 1.6rem;
	color: #c00;
	text-align: center;
	margin-bottom: .5em;
	padding: 0px;
	background-color: transparent;
	}

.center08-boxIn-box ul {
	list-style: disc;
	padding-left: 1.8em;
	margin-bottom: 0px;
	}

.center08-box button {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #c00;
	margin: 0px auto 1em;
	border: none;
	border-radius: 20px;
	display: block;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	}

.center08-box button .fl-002 {
	font-size: 4rem;
	vertical-align: middle;
	}

.center08-box .buttonshita {
	font-size: 1.2rem;
	color: #000;
	text-align: center;
	}


/* main-center09
-----------------------*/

.main-center09-box {
	margin-top: 30px;
	margin-bottom: 60px;
	}

.center09-box-txt {
	margin: 0px 0px;
	}

.main-center09-box figure {
	margin-right: 0px;
	}


/* footer
------------------------------------------------------------------*/

footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #dcdddd;
	}

.innerBottom {
	max-width: 1000px;
	padding: 50px 0px;
	margin: 0px auto;
	text-align: center;
	}

.innerBottom p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
	}

.innerBottom .adrress {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-bottom: 30px;
	}

.innerBottomL {
	}

.innerBottom figure {
	margin: 20px;
	}

.innerBottom figure .img001 {
	margin-right: 0px;
	margin-bottom: 20px;
	width: 240px;
	}

.innerBottom figure .img002 {
	width: 140px;
	}


/* 768px
-----------------------------------------*/

@media screen and (min-width: 768px) {


#page_top { width: 30px;}

/* header
------------------------------------------------------------------*/

header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	}

header h1 {
	margin: 20px 0px;
	padding: 0px;
	width: 157px;
	}

.menu-btn { display: none;}

.container { display: none;}

.topnav {
	margin: 0px;
	padding: 0px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	}

.topnav li:not(:last-child) {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	}

.topnav li a {
	margin: 0px;
	padding: 10px;
	background-color: #00539a;
	border-radius: 0px 0px 5px 5px;
	font-size: 1.4rem;
	display: inline-block;
	width: 7em;
	text-align: center;
	font-weight: bold;
	}

.topnav li a,
.topnav li a:hover { color: #fff;}

.navbox {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 10px;
	left: 300px;
	display: block;
	}

.navbox ul {
	margin: 0px;
	padding: 0px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	}

.navbox li:not(:last-child) {
	margin: 0px 2em 0px 0px;
	}

.navbox li button {
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #fff;
	border: none;
	color: #999;
	}

.navbox li button span {
	font-size: 3rem;
	color: #c00;
	vertical-align: middle;
	margin-left: .05em;
	}

/* imagebox
------------------------------------------------------------------*/

.imagebox {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: url('../images/bg-001.png') no-repeat center top #fff;
	background-size: cover;
	height: 450px;
	}

.imagebox h2 {
	margin: 95px 0px 30px;
	padding: 0px;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.5em;
	color: #000;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: bold;
	}

.imagebox p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	color: #000;
	}

.menu01,
.menu02,
.menu03 {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5em;
	height: 190px;
	display: block;
	margin-top: -190px;
	transition: margin-top 0.2s ease-out;
	position: relative;
	}

body.open01 .menu01	{margin-top: 0}
body.open01 .navmenu01 button span {transform: rotate( 90deg );}
body.open02 .menu02	{margin-top: 0}
body.open02 .navmenu02 button span {transform: rotate( 90deg );}
body.open03 .menu03	{margin-top: 0}
body.open03 .navmenu03 button span {transform: rotate( 90deg );}

.menu01 ul {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -200px;
	}

.menu02 ul {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -30px;
	}

.menu03 ul {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 60px;
	}

.menu01 li.menu01,
.menu02 li.menu02,
.menu03 li.menu03 {
	font-size: 1.5rem;
	line-height: 1.5em;
	}

.menu01 li a,
.menu01 li a:hover,
.menu02 li a,
.menu02 li a:hover,
.menu03 li a,
.menu03 li a:hover {
	color: #fff;
	}

.imagebox li a { color: #fff;}
.imagebox li a:hover { color: #fff;}

/* main
------------------------------------------------------------------*/

main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	}

h2 {
	font-size: 2.8rem;
	line-height: 1.5em;
	color: #013f8a;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	}

h3 {
	font-size: 2.5rem;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	}

main p {
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #9fa0a0;
	margin: 0px;
	}

.bottom1em { margin-bottom: 1em;}


/* table
-----------------------*/

.main-table-box {
	display: -webkit-box;
 display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: 0px auto;
	}

.main-table-left {
	margin-right: 0px;
	margin-left: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	}

.main-table-left table,
.main-table-right table {
 table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	}

.main-table-left th {
	font-size: 1.6rem;
	color: #fff;
	padding: 20px;
	background-color: #00539a;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	}

.main-table-left td {
	font-size: 1.4rem;
	color: #9f9fa0;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #00539a;
	border-bottom: 1px solid #00539a;
	border-right: 1px solid #00539a;
	}

.main-table-left .bottomT th {
	padding: 3px;
	text-align: center;
	}

.main-table-left .bottomT td {
	padding: 10px;
	border: 1px solid #9fa0a0;
	}

.main-table-left .bottomT td:first-child { background-color: #ddd;}

.main-table-right { flex: 1;}

.main-table-right th {
	font-size: 1.8rem;
	color: #fff;
	padding: 3px;
	background-color: #00539a;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	text-align: center;
	}

.main-table-right td {
	font-size: 1.4rem;
	color: #9f9fa0;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #00539a;
	border-bottom: 2px dotted #00539a;
	border-left: 1px solid #00539a;
	}

.main-table-right td:first-child {
	border-left: none;
	white-space: nowrap;
	vertical-align: top;
	color: #00539a;
	}


/* aisatsu
-----------------------*/

.aisatsu {
	background-color: #ebf5ec;
	width: 100%;
	padding: 40px 20px;
	}

.aisatsu h2 { margin-top: 0px;}

.aisatsuinner {
	background-color: #ebf5ec;
	max-width: 1000px;
	margin: 0px auto;
	display: -webkit-box;
 display: -ms-flexbox;
	display: flex;
	}

.aisatsu figure {
	-webkit-box-flex: 0 0 349px;
	-ms-flex: 0 0 349px;
	flex: 0 0 349px;
	padding-right: 50px;
	}

.aisatsu figure img { max-width: 349px;}

.txtbox { 
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	}

.okutxt {
	line-height: 3em;
	text-align: right;
	}

.oku {
	width: 170px;
	height: auto;
	vertical-align: middle;
	margin-left: 1em;
	}


/* okinawakara
-----------------------*/

.okinawakara {
	background-image: url("../images/item_back02.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
	}

.okinawakara p {
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	padding-top: 120px;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: bold;
	}

.title001 {
	margin: 30px auto 60px;
	text-align: center;
	max-width: 1000px;
	}


/* main-center
-----------------------*/

.main-center {
	margin: 0px auto 80px;
	max-width: 1000px;
	}

.main-center h2 { margin-bottom: 50px;}

.main-center-box {
	margin: 40px auto;
	max-width: 1000px;
	background-color: #efefef;
	padding: 30px 0px;
	text-align: center;
	}

.main-center-box h2 { margin: 0px 0px 30px;}

.main-center-box p { color: #000;}

.main-center h3 {
	background-image: url("../images/bg-ligo.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: bold;
	}

.main-center h4 {
	font-size: 2.2rem;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	}

.margintop01 {
	margin-top: 130px;
	margin-bottom: 40px;
	}

.margintop02 { margin-top: 60px;}

.margintop03 {
	margin-top: 60px;
	color: #c00;
	margin-bottom: 80px;
	}


.main-center-boxB {
	max-width: 1000px;
	background-color: #d3edfb;
	padding: 30px;
	border-radius: 20px;
	margin: 50px 0px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	color: #000;
	}

.main-center-boxB p {
	font-size: 1.8rem;
	color: #000;
	white-space: nowrap;
	}

.main-center-boxB li {
	font-size: 1.8rem;
	color: #000;
	list-style: disc;
	}

.main-center-boxB ul {
	margin-left: 2em;
	}

.main-center figure.child02 {
	width: 350px;
	float: left;
	margin: 0px 20px 20px 0px;
	}

.main-center figure.child03 {
	width: 350px;
	float: right;
	margin: 0px 0px 20px 20px;
	}

.pmargin01 { margin-bottom: 2em;}


/* imagesBox01
-----------------------*/

.imagesBox01 {
	background-image: url("../images/bg-002.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
	}

.imagesBox02 {
	margin: 60px auto;
	max-width: 1000px;
	}

/* main-center02
-----------------------*/

.main-center02 {
	margin: 0px auto 80px;
	max-width: 1000px;
	}

.main-center02 h4 {
	font-size: 2.2rem;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	}

.main-center02-box01 {
	margin: 0px auto 80px;
	max-width: 1000px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	}

.main-center02-box01 figure {
	margin: 0px 20px 20px 0px;
	-webkit-box-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	}

.main-center02-box01 p {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	}

/* main-center03
-----------------------*/

.main-center03 {
	background-image: url("../images/bg-003.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 150px;
	}

.main-center03-box01 {
	margin: 0px auto 30px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	align-items: center;
	}

.main-center03-box01 figure {
	margin-right: 30px;
	-webkit-box-flex: 0 0 360px;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
	}

.main-center03-box01 h2 {
	text-align: left;
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	}


/* gyoumu
------------------------------------------------------------------*/

.gyoumu {
	font-size: 2.8rem;
	background-color: #00539a;
	color: #fff;
	padding: 5px;
	margin-bottom: 40px;
	}



/* main-center04
-----------------------*/

.main-center04 {
	margin: 0px auto 80px;
	max-width: 1000px;
	}

.main-center04 h3 {
	font-size: 2.2rem;
	text-align: center;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	}

.main-center04-box {
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	border-bottom: 1px #000 solid;
	padding-bottom: 50px;
	margin-bottom: 50px;
	}

.main-center04-box figure {
	-webkit-box-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	margin: 0px 20px 20px 0px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	}

.center04-box-txt {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
	}

/* main-center05-box
-----------------------*/

.main-center05-box {
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	}

.main-center05-box figure {
	-webkit-box-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	margin: 0px 20px 20px 0px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	max-width: 350px;
	overflow: hidden;
	max-height: 350px;
	}

.center05-box-txt {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
	}

.center05-box-txt p {
	margin-left: 0px;
	}

.center05-box-txt h4 {
	font-size: 1.6rem;
	background-color: #9fa0a0;
	color: #fff;
	font-weight: normal;
	margin-bottom: 2em;
	}

.center05-box-txt span {
	background-color: #00539a;
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	}

.txtin {
	text-indent: -1em;
	padding-left: 1em;
	}

/* main-center06-box
-----------------------*/

.main-center06-box {
	margin-bottom: 50px;
	border: solid #000 1px;
	padding: 20px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	}

.main-center06-box figure {
	-webkit-box-flex: 0 0 330px;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	margin-right: 20px;
	}

.main-center06-box p {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	}

.main-center06-box h4.main-center06 {
	font-size: 1.8rem;
	color: #00539a;
	font-weight: normal;
	margin-bottom: 1em;
	background-color: transparent;
	}


.main-center04 h4 {
	font-size: 1.6rem;
	background-color: #9fa0a0;
	color: #fff;
	font-weight: normal;
	margin-bottom: 2em;
	}

.main-center04 span {
	background-color: #00539a;
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	}

.main-center04 .maru {
	font-size: 2rem;
	color: #000;
	}


/* imagesBox03
-----------------------*/

.imagesBox03 {
	background-image: url("../images/item_back02.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 320px;
	}


/* main-center07
-----------------------*/

.main-center07 {
	margin: 0px auto 80px;
	max-width: 1000px;
	}

.main-center07-box {
	background-color: #eaf1d8;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 60px;
	}

.main-center07-box h3 { margin: 0px 0px 20px 0px;}

.main-center07-box p { color: #000;}

.blackCenter {
	color: #000;
	text-align: center;
	margin-bottom: 1em;
	}

.main-center07 .tb-001 {
 table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto 70px;
	padding: 0px;
	}

.main-center07 .tb-001 th {
	font-size: 2rem;
	color: #fff;
	padding: 3px;
	background-color: #00539a;
	vertical-align: middle;
	border: 1px solid #fff;
	text-align: center;
	}

.main-center07 .tb-001 td {
	font-size: 1.8rem;
	color: #000;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: #dcdddd;
	}

.main-center07 .tb-001 .tbback001 { background-color: #d3edfb;}


/* main-center08
-----------------------*/

.main-center08 {
	margin: 60px 10px 90px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-flow:row;
	flex-flow:row;
	}

.center08-box {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
	}

.main-center08 figure {
	-webkit-box-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	margin-right: 60px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	}

.center08-box h4 {
	font-size: 2.2rem;
	color: #fff;
	background-color: #00539a;
	padding: 5px 10px;
	margin-bottom: 30px;
	}

.center08-box strong {
	background-color: #c00;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	margin: 30px 0px;
	display: inline-block;
	}

.center08-box ul {
	margin-bottom: 50px;
	}

.center08-box li {
	margin: 0px;
	font-size: 1.8rem;
	color: #9fa0a0;
	}

.center08-boxIn {
	padding: 20px;
	background-color: #dcdddd;
	margin-bottom: 40px;
	}

.center08-box .tb-001 {
 table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #dcdddd;
	width: auto;
	margin-bottom: 0px;
	}

.center08-box .tb-001 th {
	font-size: 1.8rem;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	white-space: nowrap;
	text-align: left;
	border-right: 1px solid #dcdddd;
	vertical-align: top;
	}

.center08-box .tb-001 td {
	font-size: 1.8rem;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	}

.center08-box .tb-001 td.borderNo,
.center08-box .tb-001 th.borderNo { border-bottom: none;}

.seibun {
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}

.seibunL { color: #000;}

.seibunR {
	text-align: right;
	color: #000;
	}

.center08-boxIn-box {
	background-color: #fdede4;
	padding: 20px;
	margin-bottom: 30px;
	}

.center08-boxIn-box h4 {
	font-size: 2rem;
	color: #c00;
	text-align: center;
	margin-bottom: 1em;
	padding: 0px;
	background-color: transparent;
	}

.center08-boxIn-box ul {
	list-style: disc;
	padding-left: 2em;
	margin-bottom: 0px;
	}

.center08-box button {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #c00;
	margin: 0px auto 1em;
	border: none;
	border-radius: 20px;
	display: block;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	}

.center08-box button .fl-002 {
	font-size: 4rem;
	vertical-align: middle;
	}

.center08-box .buttonshita {
	font-size: 1.6rem;
	color: #000;
	text-align: center;
	}

#gold figure {
	order: 2;
	margin: 0px 0px 0px 60px;
	}

#gold .center08-box { order: 1;}


/* main-center09
-----------------------*/

.main-center09-box {
	margin-top: 30px;
	margin-bottom: 60px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	}

.center09-box-txt {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	}

.main-center09-box figure {
	-webkit-box-flex: 0 0 250px;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	margin-right: 20px;
	}


/* footer
------------------------------------------------------------------*/

footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #dcdddd;
	}

.innerBottom {
	max-width: 1000px;
	display:-webkit-box;
 display:-ms-flexbox;
	display: flex;
	padding: 50px 0px;
	margin: 0px auto;
	}

.innerBottom p {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1em;
	}

.innerBottom adrress {
	font-size: 1.6rem;
	line-height: 1.5em;
	}

.innerBottomL {
	-webkit-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	}

.innerBottom figure {
	-webkit-box-flex: 0 0 400px;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
	margin-left: 20px;
	}

.innerBottom figure .img001 {
	width: 240px;
	margin: 0px 20px 0px 0px;
	}

.innerBottom figure .img002 {
	width: 140px;
	}

.innerBottom figure br {display: none;}


}




/* グリッド
------------------------------------------------------------------*/

body {
	display: grid;
	grid-template-columns: [left] minmax(20px, 1fr) [main] minmax(auto, 1000px) [main-end] minmax(20px, 1fr) [right];
	grid-template-rows: [head] auto [img] auto [main] auto [foot] auto [bottom];
	}

#page_top {
	grid-column-start: 1;
	grid-column-end: -1;
	grid-row-start: 1;
	z-index: 102;
	}

header {
	grid-column-start: 2;
	grid-column-end: -2;
	grid-row-start: 1;
	z-index: 101;
	}

.headerBox {
	grid-column-start: 1;
	grid-column-end: -1;
	grid-row-start: 1;
	z-index: 100;
	background-color: #fff;
	}

.menu01,
.menu02,
.menu03 {
	grid-column-start: 1;
	grid-column-end: -1;
	grid-row-start: 2;
	grid-row-end: 3;
	z-index: 99;
	}

.imagebox {
	grid-column-start: 1;
	grid-column-end: -1;
	grid-row-start: 2;
	grid-row-end: 3;
	}

main {
	grid-column-start: 1;
	grid-column-end: -1;
	grid-row-start: 3;
	grid-row-end: 4;
	}

footer {
	grid-column-start: 1;
	grid-column-end: -1;
	grid-row-start: -2;
	}