/*
Theme Name: seeboo design 2025
Theme URl: https://ogura-pool.jp/
Description: Basic Theme for WordPress.
Author: seeboo
*/
/*
タブレット横　1024px
タブレット縦・スマホ横　768px
スマホ縦　480px
メインカラー #00A9BA
*/

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 共通項目 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

html{
	font-size: 62.5%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	font-size: 18px;
	font-size: 1.8rem; 
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500!important;
	line-height: 1.85em;
    color: #231815;
	z-index: 50;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
        box-sizing: border-box;
        margin: 0;
        padding: o;
    
    }

a {
	text-decoration: none;
	color:#008cd6!important;
}

a:visited {
	color:#008cd6 !important;
}

a:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: all 0.6s ease !important;
}

.br-pc { 
    display:inline-block;
 }

br.tb{	
    display:none !important;
} 

br.mb{
    display: none !important;
}

br.mb2{
    display:inline-block;
}

p.marginless{
    margin: 0;
}

/*line_height壊し*/
.LH{
    line-height: 0;
}

.Lh1{
    line-height:1em;

}
	
/*IE11以前用*/

img{
	border:solid 0px;
}

#wrapper{
    width: 100%; 
    overflow: hidden;
}

/*reCAPTCHAロゴ非表示*/
.grecaptcha-badge { visibility: hidden; }


/*フワチラ防止*/
.load-hidden {
    visibility: hidden;
}
.neaten{
    display: block;
}

/*_/_/_/_/_/_/_/ページTOP_/_/_/_/_/_/_/*/
#pagetop{
    position: fixed;
    right: 0%;
    bottom: 0%;
    zoom:1;
    z-index: 9999;
}

#pagetop a{
    display: block;
    padding: 20px;
    color:#00A9BA!important;
    text-decoration: none;
}

/*_/_/_/_/_/_/_/ヘッダー部_/_/_/_/_/_/_/*/

header{
	width: 1200px;
	text-align: center;
	height: 128px;
	margin: 0px auto;
	padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}
#title{
	width: 25%;
    padding: 0;
    margin: 0;
	height: 74px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#title a{
width: 440px;
background-image: url("images/logo.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 310px auto;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
height: 74px;
display: inline-block;
}

@media all and (-ms-high-contrast: none) {
    
#title{
	width: 376px;
    padding: 0;
    margin: 0;
	height: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#title a{
width: 376px;
background-image: url("images/logo.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 376px auto;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
height: 90px;
}
}


/*_/_/_/_/_/_/_/ナビ部_/_/_/_/_/_/_/*/



nav{
	width: 65%;
	display: inline-block;
	padding: 0px;
	margin: 0px !important;
    position:absolute;
    top: 70%;
    right: 0;
    transform: translateY(-70%);
    z-index: 1000;
}

nav a{
	color: #333 !important;
}


nav a:visited{
	color: #333 !important;
}



.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
    width: 100%;
    display: flex;
    justify-content:flex-end;
}

.menu ul li{
    margin: 0 0 0 35px;
    padding: 0px 0px 20px;
	display: block;
    text-align: center;
	position:relative;
    font-weight: bolder;
    z-index: 100;
    line-height: 1em;
}

.menu ul li a{
	display: block;
    z-index: 100;
    
}
/*
.fw{
    font-size: 35px !important;
	font-size: 3.5rem !important;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 7px;
}*/

.menu ul li i{
    font-size: 35px;
	font-size: 3.5rem;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 7px;
}


.material-icons-outlined{
    font-size: 38px;
	font-size: 3.8rem;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    line-height: 1.1em;
    display: inline-block;
}

.menu li ul {
	display:none;
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding:20px 0 0 ;
  border: 3px solid #306BAB;
  background-color: #FFF;
    width: 230px;
}


.menu li ul:after{
    content: "";
  position: absolute;
  right: 0;
  top: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #306BAB transparent;
  border-width: 0px 12px 12px 12px;
}

.menu li:hover ul {
	display:block;
	position:absolute;
    padding:0;
	list-style:none;
    z-index: 100;
	width:auto !important;
	margin:0;
	top:3.8em;
	left:50%;
	list-style-type:none;
}

.menu li ul li {
	width:160px;
	z-index:100;
	display: block;
    position: relative;
    height: 35px;
	text-align: left;
    margin: 0;
    border-bottom: 1px solid #306BAB;
	font-size: 1.6rem !important;
	font-size: 16px !important;
}

.menu li ul li.exception {
    height: 90px;
    line-height: 1.4em!important;
}

.menu li ul li a{
	cursor:pointer;
	z-index:100;
	width:100%;
    height: auto;
	display: block;
	padding:10px 0 0 10px;
	}



.menu li ul li:last-child{
    border-bottom: 0px solid #306BAB;
}

.menu li ul li a:before{
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-94%, -50%);
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    color: #333;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 5;
}



.menu li ul li a:hover{
    color: #FFF !important;
    opacity:1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha( opacity=100 )" !important;
    transition: all 0s ease !important;
    background-color: #306BAB;
    width: 160px;
    height: 35px;
	padding:10px 0 0 10px;
    margin: 0;
}

.menu li ul li.exception  a:hover{
    height: 85px;
}



.menu li ul li a:hover:before{
    color: #FFF !important;
    opacity:1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha( opacity=100 )" !important;
    transition: all 0s ease !important;
    padding-left: -10px;
}


/*_/_/_/_/_/モーダルメニュー_/_/_/_/_/*/    

    
    
#modal-checkbox {
  display: none;
}
#modal-open {
    display: none;
}

    #modal-open .humberger{
        display: none;
        
    }
    
#modal-content {
 display: none;
}
    
#modal-checkbox:checked ~ #modal-content {
  display: none;
}
    
#modal-close {
  display: none;
}
    
#modal-checkbox:checked ~ #modal-close {
    display: none;
}
  
 ul#modal-menu{
list-style: none;
}

img.icon{
    width:35px!important;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
}

.icon-green{
    color: #6db130 !important;
}

.icon-blue{
    color: #1fa4db !important;
}

.icon-orange{
    color: #F08300 !important;
}

.icon-yellow{
    color: #efb818 !important;
}

.icon-pink{
    color: #d8508f !important;
}

i.outlink{
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.container{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.subcontainer{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

#menu{
	display:none;
}


/*_/_/_/_/_/_/_/フッター部_/_/_/_/_/_/_/*/


#banner{
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background-color:#EAF6FD;
    margin: 45px 0;
    box-sizing: border-box;
}

#banner ul.ban_ctn{
    list-style: none;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
    padding: 0;

}

#banner ul.ban_ctn li{
    width: 30%;
    box-sizing: border-box;

} 

#banner ul.ban_ctn li img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #221714;
}


.banner_slider{
    display: none;
}  
    
.banner_slider div{
    display: none;
}

footer{
	width: 100%;
	margin:0;
	padding: 140px 0 10px;
	text-align: center;
	background-image: url(images/logo.svg);
	background-repeat: no-repeat;
	background-position: center 35px;
    background-size: 309px auto;
	display: inline-block;
	font-size: 1.6rem;
	font-size: 16px;
    line-height: 1.5em;
}

.widget{
    width: 100%;
    padding: 0;
}


address{
	width: 100%;
	font-size: 1.3rem;
	font-size: 13px;
	margin: 20px 0 0;
    text-align: center;
    font-style: normal;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ TOPページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.main_pict{
	width: 100% !important;
    padding: 0 !important;
    height: auto;
    line-height: 1em;
}


img.PC{
    width: 100%!important;
    height: auto;
}  

img.TB{
    display: none;
}  

img.SP{
    display: none;
}  


/*TOPコンテンツ*/
#bird_Wall, .bird_Wall{
    width: 100%;
    text-align: center;
    background-image: url("images/top-wall.png");
    background-position: center top;
    margin: 0;
    box-sizing: border-box;
}

#BG_fix{
    background-image: url("pict/fix_BG.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 611px;
    box-sizing: border-box;
    display: inline-block;
}

#BG_fix > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 60%;
}

section.defult{
	width: 100%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0;
}

section.defult img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

section.defult ul.pict{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    box-sizing: border-box;
    line-height: 0;
}

section.defult ul.pict li.full{
    width: 100%;
	padding: 0px!important;
	margin:  0px!important;
}

section.defult ul.pict li.half{
    width: 48%;
	padding: 0px!important;
	margin-top:  40px!important;
}

section.defult_lower{
	width: 100%;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


section.map{
	width: 100%;
	background-color: #EAF6FD;
    text-align: center;
    padding: 130px 0;
}

section.map img{
    width: 95%;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
}

section.caution{
	width: 100%!important;
    max-width: 1200px!important;
    text-align: left!important;
    margin-left: auto;
    margin-right: auto;
}

section.caution h4{
	font-size: 2.2rem;
	font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

section.caution ul{
	font-size: 1.8rem;
	font-size: 18px;
    padding: 0 30px;
    margin: 0;
}

section.faq{	
    width: 100%;
	background-color: #EAF6FD;
    text-align: center;
    padding: 130px 0;
    box-sizing: border-box;
}

section.accordion{ 
    width: 100%;
	margin-left: 0!important;
    margin-right: 0!important;
    text-align: left !important;

}

.four_column{
	width: 1060px;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}

.four_column div{
	width: 250px;
	display: inline-block;
	margin:  10px 5px 10px 5px;
	text-align: left;
}

.four_column div.left_side{
	margin: 10px 5px 10px 0px!important;
}

.four_column div.right_side{
	margin: 10px 0px 10px 5px!important;
}

.four_column div img{
	border-radius: 5px;
	width: 250px;
	height: auto;
}

.three_column{
	width: 1200px !important;
	text-align: left;
	margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}


.three_column2, .two_column{
	width: 100% !important;
	margin: 20px auto 20px;
    padding: 0;
    box-sizing: border-box;
    max-width: 1200px;
}

.two_column ul, .one_column ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    box-sizing: border-box;
}

.two_column ul li{
	width: 48%;
	padding: 0px!important;
	margin:  0px!important;
	text-align: center !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 500!important;
    line-height: 0;
}

.single{
	margin: 0 0 20px !important;
    padding: 0 !important;
    display: block;
}

.three_column ul, .three_column2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.three_column ul li img, .three_column2 ul li img, .two_column ul li img{
	width: 100%;
	height: auto;
    margin: 0;
    padding: 0;
}

ul.top_info{
    list-style: none;
    width: 100%;
    max-width: 880px;
    padding: 0;
    margin:40px auto;
    overflow-y: auto;
}

ul.top_info li{
    width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
    box-sizing: border-box;
    padding:15px 15px;
    line-height: 1.6em;
    text-align: left;
    border-bottom: 1px dashed #9FA0A0;
}

ul.top_info li:first-child{
    border-top: 1px dashed #9FA0A0;
}

.page_title a{
	font-size: 18px;
	font-size: 1.8rem;
    padding: 0;
    text-align: left;
}


.page_title_L a {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bolder;
    color: #231815!important;
	margin-top: 5px!important;
	width: 100%;
    text-align: center!important;
    display: inline-block;
}	

h2.top{
    font-family: 'Asap', sans-serif;
	font-size: 60px;
	font-size: 6rem;
    letter-spacing: 0.051em;
    color: #00A9BA;
}

.blue_btn a{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    color: #FFF !important;
    border-radius: 30px;
    padding: 10px 0;
    text-align: center;
    width: 230px;
    background-color: #3071b7;
    display: inline-block;
}


.green_btn a{
	font-size: 16px;
	font-size: 1.6rem;
    color: #FFF !important;
    border-radius: 20px;
    padding: 2.5px 0;
    text-align: center;
    width: 190px;
    background-color: #00A9BA;
    display: inline-block;
}

.purple_btn a{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    color: #FFF !important;
    border-radius: 30px;
    padding: 10px 0;
    text-align: center;
    width: 230px;
    background-color: #00A9BA;
    display: inline-block;
}

.bigTEXT_btn a{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    color: #FFF !important;
    border-radius: 30px;
    padding: 10px 0;
    text-align: center;
    width: 230px;
    background-color: #00A9BA;
    display: inline-block;
    box-sizing: border-box;
}

.bigTEXT_btn a i{
    margin-left: 5px !important;
    display: inline-block;
}


.top_cnt{
    width: 100%;
    max-width:1200px;
    margin: 130px auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
}

.top_cnt h3.mobile{
    display: none;
}

.pic_side{
	width: 62.5%;
	text-align: center;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
}

.pic_side img{
    width: 100%;
    max-width: 755px;
    height: auto;
    max-height: 423px;
    border-radius: 20px;
}

.text_side{
	width: 34%;
	text-align:justify;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
/*font-feature-settings: "palt";*/

}

.text_side .position{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.text_side .position h3{
	font-size: 40px;
	font-size: 4rem;
    margin: 0 0 32px;
    color: #00A9BA;
    font-weight: bolder;
    text-align: center;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ共通 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#lower_ornament{
    width: 100%;
    height: 150px;
    background-image: url("images/lower-common.jpg");
    background-position: center top;
    background-size: cover;
    margin: 0;
}


img.scalable100{
	width: 100%;
	height: auto;
}

img.round{
	width: 100%;
	height: auto;
	margin: 0;
    border-radius: 20px;
}

img.scalable{
	width: 100%;
	height: auto;
}


.titletext{
	background-color: #00a728;
	font-size: 40px;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    color: #FFF;
}


#breadcrumbs{
	font-size: 14px;
	font-size: 1.4rem;
    width: 1200px;
    padding: 0 10px;
    margin:15px auto 80px;
    box-sizing: border-box;
}

#breadcrumbs ul {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}

h2.lower{
	font-size: 40px !important;
	font-size: 4rem !important;
	padding-bottom: 10px;
	margin:135px 0 30px;
    color: #00A9BA;
}


h2.lower-RS{
	font-size: 30px !important;
	font-size: 3rem !important;
    font-weight: 600;
    background-color: #00A9BA;
    color: #FFF;
    width: 100%;
    padding: 10px 0;
    margin: 60px 0;
    border-radius: 10px;
    display: inline-block;
}

h2.under_line{
	font-size: 40px !important;
	font-size: 4rem !important;
    font-weight: 600;
    background-image: url("images/under_bar.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    padding: 0 0 25px;
    margin: 60px 0;
}

h2.under_2tone_line{
	font-size: 24px !important;
	font-size: 2.4rem !important;
    width: 100%;
    margin: 40px 0;
    border-bottom: solid 3px #c0dd98;
    position: relative;
    text-align: left;
    padding-bottom: 10px;;
}

h2.under_2tone_line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00A9BA;
  bottom: -3px;
  width: 10%;
}

h3.under_2tone_line{
	font-size: 25px !important;
	font-size: 2.5rem !important;
    width: 100%;
    margin: 40px 0;
    border-bottom: solid 3px #c0dd98;
    position: relative;
    text-align: left;
    padding-bottom: 10px;;
}

h3.under_2tone_line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00A9BA;
  bottom: -3px;
  width: 10%;
}

h1.lower{
    position: relative;
    font-weight: bold;
    font-size: 60px;
    font-size: 6rem;;
    text-align: center;
    color: #00A9BA;
    padding-bottom: 40px;
    margin-top:40px;
}

h3.short_under_line{
    position: relative;
    font-weight: bold;
    font-size: 60px;
    font-size: 6rem;;
    text-align: center;
    color: #00A9BA;
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 0 !important;
    padding-top: 0;
    line-height: 1em;
}

h1.lower::before , h3.short_under_line::before {
    position: absolute;
    border-bottom: 3.5px solid #00A9BA;
    top:100%;
    left: 50%;
    transform: translate(-50%,-100%);
    width: 160px;
    content: '';
}

h3.lower-RS{
	font-size: 40px !important;
	font-size: 4rem !important;
    font-weight: 600;
    background-color: #00A9BA;
    color: #FFF;
    width: 100%;
    padding: 13px 0;
    margin: 60px 0 20px 0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
}


h3.lower{
	font-size: 22px !important;
	font-size: 2.2rem !important;
	margin:20px 0;
    text-align: left;
}

h3.lower-a{
	font-size: 22px !important;
	font-size: 2.2rem !important;
	margin:20px 0 0 0;
    text-align: left;
}

h3.lower-c{
	font-size: 40px !important;
	font-size: 4rem !important;
	margin:60px 0 20px;
    text-align:center;
}

.pic_layout, .pic_layout2{
    display: flex;
    justify-content:space-between;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}

.pic_layout img{
    border-radius: 20px;
}
  

img.resize40{
    width: 48%!important;
    height: 48%!important;
}

.capsule{
    width: 48%;
    display: inline-block;
}

.capsule h3{
	font-size: 30px !important;
	font-size: 3rem !important;
	margin:135px 0 20px;
}

.capsule img{
    width: 92.5%;
    height: auto;
    border-radius: 20px;
}

.fullsize{
	width: 100%;
	height: auto;
	max-width: 715px;
}

.halfsize{
	width: 50%;
	height: auto;
}

.scroll-caution{
	display: none;
}

.gmap{
    width: 100% !important;
    height: 450px;
    margin: 0!important;
}



ul.kome{
    list-style: none;
    margin: 0; 
    padding: 0px 10px;
}
/*
ul.kome li{
    margin-bottom: 10px;
}
*/
ul.kome li:before{
    content: "※";
    margin-left: -1em;
    padding-right:-10px; 
  }

#map, #traffic, #pond, #playset, #locomotive, #azumaya, #plants-pond{
    padding-top: 30px;
}

ul.marginless, ol.marginless{
    margin: 0px!important;
    padding: 0px!important;
    display: inline-block;
}

ul.marginless li, ol.marginless li{
    margin: 0px 0px 5px 20px!important;
    padding-left:0px!important;
}

p.no-margin{
    margin: 0px!important;
    padding: 0px!important;
}

p.mgb0{
	margin-bottom: 0;
}

p.mgt0{
	margin-top: 0;
}

.holidays{
	margin-bottom: 60px;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ table関係 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

table.tbl01{
    width: 100%;
    margin:0 0 50px;
    padding: 0px;
    border-collapse: collapse;
    box-sizing: border-box;
}

table.tbl01 tr{
    padding: 10px;
    border: 1px solid #a8a8a8;
}

table.tbl01 td{
    padding:10px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
}


table.tbl01 th{
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #a8a8a8;
    background-color: #DEF0FA;
    font-weight: 500;
}

table.tbl01 tbody th{
    width: 17.5%;
}

table.tbl01 td.first-child{
    width: 17.5%;
}

table.tbl02{
    width: 100%;
    margin:0;
    padding: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}


table.tbl02 th{
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    border: 1px solid #a8a8a8;
    background-color: #DEF0FA;
}

table.tbl02 td{
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
}

table.tbl02 th:first-child{
    width: 45%;
}


table.layout{
    width: auto;
    margin: 20px 0;
    display: inline-block;
    table-layout: fixed;
}

table.layout td{
    text-align: center;
    padding: 10px 0 40px;
    vertical-align: top;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4em;
}

table.layout td img{
    border-radius: 10px;
    margin-bottom: 10px;
    width: 95%;
    height: auto;
}

caption {
    caption-side: bottom;
    padding:10px 0;
    text-align: left;
  }

td.align-left, th.align-left{
    text-align: left !important;
}

td.align-center, th.align-center{
    text-align: center !important;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ お問い合せページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


table.form{
    width: 100%;
    margin: 10px 0 10px;
    border-top: 1px solid #ced4da;
    padding: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}

table.form tr{
    padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #ced4da;
}

table.form td{
    padding: 15px 0px 15px 20px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ced4da;
    background-color: #FFF;
}


table.form td:first-child{
    background-color: #f5f5f5;
    padding: 15px 0px 15px 20px;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #ced4da;
    border-right:  1px solid #ced4da;
    font-weight: 500;
    width: 40%;
}

.require{
    padding: 4px 7px;
    font-size: 12px;
    font-size: 1.2rem;
	font-weight: 600;
    background-color: #ea609e;
    color: #FFF;
    float: right;
    margin:3px 10px 0 0;
    height: auto;
    border-radius: 0.25rem;
    box-sizing: border-box;
    line-height: 1em;

}

.input-text{
	/*-webkit-appearance: none;*/
    padding: 10px 5px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
	margin: 5px 0;
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
}

.input-textarea{
	/*-webkit-appearance: none;*/
    padding: 5px;
    width: 100%;
	 font-size: 18px;
    font-size: 1.8rem;
    height: 200px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
	margin: 10px 0 0 0;
}

.submit{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
    color: #FFF !important;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 300px;
    background-color: #00A9BA;
    display: inline-block;
	margin: 30px 5px !important;
	border: 0px solid;
}


.back {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFF !important;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 300px;
    background-color: #22ac38;
    display: inline-block;
    margin: 30px 5px!important;
    border: 0px solid;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ お知らせページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


section.entry{
    width: 100%;
	margin: 40px 0 40px 0;
    text-align: left !important;
    padding-bottom: 50px;
    border-bottom: 1px solid #9fa0a0;
}

section.S-entry{
    width: 100%;
	margin: 40px 0 40px 0;
    text-align: left !important;
    padding-bottom: 50px;
}

.date{
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 2px !important;
	width: auto;
	float: left;
	margin: 0 10px 0 0;
    color: #333 !important;
}

.cat_info{
	background-color: #F08300;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5em;
	padding:0px 5px;
	border-radius: 3px;
	display: inline-block;
    margin: 0 10px;
    width: 90px;
    text-align: center;
}

.cat_event{
	background-color: #22AC38;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5em;
	padding:0px 5px;
	border-radius: 3px;
	display: inline-block;
    margin: 0 10px;
    width: 90px;
    text-align: center;
}


.cat_lesson{
	background-color: #00A0E9;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5em;
	padding:0px 5px;
	border-radius: 3px;
	display: inline-block;
    margin: 0 10px;
    width: 90px;
    text-align: center;
}

h3.title{
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.6;
    margin: 20px 0;
    text-align: left;
}

section.S-entry img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin:20px auto;
    border-radius: 15px;
}


.page-numbers{
    font-family: Arial, Helvetica, "sans-serif";
    margin: 0 5px;
	font-size: 14px;
	font-size: 1.4rem; 
}

a.prev, a.next{
    padding: 5px 10px;
    background-color:#3071b7;
    color: #FFF !important;
}

.current{
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 花ごよみ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

ul.gallery-index{
    list-style: none;
    margin: 40px 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
   

ul.gallery-index li{
    width: 33%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
    text-align: center;
}

ul.gallery-index li a{
    color: #231815!important;
}

ul.gallery-index li img{
    width:90%;
    height: auto;
    border-radius: 20px;
}

ul.gallery-index li h3{
	font-size: 24px;
	font-size: 2.4rem; 
    margin: 5px 0;
}

ul.gallery-index li h3::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    font-weight: 800;
    color: #00A9BA;
    margin-right: 10px;
}

ul.gallery-pict{
    list-style: none;
    margin: 40px 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
   

ul.gallery-pict li{
    width: 32%;
    height: auto;
    margin: 20px 0.5%;
    border-radius: 10px;
    text-align: center;
}

ul.gallery-pict li img{
    width:90%;
    height: 60%;
    border-radius: 20px;
    object-fit: cover;
}

ul.gallery-pict li h3{
	font-size: 21px;
	font-size: 2.1rem; 
    margin: 5px 0;
    color: #00A9BA;
}

#clematis, #azisai{
    padding-top: 10px;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ text・hタグ系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.small_text{
	font-size: 14px;
	font-size: 1.4rem; 
	line-height: 1.3em;
}



.mid_text{
	font-size: 17px;
	font-size: 1.7rem; 
	line-height: 1.4em;
}

.large_text{
	font-size: 24px;
	font-size: 2.4rem; 
	line-height: 1.4em;
}

.largest_text{
	font-size: 27px;
	font-size: 2.7rem; 
	line-height: 1.4em;
}

h1.top{
	font-size: 34px;
	font-size: 3.4rem; 
	font-weight: 500;
	color: #00a728;
}

h3.top{
	font-size: 40px;
	font-size: 4rem;
    color: #00A9BA;
    font-weight: bolder;
    text-align: center;
    line-height: 1em;
}


h4{
	font-size: 22px;
	font-size: 2.2rem; 
    margin:10px 0;
    font-weight: 800;
}

h5{
    font-size: 22px !important;
	font-size: 2.2rem !important;
	margin:10px 0 0 0;
}

.blue{
	color: #00a728;
}

.red{
	color: #FF0000;
}


.black{
	color: #231815  !important;
}

sup{
	font-size: 10px;
	font-size: 1rem;
}

.circle_num {
	width: 18px!important;
    height: 18px!important;
	border-radius: 50%!important;
	border: 1px solid #000;
	text-align: center;
	font-size:70%;
	margin:0 2px 5px!important;
	display: inline-block;
	line-height: 1.7em;
}

.bold{
    font-weight: 700;
}	
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ レイアウト系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


.center_layout{
	width: 100%;
	text-align: center!important;
	display: inline-block;
}

.center_layout2{
	text-align: center;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width:900px;
    width: 100%;
    height: auto;
}

.left_layout{
	width: 100%;
	text-align: left!important;
	display: inline-block;
}

.center_left_layout{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.defult_margin-top{
    margin-top: 130px;
}

.defult_margin-bottom{
    margin-bottom: 130px;
}

.margin-top30{
    margin-top: 30px!important;
}

.margin-bottom30{
    margin-bottom: 30px!important;
}

.margin-top40{
    margin-top: 40px!important;
}

.margin-bottom40{
    margin-bottom: 40px!important;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ブレット縦_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

@media screen and (max-width: 1200px) {
header{
	width: 100%;
    padding:40px 20px;
    height: auto;
}

#banner{
    padding: 50px 20px !important;
}

#banner ul.ban_ctn{
    padding: 0;

}
    
footer{
	width: 100%!important;
	min-width: auto;
	margin: 20px 0 0;
}

    
    
#title{
	width: 30%;
    height: 80px;
}
    
#title a{
width: 100%;
height: 80px;
background-size:60% auto;
background-position: 25% 50%;
}

 nav{
	width: 70%;
    top: 50%;
    right: 10px;
    transform: translate(-10px,-50%);
    height: 60px;
}

.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
    width: 100%;
    display: flex;
    justify-content:flex-end;
}

.menu ul li{
    margin: 0 0 0 20px;
	display: block;
	font-size: 1.4rem;
	font-size: 14px;
    text-align: center;
	position:relative;
    z-index: 100;
}   
   
.menu li:hover ul {
	display:block;
	position:absolute;
    padding:0;
	list-style:none;
    z-index: 100;
	width:auto !important;
	margin:0;
	top:5em;
	left:50%;
	list-style-type:none;
}

.material-icons-outlined{
    font-size:28px;
	font-size: 2.8rem;
    line-height: 1.22em;
}

  
.container{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
    
.three_column{
	width: 100% !important;
	text-align: center;
	margin: 0 auto;
    padding: 0 20px;
}
    
.three_column ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

section.defult{
	width: 100%;
    padding: 0 20px !important;
	max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}


section.defult .parallel_pict ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    box-sizing: border-box;
}

section.defult .parallel_pict ul li{
	width: 48%;
	padding: 0px!important;
	margin:  0px!important;
	text-align: center !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 500!important;
    line-height: 0;
}

section.defult_lower{
	width: 100%;
    padding: 0 20px !important;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.three_column ul li.thumb, .three_column2 ul li.thumb{
	width: 30%;
	padding: 0;
	margin:  0px 1% 40px !important;
}

#slider_layer{
	z-index: 5!important;
	width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 777px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
}

#slider_layer .image_layer img{
    max-width: 350px!important;
    width: 100%!important;
    height: auto;
} 
    
#slider_layer h1.image_layer{
    width: 50%!important;
    top:50%;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    text-align: center;
}
    
.top_cnt{
    width:100%;
    margin: 100px 0 100px;
}


section.map{
padding: 70px 0!important;
}

 
#breadcrumbs{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
	margin: 15px auto 20px;
}      

#BG_fix{
    background-attachment:scroll !important;
}


	
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ブレット縦_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

@media screen and (max-width: 1024px) {
    

/*body {
	font-size: 16px;
	font-size: 1.6rem; 
    line-height: 1.6em;
}*/
    
nav {
    display: none;
}

#banner{
    padding: 30px 20px !important;
}

#banner ul.ban_ctn li{
    width: 31.5%;

} 

#title{
	width: 30%;
    text-align: center;
    margin: 0 auto !important;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    height: 80px;
}

#title a{
background-size:193px auto;
}


/*_/_/_/_/_/モーダルメニュー_/_/_/_/_/*/  

#modal-checkbox {
  display: none;
}
#modal-open {
    display: block;
    cursor: pointer;
    position: absolute;
    padding: 5px;
    font-size: 28px;
    font-size: 2.8rem;
    border-radius: 5px;
    color: #404040;
    width: 35px;
    height: 35px;
    top:0px;
    right: 20px;
    float: right;
    margin: 20px 0;
    z-index: 20;
}

    #modal-open .humberger{
    display: block;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
    }
    
#modal-content {
  position:fixed;
  top: 5%;
  right: 100%;
  z-index: 45;
  transition: all 0.3s ease-in-out 0s;
  /*transform: translate(0%, -10%);*/
  visibility: hidden;
  opacity: 0;
  padding: 1em;
  overflow-y: auto;
  max-height: 90%;
  width: 50%;
    display: inline-block;
}

#modal-content img{
    width: 100%;
    max-width: 250px;
    height: auto;
    display: inline-block;
}
    
#modal-checkbox:checked ~ #modal-content {
  visibility: visible;
  opacity: 1;
  left: 50%;
    display: block;
}
    
#modal-close {
  display: none;
  position: fixed;
  z-index: 40;
  top: 0px;
  right: 0%;
  width: 50%;
  height: 100%;
  background:#f5f5f5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
    color: #333;
   padding: 20px;
text-align: left;
}
    
#modal-checkbox:checked ~ #modal-close {
  display: block;
  opacity: 0.95;
  visibility: visible;
}
  
 ul#modal-menu{
list-style: none;
margin: 20px 25px 0 25px;
padding:0 0 10px 0;
width: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}

ul#modal-menu li{
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 1.4em;
	text-align: left;
    font-weight: 500 !important;
    margin:0;
    color: #333;
    vertical-align: middle;
    padding:20px 0!important;
    border-bottom: 1px solid #9FA0A0;
}

ul#modal-menu li:first-child{
    border-top: 1px solid #9FA0A0;

}

ul#modal-menu li a{
	color: #333!important;
}

ul#modal-menu li ul{
    list-style: none;
    margin:0 10px;
    padding: 10px;
}

ul#modal-menu li i.arrow{
	color: #00A9BA!important;
    margin-right: 5px;
}
    
    
.parent{
    padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 10;
	display: block;
	position: relative;
    width: 200px;
    color: #333;
}

ul#modal-menu li .material-icons-outlined{
    line-height: 0em !important;
    margin:13px 2px 0 0 !important;
    padding: 0 !important;
    display: block !important;
    font-size: 22px;
    font-size: 2.2rem;
    float: left;
}

.parent::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #3071b7;
    border-right: solid 2px #3071b7;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

 ul#modal-menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}

ul#modal-menu .parent:hover ,ul#modal-menu .open{
	color: #333;
}    
    
    
ul.sub_menu{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

ul.sub_menu li{
    margin:20px 0!important;
    padding: 0!important;
    display: block;
}

ul.sub_menu li a{
    display: block;
	position: relative;
    margin:0!important;
    padding: 0!important;
}

ul.sub_menu li:before{
    content: "";
    font-family: "";
}


ul#modal-menu li:hover ul.sub_menu{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#slider_layer .image_layer img{
    width: 60%;
    height: auto;
} 

h2.top{
    font-family: 'Asap', sans-serif;
	font-size: 38px;
	font-size: 3.8rem;
    letter-spacing: 0.1em;
}

img.PC{
    display: none;
}  

img.TB{
    width: 100%!important;
    height: auto;
    display: block;
}  

img.SP{
    display: none;
}  

#BG_fix{
    background-image: url("pict/fix_BG.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment:scroll !important;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 500px;
    margin: 100px 0;
}

#BG_fix > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    height: auto;
}

table.tbl01{
    margin:0 0 40px;
}

.text_side .position h3{
	font-size: 32px;
	font-size: 3.2rem;
} 
    
/*h1.lower{
    padding: 0.5rem 0 2rem;
    margin:30px auto;
    font-size: 50px;
    font-size: 5rem;;
}*/


.defult_margin-top{
    margin-top: 70px;
}

.defult_margin-bottom{
    margin-bottom: 70px; 
}

.margin-top30{
    margin-top: 25px!important;
}

.margin-bottom30{
    margin-bottom: 25px;
}


.margin-top40{
    margin-top: 35px;
}

.margin-bottom40{
    margin-bottom: 35px;
}

section.faq{	
    padding: 70px 0;
}

ul.top_info{
    list-style: none;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin:35px auto;
    overflow-y: auto;
}

section.caution{
	padding: 0 20px;
}

}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/タブレット縦_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

@media screen and (max-width: 834px) {

	
/*_/_/_/_/_/_/_/ヘッダー部_/_/_/_/_/_/_/*/	
/*header{
    padding:40px 2%;
}
	*/

#title{
        width: 60%;
    }

#title a{
        width: 100%;
        background-position: 15% 50%;
        }
    
address{
	text-align: center!important;
	margin: 10px 0 0;
	width: auto !important;
}

.widget{
    padding: 0 20px;
}

.mt130 {
    margin-top: 80px !important;
}

/*_/_/_/_/_/_/_/ナビ部_/_/_/_/_/_/_/*/



#menu {
    display: none;
}
	
	
 #modal-open {
    margin: 23px 0;
}

    #modal-open .humberger{
        top:30%;
        left:50%;
        transform: translate(-50%, -30%);
    }   
    

.rogo{
	display: none;
}

  p.center_layout {
    text-align: left;
    margin-top: 0;
}
    
.subcontainer{
	width: 100%;
	margin: 0;
	padding: 0 20px;
	display: inline-block;
}

.center_left_layout{
	width: 100%;
	text-align: left;
	display: inline-block;
}


    
.text_side .position h3{
    text-align: center;
    margin: 20px 0;
} 
   
    
 #slider_layer h1.image_layer{
    width: 100%;
    position: absolute;
    top:45%;
    left: 0%;
    transform: translate(0,-45%);
}    

#slider_layer .image_layer img{
    width: 80% !important;
    height: auto;
}  


#BG_fix{
    background-image: url("pict/fix_BG.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment:scroll !important;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    margin: 70px 0;
}

.top_cnt{
    width:100%;
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.top_cnt h3.mobile{
	font-size: 40px;
	font-size: 4rem;
    margin: 0px auto 20px;
    color: #00A9BA;
    font-weight: bolder;
    text-align: center;
    display: inline-block;
}

section.defult_lower{
	width: 100%;
    padding: 0 20px !important;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

section.defult ul.pict li.half{
    width: 48.25%;
	margin-top:  25px!important;
}



.pic_side{
	width: 100%;
	text-align: center;
    order: 1;
    margin: 0 auto 0px;
}

.pic_side img{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 20px;
}


 .text_side{
	width: 100%;
	text-align: left;
    order: 2;
     margin: 0 auto 100px;
}

.text_side .position{
   position: initial;
   top:0%;
    transform: translateY(0%);
}

.text_side .position h3{
	display: none;
}	


section.access{	
    width: 100%;
	background-color: #EAF6FD;
	margin: 60px auto 0!important;
    text-align: center;
    padding: 60px 0;
}
	
.three_column ul li.thumb, .three_column2 ul li.thumb{
	width: 46%;
    font-size: 12px !important;
    font-size: 1.2rem !important;
	height: auto;
	padding: 0;
	margin:  0px 2% 40px !important;
}


.three_column ul li.thumb .thumb_back img, .three_column2 ul li.thumb .thumb_back img{
	border-radius: 10px;
    width: 100%;
    height: auto;
}    



.four_column{
	width: 100%;
	text-align: center;
	padding: 0px!important;
	margin: 0px;
}

.four_column div{
	width: 32%;
	float: left;
	margin:0 0.5% 20px !important;
	text-align: left;
	padding: 0px;
}

.four_column div.left_side{
	margin:0 0.5% 20px !important;
}

.four_column div.right_side{
	margin:0 0.5% 20px !important;
}

.four_column div img{
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.half_left, .half_right{
	width: 450px;
	float: none;
	display: inline-block;
	text-align: left;
	padding: 10px !important;
}


.half_left img, .half_right iframe{
	width: 450px;
	height:280px;
	border-radius: 5px;
}
	
.one-third_left, .one-third_right{
	background-color: #00a728;
	color: #FFF;
	width: 70%;
	float: none !important;
	margin:10px auto!important;
	display: inline-block;
}
	
.cal_thumb > a > img{
	width: 200px;
    height: 200px;
	border-radius: 100px;
	margin: 0 auto;
}

table.tbl02 th:first-child{
    width: 60%;
}

	
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#breadcrumbs{
    width: 100%;
	margin:10px 0 0px;
}
	
	
#left_column{
	float:none;
	width:100%!important;
	padding: 0;
}
	
#right_column{
	float:none;
	width:100%!important;
}
	
section.entry h2, #right_column h2{
	border-bottom: 3px solid #00a728;
	color: #00a728;
	font-size: 30px !important;
	font-size: 3rem !important;
	padding-bottom: 10px;
	margin: 0 0 20px;
	font-weight: normal!important;
}
	


ul.sidebar_cat2 li h3{
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left !important;
	margin-top: 20px;
}

section.entry{
	margin: 0 0 40px 0;
    text-align: left !important;
}


.side-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.side-scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.side-scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.side-scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.scroll-caution{
	display: none;
}
	
.table{
	margin: 10px 0 5px !important;
	min-width: initial;
	min-width: auto;
}



ul.gallery-index{
    list-style: none;
    margin: 40px 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

   

ul.gallery-index li{
    width: 32%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
    text-align: center;
}

ul.gallery-index li img{
    width:98%;
    height: auto;
    border-radius: 20px;
}

table.tbl01{
    margin:0 auto 40px;
}


table.tbl01 td{
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
}


table.tbl01 th{
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
}

	
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ text・hタグ系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
 
.small_text{
	font-size: 12px;
	font-size: 1.2rem; 
	line-height: 1.3em;
}



.mid_text{
	font-size: 14px;
	font-size: 1.4rem; 
	line-height: 1.4em;
}

.large_text{
	font-size: 22px;
	font-size: 2.2rem; 
	line-height: 1.4em;
}

.largest_text{
	font-size: 25px;
	font-size: 2.5rem; 
	line-height: 1.4em;
}

h1.top{
	font-size: 26px;
	font-size: 2.6rem; 
	font-weight: 500;
	color: #00a728;
}
 
h1.lower{
    font-size: 40px !important;
    font-size: 4rem !important;
    padding-bottom: 30px;
    margin:40px 0 0px;
}

h1.lower::before , h3.short_under_line::before {
	    width: 80px;
        border-bottom: 4px solid #00A9BA;
}


	
h3.short_under_line{
    font-size: 40px;
    font-size: 4rem;;
}

h2.lower {
	    margin: 100px 0 20px;	
} 		
h2.lower-RS {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    margin: 40px 0;
} 	


h2.under_line{
	font-size: 31px !important;
	font-size: 3.1rem !important;
    margin: 20px 0;
}

h3.lower-RS{
	font-size: 24px !important;
	font-size: 2.4rem !important;
    font-weight: 600;
    padding: 13px 0;
    margin: 20px 0;
}
	
h3.top{
	font-size: 38px;
	font-size: 3.8rem; 
}


.titletext{
	font-size: 31px;
	font-size: 3.1rem;
	font-weight: normal;
	padding: 2px 0;
}

.two_column ul{
	margin: 0;
}

.two_column ul li{
	margin:  0px !important;
}

.page_title_L a {
    font-size: 20px;
    font-size: 2.0rem;
}	

br.pc{
	display: none !important;
	}
	
br.tb{
	display:inline-block !important;
	}
	

ul.gallery-pict li img{
    width:95%;
    height: 60%;
    border-radius: 10px;
    object-fit: cover;
}

ul.gallery-pict li h3{
	font-size: 18px;
	font-size: 1.8rem; 
    margin: 5px 0;
    color: #00A9BA;
}

	ul.gallery-pict li {
		font-size: 16px;
    line-height: 1.6;
}



}
	

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/スマホモダン縦_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

@media screen and (max-width: 540px) {


body {
	font-size: 16px !important;
	font-size: 1.6rem !important; 
	font-feature-settings: "palt";
}
    
header{
	width: 100%;
    padding:0;
    height: auto;
    text-align: center;
    height: 65px;
}

.widget{
    padding: 0 15px;
}

.neaten{
    text-align: justify;
    font-feature-settings: "palt";
}

#title{
	width: 70%;
    text-align: center;
    margin: 0 auto !important;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    height: auto;
}
    
    
#title a{
width: 100%;
background-position: 15% 70%;
background-size: 165px auto;
height: 65px;
}
    
#banner{
    display: none;
}
    
.banner_slider{
    display: block;
    width: 100%;
    padding: 15px 0 10px 0;
    margin: 0 0 20px;
    background-color: #EAF6FD;
    text-align: center;
}  
    
.banner_slider div {
    display: block;
    padding: 0;
    margin: 0;
    }
    
.banner_slider div img{
    width: 90%;
    height: auto;
    border: 1px solid #221714;
    margin: 0 auto;
}
	

footer{
width: 100%;
padding: 60px 10px 10px ;
text-align: center;
background-image: url(images/logo.svg);
background-repeat: no-repeat;
background-position: center top;
background-size:188px auto;
box-sizing: border-box;
font-size: 1.4rem;
font-size: 14px;
}
	
section.entry h2, #right_column h2{
	border-bottom: 3px solid #00a728;
	color: #00a728;
	font-size: 26px !important;
	font-size: 2.6rem !important;
	padding-bottom: 10px;
	margin: 0 0 20px;
	font-weight: normal!important;
}
	
ul {
	padding-left: 20px;
}


.center_left_layout{
	width: 100%;
	text-align: left;
	display: inline-block;
}
	
#modal-open{
	right: 10px;
}	
	
br.mb{
    display: block !important;
}

br.mb2{
    display:none;
}
	
/*_/_/_/_/_/_/_/ページTOP_/_/_/_/_/_/_/*/

#pagetop{
    position: fixed;
    right: -2%;
    bottom: -2%;
	font-size: 10px;
	font-size: 1rem;
}
	
	
 #modal-open {
    margin: 15px 0;
}

 #modal-open .humberger{
    top:30%;
    left:50%;
    transform: translate(-50%, -30%);
}  

.three_column ul li.thumb img, .three_column2 ul li.thumb img, .two_column ul li.thumb img {
    border-radius: 6px;
}  	
	
	
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ TOPページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/    

 /*スライダー*/


img.PC{
    display: none;
}  

img.TB{
    display: none;
}  

img.SP{
    width: 100%!important;
    height: auto;
    display: block;
}  

section.defult img{
    border-radius: 5px;
}



section.defult ul.pict li.half{
    width: 48.25%;
	margin-top:  12px!important;
}


section.map{
    padding: 50px 0!important;
}


.three_column{
	width: 100% !important;
	text-align: center;
	margin: 0 auto;
    padding: 0 10px;
}    
    
.three_column2, .two_column{
	width: 100% !important;
	text-align: center;
	margin:0 0 10px;
    padding: 0;
}    
    
.three_column ul li.thumb, .three_column2 ul li.thumb{
	margin: 0px 6px 20px !important;
    font-size: 10px !important;
    font-size: 1.0rem !important;
}

.single{
	margin:0 0 10px !important;
}


.date{
    font-size: 14px;
    font-size: 1.4rem;
	margin: 5px 10px 0 0;
}	

ul.top_info{
    padding: 0 15px;
    margin:20px auto;
}

ul.top_info{
    margin:20px auto;
}

ul.top_info li{
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding:7px 5px;
    line-height: 1em;
    text-align: left;
/* margin-bottom: 10px;*/
    border-bottom: 1px dashed #9FA0A0;
}
	
.page_title a {
    font-size: 14px;
    font-size: 1.4rem;
	margin: 10px 0!important;
    width: 100%;
	display: inline-block;

}	

    
.cat_info, .cat_event, .cat_lesson{
	font-size: 10px;
	font-size: 1.0rem;
    width: 70px;
    font-weight: bolder;
	margin-top: 8px;
}    

    
.top_cnt{
    width:100%;
    margin:0px 0px 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	padding: 0px;
}

.top_cnt h3.mobile{
	font-size: 30px;
	font-size: 3rem;
    margin: 0 auto 15px;
}

.bigTEXT_btn a{
	margin: 10px 0 0!important;
	font-size: 16px;
	font-size: 1.6rem;
    width: 200px;
    padding: 5px 0;
	height: 40px;
}

.pic_side{
	width: 100%;
	text-align: center;
    order: 1;
    display: inline-block;
	margin: 0 auto;
}

.pic_side img{
	border-radius: 10px;
}	


 .text_side{
	width: 100%;
	text-align: left;
    order: 2;
    margin: 0;
    display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
}

.text_side .position{
    position:relative;
    top:0%;
    transform: translateY(0%);
/*font-feature-settings: "palt";*/
    text-align: justify;
}

section.defult{
	width: 100%;
    padding: 0 15px !important;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

section.defult_lower{
	width: 100%;
    padding: 0 15px !important;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

section.defult p{
   text-align: justify;
}

section.pink{
    margin: 60px auto!important;
    }

section.pink p{
    margin-bottom:0!important;
    }   

section.access{	
    width: 100%;
    background-color: #EAF6FD;
    margin: 20px auto 0!important;
    text-align: center;
    padding: 0 0 40px;
    }
 
.blue_btn a {
	border-radius: 40px;
	padding: 8px 0px;
	width: 200px;
	height: 40px;
	margin: 0px 0 30px!important;
}
    

.purple_btn a{
    border-radius: 40px;
    padding: 5px 0;
    width: 200px;
	height: 40px;
}


h3.short_under_line {
    font-size: 30px !important;
    font-size: 3.0rem !important;
    padding-bottom: 20px!important;
}	

h1.lower {
    font-size: 30px !important;
    font-size: 3.0rem !important;
    padding-bottom: 20px!important;
    margin:20px 0;
    line-height: 1.4em;
}

h1.lower::before, h3.short_under_line::before{
	width: 50px
    }



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

#breadcrumbs{
	margin:0;
    padding: 0;
}
	
#breadcrumbs ul li {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
#breadcrumbs ul{
	margin: 0 0 0 10px;
}	
.titletext{
	font-size: 28px;
	font-size: 2.8rem;
	padding: 5px 0 5px;
}
	


h2.lower{
    margin: 40px 0 0 0;
	font-size: 24px !important;
	font-size: 2.4rem !important;
	    line-height: 1.4;
}
   
    

h2.lower-RS{
	font-size: 21px !important;
	font-size: 2.1rem !important;
    margin: 30px 0 20px;
    border-radius: 5px;
}

.pic_layout{
    display: flex;
    justify-content:space-between;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}    
    
.pic_layout2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}    
    
.capsule{
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

.capsule h3{
	font-size: 21px !important;
	font-size: 2.1rem !important;
	margin:40px 0 20px;
}
    
    
.gmap{
    width: 100% !important;
    height: 300px;
    margin: 0px 0!important;
    border: 1px solid #FF0004;
}    

ul.kome{
    width: 100%;
    padding: 0 0 0 15px;
}


p.mgb0 {
    margin-bottom: 10px;
}
    
.subcontainer{
	width: 100%;
	margin: 0;
	padding: 0 15px;
}
   
#lower_ornament  {  
	height: 50px;	
}
	
p.center_layout {
	text-align: left;
	margin-top: 0;
}	
	
img.round {
	border-radius: 6px;
}

img.resize40 {
	margin-top: -3px;
}	

.pic_layout{
	margin: 0 0 15px;
}	
.pic_layout img {
    border-radius: 6px;
}		

img.scalable100{
    margin: 15px 0 0px 0;	
}
	
.capsule img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.capsule h3 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
}
	
h3.title{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.6em;
}

#modal-close{
	left: 0;
	width: 100%;
}	

#modal-content {
    top: 7.5%;
    width: 100%;
  }

  #modal-checkbox:checked ~ #modal-content {
    left: 0%;
  }

#modal-content img{
    width: 100%;
    max-width: 250px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

ul#modal-menu {
    margin: 20px 25px 0 25px;
	padding: 0 0 10px 0%;
}		
	
    
#map, #traffic, #pond, #playset, #locomotive, #azumaya, #plants-pond{
    padding-top: 20px;
}
    
    
ul.lesson-data li{
	font-size: 16px;
	font-size: 1.6rem; 
    margin: 0 0 25px;
    text-align: left;
}
	
.two_column ul li{
	margin:  0px 0px 20px;
	text-align:justify !important;
}



ul.gallery-index{
    list-style: none;
    margin: 40px 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

ul.gallery-index li{
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 10px;
    text-align: center;
}

ul.gallery-index li h3{
	font-size: 21px;
	font-size: 2.1rem; 
    margin: 5px 0;
}
	
ul.gallery-index li img {
    width: 100%;
    border-radius: 10px;
}

ul.gallery-pict{
    margin: 10px 0;
}
   

ul.gallery-pict li{
    width: 99%;
    height: auto;
    margin: 5px 0.5% 0px 0;
    border-radius: 10px;
    text-align: center;
	font-size: 16px !important;
	font-size: 1.6rem !important; 
    line-height: 1.5em;;
}

ul.gallery-pict li img{
    width:100%;
    height: 60%;
    object-fit: cover;
    border-radius: 10px;
}

ul.gallery-pict li h3{
	font-size: 20px !important;
	font-size: 2rem !important; 
    margin:5px 0 5px;
}

section.caution{
	padding: 0 15px;
}


section.caution h4{
	font-size: 2rem;
	font-size: 20px;
    margin: 20px 0 10px 0;
}

section.caution ul{
    font-size: 16px;
    font-size: 1.6rem;
}

	
	
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ text・hタグ系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
p {
	margin: 10px 0;
}
.large_text{
	font-size: 18px;
	font-size: 1.8rem; 
	line-height: 1.4em;
}

.defult_margin-top{
    margin-top: 50px;
}

.defult_margin-bottom{
    margin-bottom: 50px; 
}

section.faq{	
    padding: 50px 0;
}

.margin-top30{
    margin-top: 20px!important;
}

.margin-bottom30{
    margin-bottom: 20px!important;
}



.margin-top40{
    margin-top: 30px!important;
}

.margin-bottom40{
    margin-bottom: 30px!important;
}
	
	
.largest_text{
	font-size: 21px;
	font-size: 2.1rem; 
	line-height: 1.4em;
}

	
h2.top{
    font-family: 'Asap', sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
}

h3.top{
	font-size: 30px;
	font-size: 3.0rem; 
}

h2.under_line{
	font-size: 24px !important;
	font-size: 2.4rem !important;
    font-weight: 600;
	line-height: 1.4;
    background-image: url("images/under_bar.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    padding: 0 0 15px;
    margin: 20px 0 10px;
}


h2.under_2tone_line{
	font-size: 18px !important;
	font-size: 1.8rem !important;
    width: 100%;
    margin: 20px 0;
    position: relative;
    text-align: left;
    padding-bottom: 5px;
    line-height: 1.5em;
}

h2.under_2tone_line:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -3px;
  width: 25%;
}
    
h3.lower{
	font-size: 16px !important;
	font-size: 1.6rem !important;
	margin:10px 0 0px;
    text-align: left;
}
    
h3.lower-a {
    font-size: 18px !important;
    font-size: 1.8rem !important;
}
	
h3.lower-c{
	font-size: 24px !important;
	font-size: 2.44rem !important;
	margin:40px 0 10px;
}
	
h3.lower-RS {
    padding: 10px 0;
    margin: 20px 0;
}
	
h4{
	font-size: 20px;
	font-size: 2rem; 
	margin: 10px 0;
}

h5{
    font-size: 18px !important;
	font-size: 1.8rem !important;
}
	
.topP{
	font-size: 16px;
	font-size: 1.6rem; 
	line-height: 1.4em;
	margin-bottom: 40px;
}


br.mb{
	display:inline-block !important;
	}
	
section.S-entry img{
	border-radius: 6px;
	margin: 10px auto;
	}	


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ table関係 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

table.tbl01{
    width: 100%;
    list-style: none;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

table.tbl01 tr{
    display: block;
    padding:0;
    border: 0px solid !important;
}

table.tbl01 td{
    padding: 5px;
    font-size: 15px!important;
    font-size: 1.5rem!important;
    line-height: 1.7em!important;
    width: 100%;
    display: list-item;
    border-bottom: 1px solid #a8a8a8!important;
    border-top: 0px solid !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

table.tbl01 th{
    padding: 5px;
    font-size: 15px!important;
    font-size: 1.5rem!important;
    line-height: 1.5em!important;
    width: 100%;
    display: list-item;
    border-bottom: 1px solid #a8a8a8!important;
    border-top: 0px solid !important;
    border-left: 0px solid !important;
    border-right: 0px solid !important;
}

table.tbl01 tbody th{
    width: 100% !important;
}

table.tbl01 td.first-child{
    width: 100% !important;
    text-align: center;
}
    

table.tbl02{
    margin:0 auto 20px;
    padding: 0px;
}


table.tbl02 th{
    padding: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
    border: 1px solid #a8a8a8;
}

table.tbl02 td{
    padding: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
}


table.tbl02 th:first-child{
    width: 70%;
}

    
    
table.layout{
    width: auto;
    margin: 20px 0;
    display: inline-block;
    border-collapse: collapse;
    table-layout: fixed;
    list-style: none;
}
    
table.layout tr{
        display: block;
}    
    

table.layout td{
    text-align: center;
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
    display: list-item;
}

table.layout td img{
    border-radius: 10px;
    margin-bottom: 10px;
    width: 95%;
    height: auto;
}
    
caption {
    padding:10px 0;
  }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ お問い合せページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


table.form{
    width: 100%;
    list-style: none;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

table.form tr{
    display: block;
    padding:0;
    border-bottom: 0px solid;
}

table.form td{
    padding: 10px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ced4da;
    background-color: #FFF;
    display: list-item;
}

.input-textarea {
	 text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
}	
    
table.form td:first-child{
    padding: 10px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ced4da;
    border-right:  0px solid;
    font-weight: 500;
    width: 100%;
    display: list-item;
} 
    
  .require{
    padding: 0px 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height:normal;
    background-color: #ea609e;
    color: #FFF;
    float: right;
    margin:3px 10px 0 0;
    height: 20px;
}  
    
 .submit{
	/*-webkit-appearance: none;*/
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
    color: #FFF !important;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 98%;
    background-color: #00A9BA;
    display: inline-block;
	margin: 10px auto !important;
	border: 0px solid;
}   
	
.back {
	/*-webkit-appearance: none;*/
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFF !important;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 98%;
    background-color: #22ac38;
    display: inline-block;
    margin: 10px auto!important;
    border: 0px solid;
}
}


/*■□■□■□■□■□■□■□スマホクラシック縦■□■□■□■□■□■□■□*/

@media screen and (max-width: 320px) {

header {
	padding: 20px 0;
	height: 60px;
} 
	
#title a{
    width: 100%;
    background-position: 15% center;
    background-size: 150px auto;
     height: 62px;
	margin-top: 10px
}   
	
#modal-open {
    margin: 15px 0;
}
	
	
footer{
    font-size: 12px;
    font-size: 1.2rem;
}

ul#modal-menu{
    list-style: none;
    margin: 20px 0 0 20px;
    padding:0 0 10px 0;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    }
    
    ul#modal-menu li{
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4em;
        text-align: left;
        padding: 0; 
        font-weight: 500 !important;
        /*margin:0 0 15px;*/
        color: #333;
    }
	
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ text・hタグ系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
	
h2.lower-RS{
	font-size: 21px !important;
	font-size: 2.1rem !important;
}    
	
.large_text{
	font-size: 16px;
	font-size: 1.6rem; 
	line-height: 1.4em;
}

.largest_text{
	font-size: 18px;
	font-size: 1.8rem; 
	line-height: 1.4em;
}

.date {	
	width: 120px;
}
	
/*.cat_lesson{	
	font-size: 8px;
    font-size: 0.8rem;
    padding: 2px 3px;	
}*/
	
}
