@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed{
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluidwidth{
	width:100%;
}

.fluid {
	clear: both;
	display: block;
}

.center{
	text-align:center;
	margin:0 auto;
}


/* Mobile Layout: 480px and below. */
html { font-size:12px}

/* スクロール系 */
.j-scroll-switch,.j-scroll-switch1,.j-scroll-switch2,.j-scroll-switch3,.j-scroll-switch4,.j-scroll-switch5 {
	opacity:0;
}
.on{
	opacity:1;
}
.delay0 {
  -webkit-animation-duration: 0.5s;
  animation-delay:0.5s;
}

.delay1 {
  -webkit-animation-duration: 2.3s;
  animation-delay:2.3s;
}
.delay2 {
  -webkit-animation-duration: 1.7s;
  animation-delay:1.7s;
}
.delay3 {
  -webkit-animation-duration: 3.7s;
  animation-delay:3.7s;
}
.delay4 {
  -webkit-animation-duration: 3.4s;
  animation-delay:3.4s;
}


.hide_mobile {
	display: none;
}
.hide_tablet {
	display: none;
}

.v02 {
	padding-bottom: 60px;

}
.v03 {
	padding: 20px 0 30px;

}


/* トップ戻るボタン隠す */
.pagetop{
	margin: 0;
	display: none;
}

.pagetop a{
	display: none;
	z-index: 999;
}
.wrap {
	position: relative;
}

.header {
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
	width: 100%;
}

.header_logo_dummy {
	width: 50%
}

.header_logo {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	width: 50%;
}

.header_btn {
	width: 130px;
	position:fixed;
	top: 2px;
	right: 20px;
	z-index: 1200;
}

.m_center {
	margin: 0 auto;
	width: 90%;
}
.v01 {
	padding-bottom: 30px;
}

.main {
	background-color: #fff;
	background-image: url(../img/top_v_img.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size:100%;
	position: relative;
	z-index: 1;
}


.fingerY{
	animation: horizontalY 1s ease-in-out infinite alternate;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}

.catch_btn {
	margin: 0 auto;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sec02 {
	margin-top: -65px;
	background-color: #76b9d0;
	padding-bottom: 0;
	position: relative;
	z-index: 20;
}

.sec02_lead {
	margin: 0 auto;
	width: 90%;
	padding-top: 30px;
	position: relative;

}

.sec02box {
	margin: 0 auto;
	position: relative;
	width: 90%;
	margin-bottom: 25px;
}

.sec02box > video {
	width: 100%;
}

.manga_btn {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 90%;
}

.manga_btn > span > img {
	display: block;
	margin: 0 auto;
}

.sec02_manga {
	background: #eca498;
	display: none;
	text-align: center;
}

.sec03 {
	background-image: url(../img/sec03_bk.png);
	background-repeat: repeat;
	position: relative;
	z-index: 30;
}

.sec03_lead {
	background-image: url(../img/sec03_lead.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 60%;
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
	position: relative;
}

.place_title {
	padding: 20px 20px 0;
	margin: 0 auto;
}

.place_title > img,
.place_img01 > img,
.place_img02 > img {
	display: block;
	margin: 0 auto;
}

.place_box {
	padding: 20px 20px 35px;
	margin: 0 auto;
}

.place_left,
.place_right {
	margin: 0 auto;
	width: 90%;
}

.place_right {
	padding-top: 40px;
}

.place_img02 {
	padding-top: 40px;
}

.place_table {
	margin-bottom: 40px;
	width: 100%;
}

.place_table th,
.place_table td {
	border-bottom: 1px solid #76b9d0;;
	border-top: 1px solid #76b9d0;;
	font-size: 14px;
	vertical-align: top;
}

.place_table th {
	background: #bcdde8;
	border-left: 1px solid #76b9d0;
	padding: 15px;
	text-align: center;
	white-space: nowrap;
}

.place_table td {
	background: #fff;
	border-right: 1px solid #76b9d0;;
	padding: 15px;
	text-align: left;
}

.sec03_reserve {
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.reserve_btn {
	margin: -10px auto 0;
	width: 50%;
	padding-top: 0;
	padding-bottom: 20px;
	text-align: center;
}

.gizagiza_head {
	background-image: url(../img/gizagiza_head.png);
	background-repeat: repeat-x;
	height: 8px;
	position: relative;
	margin-top: -4px;
	z-index: 200;
}

.sec04 {
	background: #fff;
	padding:0 20px;
	position: relative;
	z-index: 40;
}

.sec04_title {
	margin: 0 auto;
	padding-top: 40px;
}

.sec04_img01 {
	margin: 35px auto 0;
}

.sec04_img02 {
	margin: 20px auto 0;
}

@keyframes horizontalY {
    0% { transform:translateY( 20px); }
  100% { transform:translateY(  0px); }
}

.sec05 {
	background: #fff;
	padding:0 20px;
	position: relative;
	z-index: 50;
}

.sec05_title {
	margin: 0 auto;
	padding-top: 40px;
}

.sec05_img01 {
	margin: 35px auto 0;
}

.sec05_img02 {
	margin: 20px auto 0;
}

.sec06 {
	padding:40px 20px 0;
	position: relative;
	z-index: 60;
}

.sec06_img01 {
	margin: 0 auto;
}

.sec06_img02 {
	margin: 10px auto 0;
}

.sec06_img03 {
	margin: 0 auto;
}

.sec07 {
	background-color: #e7f1d5;
	padding: 75px 20px 60px;
	position: relative;
	margin-top: -4px;
	z-index: 70;
}

.sec07_img01 {
	margin: 0 auto;
}

.sec07_img02 {
	margin: 0 auto;
}

.sec08 {
	background-image: url(../img/sec08_bk.png);
	background-repeat: repeat;
	padding: 30px 20px 75px;
	position: relative;
	z-index: 80;
}

.sec08_title {
	margin: 0 auto;
}

.sec08_box {
	padding: 30px 20px 0;
	margin: 0 auto;
}

.sec08_box_title {
	color: #b0c163;
	font-size: 16px;
	margin-left: 8%;
	margin-right: 8%;
	position: absolute;
	top: 30%;
}

.sec08_box_text {
	font-size: 14px;
	position: absolute;
	top: 56.7%;
}

.sec08_left,
.sec08_right {
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.sec08_right {
	margin-top: 60px;
}

.sec08_img01 > img,
.sec08_img02 > img {
	display: block;
	margin: 0 auto;
}

.sec08_img03 {
	margin: 55px auto 0;
}

.sec09 {
	background-image: url(../img/sec03_bk.png);
	background-repeat: repeat;
	position: relative;
	z-index: 90;
}

.sec09_lead {
	background-image: url(../img/sec09_lead.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 80%;
	margin: 0 auto;
	width: 100%;
	padding-top: 200px;
	position: relative;
}

.sec10 {
	padding: 0 20px 50px;
	position: relative;
	z-index: 100;
}

.sec10_title {
	margin: 0 auto;
	padding-top: 35px;
	position: relative;
}

.sec10_box {
	margin: 30px auto 0;
}

.sec10_left,
.sec10_right {
	margin: 0 auto;
	width: 90%;
}

.sec10_right {
	padding-top: 30px;
}

.sec10_prog {
	margin: 60px auto 0;
}

@keyframes horizontal {
    0% { transform:translateX( -20px); }
  100% { transform:translateX(  0px); }
}

.disabled,.disabled:hover{
	opacity: 0;
}

.sec11 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0 20px 50px;
	position: relative;
	z-index: 110;
}

.sec11_company {
	margin: 0 auto;
	padding-top: 30px;
	width: 90%;
}

.sec11_title > h2 > img {
	width:30%;
}

.sec11_table {
	margin-bottom: 40px;
	width: 100%;
}

.sec11_table th,
.sec11_table td {
	border-bottom: 1px solid #76b9d0;;
	border-top: 1px solid #76b9d0;;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

.sec11_table th {
	background: #bcdde8;
	border-left: 1px solid #76b9d0;
	padding: 15px;
	white-space: nowrap;
	width: auto;
}

.sec11_table td {
	background: #fff;
	border-right: 1px solid #76b9d0;;
	padding: 15px;
}


.f01 .form-h {
	background-color: #FFFFFF;
	border-bottom: 3px solid #EBA8A9;
}

.f01 dt {
	padding: 20px 10px;
	background-color: rgba(255,255,255,1.00);
	border-bottom: 3px solid #E3E3E3;
	clear: both;
}
.f01 dd {
	margin: 0;
	padding: 10px;
}
.f01 ul {
	padding: 0px;
	margin: 0;
	list-style-type: none;
}
.f01 li {
	padding-bottom: 10px;
}
.checkbox {
	margin:0 5px 0 0;
}
.hissu {
   border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color:rgba(239,107,109,1.00);
	color:rgba(255,255,255,1.00);
	font-size:0.9em;
	padding:2px;
	margin:0 0 0 5px;

}
.req_point {
	font-size: 0.9em;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: rgba(225,164,11,1.00);
}
/* form */
.text, textarea, .dropdown{
	border: 1px solid #777;
	padding: 5px;
	color: #221F1F;
	background: #fff;
	border-radius: 5px;
	margin:0 0 5px 0;
	/* Webkit */
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;

/* IE */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}   
.submit {
	background: url(../img/sec10_btn_03.png) no-repeat left top 100%/100%;
	border: 0;
	cursor: pointer;
	height: 38px;
	margin-bottom: 20px;
	padding: 0;
	outline: 0;
	text-indent: -9999px;
	width: 130px;
}
.submit_confirm {
	background: url(../img/sec10_btn.png) no-repeat left top 100%/100%;

}
.syusei{
	background: url(../img/sec10_btn_02.png) no-repeat left top 100%/100%;
}

/* formボタン大きく */
input[type="radio"],input[type="checkbox"] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
}
#inquiry {
	height: 100px;
	width: 98%;
}
.form_box {
	padding: 30px 20px 20px 20px;
	margin: 0 auto;
	width: auto;
}
.lead02 {
	font-weight: 900;
	text-align: center;
	font-size: 1.5em;
	padding: 100px 0;
	color: #463023;
}

.foot_img {
	height: 71px;
	background-image: url(../img/foot.png);
	background-repeat: repeat-x;
	position: relative;
	margin-top: -40px;
}
.btn01 a {
	background-color: #D9D9D9;
	padding: 20px;
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	display: block;
	color: #FFFFFF;
}


/* 光る */



/* Desktop Layout: 769px to a max of 899px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
html { font-size:16px}
.ease,.ease div{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
.ease:hover,.ease div:hover{
	opacity: 0.65;
	text-decoration: none;
}
.hide_mobile {
	display: block;
}
.pc-non{
	display:none;
}
.head_img {
	height: 65px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/head_img01.png);
	background-repeat: repeat-x;
	width: 100%;
	background-size:100% 100%;
}

/* topへ戻る */
.pagetop {
    display: display;
    position: fixed;
    bottom: 0px;
    right: 10px;
	z-index:999;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
	opacity:0.8;	
}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    padding:0 10px;
}

.wrap {
	min-width: 1200px;
}

.header {
	margin-top: 20px;
}

.header_logo {
	width: 408px;
}

.logo{
	top: 30px;
	left: 30px;
}
.logo img{
	width: 60px;

}

.m_center {
	margin-top: -30px;
	width: 1200px;
}

.header_btn {
	top: 20px;
	width: 380px;
}

.sec02 {
	padding-bottom: 55px;
}

.sec02_lead {
	padding-top: 75px;
	width: 1200px;
}

.sec02box {
	width: 1000px;
}

.manga_btn {
	width: 611px;
}

.sec03_lead {
	background-size: auto auto;
	height: 117px;
}

.place_title {
	width: 538px;
}

.place_box {
	width: 1200px;
}

.place_left {
	float: left;
	width: 581px;
}

.place_right {
	float: right;
	padding-top: 0;
	width: 581px;
}

.place_table th {
	padding: 15px 40px;
}

.sec03_reserve {
	width: 1200px;
}

.reserve_btn {
	margin-top: -111px;
	width: 380px;
}

.gizagiza_head-layout2 {
	margin-top: -32px;
}

.sec04_title {
	padding-top: 80px;
	width: 1200px;
}

.sec04_img01 {
	width: 801px;
}

.sec04_img02 {
	margin-top: -160px;
	width: 1200px;
}

.sec04_img02 > img {
	position: relative;
	left: 70px;
}

.sec05_title {
	padding-top: 75px;
	width: 1200px;
}

.sec05_img01 {
	width: 801px;
}

.sec05_img02 {
	margin-top: -105px;
	width: 1200px;
}

.sec05_img01 {
	width: 801px;
}

.sec05_img02 {
	width: 1200px;
}

.sec06_img01 {
	width: 1200px;
}

.sec06_img02 {
	margin-top: -8px;
	width: 1200px;
}

.sec06_img02 > img {
	position: relative;
	left: 70px;
}

.sec06_img03 {
	width: 801px;
}

.sec07 {
	padding-bottom: 130px;
}

.sec07_img01 {
	width: 1200px;
}

.sec07_img02 {
	margin-top: -59px;
	width: 1200px;
}

.sec08 {
	background-image: url(../img/sec08_bk.png);
	background-repeat: repeat;
	padding: 0 0 75px;
	position: relative;
	z-index: 80;
}

.sec08_title {
	width: 1122px;
	position: relative;
	top: -92px;
}

.sec08_box {
	margin-top: -92px;
	width: 1040px;
}

.sec08_box_title {
	font-size: 24px;
	margin-left: 16%;
	margin-right: 8%;
	top: 30%;
}

.sec08_box_text {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	top: 56.7%;
}

.sec08_left {
	float: left;
	width: 480px;
}

.sec08_right {
	float: right;
	margin-top: 0;
	width: 480px;
}

.sec08_img03 {
	width: 1200px;
}

.sec09_lead {
	background-size: auto auto;
	height: 444px;
	padding-top: 0;
}

.sec10 {
	padding-bottom: 100px;
}

.sec10_title {
	padding-top: 75px;
	width: 1200px;
}

.sec10_box {
	margin-top: 73px;
	width: 1200px;
}

.sec10_left {
	float: left;
	width: 457px;
}

.sec10_right {
	float: right;
	padding-top: 0;
	width: 703px;
}

.sec10_prog {
	width: 852px;
}

.form_box {
	padding-top: 75px;
	width: 852px;
}

.sec11_company {
	padding-top: 80px;
	width: 955px;
}

.sec11_title > h2 > img {
	width:auto;
}

.sec11_table th {
	padding: 15px 0 15px 40px;
	width: 145px;
}

.submit {
	height: 75px;
	width: 261px;
}

.f01 dt {
	width: 25%;
	float: left;
	border-bottom-style: none;
}
.f01 dt.form_tate {
	width:96%;
}
.f01 dd {
	width: 70%;
	float: left;
	padding-bottom: 10px;
}
.f01 dd.form_tate02 {
	width:100%;
}
.f01 .form-h{
	border-bottom-style: none;
	border-top: 2px dotted #d1d1d1;
}
.f01 .form-h:first-child {
	border-top-style: none;
}

.f01 .form-h02 {
	border-bottom-style: none;
	border-top: 2px dotted #d1d1d1;
}
.f01 .form-h02-none {
	border-top-style: none;
}

.f01 .form_dokode {
	padding-bottom: 70px;
}











}
