@charset "UTF-8";

/*!
Theme Name: rest　R
Template:   cocoon-master
Author: HO-MAN.NET
Author URI: https://ho-man.net/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Date: 2023-02-10
Version:    1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article h2 {
	padding: 10px 25px;
}
.page-menu-button {
	text-align: center;
}
.page-menu-button a {
	width: 300px;
}
.res_button {
	a:hover {
		color: #000;
	}
}
.res_button2 {
	a:hover {
		color: #d7c798;
	}
}
/**  こだわりページ**/

/**  こだわりページ　冒頭**/
.kodawari_h {

}
.kodawari_h2 {
	color: #b74242;
    font-weight: bold;
    font-size: 1.12em;
}
/**  こだわりページ　STEP**/
.kodawari_step {

}
.step_h {
	color: #837373;
	font-weight: bold;
}
.step_hn {
	padding: 0 0 0 3px;
	font-size: 1.8em;
}
.step_h2 {
	margin-bottom: 20px;
	color: #b74242;
    font-weight: bold;
    font-size: 1.06em;
}
/** こだわりページ2 **/
.kodawari2_h2 {
	color: #b74242 !important;
    font-size: 1.12em !important;
	background-color: #fff !important;
}

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

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

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