﻿@charset "utf-8";
/* CSS Document */


/*****base start*****/

*{
	margin: 0 auto;
	padding: 0px;
	border: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 1.5;
	background-color: #9c843f;
	background-repeat: repeat;
	background-position: center top;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}

img {
    max-width: 100%;
    display: block;
}

section {
	width: 100%;
	height: auto;
}

.content {
    width: 1024px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
}

.clear{
	float: none;
	clear: both;
}

.border{
	width: 100%;
	height: auto;
	margin-top: 20px;
    margin-bottom: 20px;
}

.border img {
    width: 100%;
    height: auto;
}

a{
	color: #CCE4FB;
	overflow: hidden;
	outline: none;
}
	
a:link{
	color: #CCE4FB;
	text-decoration: none;
}	
	
a:visited{
	color: #CCE4FB;
}	

a:hover {
	color: #F60;
	text-decoration: underline;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red{
	color: #F00;
}

.yellow {
	color: #FC0;
}

.blue {
	color: #3CF;
}

.green {
	color: #AAE916;
}

.orange{
	color: #F60;
}

.orange2{
	color: #F93;
}

.text-small {
	font-size: 25px;
}

.button {
    width: 620px;
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    background-color: #C90;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 0 3px #000;
    display: block;
}

.button a{
	color: #FFF;
	display: block;
}

.button:hover{
	background-color: #6CF;
}

/*****base end*****/







header {
	width: 1280px;
	height: auto;
}

header img {
	width: 100%;
	height: auto;
}

.header_2{
	display: none;
}

.intro {
    width: 1280px;
    height: auto;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title1 {
    width: 75%;
    height: auto;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.title2 {
    width: 75%;
    height: auto;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.box1 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.banner1 {
    width: 100%;
    height: auto;
    padding: 1%;
}

.banner2 {
    width: 100%;
    height: auto;
    padding: 1%;
}

.banner3 {
    width: 50%;
    height: auto;
    float: left;
    padding: 0.5%;
}

.about {
	width: 100%;
	height: auto;
}

.cap1 {
	width: 100%;
	height: auto;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.cap2 {
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.title3 {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title4 {
    width: 100%;
    height: auto;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.in-box1 {
    width: 100%;
    height: auto;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-small1 {
    width: 100%;
    height: auto;
	color: #F8E513;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.text-big1 {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
}

.text-big2 {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px dotted #fff;
}

.lineup1 {
	width: 100%;
	height: auto;
	font-size: 16px;
	margin-bottom: 15px;
	padding-right: 0.5%;
	padding-left: 0.5%;
}

.lineup2 {
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}

.cap3 {
    font-size: 18px;
	margin-bottom: 20px;
}

.cap4 {
    font-size: 24px;
	text-align: center;
}





.movie-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.movie {
    width: 50%;
    padding: 5px;
    float: left;
}

.movie p {
    font-size: 14px;
    font-weight: bold;
}

.youtube {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
	background: #000;
}

.youtube img {
	cursor: pointer;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube2 {
	width: 100%;
    height: auto;
	text-align: center;
	padding-bottom: 20px;
}


/*****sns start*****/

.sns {
	width: 400px;
	padding: 2%;
}

.fb {
	float:left;
	width:25%;
	padding:2%;
}

.tw {
	float:left;
	width:25%;
	padding:2%;
}

.line {
	float:left;
	width:25%;
	padding:2%;
}

.gp {
	float:left;
	width:25%;
	padding:2%;
}

/*****sns end*****/




/*****inquiry start*****/

.inquiry {
	width: 100%;
	height: auto;
	text-align: center;
}

.inquiry-title {
    width: 500px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.inquiry-title img{
	width: 100%;
	height: auto;
}

.box2 {
    width: 100%;
    height: auto;
    padding: 1%;
}

.shop1 {
    width: 99%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
    height: auto;
    float: left;
    padding: 0.5%;
	margin-bottom: 30px;
}

.shop2 {
    width: 99%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
    height: auto;
    float: left;
    padding: 0.5%;
	margin-bottom: 0px;
}


.shop-photo{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.shop-info {
	text-align: left;
	
}

.shop-name {
    font-size: 18px;
    font-weight: bold;
}

.tel {
    color: #C00;
    font-size: 20px;
    font-weight: bold;
}

.mail {
}

.web {
}

/*****inquiry end*****/


/*****footer start*****/

footer{
	color: #999999;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
	background-color: #000;
	border-top: 2px dotted #FFF;
}

footer a img{
	display: inline-block;
}

/*****footer end*****/