/*
Theme Name: Kobeha
Version: 1.0


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@charset "Shift_JIS";
/* CSS Document */
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
	line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

.container, .inner_content {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

#gnavi, #gnavi a, #float_btnnavi li a, #float_btnnavi .btn_close span, #header #logo a, #header #header_btnnavi li a, #footer #footer_btnnavi li a {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.clearfix, .container, .inner_content, #header, #header #header_btnnavi ul, #footer, #footer #footer_btnnavi ul, #bnrlist_osaka,
#bnrlist_kansai {
  zoom: 1;
}
.clearfix:after, .container:after, .inner_content:after, #header:after, #header #header_btnnavi ul:after, #footer:after, #footer #footer_btnnavi ul:after, #bnrlist_osaka:after,
#bnrlist_kansai:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
	display: inline-table;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* MacIE以外に適用 \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;overflow: hidden;
}/* */

.ov	{
	width:102%;
}
.container, .inner_content {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
.f10px {
  font-size: 77% !important;
}

.f12px {
  font-size: 93% !important;
}

.f14px {
  font-size: 108% !important;
}

.f16px {
  font-size: 123.1% !important;
}

.f18px {
  font-size: 138.5% !important;
}

.f20px {
  font-size: 153.9% !important;
}

.f22px {
  font-size: 167% !important;
}

.f24px {
  font-size: 182% !important;
}

.f26px {
  font-size: 197% !important;
}

.f28px {
  font-size: 215.4% !important;
}

.f30px {
  font-size: 230.8% !important;
}

sup {
  font-size: 77%;
}

sub {
  font-size: 77%;
}
.aL {
  text-align: left !important;
}

.aC {
  text-align: center !important;
}

.aR {
  text-align: right !important;
}

.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

.fN {
  float: none !important;
}
.vT {
  vertical-align: top !important;
}

.vM {
  vertical-align: middle !important;
}

.vB {
  vertical-align: bottom !important;
}
/***********
 * COMMON CLASS
 ***********/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.alpha a:hover img,
a.alpha:hover img,
a:hover img.alpha {
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/**
 * common
 */
body {
}
body,html	{
	height:100%;
}
a,
a:visited {
	color: #999999;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration:underline;
}

th, td,
li, p {
  font-size: 100%;
}

th li, th p, td li, td p {
  font-size: 100%;
}

p {
  margin: 0;
  font-size: 100%;
}

ul, ol {
	margin-left: 0px;
	list-style-type: none;
}
.box{
    cursor: pointer;
}
.box:hover{}

a img:hover {
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.right	{
	float:right;
}
.left	{
	float:left;
}
.sm	{
	display:none;
}
p.pagetop	{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index:100;
}
p.ttl	{
}
p.ttl img	{
	width:100% !important;
	height:auto !important;
}
.clear	{
	clear:both;
}
#all	{
}
#spv	{
	display:none;
}
.en	{
	font-family: Helvetica, Arial, sans-serif;
}
.box{
    cursor: pointer;
}
p.pagetop	{
	display: none;
	position: fixed;
	bottom: 5%;
	right: 0;
	z-index: 100;
	width: 5%;
	text-align:center;
}
p.pagetop img	{
	height:auto !important;
}

#all{
	width:100%;
}
#gall{
	background-color:#F8F8F8;
	overflow:visible !important;
}
#gall .fades{
	width:1200px;
	margin:0 auto;
	overflow:hidden !important;
	background-color:#F8F8F8;
}
.one-time{
	width:1000px;
	margin:0 auto;
}

/**
 * header/footer
 */
#header	{
	width:890px;
	height:500px;
	margin:0 auto;
}
#header h1{
	padding:80px 0 35px 0;
}
#header p{
	font-size:18px;
	line-height:32px;
}

#footer	{
	padding: 0;
}
/**
 * area
 */
#area01{
	background-color:#f8f8f8;
	overflow:visible;
}
#area01 .aa01a{
	width:1200px;
	margin:0 auto;
	background-color:#F00;
}
#area01 .aa01{
	width:890px;
	height:500px;
	margin:0 auto;
}
#area01 h2{
	padding-top:120px;
}
#area01 ul{
	margin-top:35px;
	font-size:18px;
	line-height:30px;
}
.area02 {
	width: 100%;
	overflow: hidden !important;
	position: relative;
	margin: 10px 0 0 0;
	background-color: #F8F8F8;
}
.area02 ul {margin:0 auto; width:1000px;}

.slick-list {overflow:visible !important;}

.area03{
}
.area03 .aa03a{
	width:890px;
	margin:0 auto;
	padding-top:80px;
}
.area03 .aa03b{
	float:right;
	width:430px;
}
.area03 h2{
	float:left;
}
.area03 .aa03b dl.dl01{
}
.area03 .aa03b dl.dl01 dt{
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.area03 .aa03b dl.dl01 dt span{
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-top: 3px;
	line-height:22px;
}
.area03 .aa03b dl.dl01 dd{
	font-size: 17px;
	line-height: 27px;
	margin: 1em 0;
	text-align:justify;
	text-justify:distribute;
}
.area03 .aa03b p.p01{
	font-size:15px;
	line-height:24px;
	text-align:justify;
	text-justify:distribute;
}
.area03 .aa03b p.p01 a{
	color:#333;
	text-decoration:underline;
	
}
.area03 .aa03b p.p02{
	margin-top:40px;
}
.area03 .aa03b p.p03{
	margin-bottom:100px;
}
.area03 .aa03b dl.dl02{
	margin-top:25px;
}
.area03 .aa03b dl.dl02 dt{
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.area03 .aa03b dl.dl02 dd{
	font-size: 10px;
	margin-top:1em;
	margin-bottom:40px;
}
.area03 .aa03b dl.dl02 dd ul{
}
.area03 .aa03b dl.dl02 dd li{
	float:left;
	margin-right:50px;
}
.area03 .aa03b dl.dl02 dd li:last-child{
	margin-right:0;
}
.area04{
	background-color:#F8F8F8;
	margin-bottom:10px;
}
.area04 .aa04a{
	width:890px;
	margin:0 auto;
	padding-top:120px;
}
.area04 .aa04b{
	float:right;
	width:430px;
}
.area04 h2{
	float:left;
	width:430px;
	text-align:right;
	margin-right:30px;
}
.area04 dl{
	font-size:18px;
}
.area04 dt{
	margin: 1em 0;
	font-weight: bold;
}
.area04 dd{
	margin-bottom:120px;
	line-height:24px;
}

@media screen and (max-width:768px){
img{
	width:100% !important;
	height:auto !important;
}
p.pagetop	{
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 100;
	width: 10%;
	text-align:center;
}
#gall .fades{
	width:auto;
	margin:0 auto;
	padding:0 3.3%;
}
.one-time{
	width:100%;
	margin:0 auto;
}
#header	{
	width:83%;
	height:auto;
	margin:0 auto;
}
#header h1{
	padding: 40px 0 17px 0;
	width: 210px;
}
#header p{
	font-size:14px;
	line-height:20px;
	margin-bottom:60px;
}
#area01 .aa01{
	width:83%;
	height:auto;
	margin:0 auto;
}
#area01 h2{
	padding-top: 60px;
	width: 310px;
}
#area01 ul{
	margin-top:30px;
	font-size:14px;
	line-height:20px;
	padding-bottom:45px;
}

.area02 {width:100%; overflow:hidden !important; position:relative; margin:10px 0 0 0;}
.area02 ul {margin:0 auto; width:100%;}

.slick-list {overflow:visible !important;}


.area03{
}
.area03 .aa03a{
	width:83%;
	margin:0 auto;
	padding-top:50px;
}
.area03 .aa03b{
	float:none;
	width:100%;
}
.area03 h2{
	float:none;
	margin-bottom:35px;
}
.area03 .aa03b dl.dl01{
}
.area03 .aa03b dl.dl01 dt{
	font-size:18px;
	font-weight:bold;
}
.area03 .aa03b dl.dl01 dt span{
	font-size:12px;
	font-weight: normal;
	display:block;
}
.area03 .aa03b dl.dl01 dd{
	font-size:14px;
	line-height:24px;
	margin:1em 0 2em 0;
}
.area03 .aa03b p.p01{
	font-size:12px;
	line-height:20px;
}
.area03 .aa03b p.p02{
	margin-top:20px;
}
.area03 .aa03b p.p03{
	margin-bottom: 80px;
}
.area03 .aa03b dl.dl02{
	margin-top:25px;
}
.area03 .aa03b dl.dl02 dt{
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.area03 .aa03b dl.dl02 dd{
	font-size: 10px;
	margin-top:1em;
	margin-bottom:35px;
}
.area03 .aa03b dl.dl02 dd ul{
}
.area03 .aa03b dl.dl02 dd li{
	float:left;
	margin-right:20px;
}
.area03 .aa03b dl.dl02 dd li:last-child{
	margin-right:0;
}
.area04{
	background-color:#F8F8F8;
	margin-bottom:10px;
}
.area04 .aa04a{
	width:83%;
	margin:0 auto;
	padding-top:70px;
}
.area04 .aa04b{
	float:none;
	width:100%;
}
.area04 h2{
	float:none;
	width:280px;
	text-align:left;
	margin-right:0px;
}
.area04 h3{
	display:none;
}
.area04 dl{
	font-size:18px;
}
.area04 dt{
	margin:1em 0;
}
.area04 dd{
	margin-bottom:70px;
	font-size:14px;
}
p.pagetop	{
	display: none;
	position: fixed;
	top:auto;
	bottom: 1%;
	right: 3%;
	z-index: 100;
	width: 5%;
	text-align:center;
}
p.pagetop img	{
	height:auto !important;
}
.pc{
	display:none;
}
.sm{
	display:block;
}

}
