﻿body{
	background-color:#ffffff;
	color:#333333;
    font-family: 'RocknRoll One', sans-serif;
	margin:0;
	padding:0;
 }

header{
	background-color:#000000;
	color:#ffffff;
    height: 80px;
    /*
    position: fixed;
    z-index: 100;

    padding-top: 90px;  */  
}

.header-in{
    background-color:#000000;
	width:960px;
    font-size: 120%;
	margin-left:auto;
	margin-right:auto;
/*    position: fixed;
    z-index: 100;*/
}


p{
	font: size 100%;
	line-height:1.8;
}

h1{
    font-size:180%;
    margin: 0;
}

h2{
	font-size:120%;
	border-bottom:1px dashed #003366;
	border-left:10px solid #003366;
	padding-left:7px;
}

h3{
    padding-left: 10px;
    border-left: 20px solid #00cccc;
    font-size: 105%;
}

h4{
    border-radius:40px;
    background-color:#999999;
    color:#ffffff;
    font-size:250%;
    padding-left:5px;
    padding-right:5px;
    text-align : center;
    margin-right:5px;
}

h4 a{
    text-decoration: none;
    color: #ffffff;
}

h4:hover{
    color: #ffcc00;
}

footer{
    text-align:center;
    background-color:#000000;
	color:#ffffff;
}

footer p{margin: 0%;}

article{
	position:relative;
}

.catch{
	position:absolute;
	top:20px;
	left:30px;
	color:#ffffff;
	text-shadow:0 5px 10px #333333;
}

.campaign{
    font-size:250%;
	position:relative;
    bottom: 250px;
	left:100px;
	color:#ffffff;
	text-shadow:0 5px 10px #333333;
}

ul{
	list-style-type:none;
	padding-left:0;
	line-height:1.8;
	font-size:90%;
    margin-left: 50px;
}

nav ul{
    font-weight:bold;
    text-align:right;
    padding-top:26px;
    padding-bottom:5px;
    margin:0;
}

nav li{
    display:inline;
    padding-left:10px;
    padding-right:20px;
   /* border-right:1px solid #ffffff; */
}

header img{
    float:left;
}

article{
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.sabu-h1{
    background-image: linear-gradient(to left,#ffffff,#dcdcdc);
    padding-left: 10px;
    border-left: 15px solid #003366;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr=#dcdcdc,endcolorStr=#ffffff)";
}

.point-list{
    list-style-image: url(../image/list.gif);
    font-weight: bold;
    margin-left: 30px;
}

.point-img{
    float: right;
    margin-left: 20px;
}

.sentou{
    clear: both;
    text-align: right;
}

ol li{
    display: inline;
    margin-right: 5px;
    font-size: 80%;
}

ol{
    padding-left: 0;
}

.page{
    padding-left: 10px;
    padding-right: 10px;
}

nav a{
    text-decoration: none;
    color: #ffffff;
}


nav a:hover{
    color: #ffcc00;
}

ul a:hover{
    color: #ffcc00;
}

section {
    margin-bottom: 80px;
}

section a:hover{
    color: #ffcc00;
}


body a:hover{
    color: #ffcc00;
}

a img{
    border: 0;
}

caption{
    caption-side: bottom;
}

aside h1{
    font-size: 120%;
    border-bottom: 2px dotted #666666;
    padding-left: 5px;
    margin: 0;
}

aside li{
    border-bottom: 1px dotted #666666;
}

aside ul{
    margin: 0;
}

aside a{
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

aside a:hover{
    background-color: #dcdcdc;
}

.bukkenmei{
    display: block;
    font-size: 80%;
    color: #666666;
}

.select{
    background-color: #ffcc00;
}

.bukken-kiji{
    float: left;
    width: 75%;
}

.sample * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
img {
	max-width: 100%;
}
.carousel {
	max-width: 1000px;
	margin: 0 auto;
}
.slick-prev:before,
.slick-next:before {
	color: #000;
}

aside{
    float: right;
}

footer{
    clear: both;
}

iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input{
    display: block;
    width: 400px;
}

textarea{
    display: block;
    width: 600px;
    height: 120px;
}

button{
    width: 180px;
    padding: 10px;
}

.concept{
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
}

.concept p{
    width: 550px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.concept img{
    width: 25%;
    height: 25%;
    margin-left: 50px;
    margin-top: 20px;
}

.menu{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}

.menu img{
    width: 25%;
    height: 25%;
    margin-right: 50px;
    /* position:relative; */
}

.menu text{
    height: 400px;
    margin-left: 50px;
    background-image: url(../img/cup3.jpg);
    background-repeat: no-repeat;
    background-size: 85% 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.menu p{
    margin-left: 50px;
    margin-bottom: 10px;
}

table{
    width: 500px;
    border: 0;
    font-size: 130%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
}

th{
    background-color: #ccccff;    
    padding: 10px;
    width: 150px;
    text-align:left;
}

td{
    width: 50px;
    padding: 10px;
    text-align:right;
}

table tr td:nth-of-type(2){
    text-align:center;
    width: 300px;
}


.carousel__item.slick-slide {
    width: 960px;
    height: 400px;
}
.carousel__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ここからレシポンシブ対応 */
/* 959px以下の場合 */
@media(max-width:959px){
    /* header img{float:none;}
    nav ul{text-align:left;padding:0;} */
    article{width:auto;}
    article img{max-width:100%;height: auto}
    .header-in{width: auto;}
    .bukken-kiji{float: none;width: 100%;}
    aside{float: none;}	
   /* .carousel__item.slick-slide {
        width: 480px;
        height: 200px;} */
}


/*600px以下の場合*/
@media(max-width:600px){
    nav li{
        font-size: 75%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .catch{
        top:5px;
        left:5px;
    }
    
    .point-img{
        float: none;
    }
    video{
        max-width: 100%;
        height: auto;        
    }
    iframe{
        max-width: 100%
    }
    .carousel__item.slick-slide {
        width: 480px;
        height: 200px;}
}


/* プリント出力 */
@media print{
    .catch{
        color: #000000;
        text-shadow: none;
    }
}


