@media print {

@charset "utf-8";
@import url('../images/ichikawa.jpg') print;

/* 印刷用デザインの設定
-------------------------------------------------------------- */

html { /* 画面全体の背景色＆背景画像設定 */
	font-size: 16px; /* 基本の文字サイズ */
	line-height: 160%; /* 基本の行間 */
	background: #f8f8f6;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; /* iPhoneの自動文字サイズ調整を無効にする */
	font-family: "Noto Sans Japanese";
	zoom:1;
}

#wrapper {
	width: 100%;
}

.clearfix:after { /* clearfixの設定 */
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { /* 回り込み設定（float）の解除 */
	clear: both;
}

/* ヘッダー・基本設定
-------------------------------------------------------------- */
#siteinfo { /* タイトルエリアの設定 */
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	font-size: 36px;
	color: #79795b;
	font-weight: bold;
	text-align: center;
}

#siteinfo p {
	margin: 0 0 0;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	text-align: center;
}

#logo { /* メインロゴエリアの設定 */
	float: left;
	margin: -40px 0 0;
	padding: 0;
	text-align: left;
	width: 48%;
}

#logo img {
	max-width: 80%;
}

#headinfo { /* ヘッダ部情報エリアの設定 */
	float: right;
	margin: 0;
	padding: 0;
	width: 48%;
}

/* 全体の基本設定
-------------------------------------------------------------- */
html { /* 画面全体の背景色＆背景画像設定 */

	font-size: 16px; /* 基本の文字サイズ */
	line-height: 160%; /* 基本の行間 */
	background: #f8f8f6;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; /* iPhoneの自動文字サイズ調整を無効にする */
}

body {
	-webkit-print-color-adjust: exact;
}

@media print { 
 body { 
 -webkit-print-color-adjust: exact; 
 } 
}

a {
	color: #79795b;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto 0;
	letter-spacing: 1px; /* 基本の文字間隔 */
}

#content {
	max-width: 100%;
	margin: 1em auto 0;
	padding: 0;
}

#wrapper {
	width: 100%;
}

.clearfix:after { /* clearfixの設定 */
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { /* 回り込み設定（float）の解除 */
	clear: both;
}

img.rsp,
img.size-full,
img.size-large,
img.size-medium,
.attachment img { /* メディアライブラリ画像のレスポンシブ化。テーマ内画像のレスポンシブ化は「rsp」クラスを使用 */
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

/* メニュー
-------------------------------------------------------------- */

ul.nav{
	padding: 0;
}
ul.nav li{
	display: inline;
	margin: 0 1% 0 0;
	padding: 0;
}
ul.nav li:last-child {
	margin: 0;
	padding: 0;
}
ul.nav li a{
	margin: 0;
	display: inline-block;
	color: #b5b59d;
	width: 23%;
	height: auto;
	border: 1px solid #b5b59d;
	border-radius: 8px;
	text-align: center;
}

ul.nav li a:hover {
	opacity: 0.7;
}

.gotomenu {
	margin: auto;
}

.gotomenu a {
	margin: 0 auto 25px;
	display: inline-block;
	width: 23%;
	height: 150px;
	text-indent: -9999px;
	background: #b5b59d url('../images/gotomenu.png') center center no-repeat;
	background-size: 60%;
	border-radius: 8px;
}

.gotomenu a:hover {
	opacity: 0.7;
}

/* フロントページ
-------------------------------------------------------------- */

#mainimg { /* フロントページのメイン画像エリア */
	width: 640px;
	height: 150px;
	background: url('../images/ichikawa.jpg') no-repeat !important;
	margin: -30px auto 0;
	padding: 0;
}

#mainimg div.metaslider {
	display: none;
}

#fp_map {
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 400px;
}

#fp_map iframe {
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 400px;
}

#twitter {
	display: none;
}

h2 {
	clear: both;
	padding: 1.5em 0 0;
	font-size: 24px;
	color: #929270;
}

#pop_menu {
	clear: both;
	width: 94%;
	margin: 0 auto;
}

.popmenu_item {
	float: left;
	margin: 0 2% 15px 0;
	padding: 10px 0 0;
	max-width: 23%;
	text-align: center;
	border: 1px solid #aaa;
	background: #fff;
}

#twitter {
	max-width: 450px;
}

.popmenu_item img {
	padding: 0;
	max-width: 100%;
	height: auto;
}

.popmenu_item a img:hover {
	opacity: 0.7;
}

.popmenu_item p.popmenu_name {
	margin: 12px auto;
	font-size: 16px;
}

.popmenu_item p.popmenu_name a {
	text-decoration: none;
	color: #000;
}

.popmenu_item p.popmenu_name a:hover {
	color: #060;
}

/* フッター・基本設定
-------------------------------------------------------------- */

#footer {
	wiath: 100%;
	margin: 0 auto 0;
	font-size: 16px;
	text-align: center;
}

#footerbox {
	padding: 0 3%;
	color: #79795b;
}

#footerbox a {
	color: #79795b;
}

#footerbox a:hover {
	color: #063;
}

#footerbox strong {
	font-weight: bold;
}

#copyright {
	margin: 0.5em 0 0;
	padding: 4px 0;
	font-size: 12px;
}

#copyright,
#copyright a {
	background: #929270;
	color: #fff;
}

#copyright a:hover {
	color: #ff6;
}

/* メニュー
-------------------------------------------------------------- */

.menu_text {
	max-width: 94%;
	margin: 40px auto 0;
	line-height: 1.6em;
}

#menus {
	margin: 28px 0 0;
}

.menu_box,
.menu_box_wide {
	float: left;
	width: 300px;
	margin: 0 auto 30px;
}

table.menu_list {
	margin: 13px auto 0;
	width: 250px !important;
}

table.menu_list_left,
table.menu_list_right {
	margin: 13px 25px 0;
	width: 250px !important;
}

table.menu_list_left {
	float: left;
}

table.menu_list_right {
	float: right;
}

table.menu_list th,
table.menu_list td,
table.menu_list_left th,
table.menu_list_left td,
table.menu_list_right th,
table.menu_list_right td {
	color: #444;
	line-height: 1.6em;
}

table.menu_list td,
table.menu_list_left td,
table.menu_list_right td {
	text-align: right;
}

.menu_box p.annotation {
	margin: 0.7em 0 0 25px;
	width: 250px;
	text-align: left;
	color: #79795a;
	line-height: 1.4em;
	font-size: 88%;
}

}