/* ************************************************ 
 *	全体
 * ************************************************ */

body,div,pre,blockquote,ul,
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,
embed,object {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

img { -ms-interpolation-mode: bicubic; }

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;

}

/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
 
.cf:after {
  clear: both;
}
 
/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

    
/* ------------------------------------- 
 *	トップページ
 * ------------------------------------- */
    
/************SP***************/
@media screen and (max-width: 768px){
/* メインイメージ */
#topimg {
	margin: 0;
	padding: 0;
	height: 95vh;
	background-image: url(../img/top/topimg_sp2.png);
	background-position: center 65px;
	background-repeat: no-repeat;
	position: relative;
	background-size: 100%;
	background-color: #efefef;
    }
.topimgTxt {
	padding: 0 5%;
	bottom: 0;
	width: 100%;
    }
.topimgTxt h2 {
	font-size: 9.5vw;
	line-height: 1.0;
	text-align: center;
	padding: 27vw 0 0;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
	}
.topimgTxt h3 {
	line-height: 1.2;
	font-size: 4.5vw;
	text-align: center;
	margin: 0px auto 10px;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
    }
.topimgTxt p {
	display: none;
    }
.topimgTxtBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.topimgTxtBox ul {
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topimgTxtBox li {
    margin: 0 0 14px;
    text-align: center;
    width: 100%;
	font-size: 4.0vw;
}
.topimgTxtBox li:nth-of-type(2) {
    margin: 0 0 14px;
    text-align: center;
    width: 48%;
}
.topimgTxtBox li:nth-of-type(3) {
    margin: 0 0 14px;
    text-align: center;
    width: 48%;
}
.topimgTxtBox li a:link {
    background-color: #7ab300;
	color: #fff;
	display: block;
    padding: 14px;
}	
.topimgTxtBox li a:hover {
    background-color: #ffc543;
	color: #fff;
	display: block;
    padding: 14px;
}
.topimgTxtBox li a:visited {
    background-color: #7ab300;
	color: #fff;
	display: block;
    padding: 14px;
}	
    
/* 説明文 */
#topExp {
    margin: 0 auto;
    padding: 0;
    }
#topExp .topytb {
    margin: 70px 5%;
    padding: 0;
    text-align: center;
    }
.resp {
    position: relative;
    padding-top: 56.25%;
}
.resp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#topExp strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topExp h2 {
    margin: 20px 5% 50px;
    padding: 0;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1px;
    }
#topExp .topList {
    margin: 0;
    padding: 0;
    }
#topExp p {
    margin: 0 auto 65px;
    padding: 0;
    width: 80%;
    }
#topExp .topList ul {
    margin: 0 5%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    }
#topExp .topList li:first-child {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	text-align: center;
    }
#topExp .topList li {
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: center;
    }
#topExp .topList li img {
	width: 100%;
    }
#topExp .topList li p {
    margin: 0 auto 30px;
    }
}

/************PC***************/
@media screen and (min-width: 769px){
#topimg {
    margin: 80px 0 0 0;
    padding: 0;
    height: 847px;
    background-image: url(../img/top/topimg02.jpg);
    background-position: center top;
    background-color: #F5EFE5;
    background-repeat: no-repeat;
    }
.topimgTxt {
	margin: 0 0 0 40%;
	padding: 70px 0 0 0;
	text-align: center;
    }
.topimgTxt h2 {
    font-size: 500%;
    line-height: 1.2;
    }
.topimgTxt h3 {
	line-height: 1.4;
	font-size: 200%;
	margin-bottom: 20px;
    }
.topimgTxt p {
    }
.topimgTxtBox ul {
	display: none;
}
	
/* 説明文 */
#topExp {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    }
#topExp .topytb {
    margin: 70px auto;
    padding: 0;
    text-align: center;
    width: 700px;
    }
.resp {
    position: relative;
    padding-top: 56.25%;
}
.resp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#topExp strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topExp h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    }
#topExp .topList {
    margin: 0;
    padding: 0;
    }
#topExp p {
    margin: 0 auto 65px;
    padding: 0;
    width: 80%;
    }
#topExp .topList ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    }
#topExp .topList li:first-child {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	text-align: center;
    }
#topExp .topList li {
    margin: 0 0 30px;
    padding: 0;
    width: 30%;
    text-align: center;
    }
#topExp .topList li p {
    margin: 0 auto 30px;
    }
}

/* ------------------------------------- 
 *	流れ
 * ------------------------------------- */

/************SP***************/
@media screen and (max-width: 768px){
#topFlow {
    margin: 70px 0;
    padding: 70px 0;
    background: url(../img/top/flow-back.jpg) no-repeat center center;
    background-size: cover;
    }
#topFlow strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topFlow h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1px;
    }
.topFlowBox {
    margin: 0 5%;
    padding: 0;
    line-height: 1.4;
    }
.topFlowBox h3 span {
    width: 40px;
    height: 40px;
    line-height: 1.4;
    background-color: #61bb00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    }
.topFlowL {
    margin: 0;
    }
.topFlowL h3 {
    font-size: 150%;
}
.topFlowL ul {
    margin: 0 0 40px;
    }
.topFlowL li:nth-of-type(2) {
    margin: 10px 0 0 0;
    }
.topFlowR {

    }
.topFlowR ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    }
.topFlowR li {
    margin: 0 0 10px;
    width: 48%;
    }
.topFlowR li {
    margin: 0 0 10px;
    width: 48%;
    text-align: center;
    }
.topFlowR li img {
    width: 100%;
    }
.topFlowR li:last-child {
    margin: 0;
    width: 100%;
    }
}

/************PC***************/
@media screen and (min-width: 769px){
#topFlow {
    margin: 100px 0;
    padding: 70px 0;
    background: url(../img/top/flow-back.jpg) no-repeat center center;
    background-size: cover;
    }
#topFlow strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topFlow h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1px;
    }

.topFlowBox {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.topFlowBox h3 span {
    width: 40px;
    height: 40px;
    line-height: 1.4;
    background-color: #61bb00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}
.topFlowL {
    width: 46%;
    margin: 0 2% 0 0;
    }
.topFlowL h3 {
    font-size: 150%;
}
.topFlowL ul {
    margin: 0 0 50px;
}
.topFlowL li:nth-of-type(2) {
    margin: 10px 0 0 55px;
}
    
.topFlowR {
    width: 40%;
    margin: 0 0 2% 0;
    }
.topFlowR ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    }
.topFlowR li {
    margin: 0 0 10px
    }

}
    
/* ------------------------------------- 
 *	お役立ちブログ
 * ------------------------------------- */

/************SP***************/
@media screen and (max-width: 768px){
.kuchikomi {
	margin:0 5% 50px;
}
	
#topBlog {
	margin: 0 auto;
	padding: 0 0 30px;
}    
#topBlog strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topBlog h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1px;
    }
#topBlog p {
    padding: 0;
    margin: 0 5% 50px;
    }
#topBlogList {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    font-size: 80%;
    margin: 0 4%;
    line-height: 1.4;
    position: relative;
}
#topBlogList ul {
    padding: 0;
    margin: 0 1%;
    width: 48%;
    }
#topBlogList ul li span {
    position: absolute;
    background-color: crimson;
    margin: 10px;
    color: #fff;
    padding: 1px 5px;
	z-index: 1;
	font-size: 80%;
}
#topBlogList li {
    padding: 0;
	margin: 15px 0;
}
#topBlogList li img {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border: 1px #ccc solid;
    border-radius: 10px;
}
#topBlogList li p {
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    }
#topBlogList date {
    text-align: right;
    display: block;
}
.cateSaerch {
    margin: 30px 0 50px;
    padding: 0;
    }
.csLeft {
    margin: 0 5%;
    padding: 0;
    }
.csLeft ul {
    margin: 0 0 30px;
    padding: 0;
    }
.csLeft li {
    color: #fff;
    margin: 0 auto 20px;
    padding: 10px 0;
    background-color: #93cc1a;
    width: 90%;
    text-align: center;
    border-radius: 30px;
    }
.cateSaerch h3 {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.csRight {
    margin: 0 5%;
    padding: 0;
    }
.csRight ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.csRight li {
    color: #fff;
    margin: 0 auto 20px;
    padding: 10px 0;
    background-color: #93cc1a;
    width: 43%;
    text-align: center;
    border-radius: 30px;
    } 
.csSaarch {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.csSaarch [type="search"] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    width : 45%
}
.csSaarch [type="submit"] {
    padding: 10px 30px;
    text-align: left;
    background-color: #ccc;
    }
}    

/************PC***************/
@media screen and (min-width: 769px){
.kuchikomi {
	text-align:center;
	margin-bottom:100px;
}
#topBlog {
	margin: 0 auto;
	padding: 0 0 30px;
    width: 1200px;
}    
#topBlog strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topBlog h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    }
#topBlog p {
    padding: 0;
    margin: 0 0 70px;
    text-align: center;
    }
#topBlogList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
    font-size: 80%;
    position: relative;
}
#topBlogList ul {
    padding: 0;
    margin: 0 1.3% 0 0;
    width: 24%;
    }
#topBlogList ul:nth-of-type(4n) {
    padding: 0;
    margin: 0;
    width: 24%;
    }
#topBlogList li {
    padding: 0;
	margin: 15px 0;
}
#topBlogList li img {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border: 1px #ccc solid;
    border-radius: 10px;
}
#topBlogList li p {
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    }
#topBlogList ul li span {
    position: absolute;
    background-color: crimson;
    margin: 10px;
    color: #fff;
    padding: 1px 5px;
	z-index: 1;
	font-size: 80%;
}
#topBlogList date {
    text-align: right;
    display: block;
    font-size: 80%;
    }
.cateSaerch {
    margin: 30px 0 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    }
.csLeft {
    margin: 0;
    padding: 0;
    width: 40%;
}
.csLeft ul {
    margin: 0 0 30px;
    padding: 0;
}
.csLeft li {
    color: #fff;
    margin: 0 auto 20px;
    background-color: #93cc1a;
    width: 70%;
    text-align: center;
    border-radius: 30px;
}
.csLeft li a:link {
    color: #222222;
    padding: 10px 0;
    background-color: #93CC1A;
    border-radius: 30px;
    display: block;
}
.csLeft li a:visited {
    color: #222222;
    padding: 10px 0;
    background-color: #93CC1A;
    border-radius: 30px;
}
.csLeft li a:hover {
    color: #fff;
    padding: 10px 0;
    background-color: #3E5B00;
    border-radius: 30px;
}
.cateSaerch h3 {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.csRight {
    margin: 0;
    padding: 0;
    width: 60%;
}
.csRight ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.csRight li {
    margin: 0 auto 20px;
    width: 38%;
    text-align: center;
    border-radius: 30px;
}
.csRight li a:link {
    color: #222222;
    padding: 10px 0;
    background-color: #93cc1a;
    border-radius: 30px;
    display: block;
}
.csRight li a:visited {
    color: #222222;
    padding: 10px 0;
    background-color: #93CC1A;
    border-radius: 30px;
}
.csRight li a:hover {
    color: #fff;
    padding: 10px 0;
    background-color: #3E5B00;
    border-radius: 30px;
}
.csSaarch {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.csSaarch [type="search"] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    width : 45%
}
.csSaarch [type="submit"] {
    padding: 10px 30px;
    text-align: left;
    background-color: #ccc;
    }
}    

    
/* ------------------------------------- 
 *	店舗情報
 * ------------------------------------- */

/************SP***************/
@media screen and (max-width: 768px){
#topAccess {
    margin: 50px 0;
    padding: 70px 0;
    background: url(../img/top/shop-back.jpg) no-repeat center center;
    background-size: cover;
    }
#topAccess strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topAccess h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1px;
    }
#topAccess p {
    padding: 0;
    margin: 0;
    text-align: center;
    }
#topAcsBox {
    margin: 0 auto;
}
#topAcsBox ul {
    padding: 0;
    margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#topAcsBox li {
    padding: 0;
    margin: 0;
    width: 100%;
    }
#topAcsBox li dl {
    padding: 0;
    margin: 0 5%;
    }
#topAcsBox li dt {
    padding: 0;
    margin: 0;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    }
#topAcsBox li dd {
    padding: 0;
    margin: 0 10px 10px;
    width: 80%;
    height: 100%;
    }
}

/************PC***************/
@media screen and (min-width: 769px){
#topAccess {
    margin: 100px 0;
    padding: 70px 0;
    background: url(../img/top/shop-back.jpg) no-repeat center center;
    background-size: cover;
}
#topAccess strong {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-bottom: solid 5px #93cc1a;
    }
#topAccess h2 {
    margin: 20px 0 50px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    }
#topAccess p {
    padding: 0;
    margin: 0;
    text-align: center;
    }
#topAcsBox {
    width: 1200px;
    margin: 0 auto;
}
#topAcsBox ul {
    padding: 0;
    margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#topAcsBox li {
    padding: 0;
    margin: 0;
    width: 50%;
}
#topAcsBox li dl {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    letter-spacing: 0.5px;
}
#topAcsBox li dt {
    padding: 0;
    margin: 0 0 30px;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 30px;
    width: 17%;
    text-align: center;
}
#topAcsBox li dd {
    padding: 0;
    margin: 0;
    width: 80%;
    height: 100%;
    }
}

