@charset "UTF-8";
/* ============================================ */
/* ================bodyと共通タグ================ */
/* ============================================ */

body {
    margin: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Noto Serif JP', serif;
    line-height: 150%;
}

h1 {
    font-weight: 700;
    color: #144361;
}

#contact_in h4 {
    font-size: 1.4em;
    line-height: 150%;
}

.error_messe {
    color: #f00;
}

br.clearfix {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
}

input[type="button"] {
    border: none;
    background: #186FA7;
    color: #fff;
    border-radius: 10em;
    padding: 0.5em 2em;
    font-size: 1.2em;
    line-height: 150%;
}

input[type="submit"] {
    border: none;
    background: #186FA7;
    color: #fff;
    border-radius: 10em;
    padding: 0.5em 2em;
    font-size: 1.2em;
    line-height: 150%;
    margin-left: 0.5em;
}

table.formTable {
    margin: 0 auto;
}

table.formTable th {
    padding: 1em;
}

table.formTable td {
    padding: 1em;
}

.in__title {
    text-align: center;
    margin: 1em auto 3em auto;
    padding: 4em 0 1em;
    position: relative;
    font-size: 2.265em;
    line-height: 150%;
    display: block;
}

.in__title::before {
    content: "";
    display: inline-block;
    width: 3em;
    height: 1.1em;
    background: url(../images/logo02.png) no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    margin: 0 auto 0.5em;
}

.in__title::after {
    content: "";
    display: block;
    background: #144361;
    width: 3em;
    height: 0.1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.in__title.in__w {
    color: #fff;
}

.in__title.in__w::before {
    background: url(../images/logo01.png) no-repeat;
    background-size: contain;
}

.in__title.in__w::after {
    background: #fff;
}

h2 {
    color: #144361;
    line-height: 150%;
    margin-bottom: 1em;
}

strong {
    color: #144361;
    line-height: 150%;
}

p {
    font-weight: 400;
    line-height: 180%;
}

#pagetop {
	position: fixed;
	right: 2%;
	bottom: 3em;
	z-index: 10001;
}

#pagetop a {
	background: #fff;
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	color: #144361;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 0.9em;
	padding: 0.2em 0;
	position: relative;
	border: 1px solid #144361;
	border-radius: 0.5em;
}

#pagetop a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 140%;
}

#pagetop a span::before {
    content: '\025b2';
    display: block;
}

.btn {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}

.btn a {
    text-decoration: none;
    color: white;
    background-color: #144361;
    padding: 1em;
    margin: 0 auto;
    border-radius: 10em;
    display: block;
    text-align: center;
    line-height: 150%;
    width: 100%;
    max-width: 20em;
    box-sizing: border-box;
}

.maxwidth {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

header {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul li a {
    text-decoration: none;
}

.mov {
    width: 100%;
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
}

.mov span {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
}

.mov h2 {
    background: #144361;
    padding: 0.5em;
    margin: 0;
    color: #fff;
}

.mov span iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#global_header .logo,
.copyright .logo {
    max-width: 250px;
    float: left;
}

#global_header .logo {
    margin-top: 1em;
}

.logo {
    width: 16em;
    line-height: 150%;
}

.logo figure {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
} 

.logo div {
    text-align: right;
}

.logo h1 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

.logo strong {
    font-size: 0.88em;
    display: block;
    padding-top: 0.3em;
}

a:hover {
    opacity: 0.7;
}

/* ============================================ */
/* =================index.html================= */
/* ============================================ */

#global_header {
    padding: 0.5em 5%;
}

#global_header::after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
}

.header_right {
    float: right;
    text-align: right;
}

.header_contact {
    line-height: 0;
}

.header_contact ul {
    padding: 0.5em 0;
    margin: 0;
}

.header_contact ul li {
    padding: 0;
    margin: 0;
    margin-left: 0.5em;
}

.header_contact ul li a {
    background-color: #144361;
    border-radius: 10em;
    color: #fff;
    padding: 0 1.5em 0 0.6em;
    position: relative;
    font-size: 1em;
    line-height: 2em;
    vertical-align: middle;
    display: inline-block;
}

.header_contact ul li .mail::before {
    content: "";
    background: url(../images/ico__mail01.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 2em;
    height: 0.9em;
    line-height: 2em;
    vertical-align: initial;
    margin-right: 0.3em;
}

.header_contact ul li .tel::before {
    content: "";
    background: url(../images/ico__tel01.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 2em;
    height: 1em;
    line-height: 2em;
    vertical-align: initial;
    margin-right: 0.3em;
}

.header_nav ul {
    padding: 0 0 0.5em 0;
    margin: 0;
}

.header_nav li {
    margin: 0 1em;
}

.header_nav li a {
    color: black;
}


/* ------------main_visual------------ */

#main_visual {
    margin: 0 auto;
    max-height: 480px;
    height: 100%;
    position: relative;
    background: url(../images/img__main_visual.JPG) no-repeat center;
    background-size: cover;
    position: relative;
}

#main_visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: block;
    z-index: 2;
}

.main_text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    z-index: 10;
    line-height: 150%;
    text-shadow: 0 0 10px #000;
}

/* ------------products------------ */

.products {
    padding: 3em 5%;
}

.products .maxwidth {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.sirasu {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 1%;
    padding-bottom: 5em;
    position: relative;
}

.sirasu figure {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.sirasu h2 {
    text-align: center;
}

.main_text h1 {
    color: white;
    font-size: 2em;
    line-height: 150%;
}

.sirasu a {
    position: absolute;
    bottom: 1em;
}

.shirasu p {
    text-align: justify;
}

/* ------------tradition_01------------ */


#tradition__info-01 section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

#tradition__info-01 section:nth-of-type(1) {
    background: url(../images/bg__wave01.png) no-repeat right bottom;
    background-size: 50%;    
}

#tradition__info-01 section:nth-of-type(2) {
    background: url(../images/bg__wave02.png) no-repeat left top;
    background-size: 50%;    
}

#tradition__info-01 section div {
    width: 50%;
    position: relative;
    text-align: center;
    display: block;
    float: left;
    margin: 0;
}

#tradition__info-01 section div span {
    max-width: 500px;
    display: block;
    padding-top: 7%;
}

#tradition__info-01 section:nth-of-type(1) div span {
    margin-right: auto;
}

#tradition__info-01 section:nth-of-type(2) div span {
    margin-left: auto;
}

#tradition__info-01 section:nth-of-type(1) figure {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}

#tradition__info-01 section:nth-of-type(2) figure {
    width: 50%;
    float: right;
    margin: 0;
    padding: 0;
}

#tradition__info-01 div h2 {
    font-size: 1.5em;
    line-height: 150%;
    margin: 0;
}

#tradition__info-01 div p {
    text-align: center;
    line-height: 170%;
}

/* ------------tradition__info-02------------ */

#tradition__info-02 {
    background: url(../images/bg__texture01.jpg);
    background-size: contain;
    position: relative;
    margin-bottom: 8em;
    overflow: hidden;
}

#tradition__info-02 section {
    position: relative;
    z-index: 100;
}

#tradition__info-02::before {
content: '';
position: absolute;
z-index: 1;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 10vw 100vw;
border-color: transparent transparent transparent #fff;
box-sizing: border-box;
}

#tradition__info-02::after {
content: '';
position: absolute;
z-index: 2;
width: 0;
height: 0;
bottom: 0;
border-style: solid;
border-width: 10vw 100vw 0 0;
border-color: transparent #fff transparent transparent;
box-sizing: border-box;
}

.tradition__img {
    position: relative;
}

.tradition__img figure {
    margin: 0;
    padding: 0;
    width: 32%;
    max-height: 47%;
    display: block;
    float: left;
    overflow: hidden;
}

.tradition__img figure:nth-of-type(2) {
    margin-left: 2%;
    margin-top: 10%;
}

.tradition__img figure:nth-of-type(3) {
    width: 66%;
    height: auto;
    float: right;
    margin-top: 2%;
}

.tradition__text {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.tradition__text-01 {
    width: 32%;
    float: right;
    text-align: center;
    display: block;
}

.tradition__text-02 {
    width: 32%;
    margin-top: 50%;
    float: left;
    text-align: center;
    display: block;
}

.tradition__text h2 {
    line-height: 150%;
}

#tradition__info-02 .btn {
    padding: 5em 0 0;
}

/* ------------shop__info------------ */

#shop__info {
    background: #144361;
    position: relative;
    padding-bottom: 6em;
    display: none;
}

#shop__info section {
    position: relative;
    z-index: 10;
}

#shop__info::after {
content: '';
position: absolute;
z-index: 1;
width: 0;
height: 0;
bottom: 0;
border-style: solid;
border-width: 10vw 0 0 100vw;
border-color: transparent transparent transparent #fff;
}

#shop__info::before {
content: '';
position: absolute;
z-index: 2;
width: 0;
height: 0;
border-style: solid;
border-width: 0 100vw 10vw 0;
border-color: transparent #fff transparent transparent;
}

.shop__img figure {
    margin: 0;
    padding: 0;
    width: 45%;
    float: left;
}

.shop__text {
    list-style: none;
    float: left;
    margin: 0 0 0 1em;
    color: white;
}

.shop__img::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

.shop__text dt {
    position: relative;
    padding-left: 1em;
}

.shop__text dt::before {
    content: "";
    background-color: white;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 0.5em;
}

.shop_info_link {
    display: block;
    padding: 3em 0;
    text-align: center;
}

.shop_info_link a {
    background: #144361;
    border-radius: 10em;
    color: #fff;
    text-decoration: none;
    padding: 1em 2em;
    font-size: 1em;
    line-height: 2em;
    vertical-align: bottom;
}

.shop_info_link a::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/ico_link01.png) no-repeat bottom center;
    background-size: cover;
    margin-left: 0.8em;
}

.shop__map {
    margin: 2em auto;
}

.map {
    display: block;
}

.map iframe {
    width: 100%;
    height: 50%;
}

#shop__info .btn {
    padding: 3em 0 5em;
}

#shop__info .btn a {
    background: #fff;
    color: #144361;
    position: relative;
}

#shop__info .btn a::after {
    content: "";
    position: absolute;
    background: url(../images/ico__insta02.png) no-repeat;
    background-size: contain;
    display: block;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    right: 1.5em;
    transform: translate(0, -50%);
}

/* ------------coompany__info------------ */

#company__info .logo {
    font-size: 2em;
    width: 15.6em;
    margin: 3em auto;
    padding-bottom: 1.5em;
    position: relative;
}

#company__info .logo::after {
    content: "";
    display: block;
    background: #144361;
    width: 8em;
    height: 0.1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.company__img {
    background: #144361;
    padding: 4em 5%;
    color: #fff;
}

.company__img::after {
    content: '';
    display: block;
    overflow: hidden;
    wdth: 100%;
    clear: both;
}

.company__img figure {
    padding: 0;
    margin: 0 5% 0 0;
    width: 40%;
    float: left;
}

.company__img dt {
    margin-bottom: 0;
}

.company__img dt::before {
    content: "";
    background-color: white;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 0.5em;
}

.company__img dd {
    padding-left: 1em;
    display: inline-block;
    margin: 0 0 1em 0;
}

.company__text {
    overflow: hidden;
}

.company__mov {
    text-align: center;
    background-color: 	#f0f0f0;
    padding: 2em 5%;
}

.company__map {
    text-align: center;
    margin: 0 auto;
    color: #144361;
    padding-bottom: 2em;
}

.company__map address {
    text-align: center;
    margin: 2em auto 1em auto;
    font-size: 2em;
    line-height: 150%;
    font-style: normal;
    font-weight: 700;
}


/* ================index.html================ */
/* ================kamaage.html================ */
/* ================sirasuboshi.html================ */
/* ================chirimen.html================ */

#main__title {
    text-align: center;
    background: #144361;
    position: relative;
    padding: 3em 0;
}

#main__title h1 {
    color: white;
    font-size: 2.5em;
    line-height: 150%;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0;
}
#main__title h1::before {
    content: "";
    display: block;
    width: 1.8em;
    height: 0.8em;
    background: url(../images/logo01.png) no-repeat;
    background-size: contain;
    margin: 0  auto;
}

#products_list {
    margin: 1.5em 2.5em 1.5em auto;
    text-align: center;
}

#products_list ul li a {
    color: #999;
    margin: 0 2em;
    font-size: 1.2em; 
}

/* -----該当ページの商品文字を色濃く----- */

#products_list ul li .active {
    color: #144361;
    position: relative;
}

#products_list ul li .active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2em 1em 0 1em;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translate(-50%, 100%);
}

#products_list ul li a:hover {
    color: #144361;
}

#main_products .btn {
    position: relative;
}

#main_products .btn figure:nth-child(1) {
    margin: 0;
    padding: 0.5em;
    width: 2%;
    background-color: #144361;
    border-radius: 0.3em;
    position: absolute;
    top: 5em;
    right: 1em;
}

#main_products .btn figure:nth-child(2) {
    margin: 0;
    padding: 0.6em 0.5em 0.6em 0.5em;
    width: 2%;
    height: auto;
    background-color: #144361;
    border-radius: 0.3em;
    position: absolute;
    top: 8em;
    right: 1em;
}

#main_products {
    background: url(../images/bg__texture01.jpg) no-repeat;
    background-size: cover;
    padding: 5em 5%;
    margin: 0 auto;
}

#main_products figure {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
}

#main_products .sirasu_text {
    float: right;
    width: 48%;
    text-align: left;
}

#main_products .sirasu_text h2 {
    margin: 0;
    padding: 0;
}

#main_products .sirasu_text strong {
    color: black;
}

#main_products section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

#products_sirasu {
    padding: 5em 5%;
}

.products_text section .sirasu_text h2 {
    margin-top: 0em;
}

.products_text section:nth-of-type(odd) figure {
    float: right;
    margin: 0;
    padding: 0;
    width: 40%;
} 

.products_text section:nth-of-type(odd) .sirasu_text {
    float: left;
    width: 55%;
    margin-right: 5%;
    text-align: left;
}

.products_text section:nth-of-type(even) figure {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
    height: auto;
} 

.products_text section:nth-of-type(even) .sirasu_text {
    float: left;
    width: 55%;
    margin-left: 5%;
    text-align: left;
}

.products_text section:nth-of-type(even) .sirasu_text span {
    display: inline-block;
    margin: 1em 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.products_text section:nth-of-type(even) .sirasu_text span p {
    width: 55%;
    float: left;
}

.products_text section:nth-of-type(even) .sirasu_text span img {
    position: relative;
    transform: rotate(5deg);
    width: 40%;
    float: right;
    border-rdius: 0.5em;
    box-shadow: 0.5em 0.5em rgba(0,0,0,0.1);
}

.products_text section {
    margin-top: 3em;
    position: relative;
}

.products_text section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

.products_text section::before {
    content: "";
    display: block;
    background: #144361;
    width: 10em;
    height: 0.13rem;
    position: static;
    margin: 5em auto;
}

.products_text section:first-child::before {
    display: none !important;
}

/* ============================================ */
/* =================method.html================ */
/* ============================================ */

#main_method {
    background: url(../images/bg__texture01.jpg) no-repeat;
    background-size: cover;
    margin: 1em auto 0 auto;
    position: relative;
}

#main_method figure {
    margin: 0;
    padding: 0;
    width: 45%;
    display: inline-block;
}

#main_method .sirasu_text {
    display: inline-block;
    width: 50%;
    margin-left: 3%;
    height: 100%;
    text-align: center;
    padding: 0;
    max-width: 500px;
    position: absolute;
}

#main_method .sirasu_text h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 150%;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

#main_method .sirasu_text strong {
    color: black;
}

/* クリアフィックス */
#main_method section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

#method {
    margin: 5em auto 5em auto;
    padding: 0 5%;
}

#method section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

#method section {
    margin: 0 auto 2em auto;
}

#method .method_text {
    margin-top: 2em;
}

#method .method_text h2 {
    margin: 0;
}

#method section:nth-of-type(odd) figure{
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

#method section:nth-of-type(odd) .method_text {
    float: right;
    width: 47%;
    margin-left: 3%;
    text-align: left;
    
}
#method section:nth-of-type(even) figure {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
}

#method section:nth-of-type(even) .method_text {
    float: left;
    width: 47%;
    margin-right: 3%;
    text-align: left;
}
/* ============================================ */
/* ==================shop.html================= */
/* ============================================ */

#main_shop {
    background: url(../images/bg__texture01.jpg) no-repeat;
    background-size: cover;
    margin: 1em auto 0 auto;
    position: relative;
}

#main_shop figure {
    margin: 0;
    padding: 0;
    width: 45%;
    display: inline-block;
}

#main_shop .sirasu_text {
    display: inline-block;
    width: 50%;
    margin-left: 3%;
    height: 100%;
    text-align: center;
    padding: 0;
    max-width: 500px;
    position: absolute;
}

#main_shop .sirasu_text h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 150%;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

#main_shop .sirasu_text strong {
    color: black;
}

#main_shop section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

#shop {
    margin: 5em auto 0;
    padding: 0 5%;
}

#main_shop_info {
    padding: 0 5%;
    background: url(../images/bg__shop01.png) no-repeat top 30% right 2%;
    background-size: 30em;  
}

#shop figure {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

#shop .sirasu_text {
    float: right;
    width: 48%;
    text-align: left;
    margin-top: 1em;
}

#shop section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

#main_shop_info div figure:nth-child(n+1):nth-child(-n+3) {
    float: left;
    width: calc(100% / 3);
    margin: 0;
    padding: 0;
}

#main_shop_info div figure:nth-of-type(4) {
    float: left;
    margin: 3em 0 0 0;
    padding: 0;
    width: 50%;
}

#main_shop_info .sirasu_text {
    float: right;
    text-align: left;
    width: 48%;
    margin: 3em 0 0 0;
}


#main_shop_info .sirasu_text:nth-of-type(2) {
    width: 100%;
    margin: 3em 0 0 0;
    position: relative;
    min-height: 23em;
}

#main_shop_info .sirasu_text:nth-of-type(2) h2,
#main_shop_info .sirasu_text:nth-of-type(2) p {
    margin-right: 53%;
}

#main_shop_info .sirasu_text:nth-of-type(2) figure {
    margin: 0;
    padding: 0;
    width: 50% !important;
    top: 0;
    right: 0;
    position: absolute;
}

#main_shop_info .sirasu_text:nth-of-type(2) figure img {
}

#main_shop_info section::after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
}

.shop_info h2 {
    margin: 4em auto 3em auto;
    text-align: center;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    position: relative;
}

.shop_info h2::after {
    content: "";
    display: block;
    background-color: #144361;
    width: 4em;
    height: 0.1em;
    position: absolute;
    top: 2.5em;
    left: 50%;
    transform: translate(-50%, 0);
}

.shop_info dl {
    margin: 0 auto;
    padding: 0;
    max-width: 30em;
    line-height: 150%;
    color: #144361;
}

.shop_info dl dt {
    float: left;
    position: relative;
    vertical-align: middle;
    line-height: 180%;
    width: 7em;
}

.shop_info dl dt::before {
    content: "";
    background: #144361;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
    line-height: 180%;
}

.shop_info dl dd {
    line-height: 180%;
}

.shop_info .shop_info_text {
    background: #144361;
    border-radius: 1em;
    margin: 2em auto 1em auto;
    padding: 3em 5%;
}

.shop_info .shop_info_text p {
    color: white;
    font-size: 1.3em;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_info .btn {
    padding-top: 2em;
}

.shop_info .btn::after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
}

.shop_info .btn ul {
    position: relative;
    float: left;
    width: 66%;
}

.shop_info .btn ul li {
    margin: 0;
    float: left;
    width: 48.5%;
    display: inline-block;
}

.shop_info .btn ul li:nth-of-type(2) {
    margin: 0;
    float: right;
}

.shop_info .btn a {
    background: #fff;
    margin: 0;
    color: #144361;
    padding: 0.5em 1.5em 0.5em 1em;
    vertical-align: middle;
    line-heighht: 1.5em;
    display: inline-block;
}

.shop_info .btn ul li:nth-child(1) a::before,
.shop_info .btn ul li:nth-child(2) a::before {
    content: "";
    background: url(../images/ico__tel02.png) no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.5em;
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.shop_info .btn .insta {
    display: block;
    float: right;
    width: 32%;
}

.shop_info .btn .insta a::before {
    content: "";
    background: url(../images/ico__insta02.png) no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.shop_map {
    margin: 3em auto;
}
/* ============================================ */
/* ==================footer_nav================ */
/* ============================================ */

footer::after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.footer_nav {
    background-color: #E8F6FF;
    padding: 2em 5%;
}

.footer_nav .maxwidth {
    text-align: center;
}

.footer_nav .maxwidth h3 {
    font-size: 1.375em;
    line-height: 150%;
    margin: 0 0 1.5em;
    color: #144361;
}

.footer_nav ul {
    max-width: 80%;
    margin: 0 auto;
}

.footer_nav ul li {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 0 1% 3%;
}

.footer_nav .maxwidth ul li a,
.footer_nav .maxwidth ul li b {
    color: white;
    border-radius: 10em;
    display: block;
    width: 100%;
    position: relative;
    padding: 1em 2em 1em 4em; 
    box-sizing: border-box;
    font-size: 1.2em;
    font-weight: 400;
}

.footer_nav .maxwidth ul li a::before,
.footer_nav .maxwidth ul li b::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 1.5em;
}

.footer_nav .maxwidth ul li .mail {
    background-color: #144361;
}

.footer_nav .maxwidth ul li .mail::before {
    content: "";
    background: url(../images/ico__mail01.png) no-repeat center center;
    background-size: contain;
    width: 1.5em;
    height: 1.3em;
}

.footer_nav .maxwidth ul li .tel {
    background-color: #144361;
}

.footer_nav .maxwidth ul li .tel::before {
    content: "";
    background: url(../images/ico__tel01.png) no-repeat center center;
    background-size: contain;
}

.footer_nav .maxwidth ul li .fax {
    background-color: #144361;
}

.footer_nav .maxwidth ul li .fax::before {
    content: "";
    background: url(../images/ico__fax01.png) no-repeat center center;
    background-size: contain;
}

.footer_nav .maxwidth ul li .sensai {
    background-color: #186FA7;
}

.footer_nav .maxwidth ul li .sensai::before {
    content: "";
    background: url(../images/ico__cart01.png) no-repeat center center;
    background-size: contain;
}

/* ------------copyright------------ */

.copyright::after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.copyright small {
    float: right;
    position: relative;
    margin-top: 3em;
}

.copyright .logo {
    margin: 0.5em 0;
}

.copyright figure {
    width: 25%;
}

.copyright {
    background-color: #186FA7;
    color: white;
    padding: 1em 5%;
}

.copyright h1,
.copyright strong {
    color: white;
}

/* ------------icon------------ */

.icon {
    position: fixed;
    top: 45%;
    right: 2%;
    z-index: 1000; 
}

.icon ul li {
    display: block;
    padding: 0.5em 0;
}

.icon ul li a {
    width: 3em;
    height: 3em;
    padding: 0.5em;
    background: #144361;
    border-radius: 0.3em;
    box-sizing: border-box;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
}

.icon ul li a img {
    width: 1.5em;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#main_contact {
    background: url(../images/bg__texture01.jpg) no-repeat;
    background-size: cover;
    margin: 1em auto 0 auto;
    padding: 1em 0 3em 0;
    position: relative;
}

#main_contact .in__title {
    padding: 1em 0;
    margin: 0;
}

#contact {
    padding: 5em 5%;
}

#contact_in h3 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 2em;
    color: #144361;
    padding: 0;
    margin: 0 0 2em; 
}

#contact_in h3::after {
    content: '';
    text-align: center;
    width: 3em;
    height: 0.1em;
    display: block;
    background: #144361;
    margin: 1em auto;
}

#contact form {
    border: 5px solid #ECF2F5;
    padding: 5%;
    max-width: 890px;
    margin: 0 auto;
    box-sizing: border-box;
}

#contact form ul {
    display: block;
}

#contact form ul li {
    display: block;
    padding: 1em;
}

#contact form ul li strong {
    display: block;
    margin-bottom: 0.5em;
}

#contact form ul li small {
    color: #f00;
}

#contact form ul li b {
    font-weight: 500;
}

#contact form input[type="text"] {
    display: block;
    padding: 1em;
    width: 100%;
    border: 1px solid #ACACAC;
    border-radius: 0.5em;
}

#contact form input[type="email"] {
    display: block;
    padding: 1em;
    width: 100%;
    border: 1px solid #ACACAC;
    border-radius: 0.5em;
}

#contact form input[type="checkbox"] {
    display: none;
}

#contact form label {
    position: relative;
    display: inline-block;
    margin-right: 2em;
    padding: 0 0 1em;
}

#contact form label span::before {
    content: "";
    display: inline-block;
    margin-right: 0.6rem;
    border: 1px solid #ACACAC;
    border-radius: 3px;
    background: #F9FAFA;
    width: 22px;
    height: 22px;
    float: left;
    display: block;
}

#contact form label input[type="checkbox"]:checked + span::after {
    content: "\02714";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: 0;
}

#contact form textarea {
    width: 100%;
    height: 20em;
    box-sizing: border-box;
    border: 1px solid #ACACAC;
    border-radius: 3px;
}

#contact form .privacy {
    width: 86%;
    height: 15em;
    overflow: auto;
    margin: 4em auto;
    border: 3px solid #f1f1f1;
    padding: 1em;
    font-size: 0.9em;
    line-height: 1.4em;
}

#contact form .privacy ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: num;
}

#contact form .privacy ol li {
    padding: 0 0 0 1.5em;
    margin: 0;
    position: relative;
}

#contact form .privacy ol li::before {
    counter-increment: num;
    content: counter(num)'. ';
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

#contact form .privacy ol li ol {
    margin-left: -1em;
}

#contact form .privacy ol li li {
    padding: 0 0 0 2.5em;
    margin: 0;
    position: relative;
}

#contact form .privacy ol li ol li::before {
    counter-increment: num;
    content: '（'counter(num)'）';
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

#contact form .privacy p {
    line-height: 1.4em;
    margin-top: 0.5em;
}

#contact form .privacy_check {
    text-align: center;
}

#contact form .privacy_check label {
    padding: 0;
    margin: 0;
}

.send {
    text-align: center;
    diplay: block;
}

.sendon {
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
}

.sendon a {
	background: #144361;
	    border: none;
    color: #fff;
    border-radius: 10em;
    padding: 0.5em 2em;
    font-size: 1.2em;
    line-height: 150%;
    margin-left: 0.5em;
}

#contact form button {
    background: #144361;
    margin: 1em auto;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4em;
    line-height: 150%;
    outline: none;
    border: none;
    border-radius: 10em;
    padding: 0.5em 2em;
}

@media(max-width:1000px) and (min-width: 1px){

body {
	font-size: 1.6vw;
}

#main_visual {
    max-height: 40vw;

}

}

@media(max-width:640px) and (min-width: 1px){

#global_header {
    padding: 0;
}

#global_header .logo {
    margin: 1.5em 0 1em 3%;
    width: auto;
    font-size: 2.5vw;
    display: block;
}

#global_header .logo div {
    text-align: left;
    display: block;
    float: left;
    padding-left: 0.5em;
}

#global_header .logo strong {
    display: none;
}

#global_header .logo figure {
    width: 2.5rem;
    margin-right: 0.5em;
}

.header_right {
    float: none;
    text-align: center;
}

.header_right .header_contact {
    float: right;
    padding: 0.5em 5% 0.5em 0;
    font-size: 2vw;
}

.header_right nav {
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
    font-size: 3vw;
    border-top: 1px solid #ccc;
    padding: 1em 0 0.5em;
}

.header_nav li {
    margin: 0 0.7em;
}

#main_shop .sirasu_text h2,
#main_method .sirasu_text h2 {
    font-size: 3.8vw;
    letter-spacing: 0;
}

#main_shop_info .sirasu_text:nth-of-type(2) {
    position: relative;
    overflow: hidden;
}

#main_shop_info .sirasu_text:nth-of-type(2) figure img {
    max-width: 110%;
}

#main_shop_info {
    padding: 0 5%;
    background-position: top 40% right 2%;
    background-size: 30em;  
}

main {
    font-size: 2.4vw;
}

.company__img dl {
    margin-bottom: 0.5em;
    line-height: 150%;
}

.products {
    padding: 1em 5%;
}

.products .maxwidth {
    display: block;
}

.sirasu {
    padding: 3em 0;
}

.sirasu h2 {
    text-align: left;
    margin-top: 0;
}

.sirasu p {
    overflow: hidden;
}

.sirasu figure {
    width: 40%;
    margin: 0 3% 0 0;
    float: left;
}

.sirasu .btn {
    text-align: center;
    position: static;
    margin: 0 auto;
}

.sirasu .btn a {
    position: static;
    margin: 0 auto;
}

h1.in__title {
    text-align: center;
    margin: 1em auto 2em auto;
    padding: 1em 0 1em;
    position: relative;
    font-size: 5vw;
    line-height: 150%;
    display: block;
}

.icon ul li a {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.icon ul li a img {
    width: 20px;
}

#tradition__info-01 section {
    background: none !important;
}

#tradition__info-01 section div {
    width: 100%;
    float: none;
    margin: 0 auto;
}

#tradition__info-01 section div span {
    max-width: 100%;
    padding-bottom: 10%;
}

#tradition__info-01 section figure {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}

#tradition__info-01 section div {
    background: url(../images/bg__wave02.png) no-repeat right top;
    background-size: 100%;    
}

#tradition__info-02 {
    padding-top: 0;
}

#tradition__info-02 section {
    padding-top: 3em;
     padding-bottom: 0;
}

.tradition__img {
    z-index: 0;
    position: absolute;
    top: 0;
}

.tradition__img figure {
    margin: 0 0 0 5%;
    padding: 0;
    width: 44%;
    max-height: 47%;
    display: block;
    float: left;
    overflow: hidden;
}

.tradition__img figure:nth-of-type(2) {
    margin-left: 2%;
    margin-top: 0;
}

.tradition__img figure:nth-of-type(3) {
    width: 90%;
    height: auto;
    float: none;
    padding-top: 20em;
}

.tradition__text {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
    top: 0;
    padding-top: 70%;
}

.tradition__text-01 {
    width: 100%;
    float: none;
    text-align: center;
    display: block;

}

.tradition__text-02 {
    width: 100%;
    margin-top: 58%;
    float: left;
    text-align: center;
    display: block;
}

#tradition__info-02 .btn {
    bottom: 0;
}

#shop__info section {
    padding: 4em 0 0;
}

#main_shop_info {
    background-size: 20em;  
}

.shop__img figure {
    width: 60%;
    margin: 0 auto;
    float: none;
}

.shop__text {
    float: none;
    max-width: 80%;
    margin: 0 auto;
    line-height: 150%;
}

.shop__map {
    padding: 0 5%;
}

.map iframe {
    width: 100%;
    height: 50vw;
}

.shop_info {
    padding: 0 5%;
}

#shop__info .btn {
    padding: 1em 0;
}

.shop_info .btn ul {
    float: none;
    width: 100%;
}

.shop_info .btn .insta {
    display: block;
    float: none;
    width: 100%;
    padding-top: 1em;
    clear: both;
}

.shop_info .btn .insta a {
    max-width: 100% !important;
}

.shop_info .shop_info_text {
    padding: 2em;
}

.shop_info .shop_info_text p {
    font-size: 3vw;
}

.shop_info .shop_info_text p br.pcbr {
    display: none;
}

#shop .sirasu_text {
    margin-top: 0;
}

#shop .sirasu_text h2 {
    margin-top: 0;
}

#main_products {
    background: url(../images/bg__texture01.jpg) no-repeat;
    background-size: cover;
    padding: 5%;
    margin: 0 auto;
}

#main_products figure {
    float: none;
    width: 100%;
}

#main_products .sirasu_text {
    float: none;
    width: 100%;
    text-align: left;
    padding: 2em 0;
}
#main_products .sirasu_text h2 {
    margin: 0;
    padding: 0;
}

.products_text section figure {
    margin-bottom: 1em !important;
}

.products_text section .sirasu_text {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.products_text section .sirasu_text h2 {
    width: 58%;
}

.products_text section:nth-of-type(even) .sirasu_text h2 {
    float: right;
}

.products_text section .sirasu_text h2 br {
    display: none;
}

.products_text section .sirasu_text p {
    display: block;
    clear: both;
}

#method section figure {
    width: 100% !important;
    margin: 0 auto 2em !important;
    float: none !important;
}

#method .method_text {
    margin-top: 0;
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
}

#main_shop_info .sirasu_text {
    float: none;
    text-align: left;
    width: 100%;
    margin: 3em 0 0 0;
    padding: 0 5%;
    box-sizing: border-box;
    min-height: auto;
}

#main_shop_info {
    padding: 0;
}

#main_shop_info div figure:nth-child(4) {
    float: none;
    width: 90%;
    padding: 5% 5% 0 !important;
}

#main_shop_info div figure:nth-child(4)::before {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 5%;
}

.company__img figure {
    padding: 0;
    margin: 0 0 5%;
    width: 100%;
    float: none;
}

#pagetop a {
    font-size: 12px !important;
}

}

@media(max-width:540px) and (min-width: 1px){

.copyright {
    padding: 2em 0;
    font-size: 0.8rem;
}

.copyright figure {
    width: 45px;
}

.copyright .logo {
    float: none;
    margin: 0 auto;
    display: block;
    width: 16em;
}

.copyright small {
    float: none;
    margin: 2em auto 0;
    display: block;
    text-align: center;
}

#shop figure {
    margin-bottom: 1em;
}

#shop .sirasu_text {
    margin-top: 0;
    float: none;
    width: auto;
}

#shop .sirasu_text h2 {
    margin-top: 0;
    float: left;
    margin-left: 3%;
}

#shop .sirasu_text p {
    margin-top: 0;
    float: none;
    margin-left: 0;
    clear: both;
}

}


@media(max-width:450px) and (min-width: 1px){
 
main {
    font-size: 4vw;
}

h1.in__title {
    font-size: 7vw;
}

.main_text {
    font-size: 3vw;
}

.main_text h1 {
    margin: 0.5em 0;
}

#global_header .logo {
    margin: 1.5em 0 1em 3%;
    width: auto;
    font-size: 3vw;
    display: block;
    max-width: 300px;
}

.header_contact ul li a {
    width: 2rem;
    height: 2rem;
    padding: 0;
}

.footer_nav .maxwidth ul li a,
.footer_nav .maxwidth ul li b {
    width: 3rem;
    height: 3rem;
    border-radius: 10em;
    padding: 0;
    margin: 0;
}

.header_contact ul li a span,
.footer_nav .maxwidth ul li a span,
.footer_nav .maxwidth ul li b span {
    display: none;
}

.header_contact ul li .mail::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5em;
    height: 2em;
}

.header_contact ul li .tel::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2em;
    height: 2em;
}

.header_contact ul li .fax::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2em;
    height: 2em;
}

.company__map address {
    font-size: 4vw;
}

.sirasu figure {
    width: 100%;
    margin: 0 auto 1em;
    float: none;
}

.shop__text {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    line-height: 150%;
}

#main_shop figure,
#main_method figure {
    width: 47%;
}

#main_shop .sirasu_text,
#main_method .sirasu_text {
    width: 55%;
    right: 0;
    text-align: right;
    margin: 0 auto;
    text-shadow: 0 0 10px #fff,0 0 5px #fff,0 0 10px #fff;
}

#main_shop .sirasu_text h2,
#main_method .sirasu_text h2 {
    font-size: 3.8vw;
    letter-spacing: 0;
    left: 50%;
    width: 100%;
    right: auto;
    text-align: center;
    transform: translate(-50%,-50%);
}

#main_shop_info .sirasu_text:nth-of-type(2) h2 {
    float: none;
    text-align: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

#main_shop_info .sirasu_text:nth-of-type(2) figure {
    position: relative;
    min-width: 100%;
    top: -1em;
}

#main_shop_info .sirasu_text:nth-of-type(2) figure img {
    position: relative;
    max-width: 110%;
    right: 3%;
}

#main_shop_info .sirasu_text:nth-of-type(2) p {
    margin: 0;
}

#main__title h1 {
    font-size: 6vw;
}

#products_list ul {
    padding: 1em 0;
}

#products_list ul li a {
    font-size: 3vw;
}

#products_list ul li .active::after {
    bottom: -0.5em;
}

#shop figure {
    margin-bottom: 1em;
    width: 100%;
}

#shop .sirasu_text h2 {
    margin-left: 0;
    text-align: center;
    width: 100%;
}

#main_shop_info {
    padding: 0;
    background: url(../images/bg__shop01.png) no-repeat top 40% right 2%;
    background-size: 12em;
}

.shop__img figure {
    width: 90%;
    margin: 0 auto;
    float: none;
}

.shop_info_link a {
    padding: 1em 1.3em;
    font-size: 0.8em;
}

#main_contact .in__title {
    font-size: 4.5vw;
}

#contact form input[type="text"] {
    padding: 0.5em 1em;
    font-size: 16px;
}

#contact form input[type="email"] {
    padding: 0.5em 1em;
    font-size: 16px;
}

#contact form b {
    display: block;
}

#contact form .privacy {
    width: 94%;
    box-sizing: border-box;
}

#company__info .logo {
    font-size: 4.3vw;
    width: 15.8em;
}

.shop_info dl dt {
    float: none;
    line-height: 180%;
    width: 100%;
}

.shop_info dl dd {
    margin-left: 1em;
}

.shop_info .shop_info_text {
    padding: 2em 1em;
}

.shop_info .shop_info_text p {
    font-size: 3.6vw;
}

.shop_info .btn {
    font-size: 3.6vw;
}

.shop_info .btn ul li a {
    padding: 0.5em 1em 0.5em 1em;
}

.shop_info .btn ul li a::before {
    margin-right: 0.5em !important;
}

.footer_nav {
    font-size: 3vw;
}

.footer_nav .maxwidth h3 {
    margin: 0 0 0.5em;
}

.footer_nav ul li {
    width: auto;
}

.footer_nav .maxwidth ul li a::before,
.footer_nav .maxwidth ul li .mail::before,
.footer_nav .maxwidth ul li b::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

}