html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 102%;
  vertical-align: baseline;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  
  font-size: 1em;
  line-height: 1.75;
  color: #333;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #ec523f;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}




h1, h2, h3, h4, h5, h6 {
  
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 2px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;

  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}



.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top:0;
   
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: #a40b5d; /*menu-color #400　#0068B7*/
  opacity: 0.9;
  filter: alpha(opacity=90);
  
  overflow: hidden;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
   text-align:center; 
}

.main-menu ul li {
  display: inline-block;
  margin:2px 5px 0 5px;
  padding:0
  
}

.main-menu ul li a {
  color: #fff;
  line-height: 43px;
  padding-top: 17px;
}

.main-menu ul li.active a {
  /*border-top: 3px solid #FC0;*/
  color: #FC0;
  
}

.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #FFF; /*?*/
  display: inline-block;
  color: #006; /*?*/
  cursor:pointer;
}

.flexslider {
  position: relative;
  margin-bottom:50px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}



img.size{width:400px;height:400px}

.flexslider { top: 80px;margin-bottom:60px}
.flexslider .slider-caption {top: 360px;}
.flexslider .slider-caption img.s-cap{width:1200px;margin:auto;}

.main-menu ul li a{font-size:72%}
.main-menu{min-width:1200px}



@media screen and (max-width: 481px) {
	
.main-menu{width: inherit;min-width:inherit}	
#menu-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}

#menu-wrapper{ width:100%;}

.toggle-menu {margin:5px;} 
 
  .menu-first.show {
     opacity: 1;
  filter: alpha(opacity=100);
	height: auto;  
    margin-top: 10px;
    display: block;
	
  }
  .menu-first {
    float: right;
    overflow:auto;
    width: 100%;  
    display: none;
	
  }
  
  .main-menu ul li {
	  width:100%;
	  margin:0;
	  display: block;
  }
  
  .main-menu ul li a {
	font-size:18px;
	text-align:left;
	display: block;
	border-bottom:#ddd 1px solid;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color:#fff;
    line-height:2.0em;
    padding: 10px 10px;
	color:#333;
	  
  }
  .main-menu ul li a:before {color:#ccc;font-size:14px;content: "● " } /*?*/
  
  .main-menu ul li.active a {
    border-top: none;
  }
   
  .main-header {
    top: 0;
	bottom:initial;
	}
  
  .site-header {margin-top: 58px;}
  .menu-first {margin-top: 0;}
  
  .flexslider {
    top: 8px;
	
  }
 .content-section{min-width:100%;}

 .main-menu ul li.active a {
  /*border-top: 3px solid #06C; /*?*/
  color: #000;
}
}



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

	.flexslider {
 top: 8px;
	margin-bottom:40px;}
	
	img.size{width:100%;height:none}
	.content-section {width:100%;}
	 .main-menu ul li a{font-size:75%;}

}
  

@media screen and (max-height: 600px) {
  .menu-first.show {
    height: 480px;
    padding:0;
  }
  
}


.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}


.go-top {
	position: fixed;
	bottom: 15px;
	right: 0;
	margin:0 auto;
	z-index: 99999;
	}
 
.go-top a {
	padding:7px 10px 8px 10px; /*	padding:13px 10px;*/
	display:block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	border-radius: 50%;
	text-decoration:none;
	background-color: #CA6881; /*?*/
	text-transform: uppercase;
	}
	
.go-top a:hover {background-color: #D68C9F} /*?*/
				
.arrow{
margin-right:15px;
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
}

.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.up::before{
width: 20px;
height: 20px;
-webkit-border-radius: 0%;
border-radius: 0%;
background: none;
}

.up::after{
top:0px;
left: 7px;
width: 12px;
height: 12px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}

#footer {
  margin-top: 130px;
}


.f1 { color: #F00}
.f2 { color: #00F}
.f3 { color: #F39}

.i1{text-indent:-1.0em;margin-left:1.0em;}

.k1{border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;    
}  

.s1{text-shadow: 2px 2px 4px #999;}
.s2{text-shadow: 2px 2px 1px #fff;}
.s3{text-shadow: 3px 3px 5px #000;}

.bs1{
-moz-box-shadow: 1px 1px 3px #ccc;
-webkit-box-shadow: 1px 1px 3px #ccc;
}

