@media screen and (min-width: 320px) {
html {
font-size:53.5%;
}
}
@media screen and (min-width: 375px) {
html {
font-size:62.5%;
}
}
@media screen and (min-width: 414px) {
html {
font-size:69.0%;
}
}
@media screen and (min-width: 480px) {
html {
font-size:80.0%;
}
}
@media screen and (min-width: 640px) {
html {
font-size:90.0%;
}
}
body {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
#top {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.1rem;
	height: 1.5rem;
	width: 100%;
	color: #22ac38;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #22ac38;
}
#maruhachi {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#maruhachi #head {
	float: center;
	height: auto;
	width: 100%;
}
#maruhachi #head #logo {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
}
#maruhachi #head #logo img{
	height: auto;
	width: 100%;
}
#maruhachi #head #coment {
	float: left;
	height: auto;
	width: 50%;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555555;
	font-weight: bold; 
	margin-top: 0.5rem;
	padding-top: 1.0rem;
}
#maruhachi #head #tel {
	float: left;
	height: auto;
	width: 45%;
	font-size: 1.8rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #22ac38;
	font-weight: bold;
	text-align: left;
	margin-top: 0.5rem;
	margin-left: 5%;
}
/* スマホ閲覧時のハンバーガーメニュー */
#maruhachi #menu {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 0.5rem;
}
#maruhachi #menu #hanburger {
  display: none; /* チェックボックスを非表示 */
}
.menu_button { /* ボタンのスタイル */
  width: 6.0rem; /* 幅 */
  height: 6.0rem; /* 高さ */
  position: fixed;
  top: 14.5rem;
  right: 1.0rem;
  background: #22ac38; /* 背景色 */
  z-index: 20;
}
 .menu_button::before { /* アイコンのスタイル */
  font-family: "Font Awesome 5 Free";
  content: "≡"; /* アイコン「３本線」 */
  font-size: 5rem;
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#hanburger:checked ~ .menu_button::before { /* アイコンのスタイル（チェック済み） */
  content: "×"; /* アイコン「×印」 */
}
.global_menu { /* メニュー全体のスタイル */
  visibility: hidden; /* メニューを非表示 */
  width: 50%;
  height: 60%;
  position: fixed;
  top: 1.0rem;
  left: 1.0rem;
  padding-top: 0.5rem;
  color: #22ac38; /* 文字色 */
  background: #ffffff; /* 背景色 */
  overflow-y:  scroll;
  text-align: center;
  z-index: 20;
}
#hanburger:checked ~ .global_menu { /* メニュー全体のスタイル（チェック済） */
  visibility: visible; /* メニューを表示 */
}
.global_menu a { /* 各項目のスタイル */
  display: block;
  color: #22ac38;
  font-size: 1.7rem;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
}
.global_menu a:hover { /* 各項目のスタイル（ホバー時） */
  color: #ffffff;
  font-weight: bold;
  background: #22ac38;
}
.menu:not(:last-child) {
  margin-bottom: 10px;
}
.menu > a { /* 親項目のスタイル */
  font-weight: bold;
  padding: 0.3rem 0.3rem;
}
#maruhachi #image {
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
}
#maruhachi #image img {
	height: auto;
	width: 100%;
}
#maruhachi #image .text {
	float: left;
	width: 100%;
	height: auto;
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
	margin-top: -2.3rem;
    text-shadow: 0.2rem 0.3rem 0.2rem rgb(255 255 255);
	text-align: center;
	position: relative;
	z-index: 10;
}
#full {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#full #page {
	float: left;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
}
#full #page #title {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}
#full #page #title img {
	height: auto;
	width: 100%;
}
#full #page #title-full {
	float: left;
	height: auto;
	width: 98%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}
#full #page #title-full img {
	height: auto;
	width: 100%;
}
#full #LI1 {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
#full #LI1 img{
	height: auto;
	width: 100%;
}
#full3 {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#full3 #fotter {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 1.0rem;
	background-color: #22ac38;
}
#full3 #fotter #FT0 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.6rem;
	text-align: center;
}
#full3 #fotter #FT1 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.6rem;
	text-align: center;
}
#full3 #fotter #FT2 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.6rem;
	text-align: center;
}
#full3 #fotter #FT3 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.6rem;
	text-align: center;
}
#full3 #fotter #FT4 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT5 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT6 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT7 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT8 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT9 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT10 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT11 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT12 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT13 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT14 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT15 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT16 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter #FT17 {
	float: left;
	height: auto;
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-top: 0.3rem;
	text-align: center;
}
#full3 #fotter a {
	color: #FFFFFF;
	text-decoration: none;
}
#full3 #fotter a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#full3 #tail {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#full3 #tail #T1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	color: #FFFFFF;
	float: left;
	height: 5.0rem;
	width: 100%;
	padding-top: 1.5rem;
	text-align: center;
	font-weight: bold;
	background-color: #22ac38;
}
#pagetop {
	width: 20rem;
  	height: 20rem;
  	position: fixed;
  	left: 63.5%;
  	bottom: -22%;
  	opacity: 0.8;
	z-index: 10;
}
#pagetop img {
  	width: 21%;
  	height: auto;
}
#full #page #CNT {
	text-align: center;
}
#full #page #LFT {
	text-align: left;
}
#full #page #RIT {
	text-align: right;
}
#full #page #IMG1 img {
	width: 10%;
	height: auto;
	margin-left: 45%;
	margin-right: 45%;
}
#full #page #IMG2 img {
	width: 20%;
	height: auto;
	margin-left: 40%;
	margin-right: 40%;
}
#full #page #IMG3 img {
	width: 30%;
	height: auto;
	margin-left: 35%;
	margin-right: 35%;
}
#full #page #IMG4 img {
	width: 40%;
	height: auto;
	margin-left: 30%;
	margin-right: 30%;
}
#full #page #IMG5 img {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
}
#full #page #IMG6 img {
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-right: 20%;
}
#full #page #IMG7 img {
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
}
#full #page #IMG8 img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
}
#full #page #IMG9 img {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}
h1{
	font-size:2.0rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2{
	font-size:1.8rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h3{
	font-size:1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h4{
	font-size:1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h5{
	font-size:1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h6{
	font-size:1.0rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h12 {
	font-size:1.2rem;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h12 a{
	color:#333333;
}
h13 {
	float: left;
	font-size:1.8rem;
	width: 98%;
	height: auto;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
h13 a{
	color:#333333;
}
h14 {
	float: left;
	width: 98%;
	height: auto;
}
.small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	color: #333333;
	float: left;
	height: 0.1rem;
}
.small-n {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	color: #333333;
	float: left;
	height: 0.1rem;
	font-weight: normal;
}
.space {
	width: 100%;
	height: 0.2rem;
}
.space2 {
	width: 100%;
	height: 0.3rem;
}
.space3 {
	width: 100%;
	height: 0.4rem;
}
.space4 {
	width: 100%;
	height: 0.5rem;
}
.space5 {
	width: 100%;
	height: 0.6rem;
}
.post {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	color: #666666;
}
.clear{clear:both;}
.bottomnavigationindex{
	font-size: 0.8rem;
	margin-top: 0rem;
	margin-right: 0rem;
	margin-bottom: 0rem;
	margin-left: 0rem;
	padding-top: 0.8rem;
	padding-right: 0rem;
	padding-bottom: 0rem;
	padding-left: 0rem;
}
.alignleft{float:left;}
.alignright{float:right;}

* {
	margin: 0rem;
	padding: 0rem;
}