@charset "utf-8";

/*===============================================
画面の横幅が415px以上
===============================================*/
@media screen and (min-width: 791px){

.pchidden {
	display: none;
}

}

/*===============================================
画面の横幅が414px以下
===============================================*/
@media screen and (max-width: 790px){
.col1{
	width:30%;
}

.col2{
	width:70%;
}

#left{
	float:left;
}

#right{
	float:left;
}

.spdispblock{
	display: block;
}

.yamato1{
	position:absolute;
	margin: 33% 75% 0 7%;
}

.yamato2{
	position:absolute;
	margin: 40.5% 75% 0 7%;
}

body.delica table tr td{
	display: table-row;
}

.sphidden {
	display: none;
}
#totalwrap {
	width: 100%;
	overflow: hidden;
}


#contents .newslist h2 {
	display: inherit;
}

#contents .newslist .col1{
	display: block;
	width: 95%;
}
#contents .newslist .col2{
	display: block;
	width: 100%;
}
#contents .newslist .col2 h2{
	display: block;
	margin: 5px;
	width: 80%;
	font-size: 20px;
	line-height: 24px;
}

#contents .newslist .col1 p{
	margin: 0;
    padding: 0 10px;
	font-weight: bold;
}

#contents .newslist img{
	max-width: 100%;
	height: inherit;
}


body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}


/*Back to Top*/
.backtotop {
right: 10px;
bottom: 10px;
}
.backtotop img {
width: 60px;
height: auto;
}


#head {
	height: 80px;
}
#head .inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#head .logo {
	width: 130px;
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0;
}
#head .logo img {
	width: 130px;
}

.spmenu_btn {
    display:block;
    position:absolute;
    top:15px;
    right:15px;
    width:30px;
    height:23px;
    background:#009A82;
    border-top:10px solid #FFF;
    border-bottom:10px solid #FFF;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:3px;
    background:#009A82;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:3px;
    background:#009A82;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}

.spmenu {
    display:none;
    position:absolute;
    top:81px;
    left:0;
    width:100%;
    background:#ECFEF3;
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
nav li {
    list-style: none;
}
nav li a {
    display:block;
    width:100%;
    color:#333;
    padding:10px 15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #CCC;
    background: url(../images/common/sp_menu_cursor.png) right center no-repeat;
}



.blist ul {
	width: auto;
	padding: 0 0 0 10px;
}
.blist ul li {
	font-size: 10px;
	line-height: 29px;
}
.blist ul li {
	padding-left: 15px;
	margin-left: -3px;
	background-size: auto 29px;
}
.blist ul li.top {
	padding-left: 18px;
	background-size: auto 15px;
}


.pagetitle {
	font-size: 22px;
	line-height: 40px;
	padding: 10px;
	border-bottom: none;
	min-width: 0;
}



#contents {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: auto;
}

#contents *{
	word-break: break-all;
}

#contents h2 {
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 4px solid #60D9BC;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 10px;
	margin: 0;
}

/*products*/
#contents .products {
	margin: 0 0 20px;
}
#contents .products ul {
	margin: 0 0 0 0px;
}
#contents .products ul li {
	width: 47%;
	margin: 5% 0 0 2%;
}
#contents .products ul li h3 {
	margin: 0 0 3px;
	font-size: 14px;
	line-height: 20px;
}
#contents .products ul li img {
	width: 100%;
}
#contents .products ul li p {
	padding: 0;
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 16px;
	height: 64px
}
#contents .products ul li .kwskbot {
	margin: 3px 10px;
	font-size: 12px;
	line-height: 24px;
	border-radius: 15px;
}

#contents .productscat ul {
	list-style: none;
	padding: 0;
	margin: 2%;
	overflow: hidden;
}
#contents .productscat ul li {
	float: left;
	padding: 0;
	margin: -4px 0;
	width: 33.3%;
}
#contents .productscat ul li a img {
	width: 100%;
	border: 2px solid #FFF;
	border-left: none;
	margin: 0 0 0;
}
#contents .productscat ul li:nth-child(1) a img {
	border-left: none;
}


/*店舗情報詳細*/
#contents .shopsingle h1 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 10px 10px 0;
	border: none;
	border-top: 1px solid #CCC;
	width: auto;
	float: none;
	text-align: center;
}
#contents .shopsingle .prefecture {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px 0;
	border: none;
	width: auto;
	float: none;
	text-align: center;
}
#contents .shopsingle .basicinfo {
	padding: 10px;
}
#contents .shopsingle .basicinfo img {
	float: none;
	width: 100%;
}
#contents .shopsingle .basicinfo li {
	margin: 0;
	line-height: 20px;
}
#contents .shopsingle .basicinfo li.pcode {
	padding: 5px 0 0;
	font-size: 12px;
}
#contents .shopsingle .basicinfo li.addr, #contents .shopsingle .basicinfo li.tel {
	font-size: 14px;
}
#contents .shopsingle .basicinfo li.subinfo {
	margin-top: 10px;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #009A82;
}
#contents .shopsingle .basicinfo li.subinfo span {
	width: 55px;
}
#contents .shopsingle .service {
	width: auto;
	float: none;
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 10px;
}
#contents .shopsingle .service li {
	display: inline-block;
	margin: 0 0 0 2%;
	width: 31%;
}
#contents .shopsingle .service li:nth-child(3n+1) {
	margin: 0;
}
#contents .shopsingle .service li.mmk {
	margin: 10px 0 0;
}

#contents .shopsingle .service li.two_banner a,
#contents .shopsingle .service li.two_banner a img {
  width: 100%;
}

#contents .shopsingle .service li img {
	width: 100%;
}

#contents .shopsingle h3 {
	margin: 0;
	padding: 7px 10px 3px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
#contents .shopsingle .chirashi {
	margin: 0 0 10px 0;
}
#contents .shopsingle .chirashi iframe {
	width: 100%;
}
#contents .shopsingle .chirashi ul {
	margin: 5px 0;
	padding: 0;
	text-align: center;
}
#contents .shopsingle .chirashi ul li {
	display: inline-block;
	margin: 0 3px 0;
}
#contents .shopsingle .gmap {
	margin: 0 0 10px;
}
#contents .shopsingle .gmap .storename {
	margin: 10px 10px 5px;
	font-size: 14px;
	line-height: 24px;
}
#contents .shopsingle .gmap iframe {
	width: 100%;
	height: 300px;
	border: none;
}
#contents .shopsingle .gmap .addr {
	margin: 5px 10px 15px;
	font-size: 12px;
	line-height: 18px;
}

#contents .kokuchi_img img {
	width: 95%;
	text-align:center;
}




/*shoplist*/
#contents .shoplist dl {
	width: 100%;
	border: none;
	border-top: 1px solid #CCC;
	font-size: 14px;
	margin: 0;
}
#contents .shoplist dl.aomori {
	float: none;
}
#contents .shoplist dl.akita {
	float: none;
	margin-bottom: 0;
}
#contents .shoplist dl.honbu {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
#contents .shoplist dl dt {
	padding: 4px 10px;
	float: left;
	line-height: 20px;
	font-size: 12px;
}
#contents .shoplist dl dd {
	padding: 4px 10px;
	margin: 0 0 0 60px;
	font-size: 12px;
}
#contents .shoplist dl dd a {
	padding: 0 0 0 16px;
	background-size: 12px 12px;
}
#contents .shoplist dl dt:nth-child(2),
#contents .shoplist dl dd:nth-child(3) {
	padding-top: 10px;
}
#contents .shoplist dl dd:nth-last-child(1) {
	padding-bottom: 10px;
}
#contents .shoplist .list {
	text-align: center;
	margin-bottom: 20px;
}
#contents .shoplist .map_canvas {
	margin: 10px;
}
#contents .shoplist .map_canvas {
	width: 100%;
	height: 300px;
	border-left: none;
	border-right: none;
}

#contents .shoplist .map_canvas {
	width: 95%;
	height: 600px;
	border: 1px solid #CCC;
}

/*massege*/
#contents .message p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px;
	text-align: justify;
}
#contents .message dl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 10px 20px;
}
#contents .message dl dt {
	color: #71976B;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0 5px;
	padding: 0;
}
#contents .message dl dd {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
#contents .message table {
	margin-top: 10px;
	width: 95%;
}
#contents .message th {
	width: 25%;
}
#contents .message td {
	width: 70%;
}
#contents .message .tsukamoto {
	text-align: right;
	margin: 0 8px 20px;
}
#contents .message .tsukamoto img {
	width: 240px;
}

#contents .message .block_wrap {
	margin-bottom: 10px;
    width: 100%;
}
#contents .message .block_left {
	width: 100%;
}
#contents .message .block_right {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

/*index*/
.slide {
	margin: 0 0 0 -49%;
	padding: 0;
	max-width: 150%;
	min-width: 150%;
}
.slide ul {
	margin: 0;
	padding: 0;
}
.slide ul li {
	margin: 0;
	padding: 0;
}


.ofi_image {
	height: auto;
}


/*
.bx-wrapper img.ofi_image {
    width: 28vh;
}
*/

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px !important;
	height: 10px !important;
	margin: 0 3px !important;
	-moz-border-radius: 7px !important;
	-webkit-border-radius: 7px !important;
	border-radius: 7px !important;
}

.bnr {
	margin: -20px 0 0;
}
.bnr ul {
	width: auto;
	margin: auto;
	padding: 40px 15px 0;
	overflow: auto;
}
.bnr ul li {
	float: none;
	margin: 0 0 10px;
}
.bnr ul li img {
	width: 100%;
}
.carousel {
	margin: 5px 15px -5px;
	padding: 0;
}
.carousel ul {
	margin: 0;
	padding: 0;
}

.announce {
	padding: 0 15px;
}

.announce a {
	font-size: 1rem;
}

.announce_corona,
.announce_corona_01 {
	font-size: 1rem;
	line-height:1.5;
	padding: 5px 16px 1px;
}

.announce_corona a,
.announce_corona_01 a {
	font-size: 1rem;
	line-height:1.5;
	padding: 9px 16px;
}

.announce_corona a:hover {
	font-size: 1rem;
	line-height:1.5;
	padding: 6px 16px;
}

.announce_corona_01 a:hover {
	font-size: 1rem;
	line-height:1.5;
}

.announce_cancel {
	font-size: 1rem;
	line-height:1.5;
	padding: 0 15px;
	margin-bottom: 10px;
}

.announce_cancel a {
	font-size: 1rem;
	line-height:1.5;
	padding: 17px;
}

.announce_cancel a:hover {
	font-size: 1rem;
	line-height:1.5;
	padding: 14px;
}

.news {
	border-left: none;
	border-right: none;
	margin: 0 0 20px;
}
#contents .news h2 {
	border: none;
	border-left: 4px solid #709798;
	padding: 0 10px;
	margin: 10px 10px 0;
	line-height: 24px;
	font-size: 16px;
}
#contents .news dl {
	border-top: 1px solid #CCC;
	padding: 10px 10px 0;
}
#contents .news dl dt {
	padding: 0 0 0 20px;
	line-height: 20px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/top/indexnews_arrow.png);
}
#contents .news dl dd {
	margin: 0 0 10px;
	padding: 25px 0 10px 20px;
	border-bottom: 1px dotted #EE706B;
	background-repeat: no-repeat;
	background-position: 130px 0px;
}
#contents .news dl dd {
	background-image: url(../images/top/indexnews_info.png);
}
#contents .news .forlist {
	margin: 10px 10px;
}
#contents .news .forlist a {
	color: #2868B5;
	line-height: 20px;
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-image: url(../images/top/indexnews_more.png);
}


/*about*/
.topimg {
	width: 100%;
	overflow: hidden;
}
.topimg img {
	width: 120%;
	min-width: 0px;
	margin: 0 -10% 10px;
}
#contents .about .col {
	margin-bottom: 0;
}
#contents .about ul{
	list-style-type: none;
	padding: 0;
	margin: 0 10px;
}
#contents .about ul li a {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
	padding: 2px 0 0 20px;
	width: auto;
	display: block;
	float: none;
}
#contents .about ul li a:hover {
	opacity: 0.7;
}


/*history*/
#contents .history dl dt {
	float: none;
	width: 96%;
	padding: 10px 2% 0;
}
#contents .history dl dd {
	border-top: none;
	float: left;
	width: 47%;
	padding: 5px 0 10px 2%;
	margin: 0;
}
#contents .history dl .first{
	border-top: 1px solid #CCC;
	background: #F5F5F5;
	padding: 5px 0;
	width: 50%;
	text-align: center;
}
#contents .history dl dt.first{
	display: none;
}


/*privacy*/
#contents .privacy {
	margin: 0 10px 30px;
}
#contents .privacy ul {
	list-style-type: decimal;
	padding-left: 20px;
}
#contents .privacy ul li {
	margin: 10px 0;
}


/*principle*/
#contents .principle .intro {
	margin: 0px 10px 20px;
}
#contents .principle ul {
	list-style-type: decimal;
	padding-left: 20px;
	margin: 20px 10px 20px;
	padding-top: 10px;
}
#contents .principle ul li {
	margin: 10px 0;
}
#contents .principle ul p {
	margin: 20px 0 20px -20px;
}
#contents .principle ul img {
	margin: 5px auto;
}


/*募金活動*/
#contents .bokin .col p {
	text-align: left;
	margin: 15px 10px 0;
}
#contents .bokin .col p.ki, #contents .bokin .col .total {
	text-align: center;
}
#contents .bokin .col .total span {
	font-size: 22px;
	line-height: 30px;
}
#contents .bokin .col .postmeta {
	text-align: right;
	margin: 15px 10px 10px;
}
#contents .bokin .col dl dt {
	border-top: 1px solid #CCC;
	float: none;
	padding: 10px 10px 0;
	margin: 0;
	width: auto;
	display: block;
}
#contents .bokin .col dl dd {
	border-top: none;
	float: none;
	padding: 0 10px;
	margin: 0;
	width: auto;
	display: block;
	font-size: 1.2em;
}
#contents .bokin .col dl dd:nth-child(3n+3) {
	text-align: left;
	padding: 0 10px 10px;
}

/*店舗情報*/
#contents .sp_list h4 {
	padding: 5px;
	color: #ffffff;
	text-align: left;
	background-color: #009078;
}
#contents .sp_list a:hover {
	color: #666666;
}
#contents .sp_list table {
	width: 95% !important;
}
#contents .sp_list th {
	width: 30%;
	background-color: #b4e8c1;
}
#contents .sp_list td {
	background-color: #f4f6f4;
}
#contents .sp_list td.image {
	background-color: #ffffff;
}
#contents .sp_list img {
	max-width: 300px;
}
#contents .sp_list hr {
	margin: 20px 0;
	border: 1px solid #dddddd;
}
#contents .sp_list td span {
	color: #ff0000;
}


/*ecology*/
#contents .ecology h2 {
	border: none;
	margin: 20px 0;
	text-align: center;
}
#contents .ecology img {
	max-width: 96%;
}
#contents .ecology h2 img {
	height: auto;
	width: 90%;
}
#contents .ecology h3 {
	font-size: 16px;
	line-height: 22px;
	padding-left: 5px;
	margin: 20px 10px 5px;
}
#contents .ecology p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 10px 20px;
}
#contents .ecology .col p a.textbot {
	margin-left: 0;
}
#contents .ecology .fright {
	margin: 0 0 5px 10px;
	float: right;
	max-width: 49%;
}
#contents .ecology .ecoright {
	width: auto;
	float: none;
	margin: -34px 10px 10px ;
}
#contents .ecology .ecoright img {
	max-width: 49%;
}

/*activities*/
#contents .activities .col h2 {
	margin-bottom: 10px;
}
#contents .activities .col p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px 10px;
}
#contents .activities .col .caption {
	margin: -10px 10px 10px;
}

/*song*/
#contents .song p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0;
}
#contents .song .words {
	float: none;
}
#contents .song .bgm {
	text-align: center;
	width: auto;
	padding: 0 10px 10px;
	margin: 10px 10px 0;
	border-radius: 3px;
}
#contents .song .bgm h3 {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
#contents .song .bgm audio {
	max-width: 100%;
}

#contents .contact table {
	margin-top: 10px;
	width: 95%;
}
#contents .contact th {
	width: 30%;
}
#contents .contact td {
	width: 65%;
}
#contents .contact td .note {
	display: block;
}
#contents .contact textarea {
	width: 95%;
	height: 150px;
}

#contents .contact input[type=text],
#contents .contact select {
	width: 95%;
}

/*col*/
#contents .col {
	margin: 0 0 20px;
}
#contents .col p {
	margin: 10px;
}
#contents .col a.textbot {
	margin: 5px 10px;
	border: 1px solid #CCC;
}
#contents .col img {
	margin: 0 0 10px 10px;
	max-width: 90%;
}
#contents .col img.fright{
	margin: 10px 10px 5px 10px;
}
#contents .col img.fleft{
	margin: 10px 10px 5px 10px;
}

div.sitemap {
	width: 100%;
	margin-left: 0;
}
div.sitemap h3 {
    margin-left: 10px;
}

body.healthyNews div#sec1 dd {
  max-width: 100%;
}

.indexundermenu ul {
	margin: 0;
	padding: 0;
}
.indexundermenu ul li {
	float: left;
	margin: 0 0 3% 3%;
	width: 45%;
	overflow: hidden;
	border: 1px solid #CCC;
}
.indexundermenu ul li img {
	width: 100%;
}
.indexundermenu ul li h3 {
	background: #3F6438;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin: -7px 0 0;
	text-align: center;
}

/*foot*/
#foot {
	height: auto;
	background: #EDEDED;
	color: #777;
}
#foot .inner {
	width: auto;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}
#foot .menu {
	min-height: 150px;
	margin: 0 0 10px;
	border-right: 1px solid #CCC;
	border-left: none;
	float: none;
	width: auto;
}
#foot .menu ul {
	margin: 0;
	padding: 0 2%;
	list-style: none;
	float: left;
	border-right: none;
	border-left: 1px solid #CCC;
	min-height: 150px;
	width: 45%;
}
#foot .menu ul li a {
	line-height: 25px;
	color: #777;
}
#foot .menu ul li a:hover {
	color: #333;
}
#foot .info {
	position: relative;
	top: 20px;
	right: auto;
	margin: 0;
}
#foot .info .logo img {
	width: 120px;
}
#foot .info h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#foot .info .addr {
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 10px;
}
#foot .copyright {
	position: relative;
	top: 10px;
	border-top: 1px solid #CCC;
	font-size: 10px;
	line-height: 20px;
	padding: 10px 0;
	width: auto;
}

.floor-map {
	padding: 0 15px;
}

.shop-info {
	width: 95%;
}

.shop-info td {
	padding: 10px 5px;
	font-size: 11px;
	line-height: 1.2;
}


#end {}
}
