@charset "UTF-8";

/* PC */

@import "./css_green/reset.css";
@import "./css_green/font.css";

@import "./css_green/com.css?230111_v2" screen and (min-width: 681px);
@import "./css_green/top.css" screen and (min-width: 681px);
@import "./css_green/sidebar.css" screen and (min-width: 681px);
@import "./css_green/page.css" screen and (min-width: 681px);
@import "./css_green/post.css" screen and (min-width: 681px);
@import "./css_green/component.css" screen and (min-width: 681px);

/* SP */

@import "./css_green/sp/com.css?230111_v2" screen and (max-width: 680px);
@import "./css_green/sp/top.css" screen and (max-width: 680px);
@import "./css_green/sp/sidebar.css" screen and (max-width: 680px);
@import "./css_green/sp/page.css" screen and (max-width: 680px);
@import "./css_green/sp/post.css" screen and (max-width: 680px);
@import "./css_green/sp/component.css" screen and (max-width: 680px);

@import "./css_green/slick.css?20230116_v1";

/* display */
.only_pc {	display: block;}
.only_pc_tb {	display: block;}
.only_tb {	display: none;}
.only_sp {	display: none;}
@media screen and (min-width: 768px) and (max-width: 970px){
.only_pc {	display: none;}
.only_pc_tb {	display: block;}
.only_tb {	display: block;}
.only_sp {	display: none;}
}
@media only screen and (max-width: 767px) {
.only_pc {	display: none;}
.only_pc_tb {	display: none;}
.only_tb {	display: none;}
.only_sp {	display: block;}
}
@media only screen and (max-width: 767px) {

#side{
	display:none;
}
}
