@charset "utf-8";

/* Reset
--------------------------------*/
html,body,div,p,h1,h2,h3,h4,ul,li,table,caption,th,td,dl,dt,dd,address,
header,footer,article,section,aside,nav,figure,figcaption,main {
	border: 0;
	font: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
}

img {
	border: 0;
	vertical-align: bottom;
}

header,footer,article,section,aside,nav,figure,figcaption,main {
	display: block;
}

/* Base
--------------------------------*/
html {
	overflow: auto;
	font: 18px/1.6 serif;
    
}

body {
	overflow-x:hidden;
	background: #fff;
	color: #000;
	/*min-width: 1260px;*/
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

a:before,
a:after {
	-webkit-transition: inherit;
	transition: inherit;
}

main a {
	color: #295A4B;
	text-decoration: underline;
}

address {
	font-style: normal;
}

em {
	color: #AB4A96;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

ul {
	list-style: none;
}

small {
	font-size: 1em;
}

header p,
main p {
	margin: 1em 0;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

table {
	font-size: .875em;
	line-height: 1.4;
}

th,
td {
	border-bottom: 1px solid #C28A00;
	text-align: left;
	vertical-align: middle;
	padding: 10px 20px;
}

th {
	border-bottom-width: 2px;
	color: #C28A00;
	width: 80px;
	font-weight: bold;
}

/* Site Width
--------------------------------*/
.site {
	position: relative;
	width: 100%;
    max-width: 1280px;
	margin: 0 auto;
}

/* Common
--------------------------------*/
section:after,
header:after,
footer:after,
.global-navi:after,
.corpinfo:after,
[class*="-content"]:after,
.group:after {
	display: block;
	clear: both;
	content: "";
}

.graph,
.image {
	text-align: center;
}

h1 {
    margin-bottom: 42px;
}

h2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.text {
    overflow: hidden;
}

span.br {
    display: block;
    display: table;
}

.click img {
	cursor: pointer;
}

.click img:hover {
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* Header
--------------------------------*/
header {
    background:url(img/hero_2.jpg) no-repeat;
    color: #fff;
    padding: 50px;
   	font: 18px/1.8 serif; 
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 475px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* Intro
--------------------------------*/
.intro {
    background: url(img/back_washi1.jpg);
    padding: 80px 120px;
    border-top: 10px solid #CC9E62;

}

/* About
--------------------------------*/
.about {
    background: url(img/back_about2.jpg) #ccc no-repeat;
    color: #3f3f3f;
    padding: 80px 120px;
    border-top: 10px solid #CC9E62;
    background-size: cover;
    -webkit-background-size: cover;
}

.about h2 {
    position: relative;
    left: -10px;
}

.about span {
    background-color: #fff;
}

/* Akazake
--------------------------------*/
.akazake {
    background: url(img/back_akazake.jpg) bottom no-repeat;
    padding: 100px;
    background-size: cover;
    -webkit-background-size: cover;
}

.akazake .image {
    margin: 0 70px 0 0;
}

.akazake h2 {
    margin-top: 20px;
}

/* Tososan
--------------------------------*/
.tososan {
    background: url(img/back_washi1.jpg);
    padding: 80px 100px;
    border-top: 10px solid #CC9E62;
}

.tososan h2 {
    text-align: center;
}

.tososan p {
    margin-left: 80px;
}

.tososan .image {
    text-align: center;
    margin-top: 60px;
}

/* Recipe
--------------------------------*/
.recipe {
    background: url(img/back_washi2.jpg);
    color: #fff;
    padding: 50px 120px;
    border-top: 10px solid #000;
}

.recipe h2 {
    text-align: center;
}

.recipe p {
    margin-left: 80px;
}

.recipe .sec {
    margin-top: 50px;
}

.recipe dt {
    background: url(img/img_list.gif) no-repeat center left;
    padding-left: 25px;
}

.recipe dd {
    padding-left: 60px;
}

.recipe dd:last-child {
    margin-bottom: 15px;
}

/* Product
--------------------------------*/
.product {
    background: url(img/back_washi1.jpg);
    padding: 50px 120px;
    border-top: 10px solid #CC9E62;
}

.product .image {
    margin: 30px 50px 0 50px;
}

.product .sec a:hover img {
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.product p {
    margin-left: 60px;
    font-size: 1.2em;
}

span.red {
    color: #b81a19;
}

/* present
--------------------------------*/
.present {
    background: url(img/back_washi1.jpg);
    padding: 10px 120px;
    padding-bottom: 50px;
}

.present .sec {
    clear: both;
}

/* tel
--------------------------------*/

.tel {
    background: url(img/back_washi1.jpg);
    padding: 10px 120px 50px;
}

.tel .sec {
    margin-top: 10px;
    clear: both;
}

/* Footer
--------------------------------*/
.site-footer {
    background: #000;
    padding: 40px 120px;
    color: #fff;
    clear: both;
}

.site-footer img {
    margin: 10px;
}

.site-footer .link {
    text-align: right;
    display: block;
    font-size: 0.9em;
}

.site-footer .link a:hover {
    text-decoration: underline;
}

.corpinfo a:hover img {
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.copyright {
    text-align: center;
    padding: 10px;
}

.alcohol-notice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.8em;
    border-top: 1px solid #999;
    margin-top: 1em;
    padding-top: 1em;
}
.alcohol-notice__item {
    margin: 0 0.5em;
}
.alcohol-notice__item:before {
    content: "■";
}

/* MadiaQuery
--------------------------------*/
@media screen and (max-width: 1024px) {
    .intro,
    .about,
    .akazake,
    .tososan,
    .recipe,
    .product,
    .present,
    .tel,
    .site-footer {
        padding: 10px;
        margin: 0;
        font-size: 1.0em;
        background-position: 70% 0;
    }
}


@media screen and (max-width: 960px) {
    header {
        padding: 10px;
        line-height: 1.2em;
        min-height: auto;
    }
    
    header p {
        width: 35%;
    }
    
    img { 
        width:50%;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    
    h1 {
        margin-bottom: 20px;
    }
    
    h2 {
        margin: 10px 0;
        padding: 0;
    }
    
    h1 img {
        width: 40%;
    }
    
    h2 img { 
        width:60%;
    }
    
    .tososan h2 img {
        width: 90%;
    }
    
    .intro .image,
    .akazake .image,
    .tososan .image {
        margin: 0 auto;
    }
    
    .tososan p,
    .recipe p,
    .product p,
    .present p,
    .tel p {
        margin: 0;
        padding:0;
    }
    
    .product p {
        margin-bottom: 20px;
    }
    
    
    .recipe .sec,
    .tel .sec {
        margin-top: 15px;
    }
    
    .present .sec {
        margin-top: 0px;
    }
    
    .recipe img {
    	text-align: center;
    	width: 100%;
    }
    
    .point,
    .sec {
        /* max-width: 480px; */
    }
    
    .sec img {
        /*width: 60%;
        margin-bottom: 5px;*/
    }
    
    .f-left,
    .f-right {
        float: none;
    }
    
    .point img,
    .present img,
    .tel img { 
        width:100%;
        margin: 10px 0;
    }
    
    .site-footer,
    .site-footer .link {
    	text-align: center;
    }
    
    span.br {
        /*display: inline; */
        margin: 5px 0;
    }
    
}


@media screen and (max-width: 560px) {
    header {
        padding: 10px 10px 25px;
        font-size: 0.9em;
        line-height: 1.2em;
        background-size: auto;
        }
    
    header p {
        width: 100%;
    }
    
    h1 {
        margin: 10px auto;
        text-align: center;
    }
    
    h2 {
        margin: 20px 0;
        padding: 0;
    }
    
    h1 img {
        width: 80%;
    }
    
    h2 img { 
        width:100%;
    }
    
    .intro,
    .about,
    .akazake,
    .tososan,
    .recipe,
    .product,
    .present,
    .tel {
        font-size: 0.8em;
        padding: 20px 10px 35px;
    }
    
    .site-footer,
    .copyright {
        padding: 10px;
        margin: 0;
        font-size: 12px;
    }

    .sec img {
        width: 100%;
        margin-bottom: 5px;
    }

    .text {
        font-weight: bold;
    }
    
}