@charset "UTF-8";

/* 
   Common
----------------------------------------------------------------------------- */

html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size:1.0;
  background-color:#F2F2F2;
  color:#222222;
}
a {color: #8B8B8B;}
table a {color:#000000;}
footer a {color:#FFFFFF;}
a:hover {
  color:#8C0000;
  text-decoration:underline;
  }

/* 
  header
----------------------------------------------------------------------------- */

header {
  margin:0 auto;
  width:100%;
  height:75px;
  line-height:4.0em;
  background-color:#FFFFFF;
}
header #header_in {
  margin:0 auto;
  width:960px;
  position:relative;
}

header .logo {
  position:absolute;
  top:13px;
  left:5px;
}
header .logo img {
	width:200px;
  height:auto;
}

header .tw {
  position:absolute;
  right:60px;
  top:30px;
	display:block;
	width:20px;
	background:url(../img/common/bt_twitter.png) center center no-repeat;
	text-indent:-100%;
	overflow:hidden;
	height:18px;
	font-size:12px;
}
header .tw a {
	display:block;
	width:20px;
	text-indent:100%;
	overflow:hidden;
}
header .fb {
  position:absolute;
  right:25px;
  top:30px;
  display:block;
	width:20px;
	background:url(../img/common/bt_facebook.png) center center no-repeat;
	text-indent:-100%;
	overflow:hidden;
	height:18px;
	font-size:12px;
}
header .fb a {
	display:block;
	width:20px;
	text-indent:100%;
	overflow:hidden;
}

/* 
  nav
----------------------------------------------------------------------------- */
#global-nav {
  display:block;
  margin:0 auto;
  width:100%;
  height:38px;
  background-color:#222222;
  text-align:center;
 }
#global-nav #menu {
	width:960px;
  height:38px;
  margin:0 auto;
}
#global-nav #menu li {
  display:block;
 
}
#global-nav #menu li a{
  display:block;
  float:left;
  width:160px;
  height:31px;
  color:white;
	padding-top:7px;
	display: block;
}
#global-nav #menu li a.cr,
#global-nav #menu li a:hover {
 	background-color:#8C0000;
  text-decoration:none;
}
 
#openMenu,
#closeMenu,
#global-nav ul#menu li:nth-child(8),
#global-nav ul#menu li:last-child {
  display:none;
}



/* 
   CONTENT
------------------------------------------------------------------------ */

/**/
#breadcrumb {
  clear:both;
  width:100%;
}
#breadcrumb-inner {
  width:880px;
  margin:0 auto;
  padding:25px 0;
  font-size:80%;
}

/**/
#content {
  width:880px;
  margin:45px auto;
}
#content.base {
  background-color:#ffffff;
  margin:0px auto;
  padding:0 0 40px;
}
#content.base h1 {
	display:block;
  width:100%;
  height:200px;
}

/**/
#content nav {
  text-align:center;
  padding:20px 0;
  font-size:120%;
}
#content nav a {
  display:inline;
  margin:0 25px;
  line-height:2.0;
}
#content nav a.cr {
  color:#8C0100;
}

/**/
#main {
  margin:30px auto;
  width:600px;
}
#main h2 {
  display:block;
  width:100%;
  text-align:center;
  margin-bottom:40px;
  font-size:150%;
}
#main h2:after {
  content: "";
  width:65px;
  height:2px;
  display:block;
  margin:15px auto;
  background-color:#000000;
}
#main h2 span {font-size:80%;}
#main h3 {
  font-weight:700;
  width:100%;
  text-align:center;
  margin-bottom:20px;
}
#main h4 {
  font-weight:400;
  width:100%;
  text-align:left;
  margin-bottom:10px;
  color:#8C0100;
}


#main section {
  margin:65px 0 100px;
}
#main section:last-child {
  margin:65px 0 0;
}
#main p {
  margin-bottom:20px;
  font-size:90%;
}
.clm {
  background:#f2f2f2;
  padding:20px;
}

.t_red {color:#C00205;}
.photo_r {
  float:right;
  margin-left:10px;
}
.photo_l {
  float:left;
  margin-right:10px;
}


section li span {
  float:left;
  display: block;
  width:7em;
}

p.button{
	margin:10px auto;
	text-align:center;
}

/**/
table {
  width:100%;
 /* border:1px solid #222222;
  border-collapse:collapse;*/
}
th,td {
  padding:15px;
  border:1px solid #dddddd;
}
th {
  background-color: #F2F2F2;
  font-weight:400;
}

/*goglemap*/
p.map {
  width:600px;
  height:450px;
}

/*sitemap*/
table#sitemap td {
  padding-left:25px;
}

/* To Page Top */
#pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
}
#pagetop a{
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../../assets/img/common/pagetop.png);
	background-size: 48px;
	background-repeat: no-repeat;
}

/**/
footer {
  display:block;
  clear:both;
  width:100%;
  /*height:70px;*/
  margin-top:75px;
  padding-top:20px;
  padding-bottom:15px;
  color:#FFFFFF;
  background-color:#222222;
  text-align:center;
  font-size:80%;
}


/* 
   SP ( BREAK-POINT )
------------------------------------------------------------------------ */

@media (max-width: 768px) {

/* header */
header {
  width:100%;
  height:48px;
  position:relative;
  line-height:4.0em;
}
header #header_in {
  margin:0 auto;
  width:100%;
  position:relative;
}
header .logo {
  position:absolute;
  top:3px;
  left:10px;
}
header .logo img {
	width:172px;
  height:auto;
}
header .tw,
header .fb {
  display:none;
}

/*nav*/
#global-nav { 
	width: 100%;
  height:1px;
  background-color:#FFFFFF;
}
#global-nav ul#menu {
  display:none;
  width:100%;
}
#global-nav #menu li {
  width: 100%;
  height:28px;
  border-bottom:#fff solid 1px;
  background-color:#222222;
}
#global-nav #menu li a {
  display:block;
  float:left;
  width:100%;
  height:28px;
 	padding:10px 0;
  border-bottom:#fff solid 1px;
  background-color:#222222;
}
#global-nav #menu li a.cr,
#global-nav #menu li a:hover {
 	background-color:#222222;
}
#global-nav ul#menu li:nth-child(8),
#global-nav ul#menu li:last-child {
  display:block;
}

#openMenu {
  display:block;
	position:absolute;
	top: 0;
	right: 0;
  width:48px;
  height:48px;
}
#closeMenu {
  display:block;
  position:absolute;
  top:0;
  right:0;
  width:48px;
  height:48px;
}

/* slide */
.slide {
  width: 100%;
  height: 30%;
  min-height: 120px;
  position: relative;
}
.slide .tagline {
  width: 51%;
  padding: 7% 0 0 0;
  float: right;
  color: black
}
.slide .tagline p {
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: -2px
}

/*content*/

#breadcrumb-inner {
  width:100%;
  padding:25px 0 25px 15px;
}
#content {
  width:100%;
  margin:45px auto;
}
#main {
  width:90%;
}

.photo_r,.photo_l {
  float:both;
  margin-top:10px;
  margin-bottom:10px;
}
#main img {
  width:100%;
  height:auto;
}

#main input,
#main textarea {
	width:100%;
}

/*goglemap*/
p.map {
  width:100%;
  height:400px;
}

}
