@charset "utf-8";
/*
＜明朝（タイトル・説明文）＞
・Zen Old Mincho
＜ゴシック（お知らせや店舗、価格などの情報）＞
・源ノ角ゴシック太字：Bold、中字：Medium、細字：Regular
*/
@media screen and (max-width: 750px) {
	.PC_only, .pc {
		display:none!important;
	}
	.sp_only, .sp {
		display:block;
	}
	.sp_small{
		display:none!important;
	}
	.item_info .contents .item_list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.item_label {
		font-size: 2.5vh !important;
		padding-bottom:0.5em !important;
	}
	.item_info .contents h2{
		padding-bottom:0 !important;
	}
	h3.zen_bold{
		padding-top:3em;
	}
}

@media screen and (min-width: 751px) {
	.sp_only, .sp {
		display:none!important;
	}
	.pc_only, .pc {
		display:block;
	}
	.sp_small{
		display:none!important;
	}
}
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1s;
  }
.fadein.active{
	opacity : 1;
	transform : translate(0, 0);
}
a {
	text-decoration: none;
	color: #000;
}
.center{
	text-align: center;
}

.clear{
	clear: both;
	width : 100%;
}

html, .contents * p{
	font-weight: lighter;
	font-size:14px;
	line-height:2em;
}
/*
* {
	font-family: zen-old-mincho,sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
html{
	padding : 0!important;
	margin	: 0!important;
	margin-top:0px!important;
	font-size: initial;
}
body {
	margin:0!important;
	padding: 0!important;
	font-size: 14px;
}
.entry-title{
	margin: 0;
}

.new_title{
	font-weight: 600;
	font-size: 16px;
}

.entry-content {
	margin: 0px auto !important;
	max-width: 1280px !important;
	min-width: 320px !important;
	width: 100% !important;
	position: relative;
}

.sp_top_menu{
/*	width: 80%; */
	height: 48px;
	text-align: center;
/*	float: left; */
}
.sp_top_menu a img{
	width: auto;
	height: 22px;
	margin-top: 13px;
}

#footer {
	background-color:#381D1D;
	padding:2vw 0 1.5vw 0;
	color:#ffffff;
	text-align: center;
	width:100%;
	margin-top:auto;
}

#footer a {
	text-decoration: none;
	color:#ffffff;
}

#footer a:hover {
	color:#707070;
}

.footer_link {
	padding:0 2em;
}

#footer img {
	padding:2vw 0;
	width:290px;
}

.slider_href:hover{
	cursor : pointer;
	opacity: 0.6;
}
.copyright {
	font-size:0.7em;
}

.space {
	padding:5em;
}

h2 {
	font-weight:600;
	font-size: 1.6em;
	padding:0;
	margin:0;
}
h3.zen_bold{
	font-size:19.5px;
}
.item_list:after {
	clear: both ;
	content: ''; 
	display: block;
}
.shop_title {
	font-size:26.5px;
}

.b600{
	font-weight:600;
}

.mod-header {
	margin: 0px auto!important;
	max-width: 1280px!important;
	min-width: 320px!important;
	width: 100%!important;
}

.indexImg{
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	padding-top: 48.0%;
	object-fit: contain;
	top: 50px;
}

.mod-mainContent {
	width: 100%;
}

/*札幌農学校ロゴ*/
.toplogo {
	position: absolute;
	max-width: 5vw;
	top: 6em;
	left: 15em;
}

#logo {
	margin: 0.7em 0 0 0;
	width:auto;
	max-width: 200px;
}

h1 img {
	width: 30%;
	min-width: 150px;
	max-width:300px;
}

/*PC版ヘッダーのメニュー一覧*/
.header_nav {
	background: #fff;
	top: 0;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	height:70px;
	z-index:99;
	text-align: center;
}
.header_nav_in{
	max-width: 1280px;
	width: 80%;
	display: inline-block;
}
.header_nav_in #logo{
	float: left;
	text-align: left;
}
.header_nav_in .nav{
	float: left;
	text-align: left;
	width: 600px;
}

.nav_menu {
	display: flex;
	padding: 0;
	margin-top:1.4em;
}
.header_nav_in .nav_sns {
	float: right;
	text-align: left;
	width: 120px;;
}
.nav_menu_item {
	margin-right: 10%;
	list-style-type:none;
}

.sns_icon {
	margin-left:auto;
	margin-right:0px;
}

.followus_instagram {
	vertical-align:text-top;
	padding-left:1em;
	margin-top: -4px;
}


.info_tl {
	flex-wrap: wrap;
	margin:0 auto;
	padding:1.5em;
	width:55%;
	max-width: 100%;
	min-width: 820px;
	height:auto;
	background-color: #ffffff;
}

.index.info_tl {
	padding: 4em 1.5em;
}
.index.info_tl .info_tl_midashi{
	font-size: 19.5px;
}

#store_detail .contents{
	width:60%;
	margin:0 20%;
}



.shop_button{
	margin: 3em auto 6em auto;
	text-align: center;
	display: block;
}
.shop_button a{
	background: #381D1D;
	color: #fff;
	text-align: center;
	font-size: min(1.2em,26px);
	padding: 0.5em 0em;
	text-decoration: none;
	display: inline-block;
	min-width: 180px;
	width: 30%;
}
.return_link, .prev_link, .next_link {
	margin: 0;
	background: #381D1D;
	color: #fff;
	text-align: center;
	font-size: min(1.2em,26px);
	padding: 0.5em 0;
	text-decoration: none;
	display: block;
	float: left;
	width : 200px;;
	display: inline-block;
	margin: 0 10px;
}

.info_tl_midashi {
	margin-top:2px;
	margin-bottom: 2em;
}
.info_tl_list{
	width : 100%;
}
.news_list{
	margin-bottom : 20px;
	display: flex;
}
.news_list span,.news_list a{
	float:left;
}

.news_list .date{
	width : 10%;
}
.news_list .category{
	width : 10%;
}
.title_link{
	overflow-wrap: break-word;
}

.title_link, .title_link:link, .title_link:visited, .title_link:active, .title_link:focus {
	text-decoration: none !important;
	color: black;
}
.title_link:hover, a:hover{
	opacity: 0.6;
}
.not_hover a:hover{
	opacity: 1.0!important;
}

.info_tl_right {
	float:right;
	width:70%;
}

.info_tl_right dl dd p {
	margin-top:0;
}

.info_tl_right a {
	text-decoration: none;
	font-size:0.9em;
	padding-top:1em;
	display: block;
	color: inherit;
}

.info_tl_right dl {
	display:flex;
	flex-flow:row wrap;
	width:100%;
	margin:0;
}


.info_tl_right dt {
	flex-basis: 20%;
	margin:0;
}

.info_tl_right dd {
	flex-basis: 80%;
	margin:0;
	padding-bottom:3em;
}

.store_info, #store_detail {
	background-color:#EEE1BA;
	margin:0 auto;
	padding:5em 0;
}
#store_detail {
	padding: 3em 0 2em 0 !important;
}
.sale_item{
	margin-top: 20px;
}
.place {
	margin-top: 40px;
	line-height: 1.5em;
	padding-bottom: 1em;
}
.business_tel{
	margin-top: -20px;
	padding: 0;
	margin-bottom: 20px;
	display: inline-block;
}
.business_hours, .tel{
	float: left;
}
.paymentmethod {
	float:inherit;
	clear:both;
	padding-top: 0.5em;
	line-height: 1.5em;
}
.paymentmethod a {
	border-bottom: 1px solid #381D1D;
}
/*
.paymentmethod a:after {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OTkuOTMgNjQ0LjcxIj48cG9seWdvbiBmaWxsPSIjODg4IiBwb2ludHM9IjcyOC44MiAxMjYuMTkgNzI4LjgyIDU4MC41MyAxMzcuMzkgNTc5LjY0IDEzNy4zOSA2NDQuNzEgNzk5LjkzIDY0NC43MSA3OTkuOTMgMTI2LjE5IDcyOC44MiAxMjYuMTkiPjwvcG9seWdvbj48cGF0aCBmaWxsPSIjODg4IiBkPSJNLS41NSw1MTguNTJWMGg2NjJWNTE4LjUyWk01OTEuNDMtNjQuMThWNjQuMThoLTUyMC41NFY0NTQuMzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjU1IC0wLjAxKSI+PC9wYXRoPjwvc3ZnPg==');
	display: inline-flex;
	width: 13px;
	height: auto;
	padding-left:0.3em;
}
*/

.tel{
	margin-left: 40px;
}
.tel.not{
	margin-left: 0px;
}

.item_info {
	margin:0;
	padding:5em 0;
	background-image:url("/img/back_mark.png");
	background-repeat: repeat;
	background-size: 12%;
	text-align: center;
	display: flex;
}
.item_info .contents{
	width:55%;
	max-width: 100%;
	min-width: 820px;
	margin: 0 auto;
}

.item_info .contents h2{
	padding-bottom:2.5em;
	font-size:26.5px;
}
.item_info .contents .item_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.item{
	float:left;
	width : 49.5%;
}
.item a{
	display: inline-block;
	width: 100%;
}

.hover_white:hover ,.hover_white a:hover{
	background-color: #fff;
}

.item a img{
	max-width: 100%;
	height: 100%;
	width :100%;
	object-fit: contain;
}
.item:nth-child(even){
	margin-left: 1%;
}
.item_title {
	line-height:1.5em;
	padding-bottom:0.5em;
	letter-spacing: -0.05em;
	font-size: 2em !important;
}

.itemlist_image-container{
	position: relative;
}
.item_label {
	position: absolute;
	bottom: 0;
	font-weight: 700 !important;
	font-size: 22px;
	padding: 0 0 13px 0;
	text-indent: 0.1px;
	text-align: center;
	width: 100%;
}

.about_nougakkou .contents{
	width:55%;
	max-width: 100%;
	margin: 0 auto;
}

#store_info_menu .contents{
	width:65%;
	max-width: 80%;
	min-width: 60%;
	margin: 0 auto;
}

ul , li{
	list-style: none!important;
}
.nows_link_area .right{
	width: 20%;
	margin: 0 5% 0 5%;
	display: flex;
	float: left;
}
.nows_link_area .center{
	width: 20%;
	margin: 0 10% 0 10%;
	display: flex;
	float: left;
}
.nows_link_area .left{
	margin: 0 5% 0 5%;
	width: 20%;
	display: flex;
	float: left;

}

.item_title_sub {
	font-size:70%;
}

.item_img img{
	width:750px;
	max-width:100%;
}

.item_mark {
	position:relative;
}

.store_list p.label, .store_list ul{
	float:left;
	text-align: left;
	margin-bottom: 40px;
}
.store_list p.label{
	width : 12%;
	font-size: 90%;
	line-height: 1.3;
}
.store_list ul{
	width : 88%;
	padding-bottom: 20px;
}
.store_list ul li{
	width : 28%;
	float:left;
	text-align: left;
	height: 50px;
	line-height: 1.2;
	height: 60px;
	margin: 0 2.5%;
}

.store_list ul li span{
	font-size:50%;
	background-color:#000000;
	color : white;
	display: inline-block;
	padding : 5px 10px;
	line-height: 1;
	border-radius: 5px;
	margin-bottom : 20px;
}
.store_list ul li a, .store_list ul li a:link,.store_list ul li a:visited, .store_list ul li a:active, .store_list ul li a:focus{
	text-decoration: none!important;
	font-size:80%;
	color:black;
}
.store_list	ul li a:hover{
	opacity: 0.6;
}

.store_list ul{
	border-left:2px solid #000000;
}

.table {
	display:table;
}
.table .row {
	display:table-row;
}
.table .cell {
	display:table-cell;
}
.about_nougakkou {
	background-color:#381D1D;
	width:100%;
	padding-bottom:6em;
	margin:0;
	text-align: center;
	color:#ffffff;
}


.store_midashi {
	color:#000000;
	background-color: #f7f1dd;
	font-size:24px;
	margin: 5em auto 0 auto;
	padding:0.4em;
	text-align: center;
	font-weight:bold;
	box-sizing: border-box;
	width:800px;
}

.store_midashi:first-child {
	margin-top: 0;
}

.store_container {
	display:flex;
	justify-content: space-between;
	background:rgba(255,255,255,0.1);
	padding:0 0 4em 0;
	margin:0 auto; 
	width:800px;
	box-sizing: border-box;
}


.store_main{
	width:50%;
	height:auto;
	padding: 4em 2em 0 2em;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}

.store_name {
	font-size:1.5em;
}

.store_main dl dt {
	display: block;
	clear: left;
	float: left;
	padding-right:1.5em;
	font-size:0.8em;
	letter-spacing: -0.01em;
}

.store_main dl dd {
	margin-left: 6.5em;
}

/*ハンバーガーメニュー*/
.hamburger-menu{
/*
	
	flex-flow: column;

	position:fixed;
	
	top: 0px;
	justify-content: center;
	align-items: center;
	right: 10px;
*/
	position:fixed;
	top: 0px;
	right: 5px;
	display:flex;
	vertical-align: center;
	height:48px;
	width: 48px;
	z-index: 99;
}

.menu-btn {
/*	position: fixed;*/
	top: 0px;
	right: 0px;
	height: 48px;
	width: 48px;
	justify-content: center;
	align-items: center;
	z-index: 99;
	display: flex;
	/*background-color: #005B00;*/
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	content: '';
	display: block;
	height: 1.6px;
	width: 25px;
	border-radius: 3px;
	background-color: transparent;
	position: absolute;
}
.menu-btn span:before {
	bottom: 7px;
	background-color: #000000;
}
.menu-btn span:after {
	top: 4px;
	background-color: #000000;
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: rgba(255, 255, 255, 0.9);
	transition: all 0.5s;/*アニメーション設定*/
	margin-left: 80%;
}


.menu-content ul li {
	list-style: none;
	text-align: center;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	color:#000000;
	text-decoration: none;
	padding: 20px 15px 10px 0;
	position: relative;
}
.entry-title {
	text-align: center;
	font-weight:bold;
	font-size:min(2em,24px);
	padding:6em 0 2em 0;

}

.has-text-align-center p{
	font-size:1em;
	margin:0;
}

.has-text-align-center {
	text-align: center;
}

.post-edit-link a{
	display:none;
}

.companyinfo {
	padding:7em 2em 3em;
	background-color: #ffffff;
	display:flex;
	justify-content: center;
}

.hc_link {
	text-align: center;
	line-height:1.5rem;
	padding-bottom:8em;
}

.companyinfo p {
	line-height: 2.0em;
	font-size:1em;
}



.menu-content ul .link a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.menu-content ul .link	a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 60%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	margin: 0 20%;
	}
.menu-content ul .link a:hover::after {
	transform: scale(1, 1);
}
.menu-content ul	.sns{
	margin-top: 100px;
}

.info_tl_right * a:hover,	.info_tl_right * a:visited, .hc_link a:visited{
	color : #333!important;
}
	
.bottom_img {
	background-color: #EEE1BA;
	margin-bottom: 8em;
}

.bottom_img img {
	width: 100%;
	background-color: #EEE1BA;
	vertical-align: bottom;
}

.origin{
	display: inline-block;
}
.image-container {
	background: url("/img/waku_01.png") no-repeat, url("/img/waku_02.png?var=2") no-repeat, url("/img/waku_03.png") no-repeat, url("/img/waku_04.png") no-repeat;
	background-position: left top,right top,right bottom,left bottom;
	background-size: 50px auto;
	padding-bottom: 80px;
}
 

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

	.menu-content {
		margin-left: 0vw; /* 30 vw*/
	}
	.menu-content ul {
		padding: 110px 10px 0;
	}

	#wrapper {
		background-size: 34%;
	}

	.store_info {
		padding: 3em;
	}
	.store_main dl dt {
		font-size:0.8em;
		float:none;
		line-height: 1.0em;
	}

	.store_main dl dd {
		margin-left:1em;
	}
	.store_main dl dd .Limited {
		margin-left:0;
	}
	.about_nougakkou {
		padding: 10vw 0;
	}

	.about_nougakkou .contents .container{
		margin-bottom: 5em;
		line-height: 2.8;
	}

	.origin {
		width:100%;
		padding: 0 4.5em;
		box-sizing: border-box;
	}

	.origin_title {
		text-align:center;
	}
	.origin_title img{
		width: 40%;
		height: auto;
		padding:2em 0 4em 0;		
	}
	.origin_text {
		line-height:2.5em;
		padding: 0 0.8em;
	}

	.yurai_nougakkou {
		padding: 4em 0 2em;
		font-size: 1.6em;
	}
	.origin_middle_container{
		padding-bottom: 3em;
	}
	.image-container{
		padding-bottom: 1px;
	}

	.origin_donation {
		font-size: 0.62em;
		letter-spacing: -0.02em;
		text-align: left;
		line-height: 1.8em;
		width: 60%;
		padding: 0.5em 2.5em;;
		top: -10em;
		position: relative;
		font-size: 8px;
	}
	.origin_img_container {
		position: relative;
		padding: 0 2em;
	}
	.origin_img_clark {
		padding-top:1.5em;
		text-align: center;
	}
	.origin_img_clark img {
		width:100%;
	}
	.origin_img_logo {
		position: absolute;
		right: 1em;
		width: 19%;
		top: 43vw;
	}
	.origin_img_container::after{
		clear:both;
		width:100%;
	}
	.about_space h1{
		font-size: 1.2em;
	}

	.info_tl{
		width: 100% !important;
		margin: 0 !important;
		padding: 0 5em;
	}

	.info_tl_right {
		width:100%;
	}

	.info_tl_right dl {
		flex-flow:column;
	}

	.info_tl_midashi {
		float:inherit;
		width:100%;
	}
	.item_info{
		background-size: 45%;
	}

	  .info_tl, .item_info .contents, .about_nougakkou .contents, #store_info_menu .contents {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
		
	}
	.info_tl_list{
		width : 100%;
		display: inline-block;
	}
	.info_tl {
		padding: 0.5em 3em;
		width: 100%;
		box-sizing: border-box;
	}
	.info_tl_list ul{
		padding: 0;
		margin-bottom: 0px;
	}
	.news_list {
/*		margin-bottom: 40px; */
		display: inline-block;
	}
	.news_list .date, .news_list .category{
		width: 80px;
	}
	.news_list a {
		width: 100%;
	}
	.item_info{
		width: 100%;
		text-align: center;
	}
	.info_tl_list ul li:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.item {
		float: initial;
		width: 80%;
		max-width: 400px;;
		margin: 0 auto !important;
		
	}
	#store_detail .contents{
		width:80%;
		margin:0 10%;
	}
	.business_hours, .tel {
		float: initial;
		line-height: 1.5;
	    margin-bottom: 10px;
	}
	.tel {
		margin-left: 0px;
	  }
	.store_list p.label{
		float: initial;
		width: 100%;
		margin-bottom: 10px;
	}
	.store_list ul li {
		width: 44%;
		float: left;
		text-align: left;
		line-height: 1.2;
		height: 60px;
	}
	.shop_button {
		margin: 3em auto 4em auto;
	}
	.shop_button a{
		width: 100%;
	}
	/*札幌農学校ロゴ*/
	.toplogo {
		top: 10vw;
		max-width:14.5vw;
		left:9vw;
	}

	#store_info_menu .contents .kinds{
		width: 90%;
		margin: 0 auto;
	}

	#footer img {
		padding: 9vw 0;
		width: 45%;
		min-width:40%;
	}
	.copyright {
		margin:3vw 0;
		font-size:min(0.7em,2vw);
	}

	.footer_link {
		padding:0 2vw;
		font-size:min(0.9em,3vw);
	}
	
	.item_img {
		width:100%;
	}
	.store_midashi {
		font-size:1.2em;
		width: 90%;
	}

	dt.shop_limited_list {
		margin-top:1em;
	}
	
	/*	----------------	会社概要	-----------------------	*/
	#post-3 .entry-title{
		padding : 6em 0 0em;
	}
	.companyinfo {
		padding: 2em 1em;
		line-height: 1.8em;
	}

	.store_container{
		padding: 0;
		width: 90%;
	}

	.item.req, .item.tel{
		margin: 0 !important;
	}
	.mw_wp_form_input * .sel::after {
		top: 30px!important;
	}

}

@media screen and (min-width: 751px) {
	#wrapper{
		margin: 50px 0 0 0 ;
	}

	.about_nougakkou{
		padding-top: 4em;
	}
	.origin_donation {
		margin-top: 7%;
		font-size: 0.95em;
	}
	.origin_middle_container{
		float:left;
		width:50%;
		justify-content: space-between;
		display: flex;
	}
	.origin_title {
		text-align:center;
		padding: 2.5em 0 2.5em 0;
	}
	.origin_title img{
		width: 40%;
	}
	.container{
		padding-bottom : 2.5em
	}
	
	.yurai_nougakkou {
		font-size: 1.5em;
		padding: 2em 0 2.5em 0em;
	}

	.not .origin_top, .not .origin_middle, .not .origin_bottom{
		background:initial;
	}
	.not .origin_top{
		padding-top: 0px;
	}
	.not * .origin_title{
		padding: 40px 0em 0 2em;
		text-align: left;
		font-size: 1.8em;
	}
	.origin_donation{
		line-height: 1.6em;
	}
	.not * .origin_text{
		padding: 0em 2em 0 0em;
		font-size: 1em;
		line-height: 2.2em;
	}
	.not .origin_bottom{
		height: 40px;
	}
	.not .origin_middle{
		padding: 0 4em;
	}
	.middle .container{
		margin-top: 2em;
		font-size: 1.3em;
		line-height: 2.4em;
	}
	.origin_text {
		padding: 2em 2em 0 2em;
		line-height: 1.5em;
		text-align: left;
		display: flex;
		flex-direction: column;
		font-size: 0.95em;
	}
	.origin_img_container {
		position: relative;
		width:50%;
		float:right;
		margin-bottom: 3em;
	}
	.origin_img_clark {
	}
	.origin_img_clark img {
		width:95%;
	}
	.origin_img_logo {
		position: absolute;
		right:2em;
		bottom:-7.7em;
		width:23%;
	}
	.origin_img_container::after{
		clear:both;
		width:100%;
	}
	.menu-content {
		width: 50%!important;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: rgba(255, 255, 255, 0.9);
		transition: all 0.5s;
		margin-left: 50%!important;
	}

	.menu-content ul{
		padding: 20em 0;
	}
	
	/*	----------------	会社概要	-----------------------	*/
	#post-3 .entry-title{
		padding : 6em 0 0em;
	}
	.companyinfo {
		line-height: 1.8em;
	}


}
@media screen and (min-width: 1280px){
	.image-container{
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
	.origin_donation {
		margin-top: 10%;
	}
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
	.origin_donation {
		margin-top: 10%;
	}

	.item_info .contents {
		width: 55%;
		max-width: 100%;
		min-width: 80%;
		margin: 0 auto;
	
	}
}
@media screen and (max-width: 1024px) {
	.menu-content ul li a {
		font-size:16px;
	}
}
@media screen and (min-width: 1280px){

}
@media screen and (min-width: 751px) and (max-width: 1279px){
	.header_nav_in {
		max-width: 1278x;
		width: 98%;
	  }
	.nav_menu_item {
		margin-right: 10%;
	}
	.about_nougakkou .contents{
		width:78%;
		max-width: 100%;
		margin: 0 auto;
	}
	#store_info_menu .contents {
		width: 90%;
		max-width: 90%;
		min-width: 60%;
		margin: 0 auto;
	  }
}
@media screen and (min-width: 751px) and (max-width: 950px){
	.nav_menu_item {
		margin-right: 3.5%;
	}
	.header_nav_in .nav{
		width: 420px;
	}
	#logo{
		width: 180px;
	}

	.store_list p.label {
		width: 20%;
	}
	.store_list ul {
		width: 80%;
	}


	
}

@media screen and (max-width: 850px) {
	.store_list ul li.limit{
		width: 80%;
	}
	.store_list ul li span{
		font-size: 55%;
		margin-top:10px;
	}
	.sale_item.source_medium {
		line-height: 1.5;
		margin-top: 20px;
	}
}

@media screen and (min-width: 521px) and (max-width: 610px){
	.origin_donation {
		top: -8em;
	  }
}

@media screen and (max-width: 520px){
	.origin {
		padding: 0 1.5em;
	}
	.origin_donation{
		top: -8em;
	}
	.store_list ul{
		padding-left: 20px;
		width: 100%;
	}
	.store_list ul li:nth-child(2n){
		padding-left: 20px;

	}
	.store_list ul li{
		height: 30px;
		margin-bottom: 30px;
		width: 40%;
		line-height: 1.2;
		font-size: 1.0em;
	}
	.info_tl {
		padding: 0.5em 3em;
	}
	.contentBox-inner02 {
		width: 80%;
		margin: 0 10%!important;
	}
}
@media screen and (max-width: 420px){
	.info_tl {
		padding: 0 3em;
		width: 100%;
	}
	.origin_donation{
		top: -6em;
		width: 50%;
	}
}
@media screen and (max-width: 380px){
	.yurai_nougakkou {
		font-size: 1.4em;
	}
	.store_list ul li{
		font-size: 0.9em;
	}
}

@media screen and (max-width: 360px){
	.store_list ul li{
		width: 39.0%;
	}
}

.fade_In{
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	from {
	  opacity: 0;
	  transform: translateY(20%);/* 要素を上の枠外に移動*/
	}
  
	to {
	  opacity: 1;
	  transform: translateY(0);/* 要素を元の位置に移動*/
	}
  }
	

/*会社概要*/
.company_info{
	border-collapse: collapse;
	max-width:450px;
	width:80%;
}
.company_midashi {
	text-align:center;
	width:25%;
	background-color:#D8D8D8;
	border:solid 1px #B4B4B4;
}
.company_detail {
	text-align:left;
	border:solid 1px #B4B4B4;
	background-color: #ffffff;
	width:80%;
	padding:1rem;
}

.shop_subinfo_product,
.shop_subinfo_topmidashi {
	font-family: "source-han-sans-japanese", sans-serif;
}
.shop_subinfo_topmidashi {
	/*padding-bottom:3em;
	font-size:0.65em;
	letter-spacing: 0.1em; */

	padding-top: 1em;
	padding-bottom: 5em;
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.shop_subinfo_product {
	text-align:center;
	font-size:1em;
	letter-spacing: 0.1em;
}
/*スマホだけ改行*/
.is-Sp {
	display: none;
}


@media screen and (max-width: 750px) {
	.business_tel {
		margin-top:inherit;
	}
	.place {
		padding-bottom: inherit;
	}
	/*スマホだけ改行*/
	.is-Sp {
		display: block;
	}
	.company_info{
		width:100%;
		max-width:inherit;
	}
	.hc_link {
	}
	.shop_subinfo_product {
		text-align: center;
		font-size: 0.9em;
		padding: 0 10%;
		line-height: 2em;
	}
	.shop_subinfo_topmidashi {
		padding-bottom: 4em;
		padding-top: 1em;
	}
	.shop_subinfo_topmidashi > div {
		line-height: 1.5;
		padding-top: 0.5em;
	}
}