@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;
}
/*　禁則処理の追加*/
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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
	background-color: #dedede;
}
header {
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
	left: 0px;
	background-color: #dedede;
	height: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
header .clearfix {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
header .clearfix .logo {
	display: block;
	width: 90px;
	float: left;
	margin-top: 8px;
}
.toggle_drawer {
	width: 40px;
	float: right;
	margin-top: 30px;
}
.sb-close {
	width: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	right: 2.5%;
	top: 30px;
}
.sb-slidebar {
	width: 90%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-repeat: repeat;
	background-color: #ebebe6;
	font-weight: bold;
}
.sb-slidebar .area {
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 20px;
	width: 75%;
}
.sb-slidebar .area a {
	display: block;
	padding: 20px;
}
.sb-slidebar .area hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.sb-slidebar .area02 {
	position: absolute;
	width: 25%;
	top: 80px;
	right: 0px;
}
.sb-slidebar .area02 a {
	text-align: center;
	display: block;
	padding: 24px;
	font-weight: bold;
}
.sb-slidebar .area02 a img {
	width: 30px;
	text-align: center;
	margin: auto;
}
.sb-slidebar .yoyaku {
	color: #FFF;
	background-color: #000000;
	padding: 30px;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
header .clearfix .area {
	display: none;
}
.mv {
	margin-top: 100px;
	z-index: 0;
	position: relative;
}
.mv .bxslider li img {
	width: 100%;
}
.menu {
	background-color: #ebebe6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: block;
	overflow-x: scroll;
	z-index: 100;
}
.menu .clearfix {
	width: 775px;
}
.menu .clearfix a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.menu .clearfix a:nth-of-type(n+2) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.content01 {
	margin-top: 100px;
}
.content01 .txt {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 3em;
}
.content01 .txt p {
	font-size: 16px;
}
.content01 .pic {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.content01 .pic img {
	margin-top: 20px;
}
.content02 {
	margin-top: 100px;
}
.content02 .txt {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 3em;
}
.content02 .txt h2 {
	font-size: 20px;
	color: #828181;
	font-weight: bold;
}
.content02 .pic {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.content02 .pic img {
	margin-top: 20px;
}
.content03 {
	margin-top: 100px;
}
.content03 .txt {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 3em;
}
.content03 .txt h2 {
	font-size: 20px;
	color: #828181;
	font-weight: bold;
}
.content03 .pic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.content03 .pic img {
	width: 50%;
}
.content04 {
	width: 95%;
	max-width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.content04 .txt {
	margin-top: 20px;
	text-align: center;
}
.content04 .txt h2 {
	font-size: 20px;
	color: #828181;
	font-weight: bold;
}
.content04 .map {
	margin-top: 20px;
}
.content04 .txt02 {
	margin-top: 20px;
}
.content04 .txt02 .tenmei {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.content04 .txt02 h3 {
	margin-top: 20px;
	font-weight: bold;
}
.content05 {
	width: 95%;
	max-width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.content05 .txt h2 {
	font-size: 20px;
	color: #828181;
	font-weight: bold;
	text-align: center;
}
.content05 .area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content05 .area .print {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	width: 50%;
}
.content05 .area .print p {
	font-size: 14px;
	font-weight: normal;
	margin-left: 25px;
}
.content05 .area .print img {
	width: 20px;
	margin-right: 5px;
}
.content06 {
	width: 95%;
	max-width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.content06 p {
	margin-top: 20px;
}

.room00 {
	margin-top: 40px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
}
.room01 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.room01 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 16px;
	text-align: center;
}
.room01 .clearfix {
	line-height: 2em;
}
.room01 .clearfix .l {
	margin-top: 10px;
}
.room01 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.room01 .clearfix .r .btn_area img {
	width: 25%;
}
.room01 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.room01 .clearfix .r .txt {
	margin-top: 20px;
}
.room01 .clearfix .r .txt .kome {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.5em;
}


.room02 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.room02 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 16px;
	text-align: center;
}
.room02 .clearfix {
	line-height: 2em;
}
.room02 .clearfix .l {
	margin-top: 10px;
}
.room02 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.room02 .clearfix .r .btn_area img {
	width: 25%;
}
.room02 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.room02 .clearfix .r .txt {
	margin-top: 20px;
}

.room03 {
	margin-top: 100px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.room03 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 16px;
	text-align: center;
}
.room03 .clearfix {
	line-height: 2em;
}
.room03 .clearfix .l {
	margin-top: 10px;
}
.room03 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.room03 .clearfix .r .btn_area img {
	width: 25%;
}
.room03 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.room03 .clearfix .r .txt {
	margin-top: 20px;
}

.room04 {
	margin-top: 100px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.room04 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 16px;
	text-align: center;
}
.room04 .clearfix {
	line-height: 2em;
}
.room04 .clearfix .l {
	margin-top: 10px;
}
.room04 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.room04 .clearfix .r .btn_area img {
	width: 25%;
}
.room04 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.room04 .clearfix .r .txt {
	margin-top: 20px;
}

.room05 {
	margin-top: 100px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.room05 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 16px;
	text-align: center;
}
.room05 .clearfix {
	line-height: 2em;
}
.room05 .clearfix .l {
	margin-top: 10px;
}
.room05 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.room05 .clearfix .r .btn_area img {
	width: 25%;
}
.room05 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.room05 .clearfix .r .txt {
	margin-top: 20px;
}
.room05 .clearfix .r .txt .kome {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.5em;
}
.faq {
	margin-top: 50px;
	width: 95%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.accordion  {
  margin: 30px auto;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 1.4em 1.6em 1.4em;
  line-height: 1.6em;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.accordion .accordion_contents {
	padding: 20px;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
  content: "-";
}
.cancel01 {
	margin-top: 50px;
	width: 95%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*** レスポンシブテーブルデザイン ***/
.shokai{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.shokai tr {
} 
.shokai tr th {
	padding: 20px;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #828181;
	width: 50%;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.shokai tr td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #DEDEDE;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828181;
}
.shokai tr:nth-last-of-type(1) th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.shokai tr:nth-last-of-type(1) td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828181;
}
@media (max-width: 1200px){
.shokai tr th {
	width: 100%;
	display: block;
	border: none;
}
.shokai tr td {
	display: list-item;
	width: 100%;
	border: none;
	padding-bottom: 40px;
}
.shokai tr:nth-last-of-type(1) th {
	border: none;
}
.shokai tr:nth-last-of-type(1) td {
	border: none;
}
}/* end */

.option01 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.option01 h3 {
	font-weight: bold;
	color: #6A6A6A;
	font-size: 18px;
	text-align: center;
}
.option01 h3:nth-of-type(n+2) {
	margin-top: 50px;
}
.option01 .clearfix {
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.option01 .clearfix .pic {
	margin-top: 10px;
}
.option01 .clearfix .txt {
	margin-top: 10px;
}
.option01 .clearfix .txt p {
	line-height: 2em;
}
.option01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 20px;
}
.option01 .clearfix:nth-last-of-type(1) .txt p {
	line-height: 1.5em;
	margin-top: 0px;
}
.option01 .clearfix:nth-last-of-type(1) .txt {
	margin-top: 10px;
}
.option01 .clearfix:nth-last-of-type(1) .txt .mt30 {
	margin-top: 30px;
}
.inside00 {
	margin-top: 40px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
}
.inside00 p {
	line-height: 1.8em;
	margin-top: 10px;
}
.inside01 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.inside01 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 18px;
}
.inside01 h3:nth-of-type(n+2) {
	margin-top: 50px;
}
.inside01 .clearfix {
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.inside01 .clearfix .pic {
	margin-top: 10px;
}
.inside01 .clearfix .txt {
	margin-top: 10px;
}
.inside01 .clearfix .txt p {
	line-height: 2em;
}
.inside01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 20px;
}
.inside02 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.inside02 .clearfix {
	line-height: 2em;
}
.inside02 .clearfix .l {
	margin-top: 10px;
}
.inside02 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inside02 .clearfix .r .btn_area img {
	width: 25%;
}
.inside02 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.inside02 .clearfix .r .txt {
	margin-top: 20px;
}


.inside03 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.inside03 .clearfix {
	line-height: 2em;
}
.inside03 .clearfix .l {
	margin-top: 10px;
}
.inside03 .clearfix .r .btn_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inside03 .clearfix .r .btn_area img {
	width: 25%;
}
.inside03 .clearfix .r .asuta {
	font-size: 12px;
	color: #828181;
}
.outside00 {
	margin-top: 40px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
}
.outside00 p {
	line-height: 1.8em;
	margin-top: 10px;
}
.outside01 {
	margin-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.outside01 h3 {
	font-weight: bold;
	color: #828181;
	font-size: 16px;
	text-align: center;
}
.outside01 .clearfix {
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.outside01 .clearfix:nth-of-type(n+2) {
	margin-top: 40px;
}
.outside01 .clearfix .pic {
	margin-top: 10px;
}
.outside01 .clearfix .txt {
	margin-top: 10px;
}
.outside01 .clearfix .txt h4 {
	color: #828181;
	font-weight: bold;
	font-size: 18px;
}
.outside01 .clearfix .txt p span {
	font-size: 12px;
	font-weight: bold;
}


footer {
	background-color: #ebebe6;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 50px;
	margin-top: 100px;
}
footer .logo {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
footer .clearfix {
	margin-top: 20px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
footer .clearfix a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pageTop {
	z-index: 200;
	position: fixed;
	bottom: 80px;
	right: 5%;
	width: 40px;
}
.title01 {
	font-size: 20px;
	color: #828181;
	font-weight: bold;
	margin-top: 225px;
	text-align: center;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}

.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 : 480px){
}
@media screen and (min-width : 768px){

.sp { display: none !important; }
.tblt_pc { display: block !important; }
}
@media screen and (min-width : 1200px){
.toggle_drawer {
	display: none;
}
.sb-slidebar {
	display: none;
}
header {
}
header .clearfix .logo {

}
header .clearfix .area {
	float: right;
	display: block;
}
header .clearfix .area a {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}
header .clearfix .area a:nth-of-type(n+2) {
	margin-left: 30px;
}
header .clearfix .area a:nth-of-type(3) {
	margin-top: 30px;
}
header .clearfix .area a img {
	width: 40px;
}
.menu {
	overflow-x: scroll;
	overflow: visible;
}
.menu .clearfix {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.menu .clearfix a {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content01 .pic {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.content01 .pic img {
	width: 32%;
}
.content02 .pic {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.content02 .pic img {
	width: 32%;
}
.content03 .pic img {
	width: 25%;
}
.content05 .area .print {
	width: calc(100% / 3);
}
.room01 .clearfix .l {
	float: left;
	width: 48%;
}
.room01 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}
.room02 .clearfix .l {
	float: left;
	width: 48%;
}
.room02 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}
.room03 .clearfix .l {
	float: left;
	width: 48%;
}
.room03 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}
.room04 .clearfix .l {
	float: left;
	width: 48%;
}
.room04 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}
.room05 .clearfix .l {
	float: left;
	width: 48%;
}
.room05 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}

.option01 .clearfix .pic {
	width: 48%;
}
.option01 .clearfix .txt {
	width: 48%;
	margin-top: 0px;
}
.option01 .clearfix:nth-of-type(odd) .pic {
	float: left;
}
.option01 .clearfix:nth-of-type(odd) .txt {
	float: right;
}
.option01 .clearfix:nth-of-type(even) .pic {
	float: right;
}
.option01 .clearfix:nth-of-type(even) .txt {
	float: left;
}
.option01 .clearfix .txt p {
	line-height: 3em;
}
.option01 .clearfix:nth-of-type(5) .txt p {
	line-height: 2em;
}
.option01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 30px;
}
.option01 .clearfix:nth-of-type(5) .txt {
	margin-top: 10px;
}
.option01 .clearfix:nth-of-type(5) .txt p {
	line-height: 2em;
}
.option01 .clearfix:nth-last-of-type(1) .txt p {
	line-height: 1.5em;
	margin-top: 0px;
}
.inside00 {
	font-size: 18px;
}
.inside01 .clearfix .pic {
	width: 48%;
}
.inside01 .clearfix .txt {
	width: 48%;
}
.inside01 .clearfix:nth-of-type(odd) .pic {
	float: left;
}
.inside01 .clearfix:nth-of-type(odd) .txt {
	float: right;
}
.inside01 .clearfix:nth-of-type(even) .pic {
	float: right;
}
.inside01 .clearfix:nth-of-type(even) .txt {
	float: left;
}
.inside01 .clearfix .txt p {
	line-height: 3em;
}
.inside01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 30px;
}

.inside02 .clearfix .l {
	float: left;
	width: 48%;
}
.inside02 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}
.inside03 .clearfix .l {
	float: left;
	width: 48%;
}
.inside03 .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 10px;
}
.outside00 {
	font-size: 18px;
}
.outside01 .clearfix .pic {
	width: 48%;
}
.outside01 .clearfix .txt {
	width: 48%;
}
.outside01 .clearfix:nth-of-type(odd) .pic {
	float: left;
}
.outside01 .clearfix:nth-of-type(odd) .txt {
	float: right;
}
.outside01 .clearfix:nth-of-type(even) .pic {
	float: right;
}
.outside01 .clearfix:nth-of-type(even) .txt {
	float: left;
}

footer .logo {

}
footer .clearfix {
	width: 320px;
}
footer .clearfix a {
	width: 50%;
}
footer .clearfix a:nth-of-type(odd) {
	float: left;
}
footer .clearfix a:nth-of-type(even) {
	float: right;
}
a img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
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;
	color: #999;
}
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;
}
}
@media screen and (min-width : 1400px){
}
