@charset "UTF-8";

/*
	Theme Name: vivace
	Description: LAYOUT & SCRIPT DATA
	Author: Mochida Tomokazu
	Author URI: https://www.resite.jp/
	Version: 2025.11

*/

/*
font-family: "Zen Old Mincho", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Allura", cursive;
*/

*{margin: 0;padding: 0;}
html {font-family: "Zen Kaku Gothic New", sans-serif;}
a{outline:none !important;}
a:focus{outline:none !important;}
li{outline:none !important;}
li:focus{outline:none !important;}
figure{margin:0;}



.pagination {text-align: center;margin-top: 30px;display: flex;justify-content: center;padding-bottom: 30px;}
.pagination span {text-decoration: none;color: #666;background-color: #eee;font-size: 13px;font-weight: bold;padding:2px 8px;}
.pagination a {text-decoration: none;color: #000;font-size: 13px;padding: 2px 8px;}



@media all and (min-width:751px) {
body {color: #4d4d4d;font-size: 16px;line-height: 1.6;font-weight: 500;}
ul,li {list-style-type: none;}
a:hover{opacity: 0.4;transition: 0.4s ease-in-out;}



/*--------ヘッダー--------*/
header{display: block;position: fixed;left: 0;width: 100%;z-index: 1;background-color: #fff;height: 145px;}
header section{width: 1200px;margin: auto;}
header section>div{display: flex;justify-content: space-between;align-items: flex-end;}
header section>div h1{width: 180px;height: auto;}
header section>div h1 a{display: block;}
header section>div h1 a img{display: block;width: 100%;height: auto;}
header .pcnav{display: block;}
header .pcnav .contact{display: flex;justify-content: flex-end;align-items: center;}
header .pcnav .contact li:nth-of-type(1){}
header .pcnav .contact li:nth-of-type(1) a{color: #006934;text-decoration: none;font-size: 22px;font-weight: bold;letter-spacing: 2px;}
header .pcnav .contact li:nth-of-type(1) a::before{content: "\260E";margin-right: 4px;font-size: 20px;}
header .pcnav .contact li:nth-of-type(2){margin-left: 30px;}
header .pcnav .contact li:nth-of-type(2) a{background-color: #006934;color: #fff;text-decoration: none;font-weight: bold;font-size: 17px;padding: 12px 40px;display: block;letter-spacing: 2px;line-height: 1;}
header .pcnav .contact li:nth-of-type(2) a::before{content: "\25B8";color: rgba(255,255,255,0.5);}

header .pcnav .gnav{display: flex;margin-top: 30px;}
header .pcnav .gnav li{margin-left: 100px;position: relative;}
header .pcnav .gnav li a{font-size: 17px;text-decoration: none;color: #4d4d4d;letter-spacing: 2px;}
header .pcnav .gnav li::before{content: "";border-right: 1px solid #999;position: absolute;right: -50px;height: 20px;top: 6px;}
header .pcnav .gnav li:last-child::before{content: none;}

.index .slide{position: relative;margin-top: -35px;}
.index .slide{position: relative;padding: 35px 0 0;}
.index .slide .slick-slide {transform: scale(0.9) translate(0,-5%);transform-origin: bottom;transition: 0.4s ease-in-out;}
.index .slide .slick-current {transform: scale(1);transition: 0.6s ease-in-out;}
.index .slick-slide img{border-radius: 10px;width: 100%;height: auto;}
.index .sp-slides-container {display: none;}



/*--------フッダー--------*/
footer{display: block;width: 100%;}
footer section{width: 1200px;margin: auto;display: block;position: relative;padding: 0 0 40px 0;}
footer section>img{position: absolute;right: 0;bottom: 0;display: block;}
footer section h1 b{font-size: 16px;font-weight: bold;display: block;text-align: center;}
footer section nav{display: block;margin-bottom: 20px;}
footer section nav ul{display: flex;align-items: center;justify-content: center;}
footer section nav ul li{margin: 0 10px;}
footer section nav ul li a{font-size: 13px;color: #4d4d4d;text-decoration: none;}
footer section nav ul li a::before{content: "\25B8";margin-right: 3px;opacity: 0.3;}
footer section a.tel{color: #006934;text-decoration: none;font-size: 22px;font-weight: bold;letter-spacing: 2px;display: table;position: relative;left: 50%;transform: translate(-50%,0);}
footer section a.tel::before{content: "\260E";margin-right: 4px;font-size: 20px;}
footer section h1{width: 180px;display: block;margin: auto;margin-top: 30px;}
footer section h1 img{display: block;width: 100%;height: auto;}
footer section h2{margin-top: 20px;font-size: 16px;font-weight: normal;text-align: center;}
footer section address{font-size: 16px;text-align: center;font-style: normal;}
footer section address br{display: n;}
footer section .sns{display: flex;align-items: center;justify-content: center;margin-top: 30px;}
footer section .sns li{margin: 0 5px;}
footer section .sns li a{display: block;}
footer section .sns li a img{width: 33px;height: auto;display: block;}
footer>small{display: block;width: 100%;background-color: #006934;color: #fff;text-align: center;font-size: 10px;padding: 4px 0;}


.yoyakubutton{position: fixed;right: 0;top: 200px;z-index: 1;}
.yoyakubutton>img{width: 80px;height: auto;display: block;position: absolute;top: -102px;right: 0;z-index: -1;}
.yoyakubutton a{background-color: #a62b56;width: 80px;height: 230px;color: #fff;text-decoration: none;writing-mode: vertical-rl;font-size: 22px;letter-spacing: 10px;text-align: center;line-height: 80px;border-radius: 10px 0 0 10px;font-weight:900;}

/*--------コンテンツ共通--------*/
main{padding-top: 145px;display: block;}
article{display: block;padding-bottom: 40px;}
.midashi{background-image: url(images/bg1.jpg);height: 130px;display: flex;justify-content: center;align-items: center;}
.midashi h2{font-size: 30px;color:#fff;text-align: center;}


.contents .temp1{margin-top: 280px;background-image: url(images/bg1.jpg);position: relative;height: 230px;}
.contents .temp1 ul{z-index: 1;}
.contents .temp1::before{content: url(images/hoshi_obi.png);position: absolute;left: 50%;transform: translate(-50%,0);z-index: 2;top: -145px;}
.contents .temp1 ul::after{content: url(images/sashie2.png);position: absolute;z-index: 0;left: -10%;top: -90px;z-index: -1;}


.temp{width: 100%;background-image: url(images/bg2.jpg);padding: 70px 0 60px;}
.temp a{display: table;position: relative;left: 50%;transform: translate(-50%,0);}
.temp a img{display: block;width: 100%;height: auto;}


/*--------トッページ--------*/
.top .s1{width: 1200px;margin: auto;position: relative;}
.top .s1 p{font-family: 'Zen Old Mincho';font-size: 28px;text-align: center;position: relative;padding: 25px 0 45px;}
.top .s1::before{content: "";position: absolute;left: 50%;transform: translate(-50%,0);background-color: #fff;width: 240px;height: 240px;border-radius: 240px;top: -90px;}
.top .s1::after{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);}


.top .s2{width: 1200px;margin: auto;margin-top: 60px;}
.top .s2 h2{font-size: 30px;color: #999;position: relative;text-align: center;left: 50%;transform: translate(-50%,0);letter-spacing: 5px;display: table;}
.top .s2>div{width: 800px;background-color: #f2f2f2;border-radius: 10px;padding: 40px;box-sizing: border-box;margin: auto;margin-top: 30px;}
.top .s2 ul{}
.top .s2 ul li{border-bottom: 1px dotted #ccc;padding: 12px 0px;}
.top .s2 ul li:last-child{border-bottom: none;}
.top .s2 ul li a{text-decoration: none;color: #4d4d4d;display: flex;align-items: center;}
.top .s2 ul li a figure{flex: 0 0 80px;margin-right: 30px;}
.top .s2 ul li a figure img{display: block;width: 100%;height: auto;}
.top .s2 ul li a div{flex: 1;}
.top .s2 ul li a time{font-size: 13px;}
.top .s2 ul li a p{display: block;}
.top .s2>div>a{display: table;margin: 20px 0 0 auto;font-size: 13px;text-decoration: none;background-color: #fff;border-radius: 100px;padding: 4px 20px;color: #4d4d4d;}
.top .s2>div>a::before{content: "\25B8";color: rgba(0,0,0,0.3);margin-right: 3px;}



.top .s3{width: 100%;margin: auto;margin-top: 200px;}
.top .s3 h2{font-size: 30px;color: #999;position: relative;text-align: center;left: 50%;transform: translate(-50%,0);letter-spacing: 5px;display: table;top: -70px;}
.top .s3 h2 img{position: absolute;left: 130px;bottom: -90px;display: block;}
.top .s3 div{display: block;width: 100%;background-image: url(images/bg1.jpg);padding-bottom: 25px;}
.top .s3 ul{width: 1200px;margin: auto;position: relative;top: -45px;display: flex;justify-content: space-between;}
.top .s3 ul li{color: #fff;}
.top .s3 ul li img{display: block;width: 100%;height: auto;}
.top .s3 ul li h3{text-align: center;font-size: 22px;margin-top: 15px;}
.top .s3 ul li address{text-align: center;font-style: normal;margin-top: 25px;}
.top .s3 ul li a{display: table;padding: 10px 30px;background-color: #fff;color: #4d4d4d;text-decoration: none;font-weight: bold;letter-spacing: 2px;position: relative;left: 50%;transform: translate(-50%,0);margin-top: 20px;border-radius: 6px;}
.top .s3 ul li a::before{content: "\25B8";margin-right: 3px;color: rgba();opacity: 0.4;}




/*--------選ばれる理由--------*/
.concept .s1{width: 100%;margin: auto;}
.concept .s1 div{background-image: url(images/concept_img1.jpg);height: 600px;background-size: cover;background-position: center;display: flex;align-items: flex-end;justify-content: center;}
.concept .s1 p{background-color: #fff;padding: 40px 50px;font-size: 20px;text-align: center;background-color: #fff;position: relative;bottom: -180px;line-height: 2;font-family: "Zen Old Mincho", serif;}
.concept .s1 p::before{content: "Refresh";font-family: "Allura", cursive;position: absolute;left: -92px;top: -103px;font-size: 90px;color: #ffff00;transform: rotate(-8deg);letter-spacing: 4px;}
.concept .s1 b{display: block;font-size: 26px;font-weight: normal;margin-bottom: 20px;}
.concept .s1 b br{display: none;}
.concept .temp{padding-top: 240px;margin-top: 0;}




/*--------店舗紹介--------*/
.shop .snavi{background-color: #fff9de;border: 2px solid #006934;width: 800px;margin: auto;padding: 15px 20px;border-radius: 10px;position: relative;top: -20px;box-sizing: border-box;}
.shop .snavi ul{display: flex;align-items: center;justify-content: center;}
.shop .snavi ul li{margin: 0 15px;}
.shop .snavi ul li a{color: #006934;font-size: 20px;text-decoration: none;font-weight: bold;}
.shop .snavi ul li a::before{content: "\25B8";margin-right: 3px;color: #fbb03b;}

.shop .s1{width: 1200px;margin: auto;margin-top: 40px;}
.shop .s1 h3{font-size: 26px;color: #006934;display: flex;align-items: center;}
.shop .s1 h3::before{content: url(images/ec.png);margin-right: 6px;}
.shop .s1 .outline{display: flex;margin-top: 15px;}
.shop .s1 .outline figure{flex: 0 0 460px;margin-right: 40px;}
.shop .s1 .outline figure img{display: block;height: auto;width: 100%;border-radius: 10px;}
.shop .s1 .overview{flex: 1;}	
.shop .s1 .overview p{display: block;}
.shop .s1 .overview address{font-style: normal;font-weight: bold;display: flex;margin-top: 10px;align-items: center;font-size: 18px;}
.shop .s1 .overview address a{display: block;padding: 10px 20px;background-image: linear-gradient(0deg, #e6e6e6, #ffffff);border: 1px solid #ccc;border-radius: 100px;text-decoration: none;color: #4d4d4d;line-height: 1;margin-left: 20px;font-size: 15px;}
.shop .s1 .overview address a::before{content: "\25B8";margin-right: 3px;}
.shop .s1 .overview span{display: block;margin-top: 10px;}
.shop .s1 .overview span a{margin:0 4px;color:#ff6600;font-weight:bold;}
.shop .s1 .overview .contact{display: flex;align-items: center;margin-top: 20px;}
.shop .s1 .overview .contact a.hp{background-color: #a62b56;border-radius: 6px;padding: 8px 30px;color: #fff;font-size: 20px;font-weight: bold;display: flex;align-items: center;text-decoration: none;margin-right: 30px;letter-spacing: 2px;}
.shop .s1 .overview .contact a.hp img{width: 26px;display: block;height: auto;margin-right: 15px;}
.shop .s1 .overview .contact a.tel{color: #a62b56;font-size: 28px;font-weight: bold;letter-spacing: 2px;text-decoration: none;}
.shop .s1 .overview .contact a.tel::before{content: "\260E";margin-right: 4px;font-size: 26px;}
.shop .s1 .gallery{display: flex;flex-wrap: wrap;margin-top: 30px;}
.shop .s1 .gallery li{width: 390px;margin-right: 15px;font-size: 15px;}
.shop .s1 .gallery img{display: block;margin-bottom: 5px;width: 100%;}
.shop .s1 .gallery li:nth-of-type(3n){margin-right: 0;}


.shop .s2{width: 1200px;margin: auto;margin-top: 100px;padding-bottom: 70px;}
.shop .s2 h3{font-size: 30px;color: #999;position: relative;text-align: center;left: 50%;transform: translate(-50%,0);letter-spacing: 5px;display: table;}
.shop .s2 h3 img{display: block;width: 100px;height: auto;margin: auto;}
.shop .s2 h3::before{content: "";position: absolute;width: 60px;border-top: 1px solid #ddd;left: -90px;bottom: 22px;}
.shop .s2 h3::after{content: "";position: absolute;width: 60px;border-top: 1px solid #ddd;right: -90px;bottom: 22px;}
.shop .s2 ul{display: flex;flex-wrap: wrap;}
.shop .s2 ul li{width: 230px;margin-right: 10px;margin-top: 30px;}
.shop .s2 ul li:nth-of-type(5n){margin-left: 0;}
.shop .s2 ul li img{display: block;border: 1px solid #ddd;box-sizing: border-box;width: 100%;height: auto;}
.shop .s2 ul li b{display: flex;align-items: center;justify-content: center;text-align: center;margin-top: 10px;}
.shop .s2 ul li b span{background-color: #006934;color: #fff;font-size: 14px;font-weight: bold;padding: 1px 8px;border-radius: 4px;margin-right: 10px;}
.shop .s2 ul li b span small{font-size: 13px;}
.shop .s2 ul li p{display: block;width: 94%;margin: auto;line-height: 1.4;margin-top: 5px;}



/*--------来店予約--------*/
.yoyaku .s1{width: 100%;margin: auto;margin-top: 40px;}
.yoyaku .s1 .read{font-size: 18px;text-align: center;display: table;position: relative;left: 50%;transform: translate(-50%,0);margin-bottom: 130px;}
.yoyaku .s1 .read::before{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);bottom: -45px;}
.yoyaku .s1 div{display: block;width: 100%;background-color: #fffae3;padding-bottom: 25px;}
.yoyaku .s1 ul{width: 1200px;margin: auto;position: relative;top: -45px;display: flex;justify-content: space-between;}
.yoyaku .s1 ul li{}
.yoyaku .s1 ul li img{display: block;width: 100%;height: auto;}
.yoyaku .s1 ul li h3{text-align: center;font-size: 22px;margin-top: 15px;}
.yoyaku .s1 ul li address{text-align: center;font-style: normal;margin-top: 25px;}
.yoyaku .s1 ul li a{background-color: #a62b56;border-radius: 6px;padding: 12px 30px;color: #fff;font-size: 20px;font-weight: bold;display: table;text-decoration: none;margin-right: 30px;text-align: center;line-height: 1;position: relative;left: 50%;transform: translate(-50%,0);margin-top: 20px;letter-spacing: 2px;}
.yoyaku .s1 ul li a img{width: 26px;display: inline-block;height: auto;margin-right: 15px;vertical-align: middle;position: relative;top: -2px;}



/*--------お客様の声--------*/
.voice .s1{width: 1200px;margin: auto;margin-top: 40px;}
.voice .s1 .read{font-size: 18px;text-align: center;display: table;position: relative;left: 50%;transform: translate(-50%,0);margin-bottom: 90px;}
.voice .s1 .read::before{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);bottom: -45px;}
.voice .s1 ul{display: block;padding-bottom: 70px;}
.voice .s1 ul li{display: flex;margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px dotted #ddd;}
.voice .s1 ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom:none;}
.voice .s1 ul li figure{flex: 0 0 360px;margin-right: 40px;}
.voice .s1 ul li figure img{display: block;width: 100%;height: auto;border-radius: 10px;}
.voice .s1 ul li div{flex: 1;}
.voice .s1 ul li div b{font-size: 20px;display: flex;align-items: center;letter-spacing: 2px;}
.voice .s1 ul li div b small{font-size: 16px;}
.voice .s1 ul li div span{background-color: #f7931e;color: #fff;font-size: 13px;display: block;width: 80px;box-sizing: border-box;padding: 2px 5px;border-radius: 4px;text-align: center;margin-top: 15px;margin-bottom: 5px;}
.voice .s1 ul li div h3{font-size: 16px;}
.voice .s1 ul li div p{display: block;}




/*--------スタッフ募集--------*/
.recruit .s1{width: 1200px;margin: auto;margin-top: 60px;}
.recruit .s1 .imgarea{position: relative;height: 550px;display: block;}
.recruit .s1 .imgarea img:nth-of-type(1){display: block;position: absolute;left: 0;top: 0;}
.recruit .s1 .imgarea img:nth-of-type(2){display: block;position: absolute;right: 0;bottom: 0;}
.recruit .s1 p{font-size: 18px;text-align: center;line-height: 2.2;position: relative;display: table;left: 50%;transform: translate(-50%,0);margin-top: 50px;}
.recruit .s1 p::before{content: "Join us";font-family: "Allura", cursive;position: absolute;left: -135px;top: -245px;font-size: 120px;color: #ffff00;transform: rotate(-8deg);letter-spacing: 4px;}


.recruit .s2{width: 1200px;margin: auto;margin-top: 180px;position: relative;}
.recruit .s2::before{content: "";border-left: 1px solid #ccc;height: 70px;position: absolute;left: 50%;top: -125px;z-index: 1;}
.recruit .s2 h3{background-color: #fcee21;padding: 18px 30px;font-size: 20px;display: flex;align-items: center;letter-spacing: 2px;}
.recruit .s2 h3::before{content: url(images/ec2.png);margin-right: 10px;}
.recruit .s2>figure{position: relative;}
.recruit .s2>figure img{display: block;}
.recruit .s2 .prof{position: absolute;bottom: 0;background-color: rgba(255,255,255,0.6);padding: 30px 40px;}
.recruit .s2 .prof::before{content: "Profile";font-family: "Allura", cursive;position: absolute;left: 5px;top: -70px;font-size: 70px;color: #ffff00;transform: rotate(-8deg);letter-spacing: 4px;}
.recruit .s2 .prof span{display: flex;font-weight: bold;align-items: center;}
.recruit .s2 .prof span small{font-size: 14px;}
.recruit .s2 .prof div{display: flex;align-items: center;margin-top: 10px;}
.recruit .s2 .prof div h4{background-color: #333;color: #fff;font-size: 15px;padding: 5px 20px;margin-right: 20px;border-radius: 4px;}
.recruit .s2 .prof div b{font-size: 26px;}
.recruit .s2 .word{display: flex;padding-bottom: 60px;}
.recruit .s2 .word figure{order: 2;flex: 0 0 360px;margin-left: 65px;position: relative;top: -40px;right: 25px;}
.recruit .s2 .word figure img{display: block;width: 100%;height: auto;}
.recruit .s2 .word ul{display:block;}
.recruit .s2 .word ul li{margin-top: 45px;}
.recruit .s2 .word ul li h5{font-size: 16px;border: 5px solid #ffff00;display: table;padding: 4px 15px;}
.recruit .s2 .word ul li p{margin-top: 10px;}
.recruit .s2 dl{display: flex;flex-wrap:wrap;padding-bottom: 70px;margin-top: 30px;}
.recruit .s2 dt{font-size: 18px;font-weight: bold;box-sizing: border-box;width: 12%;border-bottom: 1px dotted #ddd;padding: 15px 0;}
.recruit .s2 dd{box-sizing: border-box;width: 88%;border-bottom: 1px dotted #ddd;padding: 15px 0;}


/*--------企業情報--------*/
.company .s1{width: 100%;}
.company .s1 figure{width: 100%;display: block;position: relative;}
.company .s1 figure img{width: 100%;display: block;height: auto;}
.company .s1 figure b{font-size: 30px;writing-mode: vertical-rl;text-shadow: rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px;color: #fff;font-family: "Zen Old Mincho", serif;position: absolute;top: 50%;transform: translate(0,-50%);font-weight: normal;white-space: nowrap;left: 10%;letter-spacing: 2px;text-align: center;}
.company .s1 div{width: 1200px;margin: auto;margin-top: 30px;padding-bottom: 70px;}
.company .s1 p{font-size: 17px;margin: auto;margin-top: 30px;line-height: 2;}
.company .s1 h3{font-size: 22px;letter-spacing: 2px;border-left: 2px solid #4d4d4d;padding-left: 20px;margin-top: 60px;}
.company .s1 dl{display: flex;flex-wrap: wrap;margin-top: 30px;}
.company .s1 dt{width: 10%;box-sizing: border-box;padding: 10px 0;border-bottom: 1px solid #ddd;}
.company .s1 dd{width: 90%;box-sizing: border-box;padding: 10px 0;border-bottom: 1px solid #ddd;}




/*--------プライバシーポリシー--------*/
.privacy .s1{width: 1200px;margin: auto;margin-top: 40px;padding-bottom: 70px;}
.privacy .s1 p.read{text-align: center;font-size: 18px;}
.privacy .s1 ul{margin-top: 30px;}
.privacy .s1 ul li:first-child{padding-top:0px;margin-top: 0px;border: none;}
.privacy .s1 ul li{padding-top:30px;margin-top: 30px;border-top: 1px dotted #ccc;font-size: 15px;}
.privacy .s1 ul li span{display: flex;font-size: 18px;margin-bottom: 5px;font-weight: normal;align-items: center;font-weight: bold;}
.privacy .s1 ul li span::before{content: "\25CF";margin-right: 8px;font-size: 10px;color: #FF6600;;}



/*--------サイトマップ--------*/
.sitemap .s1{width: 1200px;margin: auto;margin-top: 40px;padding-bottom: 70px;}
.sitemap .s1>ul{}
.sitemap .s1>ul>li{margin-top: 10px;padding-left: 20px;border-bottom: 1px dotted #ccc;padding-bottom: 10px;}

.sitemap .s1>ul>li span{display: block;font-weight: bold;}

.sitemap .s1>ul>li:first-child{padding-left: 0px;}
.sitemap .s1>ul>li a::before{content: "\25B8";font-size: 13px;margin-right: 6px;color: #ccc;}
.sitemap .s1 ul li a{text-decoration: none;color: #4d4d4d;}
.sitemap .s1 ul li small{color:#999;margin-left: 15px;font-size: 13px;}

.sitemap .s1>ul>li>ul{margin-left: 20px;}


/*--------post--------*/
.post .s1{display: flex;flex-direction: column;width: 1200px;margin: auto;margin-top: 40px;padding-bottom: 70px;}
.post .selecter{display:flex;justify-content:center;align-items:center;margin-bottom: 40px;}
.post .selecter select{font-size:16px;margin-right:10px;padding:5px 10px;}
.post .s1 .container{margin-bottom:100px;}
.post .s1 .container:last-child {margin-bottom:60px;}
	


/*--------postinitial--------*/
.post .container>h3{background-color: #f0f0f0;font-size: 18px;margin-bottom: 25px;color: #4d4d4d;padding: 12px 25px;display: flex;border: 1px solid #ddd;border-radius: 5px;}
.post .container>h3::before{content: url(images/ec.png);margin-right: 10px;}
.post .container>time{display: block;align-items: center;justify-content: flex-end;margin-top: -24px;margin-bottom: -5px;font-size: 12px;text-align: right;}


	
.post .s1 .container>.inner h1{font-size: 20px;font-weight: bold;color: #4d4d4d;}
.post .s1 .container>.inner h2{font-size: 18px;font-weight: bold;color: #4d4d4d;}
.post .s1 .container>.inner h3,.post .s1 .container>.inner h4,.post .s1 .container>.inner h5,.post .s1 .container>.inner h6,.post .s1 .container>.inner b,.post .s1 .container>.inner em,.post .s1 .container>.inner p,.post .s1 .container>.inner span{font-size: 16px;font-weight: normal;color: #4d4d4d;font-style: normal;margin:20px 0;}
.post .s1 .container>.inner ul{margin: 1em 0;}
.post .s1 .container>.inner ul li{margin-left: 25px;list-style-type: disc;}
.post .s1 .container>.inner ol{	margin: 1em 0;}
.post .s1 .container>.inner ol li{margin-left: 25px;list-style-type: decimal;}
.post .s1 .container>.inner a{color:#FF6600;}
.post .s1 .container>.inner a:hover{opacity: 0.4;transition: 0.4s ease-in-out;}
.post .s1 .container>.inner blockquote{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner pre{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner .alignright{float: right;margin-left: 40px;margin-bottom: 0px;max-width:640px;height:auto;}
.post .s1 .container>.inner .aligncenter{display: block;margin: auto;margin-bottom: 0px;max-width:640px;height:auto;}
.post .s1 .container>.inner .alignleft{float: left;margin-right: 40px;margin-bottom: 0px;max-width:640px;height:auto;}
.post .s1 .container>.inner .alignnone{margin-bottom: 0px;max-width:640px;height:auto;}

	
	
	
	
/*--------お問い合わせ--------*/	
.contact .s1{width: 1200px;margin: auto;margin-top: 40px;}
.contact .s1 .read{font-size: 18px;text-align: center;display: table;position: relative;left: 50%;transform: translate(-50%,0);margin-bottom: 90px;}
.contact .s1 .read::before{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);bottom: -45px;}
	
	
	
table.contact {border-collapse: collapse;width: 100%;margin: 50px auto 0;background-color: #fff;border: 2px solid #006934;}
table.contact th {padding: 10px;width: 250px;background-color: #f5f5f5;border: 1px solid #ddd;font-weight: bold;}
table.contact th span {font-size:12px;color:#ff0000;}		
table.contact td {border-bottom: 1px solid #ddd;padding: 10px;}
table.contact td label{display:block;border-bottom:1px dotted #eee;padding-bottom:3px;margin-bottom:3px;}	
table.contact td small {display:block;font-size:14px;margin-top:3px;}
table.contact td input,table.contact td textarea{width: 100%;font-size:16px;padding: 6px;background-color: #f3f3f3;border: none;box-sizing: border-box;font-family:  'Zen Kaku Gothic New', sans-serif;font-weight:normal;}
table.contact td select {font-size:16px;padding:3px;}
table.contact td button {width:150px;font-size: 16px;padding: 10px 0px;font-weight: bold;margin:10px;border: none;background-color: #a62b56;color: #fff;border-radius: 3px;font-family: 'Zen Kaku Gothic New', sans-serif;}
table.contact td button.reset {background-color: #eee;color: #333;}	
table.contact td input[type=file]{background-color:#fff;}
table.contact td.center{text-align:center;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: none;background: #ff0000;color: #fff;margin-bottom: 100px;margin-top: 0px;box-sizing: border-box;}
div.wpcf7-mail-sent-ok {background: #85B200;color: #fff;margin-bottom: 100px;border: none;margin-top: 0px;}	
div.wpcf7-response-output {margin: 20px auto !important;width: 90%;box-sizing: border-box;}
.wpcf7 .ajax-loader {margin: 0;}	
.s1>.wpcf7{margin-bottom:50px}
}




















/*--------スマートフォンー-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media all and (max-width:750px) {
body {color: #4d4d4d;font-size: 16px;line-height: 1.6;font-weight: 500;}
ul,li {list-style-type: none;}



/*--------ヘッダー--------*/
header{display: block;position: fixed;left: 0;width: 100%;z-index: 1;background-color: #fff;height: 70px;}
header section{width: 100%;margin: auto;height: 100%;}
header section>div{display: flex;justify-content: space-between;align-items: center;height: 100%;margin-left: 20px;}
header section>div h1{width: 200px;height: auto;}
header section>div h1 a{display: block;}
header section>div h1 a img{display: block;width: 100%;height: auto;}
header .pcnav{display: none;}
.index .slide{position: relative;margin-top: -35px;}
.index .slide{position: relative;padding: 35px 0 0;}
.index .slide .slick-slide {transform: scale(0.9) translate(0,-5%);transform-origin: bottom;transition: 0.4s ease-in-out;}
.index .slide .slick-current {transform: scale(1);transition: 0.6s ease-in-out;}
.index .slick-slide img{border-radius: 10px;width: 100%;height: auto;}
.index .sp-slides-container {display: none;}



/*--------フッダー--------*/
footer{display: block;width: 100%;margin-bottom: 54px;}
footer section{margin: auto 5%;display: block;position: relative;padding: 0 0 40px 0;}
footer section>img{position: absolute;left: -10px;bottom: 0;display: block;width: 140px;}
footer section h1 b{font-size: 16px;font-weight: bold;display: block;text-align: center;}
footer section nav{display: none;}
footer section a.tel{color: #006934;text-decoration: none;font-size: 26px;font-weight: bold;letter-spacing: 2px;display: table;position: relative;left: 50%;transform: translate(-50%,0);}
footer section a.tel::before{content: "\260E";margin-right: 4px;font-size: 22px;}
footer section h1{width: 140px;display: block;margin: auto;margin-top: 20px;}
footer section h1 img{display: block;width: 100%;height: auto;}
footer section h2{margin-top: 15px;font-size: 15px;font-weight: normal;text-align: center;}
footer section address{font-size: 15px;text-align: center;font-style: normal;line-height: 1.4;margin-top: 10px;}
footer section .sns{display: flex;align-items: center;justify-content: center;margin-top: 20px;}
footer section .sns li{margin: 0 5px;}
footer section .sns li a{display: block;}
footer section .sns li a img{width: 33px;height: auto;display: block;}
footer>small{display: block;width: 100%;background-color: #006934;color: #fff;text-align: center;font-size: 10px;padding: 4px 0;}



.yoyakubutton{display: none;}

/*--------コンテンツ共通--------*/
main{padding-top: 70px;display: block;}
article{display: block;padding-bottom: 40px;}
.midashi{background-image: url(images/bg1.jpg);height: 60px;display: flex;justify-content: center;align-items: center;}
.midashi h2{font-size: 18px;color:#fff;text-align: center;}


.spbr{display: none;}
.anc{padding-top:140px;margin-top:-140px;pointer-events:none;display:block;}
p.read{font-size: 20px;font-weight: bold;}




.contents .temp1{margin-top: 280px;background-image: url(images/bg1.jpg);position: relative;height: 230px;}
.contents .temp1 ul{z-index: 1;}
.contents .temp1::before{content: url(images/hoshi_obi.png);position: absolute;left: 50%;transform: translate(-50%,0);z-index: 2;top: -145px;}
.contents .temp1 ul::after{content: url(images/sashie2.png);position: absolute;z-index: 0;left: -10%;top: -90px;z-index: -1;}



.temp{width: 100%;background-image: url(images/bg2.jpg);padding: 45px 0 50px;}
.temp a{display: table;position: relative;left: 50%;transform: translate(-50%,0);width: 90%;}
.temp a img{display: block;width: 100%;height: auto;}


/*--------トッページ--------*/
.top .s1{margin: auto 5%;position: relative;}
.top .s1 p{font-family: 'Zen Old Mincho';font-size: 18px;text-align: center;position: relative;padding: 0px 0 35px;}
.top .s1::before{content: "";position: absolute;left: 50%;transform: translate(-50%,0);background-color: #fff;width: 180px;height: 180px;border-radius: 240px;top: -55px;}
.top .s1::after{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);}


.top .s2{width: 100%;margin: auto;margin-top: 45px;}
.top .s2 h2{font-size: 24px;color: #999;position: relative;text-align: center;left: 50%;transform: translate(-50%,0);letter-spacing: 5px;display: table;}
.top .s2>div{width: 100%;background-color: #f2f2f2;padding: 25px;box-sizing: border-box;margin: auto;margin-top: 30px;}
.top .s2 ul{}
.top .s2 ul li{border-bottom: 1px dotted #ccc;padding: 12px 0px;}
.top .s2 ul li:last-child{border-bottom: none;}
.top .s2 ul li a{text-decoration: none;color: #4d4d4d;display: flex;align-items: center;}
.top .s2 ul li a figure{flex: 0 0 80px;margin-right: 20px;}
.top .s2 ul li a figure img{display: block;width: 100%;height: auto;}
.top .s2 ul li a div{flex: 1;}
.top .s2 ul li a time{font-size: 13px;}
.top .s2 ul li a p{display: block;font-size: 15px;}
.top .s2>div>a{display: table;margin-top: 20px;font-size: 13px;text-decoration: none;background-color: #fff;border-radius: 100px;padding: 4px 20px;color: #4d4d4d;}
.top .s2>div>a::before{content: "\25B8";color: rgba(0,0,0,0.3);margin-right: 3px;}




.top .s3{width: 100%;margin: auto;margin-top: 170px;}
.top .s3 h2{font-size: 24px;color: #999;position: relative;text-align: center;left: 50%;transform: translate(-50%,0);letter-spacing: 5px;display: table;top: -70px;}
.top .s3 h2 img{position: absolute;left: 105px;bottom: -50px;display: block;width: 100px;}
.top .s3 div{display: block;width: 100%;background-image: url(images/bg1.jpg);padding-bottom: 25px;}
.top .s3 ul{width: 90%;margin: auto;position: relative;top: -45px;margin-top: -50px;}
.top .s3 ul li{color: #fff;margin-top: 50px;}
.top .s3 ul li img{display: block;width: 100%;height: auto;}
.top .s3 ul li h3{text-align: center;font-size: 20px;margin-top: 10px;}
.top .s3 ul li address{text-align: center;font-style: normal;margin-top: 15px;}
.top .s3 ul li a{display: table;padding: 8px 25px;background-color: #fff;color: #4d4d4d;text-decoration: none;font-weight: bold;letter-spacing: 2px;position: relative;left: 50%;transform: translate(-50%,0);margin-top: 15px;border-radius: 6px;}
.top .s3 ul li a::before{content: "\25B8";margin-right: 3px;color: rgba();opacity: 0.4;}





/*--------選ばれる理由--------*/
.concept .s1{width: 100%;margin: auto;}
.concept .s1 div{background-image: url(images/concept_img1.jpg);height: 45vh;background-size: cover;background-position: center left -80px;display: flex;align-items: flex-end;justify-content: center;}
.concept .s1 p{background-color: #fff;padding: 25px 25px;font-size: 16px;text-align: left;background-color: #fff;position: relative;bottom: -290px;line-height: 2;font-family: "Zen Old Mincho", serif;width: 85%;box-sizing: border-box;}
.concept .s1 p::before{content: "Refresh";font-family: "Allura", cursive;position: absolute;left: -20px;top: -60px;font-size: 60px;color: #ffff00;transform: rotate(-8deg);letter-spacing: 4px;}
.concept .s1 b{display: block;font-size: 22px;font-weight: normal;margin-bottom: 20px;line-height: 1.8;text-align: center;}
.concept .temp{padding-top: 350px;margin-top: 0;}



/*--------店舗紹介--------*/
.shop .snavi{background-color: #fff9de;border: 2px solid #006934;width: 90%;margin: auto;padding: 5px 15px;border-radius: 10px;position: relative;top: -10px;box-sizing: border-box;}
.shop .snavi ul{}
.shop .snavi ul li{margin: 2px 0px;}
.shop .snavi ul li a{color: #006934;font-size: 16px;text-decoration: none;font-weight: bold;}
.shop .snavi ul li a::before{content: "\25B8";margin-right: 3px;color: #fbb03b;}

.shop .s1{width: 90%;margin: auto;margin-top: 35px;}
.shop .s1 h3{font-size: 20px;color: #006934;display: flex;align-items: center;}
.shop .s1 h3::before{content: url(images/ec.png);margin-right: 6px;}
.shop .s1 .outline{margin-top: 15px;}
.shop .s1 .outline figure{display: block;width: 100%;}
.shop .s1 .outline figure img{display: block;height: auto;width: 100%;border-radius: 10px;}
.shop .s1 .overview{margin-top: 20px;}	
.shop .s1 .overview p{display: block;}
.shop .s1 .overview address{font-style: normal;font-weight: bold;display: flex;margin-top: 20px;align-items: center;justify-content: flex-start;font-size: 17px;flex-direction: column;}
.shop .s1 .overview address a{display: block;padding: 8px 20px;background-image: linear-gradient(0deg, #e6e6e6, #ffffff);border: 1px solid #ccc;border-radius: 100px;text-decoration: none;color: #4d4d4d;line-height: 1;margin-top: 5px;font-size: 14px;}
.shop .s1 .overview address a::before{content: "\25B8";margin-right: 3px;}
.shop .s1 .overview span{display: block;margin-top: 10px;}
.shop .s1 .overview span a{margin:0 4px;color:#ff6600;font-weight:bold;}	
.shop .s1 .overview .contact{display: flex;align-items: center;margin-top: 20px;flex-direction: column;align-items: center;justify-content: center;}
.shop .s1 .overview .contact a.hp{background-color: #a62b56;border-radius: 6px;padding: 8px 30px;color: #fff;font-size: 20px;font-weight: bold;display: flex;align-items: center;text-decoration: none;letter-spacing: 2px;}
.shop .s1 .overview .contact a.hp img{width: 26px;display: block;height: auto;margin-right: 15px;}
.shop .s1 .overview .contact a.tel{color: #a62b56;font-size: 28px;font-weight: bold;letter-spacing: 2px;text-decoration: none;}
.shop .s1 .overview .contact a.tel::before{content: "\260E";margin-right: 4px;font-size: 26px;}
.shop .s1 .gallery{display: flex;flex-wrap: wrap;}
.shop .s1 .gallery li{width: 100%;font-size: 14px;margin-top: 20px;}
.shop .s1 .gallery img{display: block;margin-bottom: 5px;width: 100%;}
.shop .s1 .gallery li:nth-of-type(3n){margin-right: 0;}


.shop .s2{width: 90%;margin: auto;margin-top: 60px;padding-bottom: 70px;}
.shop .s2 h3{font-size: 24px;color: #999;position: relative;text-align: center;left: 50%;transform: translate(-50%,0);letter-spacing: 5px;display: table;}
.shop .s2 h3 img{display: block;width: 100px;height: auto;margin: auto;}
.shop .s2 h3::before{content: "";position: absolute;width: 60px;border-top: 1px solid #ddd;left: -70px;bottom: 17px;}
.shop .s2 h3::after{content: "";position: absolute;width: 60px;border-top: 1px solid #ddd;right: -70px;bottom: 17px;}
.shop .s2 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.shop .s2 ul li{width: 49%;margin-top: 30px;}
.shop .s2 ul li:nth-of-type(5n){margin-left: 0;}
.shop .s2 ul li img{display: block;border: 1px solid #ddd;box-sizing: border-box;width: 100%;height: auto;}
.shop .s2 ul li b{display: flex;align-items: center;justify-content: center;text-align: center;margin-top: 10px;font-size: 15px;}
.shop .s2 ul li b span{background-color: #006934;color: #fff;font-size: 12px;font-weight: bold;padding: 1px 8px;border-radius: 4px;margin-right: 6px;}
.shop .s2 ul li b span small{font-size: 13px;}
.shop .s2 ul li p{display: block;width: 94%;margin: auto;line-height: 1.4;margin-top: 5px;font-size: 15px;line-height: 1.4;}



/*--------来店予約--------*/
.yoyaku .s1{width: 100%;margin: auto;margin-top: 40px;}
.yoyaku .s1 .read{font-size: 18px;text-align: center;display: table;position: relative;left: 50%;transform: translate(-50%,0);margin-bottom: 70px;}
.yoyaku .s1 .read::before{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);bottom: -45px;}
.yoyaku .s1 div{display: block;width: 100%;background-color: #fffae3;padding-bottom: 25px;}
.yoyaku .s1 ul{width: 100%;margin: auto;position: relative;/}
.yoyaku .s1 ul li{margin-top: 40px;}
.yoyaku .s1 ul li img{display: block;width: 100%;height: auto;}
.yoyaku .s1 ul li h3{text-align: center;font-size: 20px;margin-top: 15px;}
.yoyaku .s1 ul li address{text-align: center;font-style: normal;margin-top: 15px;}
.yoyaku .s1 ul li a{background-color: #a62b56;border-radius: 6px;padding: 12px 30px;color: #fff;font-size: 20px;font-weight: bold;display: table;text-decoration: none;text-align: center;line-height: 1;position: relative;left: 50%;transform: translate(-50%,0);margin-top: 15px;letter-spacing: 2px;}
.yoyaku .s1 ul li a img{width: 26px;display: inline-block;height: auto;margin-right: 15px;vertical-align: middle;position: relative;top: -2px;}




/*--------お客様の声--------*/
.voice .s1{width: 90%;margin: auto;margin-top: 40px;}
.voice .s1 .read{font-size: 17px;text-align: center;display: table;position: relative;left: 50%;transform: translate(-50%,0);margin-bottom: 70px;}
.voice .s1 .read::before{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);bottom: -45px;}
.voice .s1 ul{display: block;padding-bottom: 70px;}
.voice .s1 ul li{margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px dotted #ddd;}
.voice .s1 ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom:none;}
.voice .s1 ul li figure{flex: 0 0 260px;display: block;}
.voice .s1 ul li figure img{display: block;width: 100%;height: auto;border-radius: 10px;}
.voice .s1 ul li div{margin-top: 20px;}
.voice .s1 ul li div b{font-size: 18px;display: flex;align-items: flex-start;letter-spacing: 2px;flex-direction: column;}
.voice .s1 ul li div b small{font-size: 16px;}
.voice .s1 ul li div span{background-color: #f7931e;color: #fff;font-size: 12px;display: block;width: 80px;box-sizing: border-box;padding: 2px 5px;border-radius: 4px;text-align: center;margin-top: 15px;margin-bottom: 10px;}
.voice .s1 ul li div h3{font-size: 16px;}
.voice .s1 ul li div p{display: block;font-size: 15px;}



/*--------スタッフ募集--------*/
.recruit .s1{width: 100%;margin: auto;}
.recruit .s1 .imgarea{position: relative;display: block;overflow: hidden;width: 100%;}
.recruit .s1 .imgarea img:nth-of-type(1){display: block;left: 0;top: 0;width: 150%;}
.recruit .s1 .imgarea img:nth-of-type(2){display: none;}
.recruit .s1 p{width: 90%;font-size: 17px;text-align: center;line-height: 2;position: relative;display: table;left: 50%;transform: translate(-50%,0);top: -35px;background-color: #fff;padding: 25px 25px 0;box-sizing: border-box;border-radius: 5px 5px 0 0;}
.recruit .s1 p::before{content: "Join us";font-family: "Allura", cursive;position: absolute;top: -20%;font-size: 60px;color: #ffff00;transform: rotate(-8deg);letter-spacing: 1px;left: 5px;}




.recruit .s2{width: 100%;margin: auto;margin-top: 140px;position: relative;}
.recruit .s2::before{content: "";border-left: 1px solid #ccc;height: 70px;position: absolute;left: 50%;top: -125px;z-index: 1;}
.recruit .s2 h3{background-color: #fcee21;padding: 18px 30px;font-size: 18px;display: flex;align-items: center;letter-spacing: 2px;}
.recruit .s2 h3::before{content: url(images/ec2.png);margin-right: 10px;}
.recruit .s2>figure{position: relative;}
.recruit .s2>figure img{display: block;width: 100%;}
.recruit .s2 .prof{position: absolute;bottom: 0;background-color: rgba(255,255,255,0.6);padding: 10px 20px;}
.recruit .s2 .prof::before{content: "Profile";font-family: "Allura", cursive;position: absolute;left: 15px;top: -40px;font-size: 40px;color: #ffff00;transform: rotate(-8deg);letter-spacing: 4px;}
.recruit .s2 .prof span{display: flex;font-weight: bold;align-items: center;}
.recruit .s2 .prof span small{font-size: 13px;}
.recruit .s2 .prof div{display: flex;align-items: center;margin-top: 5px;}
.recruit .s2 .prof div h4{background-color: #333;color: #fff;font-size: 15px;padding: 2px 10px;margin-right: 15px;border-radius: 4px;}
.recruit .s2 .prof div b{font-size: 20px;}
.recruit .s2 .word{padding-bottom: 60px;}
.recruit .s2 .word figure{width: 60%;margin: auto;margin-top: 30px;}
.recruit .s2 .word figure img{display: block;width: 100%;height: auto;}
.recruit .s2 .word ul{display:block;width: 90%;margin: auto;}
.recruit .s2 .word ul li{margin-top: 30px;}
.recruit .s2 .word ul li h5{font-size: 16px;border: 5px solid #ffff00;display: table;padding: 4px 15px;}
.recruit .s2 .word ul li p{margin-top: 10px;}
.recruit .s2 dl{padding-bottom: 70px;margin: auto;margin-top: 30px;width: 90%;}
.recruit .s2 dt{font-size: 18px;font-weight: bold;box-sizing: border-box;width: 100%;padding: 15px 0;display: block;padding-bottom: 0;}
.recruit .s2 dd{box-sizing: border-box;width: 100%;border-bottom: 1px dotted #ddd;padding: 15px 0;display: block;padding-top: 10px;}




/*--------企業情報--------*/
.company .s1{width: 100%;}
.company .s1 figure{width: 100%;display: block;position: relative;overflow: hidden;}
.company .s1 figure img{width: 140%;display: block;height: auto;}
.company .s1 figure b{font-size: 18px;text-shadow: rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px,rgba(0, 0, 0, 0.3) 0 0 5px;color: #fff;font-family: "Zen Old Mincho", serif;position: absolute;top: 50%;transform: translate(0,-50%);font-weight: normal;white-space: nowrap;left: 5%;letter-spacing: 2px;}
.company .s1 div{width: 90%;margin: auto;margin-top: 30px;padding-bottom: 70px;}
.company .s1 p{font-size: 16px;margin: auto;margin-top: 30px;line-height: 1.8;}
.company .s1 h3{font-size: 22px;letter-spacing: 2px;border-left: 2px solid #4d4d4d;padding-left: 20px;margin-top: 60px;}
.company .s1 dl{flex-wrap: wrap;margin-top: 30px;}
.company .s1 dt{width: 100%;box-sizing: border-box;padding: 10px 0;display: block;padding-bottom: 0;font-size: 14px;}
.company .s1 dd{width: 100%;box-sizing: border-box;padding: 10px 0;border-bottom: 1px solid #ddd;display: block;padding-top: 0;}




/*--------プライバシーポリシー--------*/
.privacy .s1{width: 90%;margin: auto;margin-top: 40px;padding-bottom: 60px;}
.privacy .s1 p.read{text-align: center;font-size: 17px;}
.privacy .s1 ul{margin-top: 25px;}
.privacy .s1 ul li:first-child{padding-top:0px;margin-top: 0px;border: none;}
.privacy .s1 ul li{padding-top:25px;margin-top: 25px;border-top: 1px dotted #ccc;font-size: 15px;}
.privacy .s1 ul li span{display: flex;font-size: 17px;margin-bottom: 5px;font-weight: normal;align-items: center;font-weight: bold;}
.privacy .s1 ul li span::before{content: "\25CF";margin-right: 6px;font-size: 10px;color: #FF6600;}




/*--------サイトマップ--------*/
.sitemap .s1{width: 90%;margin: auto;margin-top: 40px;padding-bottom: 60px;}
.sitemap .s1 p.read{text-align: center;}
.sitemap .s1>ul{}
.sitemap .s1>ul>li{margin-top: 10px;padding-left: 20px;border-bottom: 1px dotted #ccc;padding-bottom: 10px;}
.sitemap .s1>ul>li span{font-weight: bold;}
.sitemap .s1>ul>li:first-child{padding-left: 0px;}
.sitemap .s1>ul>li a::before{content: "\25B8";font-size: 12px;margin-right: 6px;color: #ccc;}
.sitemap .s1 ul li a{text-decoration: none;color: #4d4d4d;}
.sitemap .s1 ul li small{display: none;}

.sitemap .s1>ul>li>ul{margin-left: 20px;}


/*--------post--------*/
.post .s1{display: flex;flex-direction: column;width: 90%;margin: auto;margin-top: 40px;padding-bottom: 60px;}
.post .selecter{display:flex;justify-content:center;align-items:center;margin-bottom: 30px;}
.post .selecter select{font-size:16px;margin-right:10px;padding:5px 10px;}
.post .s1 .container{margin-bottom: 70px;}




/*--------postinitial--------*/
.post .container>h3{background-color: #f0f0f0;font-size: 16px;margin-bottom: 25px;color: #4d4d4d;padding: 10px 15px;display: flex;border: 1px solid #ddd;border-radius: 3px;}
.post .container>h3::before{content: url(images/ec_s.png);margin-right: 8px;}
.post .container>time{display: block;align-items: center;justify-content: flex-end;margin-top: -25px;margin-bottom: -6px;font-size: 11px;text-align: right;}



.post .s1 .container>.inner h1{font-size: 18px;font-weight: bold;color: #4d4d4d;}
.post .s1 .container>.inner h2{font-size: 17px;font-weight: bold;color: #4d4d4d;}
.post .s1 .container>.inner h3,.post .s1 .container>.inner h4,.post .s1 .container>.inner h5,.post .s1 .container>.inner h6,.post .s1 .container>.inner b,.post .s1 .container>.inner em,.post .s1 .container>.inner p,.post .s1 .container>.inner span{font-size: 16px;font-weight: normal;color: #4d4d4d;font-style: normal;margin:20px 0;}
.post .s1 .container>.inner ul{margin: 1em 0;}
.post .s1 .container>.inner ul li{margin-left: 25px;list-style-type: disc;}
.post .s1 .container>.inner ol{	margin: 1em 0;}
.post .s1 .container>.inner ol li{margin-left: 25px;list-style-type: decimal;}
.post .s1 .container>.inner a{color:#FF6600;}
.post .s1 .container>.inner a:hover{opacity: 0.4;transition: 0.4s ease-in-out;}
.post .s1 .container>.inner blockquote{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner pre{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner .alignright{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}
.post .s1 .container>.inner .aligncenter{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}
.post .s1 .container>.inner .alignleft{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}
.post .s1 .container>.inner .alignnone{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}



	
	
/*--------お問い合わせ--------*/		
.contact .s1{width: 90%;margin: auto;margin-top: 40px;}
.contact .s1 .read{font-size: 17px;text-align: center;display: table;position: relative;left: 50%;transform: translate(-50%,0);margin-bottom: 70px;}
.contact .s1 .read::before{content: url(images/dot.png);position: absolute;left: 50%;transform: translate(-50%,0);bottom: -45px;}
	
table.contact {border-collapse: collapse;width: 100%;margin-top: 30px;}
table.contact th {padding: 8px 0 0;display: block;text-align: left;font-weight:bold;}
table.contact th span {font-size:12px;color:#ff0000;font-weight:normal;}	
table.contact td {display: block;padding: 0 8px 8px 0;}
table.contact td label{display:block;border-bottom:1px dotted #eee;padding-bottom:8px;margin-bottom:8px;}
table.contact td small {display:block;font-size:14px;margin-top:3px;}
table.contact td input,table.contact td textarea{width:100%;font-size:16px;padding:3px;box-sizing:border-box;font-family: 'Zen Kaku Gothic New', sans-serif;border: 1px solid #ccc;font-weight:normal;}
table.contact td select {font-size:16px;padding:3px;}
table.contact td button {font-size: 16px;padding:10px 20px;margin: 10px 4px;width:inherit;border:inherit;background-color: #a62b56;color: #fff;border-radius: 3px;font-family:'Zen Kaku Gothic New', sans-serif;font-weight:bold;}
table.contact td button.reset {background-color:#eee;color: #333;}	
table.contact td input[type=file]{border: 1px solid #fff;padding:10px 20px;}	
table.contact td.center{text-align:center;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: none;background: #ff0000;color: #fff;margin-bottom: 100px;margin-top: 0px;box-sizing: border-box;width:100% !important;}
div.wpcf7-mail-sent-ok {background: #85B200;color: #fff;margin-bottom: 100px;border: none;margin-top: 0px;}
div.wpcf7-response-output {margin: 0px !important;}
.wpcf7 .ajax-loader {margin: 0;}	
.s1>.wpcf7{margin-bottom:50px}
}