@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
button {
	border: none;
	background: none;
	outline:none;
}
/*　禁則処理の追加*/
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
/*　禁則処理の追加*/
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
* {
    box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
header {
	position: relative;
}
header .logo{
	display: block;
	width: 15%;
	max-width: 119px;
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 100;
}
.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.menu {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 50px;
	height: 22px;
	z-index: 100;
	cursor: pointer
}
.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 10;
}
.menu span:nth-of-type(1) {
  top: 0px;
}
.menu span:nth-of-type(2) {
  top: 10px;
}
.menu span:nth-of-type(3) {
  bottom: 0px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav ul {
  margin: 20px 0;
  padding: 20px 0;
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #333;
}
#nav ul li a:hover {
  color: #f65d5d;
}
nav {
	display: none;
}
.main_images .bxslider li img {
	width: 100%;
}
#content00 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#content01 {
	color: #FFF;
	background-image: url(images/content01/bg.jpg);
	background-size: cover;
	text-align: center;
	line-height: 1.7em;
	padding-top: 90px;
	padding-bottom: 90px;
	background-position: center center;
}
#content01 .area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#content01 .area p {
	margin-top: 2em;
}
.content12 {
	width: 90%;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	margin-top: 100px;
	border: 3px solid #F00;
	font-size: 16px;
	font-weight: bold;
}

#content12 {
	width: 90%;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	margin-top: 100px;
	border: 5px double #F00;
}
#content12 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
#content12 h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
#content12 h4 {
	font-weight: bold;
}
#content12 h5 {
	font-weight: bold;
}

#content11 {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
#content11 img {
	width: 100%;
}
#content02 {
	background-image: url(images/content02/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}
#content02 article {
	width: 90%;
	max-width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content02 article:nth-of-type(n+2) {
	margin-top: 100px;
}
#content02 img {
	width: 100%;
}
#content02 .content02_01 .pic {
	margin-top: 20px;
}
#content02 .content02_02.clearfix .r .txt {
	margin-top: 20px;
}
#content02 .content02_02.clearfix .r .pic {
	margin-top: 20px;
}
#content02 .content02_03 .pic {
	margin-top: 20px;
}
#content02 .content02_04.clearfix .l .txt {
	margin-top: 20px;
}
#content02 .content02_04.clearfix .l .pic {
	margin-top: 20px;
}
#content02 .content02_04.clearfix .r {
	margin-top: 20px;
}
#content03 {
	background-color: #f2ede9;
	padding-top: 100px;
	padding-bottom: 100px;
}
#content03 .clearfix {
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#content03 .clearfix article {
	margin-top: 50px;
}
#content03 .clearfix article img {
	width: 100%;
}
#content03 .clearfix article h3 {
	font-size: 20px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 15px;
}
#content03 .clearfix article h3 span {
	font-size: 14px;
}
#content03 .clearfix article p {
	line-height: 2em;
}
#content04 {
	background-image: url(images/content04/bg.jpg);
	background-size: cover;
	background-position: center center;
	color: #FFF;
	padding-top: 250px;
	padding-bottom: 250px;
}
#content04 .area article {
	width: 90%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#content04 .area article:nth-of-type(n+2) {
	margin-top: 30px;
}
#content04 .area article p a {
	color: #ff0000;
	text-decoration: underline;
}
#btn01 {
	margin-top: 150px;
	margin-bottom: 150px;
}
#btn01 h2 a {
	display: block;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content05 {
	background-color: #f2ede9;
	padding-top: 100px;
	padding-bottom: 100px;
}
#content05 .clearfix {
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#content05 .clearfix a {
	display: block;
	margin-top: 50px;
}
#content05 .clearfix a img {
	width: 100%;
}
#content06 {
	background-image: url(images/content06/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}
#content06 .clearfix {
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#content06 .clearfix .pic {
	margin-top: 50px;
}
#content06 .clearfix .txt {
	margin-top: 50px;
}
#content06 .clearfix .pic img {
	width: 100%;
}
/*** レスポンシブテーブルデザイン ***/
.shokai{
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
} 
.shokai th{
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.shokai td{
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	padding-bottom: 30px;
}
@media (max-width: 767px){
.shokai th{
  width:100%;
  display:block;
  border:none;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 20px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
footer {
	background-image: url(images/cmn/bg_nav.jpg);
	background-repeat: repeat;
	background-position: center center;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 30px;
}
footer .clearfix {
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
footer .clearfix .logo {
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
footer .clearfix .link {
	margin-top: 50px;
}
footer .clearfix .link a {
	color: #FFF;
	text-align: center;
	display: block;
	padding: 20px;
}
footer h2 {
	text-align: center;
	margin-top: 50px;
}
.title01 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
	width: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}
#pageTop {
	z-index: 200;
	position: fixed;
	bottom: 80px;
	right: 5%;
	width: 40px;
}
.tac {
	text-align: center;
}
.mt20 {
	margin-top: 20px;
}


.clearfix::after {
	content: ".";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}
.sp { display: block !important; }
.tblt_pc { display: none !important; }
@media screen and (min-width : 768px){
header .logo{
	top: 30px;
	left: 30px;
}
.fullscreenmenu {
	display: none;
}
nav {
	background-image: url(images/cmn/bg_nav.jpg);
	display: block;
	background-repeat: repeat;
	background-position: center center;
}
nav .clearfix {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
nav .clearfix a {
	font-size: 16px;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	width: 20%;
	text-align: center;
}
#content02 .content02_01 .txt {
	float: left;
	width: 30%;
	margin-right: 4%;
}
#content02 .content02_01 .pic {
	float: left;
	width: 33%;
	margin-top: 0px;
}
#content02 .content02_02.clearfix .l {
	float: left;
	width : calc(100% / 3);
}
#content02 .content02_02.clearfix .r {
	float: right;
	width : calc(100% - 100% / 3) ;
}
#content02 .content02_02.clearfix .r .txt {
	margin-left: 30px;
	margin-top: 0px;
}
#content02 .content02_02.clearfix .r .pic {
	float: left;
	width: 50%;
	margin-top: 5px;
}
#content02 .content02_03 .pic {
	float: left;
	width: 33%;
	margin-top: 0px;
}
#content02 .content02_03 .txt {
	float: right;
	width: 30%;
}
#content02 .content02_04.clearfix .l {
	float: left;
	width : calc(100% - 100% / 3) ;
}
#content02 .content02_04.clearfix .l .txt {
	margin-right: 30px;
	margin-top: 0px;
}
#content02 .content02_04.clearfix .l .pic {
	float: left;
	width: 50%;
	margin-top: 5px;
}
#content02 .content02_04.clearfix .r {
	float: right;
	width : calc(100% / 3);
	margin-top: 0px;
}
#content03 .clearfix article {
	display: inline-block;
	width: 47.5%;
	vertical-align: top;
}
#content03 .clearfix article:nth-of-type(even) {
	margin-left: 4%;
}
#content05 .clearfix a {
	width: 47.5%;
}
#content05 .clearfix a:nth-of-type(odd) {
	float: left;
}
#content05 .clearfix a:nth-of-type(even) {
	float: right;
}
#content06 .clearfix .pic {
	width: 47.5%;
	float: left;
}
#content06 .clearfix .txt {
	width: 47.5%;
	float: right;
}
.gmap {
padding-bottom: 30%;
}
footer .clearfix .logo {
	float: left;
}
footer .clearfix .link {
	float: left;
	width : calc(100% - 250px) ;
	text-align: center;
}
footer .clearfix .link a {
	display: inline;
}
footer h2 {
	margin-top: 10px;
}
.sp { display: none !important; }
.tblt_pc { display: block !important; }
}
@media screen and (min-width : 1024px){
nav .clearfix a:hover {
	color: #CCC;
}
#content01 {
	background-attachment: fixed;
}
#content02 .content02_02.clearfix .r .txt {
	margin-top: 37px;
}
#content02 .content02_02.clearfix .r .pic {
	margin-top: 37px;
}
#content02 .content02_04.clearfix .l .txt {
	margin-top: 27px;
}
#content02 .content02_04.clearfix .l .pic {
	margin-top: 27px;
}
#content04 {
	background-attachment: fixed;
}
#content04 .area article p a:hover {
	text-decoration: none;
}
footer .clearfix .link a:hover {
	color: #CCC;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
a img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
}
@media screen and (min-width : 1350px){
#content02 .content02_01 .txt .vam {
	display: table-cell;
	vertical-align: middle;
	height: 266px;
}
#content02 .content02_02.clearfix .r .txt {
	margin-top: 56px;
}
#content02 .content02_02.clearfix .r .pic {
	margin-top: 56px;
}
#content02 .content02_03 .txt .vam {
	display: table-cell;
	vertical-align: middle;
	height: 266px;
}
#content02 .content02_04.clearfix .l .txt {
	margin-top: 46px;
}
#content02 .content02_04.clearfix .l .pic {
	margin-top: 45px;
}
}
