@charset "utf-8";
/* CSS Document */

@media screen and (min-width:641px) and (max-width:1300px) {

#top .mv li .copy {
  padding: 0 3vw;
	font-size: 5vw;
}

}

@media screen and (min-width:641px) and (max-width:1100px) {

header .inner h1 {
  padding-right: 1vw;
}

header .inner .menu .tel {
    margin-bottom: 1vw;
}

nav li:not(:first-child) {
  padding-left: 2vw;
}

}

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

body {
    font-size: 1.6vw;
}

header .inner h1 {
  max-width: 30vw;
}

header .inner h1 img {
  width: 100%;
}

header .inner .menu .tel img {
    height: 3.5vw;
}

nav a {
    padding-right: 2.5vw;
    font-size: 2vw;
    background: url(../images/arrow_01.svg) no-repeat right center / 2vw auto;
}

.headline_01 {
    font-size: 5vw;
    letter-spacing: 1vw;
}

.headline_01 span::before {
    left: -3.5vw;
    top: 3vw;
    font-size: 2vw;
}

.headline_01 span::after {
    right: -3.5vw;
    top: 3vw;
    font-size: 2vw;
}

.headline_01 .deco_01::before,
.headline_01 .deco_02::before {
    left: -8vw;
}

.headline_01 .deco_01::after,
.headline_01 .deco_02::after {
    right: -8vw;
}

.headline_02 {
    font-size: 2.4vw;
    letter-spacing: 1vw;
}

.headline_02 span {
    font-size: 4.4vw;
}

.headline_02 span::before {
    left: -3.5vw;
    top: 2vw;
    font-size: 2vw;
}

.headline_02 span::after {
    right: -3.5vw;
    top: 2vw;
    font-size: 2vw;
}

.headline_03 {
    font-size: 3vw;
    letter-spacing: 1vw;
}

#contents .intro p {
    font-size: 2vw;
}

#top #contents .menu a {
    font-size: 3vw;
}

#top #contents .info li {
    padding: 3vw 3vw 3vw 2vw;
    font-size: 2vw;
}

#top #contents .info li a {
    font-size: 2vw;
}

.btn_01, input[type="submit"].btn_01 {
    font-size: 2vw;
}

#feature .accordion_one .accordion_header {
    font-size: 2.6vw;
    padding: 1vw;
}

#feature .accordion_one .accordion_inner p {
    font-size: 1.8vw;
}

#menu #contents .inner .tax {
    margin-bottom: 1vw;
    font-size: 2.2vw;
}

#menu #contents .inner .pictlist li .name {
    margin: 1.5vw 0 0;
    font-size: 1.8vw;
}

#menu #contents .inner .pictlist li .price {
    padding-bottom: 1.5vw;
    font-size: 2vw;
}

#menu #contents .inner .comment {
    font-size: 2.5vw;
}

#shop #contents .inner .info .table_02 th,
#shop #contents .inner .info .table_02 td {
    font-size: 2vw;
}

#shop #contents .inner .tel .nom {
    font-size: 8vw;
}


}




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

.pc { display: none !important }
.sp { display: block !important }
img { max-width: 100%; height: auto; width: auto; }
body { min-width: auto !important; overflow: inherit !important; font-size: 4.5vw; }
div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }

/*-------------------------------

header

-------------------------------*/
header {
  padding: 3vw 3vw;
	border-bottom: 5px solid #87BCD3;
}

header .inner h1 img {
    max-width: 50vw;
}

header .inner .menu .tel {
    display: none;
}

/*-------------------------------

nav

-------------------------------*/
.sp_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    position: fixed;
    top: 1rem;
    right: 3vw;
    z-index: 1000;
    width: 40px;
    height: 40px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    background: #D59854;
    border-radius: 3px;  
}

.sp_menu span {
    display: block;
    width: 26px;
    height: 3px;
    background: #ffffff;
}

nav {
    z-index: 99999;
    position: fixed;
    top: 0;
	left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: scroll;
    padding: 60px 3vw 19.37% 3vw;
    background: #F5F5E6;
    box-sizing: border-box;
}

nav .closebtn.top {
	display: block;
    position: fixed;
    top: 1rem;
    right: 3vw;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 0.5;
    margin: 0;
    padding: 12px 5px 0;
    cursor: pointer;
    background: #D59854;
    border-radius: 3px;  
}


nav a { 
    color: #5A5A5A !important;
}

nav ul { 
    display: block;
    height: auto;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

nav ul li {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px dashed #c7c7c7;
	border-left: none;
}

nav .tgmenu li {
    width: 100%;
}

nav ul li a {
	display: block;
	padding: 2vw 4vw 2vw 2vw;
	color: #000000;
	font-size: 5.5vw;
	background: none;
	border: none;
}

nav li a:hover {
    color: #972528;
    background: none;
}

nav a:hover {
    background: none;
    color: #972528;
}

nav ul li a .sp {
	display: inline !important;
}

nav .contact {
	margin: 0 0 3vw;
	text-align: center;
	vertical-align: middle;
}

nav .contact a {
	display: inline-block;
	padding: 0;
	font-size: 8vw;
	line-height: 1;
	text-decoration: none;
	background: none;
}

nav .contact .sns {
	margin-top: 3rem;
}

nav .contact .sns img {
	width: 6rem;
}



/*-------------------------------

footer

-------------------------------*/
footer .inner {
    padding: 3vw;
}

footer .inner .since, 
footer .inner .logo {
    width: 100%;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer .inner .logo a {
    display: block;
    text-align: center;
}

footer .inner .since img, 
footer .inner .logo img {
    width: 70%;
    margin: auto;
}

footer .copy .inner {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*-------------------------------

main

-------------------------------*/
/*-------------------------------
#page_top
-------------------------------*/
#page_top {
  display: none;
}

/*-------------------------------
見出し
-------------------------------*/
/* .headline_01 */
.headline_01 {
    font-size: 6vw;
    letter-spacing: 1vw;
}

.headline_01 .deco_01::before,
.headline_01 .deco_01::after,
.headline_01 .deco_02::before,
.headline_01 .deco_02::after {
	width: 7vw;
	height: 9vw;
}

.headline_01 .deco_01::before,
.headline_01 .deco_02::before {
	left: -10vw;
}

.headline_01 .deco_01::after,
.headline_01 .deco_02::after {
	right: -10vw;
}

/* .headline_02 */
.headline_02 {
	margin: 0 0 8vw;
	font-size: 6vw;
}

.headline_02 span {
	top: auto;
	bottom: -6vw;
	right: 2vw;
	color: #5A5A5A;
	font-size: 4vw;
}


/* .headline_03 */
.headline_03 {
    font-size: 5vw;
    letter-spacing: 1vw;
}

/* .headline_04 */
.headline_04 span {
	font-size: 5vw;
}



/*-------------------------------
ボタン
-------------------------------*/
/* .btn_01（赤） */
.btn_01,
input[type="submit"].btn_01 {
    margin: 0.5vw;
    padding: 0.5vw 10vw;
    font-size: 4.5vw;
    border-radius: 5vw;
}



/*-------------------------------
form
-------------------------------*/
/* 必須 */
.req {
	margin: 0 0.5vw;
    padding: 0.3vw 1vw;
    font-size: 3vw;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea,
form select {
    padding: 1vw;
    font-size: 4.5vw;
}


/*-------------------------------
#intro
-------------------------------*/
#intro {
	margin-bottom: 6vw;
}

#intro p {
	font-size: 4.5vw;
	text-align: left;
}


/*-------------------------------

#top

-------------------------------*/
#top {
	background: url("../images/bg_01.jpg") repeat-y top center / 150vw auto, #F5F5E6;
}

#top .mv li .copy {
    padding: 0 2vw;
    font-size: 5vw;
}

/*-------------------------------
#topmenu
-------------------------------*/
#topmenu {
	margin: 0 auto 20vw;
}

#topmenu li {
	width: 100%;
	border: 10px solid #87BCD3;
}

#topmenu li:nth-child(1) {
	border-right: 10px solid #87BCD3;
	border-bottom: 5px solid #87BCD3;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

#topmenu li:nth-child(2) {
	border-left: 10px solid #87BCD3;
	border-top: 5px solid #87BCD3;
	border-bottom: 5px solid #87BCD3;
	border-top-right-radius: 0;
}

#topmenu li:nth-child(3) {
	border-right: 10px solid #87BCD3;
	border-top: 5px solid #87BCD3;
	border-bottom: 5px solid #87BCD3;
	border-bottom-left-radius: 0;
}

#topmenu li:nth-child(4) {
	border-left: 10px solid #87BCD3;
	border-top: 5px solid #87BCD3;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

/*-------------------------------
#info
-------------------------------*/
#top #info ul {
	margin: 0 auto 10vw;
	padding: 5vw;
}

#top #info li {
	padding: 3vw;
	font-size: 4.5vw;
}

#top #info li .day {
	width: 100%;
}

#top #info li .title {
	width: 100%;
}

#top #info li a {
	display: block;
	font-size: 4.5vw;
}

#top #info li a .title {
	width: 100%;
}


/*-------------------------------

#feature

-------------------------------*/
#feature {
	background: url("../images/bg_02.jpg") repeat-y top center / 150vw auto, #F2F3E5;
}

/*-------------------------------
#commitment
-------------------------------*/
#feature #commitment .inner article {
	width: 100%;
	margin-bottom: 5vw;
}

#feature #commitment .inner h3 {
	margin: 6vw 0;
	font-size: 6vw;
}

#feature #commitment .inner p {
	font-size: 4.5vw;
}

/*-------------------------------

#menu

-------------------------------*/
#menu {
	background: url("../images/bg_03.jpg") repeat-y top center / 150vw auto, #F2F0E3;
}

#menu .inbox {
	margin-bottom: 15vw;
}

#menu .inbox figure {
	order: 2;
	width: 100%;
	margin-bottom: 15vw;
	text-align: center;
}

#menu .inbox .price {
	order: 1;
	width: 100%;
	margin-bottom: 5vw;
}

/*-------------------------------

#shop

-------------------------------*/
#shop {
	background: url("../images/bg_04.jpg") repeat-y top center / 150vw auto, #F3F1E3;
}

#shop #info .inner figure {
	width: 100%;
	margin-bottom: 10vw;
}

#shop #info .inner .text {
	width: 100%;
	margin-bottom: 10vw;
}

#shop #info .inner .tel {
	margin: 0 auto;
}

#shop #info .inner .tel .nom {
	font-size: 10vw;
}

#shop #info .inner .tel .nom a {
	color: #5A5A5A;
	text-decoration: none;
}

/*-------------------------------

#contact

-------------------------------*/
#contact {
	background: url("../images/bg_05.jpg") repeat-y top center / 150vw 0, #F3F1E3;
}

#contact #tel {
	padding: 10vw 0;
}

#contact #tel .tel .nom {
	font-size: 10vw;
}

#contact #tel .tel .nom a {
	color: #5A5A5A;
	text-decoration: none;
}

#contact #mail .table_01 {
	width: 100%;
}

#contact #mail .table_01 th,
#contact #mail .table_01 td {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 2vw;
	font-size: 4.5vw;
}

/*-------------------------------

#news

-------------------------------*/
#news {
	background: url("../images/bg_06.jpg") repeat-y top center / 150vw auto, #F3F2E5;
}

#news .list ul {
	margin: 0 auto 10vw;
	padding: 5vw;
}

#news .list li {
	padding: 3vw;
	font-size: 4.5vw;
}

#news .list li .day {
	width: 100%;
}

#news .list li .title {
	width: 100%;
}

#news .list li a {
	display: block;
	font-size: 4.5vw;
}

#news .list li a .title {
	width: 100%;
}

#news .detail {
	margin-bottom: 5rem;
	padding: 5vw;
	font-size: 4.5vw;
}

#news .detail h3 {
	font-size: 5.5vw;
}




}


