@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/


/************************************
** ■リンクテキスト カスタマイズ
************************************/
a{ /*リンクテキスト装飾無し*/
  text-decoration: none;
}
.share-button{ /*シェアボタン装飾無し*/
  text-decoration: none!important;
}
.follow-button{ /*フォローボタン装飾無し*/
  text-decoration: none!important;
}
.cat-link{ /*カテゴリーラベル装飾無し*/
  text-decoration: none!important;
}
.tag-link{ /*タグラベル装飾無し*/
  text-decoration: none!important;
}

/*モバイルボタンの背景色変更*/
.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button {
  color: #fff;
  background-color: #669966;
}

/*見出しフォント指定*/
h1.entry-title {
	font-family: ten-mincho, serif;
	font-weight: normal;
}
.entry-content h1 {
	font-family: ten-mincho, serif;
	font-weight: normal;
}
.entry-content h2 {
	font-family: ten-mincho, serif;
	font-weight: normal;
}
.entry-content h3 {
	font-family: ten-mincho, serif;
	font-weight: normal;
}
h1.archive-title {
	font-family: ten-mincho, serif;
	font-weight: normal;
}
.tax-news_cat h1.archive-title:before{
    font-family:"Font Awesome 5 Free";
    content:"\f07c";  /*アイコンのコード*/
    font-weight:900;  /*アイコンの種類*/
    margin-right:10px;  /*アイコン右の余白*/
}


/*ヘッダー・フッターカスタマイズ*/
body {
	width: 100%;
	color: #523F37;
	background-image: url(../img/washi2.jpg);
	font-family: Avenir,'游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Roboto',sans-serif;
	letter-spacing:0.1em;
	position: relative;
	margin: 0 auto;
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-mz-box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #523F37;
	transition: all .3s;
}


ul.menuList {
  position: relative;
}
.menuList li {
  line-height: 1.2;
  padding: 5px 0;
  list-style-type: none!important;
}
.menuList li ::before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";/*アイコンの種類*/
  font-weight: 900;
  color: #fff;
  padding: 0 0 5px 0;
  text-decoration: none;
}



/*-----------------------------------header-----------------------------------*/
div#wrapper {
	width: 100%;
}

.head_menu {
	width: 100%;
	z-index: 100;
}
.head_menu h1 {
	position: relative;
	display: inline-block;
	float: left;
	width: 15%;
	min-width:120px;
	margin: 20px 0 0 20px;
	z-index:3;
}

.head_menu h1 a {
	padding: 10px;
}

nav#topNavi{
	position: absolute; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	right: 0; /*表示位置を指定*/
	background-color: rgba(117,163,94,0.9);
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
	padding: 100px 0 20px 0;
}

nav#topNavi ul.menuBtn{
	display: block;
	padding: 10px 15px 0 15px;
	vertical-align: top;
}
nav#topNavi ul.menuBtn li{
	list-style-type: none;
	line-height: 1;
	padding: 5px 0px 0 0px;
	margin: 0 0 0 0;
}
nav#topNavi ul.menuBtn li a{
	display: inline-block; 
	padding: 15px 20px 15px 20px;
}
nav#topNavi ul.menuBtn li a:hover {
	color: #fff;
}

.button_shop {
	display: inline-block;
	width: 100%;
	max-width: initial;
	margin: 0 auto;
	padding: 20px 40px;
	position: relative;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-family: ten-mincho, serif;
}
.button_shop:after, .button_shop:before {
	z-index:-1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #523F37;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.button_shop:after {
	-webkit-transform: translate(3px, 3px);
	transform: translate(3px, 3px);
}
.button_shop:before {
	-webkit-transform: translate(-3px, -3px);
	transform: translate(-3px, -3px);
	background-color: #523F37;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
}
.menuBtn__shop:nth-child(2) .button_shop:after,
.menuBtn__shop:nth-child(2) .button_shop:before {
	border-color: #877a74;
}
.menuBtn__shop:nth-child(2) .button_shop:before {
	background-color: #877a74;
}
.menuBtn__shop:nth-child(2) .button_shop p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.button_shop_label {
	display: inline-block;
	line-height: 1.1;
	text-align: left;
}
.button_shop_sub {
	display: block;
	font-size: 12px;
	line-height: 1.2;
}
.button_shop:hover:after, .button_shop:hover:before {
	-webkit-transform: translate(0);
	transform: translate(0);
}
.button_shop i {
	font-size: 30px;
	padding: 0 8px 0 0;
}
.button_shop p {
	margin: 0;
	line-height: inherit;
}
a.button_shop:hover {
	color: #fff;
}
nav#topNavi ul.menuBtn li a.button_shop:hover {
	color: #fff;
}
.button_icon{
	font-size:40px;
	color: #E7E5E4;
}
nav#topNavi ul.menuBtn li:first-child a{
	display: inline-block; 
	padding: 15px 25px 0px 25px;
}

nav#topNavi ul.menuList{
	margin: 0 auto;
	font-size: 16px;
	font-family: ten-mincho, serif;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	max-height: 16em;
}
nav#topNavi ul.menuList li{
	list-style-type: none;
	padding: 0 10px;
}
nav#topNavi ul.menuList li a{
	position: relative;
	display: inline-block;
	padding: 10px;
	color: #fff;
}
nav#topNavi ul.menuList li a::after {
  position: absolute;
  bottom: 16px;
  right: 3px;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
nav#topNavi ul.menuList li a:hover::after {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.menuBtn li {
	display: inline-block;
}

.logo100_head {
	width:70px;
	margin: 0 0 0 0;
}

ul.menuList {
  position: relative;
}
.menuList li {
  line-height: 1.2;
  padding: 5px 0;
  list-style-type: none!important;
}
.menuList li ::before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";/*アイコンの種類*/
  font-weight: 900;
  color: #fff;
  padding: 0 0 5px 0;
  text-decoration: none;
}

/*トグルボタンが押されたときに付与するクラス*/
nav#topNavi.active{
	transform: translateY(0%);
}
/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 3;
	background-color: #fff;
	border-radius: 50%;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #523F37;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 8px;
}
 
.Toggle span:nth-child(1) {
    top: 12px;
}
 
.Toggle span:nth-child(2) {
    top: 21px;
}
 
.Toggle span:nth-child(3) {
    top: 30px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 21px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 21px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Toggle p{
	font-size: 8px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	 
}

.box4 {
	position: relative;
	width: 100%;
	height: 500px;
}
.catch4 {
	display: inline-block;
	background-color: #fff;
	padding: 8px;
	margin: 8em auto 5em auto;
	position: absolute;
    top:0; 
    bottom:0; 
    text-align: center;
    left:50%;
    transform:translate(-50%, 0%);
}
@media screen and (min-width: 700px) {
.catch4 {
	margin: 4.5em auto 3.5em auto;
}
}

.catch4 p {
	display: block;
	  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  background:
  radial-gradient(circle at top left, transparent 50%, #DCD8D6 50%, #DCD8D6 calc(50% + 2px), transparent calc(50% + 2px)),
  radial-gradient(circle at top right, transparent 50%, #DCD8D6 50%, #DCD8D6 calc(50% + 2px), transparent calc(50% + 2px)),
  radial-gradient(circle at bottom left, transparent 50%, #DCD8D6 50%, #DCD8D6 calc(50% + 2px), transparent calc(50% + 2px)),
  radial-gradient(circle at bottom right, transparent 50%, #DCD8D6 50%, #DCD8D6 calc(50% + 2px), transparent calc(50% + 2px)),
  linear-gradient(90deg, #DCD8D6 2px, #fff 2px, #fff calc(100% - 2px), #DCD8D6 calc(100% - 2px)),
  linear-gradient(180deg, #DCD8D6 2px, #fff 2px, #fff calc(100% - 2px), #DCD8D6 calc(100% - 2px));
  background-position: top left, top right, bottom left, bottom right, left 15px, 15px top;
  background-size: 20px 20px, 20px 20px,20px 20px,20px 20px, 100% calc(100% - 30px), calc(100% - 30px) 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  padding: 30px 10px;
  font-family: ten-mincho, serif !important;
  color: #523F37;
}
@media screen and (min-width: 700px) {
.catch4 p {
	height: 350px;
	padding: 20px 10px;
}
}
@media screen and (min-width: 1200px) {
.catch4 p {
font-size: 34px;
}
}
@media screen and (max-width: 640px) {
.catch4 p {
font-size: 24px;
}
}


@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */

.box__shop {
  background-image: url(https://www.izasa.co.jp/img/top_shop01.jpg);
  background-size: cover;
  background-position: center;
}

}
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */

.box__shop {
  background-image: url(https://www.izasa.co.jp/img/top_shop02.jpg);
  background-size: cover;
  background-position: center;
}

}

/*-----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
   /* 表示領域が1024px以上の場合に適用するスタイル */

/*-----------------------------------header-----------------------------------*/
.logo-header{
  display: none;
} 
.head_menu {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.head_menu h1 {
	float: left;
	width: 150px;
	margin-top: 30px;
}
nav#topNavi {
	position: relative; 
	float: right;
	width: 400px;
	text-align: right;
	background-color: transparent;
	transform: translateY(0%);
	background: none;/*背景を白にする*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
	padding: 20px 0 0 0;
}
nav#topNavi ul{
	display: block;
	padding-right: 5px;
	margin-right: 5px;
}
nav#topNavi ul.menuList li{
	display: block;
	font-size: 1.1em;
	list-style-type: none;
	padding: 0 10px;
	text-align: left;
}
.logo100_head {
	width:70px;
	margin: 0 50px 0 0;
}
.Toggle {
    display: none;
}
}


@media screen and (min-width: 1400px) {
.head_menu {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.head_menu h1 {
	float: left;
	width: 150px;
	margin-top: 30px;
}
nav#topNavi {
	position: relative; 
	float: right;
	width: 400px;
	text-align: right;
	background-color: transparent;
	transform: translateY(0%);
	background: none;/*背景を白にする*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
	padding: 40px 0 0 0;
}
nav#topNavi ul.menuList li{
	display: list-item;
	font-size: 1.1em;
	list-style-type: none;
	padding: 0 10px;
	text-align: left;
}
}

nav#topNavi ul.menuBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 10px;
	padding-right: 0;
	margin-right: 0;
}

nav#topNavi ul.menuBtn li {
	padding: 0;
	margin: 0;
}

nav#topNavi ul.menuBtn li.menuBtn__shop {
	flex: 0 0 100%;
	max-width: 340px;
	margin: 0 auto;
}

nav#topNavi ul.menuBtn li.menuBtn__shop a,
nav#topNavi ul.menuBtn li.menuBtn__shop:first-child a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 16px 24px;
}

nav#topNavi ul.menuBtn li.menuBtn__utility {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

nav#topNavi ul.menuBtn li.menuBtn__utility a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 8px;
}

.button_en{
	font-family: ten-mincho, serif;
	font-size:36px;
	color: #E7E5E4;
}
.button_en:hover{color:#fff;}

nav#topNavi ul.menuBtn li.menuBtn__utility .button_en {
	font-size: 32px;
	line-height: 1;
}

/*-----------------------------------footer-----------------------------------*/
.footer.footer-container.nwa,
.footer-in.wrap.cf,
.footer-bottom.fdt-up-and-down.fnm-text-width.cf
{
  display: none; /*並列スタイル指定*/
}


.footer-wrapper {
	width: 100%;
	background-color: rgba(39,103,0,0.6);
	clear: both; 
	padding-top: 10px;
	margin-top: 40px;
}
footer {
	position: relative;
	z-index:2;
	height: 100%;
	width:100%;
	max-width:850px;
	margin: 0 auto;
}

#ftNavi{
	text-align: center;
	width: 100%;
	max-width: 600px;
	padding: 30px 0 20px 0;
	margin: 0 auto;
}

#ftNavi .menuBtn{
	display: block;
	padding: 10px 15px;
	vertical-align: top;
	text-align: center;
}

#ftNavi .menuBtn a{
	display: inline-block; 
	padding: 20px 25px;
}
.button_shop {
	display: inline-block;
	width: 100%;
	max-width: initial;
	margin: 0 auto;
	padding: 20px 40px;
	position: relative;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-family: ten-mincho, serif;
}
.button_shop:after, .button_shop:before {
	z-index:-1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #523F37;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.button_shop:after {
	-webkit-transform: translate(3px, 3px);
	transform: translate(3px, 3px);
}
.button_shop:before {
	-webkit-transform: translate(-3px, -3px);
	transform: translate(-3px, -3px);
	background-color: #523F37;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
}
.menuBtn__shop:nth-child(2) .button_shop:after,
.menuBtn__shop:nth-child(2) .button_shop:before {
	border-color: #877a74;
}
.menuBtn__shop:nth-child(2) .button_shop:before {
	background-color: #877a74;
}
.menuBtn__shop:nth-child(2) .button_shop p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.button_shop_label {
	display: inline-block;
	line-height: 1.1;
	text-align: left;
}
.button_shop_sub {
	display: block;
	font-size: 12px;
	line-height: 1.2;
}
.button_shop:hover:after, .button_shop:hover:before {
	-webkit-transform: translate(0);
	transform: translate(0);
}
.button_shop i {
	font-size: 30px;
	padding: 0 8px 0 0;
}
.button_shop p {
	margin: 0;
	line-height: inherit;
}


#ftNavi ul.menuList{
	margin: 0 auto;
	font-size:16px;
	font-family: ten-mincho, serif;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	max-height: 13em;
}
#ftNavi ul.menuList li{
	list-style-type: none;
	padding: 0 10px;
}
#ftNavi ul.menuList li a{
	position: relative;
	display: inline-block;
	padding: 10px;
	color: #fff;
}
#ftNavi ul.menuList li a::after {
  position: absolute;
  bottom: 16px;
  right: 3px;
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
#ftNavi ul.menuList li a:hover::after {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}


.contactUs {
	width: 100%;
	max-width: 600px;
	text-align: center;
	padding: 15px;
	margin: 0 auto;
	background-color: #C7DEB3;
}
.contactUs dt {
	font-size:18px;
	font-family: ten-mincho, serif;
	border-bottom: 1px solid #523F37;
	margin-bottom: 15px;
}
.contactUs dd {
	display: block;
	font-size:18px;
	margin-right: 0px;
}
.contactUs i {
	padding: 0 6px 0 0;
}
.contactUs dd i {
	font-size: 30px;
}
.contactUs p i {
	font-size: 24px;
}
.contactUs p a:hover {
	color: #523F37;
	text-decoration: underline;
}
.contactUs dd a {
	display: block;
	color: #fff;
	padding: 10px 15px 7px 10px;
	background-color: #75A35E;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 8px;
}
.contactUs dd a:hover {
	background-color: #538C36;
	transition: all 0.6s;
}

.contactUs p {
	margin-bottom: 15px;
}


.official {
	text-align: center;
	padding: 16px 0 24px 0;
}
.official p {
	margin: 0 0 0 0 ;
}
.logo100 {
	width:120px;
	padding: 8px 50px 8px 0;
}
.footerLogo {
	font-size: 20px;
	font-family: ten-mincho, serif;
	line-height: 1.5;
}
.copyright {
	padding-bottom: 10px;
	font-size: 10px;
}
.official_side {
	padding-bottom: 10px;
}
.official_side a:hover {
	color: #523F37;
	text-decoration: underline;
}
.official_sns {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 5px;
}
.official_sns a {
	color: #C7DEB3;
	padding: 5px;
}
.official_sns a:hover {
	color: #f2f1db;
}


@media screen and (min-width: 900px) {
   /* 表示領域が768px以上の場合に適用するスタイル */
footer {
	height: 100%;
	width:850px;
	margin: 0 auto;
}
#ftNavi{
	float: right;
	text-align: center;
	width: 450px; 
	padding: 0px 0 0px 0;
}
.contactUs {
	width: 375px;
	margin: 40px 0 20px 0;
}
.official {
	position: relative;
	text-align: left;
	padding: 0 0 24px 0;
	margin: -10px 0 0 0;
}
.logo100 {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width:70px;
	padding: 0 0 0 0;
}
.official_side {
	display: inline-block;
}
.official_sns {
	display: inline-block;
	margin: -10px 0 0 10px;
}

}


/*追加デザイン*/
.roots01 {
	margin: 0 0 0 0;
}
@media screen and (min-width: 1024px) {
   /* 表示領域が1024px以上の場合に適用するスタイル */
a .roots01 {
	padding: 10px;
}
.roots01 figure {
	width:30%;
	padding: 10px;
}
.roots01 .navi-entry-card-title {
	font-size: 20px;
	margin: 20px 8px 8px 8px;
}
.roots01 .navi-entry-card-snippet {
	font-size: 16px;
	line-height: 1.5;
	padding: 0px 8px 0 8px;
}
}


/************************************
** 新着記事ウィジェット
************************************/
#main .new-entry-card-title {
	margin-bottom: 0.4em;
	padding: 0.4em 0;
	font-weight: normal;
}

@media screen and (max-width: 480px) {
	#main .new-entry-card-title {
		margin-bottom: 0.3em;
		padding: 0.3em 0;
		border: none;
	}
}
#main .new-entry-card-snippet {
	color: #595857;
	line-height: 1.5;
}
.new-entry-card-thumb {
	width: 30%;
}
#main .card-thumb img {
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.4s ease-out;
}
#main .new-entry-card-date {
  display: block;
  text-align: right;
}
#main .new-entry-cards .a-wrap:hover {
	border-radius: 4px;
	background: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #edf3f3;
}
#main .new-entry-cards .a-wrap:hover .card-thumb img {
	border-radius: 0;
	box-shadow: none;
}

#main .a-wrap:hover {
	background-color: #edf3f3;
}
#main .a-wrap:hover .card-thumb img {
	border-radius: 0;
	box-shadow: none;
}

#main .cat-label {
	top: 3px;
	left: 3px;
	padding: 1px 8px 1px 8px;
	border: none;
	border-top-width: 0;
	border-left-width: 0;
	background-color: rgba(67, 103, 107, 0.9);
}

@media screen and (min-width: 769px) {
	.new-entry-card-thumb {
		width: 20%;
	}

	.new-entry-card-content {
		margin-left: 25%;
	}
}

.shopBtn {
	width: 100%;
	max-width: 1200px;
	padding-bottom: 15px;
	margin: 0 auto;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
	max-width: 680px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
}
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 400px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/************************************
** ボックスメニュー
************************************/
#nav_menu-2 {
	margin: 0 auto;
	text-align: center;
	max-width: 300px
}
#nav_menu-2 .fas {
	color: #669966;
	font-size: 40px;
}
#nav_menu-2 .fas a {
	font-size: 14px;
}
#nav_menu-2 li {
  width: 30%;
  }
@media screen and (max-width: 480px) {

}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
