@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.tenkiwaku {
	border-top: 1px #615130 solid;
	border-bottom: 1px #615130 solid;
	border-left: 1px #615130 solid;
	border-right: 1px #615130 solid;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	font-size: 14px;
	width: 300px;
	border-collapse: collapse; 
}

.r_main { 
	margin: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff6c7;
	background-color: #6d1a01;
	background-image: url("https://www.takayama-live.com/cms/wp-content/uploads/2021/05/menu_back.jpg") ;
	background-repeat: repeat-x;
	}

.back_pink { 
	margin: 0px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	color: #ffffff;
	background-color: #9b8963;
}

.back_white { 
	margin: 0px;
	text-align: center;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	background-color: #ffffff;
}

.back_day { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: linear-gradient(#90baff,#eef6ff);
	font-weight: normal;
	line-height: 1.3em;
}

.back_night{ 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: linear-gradient(#5c5fa1,#9698cb);
	font-weight: normal;
	line-height: 1.3em;
}

.back_hotday { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: linear-gradient(#ffcc30,#ffeeb5);
	font-weight: normal;
	line-height: 1.3em;
}

.back_arashi { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: linear-gradient(#969da4,#cfcfcf);
	font-weight: normal;
	line-height: 1.3em;
}

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

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

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