@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');



/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Menu Main SP
 * 		2.1 - Button To Open Menu SmartPhone 
  *       2.1.1 - Button To Open Menu SmartPhone  768px;
 * 3.0 - Slider
 *    3.0.1 - Slider 768px;
 * 		3.1 - Text In Slider
 *      3.1.1 - Text In Slider 980px
 *      3.1.2 - Text In Slider 768px
 *      3.1.3 - Text In Slider 640
 *      3.1.4 - Text In Slider Button Contact
 *      3.1.5 - Text In Slider Button Contact 480px
 * 4.0 - Logo
 *		 4.0.1 - Logo 768px
 * 5.0 - Menu Main PC
 * 		5.0.1 - Menu Main PC In 768px 
 * 6.0 - Footer Have Logo And Scrolltop
 * 		6.0.1 - Footer Have Logo And Scrolltop 768px
 * 7.0 - Info Footer
  * 	7.0.1 - Info Footer 768px
 * 8.0 - Title-Big-Style1
 *   8.0.1 - Title-Big-Style1 480px
   * 	8.1 - Title-Big-Style2
   *   8.1.1 - Title-Big-Style2 480px
   * 8.3 - Title-Style4
 * 9.0 - Layout For Child Page
 * 10.0 - Content
 * 11.0 - News 768px
 *     11.0.1 - News 768px
 * 12.0 - Map
 *     12.0.1 - Map 768px	
 * 13.0 - Table Style1
  *		 13.1 - Table Style2
  *		 13.2 - Table Style3
  * 14.0 - List Style 1 
  * 	14.1 - List Style 2
  *		14.2 - List Style 3 
  * 15.0 - Gallery Image Style2
  * 	15.0.1 - Gallery Image Style2 768px
 */
 
/**
  * 1.0 - General
 */
body {
	width: 100%;
	margin: 0;
	padding:0;
	float: left;
	font-size: 72.5%;
	color: #535353;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	
}

.invisible {
    visibility: hidden;
    overflow-x: none;
}


.idx1 a:link { color: #000; }
.idx1 a:visited { color: #000; }
.idx1 a:hover { color: #c22787; }
.idx1 a:active { color: #c22787; }


.idx a:link { color: #fff; }
.idx a:visited { color: #fff; }
.idx a:hover { color: #f4bc0b; }
.idx a:active { color: #f4bc0b; }


.tal-c1 { text-align:center; }

/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  width:50%;
  text-align: center;
  border: 2px solid #c22787;
  font-size: 16px;
  color: #c22787;
  text-decoration: none;
  
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  margin-left:25%;
  margin-top:40px;
  margin-bottom:20px;
}

.btn-border:hover {
  background-color: #c22787;
  border-color: #c22787;
  color: #FFF;
}


.box28 {
    position: relative;
    margin: 0.5em 0;
    padding: 25px 10px 7px;
    border: solid 2px #c22787;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 18px;
    background: #c22787;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 10px; 
    padding: 10px;
}


.box30 {
    margin: 2em 0;
    background: #effafe;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 2em;
    background: #c22787;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    font-size: 1.7em;
    line-height:200%;
    text-align:center;
    
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #c22787;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 10px;
}


.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}


.box19 dl{
 width:100%;
}
.box19 dt{
  float:left;
  padding:10px 5px;
  font-weight:900;
}
.box19 dd{
  margin-left:160px;
  padding:10px 5px;
}




.Playfair{
    font-family: 'Playfair Display', serif;
}




.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.fo{
font-family: 'Noto Serif JP', "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.fo1 a:link { color: #fff;text-decoration: none; }
.fo1 a:visited { color: #fff;text-decoration: none; }
.fo1 a:hover { color: #5aabf5; }
.fo1 a:active { color: #5aabf5; }

#wrap-container{
	width: 100%;
	height:auto;
	float: left;
}

#bg-header, #bg-content, #bg-footer {
	width: 100%;
	height:auto;
	float: left;
}

#bg-footer{
margin-top:50px;	
}

#header, #content, #footer {
	width: 100%;
	height:auto;
	float: left;
}
.rows {
	width: 100%;
	height:auto;
	float: left;
}
.rows-mini {
	width: 100%;
	height:auto;
	max-width: 980px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.rows2 {
	width: 100%;
	float: left;
	position: relative;
}

/**
  * 2.0 - Menu Main SP
 */
#box-mn-sp {
	width: 70%;
	float: right;
	display: none;
	right: 0;
	position: fixed;
	height: 100%;
	
	background: #c22787;
	padding-top: 4px;
	top: 0;
	box-sizing: border-box;
	z-index:10000000;
}

.menu-sp ul li{
width:100%;
height:auto;
padding:15px 10px;
border-bottom: 1px solid #fff;
box-sizing:border-box;
padding-left:15px;
}

.menu-sp ul li a{
display:block;
text-decoration:none;
color:#fff;	

font-size:1.3em;
}

.close-menu-sp{
width:100%;
height:auto;
padding:10px 5px;
border-bottom: 1px solid #fff;
box-sizing:border-box;
overflow:hidden;
cursor:pointer;
}

.close-menu-sp a{
text-decoration:none;
color:#fff;	
font-size:1.7em;
/*font-family: 'Roboto', sans-serif;*/
}


.ico-sp {
	float: right;
	margin-top:-5px;
}

  /*btn menu sp, hide in screen 768px */
  
 /**
  * 2.1 - Button To Open Menu SmartPhone 
 */ 
  .btn-mn {
	display: none!important;
	z-index:1000;

  }
  
  
  
 /**
  * 3.0 - Slider
 */ 
 .bg-slide {
	width: 100%;
	float: left;
	height: auto;
	max-height:550px;
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
 
  opacity: 1;
  


} 

.box-slide {
	width: 100%;
	float: left;
	position: absolute;
	z-index:999;
}

.bxslider img {
	min-width: inherit!important;
	width: 100%;
}


.bbbg-menu {
	width: 100%;
	float: left;
	position: relative;
}
  
  
 .bg-menu {
	width: 100%;
	float: left;
	position: absolute;
	border-bottom: 1px solid #ccc;
	padding:15px 0px;
	box-sizing:border-box;
	overflow:hidden;
	z-index:9999;
	
}

/**
  * 3.1 - Text In Slider
 */ 
.bg-txt-slide {
	width: 100%;
	float: left;
}

.txt-slide1 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 3.5em;
	color: #FFFFFF;
	padding-top: 190px;
	box-sizing: border-box;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	line-height:140%;
}
.txt-slide2 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 2em;
	color: #4a3939;
	box-sizing: border-box;
	text-align: center;
	margin-top:10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	line-height:140%;
}
.txt-slide3 {
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 1.5em;
	color: #4a3939;
	border: 1px solid #4a3939;
	box-sizing: border-box;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background:#fff;
	padding-left:28px;
	margin-top:20px;
}

.txt-slide3-anchor-sp{
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 1.5em;
border: solid 1px #000;
	color: #000;
	box-sizing: border-box;
	background-color:#FFFFFF;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
}

.bg-txt-slide a {
	text-decoration: none;
}

/**
 *      3.1.4 - Text In Slider Button Contact
 */ 
 
.bg-txt-slide-anchor-sp{
display:none;	 
}



/**
  * 4.0 - Logo
 */ 
.logo-menu {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	box-sizing:border-box;
}

.logo {
	width: 25%;
	float: left;
	box-sizing:border-box;
	padding-left:0px;
	padding-top:0px;
}

.logo img {
width:100%;
height:auto;
}

.scl {
overflow: auto; /* 横スクロールバーを表示 */
white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
}

/**
  * 5.0 - Menu Main PC
 */ 

.menu {
	width: 95%;
	box-sizing:border-box;
	padding-left:35%;
	margin-top:0px;
}

a.menu-item {
	display:inline-block;
	float: left;
	margin-right:20px;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	min-height:15px;
    margin-top:5px;
    padding:8px;
    background: #c22787;
    
    margin-top:10px;
}

a.menu-item-mgr-0 {
	margin-right: 0% !important;
}

a.menu-item:hover {
	color:#fff;
	font-weight:bold;
}

a.active {
	color:#ffffff;!important;
	font-weight:bold;
}

 
 /**
  * 6.0 - Footer Have Logo And Scrolltop
 */ 
.footer-part1{
	background-color:#f4bc0b;
	padding:20px 0px;
	overflow:hidden;
} 

.logo-footer{
width:50%;
float:right;	
}

.scroll-top{
width:50%;
float:right;
text-align:right;	
}
 
 /**
  * 7.0 - Info Footer
 */ 
 .footer-part2{
	 width:100%;
	 height:auto;
	 
	 padding:20px 0px;
	 overflow:hidden;
background:#c22787;


	 	}

.footer-info{
width:50%;
height:auto;	
float:left;
}

.footer-info ul li{
	color:#fff;
	line-height:160%;
	font-size:1.3em;
	margin-bottom:10px;
}

.footer-link-copyright{
width:50%;
height:auto;
float:left;	
}

.number-tel, .number-mail{
	color:#FEFEE5;
	text-decoration:none;
}

.number-tel:hover, .number-mail:hover{
	text-decoration:underline;
}

.fa{
color:##FFFFFF;	
}


.link-icon{
text-align:right;	
}

.link-icon a{
margin-left:5px;
}

.copyright{
text-align:right;	
color:#fff;
font-size:1.3em;
line-height:180%;
padding-top:20px;
}


 /**
  * 8.0 - Title-Big-Style1
 */ 
 
.title-style1{
  	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
margin-bottom:20px;
}

.wrap-title-style1{
width:100%;
height:auto;
max-width:600px;
margin:0 auto;	
text-align:center;
}

.wrap-title-style1 .big-title{
text-align:center;
display:inline-block;	
font-size:25px;
line-height:180%;
border-bottom:solid 2px #c22787;
padding-bottom:5px;
font-family: "M PLUS Rounded 1c", sans-serif;
width:100%;
padding-bottom:20px;
}

.wrap-title-style1 .small-title{
text-align:center;	
display:inline-block;	
color:#333333;
font-size:20px;
background-color:#FFF;
padding:3px 10px;
box-sizing:border-box;
position:relative;
top: -16px;
font-family: "M PLUS Rounded 1c", sans-serif;
}


/**
  * 8.1 - Title-Big-Style2
 */ 
.title-style2{
width:100%;
height:auto;
float:left;	
}

.big-title-style2{
width:100%;
max-width:600px;
text-align:center;
height:auto;
margin:0 auto;	
margin-top:40px;
margin-bottom:30px;
}

.big-title-style2 h2{
	/*font-family: 'Roboto', sans-serif;*/
	font-size:4.0em;
	color:#333333;
	line-height:120%;
}

.small-title-style2{
	color:#333333;
	font-size:1.4em;
	line-height:140%;
	display:inline-block;
	margin-top:-20px;
}


/**
  * 8.2 - Title-Style3
 */
.title-style3{
width:100%;
height:auto;

border-bottom:solid 2px #c22787;
padding-bottom:3px;
margin-bottom:20px;
}

.title-style3 h3{
font-size:1.7em;
color:#333333;
line-height:140%;

}


.title-child1{
width:100%;
height:auto;
font-size:	1.1em;
color:#3398D9;
line-height:160%;
font-weight:bold;
box-sizing:border-box;
}

.title-child2{
width:100%;
height:auto;
font-size:	1.1em;
color:#333333;
line-height:160%;
font-weight:bold;
box-sizing:border-box;
}


/**
  * 8.4- Title-Style4
 */
 
.title-style4{
	width:100%;
	height:auto;
	background-color:#EAE9E6;
	text-align:center;
	padding:15px 10px;
	box-sizing:border-box;
} 

.title-style4 h4{
	font-size:1.2em;
	color:#37495F;
	font-weight:bold;
	line-height:160%;
} 





/**
  * 10.0 - Content
 */
.cnt-child1{
width:96%;
height:auto;
font-size:1.3em;
color:	#535353;
box-sizing:border-box;
line-height:155%;
}

.cnt{
width:100%;
height:auto;
font-size:1.5em;
color:	#535353;
box-sizing:border-box;
line-height:180%;
}

.cnt2{
width:100%;
height:auto;
font-size:18px;
color:	#535353;
box-sizing:border-box;
line-height:180%;
}

.cnt1{
width:100%;
text-align: left;
height:auto;
font-size:13px;
color:	#535353;
box-sizing:border-box;
line-height:200%;
}


 /**
  * 9.0 - Layout For Child Page
 */ 
 
 .bg-slide-child-page{
	width: 100%;
	float: left;
	height: auto;
	max-height:300px;
	position: relative;
	overflow: hidden;
}

.box-slide-child-page {
	width: 100%;
	float: left;
	position: absolute;
	z-index:999;
}

.box-slide-child-page img {
	min-width: inherit!important;
	width: 80%;
}


.bg-row-blue{
	background-color:#f4f3f7;
}

.bg-text-blue{
 background-color:#F9F7F4!important;
}


.mark-text{
font-size:	2em;
font-weight:bold;
line-height:160%;

}

/**
  * 11.0 - News
 */ 
.news{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
}

.news .date{
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #000;
}



.box-newss1 {
	 width:100%;
	 float:left;
	 height:570px;
	 overflow-y:scroll; 
	 box-sizing:border-box;
	 border-bottom:dotted 1px #ccc;
}


.box-newss {
	 width:100%;
	 float:left;
	 height:270px;
	 overflow-y:scroll; 
	 box-sizing:border-box;
	 border-bottom:dotted 1px #ccc;
}

ul.news2 {
 width:100%;
 float:left;
 }

ul.news2 li {
  
  box-sizing:border-box;
  width:100%;
  float:left;
  min-height:26px;
  color:#535353;
  font-size:1.3em;
 }

.date0{
width: 20%;
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #000;
float: left;
padding-left: 1%;
}

.newsmain{
width: 75%;
float: left;
padding-left: 5%;
}



.date1{
width: 10%;
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #000;
float: left;
padding-left: 5%;
}

.newsmain1{
width: 87%;
float: left;
padding-left: 0%;
}





.txt2 {
	display:inline-block;
	padding-bottom:15px;
	padding-top:15px;
	width:100%;
	float:left;
	box-sizing:border-box;
	line-height:160%;
	background:transparent!important;
	border-top:dotted 1px #ccc;
	}

.news2 {
  box-sizing:border-box;
  width:100%;
  float:left;
  min-height:26px;
  color:#535353;
  font-size:1.3em;
 }

.newstxt {
	padding-bottom:15px;
	padding-top:15px;
	width:100%;
	float:left;
	box-sizing:border-box;
	line-height:160%;
	background:transparent!important;
	border-top:dotted 1px #ccc;
	}
	


span.txt2 span {
	background:transparent!important;
}


/**
  * 12.0 - Map
 */ 
.maps{
	width:48%;
	height:auto;
	float:left;
}

.map-iframe{
	width:100%;
	height:auto;
}

.map-iframe iframe{
	width:100%;
	height:270px;
	border:0;
}

/**
  * 13.0 - Table Style1
 */ 
.table-style1{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
}

.table-style1 tr td{
	width:25%;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
	
}

.table-style1 tr.tb-row1 td{
	background-color:#999;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
}

/**
  * 13.0.1 - Table Style1-1
 */ 

.table-style1-1{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}

.table-style1-1 tr td{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	text-align:center;
	vertical-align:middle;
	background-color:#F9F7F4;
}

.table-style1-1 tr.tb-row1 td{
	background-color:#571c1f;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
}


/**
  * 13.1 - Table Style2
 */ 
.table-style2{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}

.table-style2 tr td{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	text-align:center;
	vertical-align:middle;
	background-color:#F9F7F4;
}

.table-style2 tr.tb-row1 td{
	background-color:#571c1f;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:15px;
}

/**
  * 13.2 - Table Style3
 */ 
.table-style3{
	width:100%;
	height:auto;
	border:0;
	border-collapse:collapse;
	box-sizing:border-box;
		border-top:solid 1px #DDDDDD;
			border-left:solid 1px #DDDDDD;
				border-bottom:solid 1px #DDDDDD;
}

.table-style3 tr td{
	
	padding:8px;
	box-sizing:border-box;
	border-right:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
	vertical-align:middle;
	
	
	
}

.table-style3 tr.tb-row1 td{
padding-top:20px;
}

.table-style3 tr:last-child td{
padding-bottom:20px;
}

/**
  * 14.0 - List Style 1
 */ 
.list-style1{
 width:100%;
 height:auto;
 overflow:hidden;
 padding-top:5px;
 padding-left:40px;
 box-sizing:border-box;
}

.list-style1 li{
width:100%;
height:auto;
background:url(../../common/img/dot.png) left 5px no-repeat;
padding-left:15px;
box-sizing:border-box;
margin-bottom:5px;
line-height:160%;
}

/**
   * 14.1 - List Style 2
 */
.list-style2{
  width:100%;
 height:auto;
 overflow:hidden;
 padding-top:5px;
 padding-left:50px;
 box-sizing:border-box;
}

.list-style2 li{
width:100%;
height:auto;
padding-left:0px;
box-sizing:border-box;
margin-bottom:5px;
line-height:160%;
list-style:decimal;
}


/**
  * 14.2 - List Style 3
 */ 
.list-style3{
 width:100%;
 height:auto;
 overflow:hidden;
 box-sizing:border-box;
}

.list-style3 li{
width:100%;
height:auto;
background:url(../../common/img/dot2.png) left 6px no-repeat;
padding-left:15px;
box-sizing:border-box;
margin-bottom:5px;
line-height:160%;
}


/**
 * 15.0 - Gallery Image Style2
 */ 
 
 .gallery-img-style2{
width:100%;
height:auto;
float:left;	
}

.gallery-img-style2 .gl-one-element{
width:31%;
height:auto;
float:left;	
margin-right:3%;
box-sizing:border-box;
}

.gallery-img-style2 .gl-frame-img{
	width:100%;
	height:auto;
	float:left;
}

.gallery-img-style2 .gl-frame-img img{
	width:100%;
	max-width:300px!important;
	margin:0 auto;
	height:auto;
}

.spmenu{display:none;}

/**********************************************************************************************************************************************************/
		
@media screen and (max-width:980px) {

/**
  * 3.1.1 - Text In Slider 980px
 */ 
.bg-txt-slide {
	width: 100%;
	float: left;
}
.txt-slide1 {
	padding-top: 160px;
}



.box28 {
    position: relative;
    margin: 0.5em 0;
    padding: 25px 10px 7px;
    border: solid 2px #c22787;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 18px;
    background: #c22787;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}
.box28 p {
    margin: 10px; 
    padding: 10px;
}



}  
  
@media screen and (max-width:768px) {
	
	
body {
	padding-left:3px;
	padding-right:3px;
	box-sizing:border-box;
}	

.maps{
	width:100%;
	height:auto;
	float:left;
}

.map-iframe{
	width:100%;
	height:auto;
}

.map-iframe iframe{
	width:100%;
	height:270px;
	border:0;
}

.tal-c1 { text-align:left; }

.wrap-title-style1 .big-title{
text-align:center;
display:inline-block;	
font-size:20px;
line-height:180%;
border-bottom:solid 2px #c22787;
padding-bottom:5px;
font-family: "M PLUS Rounded 1c", sans-serif;
width:100%;
padding-bottom:40px;
}

.btn-border {
  display: inline-block;
  width:90%;
  text-align: center;
  border: 2px solid #c22787;
  font-size: 16px;
  color: #c22787;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  margin-left:0%;
  margin-top:40px;
  margin-bottom:20px;
}

.btn-border:hover {
  background-color: #c22787;
  border-color: #c22787;
  color: #FFF;
}
	

/**
 * 2.1.1 - Button To Open Menu SmartPhone  768px;
 */ 
.btn-mn {
	width:80px;
	height:auto;
	display: inline-block!important;
	position: absolute;
    right:10px;
	top:10px;
	cursor:pointer;
}

/**
  * 5.0.1 - Menu Main PC In 768px 
 */ 

.menu {
	display:none;
}


/**
  * 4.0.1 - Logo 768px
 */ 

.bg-menu{
 margin-top:35px;
 border:0;
}

.logo {
	width: 80%;
	padding-left:70px;
	text-align:center;
}

.logo img {
width:100%;
height:auto;
max-width:300px;
margin:0 auto;
}






 /**
  * 3.0.1 - Slider 768px;
 */ 



/**
  * 3.1.2 - Text In Slider 768px
 */ 

.txt-slide1 {
	font-size: 3.0em;
	padding-top: 120px;
}
.txt-slide2 {
	font-size: 1.5em;
	color: #FFFFFF;
	margin-top:10px;
}
.txt-slide3 {
	width: 100%;
	max-width:260px;
	font-size: 1.5em;
	color: #FFFFFF;
border: solid 1px #FFFFFF;
	background:url(../img/arrow-btn-top.png) 240px center  no-repeat;
	padding-left:10px;
	margin-top:10px;
}

 /**
  * 6.0.1 - Footer Have Logo And Scrolltop 768px
 */ 
 
 .scroll-top{
width:100%;
height:auto;	 
text-align:center;
margin-bottom:20px;
}

.logo-footer{
width:100%;
height:auto;
text-align:center;	
}

.logo-footer img{
width:100%;
max-width:300px;
padding-left:5px;
padding-right:5px;
box-sizing:border-box;
height:auto;
text-align:center;	
}




/**
  * 7.0.1 - Info Footer 768px
 */ 
.footer-info{
	width:100%;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.footer-link-copyright{
width:100%;
height:auto;	
padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}

.link-icon{
text-align:center;	
padding-top:20px;
}

.copyright{
text-align:center;	
}


/**
  * 11.0.1 - News 768px
 */ 
 
.news{
	width:100%;
	margin-right:0%;
	float:none;
}

.news .date{
display:inline-block;
width:100%;
margin-bottom:5px;

}

.date0{
width: 20%;
	display:inline-block;
	padding-right:30px;
	box-sizing:border-box;font-weight: bold;
color: #000;
font-size: 0.8em;
float: left;
padding-left: 1%;
}

.newsmain{
width: 70%;
float: left;
padding-left: 5%;
font-size: 1.0em;
}


/**
  * 12.0.1 - Map
 */ 
.maps{
	width:100%;
	height:auto;
	float:none;
}

/**
 * 15.0.1 - Gallery Image Style2 768px
 */ 
 
 .gallery-img-style2 .gl-one-element{
	 width:100%;	
	 margin-bottom:0px;
	}
	
.gallery-img-style2 .gl-frame-img{
margin-bottom:25px;	
}	

.txt-slide2{
display:none;	
}	


.cnt2{
width:100%;
height:auto;
font-size:16px;
color:	#535353;
box-sizing:border-box;
line-height:180%;
}

.box19 dl{
 width:100%;
}
.box19 dt{
   width:100%;
  padding:10px 5px;
  font-weight:900;
}
.box19 dd{
 width:100%;
  margin-left:0px;
  padding:20px 5px;
}




}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



@media screen and (max-width:640px) {
	

/**
  * 3.1.3 - Text In Slider 640
 */ 

.txt-slide1 {
	font-size: 2.5em;
	padding-top: 80px;
}
.txt-slide2 {
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top:10px;
}

.txt-slide3 {
	width: 100%;
	max-width:260px;
	font-size: 1.5em;
	color: #FFFFFF;
border: solid 1px #FFFFFF;
	background:url(../img/arrow-btn-top.png) 240px center  no-repeat;
	padding-left:10px;
	margin-top:10px;
	/*height: 30px;
	line-height: 30px;*/
}

.cnt{
width:100%;
height:auto;
font-size:1.2em;
color:	#535353;
box-sizing:border-box;
line-height:180%;
}


.wrap-title-style1{
max-width:300px;	
}

.spmenu{display:inherit;}


}

@media screen and (max-width:480px) {
	

/**
  * 3.1.3 - Text In Slider 640
 */ 
 
 .txt-slide1 {
	font-size: 2.0em;
	display: none;
}

.txt-slide2 {
	font-size: 1em;	
}

.txt-slide3 {
	display:none;
}

/**
  *      3.1.5 - Text In Slider Button Contact 480px
 */ 
 
.txt-slide3-anchor-sp{
display:block;	 
}
 
.bg-txt-slide-anchor-sp{
display:block;	 
}

/**
  * 8.1.1 - Title-Big-Style2 480px
 */ 

.big-title-style2{
max-width:290px;
padding:0px 5px;
box-sizing:border-box;
}

.big-title-style2 h2{
	/*font-family: 'Roboto', sans-serif;*/
	font-size:3.0em;
}

.small-title-style2{
	font-size:1.4em;
}

/**
* 8.0.1 - Title-Big-Style1 480px
*/
.wrap-title-style1{
max-width:300px;	
}



}



/**
* top-bar
*/

.w5{
background-color:#F9F7F4;

}


.w6{
background:#767678;
color:#fff;
width:18%;


.w7{
width:70%;
background:#F9F7F4;
}






.btntop{
background:#F9F7F4;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



