@charset "utf-8";
/* CSS Document */
同時に他のWEBフォントを使う場合はhtml側に記載すること*/

*{
	box-sizing: border-box;
}
a{
    text-decoration: none;
	color: inherit;
}
body{
	font-size: 14px;
    font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper{
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
    background-image: url(./../img/index/background.png);
    height: 100%;
    background-color: #ffac5a;
}

img{
	vertical-align: bottom;
}

input[type=text],input[type=tel],input[type=email],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border: 1px solid #999999;
}

.for-pc{
	display: none !important;
}

.sp-br{
	display: block;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.st{
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
}
.imgst{
	width: fit-content;
    height: 4vw;
    margin: 0 auto 30px;
}
.imgst img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.google-map iframe,
.google-map object,
.google-map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/

header{
	position: relative;
    width: 100%;
    height: 100px;
}
header .head-inner{}
header .head-inner ul{
	display: flex;
    justify-content: space-around;
    padding-top: 4px;
}
header .head-inner li{
    cursor: pointer;
}
header .head-inner li a{}
header .head-inner li a img{
    height: 29px;
}

header .head-inner li:first-child img {
    height: 28px;
}
header .head-inner li:first-child{}
header .head-inner li:last-child{}
header .head-inner .head-logo{
	position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
header .head-inner .head-logo img{
	width: 28vw;
}

/*ヘッダーロゴアニメーション*/
header.fixed{
    position: fixed;
    z-index: 999;
}
header.fixed .head-inner .head-logo{
    position: absolute;
    top: 38px;
    left: 12px;
    width: 100%;
    text-align: left;
}
header.fixed .head-inner .head-logo img{
    width: 14vw;;
}

header.fixed,
header.fixed .head-inner .head-logo,
header.fixed .head-inner .head-logo img,
header,
header .head-inner .head-logo,
header .head-inner .head-logo img{ 
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main{}

.content{
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

section{}
.top-image{
	position: relative;
    width: 100%;
    height: 140vw;
}
.top-image img{
	position: absolute;
    width: 88%;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.info{
	background: #ffffffe0;
    padding: 40px 12px;
    color: #333;
}
.info p{
    line-height: 1.7;
    margin-top: 12px;
    text-align: center;
}

.menu{
	background: #ffac5a;
    padding: 40px 12px;
}
.menu > ul{}
.menu > ul > li{
	border-bottom: 2px #333 dashed;
    margin-bottom: 20px;
}
.menu dl{}
.menu dt{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    margin-left: 20px;
}
.menu dd{
    padding-left: 20px;
    font-weight: 600;
    font-size: 1.1em;
}
.menu dd ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.menu dd li{
	line-height: 1.7;
    margin-right: 8px;
}

.news{
	background: repeating-linear-gradient(
45deg
, #ffac5a, #ffac5a 12px, #ffc285 12px, #ffc285 24px);
    background-position: left top, right bottom , 0 0;
    background-color: #fff;
    padding: 32px 0;
    width: 100%;
}
.news .news-cushion{}
.news .news-inner{
	background: #ffffff9e;
    padding: 20px 12px;
}
.news .news-inner .topic{}
.news .news-inner figure{
	margin: 0;
    width: 100%;
}
.news .news-inner figure img{
	width: 100%;
}
.news .news-inner dl{
	margin: 12px 0 20px;
    padding-bottom: 12px;
    font-weight: 600;
    border-bottom: 1px solid #a59092;
}
.news .news-inner dt{
	width: fit-content;
    border-bottom: dashed 1px;
    margin-bottom: 12px;
}
.news .news-inner dd{
	line-height: 1.7;
}

.access{
	    background: #ffac5abf;
    padding: 40px 0 0;
}
.access .google-map{}
.access .google-map iframe{}
.access .logo-image{
	width: 28%;
    margin: 20px auto;
}
.access .logo-image img{
	width: 100%;
}
.access .shop-info{
	background: #ffac5a;
    padding: 32px 0;
    text-align: center;
}
.access .shop-info li{}
.access .shop-info dl{
    margin-bottom: 12px;
}
.access .shop-info dt{
    font-weight: 600;
    line-height: 2;
}
.access .shop-info dd{}
.access .shop-info dd a{}

/*20210909｜新着情報アコーディオン追加
-----------------------------------*/

.accordion {
    position: relative;
}

.acc-btn {
    background: #fff;
    border: 1px solid;
    padding: 4px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.acc-btn p{
    display: block;
    padding: 6px;
    text-align: center;
    font-weight: 600;
}

.acc-btn span{
    position: absolute;
    transform: translateY(-50%);
    transition: 0.5s;
    transform-origin: center;
    top: 50%;
    right: 8%;
}

.acc-btn.active span {
    transform-origin: center;
    transform: rotate(
180deg) translateY(10px);
    transition: 0.5s;
}

.accordion::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 4px;
    right: -3px;
    width: 100%;
    height: 41px;
    background: #000;
}


/*フッター
----------------------------------------------------------------------------------------------------*/
footer{
	display: table;
    width: 100%;
    min-height: 48px;
    text-align: center;
}

.pagetop{
	position: fixed;
	bottom: 20px;/*適宜変更*/
	right: 20px;/*適宜変更*/
	z-index: 99;/*適宜変更・削除*/

	display: inline-block;/*必要があれば適宜変更*/
}

.pagetop img{
    width: 80px;
}

small{
	display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}

@media screen and (min-width:600px) {
	.top-image {
	    height: 840px;
	}
	header .head-inner .head-logo img {
		width: 160px;
	}
	.imgst {
	    width: fit-content;
	    height: 29px;
	    margin: 0 auto 30px;
	}

    /*ヘッダーロゴアニメーション*/
    header.fixed {
        max-width: 600px; 
    }
    header.fixed .head-inner .head-logo{
        width: fit-content;
    }
    header.fixed .head-inner .head-logo img{
        width: 72px;
    }
}