@charset "utf-8";
/* CSS Document */

/*******************base*******************/
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #555555;
	background-color: #FFF;
}

img {
	max-width: 100%;
	display: block;
}

.header-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block;
}

.header-img2 {
    width: 1380px;
    height: auto;
    padding: 0px 0 80px;
    display: block;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #00a9c6;
}

footer img {
	display: inline;
}

.logo2 {
	margin-bottom: 60px;
	width: 70%;
}

section {
	height: auto;
	width: 100%;
	background-color: #F6F6F6;
}

section:nth-child(even) {
	background-color: #ffffff;
}

.content {
	width : 100%;
	height: auto;
	padding: 100px 20px;
}

p {
	margin-bottom: 20px;
}

.block {
	display: block;
	height: auto;
	width: 100%;
}

.block2 {
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 120px;
}

.category-wrap {
	width: 1600px;
	display: table;
	table-layout: fixed;
}

.category {
	padding: 0 10px;
	display: table-cell;
}

.category a {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
}

.category a img {
    -moz-transition: -moz-transform 0.5s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    -o-transition: -o-transform 0.5s ease-in-out 0s;
    -ms-transition: -ms-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}
.category a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.category-btn {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.category-btn-head {
	width: 100%;
	height: 100%;
	display: table;
}

.category-btn-head__inner {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.category-title {
	color: #fff;
	font-size: 40px;
}

.category p {
	margin-bottom: 0;
	text-transform:capitalize;
	
}

.category-bg {
	
}

.category-bg img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.logo-white {
    width: 30%;
    padding: 10px;
}

.category a .logo-white img {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.category a:hover .logo-white img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

#intro-cap {
	width: 1400px;
}

.intro-cap-box {
	font-size: 16px;
	padding: 0 100px;
	margin-top: 30px;
}

.center {
	text-align: center;
}

.margin0 {
	margin-bottom: 0;
}

.Clear {
	clear: both;
}
/*******************base*******************/

/*******************loader*******************/
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#loader {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
    z-index: 1000;
}
/*******************loader*******************/

/*******************link*******************/
a {
	color: #7b7b7b;
	text-decoration: none;
}

a:link {
	color: #7b7b7b;
	text-decoration: underline;
}

a:hover {
	color: #00a9c6;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
    opacity:0.80;
}
/*******************link*******************/

/*******************txt*******************/
h2 {
	font-size: 40px;
}

h2 p{
	font-size: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
    border-left: 10px solid;
    padding-left: 10px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

.text-small {
	font-size: 16px;
}

.text-small2 {
	font-size: 9px;
	font-weight: normal;
}
/*******************txt*******************/

/*******************sns*******************/
.sns-wrap {
	width: 400px;
	padding: 2%;
}

.sns {
	float:left;
	width:33.3%;
	padding:2%;
}

/*******************sns*******************/

/*******************Youtube*******************/
.youtube {
	width: 950px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

.youtube2 {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
	background: #000;
}

.youtube2 img {
	width: 100%;
	cursor: pointer;
}

.youtube2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube2-wrap {
	width: 50%;
	float: left;	
}

.youtube2-wrap-1 {
	width: 100%;
	float: none;
}
/*******************Youtube*******************/

/*******************page-top*******************/
.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}
/*******************page-top*******************/

/*******************color*******************/
.orange {
	color: #FF9900;
}

.blue {
	color: #00a9c6;
}

.red {
	color: #C00;
}

/*******************color*******************/

/*******************shopping link*******************/

#shopping-wrap {
	width: 1600px;
	display: block;
}

.shopping-link {
	float: left;
	width: 33.33%;
	margin-top: 20px;
	padding: 0 10px;
}

.shopping-link img {
	border: 2px solid #ccc;
}

.shopping-link img:hover {
	border: 2px solid #00a9c6;
}

/*******************shopping link*******************/

/*******************panel*******************/

#panel-wrap {
	width: 1600px;
}

.panel-wrap {

}

.panel {
	float: left ;
	width: 25%;
	padding: 0.5%;
}

.panel img {
	border: 2px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 13px 0 rgba(0,0,0,0.1);
}

.panel-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.5em;
}
/*******************panel*******************/

/*******************Schedule-top*******************/

.Schedule-top-wrap{
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
}


.Schedule-top-box{
	width:15.6%;
	height:auto;
	padding:5px;
}

.Schedule-top-cap{
	text-align: center;
}

.Schedule-top-box a{
	color:#FFF;
}

.Schedule-top-box img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.Schedule-top-box img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*******************Schedule-top*******************/

/*******************Schedule*******************/

#Schedule-wrap{
	width:1400px;
}

.Schedule-wrap{
	display:flex;
	flex-wrap:wrap;	
}

/*
.Schedule-wrap::after{
  content:"";
  display: block;
  width:33%;
}
*/

.Schedule-box{
	width:33%;
	padding:10px;
}

.Schedule-box-bg{
	width:100%;
	height:auto;
	padding:10px;
	background-color:#FFF;
	border: 1px solid #ccc;
}

.Schedule-box-img{
	   border: 1px solid #e5e5e5;
}
.Schedule-box-list{
    padding: 30px 0 20px 20px;
	font-size:1rem;
	font-weight:800;
}

.Schedule-box-list2{
    padding: 10px 0 20px 5px;
	font-size:1rem;
	font-weight:800;
}

/*******************Schedule*******************/

/*******************inquiry*******************/
#inquiry {
	width: 1400px;
	height: auto;
}

.inquiry-content {
	width : 100%;
	height: auto;
	padding: 80px 20px 40px;
}

.shop-inquiry-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #0099e5;
    border-bottom-color: #0099e5;
    margin: 0 auto 40px;
    padding: 10px 0 7px 0;
    text-align: center;
    letter-spacing: 0.3em;
	color: #f6f6f6;
}

.shop-inquiry-box {
    width: 25%;
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    float: left;
    padding: 10px;
}

.shop-inquiry-img {
	width: 100%;
	margin-bottom: 15px;
}

.shop-inquiry-cap {
	width: 100%;
	color: #f6f6f6;
}

.shop-name {
	font-size: 20px;
	font-weight: bold;
}

.shop-inquiry-cap p {
	margin-bottom: 0;
}

.shop-inquiry-cap a {
	color: #f6f6f6;
}

.shop-inquiry-cap a:hover {
	color: #00e6e6;
}
/*******************inquiry*******************/

