html {
    font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    height: 100%;
    font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
    overflow-x: hidden;
}
img {
    object-fit: cover;
font-family: 'object-fit: cover;';
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-size: 1.6rem;/* 16px */
}

.headerWrapper {
    width: 100%;
    background: #f7fff7;
    position: fixed;
    border-top: 3px solid #FF5C28;
    border-bottom: 1px solid #ddd;
    z-index: 50;
    height: 120px;
}

.header {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 0 0;
    height: 100px;
}

.meijo {
    width: 34%;
}
h1 {
    color: #151314;
    line-height: 2.2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1 a {
    text-decoration: none;
    color: #151314;
}

h1 a:hover {
    color: #323135;
    text-shadow: 0px 1px 1px rgba(130,130,130,1);
}
h1 img.logo {
    width: 20%;
    vertical-align: middle;
    margin-right: 1rem;
}
.menu {
    width: 70%;
    z-index: 50;
}
.change {
    display: block;
    text-align: right;
    width: 1100px;
    margin: auto;
}
ul.table-ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    text-align: center;
    width: 100%;
    list-style-type: none;
    font-size: 1.6rem;
}

.table-ul > li {
    border-right: 1px solid #316927;
    width: calc(100%/7);
    line-height: 4;
}

.table-ul > li a {
    text-decoration: none;
    color: #151314;
    font-size: 100%;
    font-feature-settings: "palt";
    display: block;
}

.table-ul li:last-child {
    border-right: none;
    color: #fff;
}

.table-ul li:last-child a{
    color: #fff;
}

.table-ul > li:hover {
    background-color: #00bcd4;
}

.table-ul > li a:hover {
    color: #f7fff7;
    font-weight: bold;
}

li.shop {
    background: #A23E48;
}

li.shop:hover {
    background: #1ec7bb;
}
li.shop:hover a {
    color: #f7fff7;
}
.btn_hamburger {
    display: none;
}
@media screen and (max-width:1080px){
    .header {
    width: 100%;
    padding: 1rem 0 0;
}
    .headerWrapper {
    position: relative;
    height: auto;
}
.change {
    width: 100%;
}
.meijo {
    width: 100%;
    text-align: center;
}
h1 {
    line-height: 2;
    font-size: 2.3rem;
}

h1 img.logo {
    width: 11%;
    margin-right: 0.5rem;
}
    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 15%;
        z-index: 0;
}
    .table-ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    .table-ul li {
        width: 100%;
        background: rgba(247, 255, 255, 0.95);
        border-right: 0;
        line-height: 3;
        border-bottom: 1px solid #ccc;
        border-radius: 2px;
    }
    .table-ul li:hover {
        background: rgba(247, 255, 255, 0.95);
    }
    .table-ul li:last-child {
        border-bottom: 0;
        background: #1ec7bb;
    }
    .table-ul li:last-child a {
        color: #f7fff7;
    }
    .table-ul li a:hover {
        color: #151413;
        font-weight: normal;
    }
    
    #nav_toggle {
		display: block;
		width: 3rem;
		left: 97%;
        position: absolute;
        top: 45px;
        transform: translateX(-100%);
		z-index: 2000 !important;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span {
		display: block;
		height: 2px;
		background: #aaa;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1) {
		top:0px;
	}
	#nav_toggle span:nth-child(2) {
		top:12px;
	}
	#nav_toggle span:nth-child(3) {
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}
#opning {
    display: block;
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: -5;
}

#opning img {
    display: block;
    width: 77vw;
    margin: auto;
    object-fit: contain;
    padding-top: 100px;
}
#topBanner {
    display: block;
    width: 100vw;
    margin-top: 10rem;
}
.banner2 {
    width: 1100px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}
.banner2 img {
    width: 500px;
    margin: 1rem;
}
.banner2 img:hover {
    opacity: .6;
}
@media screen and (max-width:1080px){
    #opning {
        width: 100vw;
        height: 33vh;
}
    #opning img {
        margin: -25% auto 0;
        width: 90vw;
        height: 60vh;
        z-index: -5;
        padding: 0;
    }
}

.jump {
    width: 60%;
    margin: 5% auto 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10%
}
.jump ul {
    list-style-type: none;
    font-size: 130%;
    line-height: 2.6;
    text-align: center;
}
.jump a:hover {
    color: brown;
}

.describe {
    display: flex;
    width: 60%;
    margin: 5% auto 10%;
    border-bottom: 1px solid #000;
    padding-bottom: 2%;
}

.leftPart {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.leftPart a:hover {
    opacity: 0.7;
}
img.productLogo {
    width: 50%;
    object-fit: contain;
}

.rightPart {
    width: 60%;
}

.describe h2 {
    width: 100%;
    line-height: 2;
    margin-bottom: 5%;
}
.describe h3 {
    line-height: 2;
    margin-bottom: 2%;
    text-align: left
}

img.chart {
    width: 50%;
    margin: 5%
}

.describe p {
    margin-bottom: 2%;
    line-height: 1.7;
}
img.product {
    width: 50%;
    object-fit: cover;
}

.unit {
    display: flex;
    flex-wrap: wrap;
}
.unit h3 {
    width: 100%;
    text-align: left;
}
.unit ul {
    margin-left: 10%;
    font-size: 110%;
    list-style-type: none;
    line-height: 1.8;
    margin-bottom: 5%;
}
.box {
    border: 1px solid #888;
    padding: 2% 5%;
    margin-bottom: 5%;
}
@media screen and (max-width:1080px){
    .banner2 {
        width: 100%;
        margin: 1% 0 1%;
        padding: 0;
        clear: both;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
}
    .banner2 a {
        width: 50%;
        padding: 0.3rem;
    }
.banner2 img {
    width: 100%;
    margin: 0;
}
.banner2 img:hover {
    opacity: 1;
}
}

#contents {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #f7fff7;
}


#news {
    width: 1100px;
    margin: 0 auto;
    padding-top: 3rem;
    margin-top: 30rem;
}

h2 {
    color: #151314;
    padding-left: 3rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888;
    box-shadow: 0 1px 0 #ccc;
}

.scrollBox01 {
    color: #151314;
    padding: 0 0 10px 50px;
    display: block;
    justify-content:flex-start;
    flex-wrap: wrap;
    height: 260px;
    overflow: hidden;
}
.scrollBox01 a {
    color: #007794;
}
.scrollBox01 a:hover {
    color: #00bcd4;
}

#news dl,
#news dt,
#news dd {
  box-sizing: border-box;
}
#news dt,#news dd {
    padding: 1rem;
    border: none;
        line-height: 2;
}
#news dl {
    display: flex;
    border-bottom: 1px dotted #151314;
}
#news dt {
    width: 20%;
    float: left;
    padding-left: 3rem;
}
#news dd {
    width: 100%;
    padding-left: 3rem;

}
.scrollBox01 table {
    widows: 100%;
    border-collapse: collapse;
}
.scrollBox01 table th, td {
    border: 1px solid #111;
}
.scrollBox01 table td {
    width: 30%;
}
@media screen and (max-width:1080px){
    #news {
    width: 100%;
    padding: 1rem;
        margin-top: 30%;
}

h2 {
    color: #151314;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888;
    box-shadow: 0 1px 0 #ccc;
    font-size: 1.7rem
}

.scrollBox01 {
    padding: 0 0 0 1rem;
    height: 25vh;
    overflow: hidden;
    font-size: 1.3rem;
    width: 100%;
}
    .scrollBox01 dl {
        border-bottom: 1px dotted #151314;
        padding: 0 0.5rem;
        width: 100%;
        line-height: 1.1;
    }
    .mCSB_container {
        margin-right: 12px !important;
    }
#news dt,#news dd {
    border: none;
}
#news dt {
    width: 20vw;
    float: left;
    padding-left: 0;
}
#news dd {
    width: 69vw;
    margin-left: 5vw;
    padding-left: 0;
}
}


.product {
    width: 1100px;
    margin: 0 auto;
    padding-top: 15rem;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding-top: 3vw;
    width: 1100px;
    margin: 0 auto;
}

.contents-box {
	margin: 10px;
	padding: 5px;
	background-color: #F3F3F3;
    width: calc(100%/3.2);
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.productImg {
    width: 55%;
    margin: 3rem 0;
}
.productImg:hover {
    opacity: .7;
}
.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #00bcd4;
    transition: .3s;
    width: 61.8%;
    line-height: 5rem;
    border-radius: 5px;
    margin: 1.5rem auto;
}

.square_btn:hover {
    background: #1ec7bb;
}
.product {
    min-height: 100%;
}
h3.swich {
    display: none;
}

#instagram, #facilityTour, #specialAgent {
    width: 1100px;
    margin: 0 auto;
    padding-top: 15rem;
}
.facilityTourWrapp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.reserve {
    display: block;
    margin-top: 3rem;
    text-align: center;
}
.reserve p {
    width: 100%;
    text-align: center;
    font-size: 115%;
    line-height: 1.7;
}
.reserveLeft {
    text-align: left;
    margin: 2rem 0 2rem 20em;
    
}
.reserve a {
    font-size: 200%;
    background: #00bcd4;
    color: #fcfcfc;
    text-decoration: none;
    padding: 1%;
    margin: 4% auto;
    border-radius: 8px;
    line-height: 2.8;
}
.reserve a:hover {
    opacity: 0.7
}
p.left {
    text-align: left;
}
.facility-box {
    display: block;
    width: 30%;
    margin: 1%;
}
.facility-box a {

}
.facility-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width:1080px){
    .product {
    width: 100%;
    padding-top: 5rem;
}
    .product h3 {
        font-size: 1.7rem;
    }
    .product h4 {
        font-size: 1.2rem;
    }
    h3.swich {
    display: inline-block;
}
    h3.normal {
    display: none;
}

.contents-wrap {
	justify-content: space-around;
    padding-top: 3%;
    width: 100%;
}

.contents-box {
	margin: 0.5rem;
	padding: 1rem;
    width: calc(100%/2.2);
}

.productImg {
    width: 55%;
    margin: 1rem 0;
}
.square_btn {
    padding: 0.2em;
    width: 94%;
    line-height: 3rem;
    margin: 1rem auto;
}

.product {
    min-height: 100%;
}
.reserve {
    width: 100vw;
}
.reserve p {
    width: 95%;
    font-size: 100%;
    line-height: 2.3;
    margin: auto;
}
.reserveLeft {
    text-align: left;
    margin: 2rem auto 2rem;
    width: 95%;
}
.reserve a {
    font-size: 200%;
    background: #00bcd4;
    color: #fcfcfc;
    text-decoration: none;
    padding: 1%;
    margin: 4% auto;
    border-radius: 8px;
    line-height: 2.8;
}
}
#making {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 15rem 0;
}

#making h2,h3,h4 {
    text-align: center;
}

#making h3 {
    width: 100%;
    padding: 8rem 0 1rem;
    line-height: 3;
}

#making p {
    width: 1000px;
    margin: 0 auto;
    text-indent: 1rem;
    padding: 1.5rem 5rem;
    line-height: 1.8;
}

.makingImg {
    display: block;
    width: 40%;
    margin: 3% auto 8rem;
}
@media screen and (max-width:1080px){
    #making, #instagram, #facilityTour {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
}
    #making p {
    width: 100%;
    margin: 0 auto;
    text-indent: 1rem;
    padding: 1.5rem 3rem;
    line-height: 1.8;
}
}
#introduction {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 15rem 0 10rem;
}

#introduction p {
    width: 1000px;
    margin: 0 auto;
    text-indent: 1rem;
    padding: 1.5rem 5rem;
    line-height: 1.8;
}
@media screen and (max-width:1080px){
    #introduction {
    display: block;
    width: 100vw;
    margin: 0 auto;
    padding: 5rem 0;
    font-size: 95%;
}
    #introduction p {
    width: 100%;
    margin: 0 auto;
    text-indent: 0rem;
    padding: 1.5rem 1rem;
    line-height: 1.8;
}
    .introduction-box img {
    display: block;
    width: 100%;
    margin: 2rem auto 2rem;
}
}

#profile {
    width: 1100px;
    margin: 0 auto;
    padding: 15rem 0 10rem
}
.dltable {
    width: 72%;
    margin: 8rem auto 10rem;
    color: #151314;
}
.dltable dl {
    display: flex;
    justify-content: flex-start;
}
.dltable dt {
    width: 30%;
    margin: 0.3rem 0.3rem 0.3rem 0.3rem;
    padding: 2rem 1rem;
    background: #00bcd4;
    color: #f7fff7;
}
.dltable dd {
    width: 100%;
    margin: 0.3rem 0.3rem 0.3rem 0.3rem;
    padding: 2rem 1rem;
    background: #ececec;
}
.dltable dd a {
    text-decoration: none;
    color: #007794;
}
.dltable dd a:hover {
    color: #00bcd4;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
    border: 1px solid #acc;
    margin: 2rem 0 5rem;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width:1080px){
    #profile {
    width: 100%;
    padding: 5rem 0 5rem
}
.dltable {
    width: 90%;
    margin: 5rem auto 0;
    font-size: 1.3rem;
}
.dltable dt {
    width: 35%;
    margin: 0.3rem;
    padding: 1rem 1rem;
}
.dltable dd {
    width: 100%;
    margin: 0.3rem 0.3rem 0.3rem 0.3rem;
    padding: 1rem 1rem;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 3%;
margin: 1rem 0 3rem;
}


#contact {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15rem 0;
}
}
#contact {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 15rem 0;
}
.formTable {
    margin: auto;
}
.instagram {
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.instagram > div {
    clear: both;
    width: 31% !important;
    display: flex !important;
    flex-wrap: wrap;
    margin: 5% 1%;
    border: 1px solid #ddd;
    padding: 1%;
    max-height: 600px;
    overflow-y: scroll;
}
.instagram a img {
    display: block;
    width: 100%;
    height: 300px;
    margin: 1%;
    object-fit: cover;
}
.instagram p:hover {
    color: #4169e1;
}

.instagram a img:hover {
    opacity: 0.7 !important;
}
.instagram a {
    text-decoration: none;
    color: #505050;
    font-size: 120%;
}
p.instaP {
    font-size: 88% !important;
    line-height: 2 !important;
    width: 90%;
    margin: auto;
}

@media screen and (max-width:1080px){
    .instagram {
    width: 100vw;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.instagram > div {
    width: 48% !important;
    display: flex !important;
    flex-wrap: wrap;
    margin: 5% 1%;
    border: 1px solid #ddd;
    padding: 1%;
    max-height: 500px;
    overflow-y: scroll;
}
.instagram a img {
    display: block;
    width: 100%;
    height: 250px;
    margin: 1%;
    object-fit: cover;
}
.instagram p:hover {
    color: #4169e1;
}

.instagram a img:hover {
    opacity: 0.7 !important;
}
.instagram a {
    text-decoration: none;
    color: #505050;
    font-size: 120%;
}
p.instaP {
    font-size: 88% !important;
    line-height: 2 !important;
    width: 90%;
    margin: auto;
}
    .facilityTourWrapp {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
}
.facility-box {
    display: block;
    width: 48vw;
    margin: 1%;
}
}
#introduction h3 {
    margin-top: 15rem;
    font-size: 220%;
}
.introduction-box img {
    display: block;
    width: 70%;
    margin: 2rem auto 2rem;
}
.introduction-box p {
    width: 65%!important;
}
.bold {
    font-weight: 600;
}
#codeWrapp {
    display: flex;
}
#codeWrapp p {
    text-align: center;
    font-size: 200%;
    margin-top: 5rem;
}
.wQR {
    width: 33%;
}
.wQR img {
    width: 100%;
    height: auto;
}
#specialAgent h3 {
    margin-top: 5rem
}
#specialAgent dl {
    display: flex;
    width: 70%;
    margin: auto;
    font-size: 100%;
    line-height: 2.8
}
#specialAgent dt {
    width: 40%;
}
.foot {
        width: 90%;
        margin: auto;
        text-align: center;
    }
@media screen and (max-width:1080px){
    #codeWrapp {
        flex-wrap: wrap;
            width: 100vw;
    }
    #codeWrapp p {
    font-size: 140%;
}
.wQR {
    display: block;
    width: 100%;
}
.wQR img {
    display: block;
    width: 80%;
    margin: auto;
}
    .introduction-box p {
    width: 90%!important;
}
    #specialAgent {
        width: 100vw;
        margin: 0;
        padding: 0;
    }
    #specialAgent h3 {
    margin-top: 5rem
}
#specialAgent dl {
    display: flex;
    width: 95vw;
    margin: auto;
    padding: 0;
    font-size: 90%;
    line-height: 2;
}
#specialAgent dd,#specialAgent dt {
    width: 50%;
    margin-bottom: 3%;
}
    .foot {
        width: 90%;
        margin: auto;
        text-align: center;
    }
}
