@charset "UTF-8";



/* CSS Document */

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        { margin: 0px; padding: 0px; font-size: 100%; }
ul{ list-style: none; }
body,h1, h2, h3, h4, h5,
table,
form, input {margin:0;padding:0; }
hr  { display: none; }
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }
/*iphone 用*/
input[type="submit"],input[type="button"]{
-webkit-appearance: none;
}
body{ font-family: "Zen Maru Gothic", sans-serif;}
main{
	margin: 0px !important;
	padding: 0px !important;
}
.no-p p{margin: 0px !important;
	padding: 0px !important;}

/*header.header{position: fixed;top:0px;*/

html {
  scroll-padding-top: 50px !important;
}

#p-del p:empty{display: none;}
#p-del a::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 10px;
}


@media only screen and (max-width: 767px) {
   
}


a{text-decoration: none !important;}

.clearfix:after { /*float解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	 /*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
 /**/
}

a img.image_hover{
	transition:all 0.5s ease; 
}
a:hover img.image_hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
	transition:all 0.5s ease; 
}
a:hover img,
#pagetop img:hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
	transition:all 0.5s ease; 
}

.navbar-toggle-wrapper button.active{border: 0px !important;}
.navbar-toggle-wrapper .navbar-toggle {
	border-radius: 5px !important;
	cursor: pointer;
	padding: 15px 15px!important;
	display: flex;
	align-items: center;
	background-color: #126100 !important;
	border: 0px solid !important;

}
.navbar-toggle-wrapper .navbar-toggle:focus {
  outline: 0px solid !important;
}


#logo-toggle-wrap{display: flex;padding:5px 5px 5px 10px;}
#logo-mobi {padding-top:10px}
#logo-mobi img{width: 70%;}


.link-line a{text-decoration: underline !important;}
.link-line a:hover{text-decoration: none !important;}

/*大切なお知らせ*/
.important-news{color:#fff;}

.important-news li{display: flex;flex-wrap: wrap;}
.important-news h5{font-size: 18px;font-weight: 600;line-height: 1.3em; padding: 0;margin: 0;}
.important-date{margin-right: 20px !important;}
.important-title a{color:#fff;border-bottom: 2px dotted #fff;}
.important-title a:hover{color:#fff;border-bottom: none;}
.important-title{color:#fff;}
    @media screen and (max-width:767px){
        .important-news h5{font-size: 16px;}
    }

/*サイドメニュー*/
#side-menu {
    font-family: "Zen Maru Gothic", sans-serif;
	z-index: 9999;
	cursor: pointer;
	position: fixed;
	top: 0;
	width: 300px;
	height: 100vh;
	padding: 0;
	background: rgba(255,255,255,1);
    overflow-y: scroll;
    border-right: 1px dotted #3E579B;
}
#side-menu .menu{padding: 20px 10px 0px 20px;}
#side-menu .menu ul li{display: flex; align-items: center; padding-bottom: 15px;font-weight: 500;}
#side-menu .menu ul li img{margin-right: 15px;}
#side-menu .menu ul li a{color: #222E4D;}
#side-menu .menu ul li a:hover{color: #0165CB;border-bottom: 2px dotted #0165CB;}
#side-menu .address{padding: 10px 10px 10px 20px;}
#side-menu .address h3{font-size: 25px;font-weight: 600;margin: 0;}
#side-menu .address h4{font-size: 16px;font-weight: 400;margin: 0;}
#side-menu .address h4:nth-of-type(1){padding-bottom: 10px;}
#side-menu .address h4 a{text-decoration: underline !important;}
#side-menu .address h4 a:hover{text-decoration: none !important;}

#menu-main-menu li.current-menu-item a span,
#side-menu li.active a{color: #0165CB !important;border-bottom: 2px dotted #0165CB;}

.side-contact{padding-top: 20px;}
.side-contact a{
    width: 210px;
    padding: 5px;
    text-align: center;
    display: block; 
    color:#222E4D;
    font-size: 16px;
    font-weight: 600;
    background-color: #F8E340;
    border: 2px solid #F8E340;
    border-radius:30px; 
}
.side-contact a:hover{
    color:#fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #222E4D; 
    border: 2px solid #222E4D;
}

@media screen and (max-width: 1024px){
    #side-menu {width: 250px;}
}
@media screen and (max-width: 767px){
  #side-menu{
    display:none;visibility: hidden;
  }
}

/*園のご紹介*/
.intro-menu {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}
.intro-menu div{margin-right: 30px;}
.intro-menu img{padding-left: 15px;}
.intro-menu a{color: #0165CB;border-bottom: 2px dotted #0165CB;}
.intro-menu a:hover{color: #0165CB;border-bottom: none;}

table.about{}
table.about td:nth-of-type(1){width: 20%;}
table.about td{border-bottom: none;}
table.about tr:nth-child(odd) td{background-color: #FAF6E8;}
table.about tr:nth-child(even) td{background-color: #FFFDF7;}
@media screen and (max-width: 767px){
    .intro-menu {font-size: 14px;}
    .intro-menu img{padding-left: 10px;}
    .intro-menu div{margin-right: 15px;}
}

/*保育について*/
.ue_timeline_item_subtitle{margin-top: -47px !important;}
.ue_timeline_item_subtitle,.ue_timeline_item_text{padding-left: 150px !important;}
@media screen and (max-width: 1024px){
    .ue_timeline_item_subtitle{margin-top: -45px !important;}
    .ue_timeline_item_subtitle,.ue_timeline_item_text{padding-left: 130px !important;}
}
@media screen and (max-width: 767px){
    .ue_timeline_item_subtitle{margin-top: -0px !important;}
    .ue_timeline_item_subtitle,.ue_timeline_item_text{padding-left: 0px !important;}
}

/*入園のご案内*/
table.type{}
table.type td{border-bottom: none;font-size: 20px}
table.type td:nth-of-type(1){font-weight: 600;}
table.type td:nth-of-type(2){font-weight: 500;}
table.type tr:nth-child(odd) td{background-color: #FFFFFF;}
table.type tr:nth-child(even) td{background-color: #F0F8FD;}


/*BLOG関連*/
/*アーカイブ*/
.archive-container,
.single-post-container{padding-left: 320px !important;}
@media screen and (max-width: 1024px){
    .archive-container,.single-post-container{padding-left: 265px !important;}
    
}
@media screen and (max-width: 767px){
  .archive-container,.single-post-container{padding-left: 20px !important;}
}

.single-post-container .breadcrumbs{padding-top: 10px;}
.archive-container .row{margin-top:  -30px !important;}

h2.blog-entry-title,
h2.entry-title{line-height: 1.3em !important;font-weight: 400 !important;}

ul.nv-meta-list{display: flex;flex-wrap: wrap !important;}

ul.nv-meta-list li time{color:#000 !important;}
ul.nv-meta-list li a{color:#fff !important;background-color:#000; padding: 3px 15px;border: 1px solid #000;}
ul.nv-meta-list li a:hover{color:#000 !important;background-color:#fff; padding: 3px 15px;border: 1px solid #000;}

.archive ul.nv-meta-list li time,
.archive-container ul.nv-meta-list li time{color:#000 !important;}

.nv-page-title-wrap.nv-big-title .nv-page-title {
 	padding-bottom:0px !important;
	padding-top:10px !important;
	height: 50px;
	padding-left:20px !important;
	margin-bottom: 20px;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
	color: #FFF;
	background-color: #005499;
	border-radius:5px;
	background: -moz-linear-gradient(90deg, rgba(0,82,155,1), rgba(71,195,193,1));
	background: -webkit-linear-gradient(90deg, rgba(0,82,155,1), rgba(71,195,193,1));
	background: linear-gradient(to right,  rgba(0,82,155,1)  0%, rgba(71,195,193,1) 90%);	
	
}
.nv-page-title h1{font-size: 1.4em !important;font-weight: 400;}
.nv-title-meta-wrap h1.entry-title{font-weight: 400;}
p.widget-title{
	padding: 10px 0 10px 20px !important;
	line-height: 1.5em;
	color: #FFF;
	background-color: #005499;
	border-radius:5px;
	font-size: 1.2em !important;
	font-weight: 400 !important;
}
.widget_recent_entries ul,
.widget_categories ul{list-style: disc !important;padding-left: 15px;margin-left: 20px;}

/*privacy*/
.privacy dl{font-size:16px;}
.privacy dl dt{padding-bottom: 10px;}
.privacy dl dd{padding-bottom: 20px;}
.privacy dl dd ol{padding-top: 10px;}
.privacy dl dd ol > li{padding-left: 5px;margin-left: 20px;line-height: 1.6em;padding-bottom: 10px;}

@media only screen and (max-width: 764px) {
.privacy dl dd{font-size:14px;}
}

.menu_block{}
.menu_block a{
	display:block;
	border: 5px solid #fff;
	background-color: #fff; 
	padding: 30px; margin: 10px;
}
.menu_block a:hover{
	display:block;
	border: 5px solid #39BC9B;
	background-color: #fff; 
	padding: 30px; margin: 10px;
	color:#39BC9B;
}

table.large{width: 100%}
table.large th{}

table.mid{width: 80%}
table.short{width: 60%}

@media only screen and (max-width: 764px) {
    table.mid{width: 100%}
    table.short{width: 100%}
}

@media only screen and (max-width: 978px) {
    .scroll-table{
        overflow-x: scroll; 
        -webkit-overflow-scrolling: touch; 
      /*white-space: nowrap;*/
        border: solid 1px #ddd;
    }
    .scroll-table ::-webkit-scrollbar{
      height: 10px;
    }
}



.td_center{text-align: center !important;}
sup{font-size:0.8em;}


/*SITEMAP*/
.wsp-pages-list > li > a{display: block;background-color: #F8F7F0;color:#3B3B3B;
	padding: 10px;margin-bottom: 20px;font-weight: 400;font-size: 1.2em;
}
.wsp-pages-list > li > a:hover{color:#41AA7A;}
.wsp-pages-list .page_item_has_children{font-weight: bold;padding: 0 0 20px;}
.wsp-pages-list li > ul.children > li{margin-left: 20px;font-weight:normal;list-style: disc;}
.wsp-pages-list li > ul.children > li >a {display: block;padding: 5px 0;color:#3B3B3B;}
.wsp-pages-list li > ul.children > li >a:hover {color:#41AA7A;}

.wsp-categories-list li{margin-left: 20px;list-style: disc;}
.wsp-categories-list li a {display: block;}


.wsp-posts-list li.wsp-post{margin-left: 20px;list-style: disc;}
.wsp-posts-list li.wsp-post a {display: block;color:#3B3B3B;}
.wsp-posts-list li.wsp-post a:hover {color:#41AA7A;}

h2.wsp-pages-title,h2.wsp-categories-title,h2.wsp-posts-title{font-size: 1.4em;margin-bottom: 10px;}

h2.wsp-pages-title,
h2.wsp-eventinfos-title,
h2.wsp-shopitemss-title,
h2.wsp-exhibitionss-title{display: none;}

.wsp-category-title a{display: block;background-color: #F8F7F0;color:#3B3B3B;
	padding: 10px;margin-bottom: 20px;font-weight: 400;font-size: 1.2em; }
.wsp-category-title a:hover{color:#41AA7A}

.wsp-posts-list{padding-bottom: 20px;}


/*contact*/
#open_wrap{padding: 30px 20px;border-radius: 20px; background-color: #FAF6E8;}
#contact_table tr{
	border-bottom-style: none !important;
}

#contact_table td, #contact_table th {
  padding: 10px;
  border-bottom-style: none !important;
  font-family: "Zen Maru Gothic", sans-serif;
}
#contact_table th{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}
#contact_table td{
	vertical-align: top;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 10px;
}

#contact_table input[type=text] ,#contact_table input[type=email],
#contact_table textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	transition: 0.3s;
	border-radius: 10px;
	outline: none;
	background-color: #FFF;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#contact_table select{
	width: 30%;
	padding:1px;
	transition: 0.3s;
	border-radius: 10px;
	outline: none;
	background-color: #FFF;}
	
#contact_table a{
	text-decoration: underline;
	font-weight: bold;
}
#contact_table a:hover{
	text-decoration: none;
}

.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border:5px solid #087B3C;
    text-align: center;
    color: #087B3C;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border:5px solid #D14AA8;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #D14AA8;
    font-size: 20px;
    font-weight: 600;
}
/*------------*/

@media only screen and (max-width: 1024px) {
    #contact_table input[type=submit]{
        width: 40%;
        font-size: 16px;
    }
    #contact_table input[type=button]{
        width: 40%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 960px) {
	.mobile br{
	display: none;
	visibility: hidden;
}
#contact_table input[type=submit]{
	width: 220px;
	font-size: 16px;
}
#contact_table input[type=button]{
	width: 220px;
	font-size: 16px;
}

}
@media only screen and (max-width: 767px) {
	#contact_table{
	width: 100%;
}
#contact_table th,#contact_table td{
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}
}

#contact-mail{padding: 30px;
	margin-left: auto;
    margin-right: auto;
    width: 500px; background-color: aqua;
}

.wpcf7-form-control-wrap.phone-area input{ime-mode: disabled;}
.wpcf7-form-control-wrap.phone-city input{ime-mode: disabled;}
.wpcf7-form-control-wrap.phone-num input{ime-mode: disabled;}

/*.wpcf7-radio,.wpcf7-checkbox,.wpcf7-acceptance{margin-left:-15px !important;}*/

.wpcf7 input[type="checkbox"]{color:#000;width: 20px;border:solid 2px #000;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],#pref,
.wpcf7 input[type="tel"],
.wpcf7 textarea{background-color: #FFFFFF;}
.wpcf7 input[type="text"]#event-title{padding: 10px 0;width: 50%;}
.wpcf7 input:hover[type="text"],
.wpcf7 input:hover[type="email"],
.wpcf7 input:hover[type="tel"],
.wpcf7 textarea:hover{background-color: #F2F2F2;}

.wpcf7 input:focus[type="text"],
.wpcf7 input:focus[type="email"],
.wpcf7 input:focus[type="tel"],
.wpcf7 textarea:focus{
    background-color: #FFFF;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{width:100%;}
.wpcf7 input[type="text"].name{width:35%;}
.wpcf7 input[type="tel"].phone{width:12%;}
.wpcf7 input[type="text"]#zip{width:30%;}
#zip{width:30%;}

.hissu{
	display: inline-block;text-align: center;
	background-color: #D84277;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.5em;
	padding: 3px 0 0;width: 35px;height: 22px;
	margin-left: 10px;
	font-weight: 600;}
.small{font-size:14px;}

#div-submit{
	text-align: center; 
}
input#btn_conf{	border-radius: 30px;background-color:#212E6C !important;border:1px solid #212E6C  !important;}
input#btn_conf:hover{color:#212E6C;background-color:#fff !important;border:1px solid #212E6C  !important;}
input#btn_conf{width:330px;height: auto; }/*330*/


.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    background: pink !important;
}
.wpcf7 .wpcf7-not-valid:hover,
.wpcf7 .wpcf7-not-valid:focus{
    background: #fff !important;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 600px) {
	input#btn_back,input#btn_send{margin: 5px;width: 45%}
	input#btn_conf{margin-left: 0px;width: 90%}
	
}

@media screen and (max-width: 501px) {
	.your-appli,.your-soudan{display: block; margin-top: -20px !important;}
	.wpcf7-radio .wpcf7-list-item,.wpcf7-checkbox .wpcf7-list-item  {
    margin-top:0px;
    display: block;
	}
}

/*confirm contact 使用時*/
#wpcf7cpcnf table {
    padding: 30px;border-radius: 20px; background-color: #FAF6E8;
    border: none;
    font-size: 1.1em;
}
#wpcf7cpcnf table th {
    font-family: "Zen Maru Gothic", sans-serif;
    width: 30%;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 1.0em;
}
#wpcf7cpcnf table td {
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}

.wpcf7cp-btns{display: flex;justify-content: center;}
.wpcf7cp-btns button {
	color:#fff; border-radius: 5px;
    width:250px;
    font-size: 18px;
    line-height: 0.9em !important;
}
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn{
    border-radius: 30px;background-color:#fff !important;color:#505050 !important;border:1px solid #F2F2F2  !important;}
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn:hover{background-color:#F2F2F2 !important;border:1px solid #F2F2F2  !important;}

#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn{border-radius: 30px;background-color:#212E6C !important;border:1px solid #F2F2F2  !important;}
#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn:hover{color:#212E6C;background-color:#fff !important;border:1px solid #F2F2F2  !important;}


.wpcf7c-conf {
    background-color: #F5F5F5 !important; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	color:red;
	text-align: center;
}


/*foot-menu*/
#foot-menu h3 a{color: #000;}
#foot-menu h3 a:hover{color: #3375B5;}

/*Footer*/
.p-padding ul{padding-bottom: 10px !important;}
#sns{display: flex;align-items: center;}
#sns div{padding-right: 15px;}

/*other - font*/


ul.dot-pur {
	padding: 0 0 0 1.0em;
}
ul.dot-pur li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-pur li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #875790;	
	font-size:18px;
}

ul.dot-grey {
	padding: 0 0 0 1.0em;
}
ul.dot-grey li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-grey li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #696969;	
	font-size:18px;
}

ul.dot-lgrey {
	margin-top: 0em;
	padding: 0em 0 0 1.0em;
}
ul.dot-lgrey li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-lgrey li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #909090;	
	font-size:18px;
}

ul.dot-blue {
	padding: 0em 0 0 2.0em;
}
ul.dot-blue li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-blue li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #4283AA;	
	font-size:18px;
}

ul.dot-ocher {
	padding: 0em 0 0 2.0em;
}
ul.dot-ocher li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-ocher li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #B19F62;	
	font-size:18px;
}

ul.dot-green {
	padding: 0em 0 0 2.0em;
}
ul.dot-green li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-green li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #62B18D;	
	font-size:18px;
}
.fq{font-size:30px;}
ul.faq{list-style:none;padding: 0em 0 0 2.0em;}

ul.faq li{padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
	}

ul.faq li:before {
	content: "A.";
	position: absolute;
	top: 0.0em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #B19F62;	
	font-size:30px;
	}
@media only screen and (max-width: 764px) {
	.fq{font-size:20px;}
	ul.faq li:before {
	font-size:20px;}
}

.link a{text-decoration: none !important;}
.link a:hover{text-decoration: underline !important;}
	

	
	#footer-menu .elementor-icon-list-item a {text-decoration: none !important;}
	#footer-menu .elementor-icon-list-item a:hover{text-decoration: underline !important;}
	
	
    br.sp-br{display: none;}
	.actor-font{font-family: Actor;font-weight: 300;}
	.darky{color: #D69F52;}
	.green{color: #39BC9B;}
	.red-light{color: #D56363;}
	.red{color: #C84A3C !important;}
	.grey{color: #777777;}
	.f12{font-size:12px !important;}
	.f14{font-size:14px !important;}
	.f16{font-size:16px !important;}
	.f18{font-size:18px !important;}
	.f20{font-size:20px !important;}
	.f22{font-size:22px !important;}
	.f25{font-size:25px !important;}
	.f30{font-size:30px !important;}
	.bold{font-weight:bold !important;}
	.normal{font-weight:normal !important;}

@media only screen and (max-width: 764px) {
    .nobr br{display:none;}
    br.sp-br{display: block;}
}

.map_wrap{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.map_wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.v-mid{display: flex;}
.v-mid .s-txt{font-size:0.5em;margin-right: 15px;margin-top: 5px;}
	
	